|
|
|
1 | 2025-02-21T21:58:28.195Z | job assigned to worker 01JMN88DX374D5RQJ52BN6N38W [factory aws, i-0af48c209e436788e] (queued for 36 m 10 s) |
|
2 | 2025-02-21T21:58:36.461Z | starting task 0: "setup" |
3 | 2025-02-21T21:58:36.469Z | ++ uname -s |
4 | 2025-02-21T21:58:36.471Z | + kern=SunOS |
5 | 2025-02-21T21:58:36.471Z | + build_user=build |
6 | 2025-02-21T21:58:36.472Z | + build_uid=12345 |
7 | 2025-02-21T21:58:36.472Z | + work_dir=/work |
8 | 2025-02-21T21:58:36.472Z | + input_dir=/input |
9 | 2025-02-21T21:58:36.472Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T21:58:36.472Z | + case "$kern" in |
11 | 2025-02-21T21:58:36.472Z | + groupadd -g 12345 build |
12 | 2025-02-21T21:58:36.477Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T21:58:38.483Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T21:58:38.670Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T21:58:38.689Z | + home_fs=zfs |
16 | 2025-02-21T21:58:38.689Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T21:58:38.689Z | + mkdir -p /home/build |
18 | 2025-02-21T21:58:38.689Z | + chown build:build /home/build /work |
19 | 2025-02-21T21:58:39.676Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T21:58:39.678Z | process exited: duration 3214 ms, exit code 0 |
|
21 | 2025-02-21T21:58:39.685Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T21:58:39.689Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T21:58:39.689Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-21T21:58:39.689Z | * rust toolchain channel = "1.85.0" |
25 | 2025-02-21T21:58:39.689Z | * rust toolchain profile = "default" |
26 | 2025-02-21T21:58:39.693Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T21:58:39.693Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T21:58:39.693Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T21:58:39.693Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T21:58:39.809Z | info: downloading installer |
31 | 2025-02-21T21:58:40.974Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T21:58:40.975Z | warning: /opt/ooce/bin |
33 | 2025-02-21T21:58:40.975Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T21:58:40.975Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T21:58:40.975Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T21:58:40.975Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T21:58:40.975Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T21:58:40.975Z | error: cannot install while Rust is installed |
39 | 2025-02-21T21:58:40.975Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T21:58:40.987Z | info: profile set to 'default' |
41 | 2025-02-21T21:58:40.987Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T21:58:40.989Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T21:58:41.153Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T21:58:41.153Z | info: downloading component 'cargo' |
45 | 2025-02-21T21:58:42.040Z | info: downloading component 'clippy' |
46 | 2025-02-21T21:58:42.379Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T21:58:43.705Z | info: downloading component 'rust-std' |
48 | 2025-02-21T21:58:45.660Z | info: downloading component 'rustc' |
49 | 2025-02-21T21:58:52.366Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T21:58:52.629Z | info: installing component 'cargo' |
51 | 2025-02-21T21:58:53.454Z | info: installing component 'clippy' |
52 | 2025-02-21T21:58:53.846Z | info: installing component 'rust-docs' |
53 | 2025-02-21T21:58:55.612Z | info: installing component 'rust-std' |
54 | 2025-02-21T21:58:57.576Z | info: installing component 'rustc' |
55 | 2025-02-21T21:59:03.373Z | info: installing component 'rustfmt' |
56 | 2025-02-21T21:59:03.709Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T21:59:03.709Z | |
58 | 2025-02-21T21:59:04.084Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T21:59:04.084Z | |
60 | 2025-02-21T21:59:04.088Z | |
61 | 2025-02-21T21:59:04.088Z | Rust is installed now. Great! |
62 | 2025-02-21T21:59:04.089Z | |
63 | 2025-02-21T21:59:04.089Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T21:59:04.089Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T21:59:04.089Z | |
66 | 2025-02-21T21:59:04.089Z | To configure your current shell, you need to source |
67 | 2025-02-21T21:59:04.089Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T21:59:04.089Z | |
69 | 2025-02-21T21:59:04.089Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T21:59:04.089Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T21:59:04.089Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T21:59:04.162Z | + rustup --version |
73 | 2025-02-21T21:59:04.170Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T21:59:04.170Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T21:59:04.250Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T21:59:04.255Z | + cargo --version |
77 | 2025-02-21T21:59:04.311Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T21:59:04.315Z | + rustc --version |
79 | 2025-02-21T21:59:04.376Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T21:59:04.379Z | process exited: duration 24692 ms, exit code 0 |
|
81 | 2025-02-21T21:59:04.386Z | starting task 2: "authentication" |
82 | 2025-02-21T21:59:04.412Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-21T21:59:04.425Z | starting task 3: "clone repository" |
84 | 2025-02-21T21:59:04.429Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T21:59:04.432Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T21:59:04.470Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T21:59:11.690Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T21:59:11.690Z | + git fetch origin 8728fad94a1e06d2208e319a3064ea5bc5fd75cd |
89 | 2025-02-21T21:59:12.002Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T21:59:12.003Z | * branch 8728fad94a1e06d2208e319a3064ea5bc5fd75cd -> FETCH_HEAD |
91 | 2025-02-21T21:59:12.013Z | + [[ -n john/fix-test-mgs-metrics ]] |
92 | 2025-02-21T21:59:12.019Z | ++ git branch --show-current |
93 | 2025-02-21T21:59:12.019Z | + current=main |
94 | 2025-02-21T21:59:12.019Z | + [[ main != john/fix-test-mgs-metrics ]] |
95 | 2025-02-21T21:59:12.019Z | + git branch -f john/fix-test-mgs-metrics 8728fad94a1e06d2208e319a3064ea5bc5fd75cd |
96 | 2025-02-21T21:59:12.025Z | + git checkout -f john/fix-test-mgs-metrics |
97 | 2025-02-21T21:59:12.099Z | Switched to branch 'john/fix-test-mgs-metrics' |
98 | 2025-02-21T21:59:12.114Z | + git reset --hard 8728fad94a1e06d2208e319a3064ea5bc5fd75cd |
99 | 2025-02-21T21:59:12.180Z | HEAD is now at 8728fad94 test flake fix: Parse dropshot error response |
100 | 2025-02-21T21:59:12.185Z | process exited: duration 7757 ms, exit code 0 |
|
101 | 2025-02-21T21:59:12.190Z | starting task 4: "build" |
102 | 2025-02-21T21:59:12.196Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-21T21:59:12.199Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-21T21:59:12.199Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-21T21:59:12.201Z | + cargo --version |
106 | 2025-02-21T21:59:12.252Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-21T21:59:12.254Z | + rustc --version |
108 | 2025-02-21T21:59:12.318Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-21T21:59:12.322Z | + cargo tree --locked |
110 | 2025-02-21T21:59:12.559Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
111 | 2025-02-21T21:59:12.849Z | Updating crates.io index |
112 | 2025-02-21T21:59:12.907Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
113 | 2025-02-21T21:59:13.410Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
114 | 2025-02-21T21:59:13.681Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
115 | 2025-02-21T21:59:14.040Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
116 | 2025-02-21T21:59:15.049Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
117 | 2025-02-21T21:59:16.929Z | Updating git repository `https://github.com/oxidecomputer/opte` |
118 | 2025-02-21T21:59:17.824Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
119 | 2025-02-21T21:59:18.480Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
120 | 2025-02-21T21:59:18.751Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
121 | 2025-02-21T21:59:19.154Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
122 | 2025-02-21T21:59:19.855Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
123 | 2025-02-21T21:59:20.179Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
124 | 2025-02-21T21:59:20.442Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
125 | 2025-02-21T21:59:20.716Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
126 | 2025-02-21T21:59:20.969Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
127 | 2025-02-21T21:59:21.222Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
128 | 2025-02-21T21:59:21.596Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
129 | 2025-02-21T21:59:21.949Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
130 | 2025-02-21T21:59:22.235Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
131 | 2025-02-21T21:59:22.552Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
132 | 2025-02-21T21:59:22.924Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
133 | 2025-02-21T21:59:23.347Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
134 | 2025-02-21T21:59:23.826Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
135 | 2025-02-21T21:59:24.248Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
136 | 2025-02-21T21:59:24.605Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
137 | 2025-02-21T21:59:25.029Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
138 | 2025-02-21T21:59:29.213Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
139 | 2025-02-21T21:59:29.272Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
140 | 2025-02-21T21:59:29.272Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
141 | 2025-02-21T21:59:29.273Z | Downloading crates ... |
142 | 2025-02-21T21:59:29.273Z | Downloaded aead v0.5.2 |
143 | 2025-02-21T21:59:29.273Z | Downloaded anstyle v1.0.10 |
144 | 2025-02-21T21:59:29.273Z | Downloaded atty v0.2.14 |
145 | 2025-02-21T21:59:29.273Z | Downloaded equivalent v1.0.1 |
146 | 2025-02-21T21:59:29.273Z | Downloaded cfg_aliases v0.1.1 |
147 | 2025-02-21T21:59:29.273Z | Downloaded async-object-pool v0.1.5 |
148 | 2025-02-21T21:59:29.273Z | Downloaded async-channel v1.9.0 |
149 | 2025-02-21T21:59:29.273Z | Downloaded assert-json-diff v2.0.2 |
150 | 2025-02-21T21:59:29.273Z | Downloaded anstyle-query v1.1.1 |
151 | 2025-02-21T21:59:29.273Z | Downloaded bit-set v0.5.3 |
152 | 2025-02-21T21:59:29.274Z | Downloaded escape8259 v0.5.3 |
153 | 2025-02-21T21:59:29.274Z | Downloaded fallible-iterator v0.2.0 |
154 | 2025-02-21T21:59:29.274Z | Downloaded atomicwrites v0.4.4 |
155 | 2025-02-21T21:59:29.274Z | Downloaded event-listener-strategy v0.5.2 |
156 | 2025-02-21T21:59:29.274Z | Downloaded fallible-streaming-iterator v0.1.9 |
157 | 2025-02-21T21:59:29.274Z | Downloaded event-listener v2.5.3 |
158 | 2025-02-21T21:59:29.274Z | Downloaded chrono-tz-build v0.4.0 |
159 | 2025-02-21T21:59:29.274Z | Downloaded event-listener v5.3.1 |
160 | 2025-02-21T21:59:29.274Z | Downloaded errno v0.3.9 |
161 | 2025-02-21T21:59:29.274Z | Downloaded fxhash v0.2.1 |
162 | 2025-02-21T21:59:29.274Z | Downloaded cfg_aliases v0.2.1 |
163 | 2025-02-21T21:59:29.274Z | Downloaded ascii-canvas v3.0.0 |
164 | 2025-02-21T21:59:29.274Z | Downloaded foreign-types-shared v0.3.1 |
165 | 2025-02-21T21:59:29.274Z | Downloaded async-channel v2.3.1 |
166 | 2025-02-21T21:59:29.274Z | Downloaded assert_matches v1.5.0 |
167 | 2025-02-21T21:59:29.274Z | Downloaded arrayref v0.3.9 |
168 | 2025-02-21T21:59:29.274Z | Downloaded bytecount v0.6.8 |
169 | 2025-02-21T21:59:29.274Z | Downloaded foreign-types v0.3.2 |
170 | 2025-02-21T21:59:29.274Z | Downloaded cbc v0.1.2 |
171 | 2025-02-21T21:59:29.274Z | Downloaded cast v0.3.0 |
172 | 2025-02-21T21:59:29.274Z | Downloaded cassowary v0.3.0 |
173 | 2025-02-21T21:59:29.274Z | Downloaded bit-vec v0.6.3 |
174 | 2025-02-21T21:59:29.275Z | Downloaded headers-core v0.3.0 |
175 | 2025-02-21T21:59:29.275Z | Downloaded async-stream-impl v0.3.6 |
176 | 2025-02-21T21:59:29.275Z | Downloaded bitflags v1.3.2 |
177 | 2025-02-21T21:59:29.275Z | Downloaded bcrypt-pbkdf v0.10.0 |
178 | 2025-02-21T21:59:29.275Z | Downloaded normalize-line-endings v0.3.0 |
179 | 2025-02-21T21:59:29.275Z | Downloaded base16ct v0.2.0 |
180 | 2025-02-21T21:59:29.275Z | Downloaded anes v0.1.6 |
181 | 2025-02-21T21:59:29.275Z | Downloaded http-body v1.0.1 |
182 | 2025-02-21T21:59:29.275Z | Downloaded cargo-platform v0.1.8 |
183 | 2025-02-21T21:59:29.275Z | Downloaded byteorder v1.5.0 |
184 | 2025-02-21T21:59:29.275Z | Downloaded blowfish v0.9.1 |
185 | 2025-02-21T21:59:29.275Z | Downloaded castaway v0.2.3 |
186 | 2025-02-21T21:59:29.275Z | Downloaded foreign-types-shared v0.1.1 |
187 | 2025-02-21T21:59:29.275Z | Downloaded block-buffer v0.10.4 |
188 | 2025-02-21T21:59:29.275Z | Downloaded buf-list v1.0.3 |
189 | 2025-02-21T21:59:29.275Z | Downloaded hubpack_derive v0.1.1 |
190 | 2025-02-21T21:59:29.275Z | Downloaded guppy-workspace-hack v0.1.0 |
191 | 2025-02-21T21:59:29.275Z | Downloaded fallible-iterator v0.3.0 |
192 | 2025-02-21T21:59:29.275Z | Downloaded async-stream v0.3.6 |
193 | 2025-02-21T21:59:29.275Z | Downloaded async-signal v0.2.10 |
194 | 2025-02-21T21:59:29.275Z | Downloaded assert_cmd v2.0.16 |
195 | 2025-02-21T21:59:29.275Z | Downloaded heck v0.5.0 |
196 | 2025-02-21T21:59:29.275Z | Downloaded glob v0.3.2 |
197 | 2025-02-21T21:59:29.275Z | Downloaded futures-task v0.3.31 |
198 | 2025-02-21T21:59:29.275Z | Downloaded cexpr v0.6.0 |
199 | 2025-02-21T21:59:29.275Z | Downloaded oso-derive v0.27.3 |
200 | 2025-02-21T21:59:29.275Z | Downloaded fnv v1.0.7 |
201 | 2025-02-21T21:59:29.275Z | Downloaded group v0.13.0 |
202 | 2025-02-21T21:59:29.275Z | Downloaded path-slash v0.1.5 |
203 | 2025-02-21T21:59:29.275Z | Downloaded float-ord v0.3.2 |
204 | 2025-02-21T21:59:29.275Z | Downloaded bitfield-struct v0.6.2 |
205 | 2025-02-21T21:59:29.275Z | Downloaded async-bb8-diesel v0.2.1 |
206 | 2025-02-21T21:59:29.275Z | Downloaded http-body-util v0.1.2 |
207 | 2025-02-21T21:59:29.275Z | Downloaded camino-tempfile v1.1.1 |
208 | 2025-02-21T21:59:29.275Z | Downloaded heck v0.4.1 |
209 | 2025-02-21T21:59:29.276Z | Downloaded hubpack v0.1.2 |
210 | 2025-02-21T21:59:29.276Z | Downloaded futures-sink v0.3.31 |
211 | 2025-02-21T21:59:29.276Z | Downloaded bzip2 v0.4.4 |
212 | 2025-02-21T21:59:29.276Z | Downloaded bcs v0.1.6 |
213 | 2025-02-21T21:59:29.276Z | Downloaded http-range v0.1.5 |
214 | 2025-02-21T21:59:29.276Z | Downloaded cancel-safe-futures v0.1.5 |
215 | 2025-02-21T21:59:29.276Z | Downloaded progenitor-client v0.9.1 |
216 | 2025-02-21T21:59:29.276Z | Downloaded progenitor-client v0.8.0 |
217 | 2025-02-21T21:59:29.276Z | Downloaded progenitor v0.9.1 |
218 | 2025-02-21T21:59:29.276Z | Downloaded num_enum_derive v0.5.11 |
219 | 2025-02-21T21:59:29.276Z | Downloaded async-executor v1.13.1 |
220 | 2025-02-21T21:59:29.276Z | Downloaded olpc-cjson v0.1.4 |
221 | 2025-02-21T21:59:29.276Z | Downloaded async-global-executor v2.4.1 |
222 | 2025-02-21T21:59:29.276Z | Downloaded hostname v0.4.0 |
223 | 2025-02-21T21:59:29.276Z | Downloaded base64ct v1.6.0 |
224 | 2025-02-21T21:59:29.276Z | Downloaded heck v0.3.3 |
225 | 2025-02-21T21:59:29.276Z | Downloaded ghash v0.5.1 |
226 | 2025-02-21T21:59:29.276Z | Downloaded generic-array v0.14.7 |
227 | 2025-02-21T21:59:29.277Z | Downloaded arc-swap v1.7.1 |
228 | 2025-02-21T21:59:29.277Z | Downloaded hashlink v0.9.1 |
229 | 2025-02-21T21:59:29.277Z | Downloaded path-tree v0.8.1 |
230 | 2025-02-21T21:59:29.277Z | Downloaded hostname v0.3.1 |
231 | 2025-02-21T21:59:29.277Z | Downloaded chacha20 v0.9.1 |
232 | 2025-02-21T21:59:29.277Z | Downloaded home v0.5.9 |
233 | 2025-02-21T21:59:29.277Z | Downloaded futures-lite v2.3.0 |
234 | 2025-02-21T21:59:29.277Z | Downloaded async-io v2.3.4 |
235 | 2025-02-21T21:59:29.277Z | Downloaded fixedbitset v0.5.7 |
236 | 2025-02-21T21:59:29.277Z | Downloaded piper v0.2.4 |
237 | 2025-02-21T21:59:29.277Z | Downloaded blake2 v0.10.6 |
238 | 2025-02-21T21:59:29.277Z | Downloaded fixedbitset v0.4.2 |
239 | 2025-02-21T21:59:29.309Z | Downloaded progenitor v0.8.0 |
240 | 2025-02-21T21:59:29.309Z | Downloaded rfc6979 v0.4.0 |
241 | 2025-02-21T21:59:29.309Z | Downloaded resolv-conf v0.7.0 |
242 | 2025-02-21T21:59:29.309Z | Downloaded globset v0.4.15 |
243 | 2025-02-21T21:59:29.309Z | Downloaded time-core v0.1.2 |
244 | 2025-02-21T21:59:29.309Z | Downloaded expectorate v1.1.0 |
245 | 2025-02-21T21:59:29.309Z | Downloaded primeorder v0.13.6 |
246 | 2025-02-21T21:59:29.309Z | Downloaded predicates-core v1.0.8 |
247 | 2025-02-21T21:59:29.309Z | Downloaded polyval v0.6.2 |
248 | 2025-02-21T21:59:29.309Z | Downloaded signal-hook-tokio v0.3.1 |
249 | 2025-02-21T21:59:29.309Z | Downloaded tower-service v0.3.3 |
250 | 2025-02-21T21:59:29.309Z | Downloaded unarray v0.1.4 |
251 | 2025-02-21T21:59:29.309Z | Downloaded tower-layer v0.3.3 |
252 | 2025-02-21T21:59:29.309Z | Downloaded base64 v0.13.1 |
253 | 2025-02-21T21:59:29.309Z | Downloaded zone_cfg_derive v0.3.0 |
254 | 2025-02-21T21:59:29.309Z | Downloaded version_check v0.9.5 |
255 | 2025-02-21T21:59:29.310Z | Downloaded dtrace-parser v0.2.0 |
256 | 2025-02-21T21:59:29.311Z | Downloaded cstr-argument v0.1.2 |
257 | 2025-02-21T21:59:29.311Z | Downloaded oxnet v0.1.0 |
258 | 2025-02-21T21:59:29.311Z | Downloaded zone_cfg_derive v0.1.2 |
259 | 2025-02-21T21:59:29.311Z | Downloaded pem-rfc7468 v0.7.0 |
260 | 2025-02-21T21:59:29.311Z | Downloaded httptest v0.16.3 |
261 | 2025-02-21T21:59:29.311Z | Downloaded diesel_table_macro_syntax v0.2.0 |
262 | 2025-02-21T21:59:29.311Z | Downloaded endian-type v0.1.2 |
263 | 2025-02-21T21:59:29.311Z | Downloaded doc-comment v0.3.3 |
264 | 2025-02-21T21:59:29.311Z | Downloaded stringmetrics v2.2.2 |
265 | 2025-02-21T21:59:29.311Z | Downloaded getrandom v0.2.15 |
266 | 2025-02-21T21:59:29.311Z | Downloaded tap v1.0.1 |
267 | 2025-02-21T21:59:29.311Z | Downloaded string_cache v0.8.7 |
268 | 2025-02-21T21:59:29.311Z | Downloaded half v2.4.1 |
269 | 2025-02-21T21:59:29.311Z | Downloaded hickory-client v0.24.3 |
270 | 2025-02-21T21:59:29.311Z | Downloaded hmac v0.12.1 |
271 | 2025-02-21T21:59:29.311Z | Downloaded cfg-expr v0.18.0 |
272 | 2025-02-21T21:59:29.311Z | Downloaded thread_local v1.1.8 |
273 | 2025-02-21T21:59:29.311Z | Downloaded thiserror-no-std v2.0.2 |
274 | 2025-02-21T21:59:29.311Z | Downloaded omicron-zone-package v0.12.0 |
275 | 2025-02-21T21:59:29.311Z | Downloaded universal-hash v0.5.1 |
276 | 2025-02-21T21:59:29.312Z | Downloaded unicode-xid v0.2.6 |
277 | 2025-02-21T21:59:29.312Z | Downloaded zeroize_derive v1.4.2 |
278 | 2025-02-21T21:59:29.312Z | Downloaded new_debug_unreachable v1.0.6 |
279 | 2025-02-21T21:59:29.312Z | Downloaded tiny-keccak v2.0.2 |
280 | 2025-02-21T21:59:29.312Z | Downloaded time-macros v0.2.18 |
281 | 2025-02-21T21:59:29.313Z | Downloaded strum_macros v0.25.3 |
282 | 2025-02-21T21:59:29.313Z | Downloaded snafu-derive v0.8.5 |
283 | 2025-02-21T21:59:29.313Z | Downloaded xz2 v0.1.7 |
284 | 2025-02-21T21:59:29.313Z | Downloaded openssl-probe v0.1.5 |
285 | 2025-02-21T21:59:29.313Z | Downloaded phf_generator v0.11.2 |
286 | 2025-02-21T21:59:29.313Z | Downloaded openssl-macros v0.1.1 |
287 | 2025-02-21T21:59:29.313Z | Downloaded pretty-hex v0.2.1 |
288 | 2025-02-21T21:59:29.313Z | Downloaded newline-converter v0.3.0 |
289 | 2025-02-21T21:59:29.313Z | Downloaded crossbeam-deque v0.8.5 |
290 | 2025-02-21T21:59:29.313Z | Downloaded document-features v0.2.10 |
291 | 2025-02-21T21:59:29.313Z | Downloaded libsw v3.3.1 |
292 | 2025-02-21T21:59:29.314Z | Downloaded deranged v0.3.11 |
293 | 2025-02-21T21:59:29.314Z | Downloaded crypto-common v0.1.6 |
294 | 2025-02-21T21:59:29.314Z | Downloaded target-spec v3.4.2 |
295 | 2025-02-21T21:59:29.314Z | Downloaded progenitor-impl v0.8.0 |
296 | 2025-02-21T21:59:29.314Z | Downloaded proc-macro2 v1.0.92 |
297 | 2025-02-21T21:59:29.314Z | Downloaded ron v0.7.1 |
298 | 2025-02-21T21:59:29.314Z | Downloaded flume v0.11.1 |
299 | 2025-02-21T21:59:29.314Z | Downloaded md-5 v0.10.6 |
300 | 2025-02-21T21:59:29.314Z | Downloaded headers v0.4.0 |
301 | 2025-02-21T21:59:29.314Z | Downloaded sync_wrapper v1.0.1 |
302 | 2025-02-21T21:59:29.314Z | Downloaded cc v1.1.30 |
303 | 2025-02-21T21:59:29.314Z | Downloaded inout v0.1.3 |
304 | 2025-02-21T21:59:29.314Z | Downloaded num_enum v0.5.11 |
305 | 2025-02-21T21:59:29.314Z | Downloaded scroll_derive v0.12.0 |
306 | 2025-02-21T21:59:29.314Z | Downloaded pin-utils v0.1.0 |
307 | 2025-02-21T21:59:29.315Z | Downloaded indoc v2.0.5 |
308 | 2025-02-21T21:59:29.315Z | Downloaded indoc v1.0.9 |
309 | 2025-02-21T21:59:29.315Z | Downloaded mime v0.3.17 |
310 | 2025-02-21T21:59:29.315Z | Downloaded indent_write v2.2.0 |
311 | 2025-02-21T21:59:29.315Z | Downloaded enum-as-inner v0.6.1 |
312 | 2025-02-21T21:59:29.315Z | Downloaded colorchoice v1.0.2 |
313 | 2025-02-21T21:59:29.315Z | Downloaded usdt-macro v0.5.0 |
314 | 2025-02-21T21:59:29.315Z | Downloaded try-lock v0.2.5 |
315 | 2025-02-21T21:59:29.315Z | Downloaded termtree v0.4.1 |
316 | 2025-02-21T21:59:29.315Z | Downloaded zerocopy-derive v0.7.35 |
317 | 2025-02-21T21:59:29.315Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2025-02-21T21:59:29.315Z | Downloaded rustc_version v0.1.7 |
319 | 2025-02-21T21:59:29.315Z | Downloaded powerfmt v0.2.0 |
320 | 2025-02-21T21:59:29.315Z | Downloaded fancy-regex v0.13.0 |
321 | 2025-02-21T21:59:29.315Z | Downloaded crucible-workspace-hack v0.1.0 |
322 | 2025-02-21T21:59:29.315Z | Downloaded sqlparser_derive v0.2.2 |
323 | 2025-02-21T21:59:29.315Z | Downloaded crunchy v0.2.2 |
324 | 2025-02-21T21:59:29.315Z | Downloaded spki v0.7.3 |
325 | 2025-02-21T21:59:29.315Z | Downloaded synstructure v0.13.1 |
326 | 2025-02-21T21:59:29.315Z | Downloaded ssh-cipher v0.2.0 |
327 | 2025-02-21T21:59:29.316Z | Downloaded schemars v0.8.21 |
328 | 2025-02-21T21:59:29.316Z | Downloaded match_cfg v0.1.0 |
329 | 2025-02-21T21:59:29.316Z | Downloaded usdt v0.5.0 |
330 | 2025-02-21T21:59:29.316Z | Downloaded proc-macro-error-attr v1.0.4 |
331 | 2025-02-21T21:59:29.316Z | Downloaded thiserror-impl-no-std v2.0.2 |
332 | 2025-02-21T21:59:29.316Z | Downloaded proc-macro-crate v3.2.0 |
333 | 2025-02-21T21:59:29.316Z | Downloaded pin-project-lite v0.2.14 |
334 | 2025-02-21T21:59:29.316Z | Downloaded rustfmt-wrapper v0.2.1 |
335 | 2025-02-21T21:59:29.316Z | Downloaded rtoolbox v0.0.2 |
336 | 2025-02-21T21:59:29.316Z | Downloaded rustc-hash v2.0.0 |
337 | 2025-02-21T21:59:29.316Z | Downloaded ref-cast-impl v1.0.23 |
338 | 2025-02-21T21:59:29.316Z | Downloaded curve25519-dalek-derive v0.1.1 |
339 | 2025-02-21T21:59:29.325Z | Downloaded scroll v0.12.0 |
340 | 2025-02-21T21:59:29.325Z | Downloaded subprocess v0.2.9 |
341 | 2025-02-21T21:59:29.325Z | Downloaded convert_case v0.4.0 |
342 | 2025-02-21T21:59:29.325Z | Downloaded constant_time_eq v0.3.1 |
343 | 2025-02-21T21:59:29.326Z | Downloaded slog-bunyan v2.5.0 |
344 | 2025-02-21T21:59:29.326Z | Downloaded slog-async v2.8.0 |
345 | 2025-02-21T21:59:29.326Z | Downloaded ctr v0.9.2 |
346 | 2025-02-21T21:59:29.326Z | Downloaded tinystr v0.7.6 |
347 | 2025-02-21T21:59:29.326Z | Downloaded plotters-svg v0.3.7 |
348 | 2025-02-21T21:59:29.326Z | Downloaded termios v0.3.3 |
349 | 2025-02-21T21:59:29.326Z | Downloaded dsl_auto_type v0.1.2 |
350 | 2025-02-21T21:59:29.326Z | Downloaded diesel-dtrace v0.4.2 |
351 | 2025-02-21T21:59:29.326Z | Downloaded untrusted v0.9.0 |
352 | 2025-02-21T21:59:29.326Z | Downloaded twox-hash v2.1.0 |
353 | 2025-02-21T21:59:29.326Z | Downloaded keccak v0.1.5 |
354 | 2025-02-21T21:59:29.326Z | Downloaded usdt-impl v0.5.0 |
355 | 2025-02-21T21:59:29.326Z | Downloaded diesel_derives v2.2.3 |
356 | 2025-02-21T21:59:29.326Z | Downloaded hashbrown v0.13.2 |
357 | 2025-02-21T21:59:29.326Z | Downloaded mirai-annotations v1.12.0 |
358 | 2025-02-21T21:59:29.326Z | Downloaded sync-ptr v0.1.1 |
359 | 2025-02-21T21:59:29.326Z | Downloaded hickory-server v0.24.3 |
360 | 2025-02-21T21:59:29.326Z | Downloaded swrite v0.1.0 |
361 | 2025-02-21T21:59:29.326Z | Downloaded multimap v0.10.0 |
362 | 2025-02-21T21:59:29.326Z | Downloaded proc-macro-error v1.0.4 |
363 | 2025-02-21T21:59:29.326Z | Downloaded clap_lex v0.7.4 |
364 | 2025-02-21T21:59:29.326Z | Downloaded packed_struct v0.10.1 |
365 | 2025-02-21T21:59:29.326Z | Downloaded nanorand v0.7.0 |
366 | 2025-02-21T21:59:29.326Z | Downloaded display-error-chain v0.2.2 |
367 | 2025-02-21T21:59:29.326Z | Downloaded plain v0.2.3 |
368 | 2025-02-21T21:59:29.326Z | Downloaded paste v1.0.15 |
369 | 2025-02-21T21:59:29.326Z | Downloaded mockall v0.13.0 |
370 | 2025-02-21T21:59:29.326Z | Downloaded dyn-clone v1.0.18 |
371 | 2025-02-21T21:59:29.326Z | Downloaded ipnetwork v0.21.1 |
372 | 2025-02-21T21:59:29.326Z | Downloaded typenum v1.17.0 |
373 | 2025-02-21T21:59:29.326Z | Downloaded dunce v1.0.5 |
374 | 2025-02-21T21:59:29.326Z | Downloaded tokio-tungstenite v0.24.0 |
375 | 2025-02-21T21:59:29.327Z | Downloaded tinytemplate v1.2.1 |
376 | 2025-02-21T21:59:29.327Z | Downloaded rayon-core v1.12.1 |
377 | 2025-02-21T21:59:29.327Z | Downloaded pbkdf2 v0.12.2 |
378 | 2025-02-21T21:59:29.327Z | Downloaded pbkdf2 v0.11.0 |
379 | 2025-02-21T21:59:29.327Z | Downloaded pathdiff v0.2.3 |
380 | 2025-02-21T21:59:29.327Z | Downloaded libloading v0.8.5 |
381 | 2025-02-21T21:59:29.327Z | Downloaded serde-hex v0.1.0 |
382 | 2025-02-21T21:59:29.327Z | Downloaded pest_derive v2.7.14 |
383 | 2025-02-21T21:59:29.327Z | Downloaded derive-where v1.2.7 |
384 | 2025-02-21T21:59:29.327Z | Downloaded tabled_derive v0.7.0 |
385 | 2025-02-21T21:59:29.327Z | Downloaded supports-color v3.0.1 |
386 | 2025-02-21T21:59:29.327Z | Downloaded subtle v2.6.1 |
387 | 2025-02-21T21:59:29.327Z | Downloaded serde-big-array v0.5.1 |
388 | 2025-02-21T21:59:29.327Z | Downloaded heapless v0.8.0 |
389 | 2025-02-21T21:59:29.327Z | Downloaded is_ci v1.2.0 |
390 | 2025-02-21T21:59:29.327Z | Downloaded indicatif v0.17.11 |
391 | 2025-02-21T21:59:29.327Z | Downloaded rand_xorshift v0.3.0 |
392 | 2025-02-21T21:59:29.327Z | Downloaded rand_seeder v0.3.0 |
393 | 2025-02-21T21:59:29.327Z | Downloaded number_prefix v0.4.0 |
394 | 2025-02-21T21:59:29.327Z | Downloaded rusty-fork v0.3.0 |
395 | 2025-02-21T21:59:29.327Z | Downloaded rpassword v7.3.1 |
396 | 2025-02-21T21:59:29.327Z | Downloaded password-hash v0.5.0 |
397 | 2025-02-21T21:59:29.327Z | Downloaded rustversion v1.0.17 |
398 | 2025-02-21T21:59:29.327Z | Downloaded icu_locid_transform_data v1.5.0 |
399 | 2025-02-21T21:59:29.327Z | Downloaded dropshot_endpoint v0.15.1 |
400 | 2025-02-21T21:59:29.327Z | Downloaded utf-8 v0.7.6 |
401 | 2025-02-21T21:59:29.327Z | Downloaded untrusted v0.7.1 |
402 | 2025-02-21T21:59:29.327Z | Downloaded const_format_proc_macros v0.2.34 |
403 | 2025-02-21T21:59:29.327Z | Downloaded utf8_iter v1.0.4 |
404 | 2025-02-21T21:59:29.327Z | Downloaded utf16_iter v1.0.5 |
405 | 2025-02-21T21:59:29.327Z | Downloaded yansi v1.0.1 |
406 | 2025-02-21T21:59:29.327Z | Downloaded native-tls v0.2.12 |
407 | 2025-02-21T21:59:29.327Z | Downloaded p256 v0.13.2 |
408 | 2025-02-21T21:59:29.327Z | Downloaded serde_derive_internals v0.29.1 |
409 | 2025-02-21T21:59:29.328Z | Downloaded oso v0.27.3 |
410 | 2025-02-21T21:59:29.328Z | Downloaded crypto-bigint v0.5.5 |
411 | 2025-02-21T21:59:29.328Z | Downloaded flate2 v1.0.35 |
412 | 2025-02-21T21:59:29.328Z | Downloaded take_mut v0.2.2 |
413 | 2025-02-21T21:59:29.328Z | Downloaded lru-cache v0.1.2 |
414 | 2025-02-21T21:59:29.328Z | Downloaded internet-checksum v0.2.1 |
415 | 2025-02-21T21:59:29.328Z | Downloaded instability v0.3.2 |
416 | 2025-02-21T21:59:29.328Z | Downloaded embedded-io v0.6.1 |
417 | 2025-02-21T21:59:29.328Z | Downloaded embedded-io v0.4.0 |
418 | 2025-02-21T21:59:29.328Z | Downloaded num_cpus v1.16.0 |
419 | 2025-02-21T21:59:29.328Z | Downloaded indexmap v2.7.1 |
420 | 2025-02-21T21:59:29.328Z | Downloaded slog v2.7.0 |
421 | 2025-02-21T21:59:29.328Z | Downloaded oorandom v11.1.4 |
422 | 2025-02-21T21:59:29.328Z | Downloaded serde_with_macros v3.11.0 |
423 | 2025-02-21T21:59:29.328Z | Downloaded icu_provider_macros v1.5.0 |
424 | 2025-02-21T21:59:29.328Z | Downloaded ed25519-dalek v2.1.1 |
425 | 2025-02-21T21:59:29.328Z | Downloaded ciborium-io v0.2.2 |
426 | 2025-02-21T21:59:29.328Z | Downloaded quinn-udp v0.5.5 |
427 | 2025-02-21T21:59:29.328Z | Downloaded same-file v1.0.6 |
428 | 2025-02-21T21:59:29.328Z | Downloaded rand_core v0.6.4 |
429 | 2025-02-21T21:59:29.328Z | Downloaded dof v0.3.0 |
430 | 2025-02-21T21:59:29.328Z | Downloaded progenitor-macro v0.8.0 |
431 | 2025-02-21T21:59:29.328Z | Downloaded clap_derive v4.5.28 |
432 | 2025-02-21T21:59:29.328Z | Downloaded rand v0.8.5 |
433 | 2025-02-21T21:59:29.328Z | Downloaded proc-macro-crate v1.3.1 |
434 | 2025-02-21T21:59:29.328Z | Downloaded time v0.3.36 |
435 | 2025-02-21T21:59:29.328Z | Downloaded semver v0.1.20 |
436 | 2025-02-21T21:59:29.328Z | Downloaded num-iter v0.1.45 |
437 | 2025-02-21T21:59:29.328Z | Downloaded cmake v0.1.51 |
438 | 2025-02-21T21:59:29.328Z | Downloaded maybe-uninit v2.0.0 |
439 | 2025-02-21T21:59:29.336Z | Downloaded url v2.5.3 |
440 | 2025-02-21T21:59:29.337Z | Downloaded precomputed-hash v0.1.1 |
441 | 2025-02-21T21:59:29.337Z | Downloaded ident_case v1.0.1 |
442 | 2025-02-21T21:59:29.337Z | Downloaded thiserror-impl v1.0.69 |
443 | 2025-02-21T21:59:29.337Z | Downloaded strum v0.26.3 |
444 | 2025-02-21T21:59:29.337Z | Downloaded litemap v0.7.3 |
445 | 2025-02-21T21:59:29.337Z | Downloaded strum_macros v0.24.3 |
446 | 2025-02-21T21:59:29.337Z | Downloaded thiserror-impl v2.0.11 |
447 | 2025-02-21T21:59:29.337Z | Downloaded progenitor-impl v0.9.1 |
448 | 2025-02-21T21:59:29.337Z | Downloaded stable_deref_trait v1.2.0 |
449 | 2025-02-21T21:59:29.337Z | Downloaded rstest v0.23.0 |
450 | 2025-02-21T21:59:29.337Z | Downloaded trybuild v1.0.101 |
451 | 2025-02-21T21:59:29.337Z | Downloaded xattr v1.3.1 |
452 | 2025-02-21T21:59:29.337Z | Downloaded criterion-plot v0.5.0 |
453 | 2025-02-21T21:59:29.337Z | Downloaded writeable v0.5.5 |
454 | 2025-02-21T21:59:29.337Z | Downloaded console v0.15.10 |
455 | 2025-02-21T21:59:29.337Z | Downloaded pin-project-internal v1.1.6 |
456 | 2025-02-21T21:59:29.337Z | Downloaded pkcs8 v0.10.2 |
457 | 2025-02-21T21:59:29.337Z | Downloaded shlex v1.3.0 |
458 | 2025-02-21T21:59:29.337Z | Downloaded clap v4.5.30 |
459 | 2025-02-21T21:59:29.337Z | Downloaded toolchain_find v0.4.0 |
460 | 2025-02-21T21:59:29.337Z | Downloaded dirs-next v2.0.0 |
461 | 2025-02-21T21:59:29.337Z | Downloaded digest v0.10.7 |
462 | 2025-02-21T21:59:29.337Z | Downloaded difflib v0.4.0 |
463 | 2025-02-21T21:59:29.338Z | Downloaded num-derive v0.4.2 |
464 | 2025-02-21T21:59:29.338Z | Downloaded hashbrown v0.14.5 |
465 | 2025-02-21T21:59:29.338Z | Downloaded percent-encoding v2.3.1 |
466 | 2025-02-21T21:59:29.338Z | Downloaded slog-term v2.9.1 |
467 | 2025-02-21T21:59:29.338Z | Downloaded memmap v0.7.0 |
468 | 2025-02-21T21:59:29.338Z | Downloaded zerocopy-derive v0.8.10 |
469 | 2025-02-21T21:59:29.338Z | Downloaded parse-display-derive v0.10.0 |
470 | 2025-02-21T21:59:29.338Z | Downloaded ppv-lite86 v0.2.20 |
471 | 2025-02-21T21:59:29.338Z | Downloaded tokio-rustls v0.25.0 |
472 | 2025-02-21T21:59:29.338Z | Downloaded tokio-rustls v0.26.0 |
473 | 2025-02-21T21:59:29.338Z | Downloaded newtype_derive v0.1.6 |
474 | 2025-02-21T21:59:29.338Z | Downloaded pkcs5 v0.7.1 |
475 | 2025-02-21T21:59:29.338Z | Downloaded serde_yaml v0.9.34+deprecated |
476 | 2025-02-21T21:59:29.339Z | Downloaded unicode-segmentation v1.12.0 |
477 | 2025-02-21T21:59:29.339Z | Downloaded unicode-properties v0.1.3 |
478 | 2025-02-21T21:59:29.339Z | Downloaded thiserror v1.0.69 |
479 | 2025-02-21T21:59:29.339Z | Downloaded smallvec v0.6.14 |
480 | 2025-02-21T21:59:29.339Z | Downloaded qorb v0.2.1 |
481 | 2025-02-21T21:59:29.339Z | Downloaded sigpipe v0.1.3 |
482 | 2025-02-21T21:59:29.339Z | Downloaded parse-size v1.1.0 |
483 | 2025-02-21T21:59:29.339Z | Downloaded tinyvec_macros v0.1.1 |
484 | 2025-02-21T21:59:29.339Z | Downloaded termcolor v1.4.1 |
485 | 2025-02-21T21:59:29.339Z | Downloaded slog-stdlog v4.1.1 |
486 | 2025-02-21T21:59:29.341Z | Downloaded unicase v2.7.0 |
487 | 2025-02-21T21:59:29.341Z | Downloaded dirs-sys-next v0.1.2 |
488 | 2025-02-21T21:59:29.341Z | Downloaded typify-macro v0.2.0 |
489 | 2025-02-21T21:59:29.341Z | Downloaded topological-sort v0.2.2 |
490 | 2025-02-21T21:59:29.341Z | Downloaded icu_normalizer_data v1.5.0 |
491 | 2025-02-21T21:59:29.341Z | Downloaded plotters v0.3.7 |
492 | 2025-02-21T21:59:29.341Z | Downloaded structmeta v0.2.0 |
493 | 2025-02-21T21:59:29.341Z | Downloaded futures-util v0.3.31 |
494 | 2025-02-21T21:59:29.341Z | Downloaded write16 v1.0.0 |
495 | 2025-02-21T21:59:29.341Z | Downloaded nested v0.1.1 |
496 | 2025-02-21T21:59:29.341Z | Downloaded rust-argon2 v2.1.0 |
497 | 2025-02-21T21:59:29.341Z | Downloaded sha2 v0.10.8 |
498 | 2025-02-21T21:59:29.342Z | Downloaded rstest_macros v0.23.0 |
499 | 2025-02-21T21:59:29.342Z | Downloaded scopeguard v1.2.0 |
500 | 2025-02-21T21:59:29.342Z | Downloaded managed v0.8.0 |
501 | 2025-02-21T21:59:29.342Z | Downloaded macaddr v1.0.1 |
502 | 2025-02-21T21:59:29.342Z | Downloaded crossbeam-epoch v0.9.18 |
503 | 2025-02-21T21:59:29.342Z | Downloaded quick-error v1.2.3 |
504 | 2025-02-21T21:59:29.342Z | Downloaded phf v0.11.2 |
505 | 2025-02-21T21:59:29.342Z | Downloaded ciborium v0.2.2 |
506 | 2025-02-21T21:59:29.357Z | Downloaded thiserror v2.0.11 |
507 | 2025-02-21T21:59:29.357Z | Downloaded smawk v0.3.2 |
508 | 2025-02-21T21:59:29.357Z | Downloaded zone v0.1.8 |
509 | 2025-02-21T21:59:29.357Z | Downloaded tracing-attributes v0.1.27 |
510 | 2025-02-21T21:59:29.357Z | Downloaded progenitor-macro v0.9.1 |
511 | 2025-02-21T21:59:29.357Z | Downloaded want v0.3.1 |
512 | 2025-02-21T21:59:29.357Z | Downloaded defmt v0.3.8 |
513 | 2025-02-21T21:59:29.357Z | Downloaded signature v2.2.0 |
514 | 2025-02-21T21:59:29.357Z | Downloaded tls_codec v0.4.1 |
515 | 2025-02-21T21:59:29.357Z | Downloaded rsa v0.9.6 |
516 | 2025-02-21T21:59:29.357Z | Downloaded zerofrom v0.1.4 |
517 | 2025-02-21T21:59:29.358Z | Downloaded russh-keys v0.45.0 |
518 | 2025-02-21T21:59:29.358Z | Downloaded opaque-debug v0.3.1 |
519 | 2025-02-21T21:59:29.358Z | Downloaded crc v3.2.1 |
520 | 2025-02-21T21:59:29.358Z | Downloaded either v1.13.0 |
521 | 2025-02-21T21:59:29.358Z | Downloaded num-conv v0.1.0 |
522 | 2025-02-21T21:59:29.358Z | Downloaded newtype-uuid v1.2.1 |
523 | 2025-02-21T21:59:29.358Z | Downloaded linked-hash-map v0.5.6 |
524 | 2025-02-21T21:59:29.358Z | Downloaded daft v0.1.1 |
525 | 2025-02-21T21:59:29.358Z | Downloaded nibble_vec v0.1.0 |
526 | 2025-02-21T21:59:29.358Z | Downloaded ed25519 v2.2.3 |
527 | 2025-02-21T21:59:29.358Z | Downloaded pretty-hex v0.4.1 |
528 | 2025-02-21T21:59:29.358Z | Downloaded typify v0.2.0 |
529 | 2025-02-21T21:59:29.359Z | Downloaded psl-types v2.0.11 |
530 | 2025-02-21T21:59:29.359Z | Downloaded bindgen v0.69.5 |
531 | 2025-02-21T21:59:29.359Z | Downloaded static_assertions v1.1.0 |
532 | 2025-02-21T21:59:29.359Z | Downloaded tinyvec v1.8.0 |
533 | 2025-02-21T21:59:29.359Z | Downloaded tls_codec_derive v0.4.1 |
534 | 2025-02-21T21:59:29.359Z | Downloaded stringprep v0.1.5 |
535 | 2025-02-21T21:59:29.359Z | Downloaded secrecy v0.8.0 |
536 | 2025-02-21T21:59:29.359Z | Downloaded downcast v0.11.0 |
537 | 2025-02-21T21:59:29.359Z | Downloaded bitvec v1.0.1 |
538 | 2025-02-21T21:59:29.359Z | Downloaded cipher v0.4.4 |
539 | 2025-02-21T21:59:29.365Z | Downloaded async-std v1.13.0 |
540 | 2025-02-21T21:59:29.365Z | Downloaded kstat-rs v0.2.4 |
541 | 2025-02-21T21:59:29.365Z | Downloaded goblin v0.8.2 |
542 | 2025-02-21T21:59:29.365Z | Downloaded termtree v0.5.1 |
543 | 2025-02-21T21:59:29.365Z | Downloaded num-complex v0.4.6 |
544 | 2025-02-21T21:59:29.365Z | Downloaded memchr v2.7.4 |
545 | 2025-02-21T21:59:29.365Z | Downloaded toml_edit v0.19.15 |
546 | 2025-02-21T21:59:29.365Z | Downloaded phf_shared v0.10.0 |
547 | 2025-02-21T21:59:29.365Z | Downloaded impl-trait-for-tuples v0.2.2 |
548 | 2025-02-21T21:59:29.365Z | Downloaded idna_adapter v1.2.0 |
549 | 2025-02-21T21:59:29.365Z | Downloaded tokio-native-tls v0.3.1 |
550 | 2025-02-21T21:59:29.365Z | Downloaded tokio-macros v2.5.0 |
551 | 2025-02-21T21:59:29.365Z | Downloaded terminal_size v0.4.0 |
552 | 2025-02-21T21:59:29.366Z | Downloaded simd-adler32 v0.3.7 |
553 | 2025-02-21T21:59:29.366Z | Downloaded is_terminal_polyfill v1.70.1 |
554 | 2025-02-21T21:59:29.366Z | Downloaded toml_datetime v0.6.8 |
555 | 2025-02-21T21:59:29.366Z | Downloaded toml v0.8.19 |
556 | 2025-02-21T21:59:29.366Z | Downloaded kv-log-macro v1.0.7 |
557 | 2025-02-21T21:59:29.366Z | Downloaded elliptic-curve v0.13.8 |
558 | 2025-02-21T21:59:29.366Z | Downloaded vte_generate_state_changes v0.1.2 |
559 | 2025-02-21T21:59:29.366Z | Downloaded target-triple v0.1.3 |
560 | 2025-02-21T21:59:29.366Z | Downloaded rustls-pemfile v2.2.0 |
561 | 2025-02-21T21:59:29.366Z | Downloaded debug-ignore v1.0.5 |
562 | 2025-02-21T21:59:29.366Z | Downloaded crossbeam-channel v0.5.13 |
563 | 2025-02-21T21:59:29.366Z | Downloaded similar-asserts v1.6.0 |
564 | 2025-02-21T21:59:29.366Z | Downloaded which v4.4.2 |
565 | 2025-02-21T21:59:29.366Z | Downloaded slab v0.4.9 |
566 | 2025-02-21T21:59:29.366Z | Downloaded prettyplease v0.2.29 |
567 | 2025-02-21T21:59:29.367Z | Downloaded nom v7.1.3 |
568 | 2025-02-21T21:59:29.367Z | Downloaded derive_builder_macro v0.20.2 |
569 | 2025-02-21T21:59:29.367Z | Downloaded wait-timeout v0.2.0 |
570 | 2025-02-21T21:59:29.367Z | Downloaded radium v0.7.0 |
571 | 2025-02-21T21:59:29.367Z | Downloaded parking v2.2.1 |
572 | 2025-02-21T21:59:29.367Z | Downloaded quote v1.0.38 |
573 | 2025-02-21T21:59:29.367Z | Downloaded zerocopy v0.7.35 |
574 | 2025-02-21T21:59:29.367Z | Downloaded md5 v0.7.0 |
575 | 2025-02-21T21:59:29.367Z | Downloaded darling_macro v0.20.10 |
576 | 2025-02-21T21:59:29.367Z | Downloaded der_derive v0.7.3 |
577 | 2025-02-21T21:59:29.367Z | Downloaded sqlparser v0.45.0 |
578 | 2025-02-21T21:59:29.367Z | Downloaded crossbeam-utils v0.8.20 |
579 | 2025-02-21T21:59:29.367Z | Downloaded peg-runtime v0.8.3 |
580 | 2025-02-21T21:59:29.367Z | Downloaded tokio-stream v0.1.16 |
581 | 2025-02-21T21:59:29.367Z | Downloaded miniz_oxide v0.8.0 |
582 | 2025-02-21T21:59:29.367Z | Downloaded strsim v0.11.1 |
583 | 2025-02-21T21:59:29.367Z | Downloaded hyper-util v0.1.10 |
584 | 2025-02-21T21:59:29.368Z | Downloaded textwrap v0.16.1 |
585 | 2025-02-21T21:59:29.368Z | Downloaded zopfli v0.8.1 |
586 | 2025-02-21T21:59:29.368Z | Downloaded strip-ansi-escapes v0.2.0 |
587 | 2025-02-21T21:59:29.368Z | Downloaded rustyline v14.0.0 |
588 | 2025-02-21T21:59:29.368Z | Downloaded zip v2.1.3 |
589 | 2025-02-21T21:59:29.368Z | Downloaded ssh-key v0.6.6 |
590 | 2025-02-21T21:59:29.368Z | Downloaded linear-map v1.2.0 |
591 | 2025-02-21T21:59:29.368Z | Downloaded crossterm v0.28.1 |
592 | 2025-02-21T21:59:29.368Z | Downloaded utf8parse v0.2.2 |
593 | 2025-02-21T21:59:29.368Z | Downloaded pest_generator v2.7.14 |
594 | 2025-02-21T21:59:29.369Z | Downloaded defmt-parser v0.3.4 |
595 | 2025-02-21T21:59:29.369Z | Downloaded datatest-stable v0.2.9 |
596 | 2025-02-21T21:59:29.369Z | Downloaded phf_shared v0.11.2 |
597 | 2025-02-21T21:59:29.369Z | Downloaded sec1 v0.7.3 |
598 | 2025-02-21T21:59:29.370Z | Downloaded walkdir v2.5.0 |
599 | 2025-02-21T21:59:29.370Z | Downloaded ecdsa v0.16.9 |
600 | 2025-02-21T21:59:29.370Z | Downloaded git2 v0.19.0 |
601 | 2025-02-21T21:59:29.370Z | Downloaded maplit v1.0.2 |
602 | 2025-02-21T21:59:29.370Z | Downloaded ryu v1.0.18 |
603 | 2025-02-21T21:59:29.370Z | Downloaded rcgen v0.12.1 |
604 | 2025-02-21T21:59:29.370Z | Downloaded schemars_derive v0.8.21 |
605 | 2025-02-21T21:59:29.370Z | Downloaded tokio-rustls v0.24.1 |
606 | 2025-02-21T21:59:29.370Z | Downloaded russh v0.45.0 |
607 | 2025-02-21T21:59:29.370Z | Downloaded structmeta-derive v0.2.0 |
608 | 2025-02-21T21:59:29.370Z | Downloaded pem v3.0.4 |
609 | 2025-02-21T21:59:29.370Z | Downloaded parking_lot v0.11.2 |
610 | 2025-02-21T21:59:29.370Z | Downloaded pkg-config v0.3.31 |
611 | 2025-02-21T21:59:29.370Z | Downloaded phf_codegen v0.11.2 |
612 | 2025-02-21T21:59:29.370Z | Downloaded structmeta-derive v0.3.0 |
613 | 2025-02-21T21:59:29.370Z | Downloaded predicates-tree v1.0.11 |
614 | 2025-02-21T21:59:29.370Z | Downloaded relative-path v1.9.3 |
615 | 2025-02-21T21:59:29.371Z | Downloaded uzers v0.12.1 |
616 | 2025-02-21T21:59:29.371Z | Downloaded data-encoding v2.6.0 |
617 | 2025-02-21T21:59:29.371Z | Downloaded derive_builder v0.20.2 |
618 | 2025-02-21T21:59:29.371Z | Downloaded papergrid v0.11.0 |
619 | 2025-02-21T21:59:29.371Z | Downloaded derive_more v0.99.19 |
620 | 2025-02-21T21:59:29.371Z | Downloaded vte v0.11.1 |
621 | 2025-02-21T21:59:29.371Z | Downloaded semver v1.0.25 |
622 | 2025-02-21T21:59:29.371Z | Downloaded uuid v1.12.0 |
623 | 2025-02-21T21:59:29.371Z | Downloaded darling v0.20.10 |
624 | 2025-02-21T21:59:29.371Z | Downloaded serde v1.0.217 |
625 | 2025-02-21T21:59:29.371Z | Downloaded parking_lot v0.12.3 |
626 | 2025-02-21T21:59:29.371Z | Downloaded term v0.7.0 |
627 | 2025-02-21T21:59:29.371Z | Downloaded samael v0.0.17 |
628 | 2025-02-21T21:59:29.371Z | Downloaded rusqlite v0.32.1 |
629 | 2025-02-21T21:59:29.371Z | Downloaded peg v0.8.4 |
630 | 2025-02-21T21:59:29.371Z | Downloaded password-hash v0.4.2 |
631 | 2025-02-21T21:59:29.371Z | Downloaded partial-io v0.5.4 |
632 | 2025-02-21T21:59:29.371Z | Downloaded mio v1.0.2 |
633 | 2025-02-21T21:59:29.371Z | Downloaded dropshot_endpoint v0.12.0 |
634 | 2025-02-21T21:59:29.372Z | Downloaded unicode-ident v1.0.14 |
635 | 2025-02-21T21:59:29.372Z | Downloaded pin-project v1.1.6 |
636 | 2025-02-21T21:59:29.372Z | Downloaded scheduled-thread-pool v0.2.7 |
637 | 2025-02-21T21:59:29.372Z | Downloaded pest v2.7.14 |
638 | 2025-02-21T21:59:29.372Z | Downloaded idna v1.0.3 |
639 | 2025-02-21T21:59:29.382Z | Downloaded cookie v0.18.1 |
640 | 2025-02-21T21:59:29.382Z | Downloaded quinn v0.11.5 |
641 | 2025-02-21T21:59:29.393Z | Downloaded tokio-postgres v0.7.12 |
642 | 2025-02-21T21:59:29.393Z | Downloaded icu_properties v1.5.1 |
643 | 2025-02-21T21:59:29.393Z | Downloaded reqwest v0.12.12 |
644 | 2025-02-21T21:59:29.394Z | Downloaded smf v0.2.3 |
645 | 2025-02-21T21:59:29.394Z | Downloaded steno v0.4.1 |
646 | 2025-02-21T21:59:29.394Z | Downloaded tokio-util v0.7.12 |
647 | 2025-02-21T21:59:29.394Z | Downloaded portable-atomic v1.9.0 |
648 | 2025-02-21T21:59:29.394Z | Downloaded itertools v0.14.0 |
649 | 2025-02-21T21:59:29.394Z | Downloaded tabled v0.15.0 |
650 | 2025-02-21T21:59:29.394Z | Downloaded gimli v0.31.1 |
651 | 2025-02-21T21:59:29.394Z | Downloaded daft-derive v0.1.1 |
652 | 2025-02-21T21:59:29.394Z | Downloaded clap_builder v4.5.30 |
653 | 2025-02-21T21:59:29.404Z | Downloaded der v0.7.9 |
654 | 2025-02-21T21:59:29.405Z | Downloaded minimal-lexical v0.2.1 |
655 | 2025-02-21T21:59:29.405Z | Downloaded p384 v0.13.0 |
656 | 2025-02-21T21:59:29.405Z | Downloaded syn v1.0.109 |
657 | 2025-02-21T21:59:29.428Z | Downloaded toml_edit v0.22.22 |
658 | 2025-02-21T21:59:29.469Z | Downloaded num-bigint v0.4.6 |
659 | 2025-02-21T21:59:29.469Z | Downloaded vcpkg v0.2.15 |
660 | 2025-02-21T21:59:29.507Z | Downloaded unicode-width v0.2.0 |
661 | 2025-02-21T21:59:29.508Z | Downloaded unicode-width v0.1.14 |
662 | 2025-02-21T21:59:29.508Z | Downloaded bstr v1.10.0 |
663 | 2025-02-21T21:59:29.508Z | Downloaded parse-zoneinfo v0.3.1 |
664 | 2025-02-21T21:59:29.508Z | Downloaded petname v2.0.2 |
665 | 2025-02-21T21:59:29.508Z | Downloaded itertools v0.10.5 |
666 | 2025-02-21T21:59:29.508Z | Downloaded smoltcp v0.9.1 |
667 | 2025-02-21T21:59:29.533Z | Downloaded libxml v0.3.3 |
668 | 2025-02-21T21:59:29.575Z | Downloaded smoltcp v0.11.0 |
669 | 2025-02-21T21:59:29.575Z | Downloaded icu_properties_data v1.5.0 |
670 | 2025-02-21T21:59:29.588Z | Downloaded object v0.30.4 |
671 | 2025-02-21T21:59:29.588Z | Downloaded regex v1.11.1 |
672 | 2025-02-21T21:59:29.588Z | Downloaded itertools v0.13.0 |
673 | 2025-02-21T21:59:29.588Z | Downloaded diesel v2.2.7 |
674 | 2025-02-21T21:59:29.596Z | Downloaded itertools v0.12.1 |
675 | 2025-02-21T21:59:29.596Z | Downloaded quick-xml v0.33.0 |
676 | 2025-02-21T21:59:29.600Z | Downloaded syn v2.0.96 |
677 | 2025-02-21T21:59:29.609Z | Downloaded reedline v0.35.0 |
678 | 2025-02-21T21:59:29.616Z | Downloaded radix_trie v0.2.1 |
679 | 2025-02-21T21:59:29.631Z | Downloaded rustls v0.21.12 |
680 | 2025-02-21T21:59:29.645Z | Downloaded dropshot v0.12.0 |
681 | 2025-02-21T21:59:29.652Z | Downloaded winnow v0.5.40 |
682 | 2025-02-21T21:59:29.657Z | Downloaded polar-core v0.27.3 |
683 | 2025-02-21T21:59:29.670Z | Downloaded curve25519-dalek v4.1.3 |
684 | 2025-02-21T21:59:29.689Z | Downloaded salty v0.3.0 |
685 | 2025-02-21T21:59:29.689Z | Downloaded quinn-proto v0.11.8 |
686 | 2025-02-21T21:59:29.694Z | Downloaded rustls-webpki v0.102.8 |
687 | 2025-02-21T21:59:29.706Z | Downloaded hickory-proto v0.24.3 |
688 | 2025-02-21T21:59:29.718Z | Downloaded rustls-webpki v0.101.7 |
689 | 2025-02-21T21:59:29.750Z | Downloaded lalrpop v0.19.12 |
690 | 2025-02-21T21:59:29.750Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
691 | 2025-02-21T21:59:29.758Z | Downloaded rayon v1.10.0 |
692 | 2025-02-21T21:59:29.766Z | Downloaded object v0.36.5 |
693 | 2025-02-21T21:59:29.778Z | Downloaded zerovec v0.10.4 |
694 | 2025-02-21T21:59:29.783Z | Downloaded unicode-normalization v0.1.24 |
695 | 2025-02-21T21:59:29.783Z | Downloaded openssl v0.10.71 |
696 | 2025-02-21T21:59:29.790Z | Downloaded ratatui v0.29.0 |
697 | 2025-02-21T21:59:29.806Z | Downloaded regex-syntax v0.8.5 |
698 | 2025-02-21T21:59:29.815Z | Downloaded nix v0.27.1 |
699 | 2025-02-21T21:59:29.825Z | Downloaded winnow v0.6.20 |
700 | 2025-02-21T21:59:29.833Z | Downloaded proptest v1.5.0 |
701 | 2025-02-21T21:59:29.846Z | Downloaded rustls v0.23.19 |
702 | 2025-02-21T21:59:29.853Z | Downloaded nix v0.28.0 |
703 | 2025-02-21T21:59:29.864Z | Downloaded webpki-roots v0.26.6 |
704 | 2025-02-21T21:59:29.870Z | Downloaded chrono-tz v0.10.1 |
705 | 2025-02-21T21:59:29.876Z | Downloaded zerocopy v0.8.10 |
706 | 2025-02-21T21:59:29.903Z | Downloaded regex-syntax v0.6.29 |
707 | 2025-02-21T21:59:29.912Z | Downloaded nix v0.29.0 |
708 | 2025-02-21T21:59:29.918Z | Downloaded regress v0.10.1 |
709 | 2025-02-21T21:59:29.929Z | Downloaded rustix v0.38.37 |
710 | 2025-02-21T21:59:29.948Z | Downloaded dropshot v0.15.1 |
711 | 2025-02-21T21:59:29.970Z | Downloaded lzma-sys v0.1.20 |
712 | 2025-02-21T21:59:29.996Z | Downloaded openapiv3 v2.0.0 |
713 | 2025-02-21T21:59:30.011Z | Downloaded sha3 v0.10.8 |
714 | 2025-02-21T21:59:30.015Z | Downloaded regress v0.9.1 |
715 | 2025-02-21T21:59:30.022Z | Downloaded rustls v0.22.4 |
716 | 2025-02-21T21:59:30.034Z | Downloaded typify-impl v0.2.0 |
717 | 2025-02-21T21:59:30.048Z | Downloaded typify-impl v0.3.0 |
718 | 2025-02-21T21:59:30.073Z | Downloaded zerocopy-derive v0.6.6 |
719 | 2025-02-21T21:59:30.075Z | Downloaded icu_provider v1.5.0 |
720 | 2025-02-21T21:59:30.076Z | Downloaded rustls-pki-types v1.10.0 |
721 | 2025-02-21T21:59:30.078Z | Downloaded pretty_assertions v1.4.1 |
722 | 2025-02-21T21:59:30.080Z | Downloaded derive_builder_core v0.20.2 |
723 | 2025-02-21T21:59:30.084Z | Downloaded smallvec v1.13.2 |
724 | 2025-02-21T21:59:30.084Z | Downloaded des v0.8.1 |
725 | 2025-02-21T21:59:30.088Z | Downloaded similar v2.6.0 |
726 | 2025-02-21T21:59:30.092Z | Downloaded r2d2 v0.8.10 |
727 | 2025-02-21T21:59:30.095Z | Downloaded whoami v1.5.2 |
728 | 2025-02-21T21:59:30.095Z | Downloaded test-strategy v0.3.1 |
729 | 2025-02-21T21:59:30.105Z | Downloaded serde_with v3.11.0 |
730 | 2025-02-21T21:59:30.122Z | Downloaded toml v0.7.8 |
731 | 2025-02-21T21:59:30.132Z | Downloaded sled v0.34.7 |
732 | 2025-02-21T21:59:30.139Z | Downloaded regex-automata v0.4.8 |
733 | 2025-02-21T21:59:30.161Z | Downloaded petgraph v0.6.5 |
734 | 2025-02-21T21:59:30.187Z | Downloaded darling_core v0.20.10 |
735 | 2025-02-21T21:59:30.191Z | Downloaded petgraph v0.7.1 |
736 | 2025-02-21T21:59:30.212Z | Downloaded structmeta v0.3.0 |
737 | 2025-02-21T21:59:30.217Z | Downloaded salsa20 v0.10.2 |
738 | 2025-02-21T21:59:30.217Z | Downloaded unicode-linebreak v0.1.5 |
739 | 2025-02-21T21:59:30.217Z | Downloaded unicode-bidi v0.3.17 |
740 | 2025-02-21T21:59:30.220Z | Downloaded p521 v0.13.3 |
741 | 2025-02-21T21:59:30.223Z | Downloaded serde_json v1.0.139 |
742 | 2025-02-21T21:59:30.230Z | Downloaded libm v0.2.8 |
743 | 2025-02-21T21:59:30.241Z | Downloaded iana-time-zone v0.1.61 |
744 | 2025-02-21T21:59:30.243Z | Downloaded encoding_rs v0.8.34 |
745 | 2025-02-21T21:59:30.262Z | Downloaded cpufeatures v0.2.14 |
746 | 2025-02-21T21:59:30.267Z | Downloaded ciborium-ll v0.2.2 |
747 | 2025-02-21T21:59:30.267Z | Downloaded zerovec-derive v0.10.3 |
748 | 2025-02-21T21:59:30.267Z | Downloaded zeroize v1.8.1 |
749 | 2025-02-21T21:59:30.270Z | Downloaded zerofrom-derive v0.1.4 |
750 | 2025-02-21T21:59:30.270Z | Downloaded cookie_store v0.21.1 |
751 | 2025-02-21T21:59:30.270Z | Downloaded yoke v0.7.4 |
752 | 2025-02-21T21:59:30.273Z | Downloaded yasna v0.5.2 |
753 | 2025-02-21T21:59:30.273Z | Downloaded tempfile v3.13.0 |
754 | 2025-02-21T21:59:30.277Z | Downloaded hyper-staticfile v0.10.1 |
755 | 2025-02-21T21:59:30.281Z | Downloaded env_logger v0.11.5 |
756 | 2025-02-21T21:59:30.281Z | Downloaded diff v0.1.13 |
757 | 2025-02-21T21:59:30.283Z | Downloaded libc v0.2.169 |
758 | 2025-02-21T21:59:30.307Z | Downloaded ring v0.17.9 |
759 | 2025-02-21T21:59:30.350Z | Downloaded csv v1.3.1 |
760 | 2025-02-21T21:59:30.398Z | Downloaded tokio v1.43.0 |
761 | 2025-02-21T21:59:30.405Z | Downloaded crc-any v2.5.0 |
762 | 2025-02-21T21:59:30.408Z | Downloaded tungstenite v0.24.0 |
763 | 2025-02-21T21:59:30.410Z | Downloaded tungstenite v0.23.0 |
764 | 2025-02-21T21:59:30.413Z | Downloaded criterion v0.5.1 |
765 | 2025-02-21T21:59:30.419Z | Downloaded libz-sys v1.1.20 |
766 | 2025-02-21T21:59:30.440Z | Downloaded chrono v0.4.39 |
767 | 2025-02-21T21:59:30.449Z | Downloaded hkdf v0.12.4 |
768 | 2025-02-21T21:59:30.452Z | Downloaded yoke-derive v0.7.4 |
769 | 2025-02-21T21:59:30.452Z | Downloaded siphasher v0.3.11 |
770 | 2025-02-21T21:59:30.455Z | Downloaded tracing-core v0.1.32 |
771 | 2025-02-21T21:59:30.456Z | Downloaded const_format v0.2.34 |
772 | 2025-02-21T21:59:30.460Z | Downloaded zip v0.6.6 |
773 | 2025-02-21T21:59:30.463Z | Downloaded hyper-tls v0.6.0 |
774 | 2025-02-21T21:59:30.467Z | Downloaded rustc-demangle v0.1.24 |
775 | 2025-02-21T21:59:30.467Z | Downloaded wyz v0.5.1 |
776 | 2025-02-21T21:59:30.470Z | Downloaded waitgroup v0.1.2 |
777 | 2025-02-21T21:59:30.470Z | Downloaded packed_struct_codegen v0.10.1 |
778 | 2025-02-21T21:59:30.471Z | Downloaded nodrop v0.1.14 |
779 | 2025-02-21T21:59:30.474Z | Downloaded predicates v3.1.3 |
780 | 2025-02-21T21:59:30.474Z | Downloaded postgres-types v0.2.8 |
781 | 2025-02-21T21:59:30.477Z | Downloaded parking_lot_core v0.8.6 |
782 | 2025-02-21T21:59:30.480Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
783 | 2025-02-21T21:59:30.537Z | Downloaded mime_guess v2.0.5 |
784 | 2025-02-21T21:59:30.541Z | Downloaded memmap2 v0.9.5 |
785 | 2025-02-21T21:59:30.541Z | Downloaded typify v0.3.0 |
786 | 2025-02-21T21:59:30.544Z | Downloaded snafu v0.8.5 |
787 | 2025-02-21T21:59:30.551Z | Downloaded publicsuffix v2.3.0 |
788 | 2025-02-21T21:59:30.555Z | Downloaded typed-path v0.9.3 |
789 | 2025-02-21T21:59:30.558Z | Downloaded httpmock v0.8.0-alpha.1 |
790 | 2025-02-21T21:59:30.574Z | Downloaded itoa v1.0.11 |
791 | 2025-02-21T21:59:30.577Z | Downloaded defmt-macros v0.3.9 |
792 | 2025-02-21T21:59:30.581Z | Downloaded postgres-protocol v0.6.7 |
793 | 2025-02-21T21:59:30.583Z | Downloaded postcard v1.0.10 |
794 | 2025-02-21T21:59:30.586Z | Downloaded num-traits v0.2.19 |
795 | 2025-02-21T21:59:30.590Z | Downloaded log v0.4.22 |
796 | 2025-02-21T21:59:30.590Z | Downloaded h2 v0.4.6 |
797 | 2025-02-21T21:59:30.596Z | Downloaded aws-lc-rs v1.10.0 |
798 | 2025-02-21T21:59:30.604Z | Downloaded hyper-rustls v0.27.3 |
799 | 2025-02-21T21:59:30.608Z | Downloaded guppy v0.17.16 |
800 | 2025-02-21T21:59:30.612Z | Downloaded slog-envlogger v2.2.0 |
801 | 2025-02-21T21:59:30.615Z | Downloaded slog-dtrace v0.3.0 |
802 | 2025-02-21T21:59:30.616Z | Downloaded sha1 v0.10.6 |
803 | 2025-02-21T21:59:30.618Z | Downloaded hyper-rustls v0.26.0 |
804 | 2025-02-21T21:59:30.622Z | Downloaded crc32fast v1.4.2 |
805 | 2025-02-21T21:59:30.622Z | Downloaded crc-catalog v2.4.0 |
806 | 2025-02-21T21:59:30.648Z | Downloaded polling v3.7.3 |
807 | 2025-02-21T21:59:30.648Z | Downloaded tower v0.5.2 |
808 | 2025-02-21T21:59:30.660Z | Downloaded tough v0.19.0 |
809 | 2025-02-21T21:59:30.660Z | Downloaded tungstenite v0.21.0 |
810 | 2025-02-21T21:59:30.660Z | Downloaded icu_collections v1.5.0 |
811 | 2025-02-21T21:59:30.660Z | Downloaded num-integer v0.1.46 |
812 | 2025-02-21T21:59:30.660Z | Downloaded lock_api v0.4.12 |
813 | 2025-02-21T21:59:30.660Z | Downloaded litrs v0.4.1 |
814 | 2025-02-21T21:59:30.665Z | Downloaded icu_normalizer v1.5.0 |
815 | 2025-02-21T21:59:30.665Z | Downloaded displaydoc v0.2.5 |
816 | 2025-02-21T21:59:30.665Z | Downloaded const-oid v0.9.6 |
817 | 2025-02-21T21:59:30.665Z | Downloaded hyper v1.5.2 |
818 | 2025-02-21T21:59:30.670Z | Downloaded lazycell v1.3.0 |
819 | 2025-02-21T21:59:30.673Z | Downloaded lazy_static v1.5.0 |
820 | 2025-02-21T21:59:30.674Z | Downloaded lalrpop-util v0.19.12 |
821 | 2025-02-21T21:59:30.674Z | Downloaded x509-cert v0.2.5 |
822 | 2025-02-21T21:59:30.680Z | Downloaded serde_derive v1.0.217 |
823 | 2025-02-21T21:59:30.684Z | Downloaded clang-sys v1.8.1 |
824 | 2025-02-21T21:59:30.684Z | Downloaded blake3 v1.5.4 |
825 | 2025-02-21T21:59:30.693Z | Downloaded shell-words v1.1.0 |
826 | 2025-02-21T21:59:30.693Z | Downloaded hashbrown v0.15.1 |
827 | 2025-02-21T21:59:30.699Z | Downloaded russh-cryptovec v0.7.3 |
828 | 2025-02-21T21:59:30.703Z | Downloaded lockfree-object-pool v0.1.6 |
829 | 2025-02-21T21:59:30.703Z | Downloaded mockall_derive v0.13.0 |
830 | 2025-02-21T21:59:30.703Z | Downloaded http v1.2.0 |
831 | 2025-02-21T21:59:30.707Z | Downloaded unicode-truncate v1.1.0 |
832 | 2025-02-21T21:59:30.710Z | Downloaded tui-tree-widget v0.23.0 |
833 | 2025-02-21T21:59:30.710Z | Downloaded tabwriter v1.4.0 |
834 | 2025-02-21T21:59:30.710Z | Downloaded icu_locid v1.5.0 |
835 | 2025-02-21T21:59:30.713Z | Downloaded tracing v0.1.40 |
836 | 2025-02-21T21:59:30.717Z | Downloaded ipnet v2.10.1 |
837 | 2025-02-21T21:59:30.723Z | Downloaded openssl-sys v0.9.106 |
838 | 2025-02-21T21:59:30.726Z | Downloaded indexmap v1.9.3 |
839 | 2025-02-21T21:59:30.729Z | Downloaded aho-corasick v1.1.3 |
840 | 2025-02-21T21:59:30.735Z | Downloaded num_threads v0.1.7 |
841 | 2025-02-21T21:59:30.737Z | Downloaded plotters-backend v0.3.7 |
842 | 2025-02-21T21:59:30.737Z | Downloaded zerocopy v0.6.6 |
843 | 2025-02-21T21:59:30.738Z | Downloaded num-bigint-dig v0.8.4 |
844 | 2025-02-21T21:59:30.741Z | Downloaded is-terminal v0.4.13 |
845 | 2025-02-21T21:59:30.743Z | Downloaded instant v0.1.13 |
846 | 2025-02-21T21:59:30.746Z | Downloaded compact_str v0.8.0 |
847 | 2025-02-21T21:59:30.749Z | Downloaded unicode_categories v0.1.1 |
848 | 2025-02-21T21:59:30.749Z | Downloaded jobserver v0.1.32 |
849 | 2025-02-21T21:59:30.752Z | Downloaded icu_locid_transform v1.5.0 |
850 | 2025-02-21T21:59:30.752Z | Downloaded pkcs1 v0.7.5 |
851 | 2025-02-21T21:59:30.755Z | Downloaded unsafe-libyaml v0.2.11 |
852 | 2025-02-21T21:59:30.758Z | Downloaded hashbrown v0.12.3 |
853 | 2025-02-21T21:59:30.762Z | Downloaded tokio-tungstenite v0.23.1 |
854 | 2025-02-21T21:59:30.764Z | Downloaded tokio-tungstenite v0.21.0 |
855 | 2025-02-21T21:59:30.767Z | Downloaded nu-ansi-term v0.50.1 |
856 | 2025-02-21T21:59:30.770Z | Downloaded ssh-encoding v0.2.0 |
857 | 2025-02-21T21:59:30.770Z | Downloaded sqlformat v0.2.6 |
858 | 2025-02-21T21:59:30.773Z | Downloaded aes-gcm v0.10.3 |
859 | 2025-02-21T21:59:30.776Z | Downloaded once_cell v1.20.3 |
860 | 2025-02-21T21:59:30.778Z | Downloaded vergen v8.3.2 |
861 | 2025-02-21T21:59:30.782Z | Downloaded ucd-trie v0.1.7 |
862 | 2025-02-21T21:59:30.782Z | Downloaded ron v0.8.1 |
863 | 2025-02-21T21:59:30.786Z | Downloaded rand_chacha v0.3.1 |
864 | 2025-02-21T21:59:30.789Z | Downloaded libtest-mimic v0.7.3 |
865 | 2025-02-21T21:59:30.791Z | Downloaded env_logger v0.10.2 |
866 | 2025-02-21T21:59:30.793Z | Downloaded tar v0.4.42 |
867 | 2025-02-21T21:59:30.795Z | Downloaded socket2 v0.5.7 |
868 | 2025-02-21T21:59:30.797Z | Downloaded rand_distr v0.4.3 |
869 | 2025-02-21T21:59:30.800Z | Downloaded peg-macros v0.8.4 |
870 | 2025-02-21T21:59:30.803Z | Downloaded hickory-resolver v0.24.3 |
871 | 2025-02-21T21:59:30.805Z | Downloaded heapless v0.7.17 |
872 | 2025-02-21T21:59:30.808Z | Downloaded serde_urlencoded v0.7.1 |
873 | 2025-02-21T21:59:30.810Z | Downloaded serde_tokenstream v0.2.2 |
874 | 2025-02-21T21:59:30.813Z | Downloaded serde_spanned v0.6.8 |
875 | 2025-02-21T21:59:30.813Z | Downloaded serde_repr v0.1.19 |
876 | 2025-02-21T21:59:30.816Z | Downloaded csv-core v0.1.11 |
877 | 2025-02-21T21:59:30.816Z | Downloaded signal-hook v0.3.17 |
878 | 2025-02-21T21:59:30.818Z | Downloaded rustc_version v0.4.1 |
879 | 2025-02-21T21:59:30.820Z | Downloaded rustc-hash v1.1.0 |
880 | 2025-02-21T21:59:30.820Z | Downloaded ref-cast v1.0.23 |
881 | 2025-02-21T21:59:30.823Z | Downloaded num v0.4.3 |
882 | 2025-02-21T21:59:30.826Z | Downloaded multer v3.1.0 |
883 | 2025-02-21T21:59:30.829Z | Downloaded memoffset v0.9.1 |
884 | 2025-02-21T21:59:30.829Z | Downloaded vsss-rs v3.3.4 |
885 | 2025-02-21T21:59:30.833Z | Downloaded base64 v0.21.7 |
886 | 2025-02-21T21:59:30.836Z | Downloaded aes v0.8.4 |
887 | 2025-02-21T21:59:30.840Z | Downloaded env_filter v0.1.2 |
888 | 2025-02-21T21:59:30.840Z | Downloaded strum_macros v0.26.4 |
889 | 2025-02-21T21:59:30.844Z | Downloaded chacha20poly1305 v0.10.1 |
890 | 2025-02-21T21:59:30.844Z | Downloaded anyhow v1.0.96 |
891 | 2025-02-21T21:59:30.846Z | Downloaded bumpalo v3.16.0 |
892 | 2025-02-21T21:59:30.850Z | Downloaded lru v0.12.5 |
893 | 2025-02-21T21:59:30.850Z | Downloaded value-bag v1.9.0 |
894 | 2025-02-21T21:59:30.852Z | Downloaded threadpool v1.8.1 |
895 | 2025-02-21T21:59:30.855Z | Downloaded fatfs v0.3.6 |
896 | 2025-02-21T21:59:30.858Z | Downloaded allocator-api2 v0.2.18 |
897 | 2025-02-21T21:59:30.860Z | Downloaded pest_meta v2.7.14 |
898 | 2025-02-21T21:59:30.860Z | Downloaded backtrace v0.3.74 |
899 | 2025-02-21T21:59:30.866Z | Downloaded target-lexicon v0.13.2 |
900 | 2025-02-21T21:59:30.870Z | Downloaded libefi-sys v0.1.0 |
901 | 2025-02-21T21:59:30.870Z | Downloaded ena v0.14.3 |
902 | 2025-02-21T21:59:30.873Z | Downloaded spin v0.9.8 |
903 | 2025-02-21T21:59:30.873Z | Downloaded concurrent-queue v2.5.0 |
904 | 2025-02-21T21:59:30.876Z | Downloaded colored v2.1.0 |
905 | 2025-02-21T21:59:30.880Z | Downloaded bitflags v2.6.0 |
906 | 2025-02-21T21:59:30.884Z | Downloaded cobs v0.2.3 |
907 | 2025-02-21T21:59:30.884Z | Downloaded zone v0.3.0 |
908 | 2025-02-21T21:59:30.884Z | Downloaded serde_plain v1.0.2 |
909 | 2025-02-21T21:59:30.887Z | Downloaded base64 v0.22.1 |
910 | 2025-02-21T21:59:30.891Z | Downloaded async-lock v3.4.0 |
911 | 2025-02-21T21:59:30.891Z | Downloaded typify-macro v0.3.0 |
912 | 2025-02-21T21:59:30.895Z | Downloaded thread-id v4.2.2 |
913 | 2025-02-21T21:59:30.895Z | Downloaded sct v0.7.1 |
914 | 2025-02-21T21:59:30.899Z | Downloaded poly1305 v0.8.0 |
915 | 2025-02-21T21:59:30.899Z | Downloaded rustls-native-certs v0.7.3 |
916 | 2025-02-21T21:59:30.902Z | Downloaded bytes v1.9.0 |
917 | 2025-02-21T21:59:30.906Z | Downloaded futures v0.3.31 |
918 | 2025-02-21T21:59:30.909Z | Downloaded slog-scope v4.4.0 |
919 | 2025-02-21T21:59:30.911Z | Downloaded slog-json v2.6.1 |
920 | 2025-02-21T21:59:30.915Z | Downloaded signal-hook-registry v1.4.2 |
921 | 2025-02-21T21:59:30.915Z | Downloaded signal-hook-mio v0.2.4 |
922 | 2025-02-21T21:59:30.915Z | Downloaded httparse v1.9.5 |
923 | 2025-02-21T21:59:30.917Z | Downloaded serde_regex v1.1.0 |
924 | 2025-02-21T21:59:30.917Z | Downloaded serde_path_to_error v0.1.16 |
925 | 2025-02-21T21:59:30.920Z | Downloaded scrypt v0.11.0 |
926 | 2025-02-21T21:59:30.921Z | Downloaded parking_lot_core v0.9.10 |
927 | 2025-02-21T21:59:30.923Z | Downloaded owo-colors v4.1.0 |
928 | 2025-02-21T21:59:30.926Z | Downloaded anstream v0.6.15 |
929 | 2025-02-21T21:59:30.926Z | Downloaded rustls-pemfile v1.0.4 |
930 | 2025-02-21T21:59:30.928Z | Downloaded num-rational v0.4.2 |
931 | 2025-02-21T21:59:30.929Z | Downloaded parse-display v0.10.0 |
932 | 2025-02-21T21:59:30.934Z | Downloaded httpdate v1.0.3 |
933 | 2025-02-21T21:59:30.934Z | Downloaded highway v1.2.0 |
934 | 2025-02-21T21:59:30.936Z | Downloaded fs_extra v1.3.0 |
935 | 2025-02-21T21:59:30.937Z | Downloaded cargo_metadata v0.18.1 |
936 | 2025-02-21T21:59:30.937Z | Downloaded futures-channel v0.3.31 |
937 | 2025-02-21T21:59:30.940Z | Downloaded foreign-types v0.5.0 |
938 | 2025-02-21T21:59:30.940Z | Downloaded flagset v0.4.6 |
939 | 2025-02-21T21:59:30.940Z | Downloaded futures-core v0.3.31 |
940 | 2025-02-21T21:59:30.943Z | Downloaded foreign-types-macros v0.2.3 |
941 | 2025-02-21T21:59:30.943Z | Downloaded fd-lock v4.0.2 |
942 | 2025-02-21T21:59:30.943Z | Downloaded async-trait v0.1.86 |
943 | 2025-02-21T21:59:30.947Z | Downloaded backoff v0.4.0 |
944 | 2025-02-21T21:59:30.949Z | Downloaded fastrand v2.1.1 |
945 | 2025-02-21T21:59:30.953Z | Downloaded futures-macro v0.3.31 |
946 | 2025-02-21T21:59:30.953Z | Downloaded futures-io v0.3.31 |
947 | 2025-02-21T21:59:30.953Z | Downloaded foldhash v0.1.3 |
948 | 2025-02-21T21:59:30.953Z | Downloaded ff v0.13.0 |
949 | 2025-02-21T21:59:30.955Z | Downloaded hash32 v0.2.1 |
950 | 2025-02-21T21:59:30.956Z | Downloaded funty v2.0.0 |
951 | 2025-02-21T21:59:30.958Z | Downloaded fs-err v2.11.0 |
952 | 2025-02-21T21:59:30.958Z | Downloaded ahash v0.8.11 |
953 | 2025-02-21T21:59:30.961Z | Downloaded humantime v2.1.0 |
954 | 2025-02-21T21:59:30.964Z | Downloaded hex-literal v0.4.1 |
955 | 2025-02-21T21:59:30.964Z | Downloaded hex v0.4.3 |
956 | 2025-02-21T21:59:30.968Z | Downloaded hash32 v0.3.1 |
957 | 2025-02-21T21:59:30.968Z | Downloaded cargo_metadata v0.19.1 |
958 | 2025-02-21T21:59:30.968Z | Downloaded async-task v4.7.1 |
959 | 2025-02-21T21:59:30.972Z | Downloaded arrayvec v0.7.6 |
960 | 2025-02-21T21:59:30.977Z | Downloaded filetime v0.2.25 |
961 | 2025-02-21T21:59:30.977Z | Downloaded camino v1.1.9 |
962 | 2025-02-21T21:59:30.978Z | Downloaded futures-timer v3.0.3 |
963 | 2025-02-21T21:59:30.980Z | Downloaded fragile v2.0.0 |
964 | 2025-02-21T21:59:30.980Z | Downloaded form_urlencoded v1.2.1 |
965 | 2025-02-21T21:59:30.980Z | Downloaded float-cmp v0.10.0 |
966 | 2025-02-21T21:59:30.983Z | Downloaded gethostname v0.5.0 |
967 | 2025-02-21T21:59:30.983Z | Downloaded futures-executor v0.3.31 |
968 | 2025-02-21T21:59:30.985Z | Downloaded cfg-if v1.0.0 |
969 | 2025-02-21T21:59:30.985Z | Downloaded blake2b_simd v1.0.2 |
970 | 2025-02-21T21:59:30.988Z | Downloaded bb8 v0.8.5 |
971 | 2025-02-21T21:59:30.988Z | Downloaded async-recursion v1.1.1 |
972 | 2025-02-21T21:59:30.991Z | Downloaded async-process v2.3.0 |
973 | 2025-02-21T21:59:30.993Z | Downloaded argon2 v0.5.3 |
974 | 2025-02-21T21:59:30.996Z | Downloaded bitfield v0.14.0 |
975 | 2025-02-21T21:59:30.996Z | Downloaded blocking v1.6.1 |
976 | 2025-02-21T21:59:31.000Z | Downloaded block-padding v0.3.3 |
977 | 2025-02-21T21:59:31.000Z | Downloaded atomic-waker v1.1.2 |
978 | 2025-02-21T21:59:31.003Z | Downloaded autocfg v1.4.0 |
979 | 2025-02-21T21:59:31.003Z | Downloaded async-attributes v1.1.2 |
980 | 2025-02-21T21:59:31.003Z | Downloaded array-init v0.0.4 |
981 | 2025-02-21T21:59:31.006Z | Downloaded approx v0.5.1 |
982 | 2025-02-21T21:59:31.006Z | Downloaded addr2line v0.24.2 |
983 | 2025-02-21T21:59:31.009Z | Downloaded adler2 v2.0.0 |
984 | 2025-02-21T21:59:31.009Z | Downloaded anstyle-parse v0.2.5 |
985 | 2025-02-21T21:59:31.097Z | Downloaded libsqlite3-sys v0.30.1 |
986 | 2025-02-21T21:59:31.249Z | Downloaded aws-lc-sys v0.22.0 |
987 | 2025-02-21T21:59:31.731Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
988 | 2025-02-21T21:59:33.397Z | pkg list: illegal option -- F |
989 | 2025-02-21T21:59:33.397Z | Usage: |
990 | 2025-02-21T21:59:33.400Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
991 | 2025-02-21T21:59:33.400Z | [pkg_fmri_pattern ...] |
992 | 2025-02-21T21:59:34.232Z | pkg list: illegal option -- F |
993 | 2025-02-21T21:59:34.232Z | Usage: |
994 | 2025-02-21T21:59:34.235Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
995 | 2025-02-21T21:59:34.235Z | [pkg_fmri_pattern ...] |
996 | 2025-02-21T21:59:42.029Z | Startup: Refreshing catalog 'helios-dev' ... Done |
997 | 2025-02-21T21:59:46.361Z | Startup: Caching catalogs ... Done |
998 | 2025-02-21T21:59:59.551Z | Planning: Solver setup ... Done (12.257s) |
999 | 2025-02-21T21:59:59.708Z | Planning: Running solver ... Done (0.157s) |
1000 | 2025-02-21T21:59:59.827Z | Planning: Finding local manifests ... Done (0.006s) |
1001 | 2025-02-21T21:59:59.843Z | Planning: Fetching manifests: 0/7 0% complete |
1002 | 2025-02-21T22:00:00.490Z | Planning: Fetching manifests: 7/7 100% complete |
1003 | 2025-02-21T22:00:00.601Z | Planning: Package planning ... Done (0.111s) |
1004 | 2025-02-21T22:00:00.658Z | Planning: Merging actions ... Done (0.057s) |
1005 | 2025-02-21T22:00:00.859Z | Planning: Checking for conflicting actions ... Done (0.200s) |
1006 | 2025-02-21T22:00:02.977Z | Planning: Consolidating action changes ... Done (2.118s) |
1007 | 2025-02-21T22:00:03.414Z | Planning: Evaluating mediators ... Done (0.437s) |
1008 | 2025-02-21T22:00:03.496Z | Planning: Planning completed in 17.04 seconds |
1009 | 2025-02-21T22:00:03.512Z | Packages to install: 4 |
1010 | 2025-02-21T22:00:03.512Z | Packages to update: 3 |
1011 | 2025-02-21T22:00:03.515Z | Mediators to change: 2 |
1012 | 2025-02-21T22:00:03.515Z | Services to change: 1 |
1013 | 2025-02-21T22:00:03.516Z | Estimated space available: 155.36 GB |
1014 | 2025-02-21T22:00:03.516Z | Estimated space to be consumed: 1.66 GB |
1015 | 2025-02-21T22:00:03.516Z | Create boot environment: No |
1016 | 2025-02-21T22:00:03.516Z | Create backup boot environment: Yes |
1017 | 2025-02-21T22:00:03.516Z | Rebuild boot archive: No |
1018 | 2025-02-21T22:00:03.516Z | |
1019 | 2025-02-21T22:00:03.516Z | Changed mediators: |
1020 | 2025-02-21T22:00:03.516Z | mediator clang: |
1021 | 2025-02-21T22:00:03.516Z | version: None -> 15 (system default) |
1022 | 2025-02-21T22:00:03.516Z | |
1023 | 2025-02-21T22:00:03.516Z | mediator llvm: |
1024 | 2025-02-21T22:00:03.516Z | version: 14 (system default) -> 15 (system default) |
1025 | 2025-02-21T22:00:03.516Z | |
1026 | 2025-02-21T22:00:03.516Z | Changed packages: |
1027 | 2025-02-21T22:00:03.516Z | helios-dev |
1028 | 2025-02-21T22:00:03.516Z | developer/build-essential |
1029 | 2025-02-21T22:00:03.516Z | None -> 11-2.0 |
1030 | 2025-02-21T22:00:03.516Z | library/libxmlsec1 |
1031 | 2025-02-21T22:00:03.516Z | None -> 1.2.35-2.0 |
1032 | 2025-02-21T22:00:03.516Z | ooce/developer/clang-15 |
1033 | 2025-02-21T22:00:03.516Z | None -> 15.0.7-2.0 |
1034 | 2025-02-21T22:00:03.516Z | ooce/developer/llvm-15 |
1035 | 2025-02-21T22:00:03.516Z | None -> 15.0.7-2.0 |
1036 | 2025-02-21T22:00:03.517Z | package/pkg |
1037 | 2025-02-21T22:00:03.517Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1038 | 2025-02-21T22:00:03.517Z | system/library/g++-runtime |
1039 | 2025-02-21T22:00:03.517Z | 13-2.0 -> 14-2.0 |
1040 | 2025-02-21T22:00:03.517Z | system/library/gcc-runtime |
1041 | 2025-02-21T22:00:03.517Z | 13-2.0 -> 14-2.0 |
1042 | 2025-02-21T22:00:03.517Z | |
1043 | 2025-02-21T22:00:03.517Z | Services: |
1044 | 2025-02-21T22:00:03.517Z | restart_fmri: |
1045 | 2025-02-21T22:00:03.517Z | svc:/system/update-man-index:default |
1046 | 2025-02-21T22:00:03.517Z | |
1047 | 2025-02-21T22:00:03.517Z | Editable files to change: |
1048 | 2025-02-21T22:00:03.517Z | Update: |
1049 | 2025-02-21T22:00:03.517Z | usr/share/lib/pkg/web/config.shtml |
1050 | 2025-02-21T22:00:03.588Z | |
1051 | 2025-02-21T22:00:03.588Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
1052 | 2025-02-21T22:00:08.600Z | Download: 1198/4301 items 82.6/225.4MB 36% complete (17.2M/s) |
1053 | 2025-02-21T22:00:13.603Z | Download: 2160/4301 items 119.0/225.4MB 52% complete (12.2M/s) |
1054 | 2025-02-21T22:00:18.606Z | Download: 2982/4301 items 121.3/225.4MB 53% complete (3.9M/s) |
1055 | 2025-02-21T22:00:23.607Z | Download: 3249/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
1056 | 2025-02-21T22:00:28.608Z | Download: 3898/4301 items 217.5/225.4MB 96% complete (9.6M/s) |
1057 | 2025-02-21T22:00:34.043Z | Download: 4294/4301 items 224.6/225.4MB 99% complete (2.9M/s) |
1058 | 2025-02-21T22:00:37.249Z | Download: Completed 225.42 MB in 33.66 seconds (6.7M/s) |
1059 | 2025-02-21T22:00:39.394Z | Actions: 1/5122 actions (Removing old actions) |
1060 | 2025-02-21T22:00:39.416Z | Actions: 194/5122 actions (Installing new actions) |
1061 | 2025-02-21T22:00:44.130Z | Actions: 4267/5122 actions (Updating modified actions) |
1062 | 2025-02-21T22:00:44.472Z | Actions: Completed 5122 actions in 5.08 seconds. |
1063 | 2025-02-21T22:00:44.709Z | Done (0.229s) |
1064 | 2025-02-21T22:00:44.712Z | Done (0.001s) |
1065 | 2025-02-21T22:00:45.326Z | Done (0.614s) |
1066 | 2025-02-21T22:00:49.976Z | Done (4.424s) |
1067 | 2025-02-21T22:00:50.069Z | Done (0.017s) |
1068 | 2025-02-21T22:00:50.072Z | Done (0.000s) |
1069 | 2025-02-21T22:00:50.251Z | Done (0.000s) |
1070 | 2025-02-21T22:00:50.963Z | Planning: Evaluating mediator changes ... Done |
1071 | 2025-02-21T22:00:51.130Z | Planning: Checking for conflicting actions ... Done |
1072 | 2025-02-21T22:00:51.133Z | Planning: Consolidating action changes ... Done |
1073 | 2025-02-21T22:00:51.408Z | Planning: Evaluating mediators ... Done |
1074 | 2025-02-21T22:00:51.410Z | Planning: Planning completed in 0.45 seconds |
1075 | 2025-02-21T22:00:51.449Z | Mediators to change: 2 |
1076 | 2025-02-21T22:00:51.451Z | Create boot environment: No |
1077 | 2025-02-21T22:00:51.451Z | Create backup boot environment: No |
1078 | 2025-02-21T22:00:51.533Z | Done |
1079 | 2025-02-21T22:00:51.533Z | Done |
1080 | 2025-02-21T22:00:51.987Z | Done |
1081 | 2025-02-21T22:00:55.537Z | Done |
1082 | 2025-02-21T22:00:55.623Z | Done |
1083 | 2025-02-21T22:00:55.626Z | Done |
1084 | 2025-02-21T22:00:55.762Z | Done |
1085 | 2025-02-21T22:00:56.377Z | Planning: Evaluating mediator changes ... Done |
1086 | 2025-02-21T22:00:56.380Z | Planning: Merging actions ... Done |
1087 | 2025-02-21T22:00:56.570Z | Planning: Checking for conflicting actions ... Done |
1088 | 2025-02-21T22:00:56.573Z | Planning: Consolidating action changes ... Done |
1089 | 2025-02-21T22:00:56.834Z | Planning: Evaluating mediators ... Done |
1090 | 2025-02-21T22:00:56.887Z | Planning: Planning completed in 0.75 seconds |
1091 | 2025-02-21T22:00:56.928Z | Packages to change: 1 |
1092 | 2025-02-21T22:00:56.928Z | Mediators to change: 1 |
1093 | 2025-02-21T22:00:56.931Z | Services to change: 1 |
1094 | 2025-02-21T22:00:56.931Z | Create boot environment: No |
1095 | 2025-02-21T22:00:56.931Z | Create backup boot environment: Yes |
1096 | 2025-02-21T22:00:59.259Z | Actions: 1/6 actions (Updating modified actions) |
1097 | 2025-02-21T22:00:59.262Z | Actions: Completed 6 actions in 0.00 seconds. |
1098 | 2025-02-21T22:00:59.262Z | Done |
1099 | 2025-02-21T22:00:59.262Z | Done |
1100 | 2025-02-21T22:00:59.386Z | Done |
1101 | 2025-02-21T22:01:02.985Z | Done |
1102 | 2025-02-21T22:01:03.075Z | Done |
1103 | 2025-02-21T22:01:03.078Z | Done |
1104 | 2025-02-21T22:01:03.209Z | Done |
1105 | 2025-02-21T22:01:03.652Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1106 | 2025-02-21T22:01:03.652Z | clang system 15 system |
1107 | 2025-02-21T22:01:03.652Z | csh system system illumos |
1108 | 2025-02-21T22:01:03.652Z | ctags system system illumos |
1109 | 2025-02-21T22:01:03.652Z | gcc vendor 12 vendor |
1110 | 2025-02-21T22:01:03.652Z | gcc system 10 system |
1111 | 2025-02-21T22:01:03.652Z | gcc system 7 system |
1112 | 2025-02-21T22:01:03.652Z | go system 1.20 system |
1113 | 2025-02-21T22:01:03.652Z | go system 1.19 system |
1114 | 2025-02-21T22:01:03.652Z | llvm system 15 system |
1115 | 2025-02-21T22:01:03.652Z | llvm system 14 system |
1116 | 2025-02-21T22:01:03.652Z | mariadb system 10.6 system |
1117 | 2025-02-21T22:01:03.653Z | mta vendor vendor dma |
1118 | 2025-02-21T22:01:03.653Z | openjdk system 17 system |
1119 | 2025-02-21T22:01:03.653Z | openjdk system 11 system |
1120 | 2025-02-21T22:01:03.653Z | openjdk system 1.8 system |
1121 | 2025-02-21T22:01:03.653Z | openssl vendor 3 vendor |
1122 | 2025-02-21T22:01:03.653Z | perl system 5.36 system |
1123 | 2025-02-21T22:01:03.653Z | postgresql system 15 system |
1124 | 2025-02-21T22:01:03.653Z | postgresql system 13 system |
1125 | 2025-02-21T22:01:03.653Z | python vendor 3 vendor |
1126 | 2025-02-21T22:01:03.653Z | python system 2 system |
1127 | 2025-02-21T22:01:03.653Z | python3 system 3.11 system |
1128 | 2025-02-21T22:01:03.653Z | ruby system 3.0 system |
1129 | 2025-02-21T22:01:03.653Z | words vendor vendor american-english |
1130 | 2025-02-21T22:01:03.653Z | words system system australian-english |
1131 | 2025-02-21T22:01:03.653Z | words system system british-english |
1132 | 2025-02-21T22:01:03.653Z | words system system canadian-english |
1133 | 2025-02-21T22:01:03.653Z | words system system french |
1134 | 2025-02-21T22:01:03.653Z | words system system italian |
1135 | 2025-02-21T22:01:03.653Z | words system system ngerman |
1136 | 2025-02-21T22:01:03.653Z | words system system ogerman |
1137 | 2025-02-21T22:01:03.653Z | words system system spanish |
1138 | 2025-02-21T22:01:03.992Z | PUBLISHER TYPE STATUS P LOCATION |
1139 | 2025-02-21T22:01:03.992Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1140 | 2025-02-21T22:01:07.047Z | FMRI IFO |
1141 | 2025-02-21T22:01:07.047Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1142 | 2025-02-21T22:01:07.047Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1143 | 2025-02-21T22:01:07.047Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1144 | 2025-02-21T22:01:07.047Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1145 | 2025-02-21T22:01:07.048Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1146 | 2025-02-21T22:01:07.048Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1147 | 2025-02-21T22:01:07.048Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1148 | 2025-02-21T22:01:07.048Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1149 | 2025-02-21T22:01:07.048Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1150 | 2025-02-21T22:01:07.048Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
1151 | 2025-02-21T22:01:07.048Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
1152 | 2025-02-21T22:01:07.048Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1153 | 2025-02-21T22:01:07.048Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
1154 | 2025-02-21T22:01:07.048Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
1155 | 2025-02-21T22:01:07.048Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1156 | 2025-02-21T22:01:08.113Z | Downloading crates ... |
1157 | 2025-02-21T22:01:08.194Z | Downloaded cargo_toml v0.20.5 |
1158 | 2025-02-21T22:01:08.333Z | Compiling proc-macro2 v1.0.92 |
1159 | 2025-02-21T22:01:08.336Z | Compiling unicode-ident v1.0.14 |
1160 | 2025-02-21T22:01:08.336Z | Compiling version_check v0.9.5 |
1161 | 2025-02-21T22:01:08.336Z | Compiling serde v1.0.217 |
1162 | 2025-02-21T22:01:08.336Z | Compiling memchr v2.7.4 |
1163 | 2025-02-21T22:01:08.336Z | Compiling thiserror v1.0.69 |
1164 | 2025-02-21T22:01:08.336Z | Compiling libc v0.2.169 |
1165 | 2025-02-21T22:01:08.336Z | Compiling ucd-trie v0.1.7 |
1166 | 2025-02-21T22:01:08.603Z | Compiling ryu v1.0.18 |
1167 | 2025-02-21T22:01:08.897Z | Compiling itoa v1.0.11 |
1168 | 2025-02-21T22:01:08.947Z | Compiling once_cell v1.20.3 |
1169 | 2025-02-21T22:01:09.049Z | Compiling byteorder v1.5.0 |
1170 | 2025-02-21T22:01:09.105Z | Compiling rustix v0.38.37 |
1171 | 2025-02-21T22:01:09.315Z | Compiling serde_json v1.0.139 |
1172 | 2025-02-21T22:01:09.590Z | Compiling bitflags v2.6.0 |
1173 | 2025-02-21T22:01:09.651Z | Compiling proc-macro-error-attr v1.0.4 |
1174 | 2025-02-21T22:01:09.757Z | Compiling usdt-impl v0.5.0 |
1175 | 2025-02-21T22:01:09.819Z | Compiling syn v1.0.109 |
1176 | 2025-02-21T22:01:09.890Z | Compiling proc-macro-error v1.0.4 |
1177 | 2025-02-21T22:01:10.022Z | Compiling camino v1.1.9 |
1178 | 2025-02-21T22:01:10.040Z | Compiling hashbrown v0.15.1 |
1179 | 2025-02-21T22:01:10.097Z | Compiling quote v1.0.38 |
1180 | 2025-02-21T22:01:10.214Z | Compiling errno v0.3.9 |
1181 | 2025-02-21T22:01:10.485Z | Compiling syn v2.0.96 |
1182 | 2025-02-21T22:01:10.587Z | Compiling utf8parse v0.2.2 |
1183 | 2025-02-21T22:01:10.596Z | Compiling equivalent v1.0.1 |
1184 | 2025-02-21T22:01:10.679Z | Compiling thread-id v4.2.2 |
1185 | 2025-02-21T22:01:10.699Z | Compiling plain v0.2.3 |
1186 | 2025-02-21T22:01:10.704Z | Compiling log v0.4.22 |
1187 | 2025-02-21T22:01:10.715Z | Compiling anstyle-parse v0.2.5 |
1188 | 2025-02-21T22:01:11.020Z | Compiling indexmap v2.7.1 |
1189 | 2025-02-21T22:01:11.028Z | Compiling pretty-hex v0.4.1 |
1190 | 2025-02-21T22:01:11.105Z | Compiling unicode-width v0.1.14 |
1191 | 2025-02-21T22:01:11.219Z | Compiling is_terminal_polyfill v1.70.1 |
1192 | 2025-02-21T22:01:11.331Z | Compiling winnow v0.6.20 |
1193 | 2025-02-21T22:01:11.347Z | Compiling anstyle v1.0.10 |
1194 | 2025-02-21T22:01:11.470Z | Compiling colorchoice v1.0.2 |
1195 | 2025-02-21T22:01:11.593Z | Compiling anstyle-query v1.1.1 |
1196 | 2025-02-21T22:01:11.624Z | Compiling autocfg v1.4.0 |
1197 | 2025-02-21T22:01:11.740Z | Compiling semver v1.0.25 |
1198 | 2025-02-21T22:01:11.754Z | Compiling anstream v0.6.15 |
1199 | 2025-02-21T22:01:12.309Z | Compiling terminal_size v0.4.0 |
1200 | 2025-02-21T22:01:12.374Z | Compiling anyhow v1.0.96 |
1201 | 2025-02-21T22:01:12.527Z | Compiling fnv v1.0.7 |
1202 | 2025-02-21T22:01:12.530Z | Compiling fs-err v2.11.0 |
1203 | 2025-02-21T22:01:12.667Z | Compiling heck v0.4.1 |
1204 | 2025-02-21T22:01:12.849Z | Compiling cfg-if v1.0.0 |
1205 | 2025-02-21T22:01:12.851Z | Compiling strsim v0.11.1 |
1206 | 2025-02-21T22:01:12.873Z | Compiling clap_lex v0.7.4 |
1207 | 2025-02-21T22:01:12.946Z | Compiling heck v0.5.0 |
1208 | 2025-02-21T22:01:12.961Z | Compiling bytecount v0.6.8 |
1209 | 2025-02-21T22:01:13.067Z | Compiling fastrand v2.1.1 |
1210 | 2025-02-21T22:01:13.187Z | Compiling papergrid v0.11.0 |
1211 | 2025-02-21T22:01:13.357Z | Compiling clap_builder v4.5.30 |
1212 | 2025-02-21T22:01:13.468Z | Compiling tempfile v3.13.0 |
1213 | 2025-02-21T22:01:14.116Z | Compiling memmap v0.7.0 |
1214 | 2025-02-21T22:01:14.180Z | Compiling smawk v0.3.2 |
1215 | 2025-02-21T22:01:14.219Z | Compiling unicode-linebreak v0.1.5 |
1216 | 2025-02-21T22:01:14.676Z | Compiling textwrap v0.16.1 |
1217 | 2025-02-21T22:01:14.711Z | Compiling swrite v0.1.0 |
1218 | 2025-02-21T22:01:15.492Z | Compiling tabled_derive v0.7.0 |
1219 | 2025-02-21T22:01:16.778Z | Compiling tabled v0.15.0 |
1220 | 2025-02-21T22:01:17.275Z | Compiling serde_derive v1.0.217 |
1221 | 2025-02-21T22:01:17.275Z | Compiling thiserror-impl v1.0.69 |
1222 | 2025-02-21T22:01:17.278Z | Compiling zerocopy-derive v0.7.35 |
1223 | 2025-02-21T22:01:17.421Z | Compiling scroll_derive v0.12.0 |
1224 | 2025-02-21T22:01:17.438Z | Compiling clap_derive v4.5.28 |
1225 | 2025-02-21T22:01:18.754Z | Compiling scroll v0.12.0 |
1226 | 2025-02-21T22:01:19.005Z | Compiling zerocopy v0.7.35 |
1227 | 2025-02-21T22:01:19.179Z | Compiling goblin v0.8.2 |
1228 | 2025-02-21T22:01:19.456Z | Compiling pest v2.7.14 |
1229 | 2025-02-21T22:01:20.585Z | Compiling clap v4.5.30 |
1230 | 2025-02-21T22:01:21.662Z | Compiling pest_meta v2.7.14 |
1231 | 2025-02-21T22:01:22.494Z | Compiling pest_generator v2.7.14 |
1232 | 2025-02-21T22:01:23.772Z | Compiling pest_derive v2.7.14 |
1233 | 2025-02-21T22:01:24.408Z | Compiling dtrace-parser v0.2.0 |
1234 | 2025-02-21T22:01:25.610Z | Compiling serde_tokenstream v0.2.2 |
1235 | 2025-02-21T22:01:25.630Z | Compiling serde_spanned v0.6.8 |
1236 | 2025-02-21T22:01:25.632Z | Compiling toml_datetime v0.6.8 |
1237 | 2025-02-21T22:01:25.870Z | Compiling cargo-platform v0.1.8 |
1238 | 2025-02-21T22:01:25.919Z | Compiling toml_edit v0.22.22 |
1239 | 2025-02-21T22:01:26.056Z | Compiling macaddr v1.0.1 |
1240 | 2025-02-21T22:01:26.156Z | Compiling camino-tempfile v1.1.1 |
1241 | 2025-02-21T22:01:26.956Z | Compiling dof v0.3.0 |
1242 | 2025-02-21T22:01:26.956Z | Compiling cargo_metadata v0.18.1 |
1243 | 2025-02-21T22:01:28.289Z | Compiling usdt-macro v0.5.0 |
1244 | 2025-02-21T22:01:28.289Z | Compiling usdt-attr-macro v0.5.0 |
1245 | 2025-02-21T22:01:28.776Z | Compiling toml v0.8.19 |
1246 | 2025-02-21T22:01:29.338Z | Compiling usdt v0.5.0 |
1247 | 2025-02-21T22:01:29.555Z | Compiling cargo_toml v0.20.5 |
1248 | 2025-02-21T22:01:32.020Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1249 | 2025-02-21T22:01:35.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.54s |
1250 | 2025-02-21T22:01:35.205Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1251 | 2025-02-21T22:01:36.050Z | Compiling serde v1.0.217 |
1252 | 2025-02-21T22:01:36.053Z | Compiling value-bag v1.9.0 |
1253 | 2025-02-21T22:01:36.053Z | Compiling lock_api v0.4.12 |
1254 | 2025-02-21T22:01:36.053Z | Compiling scopeguard v1.2.0 |
1255 | 2025-02-21T22:01:36.053Z | Compiling typenum v1.17.0 |
1256 | 2025-02-21T22:01:36.179Z | Compiling generic-array v0.14.7 |
1257 | 2025-02-21T22:01:36.209Z | Compiling syn v2.0.96 |
1258 | 2025-02-21T22:01:36.221Z | Compiling getrandom v0.2.15 |
1259 | 2025-02-21T22:01:36.319Z | Compiling shlex v1.3.0 |
1260 | 2025-02-21T22:01:36.540Z | Compiling rand_core v0.6.4 |
1261 | 2025-02-21T22:01:36.620Z | Compiling log v0.4.22 |
1262 | 2025-02-21T22:01:36.696Z | Compiling subtle v2.6.1 |
1263 | 2025-02-21T22:01:36.720Z | Compiling jobserver v0.1.32 |
1264 | 2025-02-21T22:01:36.740Z | Compiling smallvec v1.13.2 |
1265 | 2025-02-21T22:01:37.042Z | Compiling const-oid v0.9.6 |
1266 | 2025-02-21T22:01:37.057Z | Compiling pin-project-lite v0.2.14 |
1267 | 2025-02-21T22:01:37.060Z | Compiling parking_lot_core v0.9.10 |
1268 | 2025-02-21T22:01:37.132Z | Compiling cc v1.1.30 |
1269 | 2025-02-21T22:01:37.191Z | Compiling rustix v0.38.37 |
1270 | 2025-02-21T22:01:37.359Z | Compiling futures-core v0.3.31 |
1271 | 2025-02-21T22:01:37.507Z | Compiling spin v0.9.8 |
1272 | 2025-02-21T22:01:37.613Z | Compiling signal-hook-registry v1.4.2 |
1273 | 2025-02-21T22:01:37.851Z | Compiling mio v1.0.2 |
1274 | 2025-02-21T22:01:37.998Z | Compiling parking_lot v0.12.3 |
1275 | 2025-02-21T22:01:38.054Z | Compiling aho-corasick v1.1.3 |
1276 | 2025-02-21T22:01:38.319Z | Compiling cpufeatures v0.2.14 |
1277 | 2025-02-21T22:01:38.435Z | Compiling stable_deref_trait v1.2.0 |
1278 | 2025-02-21T22:01:38.510Z | Compiling futures-sink v0.3.31 |
1279 | 2025-02-21T22:01:38.559Z | Compiling regex-syntax v0.8.5 |
1280 | 2025-02-21T22:01:38.676Z | Compiling socket2 v0.5.7 |
1281 | 2025-02-21T22:01:38.846Z | Compiling slab v0.4.9 |
1282 | 2025-02-21T22:01:38.849Z | Compiling either v1.13.0 |
1283 | 2025-02-21T22:01:39.113Z | Compiling glob v0.3.2 |
1284 | 2025-02-21T22:01:39.294Z | Compiling prettyplease v0.2.29 |
1285 | 2025-02-21T22:01:39.526Z | Compiling lazy_static v1.5.0 |
1286 | 2025-02-21T22:01:39.648Z | Compiling minimal-lexical v0.2.1 |
1287 | 2025-02-21T22:01:39.666Z | Compiling serde_json v1.0.139 |
1288 | 2025-02-21T22:01:39.683Z | Compiling futures-channel v0.3.31 |
1289 | 2025-02-21T22:01:39.919Z | Compiling clang-sys v1.8.1 |
1290 | 2025-02-21T22:01:40.018Z | Compiling nom v7.1.3 |
1291 | 2025-02-21T22:01:40.069Z | Compiling libloading v0.8.5 |
1292 | 2025-02-21T22:01:40.119Z | Compiling home v0.5.9 |
1293 | 2025-02-21T22:01:40.591Z | Compiling futures-task v0.3.31 |
1294 | 2025-02-21T22:01:40.599Z | Compiling futures-io v0.3.31 |
1295 | 2025-02-21T22:01:40.599Z | Compiling pin-utils v0.1.0 |
1296 | 2025-02-21T22:01:40.611Z | Compiling bindgen v0.69.5 |
1297 | 2025-02-21T22:01:40.665Z | Compiling itertools v0.10.5 |
1298 | 2025-02-21T22:01:40.715Z | Compiling libm v0.2.8 |
1299 | 2025-02-21T22:01:41.062Z | Compiling allocator-api2 v0.2.18 |
1300 | 2025-02-21T22:01:41.462Z | Compiling rustc-hash v1.1.0 |
1301 | 2025-02-21T22:01:41.608Z | Compiling foldhash v0.1.3 |
1302 | 2025-02-21T22:01:41.814Z | Compiling lazycell v1.3.0 |
1303 | 2025-02-21T22:01:41.893Z | Compiling hashbrown v0.15.1 |
1304 | 2025-02-21T22:01:41.985Z | Compiling regex-automata v0.4.8 |
1305 | 2025-02-21T22:01:42.471Z | Compiling cmake v0.1.51 |
1306 | 2025-02-21T22:01:43.064Z | Compiling cexpr v0.6.0 |
1307 | 2025-02-21T22:01:43.119Z | Compiling num-traits v0.2.19 |
1308 | 2025-02-21T22:01:43.348Z | Compiling synstructure v0.13.1 |
1309 | 2025-02-21T22:01:43.459Z | Compiling pkg-config v0.3.31 |
1310 | 2025-02-21T22:01:44.349Z | Compiling dunce v1.0.5 |
1311 | 2025-02-21T22:01:44.494Z | Compiling fs_extra v1.3.0 |
1312 | 2025-02-21T22:01:44.711Z | Compiling litemap v0.7.3 |
1313 | 2025-02-21T22:01:44.864Z | Compiling writeable v0.5.5 |
1314 | 2025-02-21T22:01:45.040Z | Compiling ring v0.17.9 |
1315 | 2025-02-21T22:01:45.093Z | Compiling base64ct v1.6.0 |
1316 | 2025-02-21T22:01:45.408Z | Compiling paste v1.0.15 |
1317 | 2025-02-21T22:01:45.961Z | Compiling pem-rfc7468 v0.7.0 |
1318 | 2025-02-21T22:01:45.980Z | Compiling httparse v1.9.5 |
1319 | 2025-02-21T22:01:46.145Z | Compiling icu_locid_transform_data v1.5.0 |
1320 | 2025-02-21T22:01:46.261Z | Compiling aws-lc-rs v1.10.0 |
1321 | 2025-02-21T22:01:46.573Z | Compiling flagset v0.4.6 |
1322 | 2025-02-21T22:01:46.724Z | Compiling tracing-core v0.1.32 |
1323 | 2025-02-21T22:01:46.775Z | Compiling rustls-pki-types v1.10.0 |
1324 | 2025-02-21T22:01:47.275Z | Compiling regex v1.11.1 |
1325 | 2025-02-21T22:01:47.678Z | Compiling icu_properties_data v1.5.0 |
1326 | 2025-02-21T22:01:47.723Z | Compiling crossbeam-utils v0.8.20 |
1327 | 2025-02-21T22:01:47.880Z | Compiling percent-encoding v2.3.1 |
1328 | 2025-02-21T22:01:48.205Z | Compiling icu_normalizer_data v1.5.0 |
1329 | 2025-02-21T22:01:48.221Z | Compiling write16 v1.0.0 |
1330 | 2025-02-21T22:01:48.283Z | Compiling serde_derive v1.0.217 |
1331 | 2025-02-21T22:01:48.304Z | Compiling zeroize_derive v1.4.2 |
1332 | 2025-02-21T22:01:48.322Z | Compiling zerocopy-derive v0.7.35 |
1333 | 2025-02-21T22:01:48.346Z | Compiling tokio-macros v2.5.0 |
1334 | 2025-02-21T22:01:48.603Z | Compiling zerofrom-derive v0.1.4 |
1335 | 2025-02-21T22:01:49.698Z | Compiling zeroize v1.8.1 |
1336 | 2025-02-21T22:01:49.787Z | Compiling yoke-derive v0.7.4 |
1337 | 2025-02-21T22:01:50.237Z | Compiling zerocopy v0.7.35 |
1338 | 2025-02-21T22:01:50.537Z | Compiling zerovec-derive v0.10.3 |
1339 | 2025-02-21T22:01:51.323Z | Compiling crypto-common v0.1.6 |
1340 | 2025-02-21T22:01:51.491Z | Compiling block-buffer v0.10.4 |
1341 | 2025-02-21T22:01:51.563Z | Compiling thiserror-impl v1.0.69 |
1342 | 2025-02-21T22:01:51.582Z | Compiling futures-macro v0.3.31 |
1343 | 2025-02-21T22:01:51.784Z | Compiling digest v0.10.7 |
1344 | 2025-02-21T22:01:51.898Z | Compiling zerofrom v0.1.4 |
1345 | 2025-02-21T22:01:52.141Z | Compiling displaydoc v0.2.5 |
1346 | 2025-02-21T22:01:52.207Z | Compiling hmac v0.12.1 |
1347 | 2025-02-21T22:01:52.229Z | Compiling yoke v0.7.4 |
1348 | 2025-02-21T22:01:52.256Z | Compiling block-padding v0.3.3 |
1349 | 2025-02-21T22:01:52.456Z | Compiling inout v0.1.3 |
1350 | 2025-02-21T22:01:52.509Z | Compiling sha2 v0.10.8 |
1351 | 2025-02-21T22:01:52.602Z | Compiling icu_provider_macros v1.5.0 |
1352 | 2025-02-21T22:01:52.756Z | Compiling cipher v0.4.4 |
1353 | 2025-02-21T22:01:52.897Z | Compiling zerovec v0.10.4 |
1354 | 2025-02-21T22:01:53.364Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2025-02-21T22:01:53.467Z | Compiling futures-util v0.3.31 |
1356 | 2025-02-21T22:01:53.650Z | Compiling der_derive v0.7.3 |
1357 | 2025-02-21T22:01:53.699Z | Compiling tracing-attributes v0.1.27 |
1358 | 2025-02-21T22:01:54.170Z | Compiling rand_chacha v0.3.1 |
1359 | 2025-02-21T22:01:54.485Z | Compiling thiserror v1.0.69 |
1360 | 2025-02-21T22:01:54.644Z | Compiling tinystr v0.7.6 |
1361 | 2025-02-21T22:01:54.873Z | Compiling icu_collections v1.5.0 |
1362 | 2025-02-21T22:01:55.017Z | Compiling icu_locid v1.5.0 |
1363 | 2025-02-21T22:01:55.941Z | Compiling der v0.7.9 |
1364 | 2025-02-21T22:01:56.063Z | Compiling pest v2.7.14 |
1365 | 2025-02-21T22:01:56.100Z | Compiling icu_provider v1.5.0 |
1366 | 2025-02-21T22:01:56.412Z | Compiling rand v0.8.5 |
1367 | 2025-02-21T22:01:56.831Z | Compiling icu_locid_transform v1.5.0 |
1368 | 2025-02-21T22:01:57.009Z | Compiling tracing v0.1.40 |
1369 | 2025-02-21T22:01:57.045Z | Compiling salsa20 v0.10.2 |
1370 | 2025-02-21T22:01:57.260Z | Compiling pbkdf2 v0.12.2 |
1371 | 2025-02-21T22:01:57.427Z | Compiling vcpkg v0.2.15 |
1372 | 2025-02-21T22:01:57.519Z | Compiling untrusted v0.9.0 |
1373 | 2025-02-21T22:01:57.716Z | Compiling untrusted v0.7.1 |
1374 | 2025-02-21T22:01:57.921Z | Compiling spki v0.7.3 |
1375 | 2025-02-21T22:01:58.349Z | Compiling icu_properties v1.5.1 |
1376 | 2025-02-21T22:01:58.453Z | Compiling utf8_iter v1.0.4 |
1377 | 2025-02-21T22:01:58.707Z | Compiling time-core v0.1.2 |
1378 | 2025-02-21T22:01:58.897Z | Compiling utf16_iter v1.0.5 |
1379 | 2025-02-21T22:01:58.920Z | Compiling num-conv v0.1.0 |
1380 | 2025-02-21T22:01:58.941Z | Compiling mirai-annotations v1.12.0 |
1381 | 2025-02-21T22:01:59.023Z | Compiling powerfmt v0.2.0 |
1382 | 2025-02-21T22:01:59.106Z | Compiling pest_meta v2.7.14 |
1383 | 2025-02-21T22:01:59.124Z | Compiling openssl-sys v0.9.106 |
1384 | 2025-02-21T22:01:59.142Z | Compiling scrypt v0.11.0 |
1385 | 2025-02-21T22:01:59.177Z | Compiling time-macros v0.2.18 |
1386 | 2025-02-21T22:01:59.402Z | Compiling deranged v0.3.11 |
1387 | 2025-02-21T22:01:59.667Z | Compiling aes v0.8.4 |
1388 | 2025-02-21T22:02:00.137Z | Compiling cbc v0.1.2 |
1389 | 2025-02-21T22:02:00.848Z | Compiling bitflags v2.6.0 |
1390 | 2025-02-21T22:02:00.873Z | Compiling bytes v1.9.0 |
1391 | 2025-02-21T22:02:02.041Z | Compiling tokio v1.43.0 |
1392 | 2025-02-21T22:02:02.138Z | Compiling indexmap v2.7.1 |
1393 | 2025-02-21T22:02:02.371Z | Compiling http v1.2.0 |
1394 | 2025-02-21T22:02:02.845Z | Compiling semver v1.0.25 |
1395 | 2025-02-21T22:02:03.215Z | Compiling icu_normalizer v1.5.0 |
1396 | 2025-02-21T22:02:03.451Z | Compiling rustc_version v0.4.1 |
1397 | 2025-02-21T22:02:03.493Z | Compiling scroll_derive v0.12.0 |
1398 | 2025-02-21T22:02:03.535Z | Compiling num_threads v0.1.7 |
1399 | 2025-02-21T22:02:03.683Z | Compiling tinyvec_macros v0.1.1 |
1400 | 2025-02-21T22:02:03.788Z | Compiling atomic-waker v1.1.2 |
1401 | 2025-02-21T22:02:03.989Z | Compiling http-body v1.0.1 |
1402 | 2025-02-21T22:02:04.125Z | Compiling idna_adapter v1.2.0 |
1403 | 2025-02-21T22:02:04.239Z | Compiling tinyvec v1.8.0 |
1404 | 2025-02-21T22:02:04.299Z | Compiling time v0.3.36 |
1405 | 2025-02-21T22:02:04.359Z | Compiling pkcs5 v0.7.1 |
1406 | 2025-02-21T22:02:04.470Z | Compiling pest_generator v2.7.14 |
1407 | 2025-02-21T22:02:04.885Z | Compiling which v4.4.2 |
1408 | 2025-02-21T22:02:04.904Z | Compiling scroll v0.12.0 |
1409 | 2025-02-21T22:02:05.439Z | Compiling form_urlencoded v1.2.1 |
1410 | 2025-02-21T22:02:05.520Z | Compiling slog v2.7.0 |
1411 | 2025-02-21T22:02:05.684Z | Compiling try-lock v0.2.5 |
1412 | 2025-02-21T22:02:05.741Z | Compiling goblin v0.8.2 |
1413 | 2025-02-21T22:02:05.850Z | Compiling want v0.3.1 |
1414 | 2025-02-21T22:02:05.871Z | Compiling pkcs8 v0.10.2 |
1415 | 2025-02-21T22:02:06.095Z | Compiling idna v1.0.3 |
1416 | 2025-02-21T22:02:06.120Z | Compiling uuid v1.12.0 |
1417 | 2025-02-21T22:02:06.274Z | Compiling pest_derive v2.7.14 |
1418 | 2025-02-21T22:02:06.484Z | Compiling iana-time-zone v0.1.61 |
1419 | 2025-02-21T22:02:06.821Z | Compiling tower-service v0.3.3 |
1420 | 2025-02-21T22:02:06.967Z | Compiling httpdate v1.0.3 |
1421 | 2025-02-21T22:02:07.055Z | Compiling dtrace-parser v0.2.0 |
1422 | 2025-02-21T22:02:07.401Z | Compiling chrono v0.4.39 |
1423 | 2025-02-21T22:02:07.593Z | Compiling serde_spanned v0.6.8 |
1424 | 2025-02-21T22:02:07.829Z | Compiling toml_datetime v0.6.8 |
1425 | 2025-02-21T22:02:08.303Z | Compiling serde_tokenstream v0.2.2 |
1426 | 2025-02-21T22:02:08.328Z | Compiling adler2 v2.0.0 |
1427 | 2025-02-21T22:02:08.550Z | Compiling foreign-types-shared v0.1.1 |
1428 | 2025-02-21T22:02:08.683Z | Compiling base64 v0.22.1 |
1429 | 2025-02-21T22:02:08.794Z | Compiling rustversion v1.0.17 |
1430 | 2025-02-21T22:02:08.883Z | Compiling match_cfg v0.1.0 |
1431 | 2025-02-21T22:02:08.955Z | Compiling openssl v0.10.71 |
1432 | 2025-02-21T22:02:08.990Z | Compiling hostname v0.3.1 |
1433 | 2025-02-21T22:02:09.196Z | Compiling foreign-types v0.3.2 |
1434 | 2025-02-21T22:02:09.297Z | Compiling miniz_oxide v0.8.0 |
1435 | 2025-02-21T22:02:09.343Z | Compiling url v2.5.3 |
1436 | 2025-02-21T22:02:09.543Z | Compiling openssl-macros v0.1.1 |
1437 | 2025-02-21T22:02:10.275Z | Compiling tokio-util v0.7.12 |
1438 | 2025-02-21T22:02:10.607Z | Compiling async-trait v0.1.86 |
1439 | 2025-02-21T22:02:10.628Z | Compiling serde_derive_internals v0.29.1 |
1440 | 2025-02-21T22:02:10.683Z | Compiling dirs-sys-next v0.1.2 |
1441 | 2025-02-21T22:02:11.062Z | Compiling siphasher v0.3.11 |
1442 | 2025-02-21T22:02:11.237Z | Compiling h2 v0.4.6 |
1443 | 2025-02-21T22:02:11.442Z | Compiling dof v0.3.0 |
1444 | 2025-02-21T22:02:11.519Z | Compiling syn v1.0.109 |
1445 | 2025-02-21T22:02:12.087Z | Compiling rustls v0.23.19 |
1446 | 2025-02-21T22:02:12.380Z | Compiling usdt-impl v0.5.0 |
1447 | 2025-02-21T22:02:12.820Z | Compiling rustls v0.22.4 |
1448 | 2025-02-21T22:02:12.953Z | Compiling schemars v0.8.21 |
1449 | 2025-02-21T22:02:13.117Z | Compiling native-tls v0.2.12 |
1450 | 2025-02-21T22:02:13.172Z | Compiling data-encoding v2.6.0 |
1451 | 2025-02-21T22:02:13.415Z | Compiling schemars_derive v0.8.21 |
1452 | 2025-02-21T22:02:13.586Z | Compiling dirs-next v2.0.0 |
1453 | 2025-02-21T22:02:14.782Z | Compiling unicode-normalization v0.1.24 |
1454 | 2025-02-21T22:02:14.954Z | Compiling http-body-util v0.1.2 |
1455 | 2025-02-21T22:02:14.988Z | Compiling heapless v0.7.17 |
1456 | 2025-02-21T22:02:15.124Z | Compiling crossbeam-epoch v0.9.18 |
1457 | 2025-02-21T22:02:15.407Z | Compiling sha1 v0.10.6 |
1458 | 2025-02-21T22:02:15.443Z | Compiling signature v2.2.0 |
1459 | 2025-02-21T22:02:15.729Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1460 | 2025-02-21T22:02:15.786Z | Compiling thread_local v1.1.8 |
1461 | 2025-02-21T22:02:15.822Z | Compiling multer v3.1.0 |
1462 | 2025-02-21T22:02:15.826Z | Compiling cookie v0.18.1 |
1463 | 2025-02-21T22:02:16.113Z | Compiling encoding_rs v0.8.34 |
1464 | 2025-02-21T22:02:16.155Z | Compiling signal-hook v0.3.17 |
1465 | 2025-02-21T22:02:16.216Z | Compiling unicode-bidi v0.3.17 |
1466 | 2025-02-21T22:02:16.234Z | Compiling dyn-clone v1.0.18 |
1467 | 2025-02-21T22:02:16.296Z | Compiling gimli v0.31.1 |
1468 | 2025-02-21T22:02:16.439Z | Compiling mime v0.3.17 |
1469 | 2025-02-21T22:02:16.457Z | Compiling slog-async v2.8.0 |
1470 | 2025-02-21T22:02:16.935Z | Compiling rayon-core v1.12.1 |
1471 | 2025-02-21T22:02:16.959Z | Compiling ipnet v2.10.1 |
1472 | 2025-02-21T22:02:17.235Z | Compiling unicode-properties v0.1.3 |
1473 | 2025-02-21T22:02:17.437Z | Compiling openssl-probe v0.1.5 |
1474 | 2025-02-21T22:02:17.662Z | Compiling toml_edit v0.22.22 |
1475 | 2025-02-21T22:02:17.765Z | Compiling stringprep v0.1.5 |
1476 | 2025-02-21T22:02:18.873Z | Compiling hyper v1.5.2 |
1477 | 2025-02-21T22:02:20.709Z | Compiling addr2line v0.24.2 |
1478 | 2025-02-21T22:02:21.095Z | Compiling hyper-util v0.1.10 |
1479 | 2025-02-21T22:02:21.287Z | Compiling crossbeam-deque v0.8.5 |
1480 | 2025-02-21T22:02:21.362Z | Compiling usdt-macro v0.5.0 |
1481 | 2025-02-21T22:02:21.409Z | Compiling usdt-attr-macro v0.5.0 |
1482 | 2025-02-21T22:02:21.619Z | Compiling term v0.7.0 |
1483 | 2025-02-21T22:02:22.583Z | Compiling slog-json v2.6.1 |
1484 | 2025-02-21T22:02:22.660Z | Compiling serde_urlencoded v0.7.1 |
1485 | 2025-02-21T22:02:22.798Z | Compiling curve25519-dalek v4.1.3 |
1486 | 2025-02-21T22:02:22.828Z | Compiling crossbeam-channel v0.5.13 |
1487 | 2025-02-21T22:02:22.945Z | Compiling enum-as-inner v0.6.1 |
1488 | 2025-02-21T22:02:23.135Z | Compiling futures-executor v0.3.31 |
1489 | 2025-02-21T22:02:23.530Z | Compiling md-5 v0.10.6 |
1490 | 2025-02-21T22:02:23.648Z | Compiling async-stream-impl v0.3.6 |
1491 | 2025-02-21T22:02:23.799Z | Compiling rustls-pemfile v2.2.0 |
1492 | 2025-02-21T22:02:23.858Z | Compiling num-integer v0.1.46 |
1493 | 2025-02-21T22:02:23.940Z | Compiling hash32 v0.2.1 |
1494 | 2025-02-21T22:02:24.044Z | Compiling ff v0.13.0 |
1495 | 2025-02-21T22:02:24.125Z | Compiling is-terminal v0.4.13 |
1496 | 2025-02-21T22:02:24.266Z | Compiling object v0.36.5 |
1497 | 2025-02-21T22:02:24.287Z | Compiling memoffset v0.9.1 |
1498 | 2025-02-21T22:02:24.305Z | Compiling dropshot v0.12.0 |
1499 | 2025-02-21T22:02:24.553Z | Compiling smoltcp v0.9.1 |
1500 | 2025-02-21T22:02:24.587Z | Compiling quick-error v1.2.3 |
1501 | 2025-02-21T22:02:24.604Z | Compiling portable-atomic v1.9.0 |
1502 | 2025-02-21T22:02:24.687Z | Compiling litrs v0.4.1 |
1503 | 2025-02-21T22:02:24.743Z | Compiling anyhow v1.0.96 |
1504 | 2025-02-21T22:02:24.878Z | Compiling base16ct v0.2.0 |
1505 | 2025-02-21T22:02:25.171Z | Compiling psl-types v2.0.11 |
1506 | 2025-02-21T22:02:25.191Z | Compiling take_mut v0.2.2 |
1507 | 2025-02-21T22:02:25.344Z | Compiling rustc-demangle v0.1.24 |
1508 | 2025-02-21T22:02:25.366Z | Compiling num-bigint-dig v0.8.4 |
1509 | 2025-02-21T22:02:25.375Z | Compiling cfg_aliases v0.2.1 |
1510 | 2025-02-21T22:02:25.499Z | Compiling linked-hash-map v0.5.6 |
1511 | 2025-02-21T22:02:25.566Z | Compiling utf-8 v0.7.6 |
1512 | 2025-02-21T22:02:25.703Z | Compiling fallible-iterator v0.2.0 |
1513 | 2025-02-21T22:02:25.756Z | Compiling document-features v0.2.10 |
1514 | 2025-02-21T22:02:25.865Z | Compiling lru-cache v0.1.2 |
1515 | 2025-02-21T22:02:25.915Z | Compiling tungstenite v0.24.0 |
1516 | 2025-02-21T22:02:26.125Z | Compiling nix v0.29.0 |
1517 | 2025-02-21T22:02:26.337Z | Compiling postgres-protocol v0.6.7 |
1518 | 2025-02-21T22:02:26.950Z | Compiling publicsuffix v2.3.0 |
1519 | 2025-02-21T22:02:27.008Z | Compiling sec1 v0.7.3 |
1520 | 2025-02-21T22:02:27.244Z | Compiling async-stream v0.3.6 |
1521 | 2025-02-21T22:02:27.510Z | Compiling resolv-conf v0.7.0 |
1522 | 2025-02-21T22:02:28.044Z | Compiling num-iter v0.1.45 |
1523 | 2025-02-21T22:02:28.071Z | Compiling usdt v0.5.0 |
1524 | 2025-02-21T22:02:28.071Z | Compiling group v0.13.0 |
1525 | 2025-02-21T22:02:28.071Z | Compiling slog-term v2.9.1 |
1526 | 2025-02-21T22:02:28.071Z | Compiling hickory-proto v0.24.3 |
1527 | 2025-02-21T22:02:28.204Z | Compiling futures v0.3.31 |
1528 | 2025-02-21T22:02:28.233Z | Compiling slog-bunyan v2.5.0 |
1529 | 2025-02-21T22:02:28.902Z | Compiling toml v0.8.19 |
1530 | 2025-02-21T22:02:29.434Z | Compiling tokio-native-tls v0.3.1 |
1531 | 2025-02-21T22:02:29.837Z | Compiling camino v1.1.9 |
1532 | 2025-02-21T22:02:29.966Z | Compiling phf_shared v0.11.2 |
1533 | 2025-02-21T22:02:30.325Z | Compiling dropshot_endpoint v0.12.0 |
1534 | 2025-02-21T22:02:30.382Z | Compiling terminal_size v0.4.0 |
1535 | 2025-02-21T22:02:30.524Z | Compiling waitgroup v0.1.2 |
1536 | 2025-02-21T22:02:30.604Z | Compiling openapiv3 v2.0.0 |
1537 | 2025-02-21T22:02:30.644Z | Compiling serde_path_to_error v0.1.16 |
1538 | 2025-02-21T22:02:30.737Z | Compiling backtrace v0.3.74 |
1539 | 2025-02-21T22:02:31.310Z | Compiling hkdf v0.12.4 |
1540 | 2025-02-21T22:02:31.405Z | Compiling crypto-bigint v0.5.5 |
1541 | 2025-02-21T22:02:31.574Z | Compiling zerocopy-derive v0.6.6 |
1542 | 2025-02-21T22:02:33.529Z | Compiling curve25519-dalek-derive v0.1.1 |
1543 | 2025-02-21T22:02:33.591Z | Compiling webpki-roots v0.26.6 |
1544 | 2025-02-21T22:02:33.804Z | Compiling sync_wrapper v1.0.1 |
1545 | 2025-02-21T22:02:33.943Z | Compiling hubpack_derive v0.1.1 |
1546 | 2025-02-21T22:02:33.963Z | Compiling hostname v0.4.0 |
1547 | 2025-02-21T22:02:34.187Z | Compiling ahash v0.8.11 |
1548 | 2025-02-21T22:02:34.342Z | Compiling crc32fast v1.4.2 |
1549 | 2025-02-21T22:02:34.544Z | Compiling fs-err v2.11.0 |
1550 | 2025-02-21T22:02:34.620Z | Compiling winnow v0.5.40 |
1551 | 2025-02-21T22:02:34.693Z | Compiling unicode-width v0.2.0 |
1552 | 2025-02-21T22:02:34.786Z | Compiling newtype-uuid v1.2.1 |
1553 | 2025-02-21T22:02:34.864Z | Compiling debug-ignore v1.0.5 |
1554 | 2025-02-21T22:02:34.867Z | Compiling bitflags v1.3.2 |
1555 | 2025-02-21T22:02:34.987Z | Compiling tower-layer v0.3.3 |
1556 | 2025-02-21T22:02:35.035Z | Compiling managed v0.8.0 |
1557 | 2025-02-21T22:02:35.100Z | Compiling strum_macros v0.25.3 |
1558 | 2025-02-21T22:02:35.218Z | Compiling console v0.15.10 |
1559 | 2025-02-21T22:02:35.276Z | Compiling tower v0.5.2 |
1560 | 2025-02-21T22:02:36.107Z | Compiling clap_builder v4.5.30 |
1561 | 2025-02-21T22:02:37.110Z | Compiling hubpack v0.1.2 |
1562 | 2025-02-21T22:02:37.226Z | Compiling flate2 v1.0.35 |
1563 | 2025-02-21T22:02:37.503Z | Compiling elliptic-curve v0.13.8 |
1564 | 2025-02-21T22:02:37.545Z | Compiling hickory-resolver v0.24.3 |
1565 | 2025-02-21T22:02:38.066Z | Compiling toml_edit v0.19.15 |
1566 | 2025-02-21T22:02:38.088Z | Compiling zerocopy v0.6.6 |
1567 | 2025-02-21T22:02:38.715Z | Compiling phf v0.11.2 |
1568 | 2025-02-21T22:02:38.835Z | Compiling signal-hook-mio v0.2.4 |
1569 | 2025-02-21T22:02:39.018Z | Compiling hyper-tls v0.6.0 |
1570 | 2025-02-21T22:02:39.036Z | Compiling cookie_store v0.21.1 |
1571 | 2025-02-21T22:02:39.143Z | Compiling rayon v1.10.0 |
1572 | 2025-02-21T22:02:39.415Z | Compiling bzip2 v0.4.4 |
1573 | 2025-02-21T22:02:40.599Z | Compiling postgres-types v0.2.8 |
1574 | 2025-02-21T22:02:41.896Z | Compiling tokio-tungstenite v0.24.0 |
1575 | 2025-02-21T22:02:43.069Z | Compiling ed25519 v2.2.3 |
1576 | 2025-02-21T22:02:43.470Z | Compiling phf_shared v0.10.0 |
1577 | 2025-02-21T22:02:43.638Z | Compiling tokio-stream v0.1.16 |
1578 | 2025-02-21T22:02:43.678Z | Compiling pkcs1 v0.7.5 |
1579 | 2025-02-21T22:02:43.823Z | Compiling serde-big-array v0.5.1 |
1580 | 2025-02-21T22:02:44.062Z | Compiling clap_derive v4.5.28 |
1581 | 2025-02-21T22:02:44.420Z | Compiling rfc6979 v0.4.0 |
1582 | 2025-02-21T22:02:44.566Z | Compiling derive-where v1.2.7 |
1583 | 2025-02-21T22:02:44.587Z | Compiling serde_repr v0.1.19 |
1584 | 2025-02-21T22:02:44.625Z | Compiling bstr v1.10.0 |
1585 | 2025-02-21T22:02:44.936Z | Compiling float-cmp v0.10.0 |
1586 | 2025-02-21T22:02:44.977Z | Compiling predicates-core v1.0.8 |
1587 | 2025-02-21T22:02:45.171Z | Compiling bit-vec v0.6.3 |
1588 | 2025-02-21T22:02:45.288Z | Compiling precomputed-hash v0.1.1 |
1589 | 2025-02-21T22:02:45.426Z | Compiling difflib v0.4.0 |
1590 | 2025-02-21T22:02:45.586Z | Compiling number_prefix v0.4.0 |
1591 | 2025-02-21T22:02:45.633Z | Compiling new_debug_unreachable v1.0.6 |
1592 | 2025-02-21T22:02:45.741Z | Compiling fixedbitset v0.4.2 |
1593 | 2025-02-21T22:02:45.823Z | Compiling whoami v1.5.2 |
1594 | 2025-02-21T22:02:46.159Z | Compiling normalize-line-endings v0.3.0 |
1595 | 2025-02-21T22:02:46.177Z | Compiling unicode-segmentation v1.12.0 |
1596 | 2025-02-21T22:02:46.303Z | Compiling static_assertions v1.1.0 |
1597 | 2025-02-21T22:02:46.407Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1598 | 2025-02-21T22:02:46.423Z | Compiling predicates v3.1.3 |
1599 | 2025-02-21T22:02:46.787Z | Compiling tokio-postgres v0.7.12 |
1600 | 2025-02-21T22:02:47.062Z | Compiling similar v2.6.0 |
1601 | 2025-02-21T22:02:47.649Z | Compiling petgraph v0.6.5 |
1602 | 2025-02-21T22:02:47.915Z | Compiling indicatif v0.17.11 |
1603 | 2025-02-21T22:02:48.545Z | Compiling clap v4.5.30 |
1604 | 2025-02-21T22:02:48.681Z | Compiling string_cache v0.8.7 |
1605 | 2025-02-21T22:02:49.124Z | Compiling bit-set v0.5.3 |
1606 | 2025-02-21T22:02:49.142Z | Compiling ecdsa v0.16.9 |
1607 | 2025-02-21T22:02:49.409Z | Compiling rsa v0.9.6 |
1608 | 2025-02-21T22:02:49.951Z | Compiling ed25519-dalek v2.1.1 |
1609 | 2025-02-21T22:02:51.243Z | Compiling toml v0.7.8 |
1610 | 2025-02-21T22:02:51.266Z | Compiling zip v0.6.6 |
1611 | 2025-02-21T22:02:51.904Z | Compiling crossterm v0.28.1 |
1612 | 2025-02-21T22:02:52.673Z | Compiling hex v0.4.3 |
1613 | 2025-02-21T22:02:52.834Z | Compiling x509-cert v0.2.5 |
1614 | 2025-02-21T22:02:52.921Z | Compiling lalrpop-util v0.19.12 |
1615 | 2025-02-21T22:02:53.282Z | Compiling peg-runtime v0.8.3 |
1616 | 2025-02-21T22:02:53.308Z | Compiling unicode-xid v0.2.6 |
1617 | 2025-02-21T22:02:53.327Z | Compiling strum_macros v0.26.4 |
1618 | 2025-02-21T22:02:53.516Z | Compiling xattr v1.3.1 |
1619 | 2025-02-21T22:02:53.540Z | Compiling filetime v0.2.25 |
1620 | 2025-02-21T22:02:53.785Z | Compiling tar v0.4.42 |
1621 | 2025-02-21T22:02:57.744Z | Compiling strum v0.26.3 |
1622 | 2025-02-21T22:03:01.237Z | Compiling aws-lc-sys v0.22.0 |
1623 | 2025-02-21T22:03:28.448Z | Compiling rustls-webpki v0.102.8 |
1624 | 2025-02-21T22:03:31.594Z | Compiling tokio-rustls v0.25.0 |
1625 | 2025-02-21T22:03:33.349Z | Compiling tokio-rustls v0.26.0 |
1626 | 2025-02-21T22:03:33.670Z | Compiling hyper-rustls v0.27.3 |
1627 | 2025-02-21T22:03:34.046Z | Compiling reqwest v0.12.12 |
1628 | 2025-02-21T22:03:35.191Z | Compiling qorb v0.2.1 |
1629 | 2025-02-21T22:03:38.117Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1630 | 2025-02-21T22:03:38.386Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1631 | 2025-02-21T22:03:42.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
1632 | 2025-02-21T22:03:42.914Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1633 | 2025-02-21T22:03:42.956Z | Feb 21 22:03:41.315 INFO Starting download, target: Clickhouse |
1634 | 2025-02-21T22:03:42.956Z | Feb 21 22:03:41.315 INFO Starting download, target: Console |
1635 | 2025-02-21T22:03:42.956Z | Feb 21 22:03:41.315 INFO Starting download, target: Cockroach |
1636 | 2025-02-21T22:03:42.961Z | Feb 21 22:03:41.315 INFO Starting download, target: DendriteOpenapi |
1637 | 2025-02-21T22:03:42.961Z | Feb 21 22:03:41.315 INFO Starting download, target: DendriteStub |
1638 | 2025-02-21T22:03:42.961Z | Feb 21 22:03:41.315 INFO Starting download, target: MaghemiteMgd |
1639 | 2025-02-21T22:03:42.961Z | Feb 21 22:03:41.315 INFO Starting download, target: TransceiverControl |
1640 | 2025-02-21T22:03:42.961Z | Feb 21 22:03:41.316 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1641 | 2025-02-21T22:03:42.961Z | Feb 21 22:03:41.316 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1642 | 2025-02-21T22:03:42.961Z | Feb 21 22:03:41.316 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1643 | 2025-02-21T22:03:42.962Z | Feb 21 22:03:41.316 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1644 | 2025-02-21T22:03:42.962Z | Feb 21 22:03:41.316 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1645 | 2025-02-21T22:03:42.962Z | Feb 21 22:03:41.316 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1646 | 2025-02-21T22:03:42.962Z | Feb 21 22:03:41.316 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1647 | 2025-02-21T22:03:43.256Z | Feb 21 22:03:41.588 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1648 | 2025-02-21T22:03:43.283Z | Feb 21 22:03:41.625 INFO Download complete, target: DendriteOpenapi |
1649 | 2025-02-21T22:03:43.528Z | Feb 21 22:03:41.876 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1650 | 2025-02-21T22:03:43.743Z | Feb 21 22:03:42.088 INFO Download complete, target: TransceiverControl |
1651 | 2025-02-21T22:03:43.885Z | Feb 21 22:03:42.235 INFO Download complete, target: Console |
1652 | 2025-02-21T22:03:43.929Z | Feb 21 22:03:42.278 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1653 | 2025-02-21T22:03:43.996Z | Feb 21 22:03:42.354 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1654 | 2025-02-21T22:03:44.579Z | Feb 21 22:03:42.938 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1655 | 2025-02-21T22:03:44.579Z | Feb 21 22:03:42.938 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1656 | 2025-02-21T22:03:45.159Z | Feb 21 22:03:43.518 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1657 | 2025-02-21T22:03:46.791Z | Feb 21 22:03:45.150 INFO Download complete, target: DendriteStub |
1658 | 2025-02-21T22:03:46.894Z | Feb 21 22:03:45.253 INFO Download complete, target: MaghemiteMgd |
1659 | 2025-02-21T22:03:51.958Z | Feb 21 22:03:50.316 INFO Checking that binary works, target: Cockroach |
1660 | 2025-02-21T22:03:52.268Z | Feb 21 22:03:50.626 INFO Download complete, target: Cockroach |
1661 | 2025-02-21T22:03:57.674Z | Feb 21 22:03:56.030 INFO Checking that binary works, target: Clickhouse |
1662 | 2025-02-21T22:03:57.799Z | Feb 21 22:03:56.156 INFO Download complete, target: Clickhouse |
1663 | 2025-02-21T22:03:57.807Z | All prerequisites installed successfully |
1664 | 2025-02-21T22:03:57.810Z | |
1665 | 2025-02-21T22:03:57.810Z | real 4:26.032092552 |
1666 | 2025-02-21T22:03:57.810Z | user 15:13.158617687 |
1667 | 2025-02-21T22:03:57.810Z | sys 1:59.548182600 |
1668 | 2025-02-21T22:03:57.810Z | trap 0.506562378 |
1669 | 2025-02-21T22:03:57.810Z | tflt 0.974471659 |
1670 | 2025-02-21T22:03:57.810Z | dflt 1.314609310 |
1671 | 2025-02-21T22:03:57.810Z | kflt 0.028324891 |
1672 | 2025-02-21T22:03:57.810Z | lock 26:49.683752715 |
1673 | 2025-02-21T22:03:57.810Z | slp 53:11.755469179 |
1674 | 2025-02-21T22:03:57.810Z | lat 57.374599313 |
1675 | 2025-02-21T22:03:57.810Z | stop 2:13.248630213 |
1676 | 2025-02-21T22:03:57.810Z | + source ./tools/include/force-git-over-https.sh |
1677 | 2025-02-21T22:03:57.810Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1678 | 2025-02-21T22:03:57.810Z | ++ (( i = 0 )) |
1679 | 2025-02-21T22:03:57.810Z | ++ (( i < 5 )) |
1680 | 2025-02-21T22:03:57.810Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1681 | 2025-02-21T22:03:57.814Z | ++ (( i++ )) |
1682 | 2025-02-21T22:03:57.814Z | ++ (( i < 5 )) |
1683 | 2025-02-21T22:03:57.814Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1684 | 2025-02-21T22:03:57.816Z | ++ (( i++ )) |
1685 | 2025-02-21T22:03:57.816Z | ++ (( i < 5 )) |
1686 | 2025-02-21T22:03:57.816Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1687 | 2025-02-21T22:03:57.821Z | ++ (( i++ )) |
1688 | 2025-02-21T22:03:57.821Z | ++ (( i < 5 )) |
1689 | 2025-02-21T22:03:57.821Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1690 | 2025-02-21T22:03:57.824Z | ++ (( i++ )) |
1691 | 2025-02-21T22:03:57.824Z | ++ (( i < 5 )) |
1692 | 2025-02-21T22:03:57.824Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1693 | 2025-02-21T22:03:57.826Z | ++ (( i++ )) |
1694 | 2025-02-21T22:03:57.826Z | ++ (( i < 5 )) |
1695 | 2025-02-21T22:03:57.826Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1696 | 2025-02-21T22:03:57.826Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1697 | 2025-02-21T22:03:57.826Z | + rc=0 |
1698 | 2025-02-21T22:03:57.826Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1699 | 2025-02-21T22:04:31.235Z | + case $rc in |
1700 | 2025-02-21T22:04:31.235Z | + pfexec zfs create -p rpool/images/build/host |
1701 | 2025-02-21T22:04:31.470Z | + pfexec zfs create -p rpool/images/build/recovery |
1702 | 2025-02-21T22:04:31.556Z | + cargo xtask releng --output-dir /work |
1703 | 2025-02-21T22:04:32.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1704 | 2025-02-21T22:04:32.098Z | Running `target/debug/xtask releng --output-dir /work` |
1705 | 2025-02-21T22:04:33.004Z | Compiling proc-macro2 v1.0.92 |
1706 | 2025-02-21T22:04:33.004Z | Compiling unicode-ident v1.0.14 |
1707 | 2025-02-21T22:04:33.007Z | Compiling libc v0.2.169 |
1708 | 2025-02-21T22:04:33.007Z | Compiling serde v1.0.217 |
1709 | 2025-02-21T22:04:33.007Z | Compiling autocfg v1.4.0 |
1710 | 2025-02-21T22:04:33.007Z | Compiling version_check v0.9.5 |
1711 | 2025-02-21T22:04:33.007Z | Compiling cfg-if v1.0.0 |
1712 | 2025-02-21T22:04:33.292Z | Compiling memchr v2.7.4 |
1713 | 2025-02-21T22:04:33.313Z | Compiling typenum v1.17.0 |
1714 | 2025-02-21T22:04:33.410Z | Compiling shlex v1.3.0 |
1715 | 2025-02-21T22:04:33.798Z | Compiling value-bag v1.9.0 |
1716 | 2025-02-21T22:04:33.872Z | Compiling generic-array v0.14.7 |
1717 | 2025-02-21T22:04:33.908Z | Compiling lock_api v0.4.12 |
1718 | 2025-02-21T22:04:34.224Z | Compiling log v0.4.22 |
1719 | 2025-02-21T22:04:34.281Z | Compiling scopeguard v1.2.0 |
1720 | 2025-02-21T22:04:34.480Z | Compiling parking_lot_core v0.9.10 |
1721 | 2025-02-21T22:04:34.562Z | Compiling rustix v0.38.37 |
1722 | 2025-02-21T22:04:34.892Z | Compiling quote v1.0.38 |
1723 | 2025-02-21T22:04:34.976Z | Compiling serde_json v1.0.139 |
1724 | 2025-02-21T22:04:35.030Z | Compiling libm v0.2.8 |
1725 | 2025-02-21T22:04:35.219Z | Compiling jobserver v0.1.32 |
1726 | 2025-02-21T22:04:35.236Z | Compiling getrandom v0.2.15 |
1727 | 2025-02-21T22:04:35.343Z | Compiling syn v2.0.96 |
1728 | 2025-02-21T22:04:35.421Z | Compiling num-traits v0.2.19 |
1729 | 2025-02-21T22:04:35.451Z | Compiling once_cell v1.20.3 |
1730 | 2025-02-21T22:04:35.609Z | Compiling cc v1.1.30 |
1731 | 2025-02-21T22:04:35.632Z | Compiling slab v0.4.9 |
1732 | 2025-02-21T22:04:35.772Z | Compiling thiserror v1.0.69 |
1733 | 2025-02-21T22:04:35.815Z | Compiling itoa v1.0.11 |
1734 | 2025-02-21T22:04:35.875Z | Compiling aho-corasick v1.1.3 |
1735 | 2025-02-21T22:04:36.004Z | Compiling regex-syntax v0.8.5 |
1736 | 2025-02-21T22:04:36.067Z | Compiling spin v0.9.8 |
1737 | 2025-02-21T22:04:36.550Z | Compiling errno v0.3.9 |
1738 | 2025-02-21T22:04:36.641Z | Compiling byteorder v1.5.0 |
1739 | 2025-02-21T22:04:36.943Z | Compiling glob v0.3.2 |
1740 | 2025-02-21T22:04:37.131Z | Compiling either v1.13.0 |
1741 | 2025-02-21T22:04:37.160Z | Compiling rand_core v0.6.4 |
1742 | 2025-02-21T22:04:37.601Z | Compiling prettyplease v0.2.29 |
1743 | 2025-02-21T22:04:37.625Z | Compiling subtle v2.6.1 |
1744 | 2025-02-21T22:04:37.738Z | Compiling clang-sys v1.8.1 |
1745 | 2025-02-21T22:04:37.872Z | Compiling lazy_static v1.5.0 |
1746 | 2025-02-21T22:04:37.994Z | Compiling minimal-lexical v0.2.1 |
1747 | 2025-02-21T22:04:38.490Z | Compiling nom v7.1.3 |
1748 | 2025-02-21T22:04:38.511Z | Compiling libloading v0.8.5 |
1749 | 2025-02-21T22:04:38.548Z | Compiling smallvec v1.13.2 |
1750 | 2025-02-21T22:04:38.577Z | Compiling home v0.5.9 |
1751 | 2025-02-21T22:04:38.775Z | Compiling bindgen v0.69.5 |
1752 | 2025-02-21T22:04:39.357Z | Compiling itertools v0.10.5 |
1753 | 2025-02-21T22:04:39.698Z | Compiling regex-automata v0.4.8 |
1754 | 2025-02-21T22:04:39.762Z | Compiling lazycell v1.3.0 |
1755 | 2025-02-21T22:04:40.022Z | Compiling rustc-hash v1.1.0 |
1756 | 2025-02-21T22:04:40.352Z | Compiling cmake v0.1.51 |
1757 | 2025-02-21T22:04:41.167Z | Compiling fs_extra v1.3.0 |
1758 | 2025-02-21T22:04:41.495Z | Compiling pkg-config v0.3.31 |
1759 | 2025-02-21T22:04:41.735Z | Compiling cexpr v0.6.0 |
1760 | 2025-02-21T22:04:41.951Z | Compiling dunce v1.0.5 |
1761 | 2025-02-21T22:04:42.070Z | Compiling semver v1.0.25 |
1762 | 2025-02-21T22:04:42.123Z | Compiling ring v0.17.9 |
1763 | 2025-02-21T22:04:42.460Z | Compiling paste v1.0.15 |
1764 | 2025-02-21T22:04:42.674Z | Compiling synstructure v0.13.1 |
1765 | 2025-02-21T22:04:43.178Z | Compiling ryu v1.0.18 |
1766 | 2025-02-21T22:04:43.282Z | Compiling heck v0.5.0 |
1767 | 2025-02-21T22:04:43.546Z | Compiling aws-lc-rs v1.10.0 |
1768 | 2025-02-21T22:04:43.763Z | Compiling httparse v1.9.5 |
1769 | 2025-02-21T22:04:44.011Z | Compiling pin-project-lite v0.2.14 |
1770 | 2025-02-21T22:04:44.169Z | Compiling const-oid v0.9.6 |
1771 | 2025-02-21T22:04:44.597Z | Compiling allocator-api2 v0.2.18 |
1772 | 2025-02-21T22:04:44.620Z | Compiling futures-core v0.3.31 |
1773 | 2025-02-21T22:04:45.392Z | Compiling signal-hook-registry v1.4.2 |
1774 | 2025-02-21T22:04:45.698Z | Compiling regex v1.11.1 |
1775 | 2025-02-21T22:04:46.698Z | Compiling parking_lot v0.12.3 |
1776 | 2025-02-21T22:04:46.726Z | Compiling mio v1.0.2 |
1777 | 2025-02-21T22:04:46.869Z | Compiling num-conv v0.1.0 |
1778 | 2025-02-21T22:04:46.896Z | Compiling serde_derive v1.0.217 |
1779 | 2025-02-21T22:04:46.909Z | Compiling zeroize_derive v1.4.2 |
1780 | 2025-02-21T22:04:46.922Z | Compiling zerocopy-derive v0.7.35 |
1781 | 2025-02-21T22:04:47.173Z | Compiling tokio-macros v2.5.0 |
1782 | 2025-02-21T22:04:48.164Z | Compiling thiserror-impl v1.0.69 |
1783 | 2025-02-21T22:04:48.527Z | Compiling zerofrom-derive v0.1.4 |
1784 | 2025-02-21T22:04:48.561Z | Compiling zeroize v1.8.1 |
1785 | 2025-02-21T22:04:48.710Z | Compiling yoke-derive v0.7.4 |
1786 | 2025-02-21T22:04:48.884Z | Compiling futures-macro v0.3.31 |
1787 | 2025-02-21T22:04:49.039Z | Compiling zerovec-derive v0.10.3 |
1788 | 2025-02-21T22:04:49.083Z | Compiling displaydoc v0.2.5 |
1789 | 2025-02-21T22:04:50.759Z | Compiling zerocopy v0.7.35 |
1790 | 2025-02-21T22:04:50.843Z | Compiling icu_provider_macros v1.5.0 |
1791 | 2025-02-21T22:04:51.059Z | Compiling crypto-common v0.1.6 |
1792 | 2025-02-21T22:04:51.400Z | Compiling tracing-attributes v0.1.27 |
1793 | 2025-02-21T22:04:51.445Z | Compiling block-buffer v0.10.4 |
1794 | 2025-02-21T22:04:51.810Z | Compiling digest v0.10.7 |
1795 | 2025-02-21T22:04:51.833Z | Compiling der_derive v0.7.3 |
1796 | 2025-02-21T22:04:52.384Z | Compiling time-core v0.1.2 |
1797 | 2025-02-21T22:04:52.513Z | Compiling vcpkg v0.2.15 |
1798 | 2025-02-21T22:04:52.618Z | Compiling time-macros v0.2.18 |
1799 | 2025-02-21T22:04:52.855Z | Compiling crossbeam-utils v0.8.20 |
1800 | 2025-02-21T22:04:53.177Z | Compiling schemars v0.8.21 |
1801 | 2025-02-21T22:04:53.331Z | Compiling serde_derive_internals v0.29.1 |
1802 | 2025-02-21T22:04:53.549Z | Compiling socket2 v0.5.7 |
1803 | 2025-02-21T22:04:53.994Z | Compiling openssl-sys v0.9.106 |
1804 | 2025-02-21T22:04:55.269Z | Compiling schemars_derive v0.8.21 |
1805 | 2025-02-21T22:04:55.613Z | Compiling fnv v1.0.7 |
1806 | 2025-02-21T22:04:55.753Z | Compiling futures-sink v0.3.31 |
1807 | 2025-02-21T22:04:56.851Z | Compiling ahash v0.8.11 |
1808 | 2025-02-21T22:04:57.219Z | Compiling stable_deref_trait v1.2.0 |
1809 | 2025-02-21T22:04:57.306Z | Compiling equivalent v1.0.1 |
1810 | 2025-02-21T22:04:57.502Z | Compiling cpufeatures v0.2.14 |
1811 | 2025-02-21T22:04:57.624Z | Compiling foldhash v0.1.3 |
1812 | 2025-02-21T22:04:57.965Z | Compiling hashbrown v0.15.1 |
1813 | 2025-02-21T22:04:58.098Z | Compiling slog v2.7.0 |
1814 | 2025-02-21T22:04:58.257Z | Compiling futures-channel v0.3.31 |
1815 | 2025-02-21T22:04:58.332Z | Compiling zerofrom v0.1.4 |
1816 | 2025-02-21T22:04:58.700Z | Compiling futures-io v0.3.31 |
1817 | 2025-02-21T22:04:58.717Z | Compiling pin-utils v0.1.0 |
1818 | 2025-02-21T22:04:58.744Z | Compiling futures-task v0.3.31 |
1819 | 2025-02-21T22:04:58.862Z | Compiling yoke v0.7.4 |
1820 | 2025-02-21T22:04:59.120Z | Compiling futures-util v0.3.31 |
1821 | 2025-02-21T22:04:59.229Z | Compiling openssl v0.10.71 |
1822 | 2025-02-21T22:04:59.320Z | Compiling zerovec v0.10.4 |
1823 | 2025-02-21T22:04:59.572Z | Compiling bitflags v2.6.0 |
1824 | 2025-02-21T22:04:59.620Z | Compiling bytes v1.9.0 |
1825 | 2025-02-21T22:04:59.797Z | Compiling indexmap v2.7.1 |
1826 | 2025-02-21T22:05:01.261Z | Compiling tokio v1.43.0 |
1827 | 2025-02-21T22:05:02.656Z | Compiling serde_tokenstream v0.2.2 |
1828 | 2025-02-21T22:05:02.668Z | Compiling http v1.2.0 |
1829 | 2025-02-21T22:05:07.200Z | Compiling which v4.4.2 |
1830 | 2025-02-21T22:05:07.287Z | Compiling scroll_derive v0.12.0 |
1831 | 2025-02-21T22:05:07.287Z | Compiling ucd-trie v0.1.7 |
1832 | 2025-02-21T22:05:07.287Z | Compiling pest v2.7.14 |
1833 | 2025-02-21T22:05:07.287Z | Compiling rustc_version v0.4.1 |
1834 | 2025-02-21T22:05:08.124Z | Compiling uuid v1.12.0 |
1835 | 2025-02-21T22:05:08.766Z | Compiling hmac v0.12.1 |
1836 | 2025-02-21T22:05:08.940Z | Compiling openssl-macros v0.1.1 |
1837 | 2025-02-21T22:05:08.972Z | Compiling iana-time-zone v0.1.61 |
1838 | 2025-02-21T22:05:09.097Z | Compiling native-tls v0.2.12 |
1839 | 2025-02-21T22:05:09.338Z | Compiling rustls v0.23.19 |
1840 | 2025-02-21T22:05:09.595Z | Compiling chrono v0.4.39 |
1841 | 2025-02-21T22:05:09.736Z | Compiling pest_meta v2.7.14 |
1842 | 2025-02-21T22:05:09.799Z | Compiling tinystr v0.7.6 |
1843 | 2025-02-21T22:05:10.351Z | Compiling block-padding v0.3.3 |
1844 | 2025-02-21T22:05:10.672Z | Compiling writeable v0.5.5 |
1845 | 2025-02-21T22:05:10.696Z | Compiling litemap v0.7.3 |
1846 | 2025-02-21T22:05:11.245Z | Compiling icu_locid v1.5.0 |
1847 | 2025-02-21T22:05:11.660Z | Compiling pest_generator v2.7.14 |
1848 | 2025-02-21T22:05:11.878Z | Compiling inout v0.1.3 |
1849 | 2025-02-21T22:05:13.049Z | Compiling cookie v0.18.1 |
1850 | 2025-02-21T22:05:14.199Z | Compiling pest_derive v2.7.14 |
1851 | 2025-02-21T22:05:14.304Z | Compiling icu_provider v1.5.0 |
1852 | 2025-02-21T22:05:15.388Z | Compiling cipher v0.4.4 |
1853 | 2025-02-21T22:05:16.055Z | Compiling sha2 v0.10.8 |
1854 | 2025-02-21T22:05:16.578Z | Compiling async-trait v0.1.86 |
1855 | 2025-02-21T22:05:16.821Z | Compiling tracing-core v0.1.32 |
1856 | 2025-02-21T22:05:16.855Z | Compiling usdt-impl v0.5.0 |
1857 | 2025-02-21T22:05:17.401Z | Compiling aws-lc-sys v0.22.0 |
1858 | 2025-02-21T22:05:17.460Z | Compiling rustls-pki-types v1.10.0 |
1859 | 2025-02-21T22:05:18.860Z | Compiling dyn-clone v1.0.18 |
1860 | 2025-02-21T22:05:18.863Z | Compiling icu_locid_transform_data v1.5.0 |
1861 | 2025-02-21T22:05:19.000Z | Compiling base64ct v1.6.0 |
1862 | 2025-02-21T22:05:19.079Z | Compiling percent-encoding v2.3.1 |
1863 | 2025-02-21T22:05:19.320Z | Compiling icu_locid_transform v1.5.0 |
1864 | 2025-02-21T22:05:19.600Z | Compiling pem-rfc7468 v0.7.0 |
1865 | 2025-02-21T22:05:19.882Z | Compiling tracing v0.1.40 |
1866 | 2025-02-21T22:05:22.279Z | Compiling tokio-util v0.7.12 |
1867 | 2025-02-21T22:05:22.364Z | Compiling scroll v0.12.0 |
1868 | 2025-02-21T22:05:22.936Z | Compiling icu_collections v1.5.0 |
1869 | 2025-02-21T22:05:24.457Z | Compiling ppv-lite86 v0.2.20 |
1870 | 2025-02-21T22:05:25.199Z | Compiling untrusted v0.7.1 |
1871 | 2025-02-21T22:05:25.403Z | Compiling camino v1.1.9 |
1872 | 2025-02-21T22:05:25.424Z | Compiling powerfmt v0.2.0 |
1873 | 2025-02-21T22:05:25.729Z | Compiling icu_properties_data v1.5.0 |
1874 | 2025-02-21T22:05:25.886Z | Compiling syn v1.0.109 |
1875 | 2025-02-21T22:05:25.906Z | Compiling untrusted v0.9.0 |
1876 | 2025-02-21T22:05:25.989Z | Compiling mirai-annotations v1.12.0 |
1877 | 2025-02-21T22:05:26.136Z | Compiling plain v0.2.3 |
1878 | 2025-02-21T22:05:26.195Z | Compiling flagset v0.4.6 |
1879 | 2025-02-21T22:05:26.344Z | Compiling goblin v0.8.2 |
1880 | 2025-02-21T22:05:26.462Z | Compiling der v0.7.9 |
1881 | 2025-02-21T22:05:26.572Z | Compiling icu_properties v1.5.1 |
1882 | 2025-02-21T22:05:29.298Z | Compiling deranged v0.3.11 |
1883 | 2025-02-21T22:05:30.506Z | Compiling rand_chacha v0.3.1 |
1884 | 2025-02-21T22:05:33.002Z | Compiling litrs v0.4.1 |
1885 | 2025-02-21T22:05:33.227Z | Compiling pretty-hex v0.4.1 |
1886 | 2025-02-21T22:05:34.094Z | Compiling num_threads v0.1.7 |
1887 | 2025-02-21T22:05:34.288Z | Compiling rayon-core v1.12.1 |
1888 | 2025-02-21T22:05:34.424Z | Compiling icu_normalizer_data v1.5.0 |
1889 | 2025-02-21T22:05:34.569Z | Compiling rustls v0.22.4 |
1890 | 2025-02-21T22:05:34.684Z | Compiling write16 v1.0.0 |
1891 | 2025-02-21T22:05:34.734Z | Compiling atomic-waker v1.1.2 |
1892 | 2025-02-21T22:05:34.877Z | Compiling utf8_iter v1.0.4 |
1893 | 2025-02-21T22:05:34.914Z | Compiling utf16_iter v1.0.5 |
1894 | 2025-02-21T22:05:35.291Z | Compiling icu_normalizer v1.5.0 |
1895 | 2025-02-21T22:05:35.541Z | Compiling time v0.3.36 |
1896 | 2025-02-21T22:05:35.589Z | Compiling document-features v0.2.10 |
1897 | 2025-02-21T22:05:36.320Z | Compiling dof v0.3.0 |
1898 | 2025-02-21T22:05:37.820Z | Compiling rand v0.8.5 |
1899 | 2025-02-21T22:05:38.469Z | Compiling spki v0.7.3 |
1900 | 2025-02-21T22:05:38.664Z | Compiling form_urlencoded v1.2.1 |
1901 | 2025-02-21T22:05:38.935Z | Compiling salsa20 v0.10.2 |
1902 | 2025-02-21T22:05:39.024Z | Compiling dtrace-parser v0.2.0 |
1903 | 2025-02-21T22:05:40.043Z | Compiling pbkdf2 v0.12.2 |
1904 | 2025-02-21T22:05:40.307Z | Compiling http-body v1.0.1 |
1905 | 2025-02-21T22:05:40.641Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1906 | 2025-02-21T22:05:40.780Z | Compiling thread-id v4.2.2 |
1907 | 2025-02-21T22:05:41.199Z | Compiling try-lock v0.2.5 |
1908 | 2025-02-21T22:05:43.593Z | Compiling want v0.3.1 |
1909 | 2025-02-21T22:05:45.160Z | Compiling scrypt v0.11.0 |
1910 | 2025-02-21T22:05:45.583Z | Compiling idna_adapter v1.2.0 |
1911 | 2025-02-21T22:05:45.764Z | Compiling h2 v0.4.6 |
1912 | 2025-02-21T22:05:45.874Z | Compiling aes v0.8.4 |
1913 | 2025-02-21T22:05:45.927Z | Compiling cbc v0.1.2 |
1914 | 2025-02-21T22:05:46.561Z | Compiling multer v3.1.0 |
1915 | 2025-02-21T22:05:46.951Z | Compiling httpdate v1.0.3 |
1916 | 2025-02-21T22:05:46.995Z | Compiling base64 v0.22.1 |
1917 | 2025-02-21T22:05:47.197Z | Compiling slog-async v2.8.0 |
1918 | 2025-02-21T22:05:47.796Z | Compiling tinyvec_macros v0.1.1 |
1919 | 2025-02-21T22:05:47.901Z | Compiling tower-service v0.3.3 |
1920 | 2025-02-21T22:05:48.199Z | Compiling tinyvec v1.8.0 |
1921 | 2025-02-21T22:05:48.632Z | Compiling pkcs5 v0.7.1 |
1922 | 2025-02-21T22:05:49.918Z | Compiling idna v1.0.3 |
1923 | 2025-02-21T22:05:54.672Z | Compiling hyper v1.5.2 |
1924 | 2025-02-21T22:05:56.117Z | Compiling heapless v0.7.17 |
1925 | 2025-02-21T22:05:56.824Z | Compiling zerocopy-derive v0.6.6 |
1926 | 2025-02-21T22:05:57.719Z | Compiling num-bigint-dig v0.8.4 |
1927 | 2025-02-21T22:05:58.196Z | Compiling signal-hook v0.3.17 |
1928 | 2025-02-21T22:05:58.321Z | Compiling anyhow v1.0.96 |
1929 | 2025-02-21T22:05:58.709Z | Compiling hyper-util v0.1.10 |
1930 | 2025-02-21T22:06:01.908Z | Compiling pkcs8 v0.10.2 |
1931 | 2025-02-21T22:06:02.619Z | Compiling usdt-macro v0.5.0 |
1932 | 2025-02-21T22:06:04.044Z | Compiling usdt-attr-macro v0.5.0 |
1933 | 2025-02-21T22:06:04.456Z | Compiling async-stream-impl v0.3.6 |
1934 | 2025-02-21T22:06:04.992Z | Compiling strsim v0.11.1 |
1935 | 2025-02-21T22:06:05.497Z | Compiling rustversion v1.0.17 |
1936 | 2025-02-21T22:06:05.584Z | Compiling foreign-types-shared v0.1.1 |
1937 | 2025-02-21T22:06:05.806Z | Compiling foreign-types v0.3.2 |
1938 | 2025-02-21T22:06:06.593Z | Compiling url v2.5.3 |
1939 | 2025-02-21T22:06:06.903Z | Compiling http-body-util v0.1.2 |
1940 | 2025-02-21T22:06:07.789Z | Compiling curve25519-dalek v4.1.3 |
1941 | 2025-02-21T22:06:08.261Z | Compiling openapiv3 v2.0.0 |
1942 | 2025-02-21T22:06:08.416Z | Compiling toml_datetime v0.6.8 |
1943 | 2025-02-21T22:06:08.587Z | Compiling serde_spanned v0.6.8 |
1944 | 2025-02-21T22:06:08.881Z | Compiling enum-as-inner v0.6.1 |
1945 | 2025-02-21T22:06:10.178Z | Compiling memoffset v0.9.1 |
1946 | 2025-02-21T22:06:10.750Z | Compiling dropshot v0.12.0 |
1947 | 2025-02-21T22:06:11.186Z | Compiling encoding_rs v0.8.34 |
1948 | 2025-02-21T22:06:12.369Z | Compiling newtype-uuid v1.2.1 |
1949 | 2025-02-21T22:06:12.742Z | Compiling smoltcp v0.9.1 |
1950 | 2025-02-21T22:06:12.788Z | Compiling match_cfg v0.1.0 |
1951 | 2025-02-21T22:06:13.112Z | Compiling portable-atomic v1.9.0 |
1952 | 2025-02-21T22:06:13.509Z | Compiling mime v0.3.17 |
1953 | 2025-02-21T22:06:13.797Z | Compiling adler2 v2.0.0 |
1954 | 2025-02-21T22:06:14.550Z | Compiling miniz_oxide v0.8.0 |
1955 | 2025-02-21T22:06:14.828Z | Compiling hostname v0.3.1 |
1956 | 2025-02-21T22:06:25.431Z | Compiling serde_urlencoded v0.7.1 |
1957 | 2025-02-21T22:06:26.136Z | Compiling rustls-pemfile v2.2.0 |
1958 | 2025-02-21T22:06:26.181Z | Compiling clap_derive v4.5.28 |
1959 | 2025-02-21T22:06:26.437Z | Compiling dirs-sys-next v0.1.2 |
1960 | 2025-02-21T22:06:26.987Z | Compiling cfg_aliases v0.2.1 |
1961 | 2025-02-21T22:06:27.143Z | Compiling siphasher v0.3.11 |
1962 | 2025-02-21T22:06:27.559Z | Compiling ipnet v2.10.1 |
1963 | 2025-02-21T22:06:30.754Z | Compiling openssl-probe v0.1.5 |
1964 | 2025-02-21T22:06:31.326Z | Compiling data-encoding v2.6.0 |
1965 | 2025-02-21T22:06:32.789Z | Compiling nix v0.29.0 |
1966 | 2025-02-21T22:06:33.040Z | Compiling dirs-next v2.0.0 |
1967 | 2025-02-21T22:06:33.888Z | Compiling rustls-webpki v0.102.8 |
1968 | 2025-02-21T22:06:34.903Z | Compiling hubpack_derive v0.1.1 |
1969 | 2025-02-21T22:06:35.393Z | Compiling unicode-normalization v0.1.24 |
1970 | 2025-02-21T22:06:35.702Z | Compiling crossbeam-epoch v0.9.18 |
1971 | 2025-02-21T22:06:36.031Z | Compiling dropshot_endpoint v0.12.0 |
1972 | 2025-02-21T22:06:36.508Z | Compiling sha1 v0.10.6 |
1973 | 2025-02-21T22:06:36.788Z | Compiling signature v2.2.0 |
1974 | 2025-02-21T22:06:36.914Z | Compiling curve25519-dalek-derive v0.1.1 |
1975 | 2025-02-21T22:06:37.099Z | Compiling thread_local v1.1.8 |
1976 | 2025-02-21T22:06:37.135Z | Compiling fs-err v2.11.0 |
1977 | 2025-02-21T22:06:37.738Z | Compiling utf8parse v0.2.2 |
1978 | 2025-02-21T22:06:38.002Z | Compiling gimli v0.31.1 |
1979 | 2025-02-21T22:06:38.301Z | Compiling unicode-properties v0.1.3 |
1980 | 2025-02-21T22:06:38.823Z | Compiling unicode-bidi v0.3.17 |
1981 | 2025-02-21T22:06:40.012Z | Compiling psl-types v2.0.11 |
1982 | 2025-02-21T22:06:40.387Z | Compiling anstyle v1.0.10 |
1983 | 2025-02-21T22:06:40.858Z | Compiling winnow v0.6.20 |
1984 | 2025-02-21T22:06:41.255Z | Compiling publicsuffix v2.3.0 |
1985 | 2025-02-21T22:06:41.726Z | Compiling stringprep v0.1.5 |
1986 | 2025-02-21T22:06:41.807Z | Compiling anstyle-parse v0.2.5 |
1987 | 2025-02-21T22:06:42.242Z | Compiling crossbeam-deque v0.8.5 |
1988 | 2025-02-21T22:06:42.662Z | Compiling addr2line v0.24.2 |
1989 | 2025-02-21T22:06:43.472Z | Compiling term v0.7.0 |
1990 | 2025-02-21T22:06:44.681Z | Compiling toml_edit v0.22.22 |
1991 | 2025-02-21T22:06:44.876Z | Compiling tokio-native-tls v0.3.1 |
1992 | 2025-02-21T22:06:45.275Z | Compiling slog-json v2.6.1 |
1993 | 2025-02-21T22:06:46.039Z | Compiling crossbeam-channel v0.5.13 |
1994 | 2025-02-21T22:06:47.514Z | Compiling webpki-roots v0.26.6 |
1995 | 2025-02-21T22:06:47.805Z | Compiling futures-executor v0.3.31 |
1996 | 2025-02-21T22:06:47.831Z | Compiling num-integer v0.1.46 |
1997 | 2025-02-21T22:06:48.258Z | Compiling md-5 v0.10.6 |
1998 | 2025-02-21T22:06:48.485Z | Compiling sync_wrapper v1.0.1 |
1999 | 2025-02-21T22:06:48.526Z | Compiling ff v0.13.0 |
2000 | 2025-02-21T22:06:48.663Z | Compiling hash32 v0.2.1 |
2001 | 2025-02-21T22:06:48.777Z | Compiling memmap v0.7.0 |
2002 | 2025-02-21T22:06:49.052Z | Compiling is-terminal v0.4.13 |
2003 | 2025-02-21T22:06:49.076Z | Compiling object v0.36.5 |
2004 | 2025-02-21T22:06:49.430Z | Compiling quick-error v1.2.3 |
2005 | 2025-02-21T22:06:49.603Z | Compiling tower-layer v0.3.3 |
2006 | 2025-02-21T22:06:50.044Z | Compiling fallible-iterator v0.2.0 |
2007 | 2025-02-21T22:06:50.713Z | Compiling base16ct v0.2.0 |
2008 | 2025-02-21T22:06:50.716Z | Compiling is_terminal_polyfill v1.70.1 |
2009 | 2025-02-21T22:06:50.881Z | Compiling utf-8 v0.7.6 |
2010 | 2025-02-21T22:06:51.021Z | Compiling anstyle-query v1.1.1 |
2011 | 2025-02-21T22:06:51.150Z | Compiling rustc-demangle v0.1.24 |
2012 | 2025-02-21T22:06:51.199Z | Compiling heck v0.4.1 |
2013 | 2025-02-21T22:06:51.202Z | Compiling linked-hash-map v0.5.6 |
2014 | 2025-02-21T22:06:51.559Z | Compiling take_mut v0.2.2 |
2015 | 2025-02-21T22:06:51.609Z | Compiling colorchoice v1.0.2 |
2016 | 2025-02-21T22:06:51.798Z | Compiling anstream v0.6.15 |
2017 | 2025-02-21T22:06:51.963Z | Compiling strum_macros v0.25.3 |
2018 | 2025-02-21T22:06:52.394Z | Compiling lru-cache v0.1.2 |
2019 | 2025-02-21T22:06:52.580Z | Compiling tungstenite v0.24.0 |
2020 | 2025-02-21T22:06:52.615Z | Compiling sec1 v0.7.3 |
2021 | 2025-02-21T22:06:53.150Z | Compiling postgres-protocol v0.6.7 |
2022 | 2025-02-21T22:06:54.272Z | Compiling tokio-rustls v0.26.0 |
2023 | 2025-02-21T22:06:54.348Z | Compiling tower v0.5.2 |
2024 | 2025-02-21T22:06:54.738Z | Compiling resolv-conf v0.7.0 |
2025 | 2025-02-21T22:06:55.230Z | Compiling slog-term v2.9.1 |
2026 | 2025-02-21T22:06:55.277Z | Compiling usdt v0.5.0 |
2027 | 2025-02-21T22:06:55.394Z | Compiling group v0.13.0 |
2028 | 2025-02-21T22:06:55.721Z | Compiling backtrace v0.3.74 |
2029 | 2025-02-21T22:06:55.743Z | Compiling num-iter v0.1.45 |
2030 | 2025-02-21T22:06:55.935Z | Compiling toml v0.8.19 |
2031 | 2025-02-21T22:06:55.961Z | Compiling futures v0.3.31 |
2032 | 2025-02-21T22:06:56.365Z | Compiling tokio-rustls v0.25.0 |
2033 | 2025-02-21T22:06:57.265Z | Compiling slog-bunyan v2.5.0 |
2034 | 2025-02-21T22:06:57.460Z | Compiling hyper-tls v0.6.0 |
2035 | 2025-02-21T22:06:57.821Z | Compiling cookie_store v0.21.1 |
2036 | 2025-02-21T22:06:57.935Z | Compiling hickory-proto v0.24.3 |
2037 | 2025-02-21T22:06:58.039Z | Compiling phf_shared v0.11.2 |
2038 | 2025-02-21T22:06:58.384Z | Compiling async-stream v0.3.6 |
2039 | 2025-02-21T22:06:58.461Z | Compiling waitgroup v0.1.2 |
2040 | 2025-02-21T22:06:58.676Z | Compiling hashbrown v0.14.5 |
2041 | 2025-02-21T22:06:58.871Z | Compiling hkdf v0.12.4 |
2042 | 2025-02-21T22:06:59.120Z | Compiling terminal_size v0.4.0 |
2043 | 2025-02-21T22:06:59.358Z | Compiling serde_path_to_error v0.1.16 |
2044 | 2025-02-21T22:06:59.696Z | Compiling crypto-bigint v0.5.5 |
2045 | 2025-02-21T22:06:59.829Z | Compiling derive-where v1.2.7 |
2046 | 2025-02-21T22:07:00.141Z | Compiling serde_repr v0.1.19 |
2047 | 2025-02-21T22:07:00.631Z | Compiling hostname v0.4.0 |
2048 | 2025-02-21T22:07:00.850Z | Compiling crc32fast v1.4.2 |
2049 | 2025-02-21T22:07:01.847Z | Compiling managed v0.8.0 |
2050 | 2025-02-21T22:07:02.067Z | Compiling winnow v0.5.40 |
2051 | 2025-02-21T22:07:02.297Z | Compiling bitflags v1.3.2 |
2052 | 2025-02-21T22:07:02.666Z | Compiling debug-ignore v1.0.5 |
2053 | 2025-02-21T22:07:02.721Z | Compiling unicode-width v0.2.0 |
2054 | 2025-02-21T22:07:02.846Z | Compiling clap_lex v0.7.4 |
2055 | 2025-02-21T22:07:03.132Z | Compiling clap_builder v4.5.30 |
2056 | 2025-02-21T22:07:03.236Z | Compiling hickory-resolver v0.24.3 |
2057 | 2025-02-21T22:07:03.263Z | Compiling console v0.15.10 |
2058 | 2025-02-21T22:07:05.207Z | Compiling toml_edit v0.19.15 |
2059 | 2025-02-21T22:07:05.823Z | Compiling elliptic-curve v0.13.8 |
2060 | 2025-02-21T22:07:08.408Z | Compiling flate2 v1.0.35 |
2061 | 2025-02-21T22:07:09.263Z | Compiling regress v0.10.1 |
2062 | 2025-02-21T22:07:10.214Z | Compiling hyper-rustls v0.27.3 |
2063 | 2025-02-21T22:07:11.368Z | Compiling phf v0.11.2 |
2064 | 2025-02-21T22:07:12.087Z | Compiling signal-hook-mio v0.2.4 |
2065 | 2025-02-21T22:07:12.282Z | Compiling rayon v1.10.0 |
2066 | 2025-02-21T22:07:13.638Z | Compiling bzip2 v0.4.4 |
2067 | 2025-02-21T22:07:13.705Z | Compiling postgres-types v0.2.8 |
2068 | 2025-02-21T22:07:13.922Z | Compiling tokio-tungstenite v0.24.0 |
2069 | 2025-02-21T22:07:14.166Z | Compiling ed25519 v2.2.3 |
2070 | 2025-02-21T22:07:14.307Z | Compiling hubpack v0.1.2 |
2071 | 2025-02-21T22:07:14.638Z | Compiling phf_shared v0.10.0 |
2072 | 2025-02-21T22:07:14.916Z | Compiling pkcs1 v0.7.5 |
2073 | 2025-02-21T22:07:15.798Z | Compiling zerocopy v0.6.6 |
2074 | 2025-02-21T22:07:16.063Z | Compiling tokio-stream v0.1.16 |
2075 | 2025-02-21T22:07:16.165Z | Compiling rfc6979 v0.4.0 |
2076 | 2025-02-21T22:07:16.401Z | Compiling serde-big-array v0.5.1 |
2077 | 2025-02-21T22:07:16.487Z | Compiling float-cmp v0.10.0 |
2078 | 2025-02-21T22:07:16.772Z | Compiling bstr v1.10.0 |
2079 | 2025-02-21T22:07:17.036Z | Compiling whoami v1.5.2 |
2080 | 2025-02-21T22:07:17.185Z | Compiling normalize-line-endings v0.3.0 |
2081 | 2025-02-21T22:07:17.547Z | Compiling predicates-core v1.0.8 |
2082 | 2025-02-21T22:07:17.704Z | Compiling static_assertions v1.1.0 |
2083 | 2025-02-21T22:07:17.831Z | Compiling difflib v0.4.0 |
2084 | 2025-02-21T22:07:18.062Z | Compiling bit-vec v0.6.3 |
2085 | 2025-02-21T22:07:18.305Z | Compiling precomputed-hash v0.1.1 |
2086 | 2025-02-21T22:07:18.352Z | Compiling new_debug_unreachable v1.0.6 |
2087 | 2025-02-21T22:07:18.438Z | Compiling number_prefix v0.4.0 |
2088 | 2025-02-21T22:07:18.460Z | Compiling unicode-segmentation v1.12.0 |
2089 | 2025-02-21T22:07:18.663Z | Compiling fixedbitset v0.4.2 |
2090 | 2025-02-21T22:07:18.663Z | Compiling indicatif v0.17.11 |
2091 | 2025-02-21T22:07:19.069Z | Compiling petgraph v0.6.5 |
2092 | 2025-02-21T22:07:19.317Z | Compiling similar v2.6.0 |
2093 | 2025-02-21T22:07:19.879Z | Compiling string_cache v0.8.7 |
2094 | 2025-02-21T22:07:20.280Z | Compiling bit-set v0.5.3 |
2095 | 2025-02-21T22:07:20.362Z | Compiling predicates v3.1.3 |
2096 | 2025-02-21T22:07:21.128Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2097 | 2025-02-21T22:07:21.758Z | Compiling tokio-postgres v0.7.12 |
2098 | 2025-02-21T22:07:23.608Z | Compiling reqwest v0.12.12 |
2099 | 2025-02-21T22:07:23.984Z | Compiling qorb v0.2.1 |
2100 | 2025-02-21T22:07:24.176Z | Compiling ecdsa v0.16.9 |
2101 | 2025-02-21T22:07:25.433Z | Compiling rsa v0.9.6 |
2102 | 2025-02-21T22:07:26.926Z | Compiling ed25519-dalek v2.1.1 |
2103 | 2025-02-21T22:07:27.223Z | Compiling zip v0.6.6 |
2104 | 2025-02-21T22:07:27.715Z | Compiling typify-impl v0.2.0 |
2105 | 2025-02-21T22:07:28.354Z | Compiling crossterm v0.28.1 |
2106 | 2025-02-21T22:07:29.030Z | Compiling toml v0.7.8 |
2107 | 2025-02-21T22:07:29.955Z | Compiling clap v4.5.30 |
2108 | 2025-02-21T22:07:31.421Z | Compiling x509-cert v0.2.5 |
2109 | 2025-02-21T22:07:32.889Z | Compiling hex v0.4.3 |
2110 | 2025-02-21T22:07:35.832Z | Compiling lalrpop-util v0.19.12 |
2111 | 2025-02-21T22:07:37.749Z | Compiling peg-runtime v0.8.3 |
2112 | 2025-02-21T22:07:38.263Z | Compiling unicode-xid v0.2.6 |
2113 | 2025-02-21T22:07:38.536Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2114 | 2025-02-21T22:07:39.096Z | Compiling typify-macro v0.2.0 |
2115 | 2025-02-21T22:08:06.576Z | Compiling radium v0.7.0 |
2116 | 2025-02-21T22:08:12.889Z | Compiling tap v1.0.1 |
2117 | 2025-02-21T22:08:14.277Z | Compiling maybe-uninit v2.0.0 |
2118 | 2025-02-21T22:08:14.994Z | Compiling ident_case v1.0.1 |
2119 | 2025-02-21T22:08:15.207Z | Compiling darling_core v0.20.10 |
2120 | 2025-02-21T22:08:18.561Z | Compiling wyz v0.5.1 |
2121 | 2025-02-21T22:08:25.605Z | Compiling typify v0.2.0 |
2122 | 2025-02-21T22:08:28.671Z | Compiling packed_struct v0.10.1 |
2123 | 2025-02-21T22:08:28.797Z | Compiling funty v2.0.0 |
2124 | 2025-02-21T22:08:29.142Z | Compiling unsafe-libyaml v0.2.11 |
2125 | 2025-02-21T22:08:31.541Z | Compiling serde_yaml v0.9.34+deprecated |
2126 | 2025-02-21T22:08:34.792Z | Compiling bitvec v1.0.1 |
2127 | 2025-02-21T22:08:43.426Z | Compiling progenitor-impl v0.8.0 |
2128 | 2025-02-21T22:08:46.187Z | Compiling darling_macro v0.20.10 |
2129 | 2025-02-21T22:08:47.113Z | Compiling ipnetwork v0.21.1 |
2130 | 2025-02-21T22:08:48.592Z | Compiling packed_struct_codegen v0.10.1 |
2131 | 2025-02-21T22:08:49.306Z | Compiling structmeta-derive v0.3.0 |
2132 | 2025-02-21T22:08:49.329Z | Compiling indexmap v1.9.3 |
2133 | 2025-02-21T22:08:49.355Z | Compiling thiserror v2.0.11 |
2134 | 2025-02-21T22:08:49.693Z | Compiling fastrand v2.1.1 |
2135 | 2025-02-21T22:08:50.395Z | Compiling nodrop v0.1.14 |
2136 | 2025-02-21T22:08:50.535Z | Compiling crc-catalog v2.4.0 |
2137 | 2025-02-21T22:08:50.716Z | Compiling crc v3.2.1 |
2138 | 2025-02-21T22:08:50.737Z | Compiling array-init v0.0.4 |
2139 | 2025-02-21T22:08:51.729Z | Compiling structmeta v0.3.0 |
2140 | 2025-02-21T22:08:51.798Z | Compiling tempfile v3.13.0 |
2141 | 2025-02-21T22:08:51.880Z | Compiling progenitor-macro v0.8.0 |
2142 | 2025-02-21T22:08:52.131Z | Compiling oxnet v0.1.0 |
2143 | 2025-02-21T22:08:52.216Z | Compiling darling v0.20.10 |
2144 | 2025-02-21T22:08:52.358Z | Compiling smallvec v0.6.14 |
2145 | 2025-02-21T22:08:52.879Z | Compiling progenitor-client v0.8.0 |
2146 | 2025-02-21T22:08:53.464Z | Compiling xattr v1.3.1 |
2147 | 2025-02-21T22:08:53.768Z | Compiling thiserror-impl v2.0.11 |
2148 | 2025-02-21T22:08:53.827Z | Compiling daft-derive v0.1.1 |
2149 | 2025-02-21T22:08:54.655Z | Compiling pin-project-internal v1.1.6 |
2150 | 2025-02-21T22:08:55.253Z | Compiling filetime v0.2.25 |
2151 | 2025-02-21T22:08:55.637Z | Compiling dropshot v0.15.1 |
2152 | 2025-02-21T22:08:55.677Z | Compiling bitfield v0.14.0 |
2153 | 2025-02-21T22:08:55.997Z | Compiling termcolor v1.4.1 |
2154 | 2025-02-21T22:08:55.997Z | Compiling same-file v1.0.6 |
2155 | 2025-02-21T22:08:56.302Z | Compiling base64 v0.21.7 |
2156 | 2025-02-21T22:08:56.510Z | Compiling hashbrown v0.12.3 |
2157 | 2025-02-21T22:08:57.036Z | Compiling ron v0.8.1 |
2158 | 2025-02-21T22:08:57.039Z | Compiling pin-project v1.1.6 |
2159 | 2025-02-21T22:08:57.421Z | Compiling env_logger v0.10.2 |
2160 | 2025-02-21T22:08:57.451Z | Compiling walkdir v2.5.0 |
2161 | 2025-02-21T22:08:58.979Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2162 | 2025-02-21T22:08:59.035Z | Compiling tar v0.4.42 |
2163 | 2025-02-21T22:09:00.469Z | Compiling daft v0.1.1 |
2164 | 2025-02-21T22:09:01.057Z | Compiling serde-hex v0.1.0 |
2165 | 2025-02-21T22:09:02.194Z | Compiling progenitor v0.8.0 |
2166 | 2025-02-21T22:09:02.460Z | Compiling serde_with_macros v3.11.0 |
2167 | 2025-02-21T22:09:02.786Z | Compiling parse-display-derive v0.10.0 |
2168 | 2025-02-21T22:09:04.840Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2169 | 2025-02-21T22:09:04.940Z | Compiling strum_macros v0.26.4 |
2170 | 2025-02-21T22:09:05.195Z | Compiling hashbrown v0.13.2 |
2171 | 2025-02-21T22:09:05.993Z | Compiling dropshot_endpoint v0.15.1 |
2172 | 2025-02-21T22:09:06.305Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2173 | 2025-02-21T22:09:06.457Z | Compiling snafu-derive v0.8.5 |
2174 | 2025-02-21T22:09:07.078Z | Compiling blake3 v1.5.4 |
2175 | 2025-02-21T22:09:07.731Z | Compiling instant v0.1.13 |
2176 | 2025-02-21T22:09:07.930Z | Compiling zip v2.1.3 |
2177 | 2025-02-21T22:09:08.288Z | Compiling bumpalo v3.16.0 |
2178 | 2025-02-21T22:09:08.893Z | Compiling buf-list v1.0.3 |
2179 | 2025-02-21T22:09:09.063Z | Compiling crc-any v2.5.0 |
2180 | 2025-02-21T22:09:09.468Z | Compiling lockfree-object-pool v0.1.6 |
2181 | 2025-02-21T22:09:09.801Z | Compiling simd-adler32 v0.3.7 |
2182 | 2025-02-21T22:09:10.114Z | Compiling strum v0.26.3 |
2183 | 2025-02-21T22:09:10.336Z | Compiling zopfli v0.8.1 |
2184 | 2025-02-21T22:09:10.733Z | Compiling snafu v0.8.5 |
2185 | 2025-02-21T22:09:10.936Z | Compiling backoff v0.4.0 |
2186 | 2025-02-21T22:09:11.333Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2187 | 2025-02-21T22:09:11.606Z | Compiling object v0.30.4 |
2188 | 2025-02-21T22:09:11.738Z | Compiling parse-display v0.10.0 |
2189 | 2025-02-21T22:09:11.955Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2190 | 2025-02-21T22:09:13.485Z | Compiling serde_with v3.11.0 |
2191 | 2025-02-21T22:09:13.643Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2192 | 2025-02-21T22:09:14.446Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2193 | 2025-02-21T22:09:17.387Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2194 | 2025-02-21T22:09:18.127Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2195 | 2025-02-21T22:09:18.891Z | Compiling camino-tempfile v1.1.1 |
2196 | 2025-02-21T22:09:19.674Z | Compiling globset v0.4.15 |
2197 | 2025-02-21T22:09:20.643Z | Compiling regress v0.9.1 |
2198 | 2025-02-21T22:09:23.566Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2199 | 2025-02-21T22:09:23.783Z | Compiling progenitor-client v0.9.1 |
2200 | 2025-02-21T22:09:24.747Z | Compiling olpc-cjson v0.1.4 |
2201 | 2025-02-21T22:09:25.066Z | Compiling pem v3.0.4 |
2202 | 2025-02-21T22:09:25.741Z | Compiling macaddr v1.0.1 |
2203 | 2025-02-21T22:09:26.421Z | Compiling cargo-platform v0.1.8 |
2204 | 2025-02-21T22:09:26.508Z | Compiling serde_plain v1.0.2 |
2205 | 2025-02-21T22:09:27.069Z | Compiling async-recursion v1.1.1 |
2206 | 2025-02-21T22:09:27.491Z | Compiling memmap2 v0.9.5 |
2207 | 2025-02-21T22:09:28.083Z | Compiling arrayvec v0.7.6 |
2208 | 2025-02-21T22:09:28.186Z | Compiling constant_time_eq v0.3.1 |
2209 | 2025-02-21T22:09:28.402Z | Compiling typed-path v0.9.3 |
2210 | 2025-02-21T22:09:28.423Z | Compiling path-slash v0.1.5 |
2211 | 2025-02-21T22:09:28.572Z | Compiling arrayref v0.3.9 |
2212 | 2025-02-21T22:09:28.716Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2213 | 2025-02-21T22:09:28.943Z | Compiling cargo_metadata v0.18.1 |
2214 | 2025-02-21T22:09:29.722Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2215 | 2025-02-21T22:09:31.149Z | Compiling tough v0.19.0 |
2216 | 2025-02-21T22:09:32.682Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2217 | 2025-02-21T22:09:33.163Z | Compiling itertools v0.13.0 |
2218 | 2025-02-21T22:09:35.413Z | Compiling parse-size v1.1.0 |
2219 | 2025-02-21T22:09:35.416Z | Compiling topological-sort v0.2.2 |
2220 | 2025-02-21T22:09:36.093Z | Compiling omicron-zone-package v0.12.0 |
2221 | 2025-02-21T22:09:36.099Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2222 | 2025-02-21T22:09:36.767Z | Compiling shell-words v1.1.0 |
2223 | 2025-02-21T22:09:45.070Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2224 | 2025-02-21T22:09:54.339Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2225 | 2025-02-21T22:10:08.316Z | Finished `release` profile [optimized] target(s) in 5m 36s |
2226 | 2025-02-21T22:10:08.480Z | Running `target/release/omicron-releng --output-dir /work` |
2227 | 2025-02-21T22:10:08.526Z | Feb 21 22:10:06.827 DEBG changing working directory to /work/oxidecomputer/omicron |
2228 | 2025-02-21T22:10:08.633Z | Feb 21 22:10:06.934 DEBG running: git rev-parse HEAD |
2229 | 2025-02-21T22:10:08.639Z | Feb 21 22:10:06.941 DEBG process exited with exit status: 0 (6.850412ms) |
2230 | 2025-02-21T22:10:08.639Z | Feb 21 22:10:06.941 INFO version: 13.0.0-0.ci+git8728fad94a1 |
2231 | 2025-02-21T22:10:08.683Z | Feb 21 22:10:06.983 INFO cloning helios to /work/oxidecomputer/helios |
2232 | 2025-02-21T22:10:08.683Z | Feb 21 22:10:06.983 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2233 | 2025-02-21T22:10:08.687Z | Cloning into '/work/oxidecomputer/helios'... |
2234 | 2025-02-21T22:10:09.169Z | Feb 21 22:10:07.470 DEBG process exited with exit status: 0 (486.064004ms) |
2235 | 2025-02-21T22:10:09.169Z | Feb 21 22:10:07.470 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2236 | 2025-02-21T22:10:10.063Z | Feb 21 22:10:08.364 DEBG process exited with exit status: 0 (894.258224ms) |
2237 | 2025-02-21T22:10:10.063Z | Feb 21 22:10:08.364 DEBG running: zfs list rpool/images/build/host |
2238 | 2025-02-21T22:10:10.070Z | NAME USED AVAIL REFER MOUNTPOINT |
2239 | 2025-02-21T22:10:10.070Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2240 | 2025-02-21T22:10:10.073Z | Feb 21 22:10:08.372 DEBG process exited with exit status: 0 (7.614986ms) |
2241 | 2025-02-21T22:10:10.073Z | Feb 21 22:10:08.372 DEBG running: zfs list rpool/images/build/recovery |
2242 | 2025-02-21T22:10:10.077Z | NAME USED AVAIL REFER MOUNTPOINT |
2243 | 2025-02-21T22:10:10.077Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2244 | 2025-02-21T22:10:10.080Z | Feb 21 22:10:08.378 DEBG process exited with exit status: 0 (6.570458ms) |
2245 | 2025-02-21T22:10:10.080Z | Feb 21 22:10:08.379 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2246 | 2025-02-21T22:10:10.087Z | # branch.oid 1e0785c95bda2195e187a1605f4ed360e6a0c0fa |
2247 | 2025-02-21T22:10:10.087Z | # branch.head master |
2248 | 2025-02-21T22:10:10.087Z | # branch.upstream origin/master |
2249 | 2025-02-21T22:10:10.087Z | # branch.ab +0 -0 |
2250 | 2025-02-21T22:10:10.091Z | Feb 21 22:10:08.387 DEBG process exited with exit status: 0 (8.338145ms) |
2251 | 2025-02-21T22:10:10.091Z | Feb 21 22:10:08.388 INFO [hubris-production] running task |
2252 | 2025-02-21T22:10:10.091Z | Feb 21 22:10:08.388 INFO [hubris-staging] running task |
2253 | 2025-02-21T22:10:10.091Z | Feb 21 22:10:08.388 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 |
2254 | 2025-02-21T22:10:10.094Z | Feb 21 22:10:08.391 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2255 | 2025-02-21T22:10:10.164Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2256 | 2025-02-21T22:10:10.560Z | [ omicron-package] Blocking waiting for file lock on package cache |
2257 | 2025-02-21T22:10:10.998Z | [ omicron-package] Blocking waiting for file lock on package cache |
2258 | 2025-02-21T22:10:11.287Z | [ omicron-package] Blocking waiting for file lock on package cache |
2259 | 2025-02-21T22:10:12.135Z | Feb 21 22:10:10.436 INFO [hubris-production] task succeeded (2.048048037s) |
2260 | 2025-02-21T22:10:12.192Z | [ omicron-package] Compiling ring v0.17.9 |
2261 | 2025-02-21T22:10:12.602Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2262 | 2025-02-21T22:10:12.605Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2263 | 2025-02-21T22:10:12.606Z | [ omicron-package] Compiling itertools v0.13.0 |
2264 | 2025-02-21T22:10:12.606Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2265 | 2025-02-21T22:10:12.606Z | [ omicron-package] Compiling heapless v0.8.0 |
2266 | 2025-02-21T22:10:12.606Z | [ omicron-package] Compiling hash32 v0.3.1 |
2267 | 2025-02-21T22:10:13.441Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2268 | 2025-02-21T22:10:14.301Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2269 | 2025-02-21T22:10:14.381Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2270 | 2025-02-21T22:10:14.934Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2271 | 2025-02-21T22:10:15.966Z | [ omicron-package] Compiling cobs v0.2.3 |
2272 | 2025-02-21T22:10:16.266Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2273 | 2025-02-21T22:10:16.965Z | [ omicron-package] Compiling postcard v1.0.10 |
2274 | 2025-02-21T22:10:17.633Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2275 | 2025-02-21T22:10:18.025Z | [ omicron-package] Compiling num_enum v0.5.11 |
2276 | 2025-02-21T22:10:18.368Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2277 | 2025-02-21T22:10:18.820Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2278 | 2025-02-21T22:10:18.826Z | [ omicron-package] Compiling unicode-width v0.1.14 |
2279 | 2025-02-21T22:10:19.106Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2280 | 2025-02-21T22:10:19.579Z | [ omicron-package] Compiling rustls v0.23.19 |
2281 | 2025-02-21T22:10:19.797Z | [ omicron-package] Compiling rustls v0.22.4 |
2282 | 2025-02-21T22:10:20.110Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2283 | 2025-02-21T22:10:20.626Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2284 | 2025-02-21T22:10:20.731Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2285 | 2025-02-21T22:10:21.998Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2286 | 2025-02-21T22:10:22.854Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2287 | 2025-02-21T22:10:23.627Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2288 | 2025-02-21T22:10:23.668Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2289 | 2025-02-21T22:10:23.810Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2290 | 2025-02-21T22:10:24.041Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2291 | 2025-02-21T22:10:24.380Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
2292 | 2025-02-21T22:10:24.453Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2293 | 2025-02-21T22:10:24.686Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2294 | 2025-02-21T22:10:25.057Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2295 | 2025-02-21T22:10:25.212Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2296 | 2025-02-21T22:10:26.095Z | [ omicron-package] Compiling colored v2.1.0 |
2297 | 2025-02-21T22:10:26.663Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2298 | 2025-02-21T22:10:27.441Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2299 | 2025-02-21T22:10:28.360Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2300 | 2025-02-21T22:10:28.886Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2301 | 2025-02-21T22:10:29.093Z | [ omicron-package] Compiling num-derive v0.4.2 |
2302 | 2025-02-21T22:10:29.178Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2303 | 2025-02-21T22:10:29.443Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2304 | 2025-02-21T22:10:29.936Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2305 | 2025-02-21T22:10:30.219Z | [ omicron-package] Compiling zone v0.3.0 |
2306 | 2025-02-21T22:10:30.506Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2307 | 2025-02-21T22:10:30.760Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2308 | 2025-02-21T22:10:31.928Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
2309 | 2025-02-21T22:10:31.987Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2310 | 2025-02-21T22:10:33.222Z | [ omicron-package] Compiling dropshot v0.12.0 |
2311 | 2025-02-21T22:10:34.430Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2312 | 2025-02-21T22:10:34.482Z | [ omicron-package] Compiling smf v0.2.3 |
2313 | 2025-02-21T22:10:35.026Z | [ omicron-package] Compiling tokio-rustls v0.26.0 |
2314 | 2025-02-21T22:10:35.644Z | [ omicron-package] Compiling hyper-rustls v0.27.3 |
2315 | 2025-02-21T22:10:35.851Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2316 | 2025-02-21T22:10:36.261Z | [ omicron-package] Compiling reqwest v0.12.12 |
2317 | 2025-02-21T22:10:37.951Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2318 | 2025-02-21T22:10:40.620Z | [ omicron-package] Compiling qorb v0.2.1 |
2319 | 2025-02-21T22:10:40.757Z | Feb 21 22:10:39.054 INFO [hubris-staging] task succeeded (30.665805481s) |
2320 | 2025-02-21T22:10:41.942Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2321 | 2025-02-21T22:10:42.296Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2322 | 2025-02-21T22:10:43.850Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2323 | 2025-02-21T22:10:43.916Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2324 | 2025-02-21T22:10:44.930Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2325 | 2025-02-21T22:10:45.126Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2326 | 2025-02-21T22:10:46.710Z | [ omicron-package] Compiling dropshot v0.15.1 |
2327 | 2025-02-21T22:10:46.908Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2328 | 2025-02-21T22:10:47.374Z | [ omicron-package] Compiling gethostname v0.5.0 |
2329 | 2025-02-21T22:10:47.582Z | [ omicron-package] Compiling indent_write v2.2.0 |
2330 | 2025-02-21T22:10:47.880Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2331 | 2025-02-21T22:10:50.354Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2332 | 2025-02-21T22:10:55.691Z | [ helios-setup] Feb 21 22:10:53.984 INFO helios repository root is: /work/oxidecomputer/helios |
2333 | 2025-02-21T22:10:55.694Z | [ helios-setup] Feb 21 22:10:53.987 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 |
2334 | 2025-02-21T22:10:55.694Z | [ helios-setup] Feb 21 22:10:53.987 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2335 | 2025-02-21T22:10:55.698Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2336 | 2025-02-21T22:10:55.961Z | [ omicron-package] Compiling progenitor-client v0.8.0 |
2337 | 2025-02-21T22:10:56.504Z | [ helios-setup] Feb 21 22:10:54.797 INFO clone ok!, project: pinprick |
2338 | 2025-02-21T22:10:56.507Z | [ helios-setup] Feb 21 22:10:54.797 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 |
2339 | 2025-02-21T22:10:56.507Z | [ helios-setup] Feb 21 22:10:54.797 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2340 | 2025-02-21T22:10:56.510Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2341 | 2025-02-21T22:10:56.949Z | [ omicron-package] Compiling progenitor v0.8.0 |
2342 | 2025-02-21T22:10:57.204Z | [ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2343 | 2025-02-21T22:10:57.230Z | [ helios-setup] Feb 21 22:10:55.523 INFO clone ok!, project: image-builder |
2344 | 2025-02-21T22:10:57.233Z | [ helios-setup] Feb 21 22:10:55.524 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 |
2345 | 2025-02-21T22:10:57.233Z | [ helios-setup] Feb 21 22:10:55.524 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2346 | 2025-02-21T22:10:57.235Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2347 | 2025-02-21T22:10:58.386Z | [ helios-setup] Feb 21 22:10:56.679 INFO clone ok!, project: chelsio-t6-roms |
2348 | 2025-02-21T22:10:58.389Z | [ helios-setup] Feb 21 22:10:56.679 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 |
2349 | 2025-02-21T22:10:58.389Z | [ helios-setup] Feb 21 22:10:56.679 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2350 | 2025-02-21T22:10:58.397Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2351 | 2025-02-21T22:11:00.733Z | [ omicron-package] Compiling progenitor-client v0.9.1 |
2352 | 2025-02-21T22:11:01.802Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2353 | 2025-02-21T22:11:05.237Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2354 | 2025-02-21T22:11:08.061Z | [ helios-setup] Feb 21 22:11:06.352 INFO clone ok!, project: amd-firmware |
2355 | 2025-02-21T22:11:08.064Z | [ helios-setup] Feb 21 22:11:06.352 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 |
2356 | 2025-02-21T22:11:08.064Z | [ helios-setup] Feb 21 22:11:06.352 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2357 | 2025-02-21T22:11:08.066Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2358 | 2025-02-21T22:11:09.132Z | [ helios-setup] Feb 21 22:11:07.423 INFO clone ok!, project: pilot |
2359 | 2025-02-21T22:11:09.135Z | [ helios-setup] Feb 21 22:11:07.424 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2360 | 2025-02-21T22:11:09.135Z | [ helios-setup] Feb 21 22:11:07.424 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2361 | 2025-02-21T22:11:09.135Z | [ helios-setup] Feb 21 22:11:07.424 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 |
2362 | 2025-02-21T22:11:09.135Z | [ helios-setup] Feb 21 22:11:07.424 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 |
2363 | 2025-02-21T22:11:09.138Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2364 | 2025-02-21T22:11:11.138Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2365 | 2025-02-21T22:11:11.157Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2366 | 2025-02-21T22:11:11.676Z | [ omicron-package] Compiling omicron-zone-package v0.12.0 |
2367 | 2025-02-21T22:11:20.269Z | [ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de' |
2368 | 2025-02-21T22:11:20.291Z | [ helios-setup] Feb 21 22:11:18.571 INFO clone ok!, project: amd-host-image-builder |
2369 | 2025-02-21T22:11:20.296Z | [ helios-setup] Feb 21 22:11:18.571 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 |
2370 | 2025-02-21T22:11:20.296Z | [ helios-setup] Feb 21 22:11:18.571 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2371 | 2025-02-21T22:11:20.296Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2372 | 2025-02-21T22:11:21.029Z | [ helios-setup] Feb 21 22:11:19.318 INFO clone ok!, project: phbl |
2373 | 2025-02-21T22:11:21.032Z | [ helios-setup] Feb 21 22:11:19.319 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 |
2374 | 2025-02-21T22:11:21.032Z | [ helios-setup] Feb 21 22:11:19.319 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2375 | 2025-02-21T22:11:21.036Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2376 | 2025-02-21T22:11:21.780Z | [ helios-setup] Feb 21 22:11:20.070 INFO clone ok!, project: bootserver |
2377 | 2025-02-21T22:11:21.783Z | [ helios-setup] Feb 21 22:11:20.070 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2378 | 2025-02-21T22:11:21.783Z | [ helios-setup] Feb 21 22:11:20.070 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2379 | 2025-02-21T22:11:22.980Z | [ helios-setup] Feb 21 22:11:21.268 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2380 | 2025-02-21T22:11:23.541Z | [ helios-setup] Feb 21 22:11:21.831 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2381 | 2025-02-21T22:11:23.541Z | [ helios-setup] Feb 21 22:11:21.831 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2382 | 2025-02-21T22:11:23.960Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2383 | 2025-02-21T22:11:23.963Z | [ helios-setup] Feb 21 22:11:22.252 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2384 | 2025-02-21T22:11:24.506Z | [ helios-setup] Feb 21 22:11:22.796 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2385 | 2025-02-21T22:11:24.506Z | [ helios-setup] Feb 21 22:11:22.796 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2386 | 2025-02-21T22:11:25.077Z | [ helios-setup] Feb 21 22:11:23.366 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2387 | 2025-02-21T22:11:25.644Z | [ helios-setup] Feb 21 22:11:23.932 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2388 | 2025-02-21T22:11:25.644Z | [ helios-setup] Feb 21 22:11:23.932 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2389 | 2025-02-21T22:11:25.644Z | [ helios-setup] Feb 21 22:11:23.932 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2390 | 2025-02-21T22:11:25.647Z | [ helios-setup] Feb 21 22:11:23.932 INFO ok! |
2391 | 2025-02-21T22:11:25.647Z | [ helios-setup] Feb 21 22:11:23.932 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2392 | 2025-02-21T22:11:25.647Z | [ helios-setup] Feb 21 22:11:23.932 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2393 | 2025-02-21T22:11:25.647Z | [ helios-setup] Feb 21 22:11:23.932 INFO ok! |
2394 | 2025-02-21T22:11:25.647Z | [ helios-setup] Feb 21 22:11:23.933 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2395 | 2025-02-21T22:11:25.647Z | [ helios-setup] Feb 21 22:11:23.933 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2396 | 2025-02-21T22:11:25.647Z | [ helios-setup] Feb 21 22:11:23.933 INFO ok! |
2397 | 2025-02-21T22:11:25.647Z | [ helios-setup] Feb 21 22:11:23.933 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2398 | 2025-02-21T22:11:25.648Z | [ helios-setup] Feb 21 22:11:23.933 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2399 | 2025-02-21T22:11:25.898Z | [ helios-setup] Feb 21 22:11:24.187 INFO E| Downloading crates ... |
2400 | 2025-02-21T22:11:25.978Z | [ helios-setup] Feb 21 22:11:24.267 INFO E| Downloaded miniz_oxide v0.7.2 |
2401 | 2025-02-21T22:11:26.062Z | [ helios-setup] Feb 21 22:11:24.351 INFO E| Compiling adler v1.0.2 |
2402 | 2025-02-21T22:11:26.381Z | [ helios-setup] Feb 21 22:11:24.670 INFO E| Compiling miniz_oxide v0.7.2 |
2403 | 2025-02-21T22:11:26.538Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2404 | 2025-02-21T22:11:28.629Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2405 | 2025-02-21T22:11:29.009Z | [ helios-setup] Feb 21 22:11:27.298 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2406 | 2025-02-21T22:11:29.981Z | [ helios-setup] Feb 21 22:11:28.267 INFO E| Finished `release` profile [optimized] target(s) in 4.23s |
2407 | 2025-02-21T22:11:30.003Z | [ helios-setup] Feb 21 22:11:28.277 INFO building project "pinprick" ok (4 seconds) |
2408 | 2025-02-21T22:11:30.004Z | [ helios-setup] Feb 21 22:11:28.278 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2409 | 2025-02-21T22:11:30.004Z | [ helios-setup] Feb 21 22:11:28.278 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2410 | 2025-02-21T22:11:30.229Z | [ helios-setup] Feb 21 22:11:28.516 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2411 | 2025-02-21T22:11:30.752Z | [ helios-setup] Feb 21 22:11:29.040 INFO E| From https://github.com/jclulow/rust-jmclib |
2412 | 2025-02-21T22:11:30.752Z | [ helios-setup] Feb 21 22:11:29.040 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2413 | 2025-02-21T22:11:30.800Z | [ helios-setup] Feb 21 22:11:29.089 INFO E| Updating crates.io index |
2414 | 2025-02-21T22:11:30.970Z | [ helios-setup] Feb 21 22:11:29.259 INFO E| Downloading crates ... |
2415 | 2025-02-21T22:11:31.043Z | [ helios-setup] Feb 21 22:11:29.331 INFO E| Downloaded errno v0.3.1 |
2416 | 2025-02-21T22:11:31.075Z | [ helios-setup] Feb 21 22:11:29.364 INFO E| Downloaded serde v1.0.193 |
2417 | 2025-02-21T22:11:31.080Z | [ helios-setup] Feb 21 22:11:29.368 INFO E| Downloaded bitflags v2.3.3 |
2418 | 2025-02-21T22:11:31.084Z | [ helios-setup] Feb 21 22:11:29.372 INFO E| Downloaded opaque-debug v0.3.0 |
2419 | 2025-02-21T22:11:31.086Z | [ helios-setup] Feb 21 22:11:29.374 INFO E| Downloaded walkdir v2.3.3 |
2420 | 2025-02-21T22:11:31.090Z | [ helios-setup] Feb 21 22:11:29.376 INFO E| Downloaded digest v0.9.0 |
2421 | 2025-02-21T22:11:31.094Z | [ helios-setup] Feb 21 22:11:29.378 INFO E| Downloaded itoa v1.0.9 |
2422 | 2025-02-21T22:11:31.094Z | [ helios-setup] Feb 21 22:11:29.381 INFO E| Downloaded unicode-width v0.1.10 |
2423 | 2025-02-21T22:11:31.097Z | [ helios-setup] Feb 21 22:11:29.383 INFO E| Downloaded sha-1 v0.9.8 |
2424 | 2025-02-21T22:11:31.102Z | [ helios-setup] Feb 21 22:11:29.386 INFO E| Downloaded glob v0.3.1 |
2425 | 2025-02-21T22:11:31.102Z | [ helios-setup] Feb 21 22:11:29.387 INFO E| Downloaded md-5 v0.9.1 |
2426 | 2025-02-21T22:11:31.130Z | [ helios-setup] Feb 21 22:11:29.418 INFO E| Downloaded uuid v0.8.2 |
2427 | 2025-02-21T22:11:31.135Z | [ helios-setup] Feb 21 22:11:29.423 INFO E| Downloaded block-buffer v0.9.0 |
2428 | 2025-02-21T22:11:31.138Z | [ helios-setup] Feb 21 22:11:29.425 INFO E| Downloaded anyhow v1.0.72 |
2429 | 2025-02-21T22:11:31.142Z | [ helios-setup] Feb 21 22:11:29.431 INFO E| Downloaded toml v0.5.11 |
2430 | 2025-02-21T22:11:31.146Z | [ helios-setup] Feb 21 22:11:29.435 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2431 | 2025-02-21T22:11:31.149Z | [ helios-setup] Feb 21 22:11:29.436 INFO E| Downloaded serde_derive v1.0.193 |
2432 | 2025-02-21T22:11:31.152Z | [ helios-setup] Feb 21 22:11:29.440 INFO E| Downloaded unicode-ident v1.0.11 |
2433 | 2025-02-21T22:11:31.156Z | [ helios-setup] Feb 21 22:11:29.445 INFO E| Downloaded ryu v1.0.15 |
2434 | 2025-02-21T22:11:31.161Z | [ helios-setup] Feb 21 22:11:29.449 INFO E| Downloaded proc-macro2 v1.0.66 |
2435 | 2025-02-21T22:11:31.164Z | [ helios-setup] Feb 21 22:11:29.453 INFO E| Downloaded typenum v1.16.0 |
2436 | 2025-02-21T22:11:31.168Z | [ helios-setup] Feb 21 22:11:29.457 INFO E| Downloaded tempfile v3.7.0 |
2437 | 2025-02-21T22:11:31.171Z | [ helios-setup] Feb 21 22:11:29.460 INFO E| Downloaded quote v1.0.31 |
2438 | 2025-02-21T22:11:31.176Z | [ helios-setup] Feb 21 22:11:29.464 INFO E| Downloaded serde_json v1.0.103 |
2439 | 2025-02-21T22:11:31.186Z | [ helios-setup] Feb 21 22:11:29.475 INFO E| Downloaded once_cell v1.18.0 |
2440 | 2025-02-21T22:11:31.190Z | [ helios-setup] Feb 21 22:11:29.478 INFO E| Downloaded getrandom v0.2.10 |
2441 | 2025-02-21T22:11:31.194Z | [ helios-setup] Feb 21 22:11:29.483 INFO E| Downloaded fastrand v2.0.0 |
2442 | 2025-02-21T22:11:31.197Z | [ helios-setup] Feb 21 22:11:29.484 INFO E| Downloaded cpufeatures v0.2.9 |
2443 | 2025-02-21T22:11:31.224Z | [ helios-setup] Feb 21 22:11:29.513 INFO E| Downloaded syn v2.0.32 |
2444 | 2025-02-21T22:11:31.242Z | [ helios-setup] Feb 21 22:11:29.530 INFO E| Downloaded rustix v0.38.4 |
2445 | 2025-02-21T22:11:31.327Z | [ helios-setup] Feb 21 22:11:29.616 INFO E| Downloaded libc v0.2.147 |
2446 | 2025-02-21T22:11:31.460Z | [ helios-setup] Feb 21 22:11:29.748 INFO E| Compiling libc v0.2.147 |
2447 | 2025-02-21T22:11:31.463Z | [ helios-setup] Feb 21 22:11:29.748 INFO E| Compiling proc-macro2 v1.0.66 |
2448 | 2025-02-21T22:11:31.463Z | [ helios-setup] Feb 21 22:11:29.748 INFO E| Compiling cfg-if v1.0.0 |
2449 | 2025-02-21T22:11:31.463Z | [ helios-setup] Feb 21 22:11:29.749 INFO E| Compiling unicode-ident v1.0.11 |
2450 | 2025-02-21T22:11:31.463Z | [ helios-setup] Feb 21 22:11:29.749 INFO E| Compiling version_check v0.9.4 |
2451 | 2025-02-21T22:11:31.463Z | [ helios-setup] Feb 21 22:11:29.749 INFO E| Compiling typenum v1.16.0 |
2452 | 2025-02-21T22:11:31.463Z | [ helios-setup] Feb 21 22:11:29.749 INFO E| Compiling serde v1.0.193 |
2453 | 2025-02-21T22:11:31.463Z | [ helios-setup] Feb 21 22:11:29.749 INFO E| Compiling time-core v0.1.2 |
2454 | 2025-02-21T22:11:31.963Z | [ helios-setup] Feb 21 22:11:30.249 INFO E| Compiling num-conv v0.1.0 |
2455 | 2025-02-21T22:11:32.276Z | [ helios-setup] Feb 21 22:11:30.564 INFO E| Compiling powerfmt v0.2.0 |
2456 | 2025-02-21T22:11:32.396Z | [ helios-setup] Feb 21 22:11:30.685 INFO E| Compiling slog v2.7.0 |
2457 | 2025-02-21T22:11:32.490Z | [ helios-setup] Feb 21 22:11:30.778 INFO E| Compiling itoa v1.0.9 |
2458 | 2025-02-21T22:11:32.859Z | [ helios-setup] Feb 21 22:11:31.147 INFO E| Compiling generic-array v0.14.7 |
2459 | 2025-02-21T22:11:32.865Z | [ helios-setup] Feb 21 22:11:31.153 INFO E| Compiling rustix v0.38.4 |
2460 | 2025-02-21T22:11:32.899Z | [ helios-setup] Feb 21 22:11:31.188 INFO E| Compiling deranged v0.3.11 |
2461 | 2025-02-21T22:11:33.222Z | [ helios-setup] Feb 21 22:11:31.508 INFO E| Compiling time-macros v0.2.18 |
2462 | 2025-02-21T22:11:33.747Z | [ helios-setup] Feb 21 22:11:32.035 INFO E| Compiling num_threads v0.1.6 |
2463 | 2025-02-21T22:11:33.897Z | [ helios-setup] Feb 21 22:11:32.183 INFO E| Compiling once_cell v1.18.0 |
2464 | 2025-02-21T22:11:34.038Z | [ helios-setup] Feb 21 22:11:32.325 INFO E| Compiling bitflags v2.3.3 |
2465 | 2025-02-21T22:11:34.537Z | [ helios-setup] Feb 21 22:11:32.819 INFO E| Compiling thread_local v1.1.7 |
2466 | 2025-02-21T22:11:34.799Z | [ helios-setup] Feb 21 22:11:33.086 INFO E| Compiling quote v1.0.31 |
2467 | 2025-02-21T22:11:35.360Z | [ helios-setup] Feb 21 22:11:33.647 INFO E| Compiling syn v2.0.32 |
2468 | 2025-02-21T22:11:35.367Z | [ helios-setup] Feb 21 22:11:33.653 INFO E| Compiling dirs-sys-next v0.1.2 |
2469 | 2025-02-21T22:11:35.453Z | [ helios-setup] Feb 21 22:11:33.741 INFO E| Compiling errno v0.3.1 |
2470 | 2025-02-21T22:11:35.469Z | [ helios-setup] Feb 21 22:11:33.757 INFO E| Compiling atty v0.2.14 |
2471 | 2025-02-21T22:11:35.529Z | [ helios-setup] Feb 21 22:11:33.816 INFO E| Compiling serde_json v1.0.103 |
2472 | 2025-02-21T22:11:35.627Z | [ helios-setup] Feb 21 22:11:33.915 INFO E| Compiling dirs-next v2.0.0 |
2473 | 2025-02-21T22:11:35.679Z | [ helios-setup] Feb 21 22:11:33.966 INFO E| Compiling opaque-debug v0.3.0 |
2474 | 2025-02-21T22:11:35.952Z | [ helios-setup] Feb 21 22:11:34.240 INFO E| Compiling term v0.7.0 |
2475 | 2025-02-21T22:11:35.990Z | [ helios-setup] Feb 21 22:11:34.278 INFO E| Compiling fastrand v2.0.0 |
2476 | 2025-02-21T22:11:36.403Z | [ helios-setup] Feb 21 22:11:34.691 INFO E| Compiling anyhow v1.0.72 |
2477 | 2025-02-21T22:11:36.974Z | [ helios-setup] Feb 21 22:11:35.262 INFO E| Compiling getrandom v0.2.10 |
2478 | 2025-02-21T22:11:37.048Z | [ helios-setup] Feb 21 22:11:35.336 INFO E| Compiling ryu v1.0.15 |
2479 | 2025-02-21T22:11:37.584Z | [ helios-setup] Feb 21 22:11:35.872 INFO E| Compiling digest v0.9.0 |
2480 | 2025-02-21T22:11:37.593Z | [ helios-setup] Feb 21 22:11:35.881 INFO E| Compiling block-buffer v0.9.0 |
2481 | 2025-02-21T22:11:37.661Z | [ helios-setup] Feb 21 22:11:35.948 INFO E| Compiling time v0.3.36 |
2482 | 2025-02-21T22:11:37.707Z | [ helios-setup] Feb 21 22:11:35.994 INFO E| Compiling cpufeatures v0.2.9 |
2483 | 2025-02-21T22:11:37.893Z | [ helios-setup] Feb 21 22:11:36.180 INFO E| Compiling same-file v1.0.6 |
2484 | 2025-02-21T22:11:37.964Z | [ helios-setup] Feb 21 22:11:36.250 INFO E| Compiling unicode-width v0.1.10 |
2485 | 2025-02-21T22:11:38.067Z | [ helios-setup] Feb 21 22:11:36.354 INFO E| Compiling md-5 v0.9.1 |
2486 | 2025-02-21T22:11:38.235Z | [ helios-setup] Feb 21 22:11:36.522 INFO E| Compiling tempfile v3.7.0 |
2487 | 2025-02-21T22:11:38.665Z | [ helios-setup] Feb 21 22:11:36.952 INFO E| Compiling getopts v0.2.21 |
2488 | 2025-02-21T22:11:38.692Z | [ helios-setup] Feb 21 22:11:36.980 INFO E| Compiling walkdir v2.3.3 |
2489 | 2025-02-21T22:11:38.733Z | [ helios-setup] Feb 21 22:11:37.020 INFO E| Compiling sha-1 v0.9.8 |
2490 | 2025-02-21T22:11:39.248Z | [ helios-setup] Feb 21 22:11:37.536 INFO E| Compiling glob v0.3.1 |
2491 | 2025-02-21T22:11:39.665Z | [ helios-setup] Feb 21 22:11:37.952 INFO E| Compiling libdevinfo-sys v1.0.0 |
2492 | 2025-02-21T22:11:40.513Z | [ helios-setup] Feb 21 22:11:38.796 INFO E| Compiling slog-term v2.9.0 |
2493 | 2025-02-21T22:11:40.602Z | [ helios-setup] Feb 21 22:11:38.889 INFO E| Compiling serde_derive v1.0.193 |
2494 | 2025-02-21T22:11:49.602Z | [ helios-setup] Feb 21 22:11:47.888 INFO E| Compiling toml v0.5.11 |
2495 | 2025-02-21T22:11:49.603Z | [ helios-setup] Feb 21 22:11:47.888 INFO E| Compiling uuid v0.8.2 |
2496 | 2025-02-21T22:11:50.676Z | [ helios-setup] Feb 21 22:11:48.962 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2497 | 2025-02-21T22:11:50.769Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 1m 40s |
2498 | 2025-02-21T22:11:51.090Z | [ omicron-package] |
2499 | 2025-02-21T22:11:51.091Z | [ omicron-package] real 1:40.924203079 |
2500 | 2025-02-21T22:11:51.091Z | [ omicron-package] user 9:02.231122723 |
2501 | 2025-02-21T22:11:51.094Z | [ omicron-package] sys 31.170584737 |
2502 | 2025-02-21T22:11:51.094Z | [ omicron-package] trap 1.041777955 |
2503 | 2025-02-21T22:11:51.094Z | [ omicron-package] tflt 0.859165964 |
2504 | 2025-02-21T22:11:51.094Z | [ omicron-package] dflt 0.782924306 |
2505 | 2025-02-21T22:11:51.094Z | [ omicron-package] kflt 0.000002179 |
2506 | 2025-02-21T22:11:51.094Z | [ omicron-package] lock 19:06.805036574 |
2507 | 2025-02-21T22:11:51.094Z | [ omicron-package] slp 31:10.810271584 |
2508 | 2025-02-21T22:11:51.094Z | [ omicron-package] lat 3:06.586353909 |
2509 | 2025-02-21T22:11:51.094Z | [ omicron-package] stop 1:12.617032521 |
2510 | 2025-02-21T22:11:51.094Z | Feb 21 22:11:49.376 INFO [omicron-package] process exited with exit status: 0 (100.988092411s) |
2511 | 2025-02-21T22:11:51.094Z | Feb 21 22:11:49.377 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
2512 | 2025-02-21T22:11:51.201Z | Feb 21 22:11:49.487 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
2513 | 2025-02-21T22:11:51.214Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2514 | 2025-02-21T22:11:51.217Z | [ host-target] Created new build target 'host' and set it as active |
2515 | 2025-02-21T22:11:51.221Z | Feb 21 22:11:49.503 INFO [host-target] process exited with exit status: 0 (125.947857ms) |
2516 | 2025-02-21T22:11:51.221Z | Feb 21 22:11:49.503 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2517 | 2025-02-21T22:11:51.228Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2518 | 2025-02-21T22:11:51.232Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2519 | 2025-02-21T22:11:51.234Z | Feb 21 22:11:49.517 INFO [recovery-target] process exited with exit status: 0 (29.833854ms) |
2520 | 2025-02-21T22:11:51.240Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2521 | 2025-02-21T22:11:51.262Z | [ helios-setup] Feb 21 22:11:49.547 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2522 | 2025-02-21T22:11:52.502Z | [ host-package] Compiling ring v0.17.9 |
2523 | 2025-02-21T22:11:52.685Z | [ host-package] Compiling thiserror v2.0.11 |
2524 | 2025-02-21T22:11:52.705Z | [ host-package] Compiling typify-impl v0.3.0 |
2525 | 2025-02-21T22:11:52.721Z | [ host-package] Compiling convert_case v0.4.0 |
2526 | 2025-02-21T22:11:52.724Z | [ host-package] Compiling newline-converter v0.3.0 |
2527 | 2025-02-21T22:11:52.724Z | [ host-package] Compiling password-hash v0.5.0 |
2528 | 2025-02-21T22:11:52.724Z | [ host-package] Compiling blake2 v0.10.6 |
2529 | 2025-02-21T22:11:52.967Z | [ host-package] Compiling expectorate v1.1.0 |
2530 | 2025-02-21T22:11:53.286Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2531 | 2025-02-21T22:11:53.365Z | [ host-package] Compiling derive_more v0.99.19 |
2532 | 2025-02-21T22:11:53.931Z | [ host-package] Compiling argon2 v0.5.3 |
2533 | 2025-02-21T22:11:54.140Z | [ host-package] Compiling atomicwrites v0.4.4 |
2534 | 2025-02-21T22:11:54.720Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2535 | 2025-02-21T22:11:55.218Z | [ host-package] Compiling owo-colors v4.1.0 |
2536 | 2025-02-21T22:11:55.333Z | [ host-package] Compiling num-rational v0.4.2 |
2537 | 2025-02-21T22:11:55.654Z | [ host-package] Compiling num-complex v0.4.6 |
2538 | 2025-02-21T22:11:57.453Z | [ host-package] Compiling num v0.4.3 |
2539 | 2025-02-21T22:11:58.693Z | [ host-package] Compiling libsw v3.3.1 |
2540 | 2025-02-21T22:11:58.717Z | [ host-package] Compiling rustls v0.23.19 |
2541 | 2025-02-21T22:11:58.721Z | [ host-package] Compiling rustls v0.22.4 |
2542 | 2025-02-21T22:11:58.756Z | [ host-package] Compiling swrite v0.1.0 |
2543 | 2025-02-21T22:11:58.800Z | [ host-package] Compiling linear-map v1.2.0 |
2544 | 2025-02-21T22:11:58.948Z | [ host-package] Compiling float-ord v0.3.2 |
2545 | 2025-02-21T22:11:59.103Z | [ helios-setup] Feb 21 22:11:57.387 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.00s |
2546 | 2025-02-21T22:11:59.135Z | [ helios-setup] Feb 21 22:11:57.420 INFO building project "image-builder" ok (29 seconds) |
2547 | 2025-02-21T22:11:59.135Z | [ helios-setup] Feb 21 22:11:57.420 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2548 | 2025-02-21T22:11:59.138Z | [ helios-setup] Feb 21 22:11:57.420 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2549 | 2025-02-21T22:11:59.165Z | [ host-package] Compiling highway v1.2.0 |
2550 | 2025-02-21T22:11:59.288Z | [ host-package] Compiling semver v0.1.20 |
2551 | 2025-02-21T22:11:59.319Z | [ host-package] Compiling tungstenite v0.21.0 |
2552 | 2025-02-21T22:11:59.413Z | [ helios-setup] Feb 21 22:11:57.697 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2553 | 2025-02-21T22:11:59.482Z | [ host-package] Compiling ipnetwork v0.21.1 |
2554 | 2025-02-21T22:11:59.826Z | [ host-package] Compiling rustc_version v0.1.7 |
2555 | 2025-02-21T22:12:00.260Z | [ host-package] Compiling newtype_derive v0.1.6 |
2556 | 2025-02-21T22:12:00.361Z | [ host-package] Compiling oxnet v0.1.0 |
2557 | 2025-02-21T22:12:00.384Z | [ helios-setup] Feb 21 22:11:58.668 INFO E| From https://github.com/oxidecomputer/progenitor |
2558 | 2025-02-21T22:12:00.384Z | [ helios-setup] Feb 21 22:11:58.668 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2559 | 2025-02-21T22:12:00.494Z | [ helios-setup] Feb 21 22:11:58.778 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2560 | 2025-02-21T22:12:00.619Z | [ host-package] Compiling humantime v2.1.0 |
2561 | 2025-02-21T22:12:00.785Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2562 | 2025-02-21T22:12:00.901Z | [ helios-setup] Feb 21 22:11:59.185 INFO E| From https://github.com/jclulow/hiercmd |
2563 | 2025-02-21T22:12:00.901Z | [ helios-setup] Feb 21 22:11:59.185 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2564 | 2025-02-21T22:12:00.920Z | [ helios-setup] Feb 21 22:11:59.204 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2565 | 2025-02-21T22:12:01.046Z | [ host-package] Compiling rustls-webpki v0.102.8 |
2566 | 2025-02-21T22:12:01.318Z | [ helios-setup] Feb 21 22:11:59.602 INFO E| From https://github.com/jclulow/network-interface |
2567 | 2025-02-21T22:12:01.318Z | [ helios-setup] Feb 21 22:11:59.602 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2568 | 2025-02-21T22:12:01.337Z | [ helios-setup] Feb 21 22:11:59.621 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2569 | 2025-02-21T22:12:01.381Z | [ host-package] Compiling daft v0.1.1 |
2570 | 2025-02-21T22:12:01.633Z | [ host-package] Compiling dropshot v0.15.1 |
2571 | 2025-02-21T22:12:01.754Z | [ host-package] Compiling instant v0.1.13 |
2572 | 2025-02-21T22:12:01.761Z | [ helios-setup] Feb 21 22:12:00.044 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2573 | 2025-02-21T22:12:01.761Z | [ helios-setup] Feb 21 22:12:00.045 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2574 | 2025-02-21T22:12:01.795Z | [ helios-setup] Feb 21 22:12:00.079 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2575 | 2025-02-21T22:12:01.912Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2576 | 2025-02-21T22:12:01.972Z | [ host-package] Compiling backoff v0.4.0 |
2577 | 2025-02-21T22:12:02.446Z | [ host-package] Compiling steno v0.4.1 |
2578 | 2025-02-21T22:12:02.465Z | [ helios-setup] Feb 21 22:12:00.749 INFO E| From https://github.com/oxidecomputer/facade |
2579 | 2025-02-21T22:12:02.465Z | [ helios-setup] Feb 21 22:12:00.749 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2580 | 2025-02-21T22:12:02.509Z | [ helios-setup] Feb 21 22:12:00.793 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2581 | 2025-02-21T22:12:02.892Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2582 | 2025-02-21T22:12:03.143Z | [ host-package] Compiling parse-display v0.10.0 |
2583 | 2025-02-21T22:12:03.238Z | [ helios-setup] Feb 21 22:12:01.522 INFO E| From https://github.com/oxidecomputer/dropshot |
2584 | 2025-02-21T22:12:03.238Z | [ helios-setup] Feb 21 22:12:01.522 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2585 | 2025-02-21T22:12:03.280Z | [ helios-setup] Feb 21 22:12:01.564 INFO E| Updating crates.io index |
2586 | 2025-02-21T22:12:03.357Z | [ helios-setup] Feb 21 22:12:01.640 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2587 | 2025-02-21T22:12:03.693Z | [ host-package] Compiling strum v0.26.3 |
2588 | 2025-02-21T22:12:03.900Z | [ host-package] Compiling typify-macro v0.3.0 |
2589 | 2025-02-21T22:12:03.932Z | [ host-package] Compiling serde_with v3.11.0 |
2590 | 2025-02-21T22:12:03.992Z | [ helios-setup] Feb 21 22:12:02.276 INFO E| From https://github.com/oxidecomputer/typify |
2591 | 2025-02-21T22:12:03.993Z | [ helios-setup] Feb 21 22:12:02.276 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2592 | 2025-02-21T22:12:04.220Z | [ helios-setup] Feb 21 22:12:02.504 INFO E| Downloading crates ... |
2593 | 2025-02-21T22:12:04.344Z | [ host-package] Compiling regress v0.9.1 |
2594 | 2025-02-21T22:12:04.348Z | [ helios-setup] Feb 21 22:12:02.631 INFO E| Downloaded const-random-macro v0.1.15 |
2595 | 2025-02-21T22:12:04.353Z | [ helios-setup] Feb 21 22:12:02.636 INFO E| Downloaded concolor-override v1.0.0 |
2596 | 2025-02-21T22:12:04.390Z | [ helios-setup] Feb 21 22:12:02.674 INFO E| Downloaded block-buffer v0.10.3 |
2597 | 2025-02-21T22:12:04.393Z | [ helios-setup] Feb 21 22:12:02.676 INFO E| Downloaded semver-parser v0.10.2 |
2598 | 2025-02-21T22:12:04.397Z | [ helios-setup] Feb 21 22:12:02.680 INFO E| Downloaded scopeguard v1.1.0 |
2599 | 2025-02-21T22:12:04.400Z | [ helios-setup] Feb 21 22:12:02.683 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2600 | 2025-02-21T22:12:04.402Z | [ helios-setup] Feb 21 22:12:02.685 INFO E| Downloaded async-stream-impl v0.3.5 |
2601 | 2025-02-21T22:12:04.406Z | [ helios-setup] Feb 21 22:12:02.687 INFO E| Downloaded try-lock v0.2.4 |
2602 | 2025-02-21T22:12:04.406Z | [ helios-setup] Feb 21 22:12:02.689 INFO E| Downloaded itoa v1.0.6 |
2603 | 2025-02-21T22:12:04.410Z | [ helios-setup] Feb 21 22:12:02.692 INFO E| Downloaded tower-service v0.3.2 |
2604 | 2025-02-21T22:12:04.410Z | [ helios-setup] Feb 21 22:12:02.693 INFO E| Downloaded fastrand v1.9.0 |
2605 | 2025-02-21T22:12:04.413Z | [ helios-setup] Feb 21 22:12:02.696 INFO E| Downloaded num_cpus v1.15.0 |
2606 | 2025-02-21T22:12:04.417Z | [ helios-setup] Feb 21 22:12:02.701 INFO E| Downloaded schemars_derive v0.8.12 |
2607 | 2025-02-21T22:12:04.421Z | [ helios-setup] Feb 21 22:12:02.704 INFO E| Downloaded sha1 v0.10.5 |
2608 | 2025-02-21T22:12:04.426Z | [ helios-setup] Feb 21 22:12:02.707 INFO E| Downloaded serde_tokenstream v0.2.0 |
2609 | 2025-02-21T22:12:04.429Z | [ helios-setup] Feb 21 22:12:02.713 INFO E| Downloaded toolchain_find v0.2.0 |
2610 | 2025-02-21T22:12:04.432Z | [ helios-setup] Feb 21 22:12:02.715 INFO E| Downloaded toml_datetime v0.6.1 |
2611 | 2025-02-21T22:12:04.435Z | [ helios-setup] Feb 21 22:12:02.717 INFO E| Downloaded utf8parse v0.2.1 |
2612 | 2025-02-21T22:12:04.438Z | [ helios-setup] Feb 21 22:12:02.719 INFO E| Downloaded terminal_size v0.2.6 |
2613 | 2025-02-21T22:12:04.443Z | [ helios-setup] Feb 21 22:12:02.722 INFO E| Downloaded slog-async v2.7.0 |
2614 | 2025-02-21T22:12:04.443Z | [ helios-setup] Feb 21 22:12:02.724 INFO E| Downloaded slab v0.4.7 |
2615 | 2025-02-21T22:12:04.445Z | [ helios-setup] Feb 21 22:12:02.727 INFO E| Downloaded strsim v0.10.0 |
2616 | 2025-02-21T22:12:04.445Z | [ helios-setup] Feb 21 22:12:02.729 INFO E| Downloaded project-root v0.2.2 |
2617 | 2025-02-21T22:12:04.448Z | [ helios-setup] Feb 21 22:12:02.730 INFO E| Downloaded percent-encoding v2.2.0 |
2618 | 2025-02-21T22:12:04.448Z | [ helios-setup] Feb 21 22:12:02.731 INFO E| Downloaded num_enum_derive v0.5.7 |
2619 | 2025-02-21T22:12:04.451Z | [ helios-setup] Feb 21 22:12:02.734 INFO E| Downloaded smawk v0.3.1 |
2620 | 2025-02-21T22:12:04.454Z | [ helios-setup] Feb 21 22:12:02.736 INFO E| Downloaded serde_path_to_error v0.1.11 |
2621 | 2025-02-21T22:12:04.456Z | [ helios-setup] Feb 21 22:12:02.738 INFO E| Downloaded schemars v0.8.12 |
2622 | 2025-02-21T22:12:04.474Z | [ helios-setup] Feb 21 22:12:02.757 INFO E| Downloaded want v0.3.0 |
2623 | 2025-02-21T22:12:04.477Z | [ helios-setup] Feb 21 22:12:02.759 INFO E| Downloaded bincode v1.3.3 |
2624 | 2025-02-21T22:12:04.480Z | [ helios-setup] Feb 21 22:12:02.762 INFO E| Downloaded async-stream v0.3.5 |
2625 | 2025-02-21T22:12:04.483Z | [ helios-setup] Feb 21 22:12:02.766 INFO E| Downloaded time v0.1.45 |
2626 | 2025-02-21T22:12:04.486Z | [ helios-setup] Feb 21 22:12:02.769 INFO E| Downloaded smallvec v1.10.0 |
2627 | 2025-02-21T22:12:04.489Z | [ helios-setup] Feb 21 22:12:02.772 INFO E| Downloaded socket2 v0.4.9 |
2628 | 2025-02-21T22:12:04.492Z | [ helios-setup] Feb 21 22:12:02.775 INFO E| Downloaded smartstring v1.0.1 |
2629 | 2025-02-21T22:12:04.496Z | [ helios-setup] Feb 21 22:12:02.779 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2630 | 2025-02-21T22:12:04.499Z | [ helios-setup] Feb 21 22:12:02.783 INFO E| Downloaded signal-hook-registry v1.4.0 |
2631 | 2025-02-21T22:12:04.502Z | [ helios-setup] Feb 21 22:12:02.785 INFO E| Downloaded autocfg v1.1.0 |
2632 | 2025-02-21T22:12:04.504Z | [ helios-setup] Feb 21 22:12:02.788 INFO E| Downloaded tungstenite v0.18.0 |
2633 | 2025-02-21T22:12:04.508Z | [ helios-setup] Feb 21 22:12:02.792 INFO E| Downloaded toml v0.7.3 |
2634 | 2025-02-21T22:12:04.514Z | [ helios-setup] Feb 21 22:12:02.798 INFO E| Downloaded uuid v1.3.0 |
2635 | 2025-02-21T22:12:04.521Z | [ helios-setup] Feb 21 22:12:02.804 INFO E| Downloaded thiserror-impl v1.0.38 |
2636 | 2025-02-21T22:12:04.525Z | [ helios-setup] Feb 21 22:12:02.806 INFO E| Downloaded serde_derive v1.0.204 |
2637 | 2025-02-21T22:12:04.528Z | [ helios-setup] Feb 21 22:12:02.811 INFO E| Downloaded unicode-bidi v0.3.13 |
2638 | 2025-02-21T22:12:04.531Z | [ helios-setup] Feb 21 22:12:02.815 INFO E| Downloaded semver v0.11.0 |
2639 | 2025-02-21T22:12:04.535Z | [ helios-setup] Feb 21 22:12:02.819 INFO E| Downloaded url v2.3.1 |
2640 | 2025-02-21T22:12:04.540Z | [ helios-setup] Feb 21 22:12:02.823 INFO E| Downloaded ipnet v2.7.2 |
2641 | 2025-02-21T22:12:04.543Z | [ helios-setup] Feb 21 22:12:02.826 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2642 | 2025-02-21T22:12:04.548Z | [ helios-setup] Feb 21 22:12:02.832 INFO E| Downloaded textwrap v0.16.0 |
2643 | 2025-02-21T22:12:04.552Z | [ helios-setup] Feb 21 22:12:02.836 INFO E| Downloaded cc v1.0.78 |
2644 | 2025-02-21T22:12:04.556Z | [ helios-setup] Feb 21 22:12:02.840 INFO E| Downloaded serde_yaml v0.9.21 |
2645 | 2025-02-21T22:12:04.562Z | [ helios-setup] Feb 21 22:12:02.845 INFO E| Downloaded aho-corasick v0.7.20 |
2646 | 2025-02-21T22:12:04.570Z | [ helios-setup] Feb 21 22:12:02.854 INFO E| Downloaded unicode-linebreak v0.1.4 |
2647 | 2025-02-21T22:12:04.574Z | [ helios-setup] Feb 21 22:12:02.857 INFO E| Downloaded unicode-normalization v0.1.22 |
2648 | 2025-02-21T22:12:04.580Z | [ helios-setup] Feb 21 22:12:02.864 INFO E| Downloaded tracing-core v0.1.30 |
2649 | 2025-02-21T22:12:04.585Z | [ helios-setup] Feb 21 22:12:02.868 INFO E| Downloaded parking_lot v0.12.1 |
2650 | 2025-02-21T22:12:04.588Z | [ helios-setup] Feb 21 22:12:02.872 INFO E| Downloaded winnow v0.4.1 |
2651 | 2025-02-21T22:12:04.601Z | [ helios-setup] Feb 21 22:12:02.885 INFO E| Downloaded memchr v2.5.0 |
2652 | 2025-02-21T22:12:04.607Z | [ helios-setup] Feb 21 22:12:02.891 INFO E| Downloaded flate2 v1.0.25 |
2653 | 2025-02-21T22:12:04.616Z | [ helios-setup] Feb 21 22:12:02.899 INFO E| Downloaded serde_json v1.0.95 |
2654 | 2025-02-21T22:12:04.627Z | [ helios-setup] Feb 21 22:12:02.910 INFO E| Downloaded pest v2.5.7 |
2655 | 2025-02-21T22:12:04.634Z | [ helios-setup] Feb 21 22:12:02.918 INFO E| Downloaded mio v0.8.5 |
2656 | 2025-02-21T22:12:04.642Z | [ helios-setup] Feb 21 22:12:02.926 INFO E| Downloaded http v0.2.9 |
2657 | 2025-02-21T22:12:04.648Z | [ helios-setup] Feb 21 22:12:02.932 INFO E| Downloaded rustix v0.37.3 |
2658 | 2025-02-21T22:12:04.677Z | [ helios-setup] Feb 21 22:12:02.960 INFO E| Downloaded syn v1.0.107 |
2659 | 2025-02-21T22:12:04.693Z | [ helios-setup] Feb 21 22:12:02.976 INFO E| Downloaded reqwest v0.11.16 |
2660 | 2025-02-21T22:12:04.704Z | [ helios-setup] Feb 21 22:12:02.987 INFO E| Downloaded futures-util v0.3.28 |
2661 | 2025-02-21T22:12:04.725Z | [ helios-setup] Feb 21 22:12:03.007 INFO E| Downloaded syn v2.0.72 |
2662 | 2025-02-21T22:12:04.741Z | [ helios-setup] Feb 21 22:12:03.024 INFO E| Downloaded rayon v1.6.1 |
2663 | 2025-02-21T22:12:04.755Z | [ helios-setup] Feb 21 22:12:03.039 INFO E| Downloaded h2 v0.3.16 |
2664 | 2025-02-21T22:12:04.766Z | [ helios-setup] Feb 21 22:12:03.049 INFO E| Downloaded hyper v0.14.25 |
2665 | 2025-02-21T22:12:04.779Z | [ helios-setup] Feb 21 22:12:03.062 INFO E| Downloaded git2 v0.16.1 |
2666 | 2025-02-21T22:12:04.793Z | [ helios-setup] Feb 21 22:12:03.076 INFO E| Downloaded regex v1.7.3 |
2667 | 2025-02-21T22:12:04.828Z | [ helios-setup] Feb 21 22:12:03.111 INFO E| Downloaded chrono v0.4.24 |
2668 | 2025-02-21T22:12:04.841Z | [ helios-setup] Feb 21 22:12:03.124 INFO E| Downloaded idna v0.3.0 |
2669 | 2025-02-21T22:12:04.853Z | [ helios-setup] Feb 21 22:12:03.135 INFO E| Downloaded rustls v0.21.0 |
2670 | 2025-02-21T22:12:04.870Z | [ helios-setup] Feb 21 22:12:03.153 INFO E| Downloaded clap_builder v4.2.1 |
2671 | 2025-02-21T22:12:04.881Z | [ helios-setup] Feb 21 22:12:03.164 INFO E| Downloaded regress v0.5.0 |
2672 | 2025-02-21T22:12:04.894Z | [ helios-setup] Feb 21 22:12:03.176 INFO E| Downloaded rhai v1.14.0 |
2673 | 2025-02-21T22:12:04.913Z | [ helios-setup] Feb 21 22:12:03.196 INFO E| Downloaded crossbeam-channel v0.5.6 |
2674 | 2025-02-21T22:12:04.940Z | [ helios-setup] Feb 21 22:12:03.223 INFO E| Downloaded openapiv3 v1.0.2 |
2675 | 2025-02-21T22:12:04.960Z | [ helios-setup] Feb 21 22:12:03.243 INFO E| Downloaded base64 v0.21.0 |
2676 | 2025-02-21T22:12:04.965Z | [ helios-setup] Feb 21 22:12:03.249 INFO E| Downloaded tokio v1.27.0 |
2677 | 2025-02-21T22:12:05.019Z | [ helios-setup] Feb 21 22:12:03.302 INFO E| Downloaded tracing v0.1.37 |
2678 | 2025-02-21T22:12:05.026Z | [ helios-setup] Feb 21 22:12:03.309 INFO E| Downloaded proc-macro2 v1.0.86 |
2679 | 2025-02-21T22:12:05.030Z | [ helios-setup] Feb 21 22:12:03.314 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2680 | 2025-02-21T22:12:05.035Z | [ helios-setup] Feb 21 22:12:03.318 INFO E| Downloaded toml_edit v0.19.8 |
2681 | 2025-02-21T22:12:05.063Z | [ helios-setup] Feb 21 22:12:03.346 INFO E| Downloaded tokio-util v0.7.7 |
2682 | 2025-02-21T22:12:05.072Z | [ helios-setup] Feb 21 22:12:03.355 INFO E| Downloaded rayon-core v1.10.2 |
2683 | 2025-02-21T22:12:05.080Z | [ helios-setup] Feb 21 22:12:03.363 INFO E| Downloaded futures v0.3.28 |
2684 | 2025-02-21T22:12:05.088Z | [ helios-setup] Feb 21 22:12:03.371 INFO E| Downloaded unicode-ident v1.0.8 |
2685 | 2025-02-21T22:12:05.092Z | [ helios-setup] Feb 21 22:12:03.376 INFO E| Downloaded httpdate v1.0.2 |
2686 | 2025-02-21T22:12:05.095Z | [ helios-setup] Feb 21 22:12:03.377 INFO E| Downloaded bytes v1.4.0 |
2687 | 2025-02-21T22:12:05.100Z | [ helios-setup] Feb 21 22:12:03.383 INFO E| Downloaded ucd-trie v0.1.5 |
2688 | 2025-02-21T22:12:05.103Z | [ helios-setup] Feb 21 22:12:03.386 INFO E| Downloaded tinyvec v1.6.0 |
2689 | 2025-02-21T22:12:05.107Z | [ helios-setup] Feb 21 22:12:03.390 INFO E| Downloaded tempfile v3.5.0 |
2690 | 2025-02-21T22:12:05.111Z | [ helios-setup] Feb 21 22:12:03.394 INFO E| Downloaded once_cell v1.17.0 |
2691 | 2025-02-21T22:12:05.115Z | [ helios-setup] Feb 21 22:12:03.398 INFO E| Downloaded clap v4.2.1 |
2692 | 2025-02-21T22:12:05.128Z | [ helios-setup] Feb 21 22:12:03.412 INFO E| Downloaded serde v1.0.204 |
2693 | 2025-02-21T22:12:05.134Z | [ helios-setup] Feb 21 22:12:03.417 INFO E| Downloaded rustls-webpki v0.100.1 |
2694 | 2025-02-21T22:12:05.144Z | [ helios-setup] Feb 21 22:12:03.427 INFO E| Downloaded num-traits v0.2.15 |
2695 | 2025-02-21T22:12:05.148Z | [ helios-setup] Feb 21 22:12:03.431 INFO E| Downloaded libc v0.2.139 |
2696 | 2025-02-21T22:12:05.198Z | [ helios-setup] Feb 21 22:12:03.481 INFO E| Downloaded miniz_oxide v0.6.2 |
2697 | 2025-02-21T22:12:05.201Z | [ helios-setup] Feb 21 22:12:03.484 INFO E| Downloaded anyhow v1.0.68 |
2698 | 2025-02-21T22:12:05.207Z | [ helios-setup] Feb 21 22:12:03.490 INFO E| Downloaded ppv-lite86 v0.2.17 |
2699 | 2025-02-21T22:12:05.211Z | [ helios-setup] Feb 21 22:12:03.492 INFO E| Downloaded pin-project-lite v0.2.9 |
2700 | 2025-02-21T22:12:05.216Z | [ helios-setup] Feb 21 22:12:03.499 INFO E| Downloaded num_enum v0.5.7 |
2701 | 2025-02-21T22:12:05.222Z | [ helios-setup] Feb 21 22:12:03.505 INFO E| Downloaded memoffset v0.7.1 |
2702 | 2025-02-21T22:12:05.224Z | [ helios-setup] Feb 21 22:12:03.507 INFO E| Downloaded log v0.4.17 |
2703 | 2025-02-21T22:12:05.227Z | [ helios-setup] Feb 21 22:12:03.510 INFO E| Downloaded io-lifetimes v1.0.10 |
2704 | 2025-02-21T22:12:05.230Z | [ helios-setup] Feb 21 22:12:03.514 INFO E| Downloaded tokio-rustls v0.24.0 |
2705 | 2025-02-21T22:12:05.233Z | [ helios-setup] Feb 21 22:12:03.516 INFO E| Downloaded thiserror v1.0.38 |
2706 | 2025-02-21T22:12:05.240Z | [ helios-setup] Feb 21 22:12:03.523 INFO E| Downloaded spin v0.5.2 |
2707 | 2025-02-21T22:12:05.243Z | [ helios-setup] Feb 21 22:12:03.526 INFO E| Downloaded serde_spanned v0.6.1 |
2708 | 2025-02-21T22:12:05.245Z | [ helios-setup] Feb 21 22:12:03.528 INFO E| Downloaded getrandom v0.2.8 |
2709 | 2025-02-21T22:12:05.249Z | [ helios-setup] Feb 21 22:12:03.532 INFO E| Downloaded generic-array v0.14.6 |
2710 | 2025-02-21T22:12:05.252Z | [ helios-setup] Feb 21 22:12:03.534 INFO E| Downloaded concolor-query v0.3.3 |
2711 | 2025-02-21T22:12:05.254Z | [ helios-setup] Feb 21 22:12:03.536 INFO E| Downloaded iana-time-zone v0.1.56 |
2712 | 2025-02-21T22:12:05.257Z | [ helios-setup] Feb 21 22:12:03.540 INFO E| Downloaded ahash v0.8.3 |
2713 | 2025-02-21T22:12:05.260Z | [ helios-setup] Feb 21 22:12:03.544 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2714 | 2025-02-21T22:12:05.264Z | [ helios-setup] Feb 21 22:12:03.547 INFO E| Downloaded lock_api v0.4.9 |
2715 | 2025-02-21T22:12:05.266Z | [ helios-setup] Feb 21 22:12:03.550 INFO E| Downloaded crossbeam-utils v0.8.14 |
2716 | 2025-02-21T22:12:05.271Z | [ helios-setup] Feb 21 22:12:03.554 INFO E| Downloaded cargo-lock v8.0.3 |
2717 | 2025-02-21T22:12:05.275Z | [ helios-setup] Feb 21 22:12:03.559 INFO E| Downloaded futures-channel v0.3.28 |
2718 | 2025-02-21T22:12:05.279Z | [ helios-setup] Feb 21 22:12:03.562 INFO E| Downloaded form_urlencoded v1.1.0 |
2719 | 2025-02-21T22:12:05.282Z | [ helios-setup] Feb 21 22:12:03.565 INFO E| Downloaded anstream v0.2.6 |
2720 | 2025-02-21T22:12:05.285Z | [ helios-setup] Feb 21 22:12:03.569 INFO E| Downloaded ahash v0.7.6 |
2721 | 2025-02-21T22:12:05.290Z | [ helios-setup] Feb 21 22:12:03.573 INFO E| Downloaded tokio-macros v2.0.0 |
2722 | 2025-02-21T22:12:05.292Z | [ helios-setup] Feb 21 22:12:03.575 INFO E| Downloaded sha2 v0.10.6 |
2723 | 2025-02-21T22:12:05.295Z | [ helios-setup] Feb 21 22:12:03.579 INFO E| Downloaded serde_derive_internals v0.26.0 |
2724 | 2025-02-21T22:12:05.298Z | [ helios-setup] Feb 21 22:12:03.581 INFO E| Downloaded quote v1.0.36 |
2725 | 2025-02-21T22:12:05.303Z | [ helios-setup] Feb 21 22:12:03.586 INFO E| Downloaded proc-macro-crate v1.2.1 |
2726 | 2025-02-21T22:12:05.305Z | [ helios-setup] Feb 21 22:12:03.588 INFO E| Downloaded pkg-config v0.3.26 |
2727 | 2025-02-21T22:12:05.308Z | [ helios-setup] Feb 21 22:12:03.591 INFO E| Downloaded paste v1.0.12 |
2728 | 2025-02-21T22:12:05.312Z | [ helios-setup] Feb 21 22:12:03.596 INFO E| Downloaded parking_lot_core v0.9.6 |
2729 | 2025-02-21T22:12:05.316Z | [ helios-setup] Feb 21 22:12:03.599 INFO E| Downloaded lazy_static v1.4.0 |
2730 | 2025-02-21T22:12:05.319Z | [ helios-setup] Feb 21 22:12:03.601 INFO E| Downloaded httparse v1.8.0 |
2731 | 2025-02-21T22:12:05.322Z | [ helios-setup] Feb 21 22:12:03.605 INFO E| Downloaded home v0.5.4 |
2732 | 2025-02-21T22:12:05.324Z | [ helios-setup] Feb 21 22:12:03.607 INFO E| Downloaded futures-task v0.3.28 |
2733 | 2025-02-21T22:12:05.328Z | [ helios-setup] Feb 21 22:12:03.609 INFO E| Downloaded futures-core v0.3.28 |
2734 | 2025-02-21T22:12:05.333Z | [ helios-setup] Feb 21 22:12:03.612 INFO E| Downloaded camino v1.1.4 |
2735 | 2025-02-21T22:12:05.333Z | [ helios-setup] Feb 21 22:12:03.615 INFO E| Downloaded byteorder v1.4.3 |
2736 | 2025-02-21T22:12:05.336Z | [ helios-setup] Feb 21 22:12:03.618 INFO E| Downloaded ryu v1.0.13 |
2737 | 2025-02-21T22:12:05.343Z | [ helios-setup] Feb 21 22:12:03.624 INFO E| Downloaded encoding_rs v0.8.32 |
2738 | 2025-02-21T22:12:05.375Z | [ helios-setup] Feb 21 22:12:03.658 INFO E| Downloaded num-integer v0.1.45 |
2739 | 2025-02-21T22:12:05.378Z | [ helios-setup] Feb 21 22:12:03.661 INFO E| Downloaded dyn-clone v1.0.11 |
2740 | 2025-02-21T22:12:05.381Z | [ helios-setup] Feb 21 22:12:03.664 INFO E| Downloaded clap_derive v4.2.0 |
2741 | 2025-02-21T22:12:05.388Z | [ helios-setup] Feb 21 22:12:03.668 INFO E| Downloaded async-trait v0.1.68 |
2742 | 2025-02-21T22:12:05.391Z | [ helios-setup] Feb 21 22:12:03.674 INFO E| Downloaded slog-bunyan v2.4.0 |
2743 | 2025-02-21T22:12:05.394Z | [ helios-setup] Feb 21 22:12:03.676 INFO E| Downloaded rhai_codegen v1.5.0 |
2744 | 2025-02-21T22:12:05.406Z | [ helios-setup] Feb 21 22:12:03.689 INFO E| Downloaded is-terminal v0.4.7 |
2745 | 2025-02-21T22:12:05.440Z | [ helios-setup] Feb 21 22:12:03.692 INFO E| Downloaded digest v0.10.6 |
2746 | 2025-02-21T22:12:05.440Z | [ helios-setup] Feb 21 22:12:03.694 INFO E| Downloaded crossbeam-deque v0.8.2 |
2747 | 2025-02-21T22:12:05.440Z | [ helios-setup] Feb 21 22:12:03.696 INFO E| Downloaded semver v1.0.17 |
2748 | 2025-02-21T22:12:05.440Z | [ helios-setup] Feb 21 22:12:03.701 INFO E| Downloaded sct v0.7.0 |
2749 | 2025-02-21T22:12:05.440Z | [ helios-setup] Feb 21 22:12:03.707 INFO E| Downloaded jobserver v0.1.26 |
2750 | 2025-02-21T22:12:05.440Z | [ helios-setup] Feb 21 22:12:03.710 INFO E| Downloaded futures-io v0.3.28 |
2751 | 2025-02-21T22:12:05.441Z | [ helios-setup] Feb 21 22:12:03.711 INFO E| Downloaded futures-executor v0.3.28 |
2752 | 2025-02-21T22:12:05.441Z | [ helios-setup] Feb 21 22:12:03.714 INFO E| Downloaded built v0.6.0 |
2753 | 2025-02-21T22:12:05.441Z | [ helios-setup] Feb 21 22:12:03.716 INFO E| Downloaded rustls-pemfile v1.0.2 |
2754 | 2025-02-21T22:12:05.441Z | [ helios-setup] Feb 21 22:12:03.719 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2755 | 2025-02-21T22:12:05.533Z | [ helios-setup] Feb 21 22:12:03.817 INFO E| Downloaded cpufeatures v0.2.5 |
2756 | 2025-02-21T22:12:05.536Z | [ helios-setup] Feb 21 22:12:03.819 INFO E| Downloaded const-random v0.1.15 |
2757 | 2025-02-21T22:12:05.539Z | [ helios-setup] Feb 21 22:12:03.820 INFO E| Downloaded clap_lex v0.4.1 |
2758 | 2025-02-21T22:12:05.542Z | [ helios-setup] Feb 21 22:12:03.824 INFO E| Downloaded http-body v0.4.5 |
2759 | 2025-02-21T22:12:05.545Z | [ helios-setup] Feb 21 22:12:03.826 INFO E| Downloaded futures-sink v0.3.28 |
2760 | 2025-02-21T22:12:05.545Z | [ helios-setup] Feb 21 22:12:03.827 INFO E| Downloaded futures-macro v0.3.28 |
2761 | 2025-02-21T22:12:05.548Z | [ helios-setup] Feb 21 22:12:03.829 INFO E| Downloaded either v1.8.0 |
2762 | 2025-02-21T22:12:05.548Z | [ helios-setup] Feb 21 22:12:03.831 INFO E| Downloaded anstyle-parse v0.1.1 |
2763 | 2025-02-21T22:12:05.552Z | [ helios-setup] Feb 21 22:12:03.834 INFO E| Downloaded anstyle v0.3.5 |
2764 | 2025-02-21T22:12:05.613Z | [ helios-setup] Feb 21 22:12:03.896 INFO E| Downloaded libz-sys v1.1.8 |
2765 | 2025-02-21T22:12:05.840Z | [ helios-setup] Feb 21 22:12:04.123 INFO E| Downloaded ring v0.16.20 |
2766 | 2025-02-21T22:12:06.311Z | [ helios-setup] Feb 21 22:12:04.593 INFO E| Compiling proc-macro2 v1.0.86 |
2767 | 2025-02-21T22:12:06.311Z | [ helios-setup] Feb 21 22:12:04.593 INFO E| Compiling libc v0.2.139 |
2768 | 2025-02-21T22:12:06.311Z | [ helios-setup] Feb 21 22:12:04.593 INFO E| Compiling unicode-ident v1.0.8 |
2769 | 2025-02-21T22:12:06.314Z | [ helios-setup] Feb 21 22:12:04.593 INFO E| Compiling autocfg v1.1.0 |
2770 | 2025-02-21T22:12:06.314Z | [ helios-setup] Feb 21 22:12:04.593 INFO E| Compiling cfg-if v1.0.0 |
2771 | 2025-02-21T22:12:06.314Z | [ helios-setup] Feb 21 22:12:04.593 INFO E| Compiling version_check v0.9.4 |
2772 | 2025-02-21T22:12:06.314Z | [ helios-setup] Feb 21 22:12:04.594 INFO E| Compiling serde v1.0.204 |
2773 | 2025-02-21T22:12:06.315Z | [ helios-setup] Feb 21 22:12:04.594 INFO E| Compiling syn v1.0.107 |
2774 | 2025-02-21T22:12:07.287Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2775 | 2025-02-21T22:12:07.579Z | [ helios-setup] Feb 21 22:12:05.861 INFO E| Compiling memchr v2.5.0 |
2776 | 2025-02-21T22:12:07.817Z | [ helios-setup] Feb 21 22:12:06.100 INFO E| Compiling once_cell v1.17.0 |
2777 | 2025-02-21T22:12:08.095Z | [ host-package] Compiling dropshot v0.12.0 |
2778 | 2025-02-21T22:12:08.161Z | [ helios-setup] Feb 21 22:12:06.444 INFO E| Compiling thiserror v1.0.38 |
2779 | 2025-02-21T22:12:08.308Z | [ host-package] Compiling typify v0.3.0 |
2780 | 2025-02-21T22:12:08.357Z | [ helios-setup] Feb 21 22:12:06.640 INFO E| Compiling log v0.4.17 |
2781 | 2025-02-21T22:12:08.856Z | [ host-package] Compiling progenitor-impl v0.9.1 |
2782 | 2025-02-21T22:12:09.017Z | [ helios-setup] Feb 21 22:12:07.299 INFO E| Compiling serde_json v1.0.95 |
2783 | 2025-02-21T22:12:09.177Z | [ helios-setup] Feb 21 22:12:07.460 INFO E| Compiling itoa v1.0.6 |
2784 | 2025-02-21T22:12:09.976Z | [ helios-setup] Feb 21 22:12:08.255 INFO E| Compiling getrandom v0.2.8 |
2785 | 2025-02-21T22:12:10.127Z | [ helios-setup] Feb 21 22:12:08.405 INFO E| Compiling jobserver v0.1.26 |
2786 | 2025-02-21T22:12:10.691Z | [ helios-setup] Feb 21 22:12:08.974 INFO E| Compiling scopeguard v1.1.0 |
2787 | 2025-02-21T22:12:10.800Z | [ helios-setup] Feb 21 22:12:09.082 INFO E| Compiling pin-project-lite v0.2.9 |
2788 | 2025-02-21T22:12:10.997Z | [ helios-setup] Feb 21 22:12:09.279 INFO E| Compiling quote v1.0.36 |
2789 | 2025-02-21T22:12:11.138Z | [ helios-setup] Feb 21 22:12:09.421 INFO E| Compiling cc v1.0.78 |
2790 | 2025-02-21T22:12:11.212Z | [ helios-setup] Feb 21 22:12:09.483 INFO E| Compiling indexmap v1.9.3 |
2791 | 2025-02-21T22:12:11.248Z | [ helios-setup] Feb 21 22:12:09.529 INFO E| Compiling bytes v1.4.0 |
2792 | 2025-02-21T22:12:11.248Z | [ helios-setup] Feb 21 22:12:09.529 INFO E| Compiling futures-core v0.3.28 |
2793 | 2025-02-21T22:12:11.414Z | [ host-package] Compiling tokio-rustls v0.26.0 |
2794 | 2025-02-21T22:12:11.815Z | [ helios-setup] Feb 21 22:12:10.097 INFO E| Compiling num-integer v0.1.45 |
2795 | 2025-02-21T22:12:11.890Z | [ helios-setup] Feb 21 22:12:10.169 INFO E| Compiling syn v2.0.72 |
2796 | 2025-02-21T22:12:12.172Z | [ helios-setup] Feb 21 22:12:10.454 INFO E| Compiling ryu v1.0.13 |
2797 | 2025-02-21T22:12:12.406Z | [ host-package] Compiling hyper-rustls v0.27.3 |
2798 | 2025-02-21T22:12:13.642Z | [ helios-setup] Feb 21 22:12:11.922 INFO E| Compiling lock_api v0.4.9 |
2799 | 2025-02-21T22:12:13.735Z | [ helios-setup] Feb 21 22:12:12.016 INFO E| Compiling typenum v1.16.0 |
2800 | 2025-02-21T22:12:13.767Z | [ host-package] Compiling reqwest v0.12.12 |
2801 | 2025-02-21T22:12:13.863Z | [ helios-setup] Feb 21 22:12:12.145 INFO E| Compiling bitflags v1.3.2 |
2802 | 2025-02-21T22:12:14.102Z | [ helios-setup] Feb 21 22:12:12.382 INFO E| Compiling parking_lot_core v0.9.6 |
2803 | 2025-02-21T22:12:14.808Z | [ helios-setup] Feb 21 22:12:13.089 INFO E| Compiling num_cpus v1.15.0 |
2804 | 2025-02-21T22:12:14.934Z | [ helios-setup] Feb 21 22:12:13.216 INFO E| Compiling slab v0.4.7 |
2805 | 2025-02-21T22:12:14.935Z | [ helios-setup] Feb 21 22:12:13.216 INFO E| Compiling generic-array v0.14.6 |
2806 | 2025-02-21T22:12:15.317Z | [ helios-setup] Feb 21 22:12:13.598 INFO E| Compiling futures-task v0.3.28 |
2807 | 2025-02-21T22:12:15.469Z | [ helios-setup] Feb 21 22:12:13.750 INFO E| Compiling futures-sink v0.3.28 |
2808 | 2025-02-21T22:12:15.754Z | [ helios-setup] Feb 21 22:12:14.035 INFO E| Compiling futures-channel v0.3.28 |
2809 | 2025-02-21T22:12:16.250Z | [ helios-setup] Feb 21 22:12:14.532 INFO E| Compiling tokio v1.27.0 |
2810 | 2025-02-21T22:12:16.663Z | [ helios-setup] Feb 21 22:12:14.944 INFO E| Compiling futures-util v0.3.28 |
2811 | 2025-02-21T22:12:17.786Z | [ helios-setup] Feb 21 22:12:16.068 INFO E| Compiling mio v0.8.5 |
2812 | 2025-02-21T22:12:17.935Z | [ helios-setup] Feb 21 22:12:16.217 INFO E| Compiling signal-hook-registry v1.4.0 |
2813 | 2025-02-21T22:12:17.969Z | [ helios-setup] Feb 21 22:12:16.251 INFO E| Compiling socket2 v0.4.9 |
2814 | 2025-02-21T22:12:17.980Z | [ helios-setup] Feb 21 22:12:16.252 INFO E| Compiling futures-io v0.3.28 |
2815 | 2025-02-21T22:12:18.093Z | [ helios-setup] Feb 21 22:12:16.374 INFO E| Compiling pin-utils v0.1.0 |
2816 | 2025-02-21T22:12:18.462Z | [ helios-setup] Feb 21 22:12:16.743 INFO E| Compiling schemars v0.8.12 |
2817 | 2025-02-21T22:12:19.015Z | [ helios-setup] Feb 21 22:12:17.296 INFO E| Compiling num-traits v0.2.15 |
2818 | 2025-02-21T22:12:19.180Z | [ host-package] Compiling qorb v0.2.1 |
2819 | 2025-02-21T22:12:19.379Z | [ helios-setup] Feb 21 22:12:17.659 INFO E| Compiling ahash v0.7.6 |
2820 | 2025-02-21T22:12:19.912Z | [ helios-setup] Feb 21 22:12:18.193 INFO E| Compiling io-lifetimes v1.0.10 |
2821 | 2025-02-21T22:12:20.399Z | [ helios-setup] Feb 21 22:12:18.680 INFO E| Compiling crunchy v0.2.2 |
2822 | 2025-02-21T22:12:21.306Z | [ helios-setup] Feb 21 22:12:19.587 INFO E| Compiling crypto-common v0.1.6 |
2823 | 2025-02-21T22:12:21.527Z | [ helios-setup] Feb 21 22:12:19.808 INFO E| Compiling block-buffer v0.10.3 |
2824 | 2025-02-21T22:12:21.906Z | [ helios-setup] Feb 21 22:12:20.186 INFO E| Compiling ahash v0.8.3 |
2825 | 2025-02-21T22:12:21.919Z | [ helios-setup] Feb 21 22:12:20.200 INFO E| Compiling rustix v0.37.3 |
2826 | 2025-02-21T22:12:21.981Z | [ host-package] Compiling progenitor-macro v0.9.1 |
2827 | 2025-02-21T22:12:22.460Z | [ helios-setup] Feb 21 22:12:20.741 INFO E| Compiling crossbeam-utils v0.8.14 |
2828 | 2025-02-21T22:12:22.507Z | [ helios-setup] Feb 21 22:12:20.787 INFO E| Compiling hashbrown v0.12.3 |
2829 | 2025-02-21T22:12:22.564Z | [ helios-setup] Feb 21 22:12:20.844 INFO E| Compiling tiny-keccak v2.0.2 |
2830 | 2025-02-21T22:12:22.670Z | [ helios-setup] Feb 21 22:12:20.950 INFO E| Compiling serde_derive_internals v0.26.0 |
2831 | 2025-02-21T22:12:22.952Z | [ helios-setup] Feb 21 22:12:21.232 INFO E| Compiling slog v2.7.0 |
2832 | 2025-02-21T22:12:23.049Z | [ helios-setup] Feb 21 22:12:21.329 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2833 | 2025-02-21T22:12:24.247Z | [ helios-setup] Feb 21 22:12:22.527 INFO E| Compiling digest v0.10.6 |
2834 | 2025-02-21T22:12:25.210Z | [ helios-setup] Feb 21 22:12:23.490 INFO E| Compiling errno v0.3.1 |
2835 | 2025-02-21T22:12:25.384Z | [ helios-setup] Feb 21 22:12:23.664 INFO E| Compiling unicode-width v0.1.10 |
2836 | 2025-02-21T22:12:25.678Z | [ helios-setup] Feb 21 22:12:23.959 INFO E| Compiling pkg-config v0.3.26 |
2837 | 2025-02-21T22:12:25.935Z | [ helios-setup] Feb 21 22:12:24.215 INFO E| Compiling fnv v1.0.7 |
2838 | 2025-02-21T22:12:25.990Z | [ helios-setup] Feb 21 22:12:24.270 INFO E| Compiling cpufeatures v0.2.5 |
2839 | 2025-02-21T22:12:26.194Z | [ helios-setup] Feb 21 22:12:24.474 INFO E| Compiling anyhow v1.0.68 |
2840 | 2025-02-21T22:12:26.488Z | [ helios-setup] Feb 21 22:12:24.768 INFO E| Compiling http v0.2.9 |
2841 | 2025-02-21T22:12:28.946Z | [ host-package] Compiling progenitor-client v0.9.1 |
2842 | 2025-02-21T22:12:30.044Z | [ host-package] Compiling progenitor-client v0.8.0 |
2843 | 2025-02-21T22:12:30.175Z | [ helios-setup] Feb 21 22:12:28.455 INFO E| Compiling thiserror-impl v1.0.38 |
2844 | 2025-02-21T22:12:30.228Z | [ helios-setup] Feb 21 22:12:28.507 INFO E| Compiling schemars_derive v0.8.12 |
2845 | 2025-02-21T22:12:30.490Z | [ helios-setup] Feb 21 22:12:28.769 INFO E| Compiling serde_derive v1.0.204 |
2846 | 2025-02-21T22:12:30.606Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2847 | 2025-02-21T22:12:30.872Z | [ helios-setup] Feb 21 22:12:29.152 INFO E| Compiling futures-macro v0.3.28 |
2848 | 2025-02-21T22:12:30.982Z | [ host-package] Compiling progenitor v0.8.0 |
2849 | 2025-02-21T22:12:31.377Z | [ helios-setup] Feb 21 22:12:29.656 INFO E| Compiling tokio-macros v2.0.0 |
2850 | 2025-02-21T22:12:31.726Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2851 | 2025-02-21T22:12:31.872Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2852 | 2025-02-21T22:12:31.941Z | [ helios-setup] Feb 21 22:12:30.220 INFO E| Compiling aho-corasick v0.7.20 |
2853 | 2025-02-21T22:12:32.483Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2854 | 2025-02-21T22:12:32.971Z | [ helios-setup] Feb 21 22:12:31.250 INFO E| Compiling tinyvec_macros v0.1.1 |
2855 | 2025-02-21T22:12:33.326Z | [ helios-setup] Feb 21 22:12:31.604 INFO E| Compiling heck v0.4.1 |
2856 | 2025-02-21T22:12:34.220Z | [ helios-setup] Feb 21 22:12:32.499 INFO E| Compiling regex-syntax v0.6.29 |
2857 | 2025-02-21T22:12:34.502Z | [ helios-setup] Feb 21 22:12:32.780 INFO E| Compiling httparse v1.8.0 |
2858 | 2025-02-21T22:12:35.134Z | [ helios-setup] Feb 21 22:12:33.411 INFO E| Compiling percent-encoding v2.2.0 |
2859 | 2025-02-21T22:12:36.160Z | [ helios-setup] Feb 21 22:12:34.438 INFO E| Compiling form_urlencoded v1.1.0 |
2860 | 2025-02-21T22:12:36.163Z | [ helios-setup] Feb 21 22:12:34.438 INFO E| Compiling tinyvec v1.6.0 |
2861 | 2025-02-21T22:12:36.391Z | [ helios-setup] Feb 21 22:12:34.669 INFO E| Compiling const-random-macro v0.1.15 |
2862 | 2025-02-21T22:12:36.557Z | [ helios-setup] Feb 21 22:12:34.836 INFO E| Compiling hashbrown v0.13.2 |
2863 | 2025-02-21T22:12:38.967Z | [ helios-setup] Feb 21 22:12:37.242 INFO E| Compiling chrono v0.4.24 |
2864 | 2025-02-21T22:12:39.126Z | [ helios-setup] Feb 21 22:12:37.404 INFO E| Compiling libz-sys v1.1.8 |
2865 | 2025-02-21T22:12:39.717Z | [ helios-setup] Feb 21 22:12:37.995 INFO E| Compiling getopts v0.2.21 |
2866 | 2025-02-21T22:12:40.055Z | [ helios-setup] Feb 21 22:12:38.333 INFO E| Compiling memoffset v0.7.1 |
2867 | 2025-02-21T22:12:41.282Z | [ helios-setup] Feb 21 22:12:39.560 INFO E| Compiling regex v1.7.3 |
2868 | 2025-02-21T22:12:42.023Z | [ helios-setup] Feb 21 22:12:40.300 INFO E| Compiling uuid v1.3.0 |
2869 | 2025-02-21T22:12:42.724Z | [ helios-setup] Feb 21 22:12:41.002 INFO E| Compiling powerfmt v0.2.0 |
2870 | 2025-02-21T22:12:43.010Z | [ helios-setup] Feb 21 22:12:41.287 INFO E| Compiling time-core v0.1.2 |
2871 | 2025-02-21T22:12:43.407Z | [ helios-setup] Feb 21 22:12:41.683 INFO E| Compiling num-conv v0.1.0 |
2872 | 2025-02-21T22:12:43.519Z | [ helios-setup] Feb 21 22:12:41.795 INFO E| Compiling dyn-clone v1.0.11 |
2873 | 2025-02-21T22:12:43.573Z | [ helios-setup] Feb 21 22:12:41.850 INFO E| Compiling deranged v0.3.11 |
2874 | 2025-02-21T22:12:43.910Z | [ helios-setup] Feb 21 22:12:42.188 INFO E| Compiling time-macros v0.2.18 |
2875 | 2025-02-21T22:12:44.168Z | [ helios-setup] Feb 21 22:12:42.444 INFO E| Compiling unicode-normalization v0.1.22 |
2876 | 2025-02-21T22:12:46.546Z | [ helios-setup] Feb 21 22:12:44.823 INFO E| Compiling const-random v0.1.15 |
2877 | 2025-02-21T22:12:46.702Z | [ helios-setup] Feb 21 22:12:44.979 INFO E| Compiling regress v0.5.0 |
2878 | 2025-02-21T22:12:47.274Z | [ helios-setup] Feb 21 22:12:45.541 INFO E| Compiling tracing-core v0.1.30 |
2879 | 2025-02-21T22:12:48.931Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2880 | 2025-02-21T22:12:48.955Z | [ helios-setup] Feb 21 22:12:47.230 INFO E| Compiling crossbeam-epoch v0.9.13 |
2881 | 2025-02-21T22:12:49.174Z | [ helios-setup] Feb 21 22:12:47.451 INFO E| Compiling num_threads v0.1.6 |
2882 | 2025-02-21T22:12:49.887Z | [ helios-setup] Feb 21 22:12:48.163 INFO E| Compiling ucd-trie v0.1.5 |
2883 | 2025-02-21T22:12:49.990Z | [ helios-setup] Feb 21 22:12:48.266 INFO E| Compiling unicode-bidi v0.3.13 |
2884 | 2025-02-21T22:12:51.044Z | [ helios-setup] Feb 21 22:12:49.320 INFO E| Compiling time v0.3.36 |
2885 | 2025-02-21T22:12:51.853Z | [ helios-setup] Feb 21 22:12:50.128 INFO E| Compiling idna v0.3.0 |
2886 | 2025-02-21T22:12:53.630Z | [ helios-setup] Feb 21 22:12:51.906 INFO E| Compiling pest v2.5.7 |
2887 | 2025-02-21T22:12:55.973Z | [ helios-setup] Feb 21 22:12:54.248 INFO E| Compiling smallvec v1.10.0 |
2888 | 2025-02-21T22:12:56.222Z | [ helios-setup] Feb 21 22:12:54.498 INFO E| Compiling toml v0.5.11 |
2889 | 2025-02-21T22:12:58.991Z | [ helios-setup] Feb 21 22:12:57.266 INFO E| Compiling parking_lot v0.12.1 |
2890 | 2025-02-21T22:13:01.460Z | [ helios-setup] Feb 21 22:12:59.734 INFO E| Compiling serde_tokenstream v0.2.0 |
2891 | 2025-02-21T22:13:02.575Z | [ helios-setup] Feb 21 22:13:00.849 INFO E| Compiling tracing v0.1.37 |
2892 | 2025-02-21T22:13:06.158Z | [ helios-setup] Feb 21 22:13:04.432 INFO E| Compiling crossbeam-channel v0.5.6 |
2893 | 2025-02-21T22:13:06.265Z | [ helios-setup] Feb 21 22:13:04.538 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2894 | 2025-02-21T22:13:06.361Z | [ helios-setup] Feb 21 22:13:04.635 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2895 | 2025-02-21T22:13:07.147Z | [ helios-setup] Feb 21 22:13:05.421 INFO E| Compiling dirs-sys-next v0.1.2 |
2896 | 2025-02-21T22:13:07.768Z | [ helios-setup] Feb 21 22:13:06.041 INFO E| Compiling time v0.1.45 |
2897 | 2025-02-21T22:13:08.055Z | [ helios-setup] Feb 21 22:13:06.329 INFO E| Compiling crc32fast v1.3.2 |
2898 | 2025-02-21T22:13:08.195Z | [ helios-setup] Feb 21 22:13:06.468 INFO E| Compiling iana-time-zone v0.1.56 |
2899 | 2025-02-21T22:13:09.346Z | [ helios-setup] Feb 21 22:13:07.619 INFO E| Compiling semver v1.0.17 |
2900 | 2025-02-21T22:13:11.313Z | [ helios-setup] Feb 21 22:13:09.586 INFO E| Compiling dirs-next v2.0.0 |
2901 | 2025-02-21T22:13:12.065Z | [ helios-setup] Feb 21 22:13:10.338 INFO E| Compiling proc-macro-crate v1.2.1 |
2902 | 2025-02-21T22:13:13.401Z | [ helios-setup] Feb 21 22:13:11.671 INFO E| Compiling semver-parser v0.10.2 |
2903 | 2025-02-21T22:13:14.513Z | [ helios-setup] Feb 21 22:13:12.786 INFO E| Compiling url v2.3.1 |
2904 | 2025-02-21T22:13:17.190Z | [ helios-setup] Feb 21 22:13:15.462 INFO E| Compiling futures-executor v0.3.28 |
2905 | 2025-02-21T22:13:17.606Z | [ helios-setup] Feb 21 22:13:15.878 INFO E| Compiling thread_local v1.1.7 |
2906 | 2025-02-21T22:13:17.896Z | [ helios-setup] Feb 21 22:13:16.168 INFO E| Compiling tokio-util v0.7.7 |
2907 | 2025-02-21T22:13:18.854Z | [ helios-setup] Feb 21 22:13:17.125 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2908 | 2025-02-21T22:13:19.319Z | [ helios-setup] Feb 21 22:13:17.591 INFO E| Compiling same-file v1.0.6 |
2909 | 2025-02-21T22:13:19.758Z | [ helios-setup] Feb 21 22:13:18.027 INFO E| Compiling rayon-core v1.10.2 |
2910 | 2025-02-21T22:13:19.926Z | [ helios-setup] Feb 21 22:13:18.198 INFO E| Compiling adler v1.0.2 |
2911 | 2025-02-21T22:13:20.928Z | [ helios-setup] Feb 21 22:13:19.199 INFO E| Compiling try-lock v0.2.4 |
2912 | 2025-02-21T22:13:21.641Z | [ helios-setup] Feb 21 22:13:19.904 INFO E| Compiling want v0.3.0 |
2913 | 2025-02-21T22:13:22.130Z | [ helios-setup] Feb 21 22:13:20.400 INFO E| Compiling miniz_oxide v0.6.2 |
2914 | 2025-02-21T22:13:22.752Z | [ helios-setup] Feb 21 22:13:21.022 INFO E| Compiling h2 v0.3.16 |
2915 | 2025-02-21T22:13:24.337Z | [ helios-setup] Feb 21 22:13:22.608 INFO E| Compiling walkdir v2.3.3 |
2916 | 2025-02-21T22:13:26.056Z | [ helios-setup] Feb 21 22:13:24.219 INFO E| Compiling futures v0.3.28 |
2917 | 2025-02-21T22:13:26.207Z | [ helios-setup] Feb 21 22:13:24.476 INFO E| Compiling semver v0.11.0 |
2918 | 2025-02-21T22:13:27.896Z | [ helios-setup] Feb 21 22:13:26.166 INFO E| Compiling num_enum_derive v0.5.7 |
2919 | 2025-02-21T22:13:30.919Z | [ host-package] Compiling progenitor v0.9.1 |
2920 | 2025-02-21T22:13:30.990Z | [ helios-setup] Feb 21 22:13:27.267 INFO E| Compiling crossbeam-deque v0.8.2 |
2921 | 2025-02-21T22:13:30.990Z | [ helios-setup] Feb 21 22:13:27.385 INFO E| Compiling term v0.7.0 |
2922 | 2025-02-21T22:13:31.130Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2923 | 2025-02-21T22:13:34.937Z | [ helios-setup] Feb 21 22:13:33.198 INFO E| Compiling http-body v0.4.5 |
2924 | 2025-02-21T22:13:35.933Z | [ helios-setup] Feb 21 22:13:34.202 INFO E| Compiling sha2 v0.10.6 |
2925 | 2025-02-21T22:13:37.088Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2926 | 2025-02-21T22:13:37.154Z | [ helios-setup] Feb 21 22:13:35.423 INFO E| Compiling ring v0.16.20 |
2927 | 2025-02-21T22:13:37.212Z | [ helios-setup] Feb 21 22:13:35.481 INFO E| Compiling rand_core v0.6.4 |
2928 | 2025-02-21T22:13:38.309Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2929 | 2025-02-21T22:13:38.599Z | [ helios-setup] Feb 21 22:13:36.868 INFO E| Compiling atty v0.2.14 |
2930 | 2025-02-21T22:13:39.084Z | [ helios-setup] Feb 21 22:13:37.353 INFO E| Compiling home v0.5.4 |
2931 | 2025-02-21T22:13:39.346Z | [ helios-setup] Feb 21 22:13:37.614 INFO E| Compiling utf8parse v0.2.1 |
2932 | 2025-02-21T22:13:39.725Z | [ helios-setup] Feb 21 22:13:37.993 INFO E| Compiling lazy_static v1.4.0 |
2933 | 2025-02-21T22:13:39.838Z | [ helios-setup] Feb 21 22:13:38.106 INFO E| Compiling ppv-lite86 v0.2.17 |
2934 | 2025-02-21T22:13:40.385Z | [ helios-setup] Feb 21 22:13:38.654 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2935 | 2025-02-21T22:13:40.901Z | [ helios-setup] Feb 21 22:13:39.170 INFO E| Compiling tower-service v0.3.2 |
2936 | 2025-02-21T22:13:40.922Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2937 | 2025-02-21T22:13:40.995Z | [ helios-setup] Feb 21 22:13:39.264 INFO E| Compiling httpdate v1.0.2 |
2938 | 2025-02-21T22:13:41.167Z | [ helios-setup] Feb 21 22:13:39.435 INFO E| Compiling fastrand v1.9.0 |
2939 | 2025-02-21T22:13:41.613Z | [ helios-setup] Feb 21 22:13:39.880 INFO E| Compiling base64 v0.21.0 |
2940 | 2025-02-21T22:13:41.779Z | [ helios-setup] Feb 21 22:13:40.047 INFO E| Compiling tempfile v3.5.0 |
2941 | 2025-02-21T22:13:42.050Z | [ helios-setup] Feb 21 22:13:40.319 INFO E| Compiling hyper v0.14.25 |
2942 | 2025-02-21T22:13:42.451Z | [ helios-setup] Feb 21 22:13:40.719 INFO E| Compiling rand_chacha v0.3.1 |
2943 | 2025-02-21T22:13:43.067Z | [ helios-setup] Feb 21 22:13:41.335 INFO E| Compiling toolchain_find v0.2.0 |
2944 | 2025-02-21T22:13:44.039Z | [ helios-setup] Feb 21 22:13:42.307 INFO E| Compiling anstyle-parse v0.1.1 |
2945 | 2025-02-21T22:13:44.992Z | [ helios-setup] Feb 21 22:13:43.260 INFO E| Compiling slog-term v2.9.0 |
2946 | 2025-02-21T22:13:46.861Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2947 | 2025-02-21T22:13:50.459Z | [ helios-setup] Feb 21 22:13:48.726 INFO E| Compiling cargo-lock v8.0.3 |
2948 | 2025-02-21T22:13:53.316Z | [ helios-setup] Feb 21 22:13:51.582 INFO E| Compiling num_enum v0.5.7 |
2949 | 2025-02-21T22:13:53.749Z | [ helios-setup] Feb 21 22:13:52.015 INFO E| Compiling flate2 v1.0.25 |
2950 | 2025-02-21T22:13:54.540Z | [ host-package] Compiling macaddr v1.0.1 |
2951 | 2025-02-21T22:13:55.740Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2952 | 2025-02-21T22:13:56.607Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2953 | 2025-02-21T22:13:58.092Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2954 | 2025-02-21T22:14:00.211Z | [ helios-setup] Feb 21 22:13:58.477 INFO E| Compiling serde_urlencoded v0.7.1 |
2955 | 2025-02-21T22:14:00.703Z | [ host-package] Compiling prettyplease v0.2.29 |
2956 | 2025-02-21T22:14:00.805Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2957 | 2025-02-21T22:14:01.621Z | [ helios-setup] Feb 21 22:13:59.887 INFO E| Compiling is-terminal v0.4.7 |
2958 | 2025-02-21T22:14:01.897Z | [ helios-setup] Feb 21 22:14:00.162 INFO E| Compiling sha1 v0.10.5 |
2959 | 2025-02-21T22:14:05.020Z | [ helios-setup] Feb 21 22:14:03.272 INFO E| Compiling concolor-override v1.0.0 |
2960 | 2025-02-21T22:14:05.165Z | [ helios-setup] Feb 21 22:14:03.428 INFO E| Compiling concolor-query v0.3.3 |
2961 | 2025-02-21T22:14:05.448Z | [ helios-setup] Feb 21 22:14:03.712 INFO E| Compiling either v1.8.0 |
2962 | 2025-02-21T22:14:06.161Z | [ helios-setup] Feb 21 22:14:04.419 INFO E| Compiling anstyle v0.3.5 |
2963 | 2025-02-21T22:14:07.176Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2964 | 2025-02-21T22:14:07.258Z | [ helios-setup] Feb 21 22:14:05.483 INFO E| Compiling anstream v0.2.6 |
2965 | 2025-02-21T22:14:07.485Z | [ helios-setup] Feb 21 22:14:05.749 INFO E| Compiling rayon v1.6.1 |
2966 | 2025-02-21T22:14:08.066Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2967 | 2025-02-21T22:14:08.737Z | [ host-package] Compiling half v2.4.1 |
2968 | 2025-02-21T22:14:09.293Z | [ host-package] Compiling ciborium-io v0.2.2 |
2969 | 2025-02-21T22:14:09.456Z | [ helios-setup] Feb 21 22:14:07.699 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2970 | 2025-02-21T22:14:09.895Z | [ host-package] Compiling display-error-chain v0.2.2 |
2971 | 2025-02-21T22:14:10.304Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2972 | 2025-02-21T22:14:10.831Z | [ host-package] Compiling same-file v1.0.6 |
2973 | 2025-02-21T22:14:11.220Z | [ host-package] Compiling ciborium v0.2.2 |
2974 | 2025-02-21T22:14:11.384Z | [ helios-setup] Feb 21 22:14:09.629 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2975 | 2025-02-21T22:14:11.899Z | [ host-package] Compiling fastrand v2.1.1 |
2976 | 2025-02-21T22:14:11.977Z | [ helios-setup] Feb 21 22:14:10.194 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2977 | 2025-02-21T22:14:12.035Z | [ helios-setup] Feb 21 22:14:10.282 INFO E| Compiling rand v0.8.5 |
2978 | 2025-02-21T22:14:13.009Z | [ host-package] Compiling tempfile v3.13.0 |
2979 | 2025-02-21T22:14:13.154Z | [ host-package] Compiling walkdir v2.5.0 |
2980 | 2025-02-21T22:14:14.163Z | [ helios-setup] Feb 21 22:14:12.423 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2981 | 2025-02-21T22:14:14.564Z | [ host-package] Compiling blake3 v1.5.4 |
2982 | 2025-02-21T22:14:14.756Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
2983 | 2025-02-21T22:14:14.945Z | [ host-package] Compiling xattr v1.3.1 |
2984 | 2025-02-21T22:14:18.860Z | [ helios-setup] Feb 21 22:14:13.786 INFO E| Compiling openapiv3 v1.0.2 |
2985 | 2025-02-21T22:14:18.933Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2986 | 2025-02-21T22:14:18.933Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2987 | 2025-02-21T22:14:18.933Z | [ helios-setup] Feb 21 22:14:14.407 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2988 | 2025-02-21T22:14:18.933Z | [ helios-setup] Feb 21 22:14:14.871 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2989 | 2025-02-21T22:14:18.933Z | [ helios-setup] Feb 21 22:14:16.109 INFO E| Compiling encoding_rs v0.8.32 |
2990 | 2025-02-21T22:14:18.933Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2991 | 2025-02-21T22:14:22.113Z | [ helios-setup] Feb 21 22:14:20.140 INFO E| Compiling byteorder v1.4.3 |
2992 | 2025-02-21T22:14:22.431Z | [ helios-setup] Feb 21 22:14:20.434 INFO E| Compiling mime v0.3.17 |
2993 | 2025-02-21T22:14:23.215Z | [ helios-setup] Feb 21 22:14:20.900 INFO E| Compiling utf-8 v0.7.6 |
2994 | 2025-02-21T22:14:23.253Z | [ helios-setup] Feb 21 22:14:21.274 INFO E| Compiling ipnet v2.7.2 |
2995 | 2025-02-21T22:14:23.276Z | [ helios-setup] Feb 21 22:14:21.485 INFO E| Compiling spin v0.5.2 |
2996 | 2025-02-21T22:14:23.546Z | [ helios-setup] Feb 21 22:14:21.804 INFO E| Compiling clap_lex v0.4.1 |
2997 | 2025-02-21T22:14:23.781Z | [ helios-setup] Feb 21 22:14:22.042 INFO E| Compiling strsim v0.10.0 |
2998 | 2025-02-21T22:14:24.579Z | [ helios-setup] Feb 21 22:14:22.837 INFO E| Compiling untrusted v0.7.1 |
2999 | 2025-02-21T22:14:25.146Z | [ helios-setup] Feb 21 22:14:23.407 INFO E| Compiling project-root v0.2.2 |
3000 | 2025-02-21T22:14:25.278Z | [ helios-setup] Feb 21 22:14:23.538 INFO E| Compiling base64 v0.13.1 |
3001 | 2025-02-21T22:14:25.877Z | [ helios-setup] Feb 21 22:14:24.138 INFO E| Compiling unsafe-libyaml v0.2.8 |
3002 | 2025-02-21T22:14:26.910Z | [ helios-setup] Feb 21 22:14:25.171 INFO E| Compiling tungstenite v0.18.0 |
3003 | 2025-02-21T22:14:28.402Z | [ helios-setup] Feb 21 22:14:26.548 INFO E| Compiling clap_builder v4.2.1 |
3004 | 2025-02-21T22:14:28.989Z | [ helios-setup] Feb 21 22:14:27.232 INFO E| Compiling serde_yaml v0.9.21 |
3005 | 2025-02-21T22:14:29.391Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3006 | 2025-02-21T22:14:29.440Z | [ helios-setup] Feb 21 22:14:27.685 INFO E| Compiling reqwest v0.11.16 |
3007 | 2025-02-21T22:14:30.472Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3008 | 2025-02-21T22:14:30.884Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3009 | 2025-02-21T22:14:36.278Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3010 | 2025-02-21T22:14:36.290Z | [ helios-setup] Feb 21 22:14:34.535 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3011 | 2025-02-21T22:14:37.326Z | [ helios-setup] Feb 21 22:14:35.582 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3012 | 2025-02-21T22:14:41.325Z | [ helios-setup] Feb 21 22:14:39.583 INFO E| Compiling clap_derive v4.2.0 |
3013 | 2025-02-21T22:14:45.480Z | [ helios-setup] Feb 21 22:14:43.734 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3014 | 2025-02-21T22:14:46.377Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3015 | 2025-02-21T22:14:46.445Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3016 | 2025-02-21T22:14:47.011Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3017 | 2025-02-21T22:14:49.732Z | [ helios-setup] Feb 21 22:14:47.988 INFO E| Compiling clap v4.2.1 |
3018 | 2025-02-21T22:14:52.432Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3019 | 2025-02-21T22:15:00.701Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3020 | 2025-02-21T22:15:07.277Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3021 | 2025-02-21T22:15:07.937Z | [ host-package] Compiling memmap2 v0.9.5 |
3022 | 2025-02-21T22:15:08.580Z | [ helios-setup] Feb 21 22:15:06.808 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3023 | 2025-02-21T22:15:08.584Z | [ host-package] Compiling filetime v0.2.25 |
3024 | 2025-02-21T22:15:08.584Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3025 | 2025-02-21T22:15:09.346Z | [ host-package] Compiling constant_time_eq v0.3.1 |
3026 | 2025-02-21T22:15:09.577Z | [ host-package] Compiling arrayvec v0.7.6 |
3027 | 2025-02-21T22:15:09.781Z | [ host-package] Compiling maplit v1.0.2 |
3028 | 2025-02-21T22:15:10.194Z | [ host-package] Compiling arrayref v0.3.9 |
3029 | 2025-02-21T22:15:10.739Z | [ helios-setup] Feb 21 22:15:08.571 INFO E| Compiling tokio-tungstenite v0.18.0 |
3030 | 2025-02-21T22:15:11.651Z | [ host-package] Compiling crunchy v0.2.2 |
3031 | 2025-02-21T22:15:11.651Z | [ host-package] Compiling keccak v0.1.5 |
3032 | 2025-02-21T22:15:11.846Z | [ host-package] Compiling sha3 v0.10.8 |
3033 | 2025-02-21T22:15:11.910Z | [ helios-setup] Feb 21 22:15:10.164 INFO E| Compiling smartstring v1.0.1 |
3034 | 2025-02-21T22:15:13.035Z | [ helios-setup] Feb 21 22:15:11.289 INFO E| Compiling rustls v0.21.0 |
3035 | 2025-02-21T22:15:13.614Z | [ host-package] Compiling tar v0.4.42 |
3036 | 2025-02-21T22:15:13.981Z | [ helios-setup] Feb 21 22:15:12.234 INFO E| Compiling sct v0.7.0 |
3037 | 2025-02-21T22:15:14.422Z | [ helios-setup] Feb 21 22:15:12.675 INFO E| Compiling rustls-webpki v0.100.1 |
3038 | 2025-02-21T22:15:14.535Z | [ host-package] Compiling const_format v0.2.34 |
3039 | 2025-02-21T22:15:14.838Z | [ helios-setup] Feb 21 22:15:13.091 INFO E| Compiling serde_spanned v0.6.1 |
3040 | 2025-02-21T22:15:15.554Z | [ host-package] Compiling toolchain_find v0.4.0 |
3041 | 2025-02-21T22:15:15.768Z | [ helios-setup] Feb 21 22:15:14.022 INFO E| Compiling toml_datetime v0.6.1 |
3042 | 2025-02-21T22:15:16.251Z | [ host-package] Compiling camino-tempfile v1.1.1 |
3043 | 2025-02-21T22:15:16.881Z | [ host-package] Compiling tiny-keccak v2.0.2 |
3044 | 2025-02-21T22:15:17.036Z | [ host-package] Compiling topological-sort v0.2.2 |
3045 | 2025-02-21T22:15:17.240Z | [ helios-setup] Feb 21 22:15:15.494 INFO E| Compiling camino v1.1.4 |
3046 | 2025-02-21T22:15:17.322Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
3047 | 2025-02-21T22:15:17.801Z | [ host-package] Compiling omicron-zone-package v0.12.0 |
3048 | 2025-02-21T22:15:17.888Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
3049 | 2025-02-21T22:15:18.105Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
3050 | 2025-02-21T22:15:18.117Z | [ helios-setup] Feb 21 22:15:16.371 INFO E| Compiling paste v1.0.12 |
3051 | 2025-02-21T22:15:18.503Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
3052 | 2025-02-21T22:15:18.558Z | [ helios-setup] Feb 21 22:15:16.812 INFO E| Compiling static_assertions v1.1.0 |
3053 | 2025-02-21T22:15:18.877Z | [ host-package] Compiling r2d2 v0.8.10 |
3054 | 2025-02-21T22:15:18.893Z | [ helios-setup] Feb 21 22:15:17.146 INFO E| Compiling slog-async v2.7.0 |
3055 | 2025-02-21T22:15:19.467Z | [ helios-setup] Feb 21 22:15:17.720 INFO E| Compiling winnow v0.4.1 |
3056 | 2025-02-21T22:15:19.929Z | [ host-package] Compiling phf_generator v0.11.2 |
3057 | 2025-02-21T22:15:20.166Z | [ host-package] Compiling diesel_derives v2.2.3 |
3058 | 2025-02-21T22:15:20.469Z | [ host-package] Compiling ascii-canvas v3.0.0 |
3059 | 2025-02-21T22:15:20.578Z | [ helios-setup] Feb 21 22:15:18.832 INFO E| Compiling async-trait v0.1.68 |
3060 | 2025-02-21T22:15:20.644Z | [ host-package] Compiling secrecy v0.8.0 |
3061 | 2025-02-21T22:15:20.910Z | [ host-package] Compiling ena v0.14.3 |
3062 | 2025-02-21T22:15:21.174Z | [ helios-setup] Feb 21 22:15:19.425 INFO E| Compiling match_cfg v0.1.0 |
3063 | 2025-02-21T22:15:21.210Z | [ host-package] Compiling regex-syntax v0.6.29 |
3064 | 2025-02-21T22:15:21.441Z | [ host-package] Compiling diff v0.1.13 |
3065 | 2025-02-21T22:15:21.479Z | [ helios-setup] Feb 21 22:15:19.732 INFO E| Compiling hostname v0.3.1 |
3066 | 2025-02-21T22:15:21.909Z | [ host-package] Compiling arc-swap v1.7.1 |
3067 | 2025-02-21T22:15:22.518Z | [ helios-setup] Feb 21 22:15:20.772 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3068 | 2025-02-21T22:15:22.837Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
3069 | 2025-02-21T22:15:23.590Z | [ host-package] Compiling slog-scope v4.4.0 |
3070 | 2025-02-21T22:15:23.789Z | [ host-package] Compiling phf_codegen v0.11.2 |
3071 | 2025-02-21T22:15:24.060Z | [ helios-setup] Feb 21 22:15:22.313 INFO E| Compiling slog-json v2.6.1 |
3072 | 2025-02-21T22:15:24.426Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3073 | 2025-02-21T22:15:25.085Z | [ helios-setup] Feb 21 22:15:23.338 INFO E| Compiling bincode v1.3.3 |
3074 | 2025-02-21T22:15:25.375Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3075 | 2025-02-21T22:15:25.962Z | [ host-package] Compiling universal-hash v0.5.1 |
3076 | 2025-02-21T22:15:26.111Z | [ helios-setup] Feb 21 22:15:24.364 INFO E| Compiling toml_edit v0.19.8 |
3077 | 2025-02-21T22:15:26.694Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3078 | 2025-02-21T22:15:26.784Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
3079 | 2025-02-21T22:15:26.909Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
3080 | 2025-02-21T22:15:27.009Z | [ helios-setup] Feb 21 22:15:25.262 INFO E| Compiling unicode-linebreak v0.1.4 |
3081 | 2025-02-21T22:15:29.956Z | [ host-package] Compiling lalrpop v0.19.12 |
3082 | 2025-02-21T22:15:31.397Z | [ host-package] Compiling unicase v2.7.0 |
3083 | 2025-02-21T22:15:31.590Z | [ host-package] Compiling opaque-debug v0.3.1 |
3084 | 2025-02-21T22:15:31.830Z | [ host-package] Compiling ref-cast v1.0.23 |
3085 | 2025-02-21T22:15:32.018Z | [ helios-setup] Feb 21 22:15:30.270 INFO E| Compiling async-stream-impl v0.3.5 |
3086 | 2025-02-21T22:15:32.120Z | [ host-package] Compiling poly1305 v0.8.0 |
3087 | 2025-02-21T22:15:32.408Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
3088 | 2025-02-21T22:15:32.878Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
3089 | 2025-02-21T22:15:33.671Z | [ host-package] Compiling slog-stdlog v4.1.1 |
3090 | 2025-02-21T22:15:34.419Z | [ helios-setup] Feb 21 22:15:32.671 INFO E| Compiling rhai_codegen v1.5.0 |
3091 | 2025-02-21T22:15:35.104Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3092 | 2025-02-21T22:15:35.483Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3093 | 2025-02-21T22:15:35.928Z | [ host-package] Compiling derive_builder_core v0.20.2 |
3094 | 2025-02-21T22:15:36.036Z | [ host-package] Compiling chacha20 v0.9.1 |
3095 | 2025-02-21T22:15:36.504Z | [ host-package] Compiling headers-core v0.3.0 |
3096 | 2025-02-21T22:15:36.984Z | [ host-package] Compiling aead v0.5.2 |
3097 | 2025-02-21T22:15:37.166Z | [ host-package] Compiling libxml v0.3.3 |
3098 | 2025-02-21T22:15:37.916Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
3099 | 2025-02-21T22:15:37.996Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
3100 | 2025-02-21T22:15:38.219Z | [ helios-setup] Feb 21 22:15:36.469 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3101 | 2025-02-21T22:15:39.223Z | [ helios-setup] Feb 21 22:15:37.474 INFO E| Compiling take_mut v0.2.2 |
3102 | 2025-02-21T22:15:39.481Z | [ helios-setup] Feb 21 22:15:37.732 INFO E| Compiling rhai v1.14.0 |
3103 | 2025-02-21T22:15:39.666Z | [ host-package] Compiling vte v0.11.1 |
3104 | 2025-02-21T22:15:39.996Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3105 | 2025-02-21T22:15:40.357Z | [ helios-setup] Feb 21 22:15:38.607 INFO E| Compiling async-stream v0.3.5 |
3106 | 2025-02-21T22:15:40.671Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
3107 | 2025-02-21T22:15:41.025Z | [ helios-setup] Feb 21 22:15:39.274 INFO E| Compiling toml v0.7.3 |
3108 | 2025-02-21T22:15:41.285Z | [ host-package] Compiling diesel v2.2.7 |
3109 | 2025-02-21T22:15:42.353Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
3110 | 2025-02-21T22:15:42.933Z | [ host-package] Compiling headers v0.4.0 |
3111 | 2025-02-21T22:15:43.765Z | [ host-package] Compiling chrono-tz v0.10.1 |
3112 | 2025-02-21T22:15:45.207Z | [ helios-setup] Feb 21 22:15:43.456 INFO E| Compiling tokio-rustls v0.24.0 |
3113 | 2025-02-21T22:15:45.563Z | [ host-package] Compiling slog-envlogger v2.2.0 |
3114 | 2025-02-21T22:15:46.539Z | [ helios-setup] Feb 21 22:15:44.786 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3115 | 2025-02-21T22:15:46.908Z | [ helios-setup] Feb 21 22:15:45.158 INFO E| Compiling slog-bunyan v2.4.0 |
3116 | 2025-02-21T22:15:49.304Z | [ host-package] Compiling vsss-rs v3.3.4 |
3117 | 2025-02-21T22:15:49.710Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3118 | 2025-02-21T22:15:51.270Z | [ helios-setup] Feb 21 22:15:49.513 INFO E| Compiling rustls-pemfile v1.0.2 |
3119 | 2025-02-21T22:15:52.682Z | [ helios-setup] Feb 21 22:15:50.930 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3120 | 2025-02-21T22:15:53.052Z | [ helios-setup] Feb 21 22:15:51.301 INFO E| Compiling serde_path_to_error v0.1.11 |
3121 | 2025-02-21T22:15:55.248Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3122 | 2025-02-21T22:15:55.840Z | [ helios-setup] Feb 21 22:15:54.088 INFO E| Compiling terminal_size v0.2.6 |
3123 | 2025-02-21T22:15:56.160Z | [ helios-setup] Feb 21 22:15:54.408 INFO E| Compiling smawk v0.3.1 |
3124 | 2025-02-21T22:15:56.335Z | [ helios-setup] Feb 21 22:15:54.581 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
3125 | 2025-02-21T22:15:56.931Z | [ helios-setup] Feb 21 22:15:55.179 INFO E| Compiling textwrap v0.16.0 |
3126 | 2025-02-21T22:15:57.369Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3127 | 2025-02-21T22:15:58.146Z | [ host-package] Compiling strum_macros v0.24.3 |
3128 | 2025-02-21T22:16:03.516Z | [ host-package] Compiling fxhash v0.2.1 |
3129 | 2025-02-21T22:16:04.118Z | [ host-package] Compiling samael v0.0.17 |
3130 | 2025-02-21T22:16:04.182Z | [ host-package] Compiling indoc v1.0.9 |
3131 | 2025-02-21T22:16:05.958Z | [ host-package] Compiling bytecount v0.6.8 |
3132 | 2025-02-21T22:16:06.822Z | [ host-package] Compiling papergrid v0.11.0 |
3133 | 2025-02-21T22:16:13.829Z | [ host-package] Compiling polar-core v0.27.3 |
3134 | 2025-02-21T22:16:20.070Z | [ helios-setup] Feb 21 22:16:18.314 INFO E| Compiling git2 v0.16.1 |
3135 | 2025-02-21T22:16:22.664Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
3136 | 2025-02-21T22:16:25.121Z | [ helios-setup] Feb 21 22:16:23.359 INFO E| Compiling built v0.6.0 |
3137 | 2025-02-21T22:16:26.647Z | [ helios-setup] Feb 21 22:16:24.891 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3138 | 2025-02-21T22:16:27.853Z | [ host-package] Compiling derive_builder v0.20.2 |
3139 | 2025-02-21T22:16:28.656Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3140 | 2025-02-21T22:16:28.702Z | [ helios-setup] Feb 21 22:16:26.945 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3141 | 2025-02-21T22:16:29.115Z | [ host-package] Compiling tabled_derive v0.7.0 |
3142 | 2025-02-21T22:16:29.422Z | [ helios-setup] Feb 21 22:16:27.664 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3143 | 2025-02-21T22:16:29.669Z | [ host-package] Compiling itertools v0.12.1 |
3144 | 2025-02-21T22:16:31.751Z | [ host-package] Compiling fd-lock v4.0.2 |
3145 | 2025-02-21T22:16:32.133Z | [ host-package] Compiling peg-macros v0.8.4 |
3146 | 2025-02-21T22:16:35.347Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3147 | 2025-02-21T22:16:36.589Z | [ host-package] Compiling kstat-rs v0.2.4 |
3148 | 2025-02-21T22:16:37.083Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
3149 | 2025-02-21T22:16:38.127Z | [ host-package] Compiling oso-derive v0.27.3 |
3150 | 2025-02-21T22:16:38.420Z | [ host-package] Compiling quick-xml v0.33.0 |
3151 | 2025-02-21T22:16:40.016Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
3152 | 2025-02-21T22:16:40.969Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
3153 | 2025-02-21T22:16:42.589Z | [ host-package] Compiling reedline v0.35.0 |
3154 | 2025-02-21T22:16:45.410Z | [ host-package] Compiling peg v0.8.4 |
3155 | 2025-02-21T22:16:45.572Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3156 | 2025-02-21T22:16:45.973Z | [ host-package] Compiling tabled v0.15.0 |
3157 | 2025-02-21T22:16:56.913Z | [ helios-setup] Feb 21 22:16:55.152 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3158 | 2025-02-21T22:17:03.223Z | [ host-package] Compiling oso v0.27.3 |
3159 | 2025-02-21T22:17:09.628Z | [ helios-setup] Feb 21 22:17:07.865 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3160 | 2025-02-21T22:17:14.678Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3161 | 2025-02-21T22:17:16.714Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3162 | 2025-02-21T22:17:34.516Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3163 | 2025-02-21T22:17:36.575Z | [ helios-setup] Feb 21 22:17:34.808 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3164 | 2025-02-21T22:17:36.841Z | [ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3165 | 2025-02-21T22:17:37.958Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3166 | 2025-02-21T22:17:38.529Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
3167 | 2025-02-21T22:17:38.930Z | [ host-package] Compiling bb8 v0.8.5 |
3168 | 2025-02-21T22:17:39.954Z | [ host-package] Compiling bcs v0.1.6 |
3169 | 2025-02-21T22:17:40.998Z | [ host-package] Compiling libz-sys v1.1.20 |
3170 | 2025-02-21T22:17:41.932Z | [ host-package] Compiling nanorand v0.7.0 |
3171 | 2025-02-21T22:17:43.050Z | [ host-package] Compiling termtree v0.5.1 |
3172 | 2025-02-21T22:17:43.406Z | [ host-package] Compiling parking_lot_core v0.8.6 |
3173 | 2025-02-21T22:17:44.253Z | [ host-package] Compiling flume v0.11.1 |
3174 | 2025-02-21T22:17:45.378Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3175 | 2025-02-21T22:17:46.619Z | [ host-package] Compiling mime_guess v2.0.5 |
3176 | 2025-02-21T22:17:49.396Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3177 | 2025-02-21T22:17:51.590Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3178 | 2025-02-21T22:17:58.580Z | [ host-package] Compiling nibble_vec v0.1.0 |
3179 | 2025-02-21T22:17:59.182Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3180 | 2025-02-21T22:18:00.130Z | [ host-package] Compiling atty v0.2.14 |
3181 | 2025-02-21T22:18:00.548Z | [ host-package] Compiling salty v0.3.0 |
3182 | 2025-02-21T22:18:00.653Z | [ host-package] Compiling http-range v0.1.5 |
3183 | 2025-02-21T22:18:01.309Z | [ host-package] Compiling endian-type v0.1.2 |
3184 | 2025-02-21T22:18:01.694Z | [ host-package] Compiling radix_trie v0.2.1 |
3185 | 2025-02-21T22:18:01.931Z | [ host-package] Compiling parking_lot v0.11.2 |
3186 | 2025-02-21T22:18:04.508Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3187 | 2025-02-21T22:18:05.269Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3188 | 2025-02-21T22:18:13.341Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3189 | 2025-02-21T22:18:17.503Z | [ host-package] Compiling sled v0.34.7 |
3190 | 2025-02-21T22:18:17.885Z | [ host-package] Compiling hickory-client v0.24.3 |
3191 | 2025-02-21T22:18:28.397Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3192 | 2025-02-21T22:18:29.600Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3193 | 2025-02-21T22:18:30.874Z | [ helios-setup] Feb 21 22:18:29.081 INFO E| Finished `release` profile [optimized] target(s) in 6m 31s |
3194 | 2025-02-21T22:18:31.038Z | [ helios-setup] Feb 21 22:18:29.205 INFO building project "pilot" ok (391 seconds) |
3195 | 2025-02-21T22:18:31.144Z | [ helios-setup] Feb 21 22:18:29.205 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3196 | 2025-02-21T22:18:31.144Z | [ helios-setup] Feb 21 22:18:29.205 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3197 | 2025-02-21T22:18:31.144Z | [ helios-setup] Feb 21 22:18:29.217 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3198 | 2025-02-21T22:18:31.224Z | [ helios-setup] Feb 21 22:18:29.425 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3199 | 2025-02-21T22:18:31.225Z | [ helios-setup] Feb 21 22:18:29.425 INFO E| info: downloading component 'cargo' |
3200 | 2025-02-21T22:18:31.608Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3201 | 2025-02-21T22:18:31.836Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3202 | 2025-02-21T22:18:32.485Z | [ helios-setup] Feb 21 22:18:30.709 INFO E| info: downloading component 'clippy' |
3203 | 2025-02-21T22:18:32.752Z | [ helios-setup] Feb 21 22:18:30.975 INFO E| info: downloading component 'rust-docs' |
3204 | 2025-02-21T22:18:33.896Z | [ helios-setup] Feb 21 22:18:32.120 INFO E| info: downloading component 'rust-src' |
3205 | 2025-02-21T22:18:34.094Z | [ helios-setup] Feb 21 22:18:32.313 INFO E| info: downloading component 'rust-std' |
3206 | 2025-02-21T22:18:35.984Z | [ helios-setup] Feb 21 22:18:34.208 INFO E| info: downloading component 'rustc' |
3207 | 2025-02-21T22:18:37.391Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3208 | 2025-02-21T22:18:40.690Z | [ helios-setup] Feb 21 22:18:38.913 INFO E| info: downloading component 'rustfmt' |
3209 | 2025-02-21T22:18:40.930Z | [ helios-setup] Feb 21 22:18:39.153 INFO E| info: installing component 'cargo' |
3210 | 2025-02-21T22:18:42.167Z | [ helios-setup] Feb 21 22:18:40.391 INFO E| info: installing component 'clippy' |
3211 | 2025-02-21T22:18:42.616Z | [ helios-setup] Feb 21 22:18:40.839 INFO E| info: installing component 'rust-docs' |
3212 | 2025-02-21T22:18:42.823Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3213 | 2025-02-21T22:18:43.818Z | [ host-package] Compiling hickory-server v0.24.3 |
3214 | 2025-02-21T22:18:44.046Z | [ host-package] Compiling primeorder v0.13.6 |
3215 | 2025-02-21T22:18:44.537Z | [ host-package] Compiling vergen v8.3.2 |
3216 | 2025-02-21T22:18:44.704Z | [ host-package] Compiling castaway v0.2.3 |
3217 | 2025-02-21T22:18:44.937Z | [ host-package] Compiling env_filter v0.1.2 |
3218 | 2025-02-21T22:18:44.963Z | [ host-package] Compiling cargo-platform v0.1.8 |
3219 | 2025-02-21T22:18:45.500Z | [ host-package] Compiling tough v0.19.0 |
3220 | 2025-02-21T22:18:46.854Z | [ host-package] Compiling env_logger v0.11.5 |
3221 | 2025-02-21T22:18:47.118Z | [ helios-setup] Feb 21 22:18:45.340 INFO E| info: installing component 'rust-src' |
3222 | 2025-02-21T22:18:47.674Z | [ helios-setup] Feb 21 22:18:45.897 INFO E| info: installing component 'rust-std' |
3223 | 2025-02-21T22:18:48.496Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3224 | 2025-02-21T22:18:50.228Z | [ helios-setup] Feb 21 22:18:48.450 INFO E| info: installing component 'rustc' |
3225 | 2025-02-21T22:18:53.121Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3226 | 2025-02-21T22:18:56.017Z | [ helios-setup] Feb 21 22:18:54.238 INFO E| info: installing component 'rustfmt' |
3227 | 2025-02-21T22:18:56.268Z | [ host-package] Compiling compact_str v0.8.0 |
3228 | 2025-02-21T22:18:56.442Z | [ host-package] Compiling p384 v0.13.0 |
3229 | 2025-02-21T22:18:56.956Z | [ helios-setup] Feb 21 22:18:55.177 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3230 | 2025-02-21T22:18:57.762Z | [ helios-setup] Feb 21 22:18:55.983 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3231 | 2025-02-21T22:18:57.762Z | [ helios-setup] Feb 21 22:18:55.983 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 |
3232 | 2025-02-21T22:18:57.766Z | [ helios-setup] Feb 21 22:18:55.983 INFO E| * [new tag] v0.4.5 -> v0.4.5 |
3233 | 2025-02-21T22:18:57.794Z | [ helios-setup] Feb 21 22:18:56.014 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3234 | 2025-02-21T22:18:57.794Z | [ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3235 | 2025-02-21T22:18:57.794Z | [ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3236 | 2025-02-21T22:18:57.796Z | [ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3237 | 2025-02-21T22:18:57.796Z | [ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3238 | 2025-02-21T22:18:57.797Z | [ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3239 | 2025-02-21T22:18:57.797Z | [ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3240 | 2025-02-21T22:18:57.797Z | [ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3241 | 2025-02-21T22:18:57.797Z | [ helios-setup] Feb 21 22:18:56.016 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3242 | 2025-02-21T22:18:57.797Z | [ helios-setup] Feb 21 22:18:56.016 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3243 | 2025-02-21T22:18:57.797Z | [ helios-setup] Feb 21 22:18:56.016 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3244 | 2025-02-21T22:18:57.797Z | [ helios-setup] Feb 21 22:18:56.016 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3245 | 2025-02-21T22:18:57.797Z | [ helios-setup] Feb 21 22:18:56.016 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
3246 | 2025-02-21T22:18:57.831Z | [ helios-setup] Feb 21 22:18:56.050 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3247 | 2025-02-21T22:18:58.803Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3248 | 2025-02-21T22:18:58.911Z | [ helios-setup] Feb 21 22:18:57.132 INFO E| From https://github.com/oxidecomputer/amd-efs |
3249 | 2025-02-21T22:18:58.911Z | [ helios-setup] Feb 21 22:18:57.132 INFO E| * [new branch] empty -> origin/empty |
3250 | 2025-02-21T22:18:58.912Z | [ helios-setup] Feb 21 22:18:57.132 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3251 | 2025-02-21T22:18:58.916Z | [ helios-setup] Feb 21 22:18:57.132 INFO E| * [new branch] main -> origin/main |
3252 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.132 INFO E| * [new branch] review -> origin/review |
3253 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.132 INFO E| * [new ref] -> origin/HEAD |
3254 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3255 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3256 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3257 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3258 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3259 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3260 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3261 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3262 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3263 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.134 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3264 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.134 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3265 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.134 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3266 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.134 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3267 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.134 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3268 | 2025-02-21T22:18:58.917Z | [ helios-setup] Feb 21 22:18:57.134 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
3269 | 2025-02-21T22:18:58.935Z | [ helios-setup] Feb 21 22:18:57.156 INFO E| Updating crates.io index |
3270 | 2025-02-21T22:18:59.347Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3271 | 2025-02-21T22:18:59.544Z | [ helios-setup] Feb 21 22:18:57.764 INFO E| Downloading crates ... |
3272 | 2025-02-21T22:18:59.671Z | [ helios-setup] Feb 21 22:18:57.892 INFO E| Downloaded memoffset v0.5.6 |
3273 | 2025-02-21T22:18:59.674Z | [ helios-setup] Feb 21 22:18:57.895 INFO E| Downloaded fletcher v0.1.0 |
3274 | 2025-02-21T22:18:59.677Z | [ helios-setup] Feb 21 22:18:57.897 INFO E| Downloaded unic-ucd-version v0.9.0 |
3275 | 2025-02-21T22:18:59.679Z | [ helios-setup] Feb 21 22:18:57.898 INFO E| Downloaded scroll_derive v0.10.5 |
3276 | 2025-02-21T22:18:59.679Z | [ helios-setup] Feb 21 22:18:57.900 INFO E| Downloaded parse_int v0.6.0 |
3277 | 2025-02-21T22:18:59.682Z | [ helios-setup] Feb 21 22:18:57.901 INFO E| Downloaded cfg-if v1.0.0 |
3278 | 2025-02-21T22:18:59.682Z | [ helios-setup] Feb 21 22:18:57.902 INFO E| Downloaded cfg-if v0.1.10 |
3279 | 2025-02-21T22:18:59.684Z | [ helios-setup] Feb 21 22:18:57.904 INFO E| Downloaded bytesize v1.3.0 |
3280 | 2025-02-21T22:18:59.687Z | [ helios-setup] Feb 21 22:18:57.906 INFO E| Downloaded unic-common v0.9.0 |
3281 | 2025-02-21T22:18:59.687Z | [ helios-setup] Feb 21 22:18:57.908 INFO E| Downloaded strum v0.23.0 |
3282 | 2025-02-21T22:18:59.690Z | [ helios-setup] Feb 21 22:18:57.909 INFO E| Downloaded block-buffer v0.10.4 |
3283 | 2025-02-21T22:18:59.690Z | [ helios-setup] Feb 21 22:18:57.910 INFO E| Downloaded bitflags v1.3.2 |
3284 | 2025-02-21T22:18:59.695Z | [ helios-setup] Feb 21 22:18:57.916 INFO E| Downloaded unic-char-range v0.9.0 |
3285 | 2025-02-21T22:18:59.702Z | [ helios-setup] Feb 21 22:18:57.918 INFO E| Downloaded unic-char-property v0.9.0 |
3286 | 2025-02-21T22:18:59.702Z | [ helios-setup] Feb 21 22:18:57.920 INFO E| Downloaded autocfg v1.4.0 |
3287 | 2025-02-21T22:18:59.706Z | [ helios-setup] Feb 21 22:18:57.924 INFO E| Downloaded proc-macro-crate v0.1.5 |
3288 | 2025-02-21T22:18:59.706Z | [ helios-setup] Feb 21 22:18:57.925 INFO E| Downloaded paste v1.0.15 |
3289 | 2025-02-21T22:18:59.709Z | [ helios-setup] Feb 21 22:18:57.930 INFO E| Downloaded byteorder v1.5.0 |
3290 | 2025-02-21T22:18:59.712Z | [ helios-setup] Feb 21 22:18:57.933 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3291 | 2025-02-21T22:18:59.715Z | [ helios-setup] Feb 21 22:18:57.935 INFO E| Downloaded lazy_static v1.5.0 |
3292 | 2025-02-21T22:18:59.717Z | [ helios-setup] Feb 21 22:18:57.937 INFO E| Downloaded json5 v0.4.1 |
3293 | 2025-02-21T22:18:59.720Z | [ helios-setup] Feb 21 22:18:57.941 INFO E| Downloaded thiserror-impl v2.0.11 |
3294 | 2025-02-21T22:18:59.722Z | [ helios-setup] Feb 21 22:18:57.943 INFO E| Downloaded strum_macros v0.23.1 |
3295 | 2025-02-21T22:18:59.725Z | [ helios-setup] Feb 21 22:18:57.945 INFO E| Downloaded itoa v1.0.14 |
3296 | 2025-02-21T22:18:59.727Z | [ helios-setup] Feb 21 22:18:57.947 INFO E| Downloaded generic-array v0.14.7 |
3297 | 2025-02-21T22:18:59.730Z | [ helios-setup] Feb 21 22:18:57.950 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3298 | 2025-02-21T22:18:59.732Z | [ helios-setup] Feb 21 22:18:57.952 INFO E| Downloaded semver-parser v0.7.0 |
3299 | 2025-02-21T22:18:59.732Z | [ helios-setup] Feb 21 22:18:57.953 INFO E| Downloaded rustc_version v0.2.3 |
3300 | 2025-02-21T22:18:59.735Z | [ helios-setup] Feb 21 22:18:57.954 INFO E| Downloaded heck v0.3.3 |
3301 | 2025-02-21T22:18:59.737Z | [ helios-setup] Feb 21 22:18:57.956 INFO E| Downloaded four-cc v0.3.0 |
3302 | 2025-02-21T22:18:59.740Z | [ helios-setup] Feb 21 22:18:57.959 INFO E| Downloaded structopt-derive v0.4.18 |
3303 | 2025-02-21T22:18:59.740Z | [ helios-setup] Feb 21 22:18:57.961 INFO E| Downloaded strsim v0.8.0 |
3304 | 2025-02-21T22:18:59.742Z | [ helios-setup] Feb 21 22:18:57.963 INFO E| Downloaded schemars_derive v0.8.21 |
3305 | 2025-02-21T22:18:59.745Z | [ helios-setup] Feb 21 22:18:57.965 INFO E| Downloaded dyn-clone v1.0.17 |
3306 | 2025-02-21T22:18:59.749Z | [ helios-setup] Feb 21 22:18:57.968 INFO E| Downloaded version_check v0.9.5 |
3307 | 2025-02-21T22:18:59.751Z | [ helios-setup] Feb 21 22:18:57.970 INFO E| Downloaded thiserror-impl v1.0.69 |
3308 | 2025-02-21T22:18:59.752Z | [ helios-setup] Feb 21 22:18:57.972 INFO E| Downloaded proc-macro-error-attr v1.0.4 |
3309 | 2025-02-21T22:18:59.754Z | [ helios-setup] Feb 21 22:18:57.974 INFO E| Downloaded plain v0.2.3 |
3310 | 2025-02-21T22:18:59.757Z | [ helios-setup] Feb 21 22:18:57.976 INFO E| Downloaded vec_map v0.8.2 |
3311 | 2025-02-21T22:18:59.759Z | [ helios-setup] Feb 21 22:18:57.978 INFO E| Downloaded thiserror v1.0.69 |
3312 | 2025-02-21T22:18:59.766Z | [ helios-setup] Feb 21 22:18:57.987 INFO E| Downloaded textwrap v0.11.0 |
3313 | 2025-02-21T22:18:59.769Z | [ helios-setup] Feb 21 22:18:57.990 INFO E| Downloaded proc-macro-error v1.0.4 |
3314 | 2025-02-21T22:18:59.775Z | [ helios-setup] Feb 21 22:18:57.996 INFO E| Downloaded static_assertions v1.1.0 |
3315 | 2025-02-21T22:18:59.778Z | [ helios-setup] Feb 21 22:18:57.998 INFO E| Downloaded serde_derive_internals v0.29.1 |
3316 | 2025-02-21T22:18:59.781Z | [ helios-setup] Feb 21 22:18:58.002 INFO E| Downloaded pre-proc-macro v0.2.1 |
3317 | 2025-02-21T22:18:59.784Z | [ helios-setup] Feb 21 22:18:58.005 INFO E| Downloaded sha2 v0.10.8 |
3318 | 2025-02-21T22:18:59.789Z | [ helios-setup] Feb 21 22:18:58.008 INFO E| Downloaded scroll v0.10.2 |
3319 | 2025-02-21T22:18:59.792Z | [ helios-setup] Feb 21 22:18:58.012 INFO E| Downloaded pest_derive v2.7.15 |
3320 | 2025-02-21T22:18:59.795Z | [ helios-setup] Feb 21 22:18:58.016 INFO E| Downloaded num-traits v0.2.19 |
3321 | 2025-02-21T22:18:59.800Z | [ helios-setup] Feb 21 22:18:58.021 INFO E| Downloaded structopt v0.3.26 |
3322 | 2025-02-21T22:18:59.813Z | [ helios-setup] Feb 21 22:18:58.034 INFO E| Downloaded zerocopy v0.6.6 |
3323 | 2025-02-21T22:18:59.818Z | [ helios-setup] Feb 21 22:18:58.038 INFO E| Downloaded unicode-ident v1.0.14 |
3324 | 2025-02-21T22:18:59.822Z | [ helios-setup] Feb 21 22:18:58.043 INFO E| Downloaded ucd-trie v0.1.7 |
3325 | 2025-02-21T22:18:59.826Z | [ helios-setup] Feb 21 22:18:58.047 INFO E| Downloaded toml v0.5.11 |
3326 | 2025-02-21T22:18:59.830Z | [ helios-setup] Feb 21 22:18:58.051 INFO E| Downloaded schemars v0.8.21 |
3327 | 2025-02-21T22:18:59.851Z | [ helios-setup] Feb 21 22:18:58.072 INFO E| Downloaded serde v1.0.217 |
3328 | 2025-02-21T22:18:59.856Z | [ helios-setup] Feb 21 22:18:58.076 INFO E| Downloaded ryu v1.0.18 |
3329 | 2025-02-21T22:18:59.861Z | [ helios-setup] Feb 21 22:18:58.082 INFO E| Downloaded unicode-segmentation v1.12.0 |
3330 | 2025-02-21T22:18:59.866Z | [ helios-setup] Feb 21 22:18:58.087 INFO E| Downloaded memchr v2.7.4 |
3331 | 2025-02-21T22:18:59.875Z | [ helios-setup] Feb 21 22:18:58.096 INFO E| Downloaded serde_derive v1.0.217 |
3332 | 2025-02-21T22:18:59.879Z | [ helios-setup] Feb 21 22:18:58.100 INFO E| Downloaded pest v2.7.15 |
3333 | 2025-02-21T22:18:59.888Z | [ helios-setup] Feb 21 22:18:58.108 INFO E| Downloaded serde_json v1.0.135 |
3334 | 2025-02-21T22:18:59.904Z | [ helios-setup] Feb 21 22:18:58.124 INFO E| Downloaded goblin v0.4.3 |
3335 | 2025-02-21T22:18:59.928Z | [ helios-setup] Feb 21 22:18:58.148 INFO E| Downloaded syn v1.0.109 |
3336 | 2025-02-21T22:18:59.943Z | [ helios-setup] Feb 21 22:18:58.162 INFO E| Downloaded clap v2.34.0 |
3337 | 2025-02-21T22:18:59.949Z | [ helios-setup] Feb 21 22:18:58.170 INFO E| Downloaded unicode-width v0.1.14 |
3338 | 2025-02-21T22:18:59.958Z | [ helios-setup] Feb 21 22:18:58.179 INFO E| Downloaded syn v2.0.96 |
3339 | 2025-02-21T22:18:59.974Z | [ helios-setup] Feb 21 22:18:58.195 INFO E| Downloaded typenum v1.17.0 |
3340 | 2025-02-21T22:18:59.978Z | [ helios-setup] Feb 21 22:18:58.198 INFO E| Downloaded thiserror v2.0.11 |
3341 | 2025-02-21T22:18:59.986Z | [ helios-setup] Feb 21 22:18:58.206 INFO E| Downloaded proc-macro2 v1.0.93 |
3342 | 2025-02-21T22:18:59.992Z | [ helios-setup] Feb 21 22:18:58.210 INFO E| Downloaded zerocopy-derive v0.6.6 |
3343 | 2025-02-21T22:19:00.017Z | [ helios-setup] Feb 21 22:18:58.237 INFO E| Downloaded libc v0.2.169 |
3344 | 2025-02-21T22:19:00.050Z | [ helios-setup] Feb 21 22:18:58.270 INFO E| Downloaded modular-bitfield v0.11.2 |
3345 | 2025-02-21T22:19:00.064Z | [ helios-setup] Feb 21 22:18:58.284 INFO E| Downloaded pest_meta v2.7.15 |
3346 | 2025-02-21T22:19:00.067Z | [ helios-setup] Feb 21 22:18:58.287 INFO E| Downloaded quote v1.0.38 |
3347 | 2025-02-21T22:19:00.070Z | [ helios-setup] Feb 21 22:18:58.291 INFO E| Downloaded pest_generator v2.7.15 |
3348 | 2025-02-21T22:19:00.072Z | [ helios-setup] Feb 21 22:18:58.292 INFO E| Downloaded semver v0.9.0 |
3349 | 2025-02-21T22:19:00.075Z | [ helios-setup] Feb 21 22:18:58.294 INFO E| Downloaded rustversion v1.0.19 |
3350 | 2025-02-21T22:19:00.078Z | [ helios-setup] Feb 21 22:18:58.297 INFO E| Downloaded pre v0.2.1 |
3351 | 2025-02-21T22:19:00.080Z | [ helios-setup] Feb 21 22:18:58.298 INFO E| Downloaded once_cell v1.20.2 |
3352 | 2025-02-21T22:19:00.083Z | [ helios-setup] Feb 21 22:18:58.302 INFO E| Downloaded num-derive v0.4.2 |
3353 | 2025-02-21T22:19:00.083Z | [ helios-setup] Feb 21 22:18:58.304 INFO E| Downloaded ansi_term v0.12.1 |
3354 | 2025-02-21T22:19:00.086Z | [ helios-setup] Feb 21 22:18:58.306 INFO E| Downloaded log v0.4.22 |
3355 | 2025-02-21T22:19:00.088Z | [ helios-setup] Feb 21 22:18:58.309 INFO E| Downloaded digest v0.10.7 |
3356 | 2025-02-21T22:19:00.091Z | [ helios-setup] Feb 21 22:18:58.311 INFO E| Downloaded crypto-common v0.1.6 |
3357 | 2025-02-21T22:19:00.093Z | [ helios-setup] Feb 21 22:18:58.312 INFO E| Downloaded cpufeatures v0.2.16 |
3358 | 2025-02-21T22:19:00.094Z | [ helios-setup] Feb 21 22:18:58.314 INFO E| Downloaded atty v0.2.14 |
3359 | 2025-02-21T22:19:00.238Z | [ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling proc-macro2 v1.0.93 |
3360 | 2025-02-21T22:19:00.238Z | [ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling unicode-ident v1.0.14 |
3361 | 2025-02-21T22:19:00.238Z | [ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling syn v1.0.109 |
3362 | 2025-02-21T22:19:00.241Z | [ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling version_check v0.9.5 |
3363 | 2025-02-21T22:19:00.241Z | [ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling memchr v2.7.4 |
3364 | 2025-02-21T22:19:00.241Z | [ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling autocfg v1.4.0 |
3365 | 2025-02-21T22:19:00.241Z | [ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling semver-parser v0.7.0 |
3366 | 2025-02-21T22:19:00.241Z | [ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling serde v1.0.217 |
3367 | 2025-02-21T22:19:01.392Z | [ host-package] Compiling git2 v0.19.0 |
3368 | 2025-02-21T22:19:01.409Z | [ helios-setup] Feb 21 22:18:59.629 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3369 | 2025-02-21T22:19:02.196Z | [ helios-setup] Feb 21 22:19:00.416 INFO E| Compiling semver v0.9.0 |
3370 | 2025-02-21T22:19:02.480Z | [ helios-setup] Feb 21 22:19:00.700 INFO E| Compiling proc-macro-error v1.0.4 |
3371 | 2025-02-21T22:19:02.690Z | [ helios-setup] Feb 21 22:19:00.910 INFO E| Compiling thiserror v2.0.11 |
3372 | 2025-02-21T22:19:02.818Z | [ helios-setup] Feb 21 22:19:01.038 INFO E| Compiling rustc_version v0.2.3 |
3373 | 2025-02-21T22:19:02.913Z | [ helios-setup] Feb 21 22:19:01.133 INFO E| Compiling serde_json v1.0.135 |
3374 | 2025-02-21T22:19:03.250Z | [ helios-setup] Feb 21 22:19:01.470 INFO E| Compiling num-traits v0.2.19 |
3375 | 2025-02-21T22:19:03.649Z | [ helios-setup] Feb 21 22:19:01.869 INFO E| Compiling ryu v1.0.18 |
3376 | 2025-02-21T22:19:03.973Z | [ helios-setup] Feb 21 22:19:02.193 INFO E| Compiling itoa v1.0.14 |
3377 | 2025-02-21T22:19:03.976Z | [ helios-setup] Feb 21 22:19:02.194 INFO E| Compiling unicode-segmentation v1.12.0 |
3378 | 2025-02-21T22:19:04.040Z | [ helios-setup] Feb 21 22:19:02.260 INFO E| Compiling schemars v0.8.21 |
3379 | 2025-02-21T22:19:04.278Z | [ helios-setup] Feb 21 22:19:02.498 INFO E| Compiling pre-proc-macro v0.2.1 |
3380 | 2025-02-21T22:19:04.635Z | [ helios-setup] Feb 21 22:19:02.855 INFO E| Compiling memoffset v0.5.6 |
3381 | 2025-02-21T22:19:04.929Z | [ helios-setup] Feb 21 22:19:03.149 INFO E| Compiling quote v1.0.38 |
3382 | 2025-02-21T22:19:05.037Z | [ helios-setup] Feb 21 22:19:03.255 INFO E| Compiling dyn-clone v1.0.17 |
3383 | 2025-02-21T22:19:05.141Z | [ helios-setup] Feb 21 22:19:03.361 INFO E| Compiling lazy_static v1.5.0 |
3384 | 2025-02-21T22:19:05.256Z | [ helios-setup] Feb 21 22:19:03.476 INFO E| Compiling heck v0.3.3 |
3385 | 2025-02-21T22:19:05.376Z | [ helios-setup] Feb 21 22:19:03.596 INFO E| Compiling rustversion v1.0.19 |
3386 | 2025-02-21T22:19:05.400Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3387 | 2025-02-21T22:19:05.531Z | [ helios-setup] Feb 21 22:19:03.750 INFO E| Compiling thiserror v1.0.69 |
3388 | 2025-02-21T22:19:05.621Z | [ helios-setup] Feb 21 22:19:03.841 INFO E| Compiling libc v0.2.169 |
3389 | 2025-02-21T22:19:05.779Z | [ helios-setup] Feb 21 22:19:03.999 INFO E| Compiling syn v2.0.96 |
3390 | 2025-02-21T22:19:06.193Z | [ helios-setup] Feb 21 22:19:04.413 INFO E| Compiling paste v1.0.15 |
3391 | 2025-02-21T22:19:06.672Z | [ helios-setup] Feb 21 22:19:04.891 INFO E| Compiling ucd-trie v0.1.7 |
3392 | 2025-02-21T22:19:07.716Z | [ helios-setup] Feb 21 22:19:05.935 INFO E| Compiling pre v0.2.1 |
3393 | 2025-02-21T22:19:07.752Z | [ helios-setup] Feb 21 22:19:05.971 INFO E| Compiling byteorder v1.5.0 |
3394 | 2025-02-21T22:19:07.865Z | [ helios-setup] Feb 21 22:19:06.084 INFO E| Compiling once_cell v1.20.2 |
3395 | 2025-02-21T22:19:08.231Z | [ helios-setup] Feb 21 22:19:06.451 INFO E| Compiling cfg-if v0.1.10 |
3396 | 2025-02-21T22:19:08.320Z | [ helios-setup] Feb 21 22:19:06.540 INFO E| Compiling static_assertions v1.1.0 |
3397 | 2025-02-21T22:19:09.175Z | [ helios-setup] Feb 21 22:19:07.216 INFO E| Compiling unicode-width v0.1.14 |
3398 | 2025-02-21T22:19:10.100Z | [ helios-setup] Feb 21 22:19:08.319 INFO E| Compiling atty v0.2.14 |
3399 | 2025-02-21T22:19:10.187Z | [ helios-setup] Feb 21 22:19:08.406 INFO E| Compiling textwrap v0.11.0 |
3400 | 2025-02-21T22:19:10.376Z | [ helios-setup] Feb 21 22:19:08.594 INFO E| Compiling bitflags v1.3.2 |
3401 | 2025-02-21T22:19:10.557Z | [ helios-setup] Feb 21 22:19:08.775 INFO E| Compiling unic-common v0.9.0 |
3402 | 2025-02-21T22:19:10.961Z | [ helios-setup] Feb 21 22:19:09.179 INFO E| Compiling strsim v0.8.0 |
3403 | 2025-02-21T22:19:11.169Z | [ helios-setup] Feb 21 22:19:09.388 INFO E| Compiling strum v0.23.0 |
3404 | 2025-02-21T22:19:11.516Z | [ helios-setup] Feb 21 22:19:09.735 INFO E| Compiling vec_map v0.8.2 |
3405 | 2025-02-21T22:19:11.804Z | [ helios-setup] Feb 21 22:19:10.023 INFO E| Compiling unic-char-range v0.9.0 |
3406 | 2025-02-21T22:19:11.991Z | [ helios-setup] Feb 21 22:19:10.209 INFO E| Compiling parse_int v0.6.0 |
3407 | 2025-02-21T22:19:12.234Z | [ helios-setup] Feb 21 22:19:10.453 INFO E| Compiling fletcher v0.1.0 |
3408 | 2025-02-21T22:19:12.395Z | [ helios-setup] Feb 21 22:19:10.612 INFO E| Compiling ansi_term v0.12.1 |
3409 | 2025-02-21T22:19:12.459Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3410 | 2025-02-21T22:19:12.483Z | [ helios-setup] Feb 21 22:19:10.701 INFO E| Compiling unic-char-property v0.9.0 |
3411 | 2025-02-21T22:19:12.629Z | [ helios-setup] Feb 21 22:19:10.847 INFO E| Compiling unic-ucd-version v0.9.0 |
3412 | 2025-02-21T22:19:12.667Z | [ helios-setup] Feb 21 22:19:10.885 INFO E| Compiling log v0.4.22 |
3413 | 2025-02-21T22:19:12.796Z | [ helios-setup] Feb 21 22:19:11.015 INFO E| Compiling plain v0.2.3 |
3414 | 2025-02-21T22:19:12.917Z | [ helios-setup] Feb 21 22:19:11.136 INFO E| Compiling clap v2.34.0 |
3415 | 2025-02-21T22:19:12.942Z | [ helios-setup] Feb 21 22:19:11.160 INFO E| Compiling unic-ucd-ident v0.9.0 |
3416 | 2025-02-21T22:19:13.208Z | [ helios-setup] Feb 21 22:19:11.427 INFO E| Compiling bytesize v1.3.0 |
3417 | 2025-02-21T22:19:15.075Z | [ helios-setup] Feb 21 22:19:13.293 INFO E| Compiling serde_derive_internals v0.29.1 |
3418 | 2025-02-21T22:19:15.410Z | [ helios-setup] Feb 21 22:19:13.628 INFO E| Compiling toml v0.5.11 |
3419 | 2025-02-21T22:19:16.386Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3420 | 2025-02-21T22:19:16.880Z | [ host-package] Compiling lru v0.12.5 |
3421 | 2025-02-21T22:19:17.306Z | [ host-package] Compiling rand_seeder v0.3.0 |
3422 | 2025-02-21T22:19:17.528Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3423 | 2025-02-21T22:19:18.040Z | [ host-package] Compiling lzma-sys v0.1.20 |
3424 | 2025-02-21T22:19:18.772Z | [ host-package] Compiling instability v0.3.2 |
3425 | 2025-02-21T22:19:19.203Z | [ helios-setup] Feb 21 22:19:17.420 INFO E| Compiling proc-macro-crate v0.1.5 |
3426 | 2025-02-21T22:19:19.390Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3427 | 2025-02-21T22:19:20.418Z | [ host-package] Compiling rustls v0.21.12 |
3428 | 2025-02-21T22:19:20.794Z | [ host-package] Compiling cassowary v0.3.0 |
3429 | 2025-02-21T22:19:21.029Z | [ helios-setup] Feb 21 22:19:19.247 INFO E| Compiling serde_derive v1.0.217 |
3430 | 2025-02-21T22:19:21.065Z | [ host-package] Compiling indoc v2.0.5 |
3431 | 2025-02-21T22:19:21.092Z | [ helios-setup] Feb 21 22:19:19.310 INFO E| Compiling thiserror-impl v2.0.11 |
3432 | 2025-02-21T22:19:21.538Z | [ helios-setup] Feb 21 22:19:19.755 INFO E| Compiling schemars_derive v0.8.21 |
3433 | 2025-02-21T22:19:21.987Z | [ helios-setup] Feb 21 22:19:20.201 INFO E| Compiling thiserror-impl v1.0.69 |
3434 | 2025-02-21T22:19:22.521Z | [ helios-setup] Feb 21 22:19:20.738 INFO E| Compiling zerocopy-derive v0.6.6 |
3435 | 2025-02-21T22:19:22.713Z | [ host-package] Compiling ratatui v0.29.0 |
3436 | 2025-02-21T22:19:26.314Z | [ helios-setup] Feb 21 22:19:24.530 INFO E| Compiling zerocopy v0.6.6 |
3437 | 2025-02-21T22:19:26.599Z | [ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3438 | 2025-02-21T22:19:27.300Z | [ helios-setup] Feb 21 22:19:25.506 INFO E| Compiling num-derive v0.4.2 |
3439 | 2025-02-21T22:19:27.634Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3440 | 2025-02-21T22:19:27.689Z | [ helios-setup] Feb 21 22:19:25.903 INFO E| Compiling pest v2.7.15 |
3441 | 2025-02-21T22:19:28.069Z | [ helios-setup] Feb 21 22:19:26.285 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3442 | 2025-02-21T22:19:28.200Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3443 | 2025-02-21T22:19:28.498Z | [ helios-setup] Feb 21 22:19:26.713 INFO E| Compiling scroll_derive v0.10.5 |
3444 | 2025-02-21T22:19:30.112Z | [ helios-setup] Feb 21 22:19:28.328 INFO E| Compiling strum_macros v0.23.1 |
3445 | 2025-02-21T22:19:30.758Z | [ helios-setup] Feb 21 22:19:28.972 INFO E| Compiling structopt-derive v0.4.18 |
3446 | 2025-02-21T22:19:31.960Z | [ helios-setup] Feb 21 22:19:30.175 INFO E| Compiling scroll v0.10.2 |
3447 | 2025-02-21T22:19:33.047Z | [ helios-setup] Feb 21 22:19:31.263 INFO E| Compiling pest_meta v2.7.15 |
3448 | 2025-02-21T22:19:33.506Z | [ helios-setup] Feb 21 22:19:31.722 INFO E| Compiling modular-bitfield v0.11.2 |
3449 | 2025-02-21T22:19:33.682Z | [ helios-setup] Feb 21 22:19:31.897 INFO E| Compiling goblin v0.4.3 |
3450 | 2025-02-21T22:19:35.635Z | [ helios-setup] Feb 21 22:19:33.851 INFO E| Compiling pest_generator v2.7.15 |
3451 | 2025-02-21T22:19:36.232Z | [ helios-setup] Feb 21 22:19:34.447 INFO E| Compiling structopt v0.3.26 |
3452 | 2025-02-21T22:19:39.396Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3453 | 2025-02-21T22:19:39.999Z | [ helios-setup] Feb 21 22:19:38.214 INFO E| Compiling pest_derive v2.7.15 |
3454 | 2025-02-21T22:19:42.511Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3455 | 2025-02-21T22:19:44.879Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3456 | 2025-02-21T22:19:45.445Z | [ helios-setup] Feb 21 22:19:43.659 INFO E| Compiling json5 v0.4.1 |
3457 | 2025-02-21T22:19:45.980Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3458 | 2025-02-21T22:19:47.736Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3459 | 2025-02-21T22:19:48.457Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3460 | 2025-02-21T22:19:51.147Z | [ helios-setup] Feb 21 22:19:49.359 INFO E| Compiling four-cc v0.3.0 |
3461 | 2025-02-21T22:19:51.147Z | [ helios-setup] Feb 21 22:19:49.360 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3462 | 2025-02-21T22:19:51.494Z | [ host-package] Compiling sct v0.7.1 |
3463 | 2025-02-21T22:19:51.562Z | [ helios-setup] Feb 21 22:19:49.775 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc) |
3464 | 2025-02-21T22:19:52.265Z | [ host-package] Compiling heck v0.3.3 |
3465 | 2025-02-21T22:19:52.863Z | [ host-package] Compiling csv-core v0.1.11 |
3466 | 2025-02-21T22:19:53.670Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3467 | 2025-02-21T22:19:53.953Z | [ host-package] Compiling glob v0.3.2 |
3468 | 2025-02-21T22:19:54.492Z | [ host-package] Compiling csv v1.3.1 |
3469 | 2025-02-21T22:19:54.671Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3470 | 2025-02-21T22:19:54.756Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3471 | 2025-02-21T22:19:56.651Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3472 | 2025-02-21T22:20:03.223Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3473 | 2025-02-21T22:20:03.330Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3474 | 2025-02-21T22:20:04.825Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3475 | 2025-02-21T22:20:10.248Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3476 | 2025-02-21T22:20:10.746Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3477 | 2025-02-21T22:20:10.936Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3478 | 2025-02-21T22:20:11.419Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3479 | 2025-02-21T22:20:13.293Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3480 | 2025-02-21T22:20:16.315Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3481 | 2025-02-21T22:20:16.843Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3482 | 2025-02-21T22:20:17.291Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3483 | 2025-02-21T22:20:17.821Z | [ host-package] Compiling nix v0.27.1 |
3484 | 2025-02-21T22:20:18.100Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3485 | 2025-02-21T22:20:18.982Z | [ host-package] Compiling tungstenite v0.23.0 |
3486 | 2025-02-21T22:20:19.005Z | [ host-package] Compiling hashlink v0.9.1 |
3487 | 2025-02-21T22:20:19.723Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3488 | 2025-02-21T22:20:20.005Z | [ host-package] Compiling base64 v0.13.1 |
3489 | 2025-02-21T22:20:20.105Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3490 | 2025-02-21T22:20:20.967Z | [ host-package] Compiling rusqlite v0.32.1 |
3491 | 2025-02-21T22:20:20.998Z | [ host-package] Compiling ron v0.7.1 |
3492 | 2025-02-21T22:20:21.046Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3493 | 2025-02-21T22:20:24.136Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3494 | 2025-02-21T22:20:24.935Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3495 | 2025-02-21T22:20:25.105Z | [ host-package] Compiling xz2 v0.1.7 |
3496 | 2025-02-21T22:20:25.767Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3497 | 2025-02-21T22:20:26.287Z | [ host-package] Compiling zone v0.1.8 |
3498 | 2025-02-21T22:20:26.578Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3499 | 2025-02-21T22:20:26.915Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3500 | 2025-02-21T22:20:29.738Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3501 | 2025-02-21T22:20:36.295Z | [ helios-setup] Feb 21 22:20:34.501 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3502 | 2025-02-21T22:20:38.808Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3503 | 2025-02-21T22:20:41.731Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3504 | 2025-02-21T22:20:42.114Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3505 | 2025-02-21T22:20:42.451Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3506 | 2025-02-21T22:20:45.623Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3507 | 2025-02-21T22:20:45.885Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3508 | 2025-02-21T22:20:50.396Z | [ helios-setup] Feb 21 22:20:48.599 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3509 | 2025-02-21T22:20:51.748Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3510 | 2025-02-21T22:20:52.003Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3511 | 2025-02-21T22:20:52.419Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3512 | 2025-02-21T22:20:53.353Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3513 | 2025-02-21T22:20:53.463Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3514 | 2025-02-21T22:20:53.942Z | [ host-package] Compiling yasna v0.5.2 |
3515 | 2025-02-21T22:20:58.004Z | [ host-package] Compiling twox-hash v2.1.0 |
3516 | 2025-02-21T22:20:58.641Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3517 | 2025-02-21T22:20:59.048Z | [ host-package] Compiling is_ci v1.2.0 |
3518 | 2025-02-21T22:20:59.347Z | [ host-package] Compiling smawk v0.3.2 |
3519 | 2025-02-21T22:20:59.559Z | [ host-package] Compiling supports-color v3.0.1 |
3520 | 2025-02-21T22:20:59.742Z | [ host-package] Compiling textwrap v0.16.1 |
3521 | 2025-02-21T22:21:02.951Z | [ host-package] Compiling rcgen v0.12.1 |
3522 | 2025-02-21T22:21:03.250Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3523 | 2025-02-21T22:21:03.468Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3524 | 2025-02-21T22:21:04.749Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3525 | 2025-02-21T22:21:11.830Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3526 | 2025-02-21T22:21:14.810Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3527 | 2025-02-21T22:21:27.753Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3528 | 2025-02-21T22:21:36.164Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3529 | 2025-02-21T22:21:37.191Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3530 | 2025-02-21T22:21:39.726Z | [ helios-setup] Feb 21 22:21:37.923 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 42s |
3531 | 2025-02-21T22:21:39.855Z | [ helios-setup] Feb 21 22:21:38.051 INFO building project "amd-host-image-builder" ok (188 seconds) |
3532 | 2025-02-21T22:21:39.858Z | [ helios-setup] Feb 21 22:21:38.051 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3533 | 2025-02-21T22:21:39.858Z | [ helios-setup] Feb 21 22:21:38.051 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3534 | 2025-02-21T22:21:40.135Z | [ helios-setup] Feb 21 22:21:38.331 INFO E| Downloading crates ... |
3535 | 2025-02-21T22:21:40.340Z | [ helios-setup] Feb 21 22:21:38.536 INFO E| Downloaded sha2 v0.10.5 |
3536 | 2025-02-21T22:21:40.344Z | [ helios-setup] Feb 21 22:21:38.541 INFO E| Downloaded digest v0.10.3 |
3537 | 2025-02-21T22:21:40.347Z | [ helios-setup] Feb 21 22:21:38.543 INFO E| Downloaded bytes v1.2.1 |
3538 | 2025-02-21T22:21:40.353Z | [ helios-setup] Feb 21 22:21:38.549 INFO E| Downloaded anyhow v1.0.62 |
3539 | 2025-02-21T22:21:40.359Z | [ helios-setup] Feb 21 22:21:38.555 INFO E| Downloaded typenum v1.15.0 |
3540 | 2025-02-21T22:21:40.434Z | [ helios-setup] Feb 21 22:21:38.630 INFO E| Compiling typenum v1.15.0 |
3541 | 2025-02-21T22:21:40.437Z | [ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling version_check v0.9.4 |
3542 | 2025-02-21T22:21:40.437Z | [ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling cfg-if v1.0.0 |
3543 | 2025-02-21T22:21:40.437Z | [ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling crc32fast v1.3.2 |
3544 | 2025-02-21T22:21:40.437Z | [ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling adler v1.0.2 |
3545 | 2025-02-21T22:21:40.437Z | [ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling anyhow v1.0.62 |
3546 | 2025-02-21T22:21:40.437Z | [ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling unicode-width v0.1.10 |
3547 | 2025-02-21T22:21:40.437Z | [ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling cpufeatures v0.2.5 |
3548 | 2025-02-21T22:21:41.122Z | [ helios-setup] Feb 21 22:21:39.318 INFO E| Compiling bitflags v1.3.2 |
3549 | 2025-02-21T22:21:41.229Z | [ helios-setup] Feb 21 22:21:39.425 INFO E| Compiling generic-array v0.14.6 |
3550 | 2025-02-21T22:21:41.261Z | [ helios-setup] Feb 21 22:21:39.457 INFO E| Compiling miniz_oxide v0.6.2 |
3551 | 2025-02-21T22:21:41.407Z | [ helios-setup] Feb 21 22:21:39.602 INFO E| Compiling getopts v0.2.21 |
3552 | 2025-02-21T22:21:41.576Z | [ helios-setup] Feb 21 22:21:39.772 INFO E| Compiling bytes v1.2.1 |
3553 | 2025-02-21T22:21:41.643Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3554 | 2025-02-21T22:21:42.576Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3555 | 2025-02-21T22:21:43.026Z | [ helios-setup] Feb 21 22:21:41.222 INFO E| Compiling flate2 v1.0.25 |
3556 | 2025-02-21T22:21:46.579Z | [ helios-setup] Feb 21 22:21:44.775 INFO E| Compiling crypto-common v0.1.6 |
3557 | 2025-02-21T22:21:46.579Z | [ helios-setup] Feb 21 22:21:44.775 INFO E| Compiling block-buffer v0.10.3 |
3558 | 2025-02-21T22:21:46.826Z | [ helios-setup] Feb 21 22:21:45.021 INFO E| Compiling digest v0.10.3 |
3559 | 2025-02-21T22:21:47.250Z | [ helios-setup] Feb 21 22:21:45.445 INFO E| Compiling sha2 v0.10.5 |
3560 | 2025-02-21T22:21:47.879Z | [ helios-setup] Feb 21 22:21:46.075 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3561 | 2025-02-21T22:21:49.640Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3562 | 2025-02-21T22:21:52.820Z | [ helios-setup] Feb 21 22:21:51.015 INFO E| Finished `release` profile [optimized] target(s) in 12.86s |
3563 | 2025-02-21T22:21:52.838Z | [ helios-setup] Feb 21 22:21:51.032 INFO building project "bootserver" ok (12 seconds) |
3564 | 2025-02-21T22:21:52.841Z | [ helios-setup] rm -f helios-build |
3565 | 2025-02-21T22:21:52.843Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3566 | 2025-02-21T22:21:52.846Z | [ helios-setup] |
3567 | 2025-02-21T22:21:52.849Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3568 | 2025-02-21T22:21:52.852Z | [ helios-setup] |
3569 | 2025-02-21T22:21:52.869Z | Feb 21 22:21:51.047[ helios-setup] |
3570 | 2025-02-21T22:21:52.869Z | INFO [helios-setup] process exited with exit status: 0 (702.655007738s) |
3571 | 2025-02-21T22:21:52.869Z | [ helios-setup] real 11:42.648603138 |
3572 | 2025-02-21T22:21:52.869Z | [ helios-setup] user 28:20.818379422 |
3573 | 2025-02-21T22:21:52.869Z | [ helios-setup] sys 2:46.114494624 |
3574 | 2025-02-21T22:21:52.869Z | [ helios-setup] trap 1.711566265 |
3575 | 2025-02-21T22:21:52.869Z | [ helios-setup] tflt 4.378286564 |
3576 | 2025-02-21T22:21:52.869Z | [ helios-setup] dflt 24.507353482 |
3577 | 2025-02-21T22:21:52.869Z | [ helios-setup] kflt 0.042520840 |
3578 | 2025-02-21T22:21:52.869Z | [ helios-setup] lock 1:56:18.144126378 |
3579 | 2025-02-21T22:21:52.870Z | [ helios-setup] slp 3:29:42.768143276 |
3580 | 2025-02-21T22:21:52.870Z | [ helios-setup] lat 31:48.808220662 |
3581 | 2025-02-21T22:21:52.870Z | [ helios-setup] stop 5:11.282943318 |
3582 | 2025-02-21T22:21:52.870Z | Feb 21 22:21:51.048 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3583 | 2025-02-21T22:21:52.897Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3584 | 2025-02-21T22:21:53.123Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3585 | 2025-02-21T22:21:53.123Z | [ phbl-toolchain] info: downloading component 'cargo' |
3586 | 2025-02-21T22:21:54.614Z | [ phbl-toolchain] info: downloading component 'clippy' |
3587 | 2025-02-21T22:21:55.182Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3588 | 2025-02-21T22:21:59.945Z | [ phbl-toolchain] info: downloading component 'miri' |
3589 | 2025-02-21T22:22:00.100Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3590 | 2025-02-21T22:22:01.105Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3591 | 2025-02-21T22:22:01.381Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3592 | 2025-02-21T22:22:01.721Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3593 | 2025-02-21T22:22:03.862Z | [ phbl-toolchain] info: downloading component 'rustc' |
3594 | 2025-02-21T22:22:04.162Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3595 | 2025-02-21T22:22:04.551Z | [ host-package] Compiling fatfs v0.3.6 |
3596 | 2025-02-21T22:22:05.044Z | [ host-package] Compiling rtoolbox v0.0.2 |
3597 | 2025-02-21T22:22:05.638Z | [ host-package] Compiling subprocess v0.2.9 |
3598 | 2025-02-21T22:22:07.575Z | [ host-package] Compiling assert_matches v1.5.0 |
3599 | 2025-02-21T22:22:07.658Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3600 | 2025-02-21T22:22:10.474Z | [ host-package] Compiling rpassword v7.3.1 |
3601 | 2025-02-21T22:22:11.014Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3602 | 2025-02-21T22:22:11.284Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3603 | 2025-02-21T22:22:11.967Z | [ phbl-toolchain] info: installing component 'cargo' |
3604 | 2025-02-21T22:22:13.327Z | [ phbl-toolchain] info: installing component 'clippy' |
3605 | 2025-02-21T22:22:13.884Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3606 | 2025-02-21T22:22:15.591Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3607 | 2025-02-21T22:22:16.197Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3608 | 2025-02-21T22:22:19.733Z | [ phbl-toolchain] info: installing component 'miri' |
3609 | 2025-02-21T22:22:19.989Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3610 | 2025-02-21T22:22:23.770Z | [ host-package] Compiling tui-tree-widget v0.23.0 |
3611 | 2025-02-21T22:22:24.415Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3612 | 2025-02-21T22:22:26.674Z | [ phbl-toolchain] info: installing component 'rust-src' |
3613 | 2025-02-21T22:22:27.308Z | [ phbl-toolchain] info: installing component 'rust-std' |
3614 | 2025-02-21T22:22:28.550Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3615 | 2025-02-21T22:22:29.042Z | [ host-package] Compiling uzers v0.12.1 |
3616 | 2025-02-21T22:22:29.805Z | [ phbl-toolchain] info: installing component 'rustc' |
3617 | 2025-02-21T22:22:32.711Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3618 | 2025-02-21T22:22:38.936Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3619 | 2025-02-21T22:22:39.577Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3620 | 2025-02-21T22:22:39.673Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3621 | 2025-02-21T22:22:39.676Z | Feb 21 22:22:37.861 INFO [phbl-toolchain] process exited with exit status: 0 (46.813553266s) |
3622 | 2025-02-21T22:22:41.164Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3623 | 2025-02-21T22:23:01.907Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3624 | 2025-02-21T22:23:07.381Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3625 | 2025-02-21T22:23:12.014Z | [ host-package] Compiling multimap v0.10.0 |
3626 | 2025-02-21T22:25:34.394Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3627 | 2025-02-21T22:32:19.200Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 27s |
3628 | 2025-02-21T22:33:30.236Z | Feb 21 22:33:28.325 INFO [host-package] process exited with exit status: 0 (1298.822390537s) |
3629 | 2025-02-21T22:33:30.238Z | Feb 21 22:33:28.325 INFO [host-stamp] running task |
3630 | 2025-02-21T22:33:30.238Z | Feb 21 22:33:28.326 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3631 | 2025-02-21T22:33:30.247Z | Feb 21 22:33:28.337 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+git8728fad94a1 |
3632 | 2025-02-21T22:33:30.264Z | Feb 21 22:33:28.353 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+git8728fad94a1 |
3633 | 2025-02-21T22:33:30.273Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3634 | 2025-02-21T22:33:30.276Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3635 | 2025-02-21T22:33:30.278Z | Feb 21 22:33:28.366 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+git8728fad94a1 |
3636 | 2025-02-21T22:33:30.290Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3637 | 2025-02-21T22:33:30.293Z | Feb 21 22:33:28.380 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 13.0.0-0.ci+git8728fad94a1 |
3638 | 2025-02-21T22:33:30.307Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3639 | 2025-02-21T22:33:30.307Z | Feb 21 22:33:28.396 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+git8728fad94a1 |
3640 | 2025-02-21T22:33:30.324Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3641 | 2025-02-21T22:33:30.327Z | Feb 21 22:33:28.414 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+git8728fad94a1 |
3642 | 2025-02-21T22:33:30.341Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3643 | 2025-02-21T22:33:30.345Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3644 | 2025-02-21T22:33:30.347Z | Feb 21 22:33:28.434 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+git8728fad94a1 |
3645 | 2025-02-21T22:33:30.367Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3646 | 2025-02-21T22:33:30.371Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3647 | 2025-02-21T22:33:30.371Z | Feb 21 22:33:28.457 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+git8728fad94a1 |
3648 | 2025-02-21T22:33:30.392Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3649 | 2025-02-21T22:33:30.394Z | Feb 21 22:33:28.481 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (84.502674ms) |
3650 | 2025-02-21T22:33:30.394Z | Feb 21 22:33:28.481 INFO [stamp-oxlog] process exited with exit status: 0 (67.450512ms) |
3651 | 2025-02-21T22:33:30.404Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3652 | 2025-02-21T22:33:30.407Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3653 | 2025-02-21T22:33:30.410Z | Feb 21 22:33:28.500 INFO [stamp-overlay] process exited with exit status: 0 (42.277489ms) |
3654 | 2025-02-21T22:33:30.469Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3655 | 2025-02-21T22:33:30.473Z | Feb 21 22:33:28.563 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.491575ms) |
3656 | 2025-02-21T22:33:30.541Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3657 | 2025-02-21T22:33:30.544Z | Feb 21 22:33:28.634 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (254.07015ms) |
3658 | 2025-02-21T22:33:30.713Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3659 | 2025-02-21T22:33:30.717Z | Feb 21 22:33:28.806 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (440.162954ms) |
3660 | 2025-02-21T22:33:31.453Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3661 | 2025-02-21T22:33:31.457Z | Feb 21 22:33:29.546 INFO [stamp-propolis-server] process exited with exit status: 0 (1.209114169s) |
3662 | 2025-02-21T22:33:31.516Z | [recovery-package] Compiling newtype-uuid v1.2.1 |
3663 | 2025-02-21T22:33:32.059Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3664 | 2025-02-21T22:33:32.411Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3665 | 2025-02-21T22:33:32.411Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3666 | 2025-02-21T22:33:32.414Z | [recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3667 | 2025-02-21T22:33:32.455Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3668 | 2025-02-21T22:33:33.092Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3669 | 2025-02-21T22:33:40.788Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3670 | 2025-02-21T22:33:40.791Z | Feb 21 22:33:38.879 INFO [stamp-switch-asic] process exited with exit status: 0 (10.525475518s) |
3671 | 2025-02-21T22:33:40.794Z | Feb 21 22:33:38.879 INFO [host-stamp] task succeeded (10.553585659s) |
3672 | 2025-02-21T22:33:40.794Z | Feb 21 22:33:38.879 INFO [host-proto] running task |
3673 | 2025-02-21T22:33:41.261Z | Feb 21 22:33:39.349 INFO [host-proto] task succeeded (469.74474ms) |
3674 | 2025-02-21T22:33:41.261Z | Feb 21 22:33:39.349 INFO [host-profile] running task |
3675 | 2025-02-21T22:33:41.264Z | Feb 21 22:33:39.349 INFO [host-profile] task succeeded (259.297µs) |
3676 | 2025-02-21T22:33:41.264Z | Feb 21 22:33:39.350 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/.tmpguEzOU/proto/host/root -N 'ci 8728fad/${os_short_commit} 2025-02-21 22:10' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3677 | 2025-02-21T22:33:41.285Z | [ host-image] Feb 21 22:33:39.372 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3678 | 2025-02-21T22:33:41.285Z | [ host-image] Feb 21 22:33:39.372 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3679 | 2025-02-21T22:33:41.299Z | [ host-image] Feb 21 22:33:39.387 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpguEzOU/proto/host/root" |
3680 | 2025-02-21T22:33:41.299Z | [ host-image] Feb 21 22:33:39.387 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3681 | 2025-02-21T22:33:41.302Z | [ host-image] Feb 21 22:33:39.387 INFO image builder template: ramdisk-01-os... |
3682 | 2025-02-21T22:33:41.302Z | [ host-image] Feb 21 22:33:39.387 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/.tmpguEzOU/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 |
3683 | 2025-02-21T22:33:41.330Z | [ host-image] Feb 21 22:33:39.417 INFO O| Feb 21 22:33:39.417 INFO CREATE DATASET: rpool/images/build/host/output |
3684 | 2025-02-21T22:33:41.506Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3685 | 2025-02-21T22:33:41.506Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3686 | 2025-02-21T22:33:41.506Z | [recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3687 | 2025-02-21T22:33:41.509Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3688 | 2025-02-21T22:33:41.740Z | [ host-image] Feb 21 22:33:39.827 INFO O| Feb 21 22:33:39.818 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3689 | 2025-02-21T22:33:41.740Z | [ host-image] Feb 21 22:33:39.827 INFO O| Feb 21 22:33:39.826 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3690 | 2025-02-21T22:33:41.996Z | [ host-image] Feb 21 22:33:40.083 INFO O| Feb 21 22:33:40.083 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3691 | 2025-02-21T22:33:42.068Z | [ host-image] Feb 21 22:33:40.155 INFO O| Feb 21 22:33:40.155 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3692 | 2025-02-21T22:33:42.070Z | [ host-image] Feb 21 22:33:40.155 INFO O| Feb 21 22:33:40.155 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3693 | 2025-02-21T22:33:42.070Z | [ host-image] Feb 21 22:33:40.155 INFO O| Feb 21 22:33:40.155 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3694 | 2025-02-21T22:33:42.070Z | [ host-image] Feb 21 22:33:40.155 INFO O| Feb 21 22:33:40.155 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3695 | 2025-02-21T22:33:42.086Z | [ host-image] Feb 21 22:33:40.169 INFO O| Feb 21 22:33:40.169 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3696 | 2025-02-21T22:33:42.345Z | [ host-image] Feb 21 22:33:40.432 INFO O| Feb 21 22:33:40.432 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3697 | 2025-02-21T22:33:42.391Z | [ host-image] Feb 21 22:33:40.478 INFO O| Feb 21 22:33:40.478 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3698 | 2025-02-21T22:33:43.094Z | [ host-image] Feb 21 22:33:41.179 INFO O| Feb 21 22:33:41.179 INFO O| Caching catalogs ... Done |
3699 | 2025-02-21T22:33:43.248Z | [ host-image] Feb 21 22:33:41.335 INFO O| Feb 21 22:33:41.335 INFO STEP 0 (pkg_image_create) COMPLETE |
3700 | 2025-02-21T22:33:43.248Z | [ host-image] Feb 21 22:33:41.335 INFO O| Feb 21 22:33:41.335 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3701 | 2025-02-21T22:33:43.248Z | [ host-image] Feb 21 22:33:41.335 INFO O| Feb 21 22:33:41.335 INFO skip step because feature "repo_redist" is not enabled |
3702 | 2025-02-21T22:33:43.252Z | [ host-image] Feb 21 22:33:41.335 INFO O| Feb 21 22:33:41.335 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3703 | 2025-02-21T22:33:43.266Z | [ host-image] Feb 21 22:33:41.354 INFO O| Feb 21 22:33:41.353 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"] |
3704 | 2025-02-21T22:33:43.920Z | [ host-image] Feb 21 22:33:42.007 INFO O| Feb 21 22:33:42.007 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3705 | 2025-02-21T22:33:43.920Z | [ host-image] Feb 21 22:33:42.007 INFO O| Feb 21 22:33:42.007 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3706 | 2025-02-21T22:33:43.954Z | [ host-image] Feb 21 22:33:42.041 INFO O| Feb 21 22:33:42.041 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"] |
3707 | 2025-02-21T22:33:44.470Z | [ host-image] Feb 21 22:33:42.556 INFO O| Feb 21 22:33:42.556 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3708 | 2025-02-21T22:33:44.470Z | [ host-image] Feb 21 22:33:42.557 INFO O| Feb 21 22:33:42.556 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3709 | 2025-02-21T22:33:44.472Z | [ host-image] Feb 21 22:33:42.557 INFO O| Feb 21 22:33:42.556 INFO skip step because feature "repo_redist" is not enabled |
3710 | 2025-02-21T22:33:44.472Z | [ host-image] Feb 21 22:33:42.557 INFO O| Feb 21 22:33:42.556 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3711 | 2025-02-21T22:33:45.068Z | [ host-image] Feb 21 22:33:43.155 INFO O| Feb 21 22:33:43.155 INFO variant opensolaris.zone is already global |
3712 | 2025-02-21T22:33:45.068Z | [ host-image] Feb 21 22:33:43.155 INFO O| Feb 21 22:33:43.155 INFO STEP 5 (pkg_change_variant) COMPLETE |
3713 | 2025-02-21T22:33:45.071Z | [ host-image] Feb 21 22:33:43.155 INFO O| Feb 21 22:33:43.155 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3714 | 2025-02-21T22:33:45.668Z | [ host-image] Feb 21 22:33:43.755 INFO O| Feb 21 22:33:43.754 INFO variant opensolaris.imagetype is full; changing to partial |
3715 | 2025-02-21T22:33:45.668Z | [ host-image] Feb 21 22:33:43.755 INFO O| Feb 21 22:33:43.755 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3716 | 2025-02-21T22:33:48.308Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3717 | 2025-02-21T22:33:50.138Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3718 | 2025-02-21T22:33:50.908Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3719 | 2025-02-21T22:33:53.333Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3720 | 2025-02-21T22:33:54.537Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3721 | 2025-02-21T22:33:55.442Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3722 | 2025-02-21T22:33:57.811Z | [ host-image] Feb 21 22:33:55.894 INFO O| Feb 21 22:33:55.894 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3723 | 2025-02-21T22:33:58.050Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3724 | 2025-02-21T22:34:04.625Z | [ host-image] Feb 21 22:34:02.709 INFO O| Feb 21 22:34:02.709 INFO O| Startup: Caching catalogs ... Done |
3725 | 2025-02-21T22:34:04.701Z | [ host-image] Feb 21 22:34:02.785 INFO O| Feb 21 22:34:02.785 INFO O| Planning: Planning completed in 0.00 seconds |
3726 | 2025-02-21T22:34:04.703Z | [ host-image] Feb 21 22:34:02.785 INFO O| Feb 21 22:34:02.785 INFO O| Planning: Consolidating action changes ... Done |
3727 | 2025-02-21T22:34:04.703Z | [ host-image] Feb 21 22:34:02.786 INFO O| Feb 21 22:34:02.786 INFO O| Planning: Evaluating mediators ... Done |
3728 | 2025-02-21T22:34:04.703Z | [ host-image] Feb 21 22:34:02.786 INFO O| Feb 21 22:34:02.786 INFO O| Planning: Planning completed in 0.00 seconds |
3729 | 2025-02-21T22:34:04.703Z | [ host-image] Feb 21 22:34:02.786 INFO O| Feb 21 22:34:02.786 INFO O| Variants/Facets to change: 1 |
3730 | 2025-02-21T22:34:04.719Z | [ host-image] Feb 21 22:34:02.804 INFO O| Feb 21 22:34:02.804 INFO O| Done |
3731 | 2025-02-21T22:34:04.719Z | [ host-image] Feb 21 22:34:02.804 INFO O| Feb 21 22:34:02.804 INFO O| Done |
3732 | 2025-02-21T22:34:05.280Z | [ host-image] Feb 21 22:34:03.364 INFO O| Feb 21 22:34:03.364 INFO O| Done |
3733 | 2025-02-21T22:34:05.329Z | [ host-image] Feb 21 22:34:03.412 INFO O| Feb 21 22:34:03.412 INFO O| Done |
3734 | 2025-02-21T22:34:05.332Z | [ host-image] Feb 21 22:34:03.413 INFO O| Feb 21 22:34:03.413 INFO O| Done |
3735 | 2025-02-21T22:34:05.332Z | [ host-image] Feb 21 22:34:03.413 INFO O| Feb 21 22:34:03.413 INFO O| Done |
3736 | 2025-02-21T22:34:05.332Z | [ host-image] Feb 21 22:34:03.415 INFO O| Feb 21 22:34:03.415 INFO O| Done |
3737 | 2025-02-21T22:34:05.769Z | [ host-image] Feb 21 22:34:03.853 INFO O| Feb 21 22:34:03.853 INFO STEP 6 (pkg_change_variant) COMPLETE |
3738 | 2025-02-21T22:34:05.770Z | [ host-image] Feb 21 22:34:03.853 INFO O| Feb 21 22:34:03.853 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3739 | 2025-02-21T22:34:05.770Z | [ host-image] Feb 21 22:34:03.853 INFO O| Feb 21 22:34:03.853 INFO skip step because feature "debug_variant" is not enabled |
3740 | 2025-02-21T22:34:05.772Z | [ host-image] Feb 21 22:34:03.853 INFO O| Feb 21 22:34:03.853 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3741 | 2025-02-21T22:34:06.122Z | [ host-image] Feb 21 22:34:04.206 INFO O| Feb 21 22:34:04.206 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3742 | 2025-02-21T22:34:06.942Z | [ host-image] Feb 21 22:34:05.026 INFO O| Feb 21 22:34:05.026 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3743 | 2025-02-21T22:34:06.947Z | [ host-image] Feb 21 22:34:05.028 INFO O| Feb 21 22:34:05.028 INFO O| Planning: Planning completed in 0.00 seconds |
3744 | 2025-02-21T22:34:06.947Z | [ host-image] Feb 21 22:34:05.029 INFO O| Feb 21 22:34:05.029 INFO O| Planning: Consolidating action changes ... Done |
3745 | 2025-02-21T22:34:06.947Z | [ host-image] Feb 21 22:34:05.029 INFO O| Feb 21 22:34:05.029 INFO O| Planning: Evaluating mediators ... Done |
3746 | 2025-02-21T22:34:06.950Z | [ host-image] Feb 21 22:34:05.030 INFO O| Feb 21 22:34:05.029 INFO O| Planning: Planning completed in 0.00 seconds |
3747 | 2025-02-21T22:34:06.950Z | [ host-image] Feb 21 22:34:05.030 INFO O| Feb 21 22:34:05.030 INFO O| Variants/Facets to change: 1 |
3748 | 2025-02-21T22:34:07.019Z | [ host-image] Feb 21 22:34:05.103 INFO O| Feb 21 22:34:05.103 INFO O| Done |
3749 | 2025-02-21T22:34:07.019Z | [ host-image] Feb 21 22:34:05.103 INFO O| Feb 21 22:34:05.103 INFO O| Done |
3750 | 2025-02-21T22:34:07.828Z | [ host-image] Feb 21 22:34:05.912 INFO O| Feb 21 22:34:05.911 INFO O| Done |
3751 | 2025-02-21T22:34:07.916Z | [ host-image] Feb 21 22:34:06.000 INFO O| Feb 21 22:34:06.000 INFO O| Done |
3752 | 2025-02-21T22:34:07.921Z | [ host-image] Feb 21 22:34:06.005 INFO O| Feb 21 22:34:06.005 INFO O| Done |
3753 | 2025-02-21T22:34:07.925Z | [ host-image] Feb 21 22:34:06.005 INFO O| Feb 21 22:34:06.005 INFO O| Done |
3754 | 2025-02-21T22:34:07.925Z | [ host-image] Feb 21 22:34:06.007 INFO O| Feb 21 22:34:06.007 INFO O| Done |
3755 | 2025-02-21T22:34:08.010Z | [ host-image] Feb 21 22:34:06.093 INFO O| Feb 21 22:34:06.093 INFO STEP 8 (pkg_change_facet) COMPLETE |
3756 | 2025-02-21T22:34:08.010Z | [ host-image] Feb 21 22:34:06.093 INFO O| Feb 21 22:34:06.093 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3757 | 2025-02-21T22:34:08.012Z | [ host-image] Feb 21 22:34:06.093 INFO O| Feb 21 22:34:06.093 INFO skip step because feature "recovery" is not enabled |
3758 | 2025-02-21T22:34:08.013Z | [ host-image] Feb 21 22:34:06.093 INFO O| Feb 21 22:34:06.093 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3759 | 2025-02-21T22:34:08.013Z | [ host-image] Feb 21 22:34:06.093 INFO O| Feb 21 22:34:06.093 INFO skip step because feature "recovery" is not enabled |
3760 | 2025-02-21T22:34:08.013Z | [ host-image] Feb 21 22:34:06.093 INFO O| Feb 21 22:34:06.093 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3761 | 2025-02-21T22:34:08.029Z | [ host-image] Feb 21 22:34:06.112 INFO O| Feb 21 22:34:06.112 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"] |
3762 | 2025-02-21T22:34:09.078Z | [ host-image] Feb 21 22:34:07.161 INFO O| Feb 21 22:34:07.160 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3763 | 2025-02-21T22:34:16.666Z | [recovery-package] Finished `release` profile [optimized] target(s) in 46.12s |
3764 | 2025-02-21T22:34:18.142Z | Feb 21 22:34:16.224 INFO [recovery-package] process exited with exit status: 0 (47.897906022s) |
3765 | 2025-02-21T22:34:18.142Z | Feb 21 22:34:16.224 INFO [recovery-stamp] running task |
3766 | 2025-02-21T22:34:18.145Z | Feb 21 22:34:16.224 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3767 | 2025-02-21T22:34:18.156Z | Feb 21 22:34:16.239 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+git8728fad94a1 |
3768 | 2025-02-21T22:34:18.171Z | Feb 21 22:34:16.253 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git8728fad94a1 |
3769 | 2025-02-21T22:34:18.183Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3770 | 2025-02-21T22:34:18.191Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3771 | 2025-02-21T22:34:18.265Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3772 | 2025-02-21T22:34:18.270Z | Feb 21 22:34:16.352 INFO [stamp-installinator] process exited with exit status: 0 (98.308986ms) |
3773 | 2025-02-21T22:34:18.293Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3774 | 2025-02-21T22:34:18.297Z | Feb 21 22:34:16.378 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (139.288828ms) |
3775 | 2025-02-21T22:34:18.297Z | Feb 21 22:34:16.378 INFO [recovery-stamp] task succeeded (154.100234ms) |
3776 | 2025-02-21T22:34:18.297Z | Feb 21 22:34:16.378 INFO [recovery-proto] running task |
3777 | 2025-02-21T22:34:18.297Z | Feb 21 22:34:16.378 INFO [tuf-stamp] running task |
3778 | 2025-02-21T22:34:18.300Z | Feb 21 22:34:16.380 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+git8728fad94a1 |
3779 | 2025-02-21T22:34:18.317Z | Feb 21 22:34:16.399 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+git8728fad94a1 |
3780 | 2025-02-21T22:34:18.337Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3781 | 2025-02-21T22:34:18.339Z | Feb 21 22:34:16.419 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+git8728fad94a1 |
3782 | 2025-02-21T22:34:18.371Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3783 | 2025-02-21T22:34:18.376Z | Feb 21 22:34:16.437 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+git8728fad94a1 |
3784 | 2025-02-21T22:34:18.376Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3785 | 2025-02-21T22:34:18.379Z | Feb 21 22:34:16.457 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+git8728fad94a1 |
3786 | 2025-02-21T22:34:18.413Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3787 | 2025-02-21T22:34:18.415Z | Feb 21 22:34:16.495 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+git8728fad94a1 |
3788 | 2025-02-21T22:34:18.440Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3789 | 2025-02-21T22:34:18.442Z | Feb 21 22:34:16.524 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+git8728fad94a1 |
3790 | 2025-02-21T22:34:18.496Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3791 | 2025-02-21T22:34:18.499Z | Feb 21 22:34:16.579 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+git8728fad94a1 |
3792 | 2025-02-21T22:34:18.589Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3793 | 2025-02-21T22:34:18.592Z | Feb 21 22:34:16.672 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+git8728fad94a1 |
3794 | 2025-02-21T22:34:18.670Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3795 | 2025-02-21T22:34:18.674Z | Feb 21 22:34:16.751 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+git8728fad94a1 |
3796 | 2025-02-21T22:34:18.743Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3797 | 2025-02-21T22:34:18.757Z | Feb 21 22:34:16.825 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+git8728fad94a1 |
3798 | 2025-02-21T22:34:18.765Z | Feb 21 22:34:16.840 INFO [recovery-proto] task succeeded (461.755261ms) |
3799 | 2025-02-21T22:34:18.765Z | Feb 21 22:34:16.840 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/.tmpguEzOU/proto/recovery/root -N 'recovery 8728fad/${os_short_commit} 2025-02-21 22:10' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3800 | 2025-02-21T22:34:18.839Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3801 | 2025-02-21T22:34:18.866Z | [ recovery-image] Feb 21 22:34:16.944 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3802 | 2025-02-21T22:34:18.866Z | [ recovery-image] Feb 21 22:34:16.944 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3803 | 2025-02-21T22:34:18.870Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3804 | 2025-02-21T22:34:18.920Z | [ recovery-image] Feb 21 22:34:17.002 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpguEzOU/proto/recovery/root" |
3805 | 2025-02-21T22:34:18.920Z | [ recovery-image] Feb 21 22:34:17.002 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3806 | 2025-02-21T22:34:18.924Z | [ recovery-image] Feb 21 22:34:17.003 INFO image builder template: ramdisk-01-os... |
3807 | 2025-02-21T22:34:18.924Z | [ recovery-image] Feb 21 22:34:17.003 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/.tmpguEzOU/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 |
3808 | 2025-02-21T22:34:19.045Z | [ recovery-image] Feb 21 22:34:17.127 INFO O| Feb 21 22:34:17.086 INFO CREATE DATASET: rpool/images/build/recovery/output |
3809 | 2025-02-21T22:34:19.108Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3810 | 2025-02-21T22:34:19.113Z | Feb 21 22:34:17.195 INFO [stamp-probe] process exited with exit status: 0 (369.901908ms) |
3811 | 2025-02-21T22:34:19.191Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3812 | 2025-02-21T22:34:19.194Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3813 | 2025-02-21T22:34:19.218Z | Feb 21 22:34:17.300 INFO [stamp-ntp] process exited with exit status: 0 (901.314122ms) |
3814 | 2025-02-21T22:34:19.248Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3815 | 2025-02-21T22:34:19.262Z | [ recovery-image] Feb 21 22:34:17.344 INFO O| Feb 21 22:34:17.344 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3816 | 2025-02-21T22:34:19.269Z | [ recovery-image] Feb 21 22:34:17.351 INFO O| Feb 21 22:34:17.351 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3817 | 2025-02-21T22:34:19.776Z | [ recovery-image] Feb 21 22:34:17.854 INFO O| Feb 21 22:34:17.854 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3818 | 2025-02-21T22:34:19.875Z | [ recovery-image] Feb 21 22:34:17.957 INFO O| Feb 21 22:34:17.957 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3819 | 2025-02-21T22:34:19.875Z | [ recovery-image] Feb 21 22:34:17.957 INFO O| Feb 21 22:34:17.957 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3820 | 2025-02-21T22:34:19.880Z | [ recovery-image] Feb 21 22:34:17.957 INFO O| Feb 21 22:34:17.957 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3821 | 2025-02-21T22:34:19.880Z | [ recovery-image] Feb 21 22:34:17.957 INFO O| Feb 21 22:34:17.957 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3822 | 2025-02-21T22:34:19.896Z | [ recovery-image] Feb 21 22:34:17.978 INFO O| Feb 21 22:34:17.978 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3823 | 2025-02-21T22:34:20.284Z | [ recovery-image] Feb 21 22:34:18.366 INFO O| Feb 21 22:34:18.366 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3824 | 2025-02-21T22:34:20.299Z | [ recovery-image] Feb 21 22:34:18.381 INFO O| Feb 21 22:34:18.381 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3825 | 2025-02-21T22:34:20.452Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3826 | 2025-02-21T22:34:20.468Z | Feb 21 22:34:18.550 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.79853615s) |
3827 | 2025-02-21T22:34:20.585Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3828 | 2025-02-21T22:34:20.641Z | Feb 21 22:34:18.722 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.303553814s) |
3829 | 2025-02-21T22:34:20.850Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3830 | 2025-02-21T22:34:20.907Z | Feb 21 22:34:18.988 INFO [stamp-external-dns] process exited with exit status: 0 (2.492902626s) |
3831 | 2025-02-21T22:34:21.075Z | [ recovery-image] Feb 21 22:34:19.155 INFO O| Feb 21 22:34:19.154 INFO O| Caching catalogs ... Done |
3832 | 2025-02-21T22:34:21.151Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3833 | 2025-02-21T22:34:21.154Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3834 | 2025-02-21T22:34:21.157Z | Feb 21 22:34:19.237 INFO [stamp-internal-dns] process exited with exit status: 0 (2.658571697s) |
3835 | 2025-02-21T22:34:21.160Z | Feb 21 22:34:19.240 INFO [stamp-oximeter] process exited with exit status: 0 (2.782733331s) |
3836 | 2025-02-21T22:34:21.195Z | [ recovery-image] Feb 21 22:34:19.276 INFO O| Feb 21 22:34:19.276 INFO STEP 0 (pkg_image_create) COMPLETE |
3837 | 2025-02-21T22:34:21.195Z | [ recovery-image] Feb 21 22:34:19.276 INFO O| Feb 21 22:34:19.276 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3838 | 2025-02-21T22:34:21.195Z | [ recovery-image] Feb 21 22:34:19.276 INFO O| Feb 21 22:34:19.276 INFO skip step because feature "repo_redist" is not enabled |
3839 | 2025-02-21T22:34:21.198Z | [ recovery-image] Feb 21 22:34:19.276 INFO O| Feb 21 22:34:19.276 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3840 | 2025-02-21T22:34:21.210Z | [ recovery-image] Feb 21 22:34:19.292 INFO O| Feb 21 22:34:19.292 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"] |
3841 | 2025-02-21T22:34:21.592Z | [ recovery-image] Feb 21 22:34:19.674 INFO O| Feb 21 22:34:19.674 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3842 | 2025-02-21T22:34:21.592Z | [ recovery-image] Feb 21 22:34:19.674 INFO O| Feb 21 22:34:19.674 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3843 | 2025-02-21T22:34:21.607Z | [ recovery-image] Feb 21 22:34:19.689 INFO O| Feb 21 22:34:19.689 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"] |
3844 | 2025-02-21T22:34:22.024Z | [ recovery-image] Feb 21 22:34:20.104 INFO O| Feb 21 22:34:20.104 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3845 | 2025-02-21T22:34:22.024Z | [ recovery-image] Feb 21 22:34:20.104 INFO O| Feb 21 22:34:20.104 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3846 | 2025-02-21T22:34:22.024Z | [ recovery-image] Feb 21 22:34:20.104 INFO O| Feb 21 22:34:20.104 INFO skip step because feature "repo_redist" is not enabled |
3847 | 2025-02-21T22:34:22.024Z | [ recovery-image] Feb 21 22:34:20.104 INFO O| Feb 21 22:34:20.104 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3848 | 2025-02-21T22:34:22.418Z | [ recovery-image] Feb 21 22:34:20.499 INFO O| Feb 21 22:34:20.499 INFO variant opensolaris.zone is already global |
3849 | 2025-02-21T22:34:22.418Z | [ recovery-image] Feb 21 22:34:20.499 INFO O| Feb 21 22:34:20.499 INFO STEP 5 (pkg_change_variant) COMPLETE |
3850 | 2025-02-21T22:34:22.418Z | [ recovery-image] Feb 21 22:34:20.499 INFO O| Feb 21 22:34:20.499 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3851 | 2025-02-21T22:34:22.903Z | [ recovery-image] Feb 21 22:34:20.984 INFO O| Feb 21 22:34:20.984 INFO variant opensolaris.imagetype is full; changing to partial |
3852 | 2025-02-21T22:34:22.903Z | [ recovery-image] Feb 21 22:34:20.984 INFO O| Feb 21 22:34:20.984 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3853 | 2025-02-21T22:34:23.529Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3854 | 2025-02-21T22:34:23.533Z | Feb 21 22:34:21.615 INFO [stamp-nexus] process exited with exit status: 0 (4.94269648s) |
3855 | 2025-02-21T22:34:23.695Z | [verify-libraries] Compiling ring v0.17.9 |
3856 | 2025-02-21T22:34:23.943Z | [verify-libraries] Compiling home v0.5.9 |
3857 | 2025-02-21T22:34:23.947Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3858 | 2025-02-21T22:34:23.953Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3859 | 2025-02-21T22:34:23.954Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3860 | 2025-02-21T22:34:23.954Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3861 | 2025-02-21T22:34:23.957Z | [verify-libraries] Compiling polyval v0.6.2 |
3862 | 2025-02-21T22:34:24.434Z | [verify-libraries] Compiling nix v0.28.0 |
3863 | 2025-02-21T22:34:24.575Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3864 | 2025-02-21T22:34:24.652Z | [verify-libraries] Compiling ghash v0.5.1 |
3865 | 2025-02-21T22:34:24.719Z | [verify-libraries] Compiling ctr v0.9.2 |
3866 | 2025-02-21T22:34:25.093Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3867 | 2025-02-21T22:34:25.204Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3868 | 2025-02-21T22:34:25.209Z | Feb 21 22:34:23.290 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.910816444s) |
3869 | 2025-02-21T22:34:25.445Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3870 | 2025-02-21T22:34:25.822Z | [verify-libraries] Compiling blowfish v0.9.1 |
3871 | 2025-02-21T22:34:25.893Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3872 | 2025-02-21T22:34:25.985Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3873 | 2025-02-21T22:34:26.429Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3874 | 2025-02-21T22:34:26.832Z | [verify-libraries] Compiling password-hash v0.4.2 |
3875 | 2025-02-21T22:34:27.158Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3876 | 2025-02-21T22:34:29.458Z | [verify-libraries] Compiling rustyline v14.0.0 |
3877 | 2025-02-21T22:34:31.187Z | [verify-libraries] Compiling rustls v0.23.19 |
3878 | 2025-02-21T22:34:31.242Z | [verify-libraries] Compiling rustls v0.22.4 |
3879 | 2025-02-21T22:34:31.302Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3880 | 2025-02-21T22:34:31.957Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3881 | 2025-02-21T22:34:32.001Z | Feb 21 22:34:30.081 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.557461158s) |
3882 | 2025-02-21T22:34:32.078Z | [verify-libraries] Compiling p256 v0.13.2 |
3883 | 2025-02-21T22:34:32.408Z | [verify-libraries] Compiling p521 v0.13.3 |
3884 | 2025-02-21T22:34:34.089Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3885 | 2025-02-21T22:34:34.108Z | Feb 21 22:34:32.187 INFO [stamp-clickhouse] process exited with exit status: 0 (15.750324854s) |
3886 | 2025-02-21T22:34:34.108Z | Feb 21 22:34:32.187 INFO [tuf-stamp] task succeeded (15.809290649s) |
3887 | 2025-02-21T22:34:34.938Z | [verify-libraries] Compiling rustls-webpki v0.102.8 |
3888 | 2025-02-21T22:34:35.102Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3889 | 2025-02-21T22:34:35.551Z | [verify-libraries] Compiling md5 v0.7.0 |
3890 | 2025-02-21T22:34:35.987Z | [ recovery-image] Feb 21 22:34:34.066 INFO O| Feb 21 22:34:34.066 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3891 | 2025-02-21T22:34:39.636Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3892 | 2025-02-21T22:34:45.009Z | [verify-libraries] Compiling tokio-rustls v0.26.0 |
3893 | 2025-02-21T22:34:45.771Z | [verify-libraries] Compiling hyper-rustls v0.27.3 |
3894 | 2025-02-21T22:34:50.078Z | [ recovery-image] Feb 21 22:34:44.178 INFO O| Feb 21 22:34:44.178 INFO O| Startup: Caching catalogs ... Done |
3895 | 2025-02-21T22:34:50.104Z | [verify-libraries] Compiling tokio-rustls v0.25.0 |
3896 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:44.309 INFO O| Feb 21 22:34:44.309 INFO O| Planning: Planning completed in 0.00 seconds |
3897 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:44.310 INFO O| Feb 21 22:34:44.310 INFO O| Planning: Consolidating action changes ... Done |
3898 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:44.310 INFO O| Feb 21 22:34:44.310 INFO O| Planning: Evaluating mediators ... Done |
3899 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:44.311 INFO O| Feb 21 22:34:44.311 INFO O| Planning: Planning completed in 0.00 seconds |
3900 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:44.311 INFO O| Feb 21 22:34:44.311 INFO O| Variants/Facets to change: 1 |
3901 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:44.411 INFO O| Feb 21 22:34:44.411 INFO O| Done |
3902 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:44.411 INFO O| Feb 21 22:34:44.411 INFO O| Done |
3903 | 2025-02-21T22:34:50.104Z | [verify-libraries] Compiling reqwest v0.12.12 |
3904 | 2025-02-21T22:34:50.104Z | [verify-libraries] Compiling dropshot v0.12.0 |
3905 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:45.485 INFO O| Feb 21 22:34:45.485 INFO O| Done |
3906 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:45.590 INFO O| Feb 21 22:34:45.590 INFO O| Done |
3907 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:45.591 INFO O| Feb 21 22:34:45.591 INFO O| Done |
3908 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:45.592 INFO O| Feb 21 22:34:45.592 INFO O| Done |
3909 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:45.594 INFO O| Feb 21 22:34:45.594 INFO O| Done |
3910 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:46.298 INFO O| Feb 21 22:34:46.298 INFO STEP 6 (pkg_change_variant) COMPLETE |
3911 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:46.298 INFO O| Feb 21 22:34:46.298 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3912 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:46.298 INFO O| Feb 21 22:34:46.298 INFO skip step because feature "debug_variant" is not enabled |
3913 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:46.298 INFO O| Feb 21 22:34:46.298 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3914 | 2025-02-21T22:34:50.104Z | [ recovery-image] Feb 21 22:34:46.948 INFO O| Feb 21 22:34:46.948 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3915 | 2025-02-21T22:34:50.110Z | [ recovery-image] Feb 21 22:34:48.184 INFO O| Feb 21 22:34:48.184 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3916 | 2025-02-21T22:34:50.118Z | [ recovery-image] Feb 21 22:34:48.186 INFO O| Feb 21 22:34:48.186 INFO O| Planning: Planning completed in 0.00 seconds |
3917 | 2025-02-21T22:34:50.118Z | [ recovery-image] Feb 21 22:34:48.187 INFO O| Feb 21 22:34:48.187 INFO O| Planning: Consolidating action changes ... Done |
3918 | 2025-02-21T22:34:50.118Z | [ recovery-image] Feb 21 22:34:48.187 INFO O| Feb 21 22:34:48.187 INFO O| Planning: Evaluating mediators ... Done |
3919 | 2025-02-21T22:34:50.118Z | [ recovery-image] Feb 21 22:34:48.188 INFO O| Feb 21 22:34:48.188 INFO O| Planning: Planning completed in 0.00 seconds |
3920 | 2025-02-21T22:34:50.118Z | [ recovery-image] Feb 21 22:34:48.188 INFO O| Feb 21 22:34:48.188 INFO O| Variants/Facets to change: 1 |
3921 | 2025-02-21T22:34:50.192Z | [ recovery-image] Feb 21 22:34:48.267 INFO O| Feb 21 22:34:48.267 INFO O| Done |
3922 | 2025-02-21T22:34:50.192Z | [ recovery-image] Feb 21 22:34:48.267 INFO O| Feb 21 22:34:48.267 INFO O| Done |
3923 | 2025-02-21T22:34:51.122Z | [ recovery-image] Feb 21 22:34:49.198 INFO O| Feb 21 22:34:49.198 INFO O| Done |
3924 | 2025-02-21T22:34:51.232Z | [ recovery-image] Feb 21 22:34:49.309 INFO O| Feb 21 22:34:49.309 INFO O| Done |
3925 | 2025-02-21T22:34:51.237Z | [ recovery-image] Feb 21 22:34:49.310 INFO O| Feb 21 22:34:49.310 INFO O| Done |
3926 | 2025-02-21T22:34:51.237Z | [ recovery-image] Feb 21 22:34:49.310 INFO O| Feb 21 22:34:49.310 INFO O| Done |
3927 | 2025-02-21T22:34:51.237Z | [ recovery-image] Feb 21 22:34:49.313 INFO O| Feb 21 22:34:49.313 INFO O| Done |
3928 | 2025-02-21T22:34:51.330Z | [ recovery-image] Feb 21 22:34:49.407 INFO O| Feb 21 22:34:49.407 INFO STEP 8 (pkg_change_facet) COMPLETE |
3929 | 2025-02-21T22:34:51.330Z | [ recovery-image] Feb 21 22:34:49.407 INFO O| Feb 21 22:34:49.407 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3930 | 2025-02-21T22:34:51.541Z | [verify-libraries] Compiling progenitor-client v0.9.1 |
3931 | 2025-02-21T22:34:52.216Z | [ recovery-image] Feb 21 22:34:50.293 INFO O| Feb 21 22:34:50.293 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3932 | 2025-02-21T22:34:52.258Z | [verify-libraries] Compiling progenitor-client v0.8.0 |
3933 | 2025-02-21T22:34:52.466Z | [verify-libraries] Compiling dropshot v0.15.1 |
3934 | 2025-02-21T22:34:53.002Z | [verify-libraries] Compiling qorb v0.2.1 |
3935 | 2025-02-21T22:34:53.418Z | [ recovery-image] Feb 21 22:34:51.494 INFO O| Feb 21 22:34:51.494 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3936 | 2025-02-21T22:34:53.420Z | [ recovery-image] Feb 21 22:34:51.496 INFO O| Feb 21 22:34:51.496 INFO O| Planning: Planning completed in 0.00 seconds |
3937 | 2025-02-21T22:34:53.420Z | [ recovery-image] Feb 21 22:34:51.497 INFO O| Feb 21 22:34:51.497 INFO O| Planning: Consolidating action changes ... Done |
3938 | 2025-02-21T22:34:53.420Z | [ recovery-image] Feb 21 22:34:51.497 INFO O| Feb 21 22:34:51.497 INFO O| Planning: Evaluating mediators ... Done |
3939 | 2025-02-21T22:34:53.423Z | [ recovery-image] Feb 21 22:34:51.498 INFO O| Feb 21 22:34:51.497 INFO O| Planning: Planning completed in 0.00 seconds |
3940 | 2025-02-21T22:34:53.423Z | [ recovery-image] Feb 21 22:34:51.498 INFO O| Feb 21 22:34:51.498 INFO O| Variants/Facets to change: 1 |
3941 | 2025-02-21T22:34:53.518Z | [ recovery-image] Feb 21 22:34:51.595 INFO O| Feb 21 22:34:51.595 INFO O| Done |
3942 | 2025-02-21T22:34:53.518Z | [ recovery-image] Feb 21 22:34:51.595 INFO O| Feb 21 22:34:51.595 INFO O| Done |
3943 | 2025-02-21T22:34:54.433Z | [ recovery-image] Feb 21 22:34:52.510 INFO O| Feb 21 22:34:52.510 INFO O| Done |
3944 | 2025-02-21T22:34:54.533Z | [ recovery-image] Feb 21 22:34:52.609 INFO O| Feb 21 22:34:52.609 INFO O| Done |
3945 | 2025-02-21T22:34:54.535Z | [ recovery-image] Feb 21 22:34:52.610 INFO O| Feb 21 22:34:52.610 INFO O| Done |
3946 | 2025-02-21T22:34:54.535Z | [ recovery-image] Feb 21 22:34:52.610 INFO O| Feb 21 22:34:52.610 INFO O| Done |
3947 | 2025-02-21T22:34:54.538Z | [ recovery-image] Feb 21 22:34:52.612 INFO O| Feb 21 22:34:52.612 INFO O| Done |
3948 | 2025-02-21T22:34:54.646Z | [ recovery-image] Feb 21 22:34:52.723 INFO O| Feb 21 22:34:52.723 INFO STEP 9 (pkg_change_facet) COMPLETE |
3949 | 2025-02-21T22:34:54.646Z | [ recovery-image] Feb 21 22:34:52.723 INFO O| Feb 21 22:34:52.723 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3950 | 2025-02-21T22:34:55.344Z | [ recovery-image] Feb 21 22:34:53.420 INFO O| Feb 21 22:34:53.420 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3951 | 2025-02-21T22:34:55.825Z | [verify-libraries] Compiling progenitor v0.8.0 |
3952 | 2025-02-21T22:34:56.116Z | [verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3953 | 2025-02-21T22:34:56.500Z | [ recovery-image] Feb 21 22:34:54.577 INFO O| Feb 21 22:34:54.576 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3954 | 2025-02-21T22:34:56.503Z | [ recovery-image] Feb 21 22:34:54.578 INFO O| Feb 21 22:34:54.578 INFO O| Planning: Planning completed in 0.00 seconds |
3955 | 2025-02-21T22:34:56.503Z | [ recovery-image] Feb 21 22:34:54.579 INFO O| Feb 21 22:34:54.579 INFO O| Planning: Consolidating action changes ... Done |
3956 | 2025-02-21T22:34:56.503Z | [ recovery-image] Feb 21 22:34:54.580 INFO O| Feb 21 22:34:54.580 INFO O| Planning: Evaluating mediators ... Done |
3957 | 2025-02-21T22:34:56.506Z | [ recovery-image] Feb 21 22:34:54.580 INFO O| Feb 21 22:34:54.580 INFO O| Planning: Planning completed in 0.00 seconds |
3958 | 2025-02-21T22:34:56.506Z | [ recovery-image] Feb 21 22:34:54.581 INFO O| Feb 21 22:34:54.581 INFO O| Variants/Facets to change: 1 |
3959 | 2025-02-21T22:34:56.583Z | [ recovery-image] Feb 21 22:34:54.659 INFO O| Feb 21 22:34:54.659 INFO O| Done |
3960 | 2025-02-21T22:34:56.586Z | [ recovery-image] Feb 21 22:34:54.659 INFO O| Feb 21 22:34:54.659 INFO O| Done |
3961 | 2025-02-21T22:34:57.403Z | [ recovery-image] Feb 21 22:34:55.479 INFO O| Feb 21 22:34:55.479 INFO O| Done |
3962 | 2025-02-21T22:34:57.622Z | [ recovery-image] Feb 21 22:34:55.698 INFO O| Feb 21 22:34:55.698 INFO O| Done |
3963 | 2025-02-21T22:34:57.625Z | [ recovery-image] Feb 21 22:34:55.699 INFO O| Feb 21 22:34:55.699 INFO O| Done |
3964 | 2025-02-21T22:34:57.625Z | [ recovery-image] Feb 21 22:34:55.699 INFO O| Feb 21 22:34:55.699 INFO O| Done |
3965 | 2025-02-21T22:34:57.628Z | [ recovery-image] Feb 21 22:34:55.701 INFO O| Feb 21 22:34:55.701 INFO O| Done |
3966 | 2025-02-21T22:34:57.720Z | [ recovery-image] Feb 21 22:34:55.796 INFO O| Feb 21 22:34:55.796 INFO STEP 10 (pkg_change_facet) COMPLETE |
3967 | 2025-02-21T22:34:57.720Z | [ recovery-image] Feb 21 22:34:55.796 INFO O| Feb 21 22:34:55.796 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3968 | 2025-02-21T22:34:57.741Z | [ recovery-image] Feb 21 22:34:55.816 INFO O| Feb 21 22:34:55.816 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"] |
3969 | 2025-02-21T22:34:58.801Z | [ recovery-image] Feb 21 22:34:56.876 INFO O| Feb 21 22:34:56.876 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3970 | 2025-02-21T22:34:59.892Z | [verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3971 | 2025-02-21T22:35:02.689Z | [verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3972 | 2025-02-21T22:35:05.410Z | [verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3973 | 2025-02-21T22:35:05.777Z | [verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3974 | 2025-02-21T22:35:15.155Z | [ host-image] Feb 21 22:35:13.228 INFO O| Feb 21 22:35:13.228 INFO O| Planning: Solver setup ... Done |
3975 | 2025-02-21T22:35:29.151Z | [verify-libraries] Compiling progenitor v0.9.1 |
3976 | 2025-02-21T22:35:29.600Z | [verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3977 | 2025-02-21T22:35:33.290Z | [verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3978 | 2025-02-21T22:35:35.047Z | [verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3979 | 2025-02-21T22:35:41.591Z | [verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3980 | 2025-02-21T22:35:42.288Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3981 | 2025-02-21T22:35:43.681Z | [verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3982 | 2025-02-21T22:35:44.670Z | [verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3983 | 2025-02-21T22:35:46.523Z | [verify-libraries] Compiling omicron-zone-package v0.12.0 |
3984 | 2025-02-21T22:35:50.162Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3985 | 2025-02-21T22:35:51.589Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3986 | 2025-02-21T22:35:52.771Z | [verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3987 | 2025-02-21T22:35:55.047Z | [verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3988 | 2025-02-21T22:35:56.277Z | [verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3989 | 2025-02-21T22:35:57.739Z | [verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3990 | 2025-02-21T22:36:00.638Z | [verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3991 | 2025-02-21T22:36:02.064Z | [verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3992 | 2025-02-21T22:36:07.302Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3993 | 2025-02-21T22:36:10.670Z | [verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3994 | 2025-02-21T22:36:12.075Z | [ recovery-image] Feb 21 22:36:10.140 INFO O| Feb 21 22:36:10.140 INFO O| Planning: Solver setup ... Done |
3995 | 2025-02-21T22:36:13.241Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3996 | 2025-02-21T22:36:17.013Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3997 | 2025-02-21T22:36:17.697Z | [verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3998 | 2025-02-21T22:36:18.938Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3999 | 2025-02-21T22:36:20.265Z | [verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
4000 | 2025-02-21T22:36:23.365Z | [verify-libraries] Compiling rcgen v0.12.1 |
4001 | 2025-02-21T22:36:23.573Z | [verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
4002 | 2025-02-21T22:36:26.691Z | [verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
4003 | 2025-02-21T22:36:27.259Z | [verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4004 | 2025-02-21T22:36:32.951Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4005 | 2025-02-21T22:36:36.077Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
4006 | 2025-02-21T22:36:37.251Z | [verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
4007 | 2025-02-21T22:36:38.135Z | [verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
4008 | 2025-02-21T22:36:42.580Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
4009 | 2025-02-21T22:36:47.266Z | [verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
4010 | 2025-02-21T22:36:51.131Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
4011 | 2025-02-21T22:36:54.449Z | [verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
4012 | 2025-02-21T22:36:55.781Z | [ host-image] Feb 21 22:36:53.838 INFO O| Feb 21 22:36:53.838 INFO O| Planning: Running solver ... Done |
4013 | 2025-02-21T22:36:56.426Z | [ host-image] Feb 21 22:36:54.484 INFO O| Feb 21 22:36:54.484 INFO O| Planning: Finding local manifests ... Done |
4014 | 2025-02-21T22:36:56.444Z | [ host-image] Feb 21 22:36:54.503 INFO O| Feb 21 22:36:54.502 INFO O| Planning: Fetching manifests: 0/124 0% complete |
4015 | 2025-02-21T22:37:00.768Z | [verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
4016 | 2025-02-21T22:37:00.826Z | [ host-image] Feb 21 22:36:58.883 INFO O| Feb 21 22:36:58.883 INFO O| Planning: Fetching manifests: 124/124 100% complete |
4017 | 2025-02-21T22:37:01.912Z | [ host-image] Feb 21 22:36:59.970 INFO O| Feb 21 22:36:59.969 INFO O| Planning: Package planning ... Done |
4018 | 2025-02-21T22:37:02.328Z | [verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
4019 | 2025-02-21T22:37:02.649Z | [verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
4020 | 2025-02-21T22:37:03.074Z | [verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
4021 | 2025-02-21T22:37:03.460Z | [ host-image] Feb 21 22:37:01.516 INFO O| Feb 21 22:37:01.516 INFO O| Planning: Merging actions ... Done |
4022 | 2025-02-21T22:37:03.808Z | [ host-image] Feb 21 22:37:01.865 INFO O| Feb 21 22:37:01.865 INFO O| Planning: Checking for conflicting actions ... Done |
4023 | 2025-02-21T22:37:04.106Z | [ host-image] Feb 21 22:37:02.162 INFO O| Feb 21 22:37:02.162 INFO O| Planning: Consolidating action changes ... Done |
4024 | 2025-02-21T22:37:04.383Z | [verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
4025 | 2025-02-21T22:37:04.726Z | [ host-image] Feb 21 22:37:02.783 INFO O| Feb 21 22:37:02.783 INFO O| Planning: Evaluating mediators ... Done |
4026 | 2025-02-21T22:37:07.080Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
4027 | 2025-02-21T22:37:07.733Z | [verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4028 | 2025-02-21T22:37:10.944Z | [ host-image] Feb 21 22:37:09.000 INFO O| Feb 21 22:37:09.000 INFO O| Planning: Planning completed in 181.84 seconds |
4029 | 2025-02-21T22:37:10.952Z | [ host-image] Feb 21 22:37:09.008 INFO O| Feb 21 22:37:09.008 INFO O| Packages to install: 124 |
4030 | 2025-02-21T22:37:10.952Z | [ host-image] Feb 21 22:37:09.008 INFO O| Feb 21 22:37:09.008 INFO O| Mediators to change: 4 |
4031 | 2025-02-21T22:37:10.955Z | [ host-image] Feb 21 22:37:09.008 INFO O| Feb 21 22:37:09.008 INFO O| Services to change: 6 |
4032 | 2025-02-21T22:37:11.162Z | [ host-image] Feb 21 22:37:09.218 INFO O| Feb 21 22:37:09.218 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete |
4033 | 2025-02-21T22:37:13.304Z | [verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
4034 | 2025-02-21T22:37:16.165Z | [ host-image] Feb 21 22:37:14.220 INFO O| Feb 21 22:37:14.219 INFO O| Download: 1271/22863 items 6.8/199.8MB 3% complete (1.4M/s) |
4035 | 2025-02-21T22:37:16.602Z | [verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
4036 | 2025-02-21T22:37:17.571Z | [verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
4037 | 2025-02-21T22:37:21.554Z | [ host-image] Feb 21 22:37:19.608 INFO O| Feb 21 22:37:19.608 INFO O| Download: 1806/22863 items 16.5/199.8MB 8% complete (1.6M/s) |
4038 | 2025-02-21T22:37:21.679Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
4039 | 2025-02-21T22:37:22.907Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4040 | 2025-02-21T22:37:24.816Z | [verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
4041 | 2025-02-21T22:37:26.091Z | [verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
4042 | 2025-02-21T22:37:26.555Z | [ host-image] Feb 21 22:37:24.608 INFO O| Feb 21 22:37:24.608 INFO O| Download: 2289/22863 items 26.7/199.8MB 13% complete (1.9M/s) |
4043 | 2025-02-21T22:37:28.814Z | [verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
4044 | 2025-02-21T22:37:30.473Z | [verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
4045 | 2025-02-21T22:37:31.556Z | [ host-image] Feb 21 22:37:29.608 INFO O| Feb 21 22:37:29.608 INFO O| Download: 3514/22863 items 35.7/199.8MB 17% complete (1.9M/s) |
4046 | 2025-02-21T22:37:36.681Z | [ host-image] Feb 21 22:37:34.732 INFO O| Feb 21 22:37:34.732 INFO O| Download: 4581/22863 items 42.1/199.8MB 21% complete (1.6M/s) |
4047 | 2025-02-21T22:37:36.717Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
4048 | 2025-02-21T22:37:38.162Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
4049 | 2025-02-21T22:37:38.595Z | [verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
4050 | 2025-02-21T22:37:41.702Z | [ host-image] Feb 21 22:37:39.753 INFO O| Feb 21 22:37:39.753 INFO O| Download: 5263/22863 items 46.2/199.8MB 23% complete (1.0M/s) |
4051 | 2025-02-21T22:37:46.632Z | [verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
4052 | 2025-02-21T22:37:46.712Z | [ host-image] Feb 21 22:37:44.762 INFO O| Feb 21 22:37:44.762 INFO O| Download: 6344/22863 items 46.8/199.8MB 23% complete (480k/s) |
4053 | 2025-02-21T22:37:48.645Z | [verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
4054 | 2025-02-21T22:37:49.316Z | [verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
4055 | 2025-02-21T22:37:51.734Z | [ host-image] Feb 21 22:37:49.784 INFO O| Feb 21 22:37:49.784 INFO O| Download: 7120/22863 items 56.4/199.8MB 28% complete (961k/s) |
4056 | 2025-02-21T22:37:52.710Z | [ recovery-image] Feb 21 22:37:50.759 INFO O| Feb 21 22:37:50.759 INFO O| Planning: Running solver ... Done |
4057 | 2025-02-21T22:37:53.400Z | [ recovery-image] Feb 21 22:37:51.449 INFO O| Feb 21 22:37:51.449 INFO O| Planning: Finding local manifests ... Done |
4058 | 2025-02-21T22:37:53.412Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
4059 | 2025-02-21T22:37:53.426Z | [ recovery-image] Feb 21 22:37:51.476 INFO O| Feb 21 22:37:51.476 INFO O| Planning: Fetching manifests: 0/124 0% complete |
4060 | 2025-02-21T22:37:53.843Z | [verify-libraries] Compiling tough v0.19.0 |
4061 | 2025-02-21T22:37:56.571Z | [verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
4062 | 2025-02-21T22:37:56.735Z | [ host-image] Feb 21 22:37:54.784 INFO O| Feb 21 22:37:54.784 INFO O| Download: 8203/22863 items 61.0/199.8MB 30% complete (1.4M/s) |
4063 | 2025-02-21T22:37:57.786Z | [verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
4064 | 2025-02-21T22:37:58.735Z | [ recovery-image] Feb 21 22:37:56.784 INFO O| Feb 21 22:37:56.784 INFO O| Planning: Fetching manifests: 124/124 100% complete |
4065 | 2025-02-21T22:37:59.537Z | [verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
4066 | 2025-02-21T22:37:59.618Z | [verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
4067 | 2025-02-21T22:37:59.873Z | [ recovery-image] Feb 21 22:37:57.921 INFO O| Feb 21 22:37:57.921 INFO O| Planning: Package planning ... Done |
4068 | 2025-02-21T22:38:00.517Z | [ recovery-image] Feb 21 22:37:58.565 INFO O| Feb 21 22:37:58.565 INFO O| Planning: Merging actions ... Done |
4069 | 2025-02-21T22:38:00.708Z | [ recovery-image] Feb 21 22:37:58.756 INFO O| Feb 21 22:37:58.756 INFO O| Planning: Checking for conflicting actions ... Done |
4070 | 2025-02-21T22:38:00.869Z | [ recovery-image] Feb 21 22:37:58.918 INFO O| Feb 21 22:37:58.917 INFO O| Planning: Consolidating action changes ... Done |
4071 | 2025-02-21T22:38:01.230Z | [ recovery-image] Feb 21 22:37:59.278 INFO O| Feb 21 22:37:59.278 INFO O| Planning: Evaluating mediators ... Done |
4072 | 2025-02-21T22:38:01.755Z | [ host-image] Feb 21 22:37:59.804 INFO O| Feb 21 22:37:59.803 INFO O| Download: 8943/22863 items 71.8/199.8MB 35% complete (1.6M/s) |
4073 | 2025-02-21T22:38:03.006Z | [verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
4074 | 2025-02-21T22:38:03.476Z | [verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
4075 | 2025-02-21T22:38:06.635Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
4076 | 2025-02-21T22:38:06.783Z | [ host-image] Feb 21 22:38:04.831 INFO O| Feb 21 22:38:04.831 INFO O| Download: 10252/22863 items 86.0/199.8MB 43% complete (2.5M/s) |
4077 | 2025-02-21T22:38:07.146Z | [ recovery-image] Feb 21 22:38:05.193 INFO O| Feb 21 22:38:05.193 INFO O| Planning: Planning completed in 188.32 seconds |
4078 | 2025-02-21T22:38:07.152Z | [ recovery-image] Feb 21 22:38:05.199 INFO O| Feb 21 22:38:05.199 INFO O| Packages to install: 124 |
4079 | 2025-02-21T22:38:07.155Z | [ recovery-image] Feb 21 22:38:05.199 INFO O| Feb 21 22:38:05.199 INFO O| Mediators to change: 4 |
4080 | 2025-02-21T22:38:07.155Z | [ recovery-image] Feb 21 22:38:05.199 INFO O| Feb 21 22:38:05.199 INFO O| Services to change: 5 |
4081 | 2025-02-21T22:38:07.234Z | [ recovery-image] Feb 21 22:38:05.281 INFO O| Feb 21 22:38:05.281 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete |
4082 | 2025-02-21T22:38:08.735Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
4083 | 2025-02-21T22:38:11.825Z | [ host-image] Feb 21 22:38:09.872 INFO O| Feb 21 22:38:09.872 INFO O| Download: 10919/22863 items 90.2/199.8MB 45% complete (1.9M/s) |
4084 | 2025-02-21T22:38:12.316Z | [ recovery-image] Feb 21 22:38:10.342 INFO O| Feb 21 22:38:10.342 INFO O| Download: 1004/15934 items 7.8/176.5MB 4% complete (1.7M/s) |
4085 | 2025-02-21T22:38:15.209Z | [verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
4086 | 2025-02-21T22:38:16.826Z | [ host-image] Feb 21 22:38:14.872 INFO O| Feb 21 22:38:14.872 INFO O| Download: 11632/22863 items 96.4/199.8MB 48% complete (1.1M/s) |
4087 | 2025-02-21T22:38:17.300Z | [ recovery-image] Feb 21 22:38:15.346 INFO O| Feb 21 22:38:15.346 INFO O| Download: 1336/15934 items 20.3/176.5MB 11% complete (2.0M/s) |
4088 | 2025-02-21T22:38:22.298Z | [ host-image] Feb 21 22:38:20.343 INFO O| Feb 21 22:38:20.343 INFO O| Download: 12253/22863 items 108.5/199.8MB 54% complete (1.8M/s) |
4089 | 2025-02-21T22:38:22.309Z | [ recovery-image] Feb 21 22:38:20.354 INFO O| Feb 21 22:38:20.354 INFO O| Download: 2087/15934 items 30.4/176.5MB 17% complete (2.3M/s) |
4090 | 2025-02-21T22:38:23.524Z | [verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
4091 | 2025-02-21T22:38:23.756Z | [verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
4092 | 2025-02-21T22:38:27.314Z | [ host-image] Feb 21 22:38:25.358 INFO O| Feb 21 22:38:25.358 INFO O| Download: 13155/22863 items 110.0/199.8MB 55% complete (1.4M/s) |
4093 | 2025-02-21T22:38:27.314Z | [ recovery-image] Feb 21 22:38:25.358 INFO O| Feb 21 22:38:25.358 INFO O| Download: 3000/15934 items 37.1/176.5MB 21% complete (1.7M/s) |
4094 | 2025-02-21T22:38:29.184Z | [verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
4095 | 2025-02-21T22:38:29.490Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
4096 | 2025-02-21T22:38:30.169Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4097 | 2025-02-21T22:38:32.454Z | [ host-image] Feb 21 22:38:30.497 INFO O| Feb 21 22:38:30.497 INFO O| Download: 13963/22863 items 110.4/199.8MB 55% complete (202k/s) |
4098 | 2025-02-21T22:38:32.894Z | [ recovery-image] Feb 21 22:38:30.938 INFO O| Feb 21 22:38:30.937 INFO O| Download: 3761/15934 items 40.3/176.5MB 22% complete (1.1M/s) |
4099 | 2025-02-21T22:38:36.345Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
4100 | 2025-02-21T22:38:37.622Z | [verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
4101 | 2025-02-21T22:38:37.791Z | [ host-image] Feb 21 22:38:35.830 INFO O| Feb 21 22:38:35.830 INFO O| Download: 14528/22863 items 112.3/199.8MB 56% complete (210k/s) |
4102 | 2025-02-21T22:38:37.902Z | [ recovery-image] Feb 21 22:38:35.945 INFO O| Feb 21 22:38:35.945 INFO O| Download: 4795/15934 items 43.1/176.5MB 24% complete (599k/s) |
4103 | 2025-02-21T22:38:42.797Z | [ host-image] Feb 21 22:38:40.838 INFO O| Feb 21 22:38:40.838 INFO O| Download: 15050/22863 items 119.2/199.8MB 59% complete (868k/s) |
4104 | 2025-02-21T22:38:42.953Z | [ recovery-image] Feb 21 22:38:40.995 INFO O| Feb 21 22:38:40.995 INFO O| Download: 5729/15934 items 44.2/176.5MB 25% complete (390k/s) |
4105 | 2025-02-21T22:38:47.649Z | [verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
4106 | 2025-02-21T22:38:47.797Z | [ host-image] Feb 21 22:38:45.838 INFO O| Feb 21 22:38:45.838 INFO O| Download: 15907/22863 items 129.5/199.8MB 64% complete (1.6M/s) |
4107 | 2025-02-21T22:38:47.872Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
4108 | 2025-02-21T22:38:47.933Z | [verify-libraries] Compiling sct v0.7.1 |
4109 | 2025-02-21T22:38:48.164Z | [ recovery-image] Feb 21 22:38:46.205 INFO O| Feb 21 22:38:46.205 INFO O| Download: 5985/15934 items 53.2/176.5MB 30% complete (994k/s) |
4110 | 2025-02-21T22:38:48.277Z | [verify-libraries] Compiling rustls-webpki v0.101.7 |
4111 | 2025-02-21T22:38:48.453Z | [verify-libraries] Compiling rustls v0.21.12 |
4112 | 2025-02-21T22:38:48.528Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
4113 | 2025-02-21T22:38:52.303Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
4114 | 2025-02-21T22:38:52.820Z | [ host-image] Feb 21 22:38:50.860 INFO O| Feb 21 22:38:50.860 INFO O| Download: 16975/22863 items 142.8/199.8MB 71% complete (2.3M/s) |
4115 | 2025-02-21T22:38:53.630Z | [ recovery-image] Feb 21 22:38:51.670 INFO O| Feb 21 22:38:51.670 INFO O| Download: 6175/15934 items 56.8/176.5MB 32% complete (1.2M/s) |
4116 | 2025-02-21T22:38:58.010Z | [ host-image] Feb 21 22:38:56.050 INFO O| Feb 21 22:38:56.050 INFO O| Download: 17983/22863 items 153.9/199.8MB 77% complete (2.3M/s) |
4117 | 2025-02-21T22:38:58.634Z | [ recovery-image] Feb 21 22:38:56.674 INFO O| Feb 21 22:38:56.674 INFO O| Download: 6812/15934 items 65.0/176.5MB 36% complete (1.1M/s) |
4118 | 2025-02-21T22:39:03.030Z | [ host-image] Feb 21 22:39:01.068 INFO O| Feb 21 22:39:01.068 INFO O| Download: 18446/22863 items 163.4/199.8MB 81% complete (2.1M/s) |
4119 | 2025-02-21T22:39:03.641Z | [ recovery-image] Feb 21 22:39:01.680 INFO O| Feb 21 22:39:01.680 INFO O| Download: 7694/15934 items 73.8/176.5MB 41% complete (1.8M/s) |
4120 | 2025-02-21T22:39:05.030Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
4121 | 2025-02-21T22:39:08.033Z | [ host-image] Feb 21 22:39:06.071 INFO O| Feb 21 22:39:06.071 INFO O| Download: 19061/22863 items 167.0/199.8MB 83% complete (1.8M/s) |
4122 | 2025-02-21T22:39:08.650Z | [ recovery-image] Feb 21 22:39:06.688 INFO O| Feb 21 22:39:06.687 INFO O| Download: 8124/15934 items 79.7/176.5MB 45% complete (1.5M/s) |
4123 | 2025-02-21T22:39:13.364Z | [ host-image] Feb 21 22:39:11.400 INFO O| Feb 21 22:39:11.400 INFO O| Download: 20080/22863 items 170.5/199.8MB 85% complete (725k/s) |
4124 | 2025-02-21T22:39:13.723Z | [ recovery-image] Feb 21 22:39:11.760 INFO O| Feb 21 22:39:11.760 INFO O| Download: 8729/15934 items 81.7/176.5MB 46% complete (775k/s) |
4125 | 2025-02-21T22:39:17.917Z | [verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
4126 | 2025-02-21T22:39:18.544Z | [ host-image] Feb 21 22:39:16.581 INFO O| Feb 21 22:39:16.581 INFO O| Download: 20914/22863 items 176.8/199.8MB 88% complete (909k/s) |
4127 | 2025-02-21T22:39:18.724Z | [ recovery-image] Feb 21 22:39:16.760 INFO O| Feb 21 22:39:16.760 INFO O| Download: 9148/15934 items 92.9/176.5MB 52% complete (1.3M/s) |
4128 | 2025-02-21T22:39:23.555Z | [ host-image] Feb 21 22:39:21.591 INFO O| Feb 21 22:39:21.591 INFO O| Download: 21318/22863 items 180.0/199.8MB 90% complete (969k/s) |
4129 | 2025-02-21T22:39:23.731Z | [ recovery-image] Feb 21 22:39:21.766 INFO O| Feb 21 22:39:21.766 INFO O| Download: 10219/15934 items 93.4/176.5MB 52% complete (1.2M/s) |
4130 | 2025-02-21T22:39:25.027Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
4131 | 2025-02-21T22:39:28.931Z | [ host-image] Feb 21 22:39:26.967 INFO O| Feb 21 22:39:26.966 INFO O| Download: 21997/22863 items 191.5/199.8MB 95% complete (1.6M/s) |
4132 | 2025-02-21T22:39:28.995Z | [ recovery-image] Feb 21 22:39:27.030 INFO O| Feb 21 22:39:27.030 INFO O| Download: 11115/15934 items 95.5/176.5MB 54% complete (230k/s) |
4133 | 2025-02-21T22:39:30.079Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
4134 | 2025-02-21T22:39:33.962Z | [ host-image] Feb 21 22:39:31.996 INFO O| Feb 21 22:39:31.996 INFO O| Download: 22334/22863 items 197.9/199.8MB 99% complete (1.8M/s) |
4135 | 2025-02-21T22:39:34.010Z | [ recovery-image] Feb 21 22:39:32.043 INFO O| Feb 21 22:39:32.043 INFO O| Download: 11590/15934 items 111.5/176.5MB 63% complete (1.8M/s) |
4136 | 2025-02-21T22:39:35.400Z | [verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
4137 | 2025-02-21T22:39:36.191Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
4138 | 2025-02-21T22:39:36.565Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
4139 | 2025-02-21T22:39:36.940Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
4140 | 2025-02-21T22:39:37.226Z | [ host-image] Feb 21 22:39:35.260 INFO O| Feb 21 22:39:35.259 INFO O| Download: Completed 199.77 MB in 146.04 seconds (1.4M/s) |
4141 | 2025-02-21T22:39:37.624Z | [verify-libraries] Compiling tokio-rustls v0.24.1 |
4142 | 2025-02-21T22:39:38.261Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
4143 | 2025-02-21T22:39:38.722Z | [ host-image] Feb 21 22:39:36.756 INFO O| Feb 21 22:39:36.756 INFO O| Actions: 1/49570 actions (Installing new actions) |
4144 | 2025-02-21T22:39:39.088Z | [ recovery-image] Feb 21 22:39:37.121 INFO O| Feb 21 22:39:37.121 INFO O| Download: 12093/15934 items 140.2/176.5MB 79% complete (4.5M/s) |
4145 | 2025-02-21T22:39:39.220Z | [verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
4146 | 2025-02-21T22:39:42.949Z | [verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
4147 | 2025-02-21T22:39:43.723Z | [ host-image] Feb 21 22:39:41.756 INFO O| Feb 21 22:39:41.756 INFO O| Actions: 10297/49570 actions (Installing new actions) |
4148 | 2025-02-21T22:39:44.102Z | [ recovery-image] Feb 21 22:39:42.135 INFO O| Feb 21 22:39:42.135 INFO O| Download: 13130/15934 items 145.3/176.5MB 82% complete (3.4M/s) |
4149 | 2025-02-21T22:39:45.174Z | [verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
4150 | 2025-02-21T22:39:46.769Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
4151 | 2025-02-21T22:39:47.167Z | [verify-libraries] Compiling num-bigint v0.4.6 |
4152 | 2025-02-21T22:39:48.184Z | [verify-libraries] Compiling des v0.8.1 |
4153 | 2025-02-21T22:39:48.735Z | [ host-image] Feb 21 22:39:46.767 INFO O| Feb 21 22:39:46.767 INFO O| Actions: 15667/49570 actions (Installing new actions) |
4154 | 2025-02-21T22:39:49.105Z | [ recovery-image] Feb 21 22:39:47.137 INFO O| Feb 21 22:39:47.136 INFO O| Download: 14185/15934 items 148.9/176.5MB 84% complete (887k/s) |
4155 | 2025-02-21T22:39:49.223Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4156 | 2025-02-21T22:39:50.384Z | [verify-libraries] Compiling hex-literal v0.4.1 |
4157 | 2025-02-21T22:39:50.515Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4158 | 2025-02-21T22:39:50.579Z | [verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
4159 | 2025-02-21T22:39:50.856Z | [verify-libraries] Compiling russh v0.45.0 |
4160 | 2025-02-21T22:39:53.736Z | [ host-image] Feb 21 22:39:51.767 INFO O| Feb 21 22:39:51.767 INFO O| Actions: 22291/49570 actions (Installing new actions) |
4161 | 2025-02-21T22:39:54.110Z | [ recovery-image] Feb 21 22:39:52.140 INFO O| Feb 21 22:39:52.140 INFO O| Download: 14914/15934 items 157.2/176.5MB 89% complete (1.2M/s) |
4162 | 2025-02-21T22:39:57.236Z | [verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
4163 | 2025-02-21T22:39:57.398Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4164 | 2025-02-21T22:39:58.737Z | [ host-image] Feb 21 22:39:56.767 INFO O| Feb 21 22:39:56.767 INFO O| Actions: 47840/49570 actions (Installing new actions) |
4165 | 2025-02-21T22:39:59.135Z | [ recovery-image] Feb 21 22:39:57.164 INFO O| Feb 21 22:39:57.164 INFO O| Download: 15665/15934 items 169.4/176.5MB 96% complete (2.1M/s) |
4166 | 2025-02-21T22:40:00.445Z | [verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
4167 | 2025-02-21T22:40:00.520Z | [ host-image] Feb 21 22:39:58.550 INFO O| Feb 21 22:39:58.550 INFO O| Actions: Completed 49570 actions in 21.79 seconds. |
4168 | 2025-02-21T22:40:01.365Z | [ host-image] Feb 21 22:39:59.395 INFO O| Feb 21 22:39:59.394 INFO O| Done |
4169 | 2025-02-21T22:40:01.365Z | [ host-image] Feb 21 22:39:59.395 INFO O| Feb 21 22:39:59.395 INFO O| Done |
4170 | 2025-02-21T22:40:01.681Z | [ recovery-image] Feb 21 22:39:59.710 INFO O| Feb 21 22:39:59.710 INFO O| Download: Completed 176.48 MB in 114.43 seconds (1.5M/s) |
4171 | 2025-02-21T22:40:02.815Z | [ recovery-image] Feb 21 22:40:00.840 INFO O| Feb 21 22:40:00.840 INFO O| Actions: 1/25107 actions (Installing new actions) |
4172 | 2025-02-21T22:40:03.401Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
4173 | 2025-02-21T22:40:03.961Z | [ host-image] Feb 21 22:40:01.990 INFO O| Feb 21 22:40:01.990 INFO O| Done |
4174 | 2025-02-21T22:40:07.065Z | [ host-image] Feb 21 22:40:05.093 INFO O| Feb 21 22:40:05.093 INFO O| Done |
4175 | 2025-02-21T22:40:07.103Z | [ host-image] Feb 21 22:40:05.132 INFO O| Feb 21 22:40:05.132 INFO O| Done |
4176 | 2025-02-21T22:40:07.815Z | [ recovery-image] Feb 21 22:40:05.843 INFO O| Feb 21 22:40:05.843 INFO O| Actions: 8377/25107 actions (Installing new actions) |
4177 | 2025-02-21T22:40:08.518Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
4178 | 2025-02-21T22:40:08.972Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
4179 | 2025-02-21T22:40:12.815Z | [ recovery-image] Feb 21 22:40:10.843 INFO O| Feb 21 22:40:10.843 INFO O| Actions: 13344/25107 actions (Installing new actions) |
4180 | 2025-02-21T22:40:15.025Z | [ host-image] Feb 21 22:40:13.053 INFO O| Feb 21 22:40:13.053 INFO O| Done |
4181 | 2025-02-21T22:40:16.472Z | [ host-image] Feb 21 22:40:14.499 INFO O| Feb 21 22:40:14.499 INFO O| Done |
4182 | 2025-02-21T22:40:17.263Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
4183 | 2025-02-21T22:40:17.505Z | [ host-image] Feb 21 22:40:15.530 INFO O| Feb 21 22:40:15.530 INFO STEP 11 (pkg_install) COMPLETE |
4184 | 2025-02-21T22:40:17.506Z | [ host-image] Feb 21 22:40:15.530 INFO O| Feb 21 22:40:15.530 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4185 | 2025-02-21T22:40:17.528Z | [ host-image] Feb 21 22:40:15.555 INFO O| Feb 21 22:40:15.555 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"] |
4186 | 2025-02-21T22:40:17.818Z | [ recovery-image] Feb 21 22:40:15.843 INFO O| Feb 21 22:40:15.843 INFO O| Actions: 21977/25107 actions (Installing new actions) |
4187 | 2025-02-21T22:40:19.297Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
4188 | 2025-02-21T22:40:19.476Z | [ recovery-image] Feb 21 22:40:17.503 INFO O| Feb 21 22:40:17.503 INFO O| Actions: Completed 25107 actions in 16.66 seconds. |
4189 | 2025-02-21T22:40:20.213Z | [ recovery-image] Feb 21 22:40:18.239 INFO O| Feb 21 22:40:18.239 INFO O| Done |
4190 | 2025-02-21T22:40:20.216Z | [ recovery-image] Feb 21 22:40:18.240 INFO O| Feb 21 22:40:18.239 INFO O| Done |
4191 | 2025-02-21T22:40:21.545Z | [ host-image] Feb 21 22:40:19.572 INFO O| Feb 21 22:40:19.572 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4192 | 2025-02-21T22:40:22.996Z | [ recovery-image] Feb 21 22:40:21.022 INFO O| Feb 21 22:40:21.022 INFO O| Done |
4193 | 2025-02-21T22:40:24.943Z | [ recovery-image] Feb 21 22:40:22.969 INFO O| Feb 21 22:40:22.969 INFO O| Done |
4194 | 2025-02-21T22:40:24.969Z | [ recovery-image] Feb 21 22:40:22.996 INFO O| Feb 21 22:40:22.995 INFO O| Done |
4195 | 2025-02-21T22:40:27.310Z | [ host-image] Feb 21 22:40:25.337 INFO O| Feb 21 22:40:25.337 INFO O| Planning: Solver setup ... Done |
4196 | 2025-02-21T22:40:27.318Z | [ host-image] Feb 21 22:40:25.344 INFO O| Feb 21 22:40:25.344 INFO O| Planning: Running solver ... Done |
4197 | 2025-02-21T22:40:27.426Z | [ host-image] Feb 21 22:40:25.452 INFO O| Feb 21 22:40:25.452 INFO O| Planning: Finding local manifests ... Done |
4198 | 2025-02-21T22:40:27.428Z | [ host-image] Feb 21 22:40:25.454 INFO O| Feb 21 22:40:25.454 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4199 | 2025-02-21T22:40:27.774Z | [ host-image] Feb 21 22:40:25.800 INFO O| Feb 21 22:40:25.800 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4200 | 2025-02-21T22:40:27.813Z | [ host-image] Feb 21 22:40:25.839 INFO O| Feb 21 22:40:25.839 INFO O| Planning: Package planning ... Done |
4201 | 2025-02-21T22:40:27.823Z | [ host-image] Feb 21 22:40:25.849 INFO O| Feb 21 22:40:25.849 INFO O| Planning: Merging actions ... Done |
4202 | 2025-02-21T22:40:28.010Z | [ host-image] Feb 21 22:40:26.036 INFO O| Feb 21 22:40:26.036 INFO O| Planning: Checking for conflicting actions ... Done |
4203 | 2025-02-21T22:40:28.013Z | [ host-image] Feb 21 22:40:26.038 INFO O| Feb 21 22:40:26.038 INFO O| Planning: Consolidating action changes ... Done |
4204 | 2025-02-21T22:40:28.413Z | [ host-image] Feb 21 22:40:26.439 INFO O| Feb 21 22:40:26.439 INFO O| Planning: Evaluating mediators ... Done |
4205 | 2025-02-21T22:40:28.416Z | [ host-image] Feb 21 22:40:26.441 INFO O| Feb 21 22:40:26.441 INFO O| Planning: Planning completed in 6.87 seconds |
4206 | 2025-02-21T22:40:28.418Z | [ host-image] Feb 21 22:40:26.444 INFO O| Feb 21 22:40:26.444 INFO O| Packages to install: 5 |
4207 | 2025-02-21T22:40:28.418Z | [ host-image] Feb 21 22:40:26.444 INFO O| Feb 21 22:40:26.444 INFO O| Services to change: 2 |
4208 | 2025-02-21T22:40:28.438Z | [ host-image] Feb 21 22:40:26.464 INFO O| Feb 21 22:40:26.464 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete |
4209 | 2025-02-21T22:40:28.915Z | [verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
4210 | 2025-02-21T22:40:30.041Z | [ recovery-image] Feb 21 22:40:28.067 INFO O| Feb 21 22:40:28.067 INFO O| Done |
4211 | 2025-02-21T22:40:30.103Z | [ host-image] Feb 21 22:40:28.129 INFO O| Feb 21 22:40:28.129 INFO O| Download: Completed 1.46 MB in 1.66 seconds (896k/s) |
4212 | 2025-02-21T22:40:30.212Z | [ host-image] Feb 21 22:40:28.238 INFO O| Feb 21 22:40:28.238 INFO O| Actions: 1/306 actions (Installing new actions) |
4213 | 2025-02-21T22:40:30.420Z | [ host-image] Feb 21 22:40:28.445 INFO O| Feb 21 22:40:28.445 INFO O| Actions: Completed 306 actions in 0.21 seconds. |
4214 | 2025-02-21T22:40:30.799Z | [ recovery-image] Feb 21 22:40:28.825 INFO O| Feb 21 22:40:28.824 INFO O| Done |
4215 | 2025-02-21T22:40:31.166Z | [ host-image] Feb 21 22:40:29.191 INFO O| Feb 21 22:40:29.191 INFO O| Done |
4216 | 2025-02-21T22:40:31.166Z | [ host-image] Feb 21 22:40:29.191 INFO O| Feb 21 22:40:29.191 INFO O| Done |
4217 | 2025-02-21T22:40:31.464Z | [ recovery-image] Feb 21 22:40:29.490 INFO O| Feb 21 22:40:29.489 INFO STEP 11 (pkg_install) COMPLETE |
4218 | 2025-02-21T22:40:31.464Z | [ recovery-image] Feb 21 22:40:29.490 INFO O| Feb 21 22:40:29.489 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4219 | 2025-02-21T22:40:31.464Z | [ recovery-image] Feb 21 22:40:29.490 INFO O| Feb 21 22:40:29.490 INFO skip step because feature "recovery" is enabled |
4220 | 2025-02-21T22:40:31.467Z | [ recovery-image] Feb 21 22:40:29.490 INFO O| Feb 21 22:40:29.490 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4221 | 2025-02-21T22:40:31.467Z | [ recovery-image] Feb 21 22:40:29.490 INFO O| Feb 21 22:40:29.490 INFO skip step because feature "omicron1" is not enabled |
4222 | 2025-02-21T22:40:31.467Z | [ recovery-image] Feb 21 22:40:29.490 INFO O| Feb 21 22:40:29.490 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4223 | 2025-02-21T22:40:31.484Z | [ recovery-image] Feb 21 22:40:29.510 INFO O| Feb 21 22:40:29.510 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
4224 | 2025-02-21T22:40:32.554Z | [ host-image] Feb 21 22:40:30.580 INFO O| Feb 21 22:40:30.580 INFO O| Done |
4225 | 2025-02-21T22:40:32.739Z | [ recovery-image] Feb 21 22:40:30.765 INFO O| Feb 21 22:40:30.765 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4226 | 2025-02-21T22:40:35.444Z | [ host-image] Feb 21 22:40:33.469 INFO O| Feb 21 22:40:33.469 INFO O| Done |
4227 | 2025-02-21T22:40:35.490Z | [ host-image] Feb 21 22:40:33.515 INFO O| Feb 21 22:40:33.515 INFO O| Done |
4228 | 2025-02-21T22:40:35.500Z | [ host-image] Feb 21 22:40:33.515 INFO O| Feb 21 22:40:33.515 INFO O| Done |
4229 | 2025-02-21T22:40:35.518Z | [ host-image] Feb 21 22:40:33.544 INFO O| Feb 21 22:40:33.543 INFO O| Done |
4230 | 2025-02-21T22:40:35.806Z | [ host-image] Feb 21 22:40:33.829 INFO O| Feb 21 22:40:33.829 INFO STEP 12 (pkg_install) COMPLETE |
4231 | 2025-02-21T22:40:35.806Z | [ host-image] Feb 21 22:40:33.829 INFO O| Feb 21 22:40:33.829 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4232 | 2025-02-21T22:40:35.824Z | [ host-image] Feb 21 22:40:33.849 INFO O| Feb 21 22:40:33.849 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4233 | 2025-02-21T22:40:35.874Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4234 | 2025-02-21T22:40:37.446Z | [ host-image] Feb 21 22:40:35.471 INFO O| Feb 21 22:40:35.470 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4235 | 2025-02-21T22:40:38.177Z | [ recovery-image] Feb 21 22:40:36.198 INFO O| Feb 21 22:40:36.197 INFO O| Planning: Solver setup ... Done |
4236 | 2025-02-21T22:40:38.183Z | [ recovery-image] Feb 21 22:40:36.204 INFO O| Feb 21 22:40:36.204 INFO O| Planning: Running solver ... Done |
4237 | 2025-02-21T22:40:38.443Z | [ recovery-image] Feb 21 22:40:36.468 INFO O| Feb 21 22:40:36.468 INFO O| Planning: Finding local manifests ... Done |
4238 | 2025-02-21T22:40:38.446Z | [ recovery-image] Feb 21 22:40:36.469 INFO O| Feb 21 22:40:36.469 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4239 | 2025-02-21T22:40:38.772Z | [ recovery-image] Feb 21 22:40:36.797 INFO O| Feb 21 22:40:36.796 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4240 | 2025-02-21T22:40:38.807Z | [ recovery-image] Feb 21 22:40:36.831 INFO O| Feb 21 22:40:36.831 INFO O| Planning: Package planning ... Done |
4241 | 2025-02-21T22:40:38.810Z | [ recovery-image] Feb 21 22:40:36.832 INFO O| Feb 21 22:40:36.832 INFO O| Planning: Merging actions ... Done |
4242 | 2025-02-21T22:40:38.892Z | [ recovery-image] Feb 21 22:40:36.917 INFO O| Feb 21 22:40:36.917 INFO O| Planning: Checking for conflicting actions ... Done |
4243 | 2025-02-21T22:40:38.895Z | [ recovery-image] Feb 21 22:40:36.917 INFO O| Feb 21 22:40:36.917 INFO O| Planning: Consolidating action changes ... Done |
4244 | 2025-02-21T22:40:39.228Z | [ recovery-image] Feb 21 22:40:37.253 INFO O| Feb 21 22:40:37.253 INFO O| Planning: Evaluating mediators ... Done |
4245 | 2025-02-21T22:40:39.231Z | [ recovery-image] Feb 21 22:40:37.254 INFO O| Feb 21 22:40:37.253 INFO O| Planning: Planning completed in 6.49 seconds |
4246 | 2025-02-21T22:40:39.231Z | [ recovery-image] Feb 21 22:40:37.256 INFO O| Feb 21 22:40:37.256 INFO O| Packages to install: 1 |
4247 | 2025-02-21T22:40:39.267Z | [ recovery-image] Feb 21 22:40:37.291 INFO O| Feb 21 22:40:37.291 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
4248 | 2025-02-21T22:40:40.148Z | [ recovery-image] Feb 21 22:40:38.173 INFO O| Feb 21 22:40:38.173 INFO O| Download: Completed 10.27 MB in 0.88 seconds (11.7M/s) |
4249 | 2025-02-21T22:40:40.260Z | [ recovery-image] Feb 21 22:40:38.284 INFO O| Feb 21 22:40:38.283 INFO O| Actions: 1/22 actions (Installing new actions) |
4250 | 2025-02-21T22:40:40.663Z | [ recovery-image] Feb 21 22:40:38.687 INFO O| Feb 21 22:40:38.687 INFO O| Actions: Completed 22 actions in 0.40 seconds. |
4251 | 2025-02-21T22:40:41.291Z | [ recovery-image] Feb 21 22:40:39.315 INFO O| Feb 21 22:40:39.315 INFO O| Done |
4252 | 2025-02-21T22:40:41.291Z | [ recovery-image] Feb 21 22:40:39.315 INFO O| Feb 21 22:40:39.315 INFO O| Done |
4253 | 2025-02-21T22:40:41.936Z | [ host-image] Feb 21 22:40:39.960 INFO O| Feb 21 22:40:39.960 INFO O| Planning: Solver setup ... Done |
4254 | 2025-02-21T22:40:41.943Z | [ host-image] Feb 21 22:40:39.967 INFO O| Feb 21 22:40:39.967 INFO O| Planning: Running solver ... Done |
4255 | 2025-02-21T22:40:42.046Z | [ host-image] Feb 21 22:40:40.070 INFO O| Feb 21 22:40:40.070 INFO O| Planning: Finding local manifests ... Done |
4256 | 2025-02-21T22:40:42.049Z | [ host-image] Feb 21 22:40:40.072 INFO O| Feb 21 22:40:40.072 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4257 | 2025-02-21T22:40:42.461Z | [ host-image] Feb 21 22:40:40.485 INFO O| Feb 21 22:40:40.485 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4258 | 2025-02-21T22:40:42.617Z | [ host-image] Feb 21 22:40:40.641 INFO O| Feb 21 22:40:40.641 INFO O| Planning: Package planning ... Done |
4259 | 2025-02-21T22:40:42.654Z | [ host-image] Feb 21 22:40:40.678 INFO O| Feb 21 22:40:40.678 INFO O| Planning: Merging actions ... Done |
4260 | 2025-02-21T22:40:42.681Z | [ recovery-image] Feb 21 22:40:40.705 INFO O| Feb 21 22:40:40.705 INFO O| Done |
4261 | 2025-02-21T22:40:42.818Z | [ host-image] Feb 21 22:40:40.842 INFO O| Feb 21 22:40:40.842 INFO O| Planning: Checking for conflicting actions ... Done |
4262 | 2025-02-21T22:40:42.826Z | [ host-image] Feb 21 22:40:40.850 INFO O| Feb 21 22:40:40.850 INFO O| Planning: Consolidating action changes ... Done |
4263 | 2025-02-21T22:40:43.227Z | [ host-image] Feb 21 22:40:41.250 INFO O| Feb 21 22:40:41.250 INFO O| Planning: Evaluating mediators ... Done |
4264 | 2025-02-21T22:40:43.231Z | [ host-image] Feb 21 22:40:41.255 INFO O| Feb 21 22:40:41.255 INFO O| Planning: Planning completed in 5.78 seconds |
4265 | 2025-02-21T22:40:43.234Z | [ host-image] Feb 21 22:40:41.258 INFO O| Feb 21 22:40:41.258 INFO O| Packages to install: 6 |
4266 | 2025-02-21T22:40:43.234Z | [ host-image] Feb 21 22:40:41.258 INFO O| Feb 21 22:40:41.258 INFO O| Mediators to change: 1 |
4267 | 2025-02-21T22:40:43.235Z | [ host-image] Feb 21 22:40:41.258 INFO O| Feb 21 22:40:41.258 INFO O| Services to change: 1 |
4268 | 2025-02-21T22:40:43.257Z | [ host-image] Feb 21 22:40:41.281 INFO O| Feb 21 22:40:41.281 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4269 | 2025-02-21T22:40:44.714Z | [ recovery-image] Feb 21 22:40:42.738 INFO O| Feb 21 22:40:42.738 INFO O| Done |
4270 | 2025-02-21T22:40:44.738Z | [ recovery-image] Feb 21 22:40:42.762 INFO O| Feb 21 22:40:42.762 INFO O| Done |
4271 | 2025-02-21T22:40:44.738Z | [ recovery-image] Feb 21 22:40:42.762 INFO O| Feb 21 22:40:42.762 INFO O| Done |
4272 | 2025-02-21T22:40:44.756Z | [ recovery-image] Feb 21 22:40:42.779 INFO O| Feb 21 22:40:42.779 INFO O| Done |
4273 | 2025-02-21T22:40:45.008Z | [ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO STEP 14 (pkg_install) COMPLETE |
4274 | 2025-02-21T22:40:45.008Z | [ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4275 | 2025-02-21T22:40:45.008Z | [ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO skip step because feature "mfg" is not enabled |
4276 | 2025-02-21T22:40:45.011Z | [ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4277 | 2025-02-21T22:40:45.011Z | [ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO skip step because feature "compliance" is not enabled |
4278 | 2025-02-21T22:40:45.011Z | [ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4279 | 2025-02-21T22:40:45.011Z | [ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO skip step because feature "stress" is not enabled |
4280 | 2025-02-21T22:40:45.011Z | [ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4281 | 2025-02-21T22:40:45.011Z | [ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO skip step because feature "nfs" is not enabled |
4282 | 2025-02-21T22:40:45.011Z | [ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4283 | 2025-02-21T22:40:45.011Z | [ recovery-image] Feb 21 22:40:43.032 INFO O| Feb 21 22:40:43.032 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4284 | 2025-02-21T22:40:45.059Z | [verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
4285 | 2025-02-21T22:40:45.109Z | [ recovery-image] Feb 21 22:40:43.133 INFO O| Feb 21 22:40:43.132 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4286 | 2025-02-21T22:40:45.313Z | [ recovery-image] Feb 21 22:40:43.336 INFO O| Feb 21 22:40:43.336 INFO completed processing gimlet/ramdisk-01-os |
4287 | 2025-02-21T22:40:45.316Z | [ recovery-image] Feb 21 22:40:43.340 INFO image builder template: ramdisk-02-trim... |
4288 | 2025-02-21T22:40:45.316Z | [ recovery-image] Feb 21 22:40:43.340 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/.tmpguEzOU/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 |
4289 | 2025-02-21T22:40:45.362Z | [ recovery-image] Feb 21 22:40:43.385 INFO O| Feb 21 22:40:43.385 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4290 | 2025-02-21T22:40:45.369Z | [ recovery-image] Feb 21 22:40:43.393 INFO O| Feb 21 22:40:43.393 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4291 | 2025-02-21T22:40:45.487Z | [ recovery-image] Feb 21 22:40:43.510 INFO O| Feb 21 22:40:43.510 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4292 | 2025-02-21T22:40:45.616Z | [ recovery-image] Feb 21 22:40:43.639 INFO O| Feb 21 22:40:43.639 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4293 | 2025-02-21T22:40:45.619Z | [ recovery-image] Feb 21 22:40:43.640 INFO O| Feb 21 22:40:43.640 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4294 | 2025-02-21T22:40:45.628Z | [ recovery-image] Feb 21 22:40:43.652 INFO O| Feb 21 22:40:43.651 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4295 | 2025-02-21T22:40:45.676Z | [ recovery-image] Feb 21 22:40:43.699 INFO O| Feb 21 22:40:43.699 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4296 | 2025-02-21T22:40:45.724Z | [ recovery-image] Feb 21 22:40:43.747 INFO O| Feb 21 22:40:43.747 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4297 | 2025-02-21T22:40:46.481Z | [ recovery-image] Feb 21 22:40:44.505 INFO O| Feb 21 22:40:44.504 INFO rolled back to input snapshot; work may begin |
4298 | 2025-02-21T22:40:46.481Z | [ recovery-image] Feb 21 22:40:44.505 INFO O| Feb 21 22:40:44.504 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4299 | 2025-02-21T22:40:46.491Z | [ recovery-image] Feb 21 22:40:44.515 INFO O| Feb 21 22:40:44.515 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4300 | 2025-02-21T22:40:46.512Z | [ recovery-image] Feb 21 22:40:44.535 INFO O| Feb 21 22:40:44.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4301 | 2025-02-21T22:40:46.706Z | [ recovery-image] Feb 21 22:40:44.729 INFO O| Feb 21 22:40:44.729 INFO STEP 0 (remove_files) COMPLETE |
4302 | 2025-02-21T22:40:46.706Z | [ recovery-image] Feb 21 22:40:44.729 INFO O| Feb 21 22:40:44.729 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4303 | 2025-02-21T22:40:46.742Z | [ recovery-image] Feb 21 22:40:44.765 INFO O| Feb 21 22:40:44.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4304 | 2025-02-21T22:40:46.745Z | [ recovery-image] Feb 21 22:40:44.768 INFO O| Feb 21 22:40:44.768 INFO STEP 1 (remove_files) COMPLETE |
4305 | 2025-02-21T22:40:46.745Z | [ recovery-image] Feb 21 22:40:44.768 INFO O| Feb 21 22:40:44.768 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4306 | 2025-02-21T22:40:46.764Z | [ recovery-image] Feb 21 22:40:44.787 INFO O| Feb 21 22:40:44.787 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4307 | 2025-02-21T22:40:46.813Z | [ recovery-image] Feb 21 22:40:44.836 INFO O| Feb 21 22:40:44.836 INFO STEP 2 (remove_files) COMPLETE |
4308 | 2025-02-21T22:40:46.813Z | [ recovery-image] Feb 21 22:40:44.836 INFO O| Feb 21 22:40:44.836 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4309 | 2025-02-21T22:40:46.848Z | [ recovery-image] Feb 21 22:40:44.870 INFO O| Feb 21 22:40:44.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4310 | 2025-02-21T22:40:46.851Z | [ recovery-image] Feb 21 22:40:44.874 INFO O| Feb 21 22:40:44.874 INFO STEP 3 (remove_files) COMPLETE |
4311 | 2025-02-21T22:40:46.851Z | [ recovery-image] Feb 21 22:40:44.874 INFO O| Feb 21 22:40:44.874 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4312 | 2025-02-21T22:40:46.871Z | [ recovery-image] Feb 21 22:40:44.893 INFO O| Feb 21 22:40:44.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4313 | 2025-02-21T22:40:46.877Z | [ recovery-image] Feb 21 22:40:44.900 INFO O| Feb 21 22:40:44.900 INFO STEP 4 (remove_files) COMPLETE |
4314 | 2025-02-21T22:40:46.877Z | [ recovery-image] Feb 21 22:40:44.900 INFO O| Feb 21 22:40:44.900 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4315 | 2025-02-21T22:40:46.896Z | [ recovery-image] Feb 21 22:40:44.920 INFO O| Feb 21 22:40:44.919 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4316 | 2025-02-21T22:40:46.899Z | [ recovery-image] Feb 21 22:40:44.920 INFO O| Feb 21 22:40:44.920 INFO STEP 5 (remove_files) COMPLETE |
4317 | 2025-02-21T22:40:46.899Z | [ recovery-image] Feb 21 22:40:44.920 INFO O| Feb 21 22:40:44.920 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4318 | 2025-02-21T22:40:46.916Z | [ recovery-image] Feb 21 22:40:44.939 INFO O| Feb 21 22:40:44.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4319 | 2025-02-21T22:40:46.936Z | [ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO STEP 6 (remove_files) COMPLETE |
4320 | 2025-02-21T22:40:46.939Z | [ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4321 | 2025-02-21T22:40:46.939Z | [ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO skip step because feature "recovery" is enabled |
4322 | 2025-02-21T22:40:46.939Z | [ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4323 | 2025-02-21T22:40:46.939Z | [ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO skip step because feature "recovery" is enabled |
4324 | 2025-02-21T22:40:46.939Z | [ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4325 | 2025-02-21T22:40:46.939Z | [ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO skip step because feature "recovery" is enabled |
4326 | 2025-02-21T22:40:46.939Z | [ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4327 | 2025-02-21T22:40:46.957Z | [ recovery-image] Feb 21 22:40:44.980 INFO O| Feb 21 22:40:44.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4328 | 2025-02-21T22:40:47.014Z | [ recovery-image] Feb 21 22:40:45.037 INFO O| Feb 21 22:40:45.037 INFO STEP 10 (remove_files) COMPLETE |
4329 | 2025-02-21T22:40:47.014Z | [ recovery-image] Feb 21 22:40:45.037 INFO O| Feb 21 22:40:45.037 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4330 | 2025-02-21T22:40:47.048Z | [ recovery-image] Feb 21 22:40:45.071 INFO O| Feb 21 22:40:45.071 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4331 | 2025-02-21T22:40:47.051Z | [ recovery-image] Feb 21 22:40:45.072 INFO O| Feb 21 22:40:45.072 INFO STEP 11 (remove_files) COMPLETE |
4332 | 2025-02-21T22:40:47.051Z | [ recovery-image] Feb 21 22:40:45.073 INFO O| Feb 21 22:40:45.072 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4333 | 2025-02-21T22:40:47.118Z | [ recovery-image] Feb 21 22:40:45.141 INFO O| Feb 21 22:40:45.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4334 | 2025-02-21T22:40:47.121Z | [ recovery-image] Feb 21 22:40:45.143 INFO O| Feb 21 22:40:45.143 INFO STEP 12 (remove_files) COMPLETE |
4335 | 2025-02-21T22:40:47.121Z | [ recovery-image] Feb 21 22:40:45.143 INFO O| Feb 21 22:40:45.143 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4336 | 2025-02-21T22:40:47.143Z | [ recovery-image] Feb 21 22:40:45.166 INFO O| Feb 21 22:40:45.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4337 | 2025-02-21T22:40:47.484Z | [ recovery-image] Feb 21 22:40:45.505 INFO O| Feb 21 22:40:45.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4338 | 2025-02-21T22:40:47.488Z | [ recovery-image] Feb 21 22:40:45.512 INFO O| Feb 21 22:40:45.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4339 | 2025-02-21T22:40:47.500Z | [ recovery-image] Feb 21 22:40:45.523 INFO O| Feb 21 22:40:45.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4340 | 2025-02-21T22:40:47.504Z | [ recovery-image] Feb 21 22:40:45.526 INFO O| Feb 21 22:40:45.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4341 | 2025-02-21T22:40:47.599Z | [ recovery-image] Feb 21 22:40:45.622 INFO O| Feb 21 22:40:45.622 INFO STEP 13 (remove_files) COMPLETE |
4342 | 2025-02-21T22:40:47.600Z | [ recovery-image] Feb 21 22:40:45.622 INFO O| Feb 21 22:40:45.622 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4343 | 2025-02-21T22:40:47.660Z | [ recovery-image] Feb 21 22:40:45.684 INFO O| Feb 21 22:40:45.684 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4344 | 2025-02-21T22:40:47.663Z | [ recovery-image] Feb 21 22:40:45.686 INFO O| Feb 21 22:40:45.686 INFO STEP 14 (remove_files) COMPLETE |
4345 | 2025-02-21T22:40:47.663Z | [ recovery-image] Feb 21 22:40:45.686 INFO O| Feb 21 22:40:45.686 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4346 | 2025-02-21T22:40:47.711Z | [ recovery-image] Feb 21 22:40:45.734 INFO O| Feb 21 22:40:45.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4347 | 2025-02-21T22:40:47.721Z | [ recovery-image] Feb 21 22:40:45.745 INFO O| Feb 21 22:40:45.743 INFO STEP 15 (remove_files) COMPLETE |
4348 | 2025-02-21T22:40:47.721Z | [ recovery-image] Feb 21 22:40:45.745 INFO O| Feb 21 22:40:45.743 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4349 | 2025-02-21T22:40:47.779Z | [ recovery-image] Feb 21 22:40:45.802 INFO O| Feb 21 22:40:45.801 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4350 | 2025-02-21T22:40:47.779Z | [ recovery-image] Feb 21 22:40:45.802 INFO O| Feb 21 22:40:45.802 INFO STEP 16 (remove_files) COMPLETE |
4351 | 2025-02-21T22:40:47.782Z | [ recovery-image] Feb 21 22:40:45.802 INFO O| Feb 21 22:40:45.802 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4352 | 2025-02-21T22:40:47.796Z | [ recovery-image] Feb 21 22:40:45.819 INFO O| Feb 21 22:40:45.819 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4353 | 2025-02-21T22:40:47.798Z | [ recovery-image] Feb 21 22:40:45.821 INFO O| Feb 21 22:40:45.821 INFO STEP 17 (remove_files) COMPLETE |
4354 | 2025-02-21T22:40:47.798Z | [ recovery-image] Feb 21 22:40:45.821 INFO O| Feb 21 22:40:45.821 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4355 | 2025-02-21T22:40:47.817Z | [ recovery-image] Feb 21 22:40:45.840 INFO O| Feb 21 22:40:45.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4356 | 2025-02-21T22:40:47.817Z | [ recovery-image] Feb 21 22:40:45.841 INFO O| Feb 21 22:40:45.841 INFO STEP 18 (remove_files) COMPLETE |
4357 | 2025-02-21T22:40:47.817Z | [ recovery-image] Feb 21 22:40:45.841 INFO O| Feb 21 22:40:45.841 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4358 | 2025-02-21T22:40:47.836Z | [ recovery-image] Feb 21 22:40:45.859 INFO O| Feb 21 22:40:45.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4359 | 2025-02-21T22:40:47.836Z | [ recovery-image] Feb 21 22:40:45.859 INFO O| Feb 21 22:40:45.859 INFO STEP 19 (remove_files) COMPLETE |
4360 | 2025-02-21T22:40:47.836Z | [ recovery-image] Feb 21 22:40:45.859 INFO O| Feb 21 22:40:45.859 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4361 | 2025-02-21T22:40:47.856Z | [ recovery-image] Feb 21 22:40:45.879 INFO O| Feb 21 22:40:45.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4362 | 2025-02-21T22:40:47.856Z | [ recovery-image] Feb 21 22:40:45.879 INFO O| Feb 21 22:40:45.879 INFO STEP 20 (remove_files) COMPLETE |
4363 | 2025-02-21T22:40:47.856Z | [ recovery-image] Feb 21 22:40:45.879 INFO O| Feb 21 22:40:45.879 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4364 | 2025-02-21T22:40:47.876Z | [ recovery-image] Feb 21 22:40:45.899 INFO O| Feb 21 22:40:45.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4365 | 2025-02-21T22:40:47.876Z | [ recovery-image] Feb 21 22:40:45.899 INFO O| Feb 21 22:40:45.899 INFO STEP 21 (remove_files) COMPLETE |
4366 | 2025-02-21T22:40:47.880Z | [ recovery-image] Feb 21 22:40:45.899 INFO O| Feb 21 22:40:45.899 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4367 | 2025-02-21T22:40:47.930Z | [ recovery-image] Feb 21 22:40:45.942 INFO O| Feb 21 22:40:45.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4368 | 2025-02-21T22:40:47.930Z | [ recovery-image] Feb 21 22:40:45.942 INFO O| Feb 21 22:40:45.942 INFO STEP 22 (remove_files) COMPLETE |
4369 | 2025-02-21T22:40:47.933Z | [ recovery-image] Feb 21 22:40:45.942 INFO O| Feb 21 22:40:45.942 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4370 | 2025-02-21T22:40:48.022Z | [ recovery-image] Feb 21 22:40:46.045 INFO O| Feb 21 22:40:46.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4371 | 2025-02-21T22:40:48.022Z | [ recovery-image] Feb 21 22:40:46.046 INFO O| Feb 21 22:40:46.045 INFO STEP 23 (remove_files) COMPLETE |
4372 | 2025-02-21T22:40:48.026Z | [ recovery-image] Feb 21 22:40:46.046 INFO O| Feb 21 22:40:46.046 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4373 | 2025-02-21T22:40:48.070Z | [ recovery-image] Feb 21 22:40:46.093 INFO O| Feb 21 22:40:46.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4374 | 2025-02-21T22:40:48.070Z | [ recovery-image] Feb 21 22:40:46.093 INFO O| Feb 21 22:40:46.093 INFO STEP 24 (remove_files) COMPLETE |
4375 | 2025-02-21T22:40:48.070Z | [ recovery-image] Feb 21 22:40:46.093 INFO O| Feb 21 22:40:46.093 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4376 | 2025-02-21T22:40:48.118Z | [ recovery-image] Feb 21 22:40:46.141 INFO O| Feb 21 22:40:46.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4377 | 2025-02-21T22:40:48.118Z | [ recovery-image] Feb 21 22:40:46.141 INFO O| Feb 21 22:40:46.141 INFO STEP 25 (remove_files) COMPLETE |
4378 | 2025-02-21T22:40:48.121Z | [ recovery-image] Feb 21 22:40:46.141 INFO O| Feb 21 22:40:46.141 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4379 | 2025-02-21T22:40:48.139Z | [ recovery-image] Feb 21 22:40:46.162 INFO O| Feb 21 22:40:46.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4380 | 2025-02-21T22:40:48.139Z | [ recovery-image] Feb 21 22:40:46.163 INFO O| Feb 21 22:40:46.162 INFO STEP 26 (remove_files) COMPLETE |
4381 | 2025-02-21T22:40:48.142Z | [ recovery-image] Feb 21 22:40:46.163 INFO O| Feb 21 22:40:46.163 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4382 | 2025-02-21T22:40:48.194Z | [ recovery-image] Feb 21 22:40:46.217 INFO O| Feb 21 22:40:46.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4383 | 2025-02-21T22:40:48.197Z | [ recovery-image] Feb 21 22:40:46.217 INFO O| Feb 21 22:40:46.217 INFO STEP 27 (remove_files) COMPLETE |
4384 | 2025-02-21T22:40:48.197Z | [ recovery-image] Feb 21 22:40:46.217 INFO O| Feb 21 22:40:46.217 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4385 | 2025-02-21T22:40:48.271Z | [ recovery-image] Feb 21 22:40:46.294 INFO O| Feb 21 22:40:46.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4386 | 2025-02-21T22:40:48.271Z | [ recovery-image] Feb 21 22:40:46.294 INFO O| Feb 21 22:40:46.294 INFO STEP 28 (remove_files) COMPLETE |
4387 | 2025-02-21T22:40:48.271Z | [ recovery-image] Feb 21 22:40:46.294 INFO O| Feb 21 22:40:46.294 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4388 | 2025-02-21T22:40:48.294Z | [ recovery-image] Feb 21 22:40:46.317 INFO O| Feb 21 22:40:46.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4389 | 2025-02-21T22:40:48.294Z | [ recovery-image] Feb 21 22:40:46.317 INFO O| Feb 21 22:40:46.317 INFO STEP 29 (remove_files) COMPLETE |
4390 | 2025-02-21T22:40:48.296Z | [ recovery-image] Feb 21 22:40:46.317 INFO O| Feb 21 22:40:46.317 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4391 | 2025-02-21T22:40:48.316Z | [ recovery-image] Feb 21 22:40:46.338 INFO O| Feb 21 22:40:46.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4392 | 2025-02-21T22:40:48.316Z | [ recovery-image] Feb 21 22:40:46.338 INFO O| Feb 21 22:40:46.338 INFO STEP 30 (remove_files) COMPLETE |
4393 | 2025-02-21T22:40:48.316Z | [ recovery-image] Feb 21 22:40:46.338 INFO O| Feb 21 22:40:46.338 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4394 | 2025-02-21T22:40:48.413Z | [ recovery-image] Feb 21 22:40:46.436 INFO O| Feb 21 22:40:46.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4395 | 2025-02-21T22:40:48.416Z | [ recovery-image] Feb 21 22:40:46.436 INFO O| Feb 21 22:40:46.436 INFO STEP 31 (remove_files) COMPLETE |
4396 | 2025-02-21T22:40:48.416Z | [ recovery-image] Feb 21 22:40:46.436 INFO O| Feb 21 22:40:46.436 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4397 | 2025-02-21T22:40:48.420Z | [ host-image] Feb 21 22:40:46.444 INFO O| Feb 21 22:40:46.444 INFO O| Download: 1110/1140 items 6.0/8.4MB 71% complete (1.1M/s) |
4398 | 2025-02-21T22:40:48.436Z | [ recovery-image] Feb 21 22:40:46.459 INFO O| Feb 21 22:40:46.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4399 | 2025-02-21T22:40:48.439Z | [ recovery-image] Feb 21 22:40:46.459 INFO O| Feb 21 22:40:46.459 INFO STEP 32 (remove_files) COMPLETE |
4400 | 2025-02-21T22:40:48.439Z | [ recovery-image] Feb 21 22:40:46.459 INFO O| Feb 21 22:40:46.459 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4401 | 2025-02-21T22:40:48.455Z | [ recovery-image] Feb 21 22:40:46.479 INFO O| Feb 21 22:40:46.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4402 | 2025-02-21T22:40:48.458Z | [ recovery-image] Feb 21 22:40:46.479 INFO O| Feb 21 22:40:46.479 INFO STEP 33 (remove_files) COMPLETE |
4403 | 2025-02-21T22:40:48.458Z | [ recovery-image] Feb 21 22:40:46.479 INFO O| Feb 21 22:40:46.479 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4404 | 2025-02-21T22:40:48.477Z | [ recovery-image] Feb 21 22:40:46.500 INFO O| Feb 21 22:40:46.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4405 | 2025-02-21T22:40:48.480Z | [ recovery-image] Feb 21 22:40:46.500 INFO O| Feb 21 22:40:46.500 INFO STEP 34 (remove_files) COMPLETE |
4406 | 2025-02-21T22:40:48.480Z | [ recovery-image] Feb 21 22:40:46.500 INFO O| Feb 21 22:40:46.500 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4407 | 2025-02-21T22:40:48.502Z | [ recovery-image] Feb 21 22:40:46.525 INFO O| Feb 21 22:40:46.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4408 | 2025-02-21T22:40:48.505Z | [ recovery-image] Feb 21 22:40:46.525 INFO O| Feb 21 22:40:46.525 INFO STEP 35 (remove_files) COMPLETE |
4409 | 2025-02-21T22:40:48.505Z | [ recovery-image] Feb 21 22:40:46.525 INFO O| Feb 21 22:40:46.525 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4410 | 2025-02-21T22:40:48.622Z | [ recovery-image] Feb 21 22:40:46.645 INFO O| Feb 21 22:40:46.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4411 | 2025-02-21T22:40:48.622Z | [ recovery-image] Feb 21 22:40:46.645 INFO O| Feb 21 22:40:46.645 INFO STEP 36 (remove_files) COMPLETE |
4412 | 2025-02-21T22:40:48.622Z | [ recovery-image] Feb 21 22:40:46.645 INFO O| Feb 21 22:40:46.645 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4413 | 2025-02-21T22:40:48.665Z | [ recovery-image] Feb 21 22:40:46.688 INFO O| Feb 21 22:40:46.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4414 | 2025-02-21T22:40:48.665Z | [ recovery-image] Feb 21 22:40:46.688 INFO O| Feb 21 22:40:46.688 INFO STEP 37 (remove_files) COMPLETE |
4415 | 2025-02-21T22:40:48.668Z | [ recovery-image] Feb 21 22:40:46.688 INFO O| Feb 21 22:40:46.688 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4416 | 2025-02-21T22:40:48.748Z | [ recovery-image] Feb 21 22:40:46.770 INFO O| Feb 21 22:40:46.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4417 | 2025-02-21T22:40:48.750Z | [ recovery-image] Feb 21 22:40:46.771 INFO O| Feb 21 22:40:46.771 INFO STEP 38 (remove_files) COMPLETE |
4418 | 2025-02-21T22:40:48.751Z | [ recovery-image] Feb 21 22:40:46.771 INFO O| Feb 21 22:40:46.771 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4419 | 2025-02-21T22:40:48.770Z | [ recovery-image] Feb 21 22:40:46.793 INFO O| Feb 21 22:40:46.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4420 | 2025-02-21T22:40:48.773Z | [ recovery-image] Feb 21 22:40:46.794 INFO O| Feb 21 22:40:46.794 INFO STEP 39 (remove_files) COMPLETE |
4421 | 2025-02-21T22:40:48.773Z | [ recovery-image] Feb 21 22:40:46.794 INFO O| Feb 21 22:40:46.794 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4422 | 2025-02-21T22:40:48.792Z | [ recovery-image] Feb 21 22:40:46.815 INFO O| Feb 21 22:40:46.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4423 | 2025-02-21T22:40:48.795Z | [ recovery-image] Feb 21 22:40:46.816 INFO O| Feb 21 22:40:46.816 INFO STEP 40 (remove_files) COMPLETE |
4424 | 2025-02-21T22:40:48.795Z | [ recovery-image] Feb 21 22:40:46.816 INFO O| Feb 21 22:40:46.816 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4425 | 2025-02-21T22:40:48.822Z | [ recovery-image] Feb 21 22:40:46.845 INFO O| Feb 21 22:40:46.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4426 | 2025-02-21T22:40:48.825Z | [ recovery-image] Feb 21 22:40:46.846 INFO O| Feb 21 22:40:46.845 INFO STEP 41 (remove_files) COMPLETE |
4427 | 2025-02-21T22:40:48.825Z | [ recovery-image] Feb 21 22:40:46.846 INFO O| Feb 21 22:40:46.845 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4428 | 2025-02-21T22:40:48.825Z | [ host-image] Feb 21 22:40:46.847 INFO O| Feb 21 22:40:46.847 INFO O| Download: Completed 8.42 MB in 5.57 seconds (1.5M/s) |
4429 | 2025-02-21T22:40:48.868Z | [ recovery-image] Feb 21 22:40:46.890 INFO O| Feb 21 22:40:46.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4430 | 2025-02-21T22:40:48.868Z | [ recovery-image] Feb 21 22:40:46.890 INFO O| Feb 21 22:40:46.890 INFO STEP 42 (remove_files) COMPLETE |
4431 | 2025-02-21T22:40:48.871Z | [ recovery-image] Feb 21 22:40:46.890 INFO O| Feb 21 22:40:46.890 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4432 | 2025-02-21T22:40:48.903Z | [ recovery-image] Feb 21 22:40:46.926 INFO O| Feb 21 22:40:46.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4433 | 2025-02-21T22:40:48.903Z | [ recovery-image] Feb 21 22:40:46.926 INFO O| Feb 21 22:40:46.926 INFO STEP 43 (remove_files) COMPLETE |
4434 | 2025-02-21T22:40:48.903Z | [ recovery-image] Feb 21 22:40:46.926 INFO O| Feb 21 22:40:46.926 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4435 | 2025-02-21T22:40:48.925Z | [ recovery-image] Feb 21 22:40:46.948 INFO O| Feb 21 22:40:46.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4436 | 2025-02-21T22:40:48.928Z | [ recovery-image] Feb 21 22:40:46.948 INFO O| Feb 21 22:40:46.948 INFO STEP 44 (remove_files) COMPLETE |
4437 | 2025-02-21T22:40:48.928Z | [ recovery-image] Feb 21 22:40:46.948 INFO O| Feb 21 22:40:46.948 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4438 | 2025-02-21T22:40:48.947Z | [ recovery-image] Feb 21 22:40:46.970 INFO O| Feb 21 22:40:46.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4439 | 2025-02-21T22:40:48.947Z | [ recovery-image] Feb 21 22:40:46.970 INFO O| Feb 21 22:40:46.970 INFO STEP 45 (remove_files) COMPLETE |
4440 | 2025-02-21T22:40:48.949Z | [ recovery-image] Feb 21 22:40:46.970 INFO O| Feb 21 22:40:46.970 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4441 | 2025-02-21T22:40:48.961Z | [ host-image] Feb 21 22:40:46.984 INFO O| Feb 21 22:40:46.984 INFO O| Actions: 1/1361 actions (Installing new actions) |
4442 | 2025-02-21T22:40:48.968Z | [ recovery-image] Feb 21 22:40:46.991 INFO O| Feb 21 22:40:46.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4443 | 2025-02-21T22:40:48.968Z | [ recovery-image] Feb 21 22:40:46.991 INFO O| Feb 21 22:40:46.991 INFO STEP 46 (remove_files) COMPLETE |
4444 | 2025-02-21T22:40:48.971Z | [ recovery-image] Feb 21 22:40:46.991 INFO O| Feb 21 22:40:46.991 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4445 | 2025-02-21T22:40:48.990Z | [ recovery-image] Feb 21 22:40:47.012 INFO O| Feb 21 22:40:47.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4446 | 2025-02-21T22:40:48.990Z | [ recovery-image] Feb 21 22:40:47.012 INFO O| Feb 21 22:40:47.012 INFO STEP 47 (remove_files) COMPLETE |
4447 | 2025-02-21T22:40:48.990Z | [ recovery-image] Feb 21 22:40:47.012 INFO O| Feb 21 22:40:47.012 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4448 | 2025-02-21T22:40:49.009Z | [ recovery-image] Feb 21 22:40:47.032 INFO O| Feb 21 22:40:47.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4449 | 2025-02-21T22:40:49.009Z | [ recovery-image] Feb 21 22:40:47.032 INFO O| Feb 21 22:40:47.032 INFO STEP 48 (remove_files) COMPLETE |
4450 | 2025-02-21T22:40:49.009Z | [ recovery-image] Feb 21 22:40:47.032 INFO O| Feb 21 22:40:47.032 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4451 | 2025-02-21T22:40:49.045Z | [ recovery-image] Feb 21 22:40:47.068 INFO O| Feb 21 22:40:47.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4452 | 2025-02-21T22:40:49.048Z | [ recovery-image] Feb 21 22:40:47.068 INFO O| Feb 21 22:40:47.068 INFO STEP 49 (remove_files) COMPLETE |
4453 | 2025-02-21T22:40:49.048Z | [ recovery-image] Feb 21 22:40:47.068 INFO O| Feb 21 22:40:47.068 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4454 | 2025-02-21T22:40:49.064Z | [ recovery-image] Feb 21 22:40:47.087 INFO O| Feb 21 22:40:47.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4455 | 2025-02-21T22:40:49.064Z | [ recovery-image] Feb 21 22:40:47.087 INFO O| Feb 21 22:40:47.087 INFO STEP 50 (remove_files) COMPLETE |
4456 | 2025-02-21T22:40:49.068Z | [ recovery-image] Feb 21 22:40:47.087 INFO O| Feb 21 22:40:47.087 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4457 | 2025-02-21T22:40:49.085Z | [ recovery-image] Feb 21 22:40:47.107 INFO O| Feb 21 22:40:47.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4458 | 2025-02-21T22:40:49.085Z | [ recovery-image] Feb 21 22:40:47.108 INFO O| Feb 21 22:40:47.107 INFO STEP 51 (remove_files) COMPLETE |
4459 | 2025-02-21T22:40:49.088Z | [ recovery-image] Feb 21 22:40:47.108 INFO O| Feb 21 22:40:47.108 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4460 | 2025-02-21T22:40:49.105Z | [ recovery-image] Feb 21 22:40:47.127 INFO O| Feb 21 22:40:47.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4461 | 2025-02-21T22:40:49.106Z | [ recovery-image] Feb 21 22:40:47.128 INFO O| Feb 21 22:40:47.128 INFO STEP 52 (remove_files) COMPLETE |
4462 | 2025-02-21T22:40:49.110Z | [ recovery-image] Feb 21 22:40:47.128 INFO O| Feb 21 22:40:47.128 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4463 | 2025-02-21T22:40:49.141Z | [ recovery-image] Feb 21 22:40:47.164 INFO O| Feb 21 22:40:47.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4464 | 2025-02-21T22:40:49.141Z | [ recovery-image] Feb 21 22:40:47.164 INFO O| Feb 21 22:40:47.164 INFO STEP 53 (remove_files) COMPLETE |
4465 | 2025-02-21T22:40:49.144Z | [ recovery-image] Feb 21 22:40:47.164 INFO O| Feb 21 22:40:47.164 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4466 | 2025-02-21T22:40:49.205Z | [ recovery-image] Feb 21 22:40:47.228 INFO O| Feb 21 22:40:47.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4467 | 2025-02-21T22:40:49.205Z | [ recovery-image] Feb 21 22:40:47.228 INFO O| Feb 21 22:40:47.228 INFO STEP 54 (remove_files) COMPLETE |
4468 | 2025-02-21T22:40:49.208Z | [ recovery-image] Feb 21 22:40:47.228 INFO O| Feb 21 22:40:47.228 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4469 | 2025-02-21T22:40:49.230Z | [ recovery-image] Feb 21 22:40:47.251 INFO O| Feb 21 22:40:47.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4470 | 2025-02-21T22:40:49.230Z | [ recovery-image] Feb 21 22:40:47.251 INFO O| Feb 21 22:40:47.251 INFO STEP 55 (remove_files) COMPLETE |
4471 | 2025-02-21T22:40:49.233Z | [ recovery-image] Feb 21 22:40:47.251 INFO O| Feb 21 22:40:47.251 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4472 | 2025-02-21T22:40:49.249Z | [ recovery-image] Feb 21 22:40:47.272 INFO O| Feb 21 22:40:47.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4473 | 2025-02-21T22:40:49.249Z | [ recovery-image] Feb 21 22:40:47.272 INFO O| Feb 21 22:40:47.272 INFO STEP 56 (remove_files) COMPLETE |
4474 | 2025-02-21T22:40:49.252Z | [ recovery-image] Feb 21 22:40:47.272 INFO O| Feb 21 22:40:47.272 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4475 | 2025-02-21T22:40:49.293Z | [ recovery-image] Feb 21 22:40:47.316 INFO O| Feb 21 22:40:47.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4476 | 2025-02-21T22:40:49.293Z | [ recovery-image] Feb 21 22:40:47.316 INFO O| Feb 21 22:40:47.316 INFO STEP 57 (remove_files) COMPLETE |
4477 | 2025-02-21T22:40:49.293Z | [ recovery-image] Feb 21 22:40:47.316 INFO O| Feb 21 22:40:47.316 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4478 | 2025-02-21T22:40:49.374Z | [ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4479 | 2025-02-21T22:40:49.374Z | [ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4480 | 2025-02-21T22:40:49.377Z | [ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4481 | 2025-02-21T22:40:49.377Z | [ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4482 | 2025-02-21T22:40:49.377Z | [ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4483 | 2025-02-21T22:40:49.377Z | [ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4484 | 2025-02-21T22:40:49.377Z | [ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO ok! |
4485 | 2025-02-21T22:40:49.377Z | [ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO STEP 58 (ensure_file) COMPLETE |
4486 | 2025-02-21T22:40:49.377Z | [ recovery-image] Feb 21 22:40:47.398 INFO O| Feb 21 22:40:47.397 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4487 | 2025-02-21T22:40:49.443Z | [ recovery-image] Feb 21 22:40:47.466 INFO O| Feb 21 22:40:47.466 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4488 | 2025-02-21T22:40:49.443Z | [ recovery-image] Feb 21 22:40:47.466 INFO O| Feb 21 22:40:47.466 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4489 | 2025-02-21T22:40:49.446Z | [ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.466 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4490 | 2025-02-21T22:40:49.446Z | [ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.466 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4491 | 2025-02-21T22:40:49.446Z | [ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.466 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4492 | 2025-02-21T22:40:49.446Z | [ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.466 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4493 | 2025-02-21T22:40:49.446Z | [ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.466 INFO ok! |
4494 | 2025-02-21T22:40:49.446Z | [ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.467 INFO STEP 59 (ensure_file) COMPLETE |
4495 | 2025-02-21T22:40:49.446Z | [ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.467 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4496 | 2025-02-21T22:40:49.479Z | [ recovery-image] Feb 21 22:40:47.502 INFO O| Feb 21 22:40:47.502 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4497 | 2025-02-21T22:40:49.482Z | [ recovery-image] Feb 21 22:40:47.502 INFO O| Feb 21 22:40:47.502 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4498 | 2025-02-21T22:40:49.482Z | [ recovery-image] Feb 21 22:40:47.502 INFO O| Feb 21 22:40:47.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4499 | 2025-02-21T22:40:49.482Z | [ recovery-image] Feb 21 22:40:47.502 INFO O| Feb 21 22:40:47.502 INFO ok! |
4500 | 2025-02-21T22:40:49.482Z | [ recovery-image] Feb 21 22:40:47.502 INFO O| Feb 21 22:40:47.502 INFO STEP 60 (ensure_file) COMPLETE |
4501 | 2025-02-21T22:40:49.482Z | [ recovery-image] Feb 21 22:40:47.502 INFO O| Feb 21 22:40:47.502 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4502 | 2025-02-21T22:40:49.515Z | [ recovery-image] Feb 21 22:40:47.537 INFO O| Feb 21 22:40:47.537 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4503 | 2025-02-21T22:40:49.515Z | [ recovery-image] Feb 21 22:40:47.538 INFO O| Feb 21 22:40:47.538 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4504 | 2025-02-21T22:40:49.519Z | [ recovery-image] Feb 21 22:40:47.538 INFO O| Feb 21 22:40:47.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4505 | 2025-02-21T22:40:49.519Z | [ recovery-image] Feb 21 22:40:47.538 INFO O| Feb 21 22:40:47.538 INFO ok! |
4506 | 2025-02-21T22:40:49.519Z | [ recovery-image] Feb 21 22:40:47.538 INFO O| Feb 21 22:40:47.538 INFO STEP 61 (ensure_file) COMPLETE |
4507 | 2025-02-21T22:40:49.519Z | [ recovery-image] Feb 21 22:40:47.538 INFO O| Feb 21 22:40:47.538 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4508 | 2025-02-21T22:40:49.558Z | [ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4509 | 2025-02-21T22:40:49.558Z | [ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4510 | 2025-02-21T22:40:49.561Z | [ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4511 | 2025-02-21T22:40:49.561Z | [ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4512 | 2025-02-21T22:40:49.561Z | [ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 INFO ok! |
4513 | 2025-02-21T22:40:49.561Z | [ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 INFO STEP 62 (ensure_file) COMPLETE |
4514 | 2025-02-21T22:40:49.561Z | [ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4515 | 2025-02-21T22:40:49.579Z | [ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4516 | 2025-02-21T22:40:49.579Z | [ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4517 | 2025-02-21T22:40:49.582Z | [ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4518 | 2025-02-21T22:40:49.582Z | [ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4519 | 2025-02-21T22:40:49.582Z | [ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO ok! |
4520 | 2025-02-21T22:40:49.582Z | [ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO STEP 63 (ensure_file) COMPLETE |
4521 | 2025-02-21T22:40:49.583Z | [ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4522 | 2025-02-21T22:40:49.621Z | [ recovery-image] Feb 21 22:40:47.644 INFO O| Feb 21 22:40:47.644 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4523 | 2025-02-21T22:40:49.621Z | [ recovery-image] Feb 21 22:40:47.644 INFO O| Feb 21 22:40:47.644 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4524 | 2025-02-21T22:40:49.624Z | [ recovery-image] Feb 21 22:40:47.644 INFO O| Feb 21 22:40:47.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4525 | 2025-02-21T22:40:49.624Z | [ recovery-image] Feb 21 22:40:47.644 INFO O| Feb 21 22:40:47.644 INFO ok! |
4526 | 2025-02-21T22:40:49.624Z | [ recovery-image] Feb 21 22:40:47.645 INFO O| Feb 21 22:40:47.644 INFO STEP 64 (assemble_files) COMPLETE |
4527 | 2025-02-21T22:40:49.624Z | [ recovery-image] Feb 21 22:40:47.645 INFO O| Feb 21 22:40:47.645 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4528 | 2025-02-21T22:40:49.642Z | [ recovery-image] Feb 21 22:40:47.665 INFO O| Feb 21 22:40:47.665 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4529 | 2025-02-21T22:40:49.643Z | [ recovery-image] Feb 21 22:40:47.665 INFO O| Feb 21 22:40:47.665 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4530 | 2025-02-21T22:40:49.646Z | [ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4531 | 2025-02-21T22:40:49.646Z | [ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4532 | 2025-02-21T22:40:49.646Z | [ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO ok! |
4533 | 2025-02-21T22:40:49.646Z | [ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO STEP 65 (ensure_file) COMPLETE |
4534 | 2025-02-21T22:40:49.646Z | [ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4535 | 2025-02-21T22:40:49.646Z | [ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO skip step because feature "omicron1" is not enabled |
4536 | 2025-02-21T22:40:49.646Z | [ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4537 | 2025-02-21T22:40:49.646Z | [ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO skip step because feature "omicron1" is not enabled |
4538 | 2025-02-21T22:40:49.646Z | [ recovery-image] Feb 21 22:40:47.667 INFO O| Feb 21 22:40:47.667 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4539 | 2025-02-21T22:40:49.646Z | [ recovery-image] Feb 21 22:40:47.667 INFO O| Feb 21 22:40:47.667 INFO skip step because feature "omicron1" is not enabled |
4540 | 2025-02-21T22:40:49.646Z | [ recovery-image] Feb 21 22:40:47.667 INFO O| Feb 21 22:40:47.667 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4541 | 2025-02-21T22:40:49.691Z | [ recovery-image] Feb 21 22:40:47.714 INFO O| Feb 21 22:40:47.714 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4542 | 2025-02-21T22:40:49.691Z | [ recovery-image] Feb 21 22:40:47.714 INFO O| Feb 21 22:40:47.714 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4543 | 2025-02-21T22:40:49.722Z | [ host-image] Feb 21 22:40:47.745 INFO O| Feb 21 22:40:47.745 INFO O| Actions: Completed 1361 actions in 0.76 seconds. |
4544 | 2025-02-21T22:40:50.426Z | [ host-image] Feb 21 22:40:48.448 INFO O| Feb 21 22:40:48.448 INFO O| Done |
4545 | 2025-02-21T22:40:50.426Z | [ host-image] Feb 21 22:40:48.448 INFO O| Feb 21 22:40:48.448 INFO O| Done |
4546 | 2025-02-21T22:40:51.903Z | [ host-image] Feb 21 22:40:49.926 INFO O| Feb 21 22:40:49.925 INFO O| Done |
4547 | 2025-02-21T22:40:52.319Z | [verify-libraries] Compiling petname v2.0.2 |
4548 | 2025-02-21T22:40:52.796Z | [ recovery-image] Feb 21 22:40:50.818 INFO O| Feb 21 22:40:50.818 INFO STEP 69 (pack_tar) COMPLETE |
4549 | 2025-02-21T22:40:52.796Z | [ recovery-image] Feb 21 22:40:50.818 INFO O| Feb 21 22:40:50.818 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4550 | 2025-02-21T22:40:52.801Z | [ recovery-image] Feb 21 22:40:50.818 INFO O| Feb 21 22:40:50.818 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4551 | 2025-02-21T22:40:53.147Z | [ recovery-image] Feb 21 22:40:51.170 INFO O| Feb 21 22:40:51.170 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4552 | 2025-02-21T22:40:53.276Z | [ recovery-image] Feb 21 22:40:51.298 INFO O| Feb 21 22:40:51.298 INFO completed processing gimlet/ramdisk-02-trim |
4553 | 2025-02-21T22:40:53.280Z | [ recovery-image] Feb 21 22:40:51.302 INFO image builder template: ramdisk-03-recovery-trim... |
4554 | 2025-02-21T22:40:53.283Z | [ recovery-image] Feb 21 22:40:51.302 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/.tmpguEzOU/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 |
4555 | 2025-02-21T22:40:53.534Z | [ recovery-image] Feb 21 22:40:51.536 INFO O| Feb 21 22:40:51.536 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4556 | 2025-02-21T22:40:53.538Z | [ recovery-image] Feb 21 22:40:51.544 INFO O| Feb 21 22:40:51.544 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4557 | 2025-02-21T22:40:53.678Z | [ recovery-image] Feb 21 22:40:51.696 INFO O| Feb 21 22:40:51.696 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4558 | 2025-02-21T22:40:53.778Z | [ recovery-image] Feb 21 22:40:51.800 INFO O| Feb 21 22:40:51.800 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4559 | 2025-02-21T22:40:53.781Z | [ recovery-image] Feb 21 22:40:51.800 INFO O| Feb 21 22:40:51.800 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4560 | 2025-02-21T22:40:53.795Z | [ recovery-image] Feb 21 22:40:51.817 INFO O| Feb 21 22:40:51.816 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4561 | 2025-02-21T22:40:53.802Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4562 | 2025-02-21T22:40:53.823Z | [ recovery-image] Feb 21 22:40:51.845 INFO O| Feb 21 22:40:51.845 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4563 | 2025-02-21T22:40:53.848Z | [ recovery-image] Feb 21 22:40:51.870 INFO O| Feb 21 22:40:51.870 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4564 | 2025-02-21T22:40:54.463Z | [ recovery-image] Feb 21 22:40:52.485 INFO O| Feb 21 22:40:52.485 INFO rolled back to input snapshot; work may begin |
4565 | 2025-02-21T22:40:54.463Z | [ recovery-image] Feb 21 22:40:52.485 INFO O| Feb 21 22:40:52.485 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4566 | 2025-02-21T22:40:54.472Z | [ recovery-image] Feb 21 22:40:52.494 INFO O| Feb 21 22:40:52.494 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2025-02-21T22:40:54.489Z | [ recovery-image] Feb 21 22:40:52.511 INFO O| Feb 21 22:40:52.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4568 | 2025-02-21T22:40:54.509Z | [ recovery-image] Feb 21 22:40:52.531 INFO O| Feb 21 22:40:52.531 INFO STEP 0 (remove_files) COMPLETE |
4569 | 2025-02-21T22:40:54.509Z | [ recovery-image] Feb 21 22:40:52.532 INFO O| Feb 21 22:40:52.531 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2025-02-21T22:40:54.585Z | [ recovery-image] Feb 21 22:40:52.607 INFO O| Feb 21 22:40:52.607 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4571 | 2025-02-21T22:40:54.668Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
4572 | 2025-02-21T22:40:54.735Z | [ host-image] Feb 21 22:40:52.757 INFO O| Feb 21 22:40:52.757 INFO O| Done |
4573 | 2025-02-21T22:40:54.806Z | [ host-image] Feb 21 22:40:52.828 INFO O| Feb 21 22:40:52.828 INFO O| Done |
4574 | 2025-02-21T22:40:54.808Z | [ host-image] Feb 21 22:40:52.828 INFO O| Feb 21 22:40:52.828 INFO O| Done |
4575 | 2025-02-21T22:40:54.940Z | [ host-image] Feb 21 22:40:52.951 INFO O| Feb 21 22:40:52.951 INFO O| Done |
4576 | 2025-02-21T22:40:55.110Z | [ recovery-image] Feb 21 22:40:53.132 INFO O| Feb 21 22:40:53.132 INFO STEP 1 (remove_files) COMPLETE |
4577 | 2025-02-21T22:40:55.110Z | [ recovery-image] Feb 21 22:40:53.132 INFO O| Feb 21 22:40:53.132 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2025-02-21T22:40:55.126Z | [ host-image] Feb 21 22:40:53.148 INFO O| Feb 21 22:40:53.147 INFO STEP 13 (pkg_install) COMPLETE |
4579 | 2025-02-21T22:40:55.126Z | [ host-image] Feb 21 22:40:53.148 INFO O| Feb 21 22:40:53.148 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4580 | 2025-02-21T22:40:55.138Z | [ recovery-image] Feb 21 22:40:53.160 INFO O| Feb 21 22:40:53.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4581 | 2025-02-21T22:40:55.141Z | [ recovery-image] Feb 21 22:40:53.162 INFO O| Feb 21 22:40:53.162 INFO STEP 2 (remove_files) COMPLETE |
4582 | 2025-02-21T22:40:55.141Z | [ recovery-image] Feb 21 22:40:53.162 INFO O| Feb 21 22:40:53.162 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2025-02-21T22:40:55.145Z | [ host-image] Feb 21 22:40:53.166 INFO O| Feb 21 22:40:53.166 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
4584 | 2025-02-21T22:40:55.193Z | [ recovery-image] Feb 21 22:40:53.213 INFO O| Feb 21 22:40:53.213 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4585 | 2025-02-21T22:40:55.378Z | [ recovery-image] Feb 21 22:40:53.400 INFO O| Feb 21 22:40:53.400 INFO STEP 3 (remove_files) COMPLETE |
4586 | 2025-02-21T22:40:55.378Z | [ recovery-image] Feb 21 22:40:53.400 INFO O| Feb 21 22:40:53.400 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2025-02-21T22:40:55.420Z | [ recovery-image] Feb 21 22:40:53.442 INFO O| Feb 21 22:40:53.442 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4588 | 2025-02-21T22:40:55.600Z | [ recovery-image] Feb 21 22:40:53.622 INFO O| Feb 21 22:40:53.621 INFO STEP 4 (remove_files) COMPLETE |
4589 | 2025-02-21T22:40:55.600Z | [ recovery-image] Feb 21 22:40:53.622 INFO O| Feb 21 22:40:53.622 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2025-02-21T22:40:55.622Z | [ recovery-image] Feb 21 22:40:53.644 INFO O| Feb 21 22:40:53.644 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4591 | 2025-02-21T22:40:55.648Z | [ recovery-image] Feb 21 22:40:53.669 INFO O| Feb 21 22:40:53.669 INFO STEP 5 (remove_files) COMPLETE |
4592 | 2025-02-21T22:40:55.648Z | [ recovery-image] Feb 21 22:40:53.669 INFO O| Feb 21 22:40:53.669 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2025-02-21T22:40:55.687Z | [ recovery-image] Feb 21 22:40:53.709 INFO O| Feb 21 22:40:53.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4594 | 2025-02-21T22:40:55.714Z | [ recovery-image] Feb 21 22:40:53.736 INFO O| Feb 21 22:40:53.736 INFO STEP 6 (remove_files) COMPLETE |
4595 | 2025-02-21T22:40:55.714Z | [ recovery-image] Feb 21 22:40:53.736 INFO O| Feb 21 22:40:53.736 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2025-02-21T22:40:55.736Z | [ recovery-image] Feb 21 22:40:53.758 INFO O| Feb 21 22:40:53.758 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4597 | 2025-02-21T22:40:55.964Z | [ recovery-image] Feb 21 22:40:53.985 INFO O| Feb 21 22:40:53.985 INFO STEP 7 (remove_files) COMPLETE |
4598 | 2025-02-21T22:40:55.964Z | [ recovery-image] Feb 21 22:40:53.985 INFO O| Feb 21 22:40:53.985 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2025-02-21T22:40:56.029Z | [ recovery-image] Feb 21 22:40:54.051 INFO O| Feb 21 22:40:54.051 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4600 | 2025-02-21T22:40:56.051Z | [ recovery-image] Feb 21 22:40:54.072 INFO O| Feb 21 22:40:54.072 INFO STEP 8 (remove_files) COMPLETE |
4601 | 2025-02-21T22:40:56.051Z | [ recovery-image] Feb 21 22:40:54.072 INFO O| Feb 21 22:40:54.072 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2025-02-21T22:40:56.114Z | [ recovery-image] Feb 21 22:40:54.136 INFO O| Feb 21 22:40:54.136 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4603 | 2025-02-21T22:40:56.117Z | [ recovery-image] Feb 21 22:40:54.139 INFO O| Feb 21 22:40:54.138 INFO STEP 9 (remove_files) COMPLETE |
4604 | 2025-02-21T22:40:56.117Z | [ recovery-image] Feb 21 22:40:54.139 INFO O| Feb 21 22:40:54.139 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2025-02-21T22:40:56.138Z | [ recovery-image] Feb 21 22:40:54.160 INFO O| Feb 21 22:40:54.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4606 | 2025-02-21T22:40:56.291Z | [ host-image] Feb 21 22:40:54.313 INFO O| Feb 21 22:40:54.313 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4607 | 2025-02-21T22:40:56.309Z | [ recovery-image] Feb 21 22:40:54.329 INFO O| Feb 21 22:40:54.329 INFO STEP 10 (remove_files) COMPLETE |
4608 | 2025-02-21T22:40:56.309Z | [ recovery-image] Feb 21 22:40:54.330 INFO O| Feb 21 22:40:54.329 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2025-02-21T22:40:56.353Z | [ recovery-image] Feb 21 22:40:54.375 INFO O| Feb 21 22:40:54.375 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4610 | 2025-02-21T22:40:56.400Z | [ recovery-image] Feb 21 22:40:54.422 INFO O| Feb 21 22:40:54.422 INFO STEP 11 (remove_files) COMPLETE |
4611 | 2025-02-21T22:40:56.400Z | [ recovery-image] Feb 21 22:40:54.422 INFO O| Feb 21 22:40:54.422 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2025-02-21T22:40:56.425Z | [ recovery-image] Feb 21 22:40:54.447 INFO O| Feb 21 22:40:54.447 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4613 | 2025-02-21T22:40:56.494Z | [ recovery-image] Feb 21 22:40:54.516 INFO O| Feb 21 22:40:54.516 INFO STEP 12 (remove_files) COMPLETE |
4614 | 2025-02-21T22:40:56.495Z | [ recovery-image] Feb 21 22:40:54.516 INFO O| Feb 21 22:40:54.516 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2025-02-21T22:40:56.583Z | [ recovery-image] Feb 21 22:40:54.605 INFO O| Feb 21 22:40:54.605 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4616 | 2025-02-21T22:40:56.605Z | [ recovery-image] Feb 21 22:40:54.626 INFO O| Feb 21 22:40:54.626 INFO STEP 13 (remove_files) COMPLETE |
4617 | 2025-02-21T22:40:56.605Z | [ recovery-image] Feb 21 22:40:54.626 INFO O| Feb 21 22:40:54.626 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2025-02-21T22:40:56.683Z | [ recovery-image] Feb 21 22:40:54.705 INFO O| Feb 21 22:40:54.705 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4619 | 2025-02-21T22:40:56.709Z | [ recovery-image] Feb 21 22:40:54.730 INFO O| Feb 21 22:40:54.730 INFO STEP 14 (remove_files) COMPLETE |
4620 | 2025-02-21T22:40:56.710Z | [ recovery-image] Feb 21 22:40:54.730 INFO O| Feb 21 22:40:54.730 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2025-02-21T22:40:56.773Z | [ recovery-image] Feb 21 22:40:54.795 INFO O| Feb 21 22:40:54.795 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4622 | 2025-02-21T22:40:56.839Z | [ recovery-image] Feb 21 22:40:54.860 INFO O| Feb 21 22:40:54.860 INFO STEP 15 (remove_files) COMPLETE |
4623 | 2025-02-21T22:40:56.839Z | [ recovery-image] Feb 21 22:40:54.860 INFO O| Feb 21 22:40:54.860 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2025-02-21T22:40:56.893Z | [ recovery-image] Feb 21 22:40:54.913 INFO O| Feb 21 22:40:54.913 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4625 | 2025-02-21T22:40:56.893Z | [ recovery-image] Feb 21 22:40:54.914 INFO O| Feb 21 22:40:54.913 INFO STEP 16 (remove_files) COMPLETE |
4626 | 2025-02-21T22:40:56.893Z | [ recovery-image] Feb 21 22:40:54.914 INFO O| Feb 21 22:40:54.913 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2025-02-21T22:40:56.910Z | [ recovery-image] Feb 21 22:40:54.932 INFO O| Feb 21 22:40:54.932 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4628 | 2025-02-21T22:40:56.935Z | [ recovery-image] Feb 21 22:40:54.956 INFO O| Feb 21 22:40:54.956 INFO STEP 17 (remove_files) COMPLETE |
4629 | 2025-02-21T22:40:56.935Z | [ recovery-image] Feb 21 22:40:54.956 INFO O| Feb 21 22:40:54.956 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2025-02-21T22:40:56.994Z | [ recovery-image] Feb 21 22:40:55.015 INFO O| Feb 21 22:40:55.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4631 | 2025-02-21T22:40:57.200Z | [ recovery-image] Feb 21 22:40:55.221 INFO O| Feb 21 22:40:55.221 INFO STEP 18 (remove_files) COMPLETE |
4632 | 2025-02-21T22:40:57.200Z | [ recovery-image] Feb 21 22:40:55.221 INFO O| Feb 21 22:40:55.221 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2025-02-21T22:40:57.228Z | [ recovery-image] Feb 21 22:40:55.250 INFO O| Feb 21 22:40:55.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4634 | 2025-02-21T22:40:57.253Z | [ recovery-image] Feb 21 22:40:55.274 INFO O| Feb 21 22:40:55.274 INFO STEP 19 (remove_files) COMPLETE |
4635 | 2025-02-21T22:40:57.253Z | [ recovery-image] Feb 21 22:40:55.274 INFO O| Feb 21 22:40:55.274 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2025-02-21T22:40:57.283Z | [ recovery-image] Feb 21 22:40:55.305 INFO O| Feb 21 22:40:55.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4637 | 2025-02-21T22:40:57.307Z | [ recovery-image] Feb 21 22:40:55.329 INFO O| Feb 21 22:40:55.329 INFO STEP 20 (remove_files) COMPLETE |
4638 | 2025-02-21T22:40:57.307Z | [ recovery-image] Feb 21 22:40:55.329 INFO O| Feb 21 22:40:55.329 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2025-02-21T22:40:57.349Z | [ recovery-image] Feb 21 22:40:55.370 INFO O| Feb 21 22:40:55.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4640 | 2025-02-21T22:40:57.352Z | [ recovery-image] Feb 21 22:40:55.371 INFO O| Feb 21 22:40:55.371 INFO STEP 21 (remove_files) COMPLETE |
4641 | 2025-02-21T22:40:57.352Z | [ recovery-image] Feb 21 22:40:55.371 INFO O| Feb 21 22:40:55.371 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2025-02-21T22:40:57.413Z | [ recovery-image] Feb 21 22:40:55.435 INFO O| Feb 21 22:40:55.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4643 | 2025-02-21T22:40:57.427Z | [ recovery-image] Feb 21 22:40:55.449 INFO O| Feb 21 22:40:55.449 INFO STEP 22 (remove_files) COMPLETE |
4644 | 2025-02-21T22:40:57.427Z | [ recovery-image] Feb 21 22:40:55.449 INFO O| Feb 21 22:40:55.449 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2025-02-21T22:40:57.451Z | [ recovery-image] Feb 21 22:40:55.473 INFO O| Feb 21 22:40:55.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4646 | 2025-02-21T22:40:57.464Z | [ recovery-image] Feb 21 22:40:55.486 INFO O| Feb 21 22:40:55.486 INFO STEP 23 (remove_files) COMPLETE |
4647 | 2025-02-21T22:40:57.467Z | [ recovery-image] Feb 21 22:40:55.486 INFO O| Feb 21 22:40:55.486 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2025-02-21T22:40:57.527Z | [ recovery-image] Feb 21 22:40:55.549 INFO O| Feb 21 22:40:55.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4649 | 2025-02-21T22:40:57.530Z | [ recovery-image] Feb 21 22:40:55.549 INFO O| Feb 21 22:40:55.549 INFO STEP 24 (remove_files) COMPLETE |
4650 | 2025-02-21T22:40:57.530Z | [ recovery-image] Feb 21 22:40:55.549 INFO O| Feb 21 22:40:55.549 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2025-02-21T22:40:57.549Z | [ recovery-image] Feb 21 22:40:55.571 INFO O| Feb 21 22:40:55.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4652 | 2025-02-21T22:40:57.552Z | [ recovery-image] Feb 21 22:40:55.571 INFO O| Feb 21 22:40:55.571 INFO STEP 25 (remove_files) COMPLETE |
4653 | 2025-02-21T22:40:57.552Z | [ recovery-image] Feb 21 22:40:55.571 INFO O| Feb 21 22:40:55.571 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2025-02-21T22:40:57.578Z | [ recovery-image] Feb 21 22:40:55.600 INFO O| Feb 21 22:40:55.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4655 | 2025-02-21T22:40:57.581Z | [ recovery-image] Feb 21 22:40:55.600 INFO O| Feb 21 22:40:55.600 INFO STEP 26 (remove_files) COMPLETE |
4656 | 2025-02-21T22:40:57.581Z | [ recovery-image] Feb 21 22:40:55.601 INFO O| Feb 21 22:40:55.600 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2025-02-21T22:40:57.637Z | [ recovery-image] Feb 21 22:40:55.659 INFO O| Feb 21 22:40:55.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4658 | 2025-02-21T22:40:57.637Z | [ recovery-image] Feb 21 22:40:55.659 INFO O| Feb 21 22:40:55.659 INFO STEP 27 (remove_files) COMPLETE |
4659 | 2025-02-21T22:40:57.637Z | [ recovery-image] Feb 21 22:40:55.659 INFO O| Feb 21 22:40:55.659 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2025-02-21T22:40:57.690Z | [ recovery-image] Feb 21 22:40:55.711 INFO O| Feb 21 22:40:55.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4661 | 2025-02-21T22:40:57.690Z | [ recovery-image] Feb 21 22:40:55.711 INFO O| Feb 21 22:40:55.711 INFO STEP 28 (remove_files) COMPLETE |
4662 | 2025-02-21T22:40:57.690Z | [ recovery-image] Feb 21 22:40:55.711 INFO O| Feb 21 22:40:55.711 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2025-02-21T22:40:57.716Z | [ recovery-image] Feb 21 22:40:55.737 INFO O| Feb 21 22:40:55.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4664 | 2025-02-21T22:40:57.716Z | [ recovery-image] Feb 21 22:40:55.737 INFO O| Feb 21 22:40:55.737 INFO STEP 29 (remove_files) COMPLETE |
4665 | 2025-02-21T22:40:57.718Z | [ recovery-image] Feb 21 22:40:55.737 INFO O| Feb 21 22:40:55.737 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2025-02-21T22:40:57.773Z | [ recovery-image] Feb 21 22:40:55.795 INFO O| Feb 21 22:40:55.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4667 | 2025-02-21T22:40:57.773Z | [ recovery-image] Feb 21 22:40:55.795 INFO O| Feb 21 22:40:55.795 INFO STEP 30 (remove_files) COMPLETE |
4668 | 2025-02-21T22:40:57.776Z | [ recovery-image] Feb 21 22:40:55.795 INFO O| Feb 21 22:40:55.795 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2025-02-21T22:40:57.806Z | [ recovery-image] Feb 21 22:40:55.828 INFO O| Feb 21 22:40:55.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4670 | 2025-02-21T22:40:57.806Z | [ recovery-image] Feb 21 22:40:55.828 INFO O| Feb 21 22:40:55.828 INFO STEP 31 (remove_files) COMPLETE |
4671 | 2025-02-21T22:40:57.809Z | [ recovery-image] Feb 21 22:40:55.828 INFO O| Feb 21 22:40:55.828 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2025-02-21T22:40:57.827Z | [ recovery-image] Feb 21 22:40:55.849 INFO O| Feb 21 22:40:55.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4673 | 2025-02-21T22:40:57.827Z | [ recovery-image] Feb 21 22:40:55.849 INFO O| Feb 21 22:40:55.849 INFO STEP 32 (remove_files) COMPLETE |
4674 | 2025-02-21T22:40:57.830Z | [ recovery-image] Feb 21 22:40:55.849 INFO O| Feb 21 22:40:55.849 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2025-02-21T22:40:57.850Z | [ recovery-image] Feb 21 22:40:55.871 INFO O| Feb 21 22:40:55.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4676 | 2025-02-21T22:40:57.850Z | [ recovery-image] Feb 21 22:40:55.871 INFO O| Feb 21 22:40:55.871 INFO STEP 33 (remove_files) COMPLETE |
4677 | 2025-02-21T22:40:57.852Z | [ recovery-image] Feb 21 22:40:55.871 INFO O| Feb 21 22:40:55.871 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2025-02-21T22:40:57.872Z | [ recovery-image] Feb 21 22:40:55.894 INFO O| Feb 21 22:40:55.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4679 | 2025-02-21T22:40:57.873Z | [ recovery-image] Feb 21 22:40:55.894 INFO O| Feb 21 22:40:55.894 INFO STEP 34 (remove_files) COMPLETE |
4680 | 2025-02-21T22:40:57.873Z | [ recovery-image] Feb 21 22:40:55.894 INFO O| Feb 21 22:40:55.894 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2025-02-21T22:40:57.907Z | [ recovery-image] Feb 21 22:40:55.928 INFO O| Feb 21 22:40:55.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4682 | 2025-02-21T22:40:57.931Z | [ recovery-image] Feb 21 22:40:55.953 INFO O| Feb 21 22:40:55.953 INFO STEP 35 (remove_files) COMPLETE |
4683 | 2025-02-21T22:40:57.931Z | [ recovery-image] Feb 21 22:40:55.953 INFO O| Feb 21 22:40:55.953 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2025-02-21T22:40:58.033Z | [ recovery-image] Feb 21 22:40:56.055 INFO O| Feb 21 22:40:56.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4685 | 2025-02-21T22:40:58.037Z | [ recovery-image] Feb 21 22:40:56.055 INFO O| Feb 21 22:40:56.055 INFO STEP 36 (remove_files) COMPLETE |
4686 | 2025-02-21T22:40:58.037Z | [ recovery-image] Feb 21 22:40:56.055 INFO O| Feb 21 22:40:56.055 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2025-02-21T22:40:58.059Z | [ recovery-image] Feb 21 22:40:56.080 INFO O| Feb 21 22:40:56.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4688 | 2025-02-21T22:40:58.059Z | [ recovery-image] Feb 21 22:40:56.081 INFO O| Feb 21 22:40:56.081 INFO STEP 37 (remove_files) COMPLETE |
4689 | 2025-02-21T22:40:58.062Z | [ recovery-image] Feb 21 22:40:56.081 INFO O| Feb 21 22:40:56.081 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2025-02-21T22:40:58.081Z | [ recovery-image] Feb 21 22:40:56.103 INFO O| Feb 21 22:40:56.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4691 | 2025-02-21T22:40:58.082Z | [ recovery-image] Feb 21 22:40:56.103 INFO O| Feb 21 22:40:56.103 INFO STEP 38 (remove_files) COMPLETE |
4692 | 2025-02-21T22:40:58.082Z | [ recovery-image] Feb 21 22:40:56.103 INFO O| Feb 21 22:40:56.103 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2025-02-21T22:40:58.121Z | [ recovery-image] Feb 21 22:40:56.142 INFO O| Feb 21 22:40:56.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4694 | 2025-02-21T22:40:58.121Z | [ recovery-image] Feb 21 22:40:56.142 INFO O| Feb 21 22:40:56.142 INFO STEP 39 (remove_files) COMPLETE |
4695 | 2025-02-21T22:40:58.121Z | [ recovery-image] Feb 21 22:40:56.142 INFO O| Feb 21 22:40:56.142 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2025-02-21T22:40:58.142Z | [ recovery-image] Feb 21 22:40:56.164 INFO O| Feb 21 22:40:56.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4697 | 2025-02-21T22:40:58.142Z | [ recovery-image] Feb 21 22:40:56.164 INFO O| Feb 21 22:40:56.164 INFO STEP 40 (remove_files) COMPLETE |
4698 | 2025-02-21T22:40:58.145Z | [ recovery-image] Feb 21 22:40:56.164 INFO O| Feb 21 22:40:56.164 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2025-02-21T22:40:58.183Z | [ recovery-image] Feb 21 22:40:56.205 INFO O| Feb 21 22:40:56.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4700 | 2025-02-21T22:40:58.183Z | [ recovery-image] Feb 21 22:40:56.205 INFO O| Feb 21 22:40:56.205 INFO STEP 41 (remove_files) COMPLETE |
4701 | 2025-02-21T22:40:58.186Z | [ recovery-image] Feb 21 22:40:56.205 INFO O| Feb 21 22:40:56.205 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2025-02-21T22:40:58.205Z | [ recovery-image] Feb 21 22:40:56.226 INFO O| Feb 21 22:40:56.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4703 | 2025-02-21T22:40:58.207Z | [ recovery-image] Feb 21 22:40:56.226 INFO O| Feb 21 22:40:56.226 INFO STEP 42 (remove_files) COMPLETE |
4704 | 2025-02-21T22:40:58.207Z | [ recovery-image] Feb 21 22:40:56.226 INFO O| Feb 21 22:40:56.226 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2025-02-21T22:40:58.238Z | [ recovery-image] Feb 21 22:40:56.259 INFO O| Feb 21 22:40:56.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4706 | 2025-02-21T22:40:58.240Z | [ recovery-image] Feb 21 22:40:56.259 INFO O| Feb 21 22:40:56.259 INFO STEP 43 (remove_files) COMPLETE |
4707 | 2025-02-21T22:40:58.240Z | [ recovery-image] Feb 21 22:40:56.260 INFO O| Feb 21 22:40:56.260 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2025-02-21T22:40:58.259Z | [ recovery-image] Feb 21 22:40:56.280 INFO O| Feb 21 22:40:56.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4709 | 2025-02-21T22:40:58.261Z | [ recovery-image] Feb 21 22:40:56.280 INFO O| Feb 21 22:40:56.280 INFO STEP 44 (remove_files) COMPLETE |
4710 | 2025-02-21T22:40:58.261Z | [ recovery-image] Feb 21 22:40:56.281 INFO O| Feb 21 22:40:56.281 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2025-02-21T22:40:58.276Z | [ recovery-image] Feb 21 22:40:56.298 INFO O| Feb 21 22:40:56.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4712 | 2025-02-21T22:40:58.279Z | [ recovery-image] Feb 21 22:40:56.298 INFO O| Feb 21 22:40:56.298 INFO STEP 45 (remove_files) COMPLETE |
4713 | 2025-02-21T22:40:58.279Z | [ recovery-image] Feb 21 22:40:56.298 INFO O| Feb 21 22:40:56.298 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2025-02-21T22:40:58.295Z | [ recovery-image] Feb 21 22:40:56.317 INFO O| Feb 21 22:40:56.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4715 | 2025-02-21T22:40:58.298Z | [ recovery-image] Feb 21 22:40:56.317 INFO O| Feb 21 22:40:56.317 INFO STEP 46 (remove_files) COMPLETE |
4716 | 2025-02-21T22:40:58.298Z | [ recovery-image] Feb 21 22:40:56.317 INFO O| Feb 21 22:40:56.317 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2025-02-21T22:40:58.318Z | [ recovery-image] Feb 21 22:40:56.339 INFO O| Feb 21 22:40:56.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4718 | 2025-02-21T22:40:58.318Z | [ recovery-image] Feb 21 22:40:56.339 INFO O| Feb 21 22:40:56.339 INFO STEP 47 (remove_files) COMPLETE |
4719 | 2025-02-21T22:40:58.318Z | [ recovery-image] Feb 21 22:40:56.339 INFO O| Feb 21 22:40:56.339 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2025-02-21T22:40:58.406Z | [ recovery-image] Feb 21 22:40:56.427 INFO O| Feb 21 22:40:56.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4721 | 2025-02-21T22:40:58.406Z | [ recovery-image] Feb 21 22:40:56.427 INFO O| Feb 21 22:40:56.427 INFO STEP 48 (remove_files) COMPLETE |
4722 | 2025-02-21T22:40:58.408Z | [ recovery-image] Feb 21 22:40:56.427 INFO O| Feb 21 22:40:56.427 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2025-02-21T22:40:58.437Z | [ recovery-image] Feb 21 22:40:56.459 INFO O| Feb 21 22:40:56.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4724 | 2025-02-21T22:40:58.437Z | [ recovery-image] Feb 21 22:40:56.459 INFO O| Feb 21 22:40:56.459 INFO STEP 49 (remove_files) COMPLETE |
4725 | 2025-02-21T22:40:58.440Z | [ recovery-image] Feb 21 22:40:56.459 INFO O| Feb 21 22:40:56.459 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2025-02-21T22:40:58.455Z | [ recovery-image] Feb 21 22:40:56.477 INFO O| Feb 21 22:40:56.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4727 | 2025-02-21T22:40:58.469Z | [ recovery-image] Feb 21 22:40:56.490 INFO O| Feb 21 22:40:56.490 INFO STEP 50 (remove_files) COMPLETE |
4728 | 2025-02-21T22:40:58.469Z | [ recovery-image] Feb 21 22:40:56.490 INFO O| Feb 21 22:40:56.490 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2025-02-21T22:40:58.541Z | [ recovery-image] Feb 21 22:40:56.563 INFO O| Feb 21 22:40:56.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4730 | 2025-02-21T22:40:58.544Z | [ recovery-image] Feb 21 22:40:56.563 INFO O| Feb 21 22:40:56.563 INFO STEP 51 (remove_files) COMPLETE |
4731 | 2025-02-21T22:40:58.544Z | [ recovery-image] Feb 21 22:40:56.563 INFO O| Feb 21 22:40:56.563 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2025-02-21T22:40:58.565Z | [ recovery-image] Feb 21 22:40:56.587 INFO O| Feb 21 22:40:56.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4733 | 2025-02-21T22:40:58.568Z | [ recovery-image] Feb 21 22:40:56.587 INFO O| Feb 21 22:40:56.587 INFO STEP 52 (remove_files) COMPLETE |
4734 | 2025-02-21T22:40:58.568Z | [ recovery-image] Feb 21 22:40:56.587 INFO O| Feb 21 22:40:56.587 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2025-02-21T22:40:58.601Z | [ recovery-image] Feb 21 22:40:56.623 INFO O| Feb 21 22:40:56.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4736 | 2025-02-21T22:40:58.604Z | [ recovery-image] Feb 21 22:40:56.623 INFO O| Feb 21 22:40:56.623 INFO STEP 53 (remove_files) COMPLETE |
4737 | 2025-02-21T22:40:58.604Z | [ recovery-image] Feb 21 22:40:56.623 INFO O| Feb 21 22:40:56.623 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2025-02-21T22:40:58.623Z | [ recovery-image] Feb 21 22:40:56.644 INFO O| Feb 21 22:40:56.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4739 | 2025-02-21T22:40:58.643Z | [ recovery-image] Feb 21 22:40:56.665 INFO O| Feb 21 22:40:56.665 INFO STEP 54 (remove_files) COMPLETE |
4740 | 2025-02-21T22:40:58.643Z | [ recovery-image] Feb 21 22:40:56.665 INFO O| Feb 21 22:40:56.665 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2025-02-21T22:40:58.664Z | [ recovery-image] Feb 21 22:40:56.686 INFO O| Feb 21 22:40:56.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4742 | 2025-02-21T22:40:58.667Z | [ recovery-image] Feb 21 22:40:56.686 INFO O| Feb 21 22:40:56.686 INFO STEP 55 (remove_files) COMPLETE |
4743 | 2025-02-21T22:40:58.667Z | [ recovery-image] Feb 21 22:40:56.686 INFO O| Feb 21 22:40:56.686 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2025-02-21T22:40:58.685Z | [ recovery-image] Feb 21 22:40:56.706 INFO O| Feb 21 22:40:56.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4745 | 2025-02-21T22:40:58.687Z | [ recovery-image] Feb 21 22:40:56.707 INFO O| Feb 21 22:40:56.707 INFO STEP 56 (remove_files) COMPLETE |
4746 | 2025-02-21T22:40:58.687Z | [ recovery-image] Feb 21 22:40:56.707 INFO O| Feb 21 22:40:56.707 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2025-02-21T22:40:58.726Z | [ recovery-image] Feb 21 22:40:56.747 INFO O| Feb 21 22:40:56.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4748 | 2025-02-21T22:40:58.726Z | [ recovery-image] Feb 21 22:40:56.747 INFO O| Feb 21 22:40:56.747 INFO STEP 57 (remove_files) COMPLETE |
4749 | 2025-02-21T22:40:58.726Z | [ recovery-image] Feb 21 22:40:56.747 INFO O| Feb 21 22:40:56.747 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2025-02-21T22:40:58.767Z | [ recovery-image] Feb 21 22:40:56.789 INFO O| Feb 21 22:40:56.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4751 | 2025-02-21T22:40:58.770Z | [ recovery-image] Feb 21 22:40:56.789 INFO O| Feb 21 22:40:56.789 INFO STEP 58 (remove_files) COMPLETE |
4752 | 2025-02-21T22:40:58.770Z | [ recovery-image] Feb 21 22:40:56.789 INFO O| Feb 21 22:40:56.789 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2025-02-21T22:40:58.793Z | [ recovery-image] Feb 21 22:40:56.815 INFO O| Feb 21 22:40:56.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4754 | 2025-02-21T22:40:58.793Z | [ recovery-image] Feb 21 22:40:56.815 INFO O| Feb 21 22:40:56.815 INFO STEP 59 (remove_files) COMPLETE |
4755 | 2025-02-21T22:40:58.796Z | [ recovery-image] Feb 21 22:40:56.815 INFO O| Feb 21 22:40:56.815 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2025-02-21T22:40:58.816Z | [ recovery-image] Feb 21 22:40:56.837 INFO O| Feb 21 22:40:56.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4757 | 2025-02-21T22:40:58.816Z | [ recovery-image] Feb 21 22:40:56.837 INFO O| Feb 21 22:40:56.837 INFO STEP 60 (remove_files) COMPLETE |
4758 | 2025-02-21T22:40:58.818Z | [ recovery-image] Feb 21 22:40:56.837 INFO O| Feb 21 22:40:56.837 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2025-02-21T22:40:58.838Z | [ recovery-image] Feb 21 22:40:56.859 INFO O| Feb 21 22:40:56.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4760 | 2025-02-21T22:40:58.838Z | [ recovery-image] Feb 21 22:40:56.859 INFO O| Feb 21 22:40:56.859 INFO STEP 61 (remove_files) COMPLETE |
4761 | 2025-02-21T22:40:58.838Z | [ recovery-image] Feb 21 22:40:56.859 INFO O| Feb 21 22:40:56.859 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2025-02-21T22:40:58.861Z | [ recovery-image] Feb 21 22:40:56.882 INFO O| Feb 21 22:40:56.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4763 | 2025-02-21T22:40:58.861Z | [ recovery-image] Feb 21 22:40:56.882 INFO O| Feb 21 22:40:56.882 INFO STEP 62 (remove_files) COMPLETE |
4764 | 2025-02-21T22:40:58.864Z | [ recovery-image] Feb 21 22:40:56.882 INFO O| Feb 21 22:40:56.882 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2025-02-21T22:40:58.907Z | [ recovery-image] Feb 21 22:40:56.928 INFO O| Feb 21 22:40:56.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4766 | 2025-02-21T22:40:58.907Z | [ recovery-image] Feb 21 22:40:56.928 INFO O| Feb 21 22:40:56.928 INFO STEP 63 (remove_files) COMPLETE |
4767 | 2025-02-21T22:40:58.907Z | [ recovery-image] Feb 21 22:40:56.928 INFO O| Feb 21 22:40:56.928 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2025-02-21T22:40:58.929Z | [ recovery-image] Feb 21 22:40:56.951 INFO O| Feb 21 22:40:56.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4769 | 2025-02-21T22:40:58.929Z | [ recovery-image] Feb 21 22:40:56.951 INFO O| Feb 21 22:40:56.951 INFO STEP 64 (remove_files) COMPLETE |
4770 | 2025-02-21T22:40:58.932Z | [ recovery-image] Feb 21 22:40:56.951 INFO O| Feb 21 22:40:56.951 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2025-02-21T22:40:58.950Z | [ recovery-image] Feb 21 22:40:56.971 INFO O| Feb 21 22:40:56.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4772 | 2025-02-21T22:40:58.953Z | [ recovery-image] Feb 21 22:40:56.975 INFO O| Feb 21 22:40:56.975 INFO STEP 65 (remove_files) COMPLETE |
4773 | 2025-02-21T22:40:58.956Z | [ recovery-image] Feb 21 22:40:56.975 INFO O| Feb 21 22:40:56.975 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2025-02-21T22:40:58.974Z | [ recovery-image] Feb 21 22:40:56.996 INFO O| Feb 21 22:40:56.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4775 | 2025-02-21T22:40:58.994Z | [ recovery-image] Feb 21 22:40:57.016 INFO O| Feb 21 22:40:57.016 INFO STEP 66 (remove_files) COMPLETE |
4776 | 2025-02-21T22:40:58.997Z | [ recovery-image] Feb 21 22:40:57.016 INFO O| Feb 21 22:40:57.016 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2025-02-21T22:40:59.031Z | [ recovery-image] Feb 21 22:40:57.052 INFO O| Feb 21 22:40:57.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4778 | 2025-02-21T22:40:59.031Z | [ recovery-image] Feb 21 22:40:57.052 INFO O| Feb 21 22:40:57.052 INFO STEP 67 (remove_files) COMPLETE |
4779 | 2025-02-21T22:40:59.034Z | [ recovery-image] Feb 21 22:40:57.052 INFO O| Feb 21 22:40:57.052 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2025-02-21T22:40:59.119Z | [ recovery-image] Feb 21 22:40:57.141 INFO O| Feb 21 22:40:57.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4781 | 2025-02-21T22:40:59.119Z | [ recovery-image] Feb 21 22:40:57.141 INFO O| Feb 21 22:40:57.141 INFO STEP 68 (remove_files) COMPLETE |
4782 | 2025-02-21T22:40:59.119Z | [ recovery-image] Feb 21 22:40:57.141 INFO O| Feb 21 22:40:57.141 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2025-02-21T22:40:59.139Z | [ recovery-image] Feb 21 22:40:57.160 INFO O| Feb 21 22:40:57.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4784 | 2025-02-21T22:40:59.140Z | [ recovery-image] Feb 21 22:40:57.160 INFO O| Feb 21 22:40:57.160 INFO STEP 69 (remove_files) COMPLETE |
4785 | 2025-02-21T22:40:59.140Z | [ recovery-image] Feb 21 22:40:57.160 INFO O| Feb 21 22:40:57.160 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2025-02-21T22:40:59.191Z | [ recovery-image] Feb 21 22:40:57.213 INFO O| Feb 21 22:40:57.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4787 | 2025-02-21T22:40:59.211Z | [ recovery-image] Feb 21 22:40:57.233 INFO O| Feb 21 22:40:57.233 INFO STEP 70 (remove_files) COMPLETE |
4788 | 2025-02-21T22:40:59.211Z | [ recovery-image] Feb 21 22:40:57.233 INFO O| Feb 21 22:40:57.233 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2025-02-21T22:40:59.234Z | [ recovery-image] Feb 21 22:40:57.256 INFO O| Feb 21 22:40:57.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4790 | 2025-02-21T22:40:59.234Z | [ recovery-image] Feb 21 22:40:57.256 INFO O| Feb 21 22:40:57.256 INFO STEP 71 (remove_files) COMPLETE |
4791 | 2025-02-21T22:40:59.237Z | [ recovery-image] Feb 21 22:40:57.256 INFO O| Feb 21 22:40:57.256 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2025-02-21T22:40:59.257Z | [ recovery-image] Feb 21 22:40:57.279 INFO O| Feb 21 22:40:57.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4793 | 2025-02-21T22:41:00.307Z | [ recovery-image] Feb 21 22:40:57.326 INFO O| Feb 21 22:40:57.326 INFO STEP 72 (remove_files) COMPLETE |
4794 | 2025-02-21T22:41:00.307Z | [ recovery-image] Feb 21 22:40:57.326 INFO O| Feb 21 22:40:57.326 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.370 INFO O| Feb 21 22:40:57.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4796 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.370 INFO O| Feb 21 22:40:57.370 INFO STEP 73 (remove_files) COMPLETE |
4797 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.370 INFO O| Feb 21 22:40:57.370 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.450 INFO O| Feb 21 22:40:57.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4799 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.450 INFO O| Feb 21 22:40:57.450 INFO STEP 74 (remove_files) COMPLETE |
4800 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.450 INFO O| Feb 21 22:40:57.450 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.484 INFO O| Feb 21 22:40:57.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4802 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.484 INFO O| Feb 21 22:40:57.484 INFO STEP 75 (remove_files) COMPLETE |
4803 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.484 INFO O| Feb 21 22:40:57.484 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.516 INFO O| Feb 21 22:40:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4805 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.516 INFO O| Feb 21 22:40:57.516 INFO STEP 76 (remove_files) COMPLETE |
4806 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.516 INFO O| Feb 21 22:40:57.516 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.535 INFO O| Feb 21 22:40:57.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4808 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.535 INFO O| Feb 21 22:40:57.535 INFO STEP 77 (remove_files) COMPLETE |
4809 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.535 INFO O| Feb 21 22:40:57.535 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.555 INFO O| Feb 21 22:40:57.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4811 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.555 INFO O| Feb 21 22:40:57.555 INFO STEP 78 (remove_files) COMPLETE |
4812 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.555 INFO O| Feb 21 22:40:57.555 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.576 INFO O| Feb 21 22:40:57.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4814 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.576 INFO O| Feb 21 22:40:57.576 INFO STEP 79 (remove_files) COMPLETE |
4815 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.576 INFO O| Feb 21 22:40:57.576 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.612 INFO O| Feb 21 22:40:57.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4817 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.612 INFO O| Feb 21 22:40:57.612 INFO STEP 80 (remove_files) COMPLETE |
4818 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.612 INFO O| Feb 21 22:40:57.612 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.652 INFO O| Feb 21 22:40:57.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4820 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.652 INFO O| Feb 21 22:40:57.652 INFO STEP 81 (remove_files) COMPLETE |
4821 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.652 INFO O| Feb 21 22:40:57.652 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.717 INFO O| Feb 21 22:40:57.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4823 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.717 INFO O| Feb 21 22:40:57.717 INFO STEP 82 (remove_files) COMPLETE |
4824 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.717 INFO O| Feb 21 22:40:57.717 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.773 INFO O| Feb 21 22:40:57.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4826 | 2025-02-21T22:41:00.312Z | [ recovery-image] Feb 21 22:40:57.773 INFO O| Feb 21 22:40:57.773 INFO STEP 83 (remove_files) COMPLETE |
4827 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:57.773 INFO O| Feb 21 22:40:57.773 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:57.824 INFO O| Feb 21 22:40:57.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4829 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:57.844 INFO O| Feb 21 22:40:57.844 INFO STEP 84 (remove_files) COMPLETE |
4830 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:57.844 INFO O| Feb 21 22:40:57.844 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:57.938 INFO O| Feb 21 22:40:57.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4832 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:57.938 INFO O| Feb 21 22:40:57.938 INFO STEP 85 (remove_files) COMPLETE |
4833 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:57.938 INFO O| Feb 21 22:40:57.938 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:57.962 INFO O| Feb 21 22:40:57.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4835 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:57.962 INFO O| Feb 21 22:40:57.962 INFO STEP 86 (remove_files) COMPLETE |
4836 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:57.962 INFO O| Feb 21 22:40:57.962 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:57.983 INFO O| Feb 21 22:40:57.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4838 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:57.983 INFO O| Feb 21 22:40:57.983 INFO STEP 87 (remove_files) COMPLETE |
4839 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:57.983 INFO O| Feb 21 22:40:57.983 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.007 INFO O| Feb 21 22:40:58.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4841 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.007 INFO O| Feb 21 22:40:58.007 INFO STEP 88 (remove_files) COMPLETE |
4842 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.007 INFO O| Feb 21 22:40:58.007 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.047 INFO O| Feb 21 22:40:58.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4844 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.047 INFO O| Feb 21 22:40:58.047 INFO STEP 89 (remove_files) COMPLETE |
4845 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.047 INFO O| Feb 21 22:40:58.047 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.096 INFO O| Feb 21 22:40:58.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4847 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.096 INFO O| Feb 21 22:40:58.096 INFO STEP 90 (remove_files) COMPLETE |
4848 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.096 INFO O| Feb 21 22:40:58.096 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.118 INFO O| Feb 21 22:40:58.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4850 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.122 INFO O| Feb 21 22:40:58.122 INFO STEP 91 (remove_files) COMPLETE |
4851 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.122 INFO O| Feb 21 22:40:58.122 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.145 INFO O| Feb 21 22:40:58.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4853 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.145 INFO O| Feb 21 22:40:58.145 INFO STEP 92 (remove_files) COMPLETE |
4854 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.145 INFO O| Feb 21 22:40:58.145 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.184 INFO O| Feb 21 22:40:58.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4856 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.184 INFO O| Feb 21 22:40:58.184 INFO STEP 93 (remove_files) COMPLETE |
4857 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.184 INFO O| Feb 21 22:40:58.184 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.231 INFO O| Feb 21 22:40:58.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4859 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.231 INFO O| Feb 21 22:40:58.231 INFO STEP 94 (remove_files) COMPLETE |
4860 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.231 INFO O| Feb 21 22:40:58.231 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.251 INFO O| Feb 21 22:40:58.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4862 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.251 INFO O| Feb 21 22:40:58.251 INFO STEP 95 (remove_files) COMPLETE |
4863 | 2025-02-21T22:41:00.313Z | [ recovery-image] Feb 21 22:40:58.251 INFO O| Feb 21 22:40:58.251 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2025-02-21T22:41:00.314Z | [ recovery-image] Feb 21 22:40:58.269 INFO O| Feb 21 22:40:58.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4865 | 2025-02-21T22:41:00.314Z | [ recovery-image] Feb 21 22:40:58.270 INFO O| Feb 21 22:40:58.269 INFO STEP 96 (remove_files) COMPLETE |
4866 | 2025-02-21T22:41:00.314Z | [ recovery-image] Feb 21 22:40:58.270 INFO O| Feb 21 22:40:58.270 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2025-02-21T22:41:00.314Z | [ recovery-image] Feb 21 22:40:58.287 INFO O| Feb 21 22:40:58.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4868 | 2025-02-21T22:41:00.314Z | [ recovery-image] Feb 21 22:40:58.308 INFO O| Feb 21 22:40:58.308 INFO STEP 97 (remove_files) COMPLETE |
4869 | 2025-02-21T22:41:00.314Z | [ recovery-image] Feb 21 22:40:58.308 INFO O| Feb 21 22:40:58.308 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2025-02-21T22:41:00.329Z | [ recovery-image] Feb 21 22:40:58.349 INFO O| Feb 21 22:40:58.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4871 | 2025-02-21T22:41:00.329Z | [ recovery-image] Feb 21 22:40:58.349 INFO O| Feb 21 22:40:58.349 INFO STEP 98 (remove_files) COMPLETE |
4872 | 2025-02-21T22:41:00.329Z | [ recovery-image] Feb 21 22:40:58.349 INFO O| Feb 21 22:40:58.349 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2025-02-21T22:41:00.348Z | [ recovery-image] Feb 21 22:40:58.370 INFO O| Feb 21 22:40:58.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4874 | 2025-02-21T22:41:00.349Z | [ recovery-image] Feb 21 22:40:58.370 INFO O| Feb 21 22:40:58.370 INFO STEP 99 (remove_files) COMPLETE |
4875 | 2025-02-21T22:41:00.349Z | [ recovery-image] Feb 21 22:40:58.370 INFO O| Feb 21 22:40:58.370 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2025-02-21T22:41:00.370Z | [ recovery-image] Feb 21 22:40:58.391 INFO O| Feb 21 22:40:58.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4877 | 2025-02-21T22:41:00.370Z | [ recovery-image] Feb 21 22:40:58.391 INFO O| Feb 21 22:40:58.391 INFO STEP 100 (remove_files) COMPLETE |
4878 | 2025-02-21T22:41:00.372Z | [ recovery-image] Feb 21 22:40:58.391 INFO O| Feb 21 22:40:58.391 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2025-02-21T22:41:00.390Z | [ recovery-image] Feb 21 22:40:58.412 INFO O| Feb 21 22:40:58.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4880 | 2025-02-21T22:41:00.391Z | [ recovery-image] Feb 21 22:40:58.412 INFO O| Feb 21 22:40:58.412 INFO STEP 101 (remove_files) COMPLETE |
4881 | 2025-02-21T22:41:00.391Z | [ recovery-image] Feb 21 22:40:58.412 INFO O| Feb 21 22:40:58.412 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2025-02-21T22:41:00.499Z | [ recovery-image] Feb 21 22:40:58.520 INFO O| Feb 21 22:40:58.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4883 | 2025-02-21T22:41:00.499Z | [ recovery-image] Feb 21 22:40:58.520 INFO O| Feb 21 22:40:58.520 INFO STEP 102 (remove_files) COMPLETE |
4884 | 2025-02-21T22:41:00.503Z | [ recovery-image] Feb 21 22:40:58.520 INFO O| Feb 21 22:40:58.520 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2025-02-21T22:41:00.551Z | [ recovery-image] Feb 21 22:40:58.572 INFO O| Feb 21 22:40:58.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4886 | 2025-02-21T22:41:00.551Z | [ recovery-image] Feb 21 22:40:58.573 INFO O| Feb 21 22:40:58.573 INFO STEP 103 (remove_files) COMPLETE |
4887 | 2025-02-21T22:41:00.551Z | [ recovery-image] Feb 21 22:40:58.573 INFO O| Feb 21 22:40:58.573 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2025-02-21T22:41:00.576Z | [ recovery-image] Feb 21 22:40:58.596 INFO O| Feb 21 22:40:58.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4889 | 2025-02-21T22:41:00.577Z | [ recovery-image] Feb 21 22:40:58.596 INFO O| Feb 21 22:40:58.596 INFO STEP 104 (remove_files) COMPLETE |
4890 | 2025-02-21T22:41:00.580Z | [ recovery-image] Feb 21 22:40:58.596 INFO O| Feb 21 22:40:58.596 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2025-02-21T22:41:00.606Z | [ recovery-image] Feb 21 22:40:58.627 INFO O| Feb 21 22:40:58.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4892 | 2025-02-21T22:41:00.609Z | [ recovery-image] Feb 21 22:40:58.627 INFO O| Feb 21 22:40:58.627 INFO STEP 105 (remove_files) COMPLETE |
4893 | 2025-02-21T22:41:00.609Z | [ recovery-image] Feb 21 22:40:58.628 INFO O| Feb 21 22:40:58.627 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2025-02-21T22:41:00.628Z | [ recovery-image] Feb 21 22:40:58.649 INFO O| Feb 21 22:40:58.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4895 | 2025-02-21T22:41:00.628Z | [ recovery-image] Feb 21 22:40:58.649 INFO O| Feb 21 22:40:58.649 INFO STEP 106 (remove_files) COMPLETE |
4896 | 2025-02-21T22:41:00.628Z | [ recovery-image] Feb 21 22:40:58.649 INFO O| Feb 21 22:40:58.649 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2025-02-21T22:41:00.692Z | [ recovery-image] Feb 21 22:40:58.713 INFO O| Feb 21 22:40:58.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4898 | 2025-02-21T22:41:00.692Z | [ recovery-image] Feb 21 22:40:58.713 INFO O| Feb 21 22:40:58.713 INFO STEP 107 (remove_files) COMPLETE |
4899 | 2025-02-21T22:41:00.692Z | [ recovery-image] Feb 21 22:40:58.713 INFO O| Feb 21 22:40:58.713 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2025-02-21T22:41:00.707Z | [ host-image] Feb 21 22:40:58.729 INFO O| Feb 21 22:40:58.728 INFO O| Planning: Solver setup ... Done |
4901 | 2025-02-21T22:41:00.715Z | [ host-image] Feb 21 22:40:58.735 INFO O| Feb 21 22:40:58.735 INFO O| Planning: Running solver ... Done |
4902 | 2025-02-21T22:41:00.733Z | [ recovery-image] Feb 21 22:40:58.754 INFO O| Feb 21 22:40:58.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4903 | 2025-02-21T22:41:00.733Z | [ recovery-image] Feb 21 22:40:58.754 INFO O| Feb 21 22:40:58.754 INFO STEP 108 (remove_files) COMPLETE |
4904 | 2025-02-21T22:41:00.736Z | [ recovery-image] Feb 21 22:40:58.754 INFO O| Feb 21 22:40:58.754 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2025-02-21T22:41:00.754Z | [ recovery-image] Feb 21 22:40:58.775 INFO O| Feb 21 22:40:58.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4906 | 2025-02-21T22:41:00.754Z | [ recovery-image] Feb 21 22:40:58.775 INFO O| Feb 21 22:40:58.775 INFO STEP 109 (remove_files) COMPLETE |
4907 | 2025-02-21T22:41:00.754Z | [ recovery-image] Feb 21 22:40:58.775 INFO O| Feb 21 22:40:58.775 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2025-02-21T22:41:00.773Z | [ recovery-image] Feb 21 22:40:58.795 INFO O| Feb 21 22:40:58.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4909 | 2025-02-21T22:41:00.773Z | [ recovery-image] Feb 21 22:40:58.795 INFO O| Feb 21 22:40:58.795 INFO STEP 110 (remove_files) COMPLETE |
4910 | 2025-02-21T22:41:00.773Z | [ recovery-image] Feb 21 22:40:58.795 INFO O| Feb 21 22:40:58.795 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2025-02-21T22:41:00.808Z | [ recovery-image] Feb 21 22:40:58.828 INFO O| Feb 21 22:40:58.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4912 | 2025-02-21T22:41:00.808Z | [ recovery-image] Feb 21 22:40:58.828 INFO O| Feb 21 22:40:58.827 INFO STEP 111 (remove_files) COMPLETE |
4913 | 2025-02-21T22:41:00.808Z | [ recovery-image] Feb 21 22:40:58.828 INFO O| Feb 21 22:40:58.827 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2025-02-21T22:41:00.827Z | [ recovery-image] Feb 21 22:40:58.848 INFO O| Feb 21 22:40:58.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4915 | 2025-02-21T22:41:00.827Z | [ recovery-image] Feb 21 22:40:58.848 INFO O| Feb 21 22:40:58.847 INFO STEP 112 (remove_files) COMPLETE |
4916 | 2025-02-21T22:41:00.827Z | [ recovery-image] Feb 21 22:40:58.848 INFO O| Feb 21 22:40:58.847 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2025-02-21T22:41:00.832Z | [ host-image] Feb 21 22:40:58.853 INFO O| Feb 21 22:40:58.853 INFO O| Planning: Finding local manifests ... Done |
4918 | 2025-02-21T22:41:00.834Z | [ host-image] Feb 21 22:40:58.854 INFO O| Feb 21 22:40:58.854 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4919 | 2025-02-21T22:41:00.871Z | [ recovery-image] Feb 21 22:40:58.893 INFO O| Feb 21 22:40:58.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4920 | 2025-02-21T22:41:00.871Z | [ recovery-image] Feb 21 22:40:58.893 INFO O| Feb 21 22:40:58.893 INFO STEP 113 (remove_files) COMPLETE |
4921 | 2025-02-21T22:41:00.871Z | [ recovery-image] Feb 21 22:40:58.893 INFO O| Feb 21 22:40:58.893 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2025-02-21T22:41:00.899Z | [ recovery-image] Feb 21 22:40:58.920 INFO O| Feb 21 22:40:58.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4923 | 2025-02-21T22:41:00.902Z | [ recovery-image] Feb 21 22:40:58.920 INFO O| Feb 21 22:40:58.920 INFO STEP 114 (remove_files) COMPLETE |
4924 | 2025-02-21T22:41:00.902Z | [ recovery-image] Feb 21 22:40:58.920 INFO O| Feb 21 22:40:58.920 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2025-02-21T22:41:00.918Z | [ recovery-image] Feb 21 22:40:58.940 INFO O| Feb 21 22:40:58.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4926 | 2025-02-21T22:41:00.919Z | [ recovery-image] Feb 21 22:40:58.940 INFO O| Feb 21 22:40:58.940 INFO STEP 115 (remove_files) COMPLETE |
4927 | 2025-02-21T22:41:00.921Z | [ recovery-image] Feb 21 22:40:58.940 INFO O| Feb 21 22:40:58.940 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2025-02-21T22:41:00.939Z | [ recovery-image] Feb 21 22:40:58.960 INFO O| Feb 21 22:40:58.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4929 | 2025-02-21T22:41:00.939Z | [ recovery-image] Feb 21 22:40:58.960 INFO O| Feb 21 22:40:58.960 INFO STEP 116 (remove_files) COMPLETE |
4930 | 2025-02-21T22:41:00.939Z | [ recovery-image] Feb 21 22:40:58.960 INFO O| Feb 21 22:40:58.960 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2025-02-21T22:41:00.958Z | [ recovery-image] Feb 21 22:40:58.980 INFO O| Feb 21 22:40:58.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4932 | 2025-02-21T22:41:00.980Z | [ recovery-image] Feb 21 22:40:59.000 INFO O| Feb 21 22:40:59.000 INFO STEP 117 (remove_files) COMPLETE |
4933 | 2025-02-21T22:41:00.980Z | [ recovery-image] Feb 21 22:40:59.000 INFO O| Feb 21 22:40:59.000 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2025-02-21T22:41:01.012Z | [ host-image] Feb 21 22:40:59.034 INFO O| Feb 21 22:40:59.033 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4935 | 2025-02-21T22:41:01.037Z | [ recovery-image] Feb 21 22:40:59.058 INFO O| Feb 21 22:40:59.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4936 | 2025-02-21T22:41:01.037Z | [ recovery-image] Feb 21 22:40:59.058 INFO O| Feb 21 22:40:59.058 INFO STEP 118 (remove_files) COMPLETE |
4937 | 2025-02-21T22:41:01.037Z | [ recovery-image] Feb 21 22:40:59.058 INFO O| Feb 21 22:40:59.058 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2025-02-21T22:41:01.045Z | [ host-image] Feb 21 22:40:59.066 INFO O| Feb 21 22:40:59.066 INFO O| Planning: Package planning ... Done |
4939 | 2025-02-21T22:41:01.049Z | [ host-image] Feb 21 22:40:59.067 INFO O| Feb 21 22:40:59.067 INFO O| Planning: Merging actions ... Done |
4940 | 2025-02-21T22:41:01.058Z | [ recovery-image] Feb 21 22:40:59.079 INFO O| Feb 21 22:40:59.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4941 | 2025-02-21T22:41:01.061Z | [ recovery-image] Feb 21 22:40:59.079 INFO O| Feb 21 22:40:59.079 INFO STEP 119 (remove_files) COMPLETE |
4942 | 2025-02-21T22:41:01.061Z | [ recovery-image] Feb 21 22:40:59.079 INFO O| Feb 21 22:40:59.079 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2025-02-21T22:41:01.078Z | [ recovery-image] Feb 21 22:40:59.099 INFO O| Feb 21 22:40:59.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4944 | 2025-02-21T22:41:01.081Z | [ recovery-image] Feb 21 22:40:59.099 INFO O| Feb 21 22:40:59.099 INFO STEP 120 (remove_files) COMPLETE |
4945 | 2025-02-21T22:41:01.081Z | [ recovery-image] Feb 21 22:40:59.099 INFO O| Feb 21 22:40:59.099 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2025-02-21T22:41:01.103Z | [ recovery-image] Feb 21 22:40:59.124 INFO O| Feb 21 22:40:59.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4947 | 2025-02-21T22:41:01.103Z | [ recovery-image] Feb 21 22:40:59.124 INFO O| Feb 21 22:40:59.124 INFO STEP 121 (remove_files) COMPLETE |
4948 | 2025-02-21T22:41:01.103Z | [ recovery-image] Feb 21 22:40:59.124 INFO O| Feb 21 22:40:59.124 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2025-02-21T22:41:01.131Z | [ recovery-image] Feb 21 22:40:59.153 INFO O| Feb 21 22:40:59.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4950 | 2025-02-21T22:41:01.134Z | [ recovery-image] Feb 21 22:40:59.153 INFO O| Feb 21 22:40:59.153 INFO STEP 122 (remove_files) COMPLETE |
4951 | 2025-02-21T22:41:01.134Z | [ recovery-image] Feb 21 22:40:59.153 INFO O| Feb 21 22:40:59.153 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2025-02-21T22:41:01.171Z | [ recovery-image] Feb 21 22:40:59.191 INFO O| Feb 21 22:40:59.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4953 | 2025-02-21T22:41:01.174Z | [ recovery-image] Feb 21 22:40:59.192 INFO O| Feb 21 22:40:59.192 INFO STEP 123 (remove_files) COMPLETE |
4954 | 2025-02-21T22:41:01.174Z | [ recovery-image] Feb 21 22:40:59.192 INFO O| Feb 21 22:40:59.192 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2025-02-21T22:41:01.182Z | [ host-image] Feb 21 22:40:59.202 INFO O| Feb 21 22:40:59.202 INFO O| Planning: Checking for conflicting actions ... Done |
4956 | 2025-02-21T22:41:01.185Z | [ host-image] Feb 21 22:40:59.203 INFO O| Feb 21 22:40:59.203 INFO O| Planning: Consolidating action changes ... Done |
4957 | 2025-02-21T22:41:01.211Z | [ recovery-image] Feb 21 22:40:59.232 INFO O| Feb 21 22:40:59.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4958 | 2025-02-21T22:41:01.211Z | [ recovery-image] Feb 21 22:40:59.232 INFO O| Feb 21 22:40:59.232 INFO STEP 124 (remove_files) COMPLETE |
4959 | 2025-02-21T22:41:01.211Z | [ recovery-image] Feb 21 22:40:59.232 INFO O| Feb 21 22:40:59.232 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2025-02-21T22:41:01.246Z | [ recovery-image] Feb 21 22:40:59.267 INFO O| Feb 21 22:40:59.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4961 | 2025-02-21T22:41:01.246Z | [ recovery-image] Feb 21 22:40:59.267 INFO O| Feb 21 22:40:59.267 INFO STEP 125 (remove_files) COMPLETE |
4962 | 2025-02-21T22:41:01.248Z | [ recovery-image] Feb 21 22:40:59.267 INFO O| Feb 21 22:40:59.267 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2025-02-21T22:41:01.264Z | [ recovery-image] Feb 21 22:40:59.286 INFO O| Feb 21 22:40:59.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4964 | 2025-02-21T22:41:01.265Z | [ recovery-image] Feb 21 22:40:59.286 INFO O| Feb 21 22:40:59.286 INFO STEP 126 (remove_files) COMPLETE |
4965 | 2025-02-21T22:41:01.267Z | [ recovery-image] Feb 21 22:40:59.286 INFO O| Feb 21 22:40:59.286 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2025-02-21T22:41:01.294Z | [ recovery-image] Feb 21 22:40:59.315 INFO O| Feb 21 22:40:59.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4967 | 2025-02-21T22:41:01.294Z | [ recovery-image] Feb 21 22:40:59.315 INFO O| Feb 21 22:40:59.315 INFO STEP 127 (remove_files) COMPLETE |
4968 | 2025-02-21T22:41:01.297Z | [ recovery-image] Feb 21 22:40:59.315 INFO O| Feb 21 22:40:59.315 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2025-02-21T22:41:01.321Z | [ recovery-image] Feb 21 22:40:59.342 INFO O| Feb 21 22:40:59.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4970 | 2025-02-21T22:41:01.324Z | [ recovery-image] Feb 21 22:40:59.343 INFO O| Feb 21 22:40:59.342 INFO STEP 128 (remove_files) COMPLETE |
4971 | 2025-02-21T22:41:01.324Z | [ recovery-image] Feb 21 22:40:59.343 INFO O| Feb 21 22:40:59.343 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2025-02-21T22:41:01.342Z | [ recovery-image] Feb 21 22:40:59.363 INFO O| Feb 21 22:40:59.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4973 | 2025-02-21T22:41:01.345Z | [ recovery-image] Feb 21 22:40:59.363 INFO O| Feb 21 22:40:59.363 INFO STEP 129 (remove_files) COMPLETE |
4974 | 2025-02-21T22:41:01.345Z | [ recovery-image] Feb 21 22:40:59.363 INFO O| Feb 21 22:40:59.363 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2025-02-21T22:41:01.362Z | [ recovery-image] Feb 21 22:40:59.383 INFO O| Feb 21 22:40:59.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4976 | 2025-02-21T22:41:01.365Z | [ recovery-image] Feb 21 22:40:59.383 INFO O| Feb 21 22:40:59.383 INFO STEP 130 (remove_files) COMPLETE |
4977 | 2025-02-21T22:41:01.365Z | [ recovery-image] Feb 21 22:40:59.383 INFO O| Feb 21 22:40:59.383 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2025-02-21T22:41:01.389Z | [ recovery-image] Feb 21 22:40:59.409 INFO O| Feb 21 22:40:59.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4979 | 2025-02-21T22:41:01.389Z | [ recovery-image] Feb 21 22:40:59.409 INFO O| Feb 21 22:40:59.409 INFO STEP 131 (remove_files) COMPLETE |
4980 | 2025-02-21T22:41:01.389Z | [ recovery-image] Feb 21 22:40:59.409 INFO O| Feb 21 22:40:59.409 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2025-02-21T22:41:01.444Z | [ recovery-image] Feb 21 22:40:59.465 INFO O| Feb 21 22:40:59.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4982 | 2025-02-21T22:41:01.447Z | [ recovery-image] Feb 21 22:40:59.465 INFO O| Feb 21 22:40:59.465 INFO STEP 132 (remove_files) COMPLETE |
4983 | 2025-02-21T22:41:01.447Z | [ recovery-image] Feb 21 22:40:59.465 INFO O| Feb 21 22:40:59.465 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2025-02-21T22:41:01.503Z | [ recovery-image] Feb 21 22:40:59.523 INFO O| Feb 21 22:40:59.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4985 | 2025-02-21T22:41:01.503Z | [ recovery-image] Feb 21 22:40:59.523 INFO O| Feb 21 22:40:59.523 INFO STEP 133 (remove_files) COMPLETE |
4986 | 2025-02-21T22:41:01.503Z | [ recovery-image] Feb 21 22:40:59.523 INFO O| Feb 21 22:40:59.523 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2025-02-21T22:41:01.549Z | [ recovery-image] Feb 21 22:40:59.571 INFO O| Feb 21 22:40:59.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4988 | 2025-02-21T22:41:01.549Z | [ recovery-image] Feb 21 22:40:59.571 INFO O| Feb 21 22:40:59.571 INFO STEP 134 (remove_files) COMPLETE |
4989 | 2025-02-21T22:41:01.549Z | [ recovery-image] Feb 21 22:40:59.571 INFO O| Feb 21 22:40:59.571 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2025-02-21T22:41:01.569Z | [ recovery-image] Feb 21 22:40:59.590 INFO O| Feb 21 22:40:59.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4991 | 2025-02-21T22:41:01.572Z | [ recovery-image] Feb 21 22:40:59.590 INFO O| Feb 21 22:40:59.590 INFO STEP 135 (remove_files) COMPLETE |
4992 | 2025-02-21T22:41:01.572Z | [ recovery-image] Feb 21 22:40:59.590 INFO O| Feb 21 22:40:59.590 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2025-02-21T22:41:01.599Z | [ recovery-image] Feb 21 22:40:59.620 INFO O| Feb 21 22:40:59.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4994 | 2025-02-21T22:41:01.599Z | [ recovery-image] Feb 21 22:40:59.620 INFO O| Feb 21 22:40:59.620 INFO STEP 136 (remove_files) COMPLETE |
4995 | 2025-02-21T22:41:01.599Z | [ recovery-image] Feb 21 22:40:59.620 INFO O| Feb 21 22:40:59.620 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2025-02-21T22:41:01.620Z | [ recovery-image] Feb 21 22:40:59.641 INFO O| Feb 21 22:40:59.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4997 | 2025-02-21T22:41:01.637Z | [ recovery-image] Feb 21 22:40:59.657 INFO O| Feb 21 22:40:59.657 INFO STEP 137 (remove_files) COMPLETE |
4998 | 2025-02-21T22:41:01.637Z | [ recovery-image] Feb 21 22:40:59.657 INFO O| Feb 21 22:40:59.657 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2025-02-21T22:41:01.659Z | [ recovery-image] Feb 21 22:40:59.679 INFO O| Feb 21 22:40:59.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
5000 | 2025-02-21T22:41:01.679Z | [ recovery-image] Feb 21 22:40:59.698 INFO O| Feb 21 22:40:59.698 INFO STEP 138 (remove_files) COMPLETE |
5001 | 2025-02-21T22:41:01.679Z | [ recovery-image] Feb 21 22:40:59.698 INFO O| Feb 21 22:40:59.698 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2025-02-21T22:41:01.683Z | [ host-image] Feb 21 22:40:59.704 INFO O| Feb 21 22:40:59.704 INFO O| Planning: Evaluating mediators ... Done |
5003 | 2025-02-21T22:41:01.687Z | [ host-image] Feb 21 22:40:59.705 INFO O| Feb 21 22:40:59.705 INFO O| Planning: Planning completed in 5.39 seconds |
5004 | 2025-02-21T22:41:01.690Z | [ host-image] Feb 21 22:40:59.708 INFO O| Feb 21 22:40:59.708 INFO O| Packages to install: 1 |
5005 | 2025-02-21T22:41:01.707Z | [ host-image] Feb 21 22:40:59.728 INFO O| Feb 21 22:40:59.728 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
5006 | 2025-02-21T22:41:01.786Z | [ recovery-image] Feb 21 22:40:59.807 INFO O| Feb 21 22:40:59.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
5007 | 2025-02-21T22:41:01.789Z | [ recovery-image] Feb 21 22:40:59.807 INFO O| Feb 21 22:40:59.807 INFO STEP 139 (remove_files) COMPLETE |
5008 | 2025-02-21T22:41:01.789Z | [ recovery-image] Feb 21 22:40:59.807 INFO O| Feb 21 22:40:59.807 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2025-02-21T22:41:01.810Z | [ recovery-image] Feb 21 22:40:59.831 INFO O| Feb 21 22:40:59.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
5010 | 2025-02-21T22:41:01.810Z | [ recovery-image] Feb 21 22:40:59.831 INFO O| Feb 21 22:40:59.831 INFO STEP 140 (remove_files) COMPLETE |
5011 | 2025-02-21T22:41:01.814Z | [ recovery-image] Feb 21 22:40:59.831 INFO O| Feb 21 22:40:59.831 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2025-02-21T22:41:01.883Z | [ recovery-image] Feb 21 22:40:59.901 INFO O| Feb 21 22:40:59.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
5013 | 2025-02-21T22:41:01.883Z | [ recovery-image] Feb 21 22:40:59.901 INFO O| Feb 21 22:40:59.901 INFO STEP 141 (remove_files) COMPLETE |
5014 | 2025-02-21T22:41:01.883Z | [ recovery-image] Feb 21 22:40:59.901 INFO O| Feb 21 22:40:59.901 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2025-02-21T22:41:01.899Z | [ recovery-image] Feb 21 22:40:59.920 INFO O| Feb 21 22:40:59.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
5016 | 2025-02-21T22:41:01.899Z | [ recovery-image] Feb 21 22:40:59.920 INFO O| Feb 21 22:40:59.920 INFO STEP 142 (remove_files) COMPLETE |
5017 | 2025-02-21T22:41:01.900Z | [ recovery-image] Feb 21 22:40:59.920 INFO O| Feb 21 22:40:59.920 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2025-02-21T22:41:01.918Z | [ recovery-image] Feb 21 22:40:59.938 INFO O| Feb 21 22:40:59.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
5019 | 2025-02-21T22:41:01.918Z | [ recovery-image] Feb 21 22:40:59.938 INFO O| Feb 21 22:40:59.938 INFO STEP 143 (remove_files) COMPLETE |
5020 | 2025-02-21T22:41:01.918Z | [ recovery-image] Feb 21 22:40:59.938 INFO O| Feb 21 22:40:59.938 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2025-02-21T22:41:01.936Z | [ recovery-image] Feb 21 22:40:59.956 INFO O| Feb 21 22:40:59.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
5022 | 2025-02-21T22:41:01.936Z | [ recovery-image] Feb 21 22:40:59.956 INFO O| Feb 21 22:40:59.956 INFO STEP 144 (remove_files) COMPLETE |
5023 | 2025-02-21T22:41:01.936Z | [ recovery-image] Feb 21 22:40:59.956 INFO O| Feb 21 22:40:59.956 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2025-02-21T22:41:01.954Z | [ recovery-image] Feb 21 22:40:59.975 INFO O| Feb 21 22:40:59.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
5025 | 2025-02-21T22:41:01.954Z | [ recovery-image] Feb 21 22:40:59.975 INFO O| Feb 21 22:40:59.975 INFO STEP 145 (remove_files) COMPLETE |
5026 | 2025-02-21T22:41:01.957Z | [ recovery-image] Feb 21 22:40:59.975 INFO O| Feb 21 22:40:59.975 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2025-02-21T22:41:01.972Z | [ recovery-image] Feb 21 22:40:59.993 INFO O| Feb 21 22:40:59.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
5028 | 2025-02-21T22:41:01.972Z | [ recovery-image] Feb 21 22:40:59.993 INFO O| Feb 21 22:40:59.993 INFO STEP 146 (remove_files) COMPLETE |
5029 | 2025-02-21T22:41:01.972Z | [ recovery-image] Feb 21 22:40:59.993 INFO O| Feb 21 22:40:59.993 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2025-02-21T22:41:01.991Z | [ recovery-image] Feb 21 22:41:00.012 INFO O| Feb 21 22:41:00.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
5031 | 2025-02-21T22:41:02.016Z | [ recovery-image] Feb 21 22:41:00.037 INFO O| Feb 21 22:41:00.037 INFO STEP 147 (remove_files) COMPLETE |
5032 | 2025-02-21T22:41:02.016Z | [ recovery-image] Feb 21 22:41:00.037 INFO O| Feb 21 22:41:00.037 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2025-02-21T22:41:02.037Z | [ recovery-image] Feb 21 22:41:00.058 INFO O| Feb 21 22:41:00.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
5034 | 2025-02-21T22:41:02.037Z | [ recovery-image] Feb 21 22:41:00.058 INFO O| Feb 21 22:41:00.058 INFO STEP 148 (remove_files) COMPLETE |
5035 | 2025-02-21T22:41:02.040Z | [ recovery-image] Feb 21 22:41:00.058 INFO O| Feb 21 22:41:00.058 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2025-02-21T22:41:02.058Z | [ recovery-image] Feb 21 22:41:00.077 INFO O| Feb 21 22:41:00.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
5037 | 2025-02-21T22:41:02.058Z | [ recovery-image] Feb 21 22:41:00.077 INFO O| Feb 21 22:41:00.077 INFO STEP 149 (remove_files) COMPLETE |
5038 | 2025-02-21T22:41:02.061Z | [ recovery-image] Feb 21 22:41:00.078 INFO O| Feb 21 22:41:00.077 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2025-02-21T22:41:02.076Z | [ recovery-image] Feb 21 22:41:00.097 INFO O| Feb 21 22:41:00.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
5040 | 2025-02-21T22:41:02.076Z | [ recovery-image] Feb 21 22:41:00.097 INFO O| Feb 21 22:41:00.097 INFO STEP 150 (remove_files) COMPLETE |
5041 | 2025-02-21T22:41:02.076Z | [ recovery-image] Feb 21 22:41:00.098 INFO O| Feb 21 22:41:00.097 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2025-02-21T22:41:02.098Z | [ recovery-image] Feb 21 22:41:00.119 INFO O| Feb 21 22:41:00.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
5043 | 2025-02-21T22:41:02.098Z | [ recovery-image] Feb 21 22:41:00.119 INFO O| Feb 21 22:41:00.119 INFO STEP 151 (remove_files) COMPLETE |
5044 | 2025-02-21T22:41:02.101Z | [ recovery-image] Feb 21 22:41:00.119 INFO O| Feb 21 22:41:00.119 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2025-02-21T22:41:02.118Z | [ recovery-image] Feb 21 22:41:00.139 INFO O| Feb 21 22:41:00.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
5046 | 2025-02-21T22:41:02.118Z | [ recovery-image] Feb 21 22:41:00.140 INFO O| Feb 21 22:41:00.140 INFO STEP 152 (remove_files) COMPLETE |
5047 | 2025-02-21T22:41:02.121Z | [ recovery-image] Feb 21 22:41:00.140 INFO O| Feb 21 22:41:00.140 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2025-02-21T22:41:02.146Z | [ recovery-image] Feb 21 22:41:00.167 INFO O| Feb 21 22:41:00.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
5049 | 2025-02-21T22:41:02.146Z | [ recovery-image] Feb 21 22:41:00.167 INFO O| Feb 21 22:41:00.167 INFO STEP 153 (remove_files) COMPLETE |
5050 | 2025-02-21T22:41:02.151Z | [ recovery-image] Feb 21 22:41:00.167 INFO O| Feb 21 22:41:00.167 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2025-02-21T22:41:02.180Z | [ recovery-image] Feb 21 22:41:00.201 INFO O| Feb 21 22:41:00.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
5052 | 2025-02-21T22:41:02.180Z | [ recovery-image] Feb 21 22:41:00.201 INFO O| Feb 21 22:41:00.201 INFO STEP 154 (remove_files) COMPLETE |
5053 | 2025-02-21T22:41:02.183Z | [ recovery-image] Feb 21 22:41:00.201 INFO O| Feb 21 22:41:00.201 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2025-02-21T22:41:02.205Z | [ recovery-image] Feb 21 22:41:00.225 INFO O| Feb 21 22:41:00.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
5055 | 2025-02-21T22:41:02.205Z | [ recovery-image] Feb 21 22:41:00.226 INFO O| Feb 21 22:41:00.225 INFO STEP 155 (remove_files) COMPLETE |
5056 | 2025-02-21T22:41:02.208Z | [ recovery-image] Feb 21 22:41:00.226 INFO O| Feb 21 22:41:00.226 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2025-02-21T22:41:02.226Z | [ recovery-image] Feb 21 22:41:00.247 INFO O| Feb 21 22:41:00.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
5058 | 2025-02-21T22:41:02.229Z | [ recovery-image] Feb 21 22:41:00.247 INFO O| Feb 21 22:41:00.247 INFO STEP 156 (remove_files) COMPLETE |
5059 | 2025-02-21T22:41:02.229Z | [ recovery-image] Feb 21 22:41:00.248 INFO O| Feb 21 22:41:00.248 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2025-02-21T22:41:02.247Z | [ recovery-image] Feb 21 22:41:00.268 INFO O| Feb 21 22:41:00.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
5061 | 2025-02-21T22:41:02.250Z | [ recovery-image] Feb 21 22:41:00.268 INFO O| Feb 21 22:41:00.268 INFO STEP 157 (remove_files) COMPLETE |
5062 | 2025-02-21T22:41:02.250Z | [ recovery-image] Feb 21 22:41:00.268 INFO O| Feb 21 22:41:00.268 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2025-02-21T22:41:02.331Z | [ recovery-image] Feb 21 22:41:00.352 INFO O| Feb 21 22:41:00.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
5064 | 2025-02-21T22:41:02.334Z | [ recovery-image] Feb 21 22:41:00.352 INFO O| Feb 21 22:41:00.352 INFO STEP 158 (remove_files) COMPLETE |
5065 | 2025-02-21T22:41:02.334Z | [ recovery-image] Feb 21 22:41:00.352 INFO O| Feb 21 22:41:00.352 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2025-02-21T22:41:02.348Z | [ host-image] Feb 21 22:41:00.369 INFO O| Feb 21 22:41:00.369 INFO O| Download: Completed 10.27 MB in 0.64 seconds (16.0M/s) |
5067 | 2025-02-21T22:41:02.352Z | [ recovery-image] Feb 21 22:41:00.373 INFO O| Feb 21 22:41:00.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
5068 | 2025-02-21T22:41:02.355Z | [ recovery-image] Feb 21 22:41:00.374 INFO O| Feb 21 22:41:00.373 INFO STEP 159 (remove_files) COMPLETE |
5069 | 2025-02-21T22:41:02.355Z | [ recovery-image] Feb 21 22:41:00.374 INFO O| Feb 21 22:41:00.374 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2025-02-21T22:41:02.395Z | [ recovery-image] Feb 21 22:41:00.416 INFO O| Feb 21 22:41:00.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
5071 | 2025-02-21T22:41:02.395Z | [ recovery-image] Feb 21 22:41:00.416 INFO O| Feb 21 22:41:00.416 INFO STEP 160 (remove_files) COMPLETE |
5072 | 2025-02-21T22:41:02.398Z | [ recovery-image] Feb 21 22:41:00.416 INFO O| Feb 21 22:41:00.416 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2025-02-21T22:41:02.423Z | [ recovery-image] Feb 21 22:41:00.444 INFO O| Feb 21 22:41:00.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
5074 | 2025-02-21T22:41:02.423Z | [ recovery-image] Feb 21 22:41:00.444 INFO O| Feb 21 22:41:00.444 INFO STEP 161 (remove_files) COMPLETE |
5075 | 2025-02-21T22:41:02.423Z | [ recovery-image] Feb 21 22:41:00.444 INFO O| Feb 21 22:41:00.444 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2025-02-21T22:41:02.433Z | [ host-image] Feb 21 22:41:00.454 INFO O| Feb 21 22:41:00.454 INFO O| Actions: 1/22 actions (Installing new actions) |
5077 | 2025-02-21T22:41:02.464Z | [ recovery-image] Feb 21 22:41:00.485 INFO O| Feb 21 22:41:00.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
5078 | 2025-02-21T22:41:02.491Z | [ recovery-image] Feb 21 22:41:00.511 INFO O| Feb 21 22:41:00.511 INFO STEP 162 (remove_files) COMPLETE |
5079 | 2025-02-21T22:41:02.491Z | [ recovery-image] Feb 21 22:41:00.511 INFO O| Feb 21 22:41:00.511 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2025-02-21T22:41:02.552Z | [ recovery-image] Feb 21 22:41:00.573 INFO O| Feb 21 22:41:00.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
5081 | 2025-02-21T22:41:02.552Z | [ recovery-image] Feb 21 22:41:00.573 INFO O| Feb 21 22:41:00.573 INFO STEP 163 (remove_files) COMPLETE |
5082 | 2025-02-21T22:41:02.555Z | [ recovery-image] Feb 21 22:41:00.573 INFO O| Feb 21 22:41:00.573 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2025-02-21T22:41:02.587Z | [ recovery-image] Feb 21 22:41:00.608 INFO O| Feb 21 22:41:00.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
5084 | 2025-02-21T22:41:02.587Z | [ recovery-image] Feb 21 22:41:00.608 INFO O| Feb 21 22:41:00.608 INFO STEP 164 (remove_files) COMPLETE |
5085 | 2025-02-21T22:41:02.587Z | [ recovery-image] Feb 21 22:41:00.608 INFO O| Feb 21 22:41:00.608 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2025-02-21T22:41:02.609Z | [ recovery-image] Feb 21 22:41:00.630 INFO O| Feb 21 22:41:00.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
5087 | 2025-02-21T22:41:02.609Z | [ recovery-image] Feb 21 22:41:00.630 INFO O| Feb 21 22:41:00.630 INFO STEP 165 (remove_files) COMPLETE |
5088 | 2025-02-21T22:41:02.612Z | [ recovery-image] Feb 21 22:41:00.630 INFO O| Feb 21 22:41:00.630 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2025-02-21T22:41:02.630Z | [ recovery-image] Feb 21 22:41:00.651 INFO O| Feb 21 22:41:00.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
5090 | 2025-02-21T22:41:02.630Z | [ recovery-image] Feb 21 22:41:00.651 INFO O| Feb 21 22:41:00.651 INFO STEP 166 (remove_files) COMPLETE |
5091 | 2025-02-21T22:41:02.633Z | [ recovery-image] Feb 21 22:41:00.651 INFO O| Feb 21 22:41:00.651 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2025-02-21T22:41:02.653Z | [ recovery-image] Feb 21 22:41:00.674 INFO O| Feb 21 22:41:00.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
5093 | 2025-02-21T22:41:02.653Z | [ recovery-image] Feb 21 22:41:00.674 INFO O| Feb 21 22:41:00.674 INFO STEP 167 (remove_files) COMPLETE |
5094 | 2025-02-21T22:41:02.653Z | [ recovery-image] Feb 21 22:41:00.674 INFO O| Feb 21 22:41:00.674 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2025-02-21T22:41:02.691Z | [ recovery-image] Feb 21 22:41:00.712 INFO O| Feb 21 22:41:00.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
5096 | 2025-02-21T22:41:02.691Z | [ recovery-image] Feb 21 22:41:00.712 INFO O| Feb 21 22:41:00.712 INFO STEP 168 (remove_files) COMPLETE |
5097 | 2025-02-21T22:41:02.691Z | [ recovery-image] Feb 21 22:41:00.712 INFO O| Feb 21 22:41:00.712 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2025-02-21T22:41:02.716Z | [ recovery-image] Feb 21 22:41:00.737 INFO O| Feb 21 22:41:00.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
5099 | 2025-02-21T22:41:02.716Z | [ recovery-image] Feb 21 22:41:00.737 INFO O| Feb 21 22:41:00.737 INFO STEP 169 (remove_files) COMPLETE |
5100 | 2025-02-21T22:41:02.716Z | [ recovery-image] Feb 21 22:41:00.737 INFO O| Feb 21 22:41:00.737 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2025-02-21T22:41:02.740Z | [ recovery-image] Feb 21 22:41:00.761 INFO O| Feb 21 22:41:00.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
5102 | 2025-02-21T22:41:02.740Z | [ recovery-image] Feb 21 22:41:00.761 INFO O| Feb 21 22:41:00.761 INFO STEP 170 (remove_files) COMPLETE |
5103 | 2025-02-21T22:41:02.740Z | [ recovery-image] Feb 21 22:41:00.761 INFO O| Feb 21 22:41:00.761 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2025-02-21T22:41:02.763Z | [ recovery-image] Feb 21 22:41:00.784 INFO O| Feb 21 22:41:00.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
5105 | 2025-02-21T22:41:02.763Z | [ recovery-image] Feb 21 22:41:00.784 INFO O| Feb 21 22:41:00.784 INFO STEP 171 (remove_files) COMPLETE |
5106 | 2025-02-21T22:41:02.763Z | [ recovery-image] Feb 21 22:41:00.784 INFO O| Feb 21 22:41:00.784 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2025-02-21T22:41:02.797Z | [ recovery-image] Feb 21 22:41:00.818 INFO O| Feb 21 22:41:00.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
5108 | 2025-02-21T22:41:02.797Z | [ recovery-image] Feb 21 22:41:00.818 INFO O| Feb 21 22:41:00.818 INFO STEP 172 (remove_files) COMPLETE |
5109 | 2025-02-21T22:41:02.797Z | [ recovery-image] Feb 21 22:41:00.818 INFO O| Feb 21 22:41:00.818 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2025-02-21T22:41:02.903Z | [ host-image] Feb 21 22:41:00.924 INFO O| Feb 21 22:41:00.924 INFO O| Actions: Completed 22 actions in 0.47 seconds. |
5111 | 2025-02-21T22:41:02.951Z | [ recovery-image] Feb 21 22:41:00.970 INFO O| Feb 21 22:41:00.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
5112 | 2025-02-21T22:41:02.951Z | [ recovery-image] Feb 21 22:41:00.970 INFO O| Feb 21 22:41:00.970 INFO STEP 173 (remove_files) COMPLETE |
5113 | 2025-02-21T22:41:02.951Z | [ recovery-image] Feb 21 22:41:00.970 INFO O| Feb 21 22:41:00.970 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2025-02-21T22:41:02.972Z | [ recovery-image] Feb 21 22:41:00.992 INFO O| Feb 21 22:41:00.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
5115 | 2025-02-21T22:41:02.972Z | [ recovery-image] Feb 21 22:41:00.993 INFO O| Feb 21 22:41:00.992 INFO STEP 174 (remove_files) COMPLETE |
5116 | 2025-02-21T22:41:02.972Z | [ recovery-image] Feb 21 22:41:00.993 INFO O| Feb 21 22:41:00.992 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2025-02-21T22:41:03.010Z | [ recovery-image] Feb 21 22:41:01.031 INFO O| Feb 21 22:41:01.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
5118 | 2025-02-21T22:41:03.010Z | [ recovery-image] Feb 21 22:41:01.031 INFO O| Feb 21 22:41:01.031 INFO STEP 175 (remove_files) COMPLETE |
5119 | 2025-02-21T22:41:03.010Z | [ recovery-image] Feb 21 22:41:01.031 INFO O| Feb 21 22:41:01.031 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2025-02-21T22:41:03.085Z | [ recovery-image] Feb 21 22:41:01.106 INFO O| Feb 21 22:41:01.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
5121 | 2025-02-21T22:41:03.085Z | [ recovery-image] Feb 21 22:41:01.106 INFO O| Feb 21 22:41:01.106 INFO STEP 176 (remove_files) COMPLETE |
5122 | 2025-02-21T22:41:03.088Z | [ recovery-image] Feb 21 22:41:01.106 INFO O| Feb 21 22:41:01.106 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2025-02-21T22:41:03.130Z | [ recovery-image] Feb 21 22:41:01.150 INFO O| Feb 21 22:41:01.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
5124 | 2025-02-21T22:41:03.130Z | [ recovery-image] Feb 21 22:41:01.151 INFO O| Feb 21 22:41:01.151 INFO STEP 177 (remove_files) COMPLETE |
5125 | 2025-02-21T22:41:03.133Z | [ recovery-image] Feb 21 22:41:01.151 INFO O| Feb 21 22:41:01.151 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2025-02-21T22:41:03.149Z | [ recovery-image] Feb 21 22:41:01.169 INFO O| Feb 21 22:41:01.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
5127 | 2025-02-21T22:41:03.149Z | [ recovery-image] Feb 21 22:41:01.170 INFO O| Feb 21 22:41:01.169 INFO STEP 178 (remove_files) COMPLETE |
5128 | 2025-02-21T22:41:03.149Z | [ recovery-image] Feb 21 22:41:01.170 INFO O| Feb 21 22:41:01.170 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2025-02-21T22:41:03.184Z | [ recovery-image] Feb 21 22:41:01.205 INFO O| Feb 21 22:41:01.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
5130 | 2025-02-21T22:41:03.204Z | [ recovery-image] Feb 21 22:41:01.225 INFO O| Feb 21 22:41:01.225 INFO STEP 179 (remove_files) COMPLETE |
5131 | 2025-02-21T22:41:03.204Z | [ recovery-image] Feb 21 22:41:01.225 INFO O| Feb 21 22:41:01.225 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2025-02-21T22:41:03.240Z | [ recovery-image] Feb 21 22:41:01.261 INFO O| Feb 21 22:41:01.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
5133 | 2025-02-21T22:41:03.240Z | [ recovery-image] Feb 21 22:41:01.261 INFO O| Feb 21 22:41:01.261 INFO STEP 180 (remove_files) COMPLETE |
5134 | 2025-02-21T22:41:03.240Z | [ recovery-image] Feb 21 22:41:01.261 INFO O| Feb 21 22:41:01.261 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2025-02-21T22:41:03.263Z | [ recovery-image] Feb 21 22:41:01.283 INFO O| Feb 21 22:41:01.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
5136 | 2025-02-21T22:41:03.263Z | [ recovery-image] Feb 21 22:41:01.283 INFO O| Feb 21 22:41:01.283 INFO STEP 181 (remove_files) COMPLETE |
5137 | 2025-02-21T22:41:03.266Z | [ recovery-image] Feb 21 22:41:01.283 INFO O| Feb 21 22:41:01.283 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2025-02-21T22:41:03.297Z | [ recovery-image] Feb 21 22:41:01.315 INFO O| Feb 21 22:41:01.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
5139 | 2025-02-21T22:41:03.308Z | [ recovery-image] Feb 21 22:41:01.315 INFO O| Feb 21 22:41:01.315 INFO STEP 182 (remove_files) COMPLETE |
5140 | 2025-02-21T22:41:03.308Z | [ recovery-image] Feb 21 22:41:01.316 INFO O| Feb 21 22:41:01.315 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2025-02-21T22:41:03.343Z | [ recovery-image] Feb 21 22:41:01.363 INFO O| Feb 21 22:41:01.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
5142 | 2025-02-21T22:41:03.343Z | [ recovery-image] Feb 21 22:41:01.363 INFO O| Feb 21 22:41:01.363 INFO STEP 183 (remove_files) COMPLETE |
5143 | 2025-02-21T22:41:03.343Z | [ recovery-image] Feb 21 22:41:01.363 INFO O| Feb 21 22:41:01.363 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2025-02-21T22:41:03.376Z | [ recovery-image] Feb 21 22:41:01.397 INFO O| Feb 21 22:41:01.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
5145 | 2025-02-21T22:41:03.376Z | [ recovery-image] Feb 21 22:41:01.397 INFO O| Feb 21 22:41:01.397 INFO STEP 184 (remove_files) COMPLETE |
5146 | 2025-02-21T22:41:03.376Z | [ recovery-image] Feb 21 22:41:01.397 INFO O| Feb 21 22:41:01.397 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2025-02-21T22:41:03.414Z | [ recovery-image] Feb 21 22:41:01.435 INFO O| Feb 21 22:41:01.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
5148 | 2025-02-21T22:41:03.414Z | [ recovery-image] Feb 21 22:41:01.435 INFO O| Feb 21 22:41:01.435 INFO STEP 185 (remove_files) COMPLETE |
5149 | 2025-02-21T22:41:03.417Z | [ recovery-image] Feb 21 22:41:01.435 INFO O| Feb 21 22:41:01.435 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2025-02-21T22:41:03.451Z | [ recovery-image] Feb 21 22:41:01.472 INFO O| Feb 21 22:41:01.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
5151 | 2025-02-21T22:41:03.451Z | [ recovery-image] Feb 21 22:41:01.472 INFO O| Feb 21 22:41:01.472 INFO STEP 186 (remove_files) COMPLETE |
5152 | 2025-02-21T22:41:03.451Z | [ recovery-image] Feb 21 22:41:01.472 INFO O| Feb 21 22:41:01.472 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2025-02-21T22:41:03.490Z | [ recovery-image] Feb 21 22:41:01.511 INFO O| Feb 21 22:41:01.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
5154 | 2025-02-21T22:41:03.490Z | [ recovery-image] Feb 21 22:41:01.511 INFO O| Feb 21 22:41:01.511 INFO STEP 187 (remove_files) COMPLETE |
5155 | 2025-02-21T22:41:03.493Z | [ recovery-image] Feb 21 22:41:01.511 INFO O| Feb 21 22:41:01.511 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2025-02-21T22:41:03.522Z | [ recovery-image] Feb 21 22:41:01.543 INFO O| Feb 21 22:41:01.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
5157 | 2025-02-21T22:41:03.525Z | [ recovery-image] Feb 21 22:41:01.543 INFO O| Feb 21 22:41:01.543 INFO STEP 188 (remove_files) COMPLETE |
5158 | 2025-02-21T22:41:03.525Z | [ recovery-image] Feb 21 22:41:01.544 INFO O| Feb 21 22:41:01.544 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2025-02-21T22:41:03.525Z | [ host-image] Feb 21 22:41:01.544 INFO O| Feb 21 22:41:01.544 INFO O| Done |
5160 | 2025-02-21T22:41:03.525Z | [ host-image] Feb 21 22:41:01.544 INFO O| Feb 21 22:41:01.544 INFO O| Done |
5161 | 2025-02-21T22:41:03.547Z | [ recovery-image] Feb 21 22:41:01.566 INFO O| Feb 21 22:41:01.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
5162 | 2025-02-21T22:41:03.547Z | [ recovery-image] Feb 21 22:41:01.566 INFO O| Feb 21 22:41:01.566 INFO STEP 189 (remove_files) COMPLETE |
5163 | 2025-02-21T22:41:03.547Z | [ recovery-image] Feb 21 22:41:01.566 INFO O| Feb 21 22:41:01.566 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2025-02-21T22:41:03.566Z | [ recovery-image] Feb 21 22:41:01.587 INFO O| Feb 21 22:41:01.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
5165 | 2025-02-21T22:41:03.569Z | [ recovery-image] Feb 21 22:41:01.587 INFO O| Feb 21 22:41:01.587 INFO STEP 190 (remove_files) COMPLETE |
5166 | 2025-02-21T22:41:03.569Z | [ recovery-image] Feb 21 22:41:01.587 INFO O| Feb 21 22:41:01.587 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2025-02-21T22:41:03.587Z | [ recovery-image] Feb 21 22:41:01.608 INFO O| Feb 21 22:41:01.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
5168 | 2025-02-21T22:41:03.590Z | [ recovery-image] Feb 21 22:41:01.608 INFO O| Feb 21 22:41:01.608 INFO STEP 191 (remove_files) COMPLETE |
5169 | 2025-02-21T22:41:03.590Z | [ recovery-image] Feb 21 22:41:01.608 INFO O| Feb 21 22:41:01.608 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2025-02-21T22:41:03.608Z | [ recovery-image] Feb 21 22:41:01.628 INFO O| Feb 21 22:41:01.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
5171 | 2025-02-21T22:41:03.610Z | [ recovery-image] Feb 21 22:41:01.629 INFO O| Feb 21 22:41:01.629 INFO STEP 192 (remove_files) COMPLETE |
5172 | 2025-02-21T22:41:03.610Z | [ recovery-image] Feb 21 22:41:01.629 INFO O| Feb 21 22:41:01.629 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2025-02-21T22:41:03.669Z | [ recovery-image] Feb 21 22:41:01.690 INFO O| Feb 21 22:41:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
5174 | 2025-02-21T22:41:03.672Z | [ recovery-image] Feb 21 22:41:01.691 INFO O| Feb 21 22:41:01.691 INFO STEP 193 (remove_files) COMPLETE |
5175 | 2025-02-21T22:41:03.672Z | [ recovery-image] Feb 21 22:41:01.691 INFO O| Feb 21 22:41:01.691 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2025-02-21T22:41:03.726Z | [ recovery-image] Feb 21 22:41:01.747 INFO O| Feb 21 22:41:01.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
5177 | 2025-02-21T22:41:03.729Z | [ recovery-image] Feb 21 22:41:01.747 INFO O| Feb 21 22:41:01.747 INFO STEP 194 (remove_files) COMPLETE |
5178 | 2025-02-21T22:41:03.729Z | [ recovery-image] Feb 21 22:41:01.747 INFO O| Feb 21 22:41:01.747 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2025-02-21T22:41:03.747Z | [ recovery-image] Feb 21 22:41:01.767 INFO O| Feb 21 22:41:01.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
5180 | 2025-02-21T22:41:03.750Z | [ recovery-image] Feb 21 22:41:01.768 INFO O| Feb 21 22:41:01.768 INFO STEP 195 (remove_files) COMPLETE |
5181 | 2025-02-21T22:41:03.750Z | [ recovery-image] Feb 21 22:41:01.768 INFO O| Feb 21 22:41:01.768 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2025-02-21T22:41:03.767Z | [ recovery-image] Feb 21 22:41:01.788 INFO O| Feb 21 22:41:01.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
5183 | 2025-02-21T22:41:03.787Z | [ recovery-image] Feb 21 22:41:01.808 INFO O| Feb 21 22:41:01.808 INFO STEP 196 (remove_files) COMPLETE |
5184 | 2025-02-21T22:41:03.790Z | [ recovery-image] Feb 21 22:41:01.808 INFO O| Feb 21 22:41:01.808 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2025-02-21T22:41:03.814Z | [ recovery-image] Feb 21 22:41:01.835 INFO O| Feb 21 22:41:01.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
5186 | 2025-02-21T22:41:03.814Z | [ recovery-image] Feb 21 22:41:01.835 INFO O| Feb 21 22:41:01.835 INFO STEP 197 (remove_files) COMPLETE |
5187 | 2025-02-21T22:41:03.815Z | [ recovery-image] Feb 21 22:41:01.835 INFO O| Feb 21 22:41:01.835 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2025-02-21T22:41:03.837Z | [ recovery-image] Feb 21 22:41:01.858 INFO O| Feb 21 22:41:01.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
5189 | 2025-02-21T22:41:03.837Z | [ recovery-image] Feb 21 22:41:01.858 INFO O| Feb 21 22:41:01.858 INFO STEP 198 (remove_files) COMPLETE |
5190 | 2025-02-21T22:41:03.840Z | [ recovery-image] Feb 21 22:41:01.858 INFO O| Feb 21 22:41:01.858 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2025-02-21T22:41:03.866Z | [ recovery-image] Feb 21 22:41:01.887 INFO O| Feb 21 22:41:01.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
5192 | 2025-02-21T22:41:03.866Z | [ recovery-image] Feb 21 22:41:01.887 INFO O| Feb 21 22:41:01.887 INFO STEP 199 (remove_files) COMPLETE |
5193 | 2025-02-21T22:41:03.866Z | [ recovery-image] Feb 21 22:41:01.887 INFO O| Feb 21 22:41:01.887 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2025-02-21T22:41:03.889Z | [ recovery-image] Feb 21 22:41:01.910 INFO O| Feb 21 22:41:01.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
5195 | 2025-02-21T22:41:03.889Z | [ recovery-image] Feb 21 22:41:01.910 INFO O| Feb 21 22:41:01.910 INFO STEP 200 (remove_files) COMPLETE |
5196 | 2025-02-21T22:41:03.889Z | [ recovery-image] Feb 21 22:41:01.910 INFO O| Feb 21 22:41:01.910 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2025-02-21T22:41:03.910Z | [ recovery-image] Feb 21 22:41:01.931 INFO O| Feb 21 22:41:01.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
5198 | 2025-02-21T22:41:03.910Z | [ recovery-image] Feb 21 22:41:01.931 INFO O| Feb 21 22:41:01.931 INFO STEP 201 (remove_files) COMPLETE |
5199 | 2025-02-21T22:41:03.910Z | [ recovery-image] Feb 21 22:41:01.931 INFO O| Feb 21 22:41:01.931 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2025-02-21T22:41:03.942Z | [ recovery-image] Feb 21 22:41:01.962 INFO O| Feb 21 22:41:01.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
5201 | 2025-02-21T22:41:03.942Z | [ recovery-image] Feb 21 22:41:01.962 INFO O| Feb 21 22:41:01.962 INFO STEP 202 (remove_files) COMPLETE |
5202 | 2025-02-21T22:41:03.942Z | [ recovery-image] Feb 21 22:41:01.962 INFO O| Feb 21 22:41:01.962 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2025-02-21T22:41:03.960Z | [ recovery-image] Feb 21 22:41:01.980 INFO O| Feb 21 22:41:01.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
5204 | 2025-02-21T22:41:03.960Z | [ recovery-image] Feb 21 22:41:01.981 INFO O| Feb 21 22:41:01.981 INFO STEP 203 (remove_files) COMPLETE |
5205 | 2025-02-21T22:41:03.960Z | [ recovery-image] Feb 21 22:41:01.981 INFO O| Feb 21 22:41:01.981 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2025-02-21T22:41:03.991Z | [ recovery-image] Feb 21 22:41:02.011 INFO O| Feb 21 22:41:02.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
5207 | 2025-02-21T22:41:03.993Z | [ recovery-image] Feb 21 22:41:02.011 INFO O| Feb 21 22:41:02.011 INFO STEP 204 (remove_files) COMPLETE |
5208 | 2025-02-21T22:41:03.993Z | [ recovery-image] Feb 21 22:41:02.012 INFO O| Feb 21 22:41:02.011 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2025-02-21T22:41:04.012Z | [ recovery-image] Feb 21 22:41:02.033 INFO O| Feb 21 22:41:02.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
5210 | 2025-02-21T22:41:04.012Z | [ recovery-image] Feb 21 22:41:02.033 INFO O| Feb 21 22:41:02.033 INFO STEP 205 (remove_files) COMPLETE |
5211 | 2025-02-21T22:41:04.012Z | [ recovery-image] Feb 21 22:41:02.033 INFO O| Feb 21 22:41:02.033 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2025-02-21T22:41:04.053Z | [ recovery-image] Feb 21 22:41:02.073 INFO O| Feb 21 22:41:02.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
5213 | 2025-02-21T22:41:04.055Z | [ recovery-image] Feb 21 22:41:02.074 INFO O| Feb 21 22:41:02.074 INFO STEP 206 (remove_files) COMPLETE |
5214 | 2025-02-21T22:41:04.056Z | [ recovery-image] Feb 21 22:41:02.074 INFO O| Feb 21 22:41:02.074 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2025-02-21T22:41:04.073Z | [ recovery-image] Feb 21 22:41:02.094 INFO O| Feb 21 22:41:02.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5216 | 2025-02-21T22:41:04.076Z | [ recovery-image] Feb 21 22:41:02.094 INFO O| Feb 21 22:41:02.094 INFO STEP 207 (remove_files) COMPLETE |
5217 | 2025-02-21T22:41:04.076Z | [ recovery-image] Feb 21 22:41:02.094 INFO O| Feb 21 22:41:02.094 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2025-02-21T22:41:04.092Z | [ recovery-image] Feb 21 22:41:02.113 INFO O| Feb 21 22:41:02.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5219 | 2025-02-21T22:41:04.095Z | [ recovery-image] Feb 21 22:41:02.113 INFO O| Feb 21 22:41:02.113 INFO STEP 208 (remove_files) COMPLETE |
5220 | 2025-02-21T22:41:04.095Z | [ recovery-image] Feb 21 22:41:02.113 INFO O| Feb 21 22:41:02.113 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2025-02-21T22:41:04.153Z | [ recovery-image] Feb 21 22:41:02.174 INFO O| Feb 21 22:41:02.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5222 | 2025-02-21T22:41:04.156Z | [ recovery-image] Feb 21 22:41:02.174 INFO O| Feb 21 22:41:02.174 INFO STEP 209 (remove_files) COMPLETE |
5223 | 2025-02-21T22:41:04.156Z | [ recovery-image] Feb 21 22:41:02.174 INFO O| Feb 21 22:41:02.174 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2025-02-21T22:41:04.174Z | [ recovery-image] Feb 21 22:41:02.195 INFO O| Feb 21 22:41:02.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5225 | 2025-02-21T22:41:04.191Z | [ recovery-image] Feb 21 22:41:02.212 INFO O| Feb 21 22:41:02.212 INFO STEP 210 (remove_files) COMPLETE |
5226 | 2025-02-21T22:41:04.191Z | [ recovery-image] Feb 21 22:41:02.212 INFO O| Feb 21 22:41:02.212 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2025-02-21T22:41:04.213Z | [ recovery-image] Feb 21 22:41:02.234 INFO O| Feb 21 22:41:02.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5228 | 2025-02-21T22:41:04.216Z | [ recovery-image] Feb 21 22:41:02.234 INFO O| Feb 21 22:41:02.234 INFO STEP 211 (remove_files) COMPLETE |
5229 | 2025-02-21T22:41:04.216Z | [ recovery-image] Feb 21 22:41:02.234 INFO O| Feb 21 22:41:02.234 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2025-02-21T22:41:04.237Z | [ recovery-image] Feb 21 22:41:02.258 INFO O| Feb 21 22:41:02.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5231 | 2025-02-21T22:41:04.237Z | [ recovery-image] Feb 21 22:41:02.258 INFO O| Feb 21 22:41:02.258 INFO STEP 212 (remove_files) COMPLETE |
5232 | 2025-02-21T22:41:04.237Z | [ recovery-image] Feb 21 22:41:02.258 INFO O| Feb 21 22:41:02.258 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2025-02-21T22:41:04.304Z | [ recovery-image] Feb 21 22:41:02.324 INFO O| Feb 21 22:41:02.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5234 | 2025-02-21T22:41:04.304Z | [ recovery-image] Feb 21 22:41:02.324 INFO O| Feb 21 22:41:02.324 INFO STEP 213 (remove_files) COMPLETE |
5235 | 2025-02-21T22:41:04.307Z | [ recovery-image] Feb 21 22:41:02.324 INFO O| Feb 21 22:41:02.324 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2025-02-21T22:41:04.331Z | [ recovery-image] Feb 21 22:41:02.352 INFO O| Feb 21 22:41:02.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5237 | 2025-02-21T22:41:04.334Z | [ recovery-image] Feb 21 22:41:02.352 INFO O| Feb 21 22:41:02.352 INFO STEP 214 (remove_files) COMPLETE |
5238 | 2025-02-21T22:41:04.334Z | [ recovery-image] Feb 21 22:41:02.352 INFO O| Feb 21 22:41:02.352 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2025-02-21T22:41:04.356Z | [ recovery-image] Feb 21 22:41:02.377 INFO O| Feb 21 22:41:02.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5240 | 2025-02-21T22:41:04.359Z | [ recovery-image] Feb 21 22:41:02.377 INFO O| Feb 21 22:41:02.377 INFO STEP 215 (remove_files) COMPLETE |
5241 | 2025-02-21T22:41:04.359Z | [ recovery-image] Feb 21 22:41:02.377 INFO O| Feb 21 22:41:02.377 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2025-02-21T22:41:04.395Z | [ recovery-image] Feb 21 22:41:02.416 INFO O| Feb 21 22:41:02.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5243 | 2025-02-21T22:41:04.398Z | [ recovery-image] Feb 21 22:41:02.416 INFO O| Feb 21 22:41:02.416 INFO STEP 216 (remove_files) COMPLETE |
5244 | 2025-02-21T22:41:04.398Z | [ recovery-image] Feb 21 22:41:02.416 INFO O| Feb 21 22:41:02.416 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2025-02-21T22:41:04.418Z | [ recovery-image] Feb 21 22:41:02.439 INFO O| Feb 21 22:41:02.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5246 | 2025-02-21T22:41:04.421Z | [ recovery-image] Feb 21 22:41:02.439 INFO O| Feb 21 22:41:02.439 INFO STEP 217 (remove_files) COMPLETE |
5247 | 2025-02-21T22:41:04.421Z | [ recovery-image] Feb 21 22:41:02.439 INFO O| Feb 21 22:41:02.439 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2025-02-21T22:41:04.439Z | [ recovery-image] Feb 21 22:41:02.459 INFO O| Feb 21 22:41:02.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5249 | 2025-02-21T22:41:04.462Z | [ recovery-image] Feb 21 22:41:02.483 INFO O| Feb 21 22:41:02.483 INFO STEP 218 (remove_files) COMPLETE |
5250 | 2025-02-21T22:41:04.462Z | [ recovery-image] Feb 21 22:41:02.483 INFO O| Feb 21 22:41:02.483 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2025-02-21T22:41:04.484Z | [ recovery-image] Feb 21 22:41:02.504 INFO O| Feb 21 22:41:02.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5252 | 2025-02-21T22:41:04.487Z | [ recovery-image] Feb 21 22:41:02.504 INFO O| Feb 21 22:41:02.504 INFO STEP 219 (remove_files) COMPLETE |
5253 | 2025-02-21T22:41:04.487Z | [ recovery-image] Feb 21 22:41:02.504 INFO O| Feb 21 22:41:02.504 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2025-02-21T22:41:04.503Z | [ recovery-image] Feb 21 22:41:02.524 INFO O| Feb 21 22:41:02.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5255 | 2025-02-21T22:41:04.517Z | [ recovery-image] Feb 21 22:41:02.538 INFO O| Feb 21 22:41:02.538 INFO STEP 220 (remove_files) COMPLETE |
5256 | 2025-02-21T22:41:04.517Z | [ recovery-image] Feb 21 22:41:02.538 INFO O| Feb 21 22:41:02.538 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2025-02-21T22:41:04.539Z | [ recovery-image] Feb 21 22:41:02.559 INFO O| Feb 21 22:41:02.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5258 | 2025-02-21T22:41:04.541Z | [ recovery-image] Feb 21 22:41:02.559 INFO O| Feb 21 22:41:02.559 INFO STEP 221 (remove_files) COMPLETE |
5259 | 2025-02-21T22:41:04.542Z | [ recovery-image] Feb 21 22:41:02.559 INFO O| Feb 21 22:41:02.559 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2025-02-21T22:41:04.558Z | [ recovery-image] Feb 21 22:41:02.579 INFO O| Feb 21 22:41:02.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5261 | 2025-02-21T22:41:04.559Z | [ recovery-image] Feb 21 22:41:02.579 INFO O| Feb 21 22:41:02.579 INFO STEP 222 (remove_files) COMPLETE |
5262 | 2025-02-21T22:41:04.562Z | [ recovery-image] Feb 21 22:41:02.579 INFO O| Feb 21 22:41:02.579 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2025-02-21T22:41:04.584Z | [ recovery-image] Feb 21 22:41:02.604 INFO O| Feb 21 22:41:02.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5264 | 2025-02-21T22:41:04.587Z | [ recovery-image] Feb 21 22:41:02.604 INFO O| Feb 21 22:41:02.604 INFO STEP 223 (remove_files) COMPLETE |
5265 | 2025-02-21T22:41:04.587Z | [ recovery-image] Feb 21 22:41:02.604 INFO O| Feb 21 22:41:02.604 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2025-02-21T22:41:04.611Z | [ recovery-image] Feb 21 22:41:02.631 INFO O| Feb 21 22:41:02.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5267 | 2025-02-21T22:41:04.611Z | [ recovery-image] Feb 21 22:41:02.631 INFO O| Feb 21 22:41:02.631 INFO STEP 224 (remove_files) COMPLETE |
5268 | 2025-02-21T22:41:04.611Z | [ recovery-image] Feb 21 22:41:02.631 INFO O| Feb 21 22:41:02.631 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2025-02-21T22:41:04.667Z | [ recovery-image] Feb 21 22:41:02.688 INFO O| Feb 21 22:41:02.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5270 | 2025-02-21T22:41:04.667Z | [ recovery-image] Feb 21 22:41:02.688 INFO O| Feb 21 22:41:02.688 INFO STEP 225 (remove_files) COMPLETE |
5271 | 2025-02-21T22:41:04.667Z | [ recovery-image] Feb 21 22:41:02.688 INFO O| Feb 21 22:41:02.688 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2025-02-21T22:41:04.703Z | [ recovery-image] Feb 21 22:41:02.724 INFO O| Feb 21 22:41:02.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5273 | 2025-02-21T22:41:04.703Z | [ recovery-image] Feb 21 22:41:02.724 INFO O| Feb 21 22:41:02.724 INFO STEP 226 (remove_files) COMPLETE |
5274 | 2025-02-21T22:41:04.703Z | [ recovery-image] Feb 21 22:41:02.724 INFO O| Feb 21 22:41:02.724 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2025-02-21T22:41:04.724Z | [ recovery-image] Feb 21 22:41:02.744 INFO O| Feb 21 22:41:02.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5276 | 2025-02-21T22:41:04.724Z | [ recovery-image] Feb 21 22:41:02.744 INFO O| Feb 21 22:41:02.744 INFO STEP 227 (remove_files) COMPLETE |
5277 | 2025-02-21T22:41:04.727Z | [ recovery-image] Feb 21 22:41:02.744 INFO O| Feb 21 22:41:02.744 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2025-02-21T22:41:04.744Z | [ recovery-image] Feb 21 22:41:02.765 INFO O| Feb 21 22:41:02.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5279 | 2025-02-21T22:41:04.744Z | [ recovery-image] Feb 21 22:41:02.765 INFO O| Feb 21 22:41:02.765 INFO STEP 228 (remove_files) COMPLETE |
5280 | 2025-02-21T22:41:04.744Z | [ recovery-image] Feb 21 22:41:02.765 INFO O| Feb 21 22:41:02.765 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2025-02-21T22:41:04.844Z | [ recovery-image] Feb 21 22:41:02.865 INFO O| Feb 21 22:41:02.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5282 | 2025-02-21T22:41:04.844Z | [ recovery-image] Feb 21 22:41:02.865 INFO O| Feb 21 22:41:02.865 INFO STEP 229 (remove_files) COMPLETE |
5283 | 2025-02-21T22:41:04.844Z | [ recovery-image] Feb 21 22:41:02.865 INFO O| Feb 21 22:41:02.865 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2025-02-21T22:41:04.865Z | [ recovery-image] Feb 21 22:41:02.885 INFO O| Feb 21 22:41:02.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5285 | 2025-02-21T22:41:04.865Z | [ recovery-image] Feb 21 22:41:02.886 INFO O| Feb 21 22:41:02.885 INFO STEP 230 (remove_files) COMPLETE |
5286 | 2025-02-21T22:41:04.865Z | [ recovery-image] Feb 21 22:41:02.886 INFO O| Feb 21 22:41:02.886 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2025-02-21T22:41:04.927Z | [ recovery-image] Feb 21 22:41:02.947 INFO O| Feb 21 22:41:02.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5288 | 2025-02-21T22:41:04.947Z | [ recovery-image] Feb 21 22:41:02.947 INFO O| Feb 21 22:41:02.947 INFO STEP 231 (remove_files) COMPLETE |
5289 | 2025-02-21T22:41:04.947Z | [ recovery-image] Feb 21 22:41:02.948 INFO O| Feb 21 22:41:02.947 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2025-02-21T22:41:04.958Z | [ recovery-image] Feb 21 22:41:02.978 INFO O| Feb 21 22:41:02.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5291 | 2025-02-21T22:41:04.958Z | [ recovery-image] Feb 21 22:41:02.978 INFO O| Feb 21 22:41:02.978 INFO STEP 232 (remove_files) COMPLETE |
5292 | 2025-02-21T22:41:04.961Z | [ recovery-image] Feb 21 22:41:02.978 INFO O| Feb 21 22:41:02.978 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2025-02-21T22:41:04.984Z | [ recovery-image] Feb 21 22:41:03.005 INFO O| Feb 21 22:41:03.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5294 | 2025-02-21T22:41:04.987Z | [ recovery-image] Feb 21 22:41:03.005 INFO O| Feb 21 22:41:03.005 INFO STEP 233 (remove_files) COMPLETE |
5295 | 2025-02-21T22:41:04.987Z | [ recovery-image] Feb 21 22:41:03.005 INFO O| Feb 21 22:41:03.005 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2025-02-21T22:41:05.007Z | [ recovery-image] Feb 21 22:41:03.027 INFO O| Feb 21 22:41:03.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5297 | 2025-02-21T22:41:05.009Z | [ recovery-image] Feb 21 22:41:03.027 INFO O| Feb 21 22:41:03.027 INFO STEP 234 (remove_files) COMPLETE |
5298 | 2025-02-21T22:41:05.009Z | [ recovery-image] Feb 21 22:41:03.027 INFO O| Feb 21 22:41:03.027 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2025-02-21T22:41:05.040Z | [ recovery-image] Feb 21 22:41:03.060 INFO O| Feb 21 22:41:03.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5300 | 2025-02-21T22:41:05.042Z | [ recovery-image] Feb 21 22:41:03.060 INFO O| Feb 21 22:41:03.060 INFO STEP 235 (remove_files) COMPLETE |
5301 | 2025-02-21T22:41:05.042Z | [ recovery-image] Feb 21 22:41:03.061 INFO O| Feb 21 22:41:03.060 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2025-02-21T22:41:05.059Z | [ recovery-image] Feb 21 22:41:03.080 INFO O| Feb 21 22:41:03.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5303 | 2025-02-21T22:41:05.062Z | [ recovery-image] Feb 21 22:41:03.080 INFO O| Feb 21 22:41:03.080 INFO STEP 236 (remove_files) COMPLETE |
5304 | 2025-02-21T22:41:05.062Z | [ recovery-image] Feb 21 22:41:03.080 INFO O| Feb 21 22:41:03.080 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2025-02-21T22:41:05.079Z | [ recovery-image] Feb 21 22:41:03.099 INFO O| Feb 21 22:41:03.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5306 | 2025-02-21T22:41:05.092Z | [ recovery-image] Feb 21 22:41:03.112 INFO O| Feb 21 22:41:03.112 INFO STEP 237 (remove_files) COMPLETE |
5307 | 2025-02-21T22:41:05.092Z | [ recovery-image] Feb 21 22:41:03.112 INFO O| Feb 21 22:41:03.112 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2025-02-21T22:41:05.107Z | [ host-image] Feb 21 22:41:03.128 INFO O| Feb 21 22:41:03.127 INFO O| Done |
5309 | 2025-02-21T22:41:05.114Z | [ recovery-image] Feb 21 22:41:03.134 INFO O| Feb 21 22:41:03.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5310 | 2025-02-21T22:41:05.114Z | [ recovery-image] Feb 21 22:41:03.134 INFO O| Feb 21 22:41:03.134 INFO STEP 238 (remove_files) COMPLETE |
5311 | 2025-02-21T22:41:05.114Z | [ recovery-image] Feb 21 22:41:03.134 INFO O| Feb 21 22:41:03.134 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2025-02-21T22:41:05.137Z | [ recovery-image] Feb 21 22:41:03.156 INFO O| Feb 21 22:41:03.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5313 | 2025-02-21T22:41:05.137Z | [ recovery-image] Feb 21 22:41:03.156 INFO O| Feb 21 22:41:03.156 INFO STEP 239 (remove_files) COMPLETE |
5314 | 2025-02-21T22:41:05.137Z | [ recovery-image] Feb 21 22:41:03.156 INFO O| Feb 21 22:41:03.156 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2025-02-21T22:41:05.174Z | [ recovery-image] Feb 21 22:41:03.195 INFO O| Feb 21 22:41:03.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5316 | 2025-02-21T22:41:05.177Z | [ recovery-image] Feb 21 22:41:03.195 INFO O| Feb 21 22:41:03.195 INFO STEP 240 (remove_files) COMPLETE |
5317 | 2025-02-21T22:41:05.177Z | [ recovery-image] Feb 21 22:41:03.195 INFO O| Feb 21 22:41:03.195 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2025-02-21T22:41:05.197Z | [ recovery-image] Feb 21 22:41:03.218 INFO O| Feb 21 22:41:03.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5319 | 2025-02-21T22:41:05.197Z | [ recovery-image] Feb 21 22:41:03.218 INFO O| Feb 21 22:41:03.218 INFO STEP 241 (remove_files) COMPLETE |
5320 | 2025-02-21T22:41:05.201Z | [ recovery-image] Feb 21 22:41:03.218 INFO O| Feb 21 22:41:03.218 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2025-02-21T22:41:05.218Z | [ recovery-image] Feb 21 22:41:03.238 INFO O| Feb 21 22:41:03.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5322 | 2025-02-21T22:41:05.218Z | [ recovery-image] Feb 21 22:41:03.238 INFO O| Feb 21 22:41:03.238 INFO STEP 242 (remove_files) COMPLETE |
5323 | 2025-02-21T22:41:05.218Z | [ recovery-image] Feb 21 22:41:03.238 INFO O| Feb 21 22:41:03.238 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2025-02-21T22:41:05.238Z | [ recovery-image] Feb 21 22:41:03.258 INFO O| Feb 21 22:41:03.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5325 | 2025-02-21T22:41:05.238Z | [ recovery-image] Feb 21 22:41:03.258 INFO O| Feb 21 22:41:03.258 INFO STEP 243 (remove_files) COMPLETE |
5326 | 2025-02-21T22:41:05.238Z | [ recovery-image] Feb 21 22:41:03.258 INFO O| Feb 21 22:41:03.258 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2025-02-21T22:41:05.274Z | [ recovery-image] Feb 21 22:41:03.294 INFO O| Feb 21 22:41:03.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5328 | 2025-02-21T22:41:05.274Z | [ recovery-image] Feb 21 22:41:03.294 INFO O| Feb 21 22:41:03.293 INFO STEP 244 (remove_files) COMPLETE |
5329 | 2025-02-21T22:41:05.274Z | [ recovery-image] Feb 21 22:41:03.294 INFO O| Feb 21 22:41:03.293 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2025-02-21T22:41:05.295Z | [ recovery-image] Feb 21 22:41:03.315 INFO O| Feb 21 22:41:03.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5331 | 2025-02-21T22:41:05.298Z | [ recovery-image] Feb 21 22:41:03.316 INFO O| Feb 21 22:41:03.315 INFO STEP 245 (remove_files) COMPLETE |
5332 | 2025-02-21T22:41:05.299Z | [ recovery-image] Feb 21 22:41:03.316 INFO O| Feb 21 22:41:03.315 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2025-02-21T22:41:05.320Z | [ recovery-image] Feb 21 22:41:03.337 INFO O| Feb 21 22:41:03.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5334 | 2025-02-21T22:41:05.320Z | [ recovery-image] Feb 21 22:41:03.337 INFO O| Feb 21 22:41:03.336 INFO STEP 246 (remove_files) COMPLETE |
5335 | 2025-02-21T22:41:05.320Z | [ recovery-image] Feb 21 22:41:03.337 INFO O| Feb 21 22:41:03.336 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2025-02-21T22:41:05.338Z | [ recovery-image] Feb 21 22:41:03.358 INFO O| Feb 21 22:41:03.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5337 | 2025-02-21T22:41:05.338Z | [ recovery-image] Feb 21 22:41:03.358 INFO O| Feb 21 22:41:03.358 INFO STEP 247 (remove_files) COMPLETE |
5338 | 2025-02-21T22:41:05.338Z | [ recovery-image] Feb 21 22:41:03.358 INFO O| Feb 21 22:41:03.358 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2025-02-21T22:41:05.374Z | [ recovery-image] Feb 21 22:41:03.394 INFO O| Feb 21 22:41:03.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5340 | 2025-02-21T22:41:05.374Z | [ recovery-image] Feb 21 22:41:03.394 INFO O| Feb 21 22:41:03.394 INFO STEP 248 (remove_files) COMPLETE |
5341 | 2025-02-21T22:41:05.377Z | [ recovery-image] Feb 21 22:41:03.394 INFO O| Feb 21 22:41:03.394 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2025-02-21T22:41:05.410Z | [ recovery-image] Feb 21 22:41:03.430 INFO O| Feb 21 22:41:03.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5343 | 2025-02-21T22:41:05.433Z | [ recovery-image] Feb 21 22:41:03.454 INFO O| Feb 21 22:41:03.454 INFO STEP 249 (remove_files) COMPLETE |
5344 | 2025-02-21T22:41:05.436Z | [ recovery-image] Feb 21 22:41:03.454 INFO O| Feb 21 22:41:03.454 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2025-02-21T22:41:05.455Z | [ recovery-image] Feb 21 22:41:03.476 INFO O| Feb 21 22:41:03.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5346 | 2025-02-21T22:41:05.458Z | [ recovery-image] Feb 21 22:41:03.476 INFO O| Feb 21 22:41:03.476 INFO STEP 250 (remove_files) COMPLETE |
5347 | 2025-02-21T22:41:05.459Z | [ recovery-image] Feb 21 22:41:03.476 INFO O| Feb 21 22:41:03.476 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2025-02-21T22:41:05.476Z | [ recovery-image] Feb 21 22:41:03.497 INFO O| Feb 21 22:41:03.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5349 | 2025-02-21T22:41:05.479Z | [ recovery-image] Feb 21 22:41:03.497 INFO O| Feb 21 22:41:03.497 INFO STEP 251 (remove_files) COMPLETE |
5350 | 2025-02-21T22:41:05.479Z | [ recovery-image] Feb 21 22:41:03.497 INFO O| Feb 21 22:41:03.497 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2025-02-21T22:41:05.497Z | [ recovery-image] Feb 21 22:41:03.518 INFO O| Feb 21 22:41:03.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5352 | 2025-02-21T22:41:05.520Z | [ recovery-image] Feb 21 22:41:03.541 INFO O| Feb 21 22:41:03.541 INFO STEP 252 (remove_files) COMPLETE |
5353 | 2025-02-21T22:41:05.520Z | [ recovery-image] Feb 21 22:41:03.541 INFO O| Feb 21 22:41:03.541 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2025-02-21T22:41:05.542Z | [ recovery-image] Feb 21 22:41:03.562 INFO O| Feb 21 22:41:03.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5355 | 2025-02-21T22:41:05.544Z | [ recovery-image] Feb 21 22:41:03.562 INFO O| Feb 21 22:41:03.562 INFO STEP 253 (remove_files) COMPLETE |
5356 | 2025-02-21T22:41:05.544Z | [ recovery-image] Feb 21 22:41:03.562 INFO O| Feb 21 22:41:03.562 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2025-02-21T22:41:05.566Z | [ recovery-image] Feb 21 22:41:03.586 INFO O| Feb 21 22:41:03.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5358 | 2025-02-21T22:41:05.569Z | [ recovery-image] Feb 21 22:41:03.586 INFO O| Feb 21 22:41:03.586 INFO STEP 254 (remove_files) COMPLETE |
5359 | 2025-02-21T22:41:05.569Z | [ recovery-image] Feb 21 22:41:03.586 INFO O| Feb 21 22:41:03.586 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2025-02-21T22:41:05.587Z | [ recovery-image] Feb 21 22:41:03.608 INFO O| Feb 21 22:41:03.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5361 | 2025-02-21T22:41:05.587Z | [ recovery-image] Feb 21 22:41:03.608 INFO O| Feb 21 22:41:03.608 INFO STEP 255 (remove_files) COMPLETE |
5362 | 2025-02-21T22:41:05.587Z | [ recovery-image] Feb 21 22:41:03.608 INFO O| Feb 21 22:41:03.608 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2025-02-21T22:41:05.620Z | [ recovery-image] Feb 21 22:41:03.640 INFO O| Feb 21 22:41:03.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5364 | 2025-02-21T22:41:05.620Z | [ recovery-image] Feb 21 22:41:03.640 INFO O| Feb 21 22:41:03.640 INFO STEP 256 (remove_files) COMPLETE |
5365 | 2025-02-21T22:41:05.620Z | [ recovery-image] Feb 21 22:41:03.640 INFO O| Feb 21 22:41:03.640 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2025-02-21T22:41:05.741Z | [ recovery-image] Feb 21 22:41:03.761 INFO O| Feb 21 22:41:03.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5367 | 2025-02-21T22:41:05.744Z | [ recovery-image] Feb 21 22:41:03.762 INFO O| Feb 21 22:41:03.761 INFO STEP 257 (remove_files) COMPLETE |
5368 | 2025-02-21T22:41:05.744Z | [ recovery-image] Feb 21 22:41:03.762 INFO O| Feb 21 22:41:03.762 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2025-02-21T22:41:05.763Z | [ recovery-image] Feb 21 22:41:03.783 INFO O| Feb 21 22:41:03.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5370 | 2025-02-21T22:41:05.763Z | [ recovery-image] Feb 21 22:41:03.783 INFO O| Feb 21 22:41:03.783 INFO STEP 258 (remove_files) COMPLETE |
5371 | 2025-02-21T22:41:05.763Z | [ recovery-image] Feb 21 22:41:03.783 INFO O| Feb 21 22:41:03.783 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2025-02-21T22:41:05.782Z | [ recovery-image] Feb 21 22:41:03.803 INFO O| Feb 21 22:41:03.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5373 | 2025-02-21T22:41:05.782Z | [ recovery-image] Feb 21 22:41:03.803 INFO O| Feb 21 22:41:03.803 INFO STEP 259 (remove_files) COMPLETE |
5374 | 2025-02-21T22:41:05.782Z | [ recovery-image] Feb 21 22:41:03.803 INFO O| Feb 21 22:41:03.803 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2025-02-21T22:41:05.802Z | [ recovery-image] Feb 21 22:41:03.823 INFO O| Feb 21 22:41:03.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5376 | 2025-02-21T22:41:05.802Z | [ recovery-image] Feb 21 22:41:03.823 INFO O| Feb 21 22:41:03.823 INFO STEP 260 (remove_files) COMPLETE |
5377 | 2025-02-21T22:41:05.802Z | [ recovery-image] Feb 21 22:41:03.823 INFO O| Feb 21 22:41:03.823 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2025-02-21T22:41:05.822Z | [ recovery-image] Feb 21 22:41:03.842 INFO O| Feb 21 22:41:03.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5379 | 2025-02-21T22:41:05.822Z | [ recovery-image] Feb 21 22:41:03.843 INFO O| Feb 21 22:41:03.842 INFO STEP 261 (remove_files) COMPLETE |
5380 | 2025-02-21T22:41:05.825Z | [ recovery-image] Feb 21 22:41:03.843 INFO O| Feb 21 22:41:03.843 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2025-02-21T22:41:05.842Z | [ recovery-image] Feb 21 22:41:03.862 INFO O| Feb 21 22:41:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5382 | 2025-02-21T22:41:05.842Z | [ recovery-image] Feb 21 22:41:03.862 INFO O| Feb 21 22:41:03.862 INFO STEP 262 (remove_files) COMPLETE |
5383 | 2025-02-21T22:41:05.842Z | [ recovery-image] Feb 21 22:41:03.862 INFO O| Feb 21 22:41:03.862 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2025-02-21T22:41:05.880Z | [ recovery-image] Feb 21 22:41:03.900 INFO O| Feb 21 22:41:03.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5385 | 2025-02-21T22:41:05.880Z | [ recovery-image] Feb 21 22:41:03.900 INFO O| Feb 21 22:41:03.900 INFO STEP 263 (remove_files) COMPLETE |
5386 | 2025-02-21T22:41:05.881Z | [ recovery-image] Feb 21 22:41:03.900 INFO O| Feb 21 22:41:03.900 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2025-02-21T22:41:05.908Z | [ recovery-image] Feb 21 22:41:03.928 INFO O| Feb 21 22:41:03.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5388 | 2025-02-21T22:41:05.908Z | [ recovery-image] Feb 21 22:41:03.928 INFO O| Feb 21 22:41:03.928 INFO STEP 264 (remove_files) COMPLETE |
5389 | 2025-02-21T22:41:05.909Z | [ recovery-image] Feb 21 22:41:03.928 INFO O| Feb 21 22:41:03.928 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2025-02-21T22:41:05.962Z | [ recovery-image] Feb 21 22:41:03.982 INFO O| Feb 21 22:41:03.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5391 | 2025-02-21T22:41:05.962Z | [ recovery-image] Feb 21 22:41:03.982 INFO O| Feb 21 22:41:03.982 INFO STEP 265 (remove_files) COMPLETE |
5392 | 2025-02-21T22:41:05.962Z | [ recovery-image] Feb 21 22:41:03.982 INFO O| Feb 21 22:41:03.982 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2025-02-21T22:41:05.987Z | [ recovery-image] Feb 21 22:41:04.007 INFO O| Feb 21 22:41:04.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5394 | 2025-02-21T22:41:05.991Z | [ recovery-image] Feb 21 22:41:04.007 INFO O| Feb 21 22:41:04.007 INFO STEP 266 (remove_files) COMPLETE |
5395 | 2025-02-21T22:41:05.991Z | [ recovery-image] Feb 21 22:41:04.008 INFO O| Feb 21 22:41:04.007 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2025-02-21T22:41:06.009Z | [ recovery-image] Feb 21 22:41:04.028 INFO O| Feb 21 22:41:04.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5397 | 2025-02-21T22:41:06.009Z | [ recovery-image] Feb 21 22:41:04.028 INFO O| Feb 21 22:41:04.028 INFO STEP 267 (remove_files) COMPLETE |
5398 | 2025-02-21T22:41:06.009Z | [ recovery-image] Feb 21 22:41:04.028 INFO O| Feb 21 22:41:04.028 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2025-02-21T22:41:06.041Z | [ recovery-image] Feb 21 22:41:04.061 INFO O| Feb 21 22:41:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5400 | 2025-02-21T22:41:06.099Z | [ recovery-image] Feb 21 22:41:04.118 INFO O| Feb 21 22:41:04.118 INFO STEP 268 (remove_files) COMPLETE |
5401 | 2025-02-21T22:41:06.099Z | [ recovery-image] Feb 21 22:41:04.118 INFO O| Feb 21 22:41:04.118 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2025-02-21T22:41:06.132Z | [ recovery-image] Feb 21 22:41:04.152 INFO O| Feb 21 22:41:04.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5403 | 2025-02-21T22:41:06.132Z | [ recovery-image] Feb 21 22:41:04.152 INFO O| Feb 21 22:41:04.152 INFO STEP 269 (remove_files) COMPLETE |
5404 | 2025-02-21T22:41:06.135Z | [ recovery-image] Feb 21 22:41:04.152 INFO O| Feb 21 22:41:04.152 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2025-02-21T22:41:06.164Z | [ recovery-image] Feb 21 22:41:04.184 INFO O| Feb 21 22:41:04.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5406 | 2025-02-21T22:41:06.164Z | [ recovery-image] Feb 21 22:41:04.184 INFO O| Feb 21 22:41:04.184 INFO STEP 270 (remove_files) COMPLETE |
5407 | 2025-02-21T22:41:06.164Z | [ recovery-image] Feb 21 22:41:04.184 INFO O| Feb 21 22:41:04.184 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2025-02-21T22:41:06.200Z | [ recovery-image] Feb 21 22:41:04.219 INFO O| Feb 21 22:41:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5409 | 2025-02-21T22:41:06.200Z | [ recovery-image] Feb 21 22:41:04.219 INFO O| Feb 21 22:41:04.219 INFO STEP 271 (remove_files) COMPLETE |
5410 | 2025-02-21T22:41:06.203Z | [ recovery-image] Feb 21 22:41:04.219 INFO O| Feb 21 22:41:04.219 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2025-02-21T22:41:06.231Z | [ recovery-image] Feb 21 22:41:04.251 INFO O| Feb 21 22:41:04.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5412 | 2025-02-21T22:41:06.234Z | [ recovery-image] Feb 21 22:41:04.251 INFO O| Feb 21 22:41:04.251 INFO STEP 272 (remove_files) COMPLETE |
5413 | 2025-02-21T22:41:06.234Z | [ recovery-image] Feb 21 22:41:04.252 INFO O| Feb 21 22:41:04.251 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2025-02-21T22:41:06.254Z | [ recovery-image] Feb 21 22:41:04.274 INFO O| Feb 21 22:41:04.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5415 | 2025-02-21T22:41:06.254Z | [ recovery-image] Feb 21 22:41:04.274 INFO O| Feb 21 22:41:04.274 INFO STEP 273 (remove_files) COMPLETE |
5416 | 2025-02-21T22:41:06.257Z | [ recovery-image] Feb 21 22:41:04.274 INFO O| Feb 21 22:41:04.274 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2025-02-21T22:41:06.317Z | [ recovery-image] Feb 21 22:41:04.338 INFO O| Feb 21 22:41:04.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5418 | 2025-02-21T22:41:06.318Z | [ recovery-image] Feb 21 22:41:04.338 INFO O| Feb 21 22:41:04.338 INFO STEP 274 (remove_files) COMPLETE |
5419 | 2025-02-21T22:41:06.318Z | [ recovery-image] Feb 21 22:41:04.338 INFO O| Feb 21 22:41:04.338 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2025-02-21T22:41:06.352Z | [ recovery-image] Feb 21 22:41:04.372 INFO O| Feb 21 22:41:04.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5421 | 2025-02-21T22:41:06.354Z | [ recovery-image] Feb 21 22:41:04.372 INFO O| Feb 21 22:41:04.372 INFO STEP 275 (remove_files) COMPLETE |
5422 | 2025-02-21T22:41:06.354Z | [ recovery-image] Feb 21 22:41:04.372 INFO O| Feb 21 22:41:04.372 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2025-02-21T22:41:06.375Z | [ recovery-image] Feb 21 22:41:04.395 INFO O| Feb 21 22:41:04.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5424 | 2025-02-21T22:41:06.378Z | [ recovery-image] Feb 21 22:41:04.396 INFO O| Feb 21 22:41:04.395 INFO STEP 276 (remove_files) COMPLETE |
5425 | 2025-02-21T22:41:06.378Z | [ recovery-image] Feb 21 22:41:04.396 INFO O| Feb 21 22:41:04.396 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2025-02-21T22:41:06.405Z | [ recovery-image] Feb 21 22:41:04.425 INFO O| Feb 21 22:41:04.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5427 | 2025-02-21T22:41:06.425Z | [ recovery-image] Feb 21 22:41:04.446 INFO O| Feb 21 22:41:04.446 INFO STEP 277 (remove_files) COMPLETE |
5428 | 2025-02-21T22:41:06.425Z | [ recovery-image] Feb 21 22:41:04.446 INFO O| Feb 21 22:41:04.446 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2025-02-21T22:41:06.463Z | [ recovery-image] Feb 21 22:41:04.483 INFO O| Feb 21 22:41:04.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5430 | 2025-02-21T22:41:06.463Z | [ recovery-image] Feb 21 22:41:04.483 INFO O| Feb 21 22:41:04.483 INFO STEP 278 (remove_files) COMPLETE |
5431 | 2025-02-21T22:41:06.463Z | [ recovery-image] Feb 21 22:41:04.483 INFO O| Feb 21 22:41:04.483 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2025-02-21T22:41:06.486Z | [ recovery-image] Feb 21 22:41:04.506 INFO O| Feb 21 22:41:04.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5433 | 2025-02-21T22:41:06.486Z | [ recovery-image] Feb 21 22:41:04.506 INFO O| Feb 21 22:41:04.506 INFO STEP 279 (remove_files) COMPLETE |
5434 | 2025-02-21T22:41:06.486Z | [ recovery-image] Feb 21 22:41:04.506 INFO O| Feb 21 22:41:04.506 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2025-02-21T22:41:06.522Z | [ recovery-image] Feb 21 22:41:04.542 INFO O| Feb 21 22:41:04.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5436 | 2025-02-21T22:41:06.522Z | [ recovery-image] Feb 21 22:41:04.542 INFO O| Feb 21 22:41:04.542 INFO STEP 280 (remove_files) COMPLETE |
5437 | 2025-02-21T22:41:06.525Z | [ recovery-image] Feb 21 22:41:04.542 INFO O| Feb 21 22:41:04.542 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2025-02-21T22:41:06.569Z | [ recovery-image] Feb 21 22:41:04.588 INFO O| Feb 21 22:41:04.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5439 | 2025-02-21T22:41:06.569Z | [ recovery-image] Feb 21 22:41:04.588 INFO O| Feb 21 22:41:04.588 INFO STEP 281 (remove_files) COMPLETE |
5440 | 2025-02-21T22:41:06.569Z | [ recovery-image] Feb 21 22:41:04.588 INFO O| Feb 21 22:41:04.588 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2025-02-21T22:41:06.597Z | [ recovery-image] Feb 21 22:41:04.617 INFO O| Feb 21 22:41:04.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5442 | 2025-02-21T22:41:06.597Z | [ recovery-image] Feb 21 22:41:04.617 INFO O| Feb 21 22:41:04.617 INFO STEP 282 (remove_files) COMPLETE |
5443 | 2025-02-21T22:41:06.597Z | [ recovery-image] Feb 21 22:41:04.617 INFO O| Feb 21 22:41:04.617 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2025-02-21T22:41:06.630Z | [ recovery-image] Feb 21 22:41:04.650 INFO O| Feb 21 22:41:04.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5445 | 2025-02-21T22:41:06.630Z | [ recovery-image] Feb 21 22:41:04.650 INFO O| Feb 21 22:41:04.650 INFO STEP 283 (remove_files) COMPLETE |
5446 | 2025-02-21T22:41:06.633Z | [ recovery-image] Feb 21 22:41:04.650 INFO O| Feb 21 22:41:04.650 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2025-02-21T22:41:06.671Z | [ recovery-image] Feb 21 22:41:04.691 INFO O| Feb 21 22:41:04.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5448 | 2025-02-21T22:41:06.671Z | [ recovery-image] Feb 21 22:41:04.691 INFO O| Feb 21 22:41:04.691 INFO STEP 284 (remove_files) COMPLETE |
5449 | 2025-02-21T22:41:06.671Z | [ recovery-image] Feb 21 22:41:04.691 INFO O| Feb 21 22:41:04.691 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2025-02-21T22:41:06.691Z | [ recovery-image] Feb 21 22:41:04.711 INFO O| Feb 21 22:41:04.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5451 | 2025-02-21T22:41:06.691Z | [ recovery-image] Feb 21 22:41:04.711 INFO O| Feb 21 22:41:04.711 INFO STEP 285 (remove_files) COMPLETE |
5452 | 2025-02-21T22:41:06.691Z | [ recovery-image] Feb 21 22:41:04.711 INFO O| Feb 21 22:41:04.711 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2025-02-21T22:41:06.711Z | [ recovery-image] Feb 21 22:41:04.732 INFO O| Feb 21 22:41:04.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5454 | 2025-02-21T22:41:06.711Z | [ recovery-image] Feb 21 22:41:04.732 INFO O| Feb 21 22:41:04.732 INFO STEP 286 (remove_files) COMPLETE |
5455 | 2025-02-21T22:41:06.711Z | [ recovery-image] Feb 21 22:41:04.732 INFO O| Feb 21 22:41:04.732 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2025-02-21T22:41:06.768Z | [ recovery-image] Feb 21 22:41:04.787 INFO O| Feb 21 22:41:04.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5457 | 2025-02-21T22:41:06.768Z | [ recovery-image] Feb 21 22:41:04.787 INFO O| Feb 21 22:41:04.787 INFO STEP 287 (remove_files) COMPLETE |
5458 | 2025-02-21T22:41:06.768Z | [ recovery-image] Feb 21 22:41:04.787 INFO O| Feb 21 22:41:04.787 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2025-02-21T22:41:06.801Z | [ recovery-image] Feb 21 22:41:04.821 INFO O| Feb 21 22:41:04.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5460 | 2025-02-21T22:41:06.801Z | [ recovery-image] Feb 21 22:41:04.821 INFO O| Feb 21 22:41:04.821 INFO STEP 288 (remove_files) COMPLETE |
5461 | 2025-02-21T22:41:06.801Z | [ recovery-image] Feb 21 22:41:04.821 INFO O| Feb 21 22:41:04.821 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2025-02-21T22:41:06.822Z | [ recovery-image] Feb 21 22:41:04.842 INFO O| Feb 21 22:41:04.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5463 | 2025-02-21T22:41:06.822Z | [ recovery-image] Feb 21 22:41:04.842 INFO O| Feb 21 22:41:04.842 INFO STEP 289 (remove_files) COMPLETE |
5464 | 2025-02-21T22:41:06.822Z | [ recovery-image] Feb 21 22:41:04.842 INFO O| Feb 21 22:41:04.842 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2025-02-21T22:41:06.843Z | [ recovery-image] Feb 21 22:41:04.863 INFO O| Feb 21 22:41:04.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5466 | 2025-02-21T22:41:06.843Z | [ recovery-image] Feb 21 22:41:04.863 INFO O| Feb 21 22:41:04.863 INFO STEP 290 (remove_files) COMPLETE |
5467 | 2025-02-21T22:41:06.846Z | [ recovery-image] Feb 21 22:41:04.863 INFO O| Feb 21 22:41:04.863 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2025-02-21T22:41:06.875Z | [ recovery-image] Feb 21 22:41:04.895 INFO O| Feb 21 22:41:04.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5469 | 2025-02-21T22:41:06.875Z | [ recovery-image] Feb 21 22:41:04.895 INFO O| Feb 21 22:41:04.895 INFO STEP 291 (remove_files) COMPLETE |
5470 | 2025-02-21T22:41:06.875Z | [ recovery-image] Feb 21 22:41:04.895 INFO O| Feb 21 22:41:04.895 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2025-02-21T22:41:06.908Z | [ recovery-image] Feb 21 22:41:04.928 INFO O| Feb 21 22:41:04.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5472 | 2025-02-21T22:41:06.911Z | [ recovery-image] Feb 21 22:41:04.929 INFO O| Feb 21 22:41:04.928 INFO STEP 292 (remove_files) COMPLETE |
5473 | 2025-02-21T22:41:06.911Z | [ recovery-image] Feb 21 22:41:04.929 INFO O| Feb 21 22:41:04.928 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2025-02-21T22:41:06.930Z | [ recovery-image] Feb 21 22:41:04.950 INFO O| Feb 21 22:41:04.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5475 | 2025-02-21T22:41:06.931Z | [ recovery-image] Feb 21 22:41:04.950 INFO O| Feb 21 22:41:04.950 INFO STEP 293 (remove_files) COMPLETE |
5476 | 2025-02-21T22:41:06.931Z | [ recovery-image] Feb 21 22:41:04.950 INFO O| Feb 21 22:41:04.950 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2025-02-21T22:41:06.967Z | [ recovery-image] Feb 21 22:41:04.987 INFO O| Feb 21 22:41:04.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5478 | 2025-02-21T22:41:06.967Z | [ recovery-image] Feb 21 22:41:04.987 INFO O| Feb 21 22:41:04.987 INFO STEP 294 (remove_files) COMPLETE |
5479 | 2025-02-21T22:41:06.967Z | [ recovery-image] Feb 21 22:41:04.987 INFO O| Feb 21 22:41:04.987 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2025-02-21T22:41:07.028Z | [ recovery-image] Feb 21 22:41:05.048 INFO O| Feb 21 22:41:05.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5481 | 2025-02-21T22:41:07.028Z | [ recovery-image] Feb 21 22:41:05.048 INFO O| Feb 21 22:41:05.048 INFO STEP 295 (remove_files) COMPLETE |
5482 | 2025-02-21T22:41:07.028Z | [ recovery-image] Feb 21 22:41:05.048 INFO O| Feb 21 22:41:05.048 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2025-02-21T22:41:07.049Z | [ recovery-image] Feb 21 22:41:05.069 INFO O| Feb 21 22:41:05.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5484 | 2025-02-21T22:41:07.049Z | [ recovery-image] Feb 21 22:41:05.069 INFO O| Feb 21 22:41:05.069 INFO STEP 296 (remove_files) COMPLETE |
5485 | 2025-02-21T22:41:07.049Z | [ recovery-image] Feb 21 22:41:05.069 INFO O| Feb 21 22:41:05.069 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2025-02-21T22:41:07.077Z | [ recovery-image] Feb 21 22:41:05.097 INFO O| Feb 21 22:41:05.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5487 | 2025-02-21T22:41:07.080Z | [ recovery-image] Feb 21 22:41:05.097 INFO O| Feb 21 22:41:05.097 INFO STEP 297 (remove_files) COMPLETE |
5488 | 2025-02-21T22:41:07.080Z | [ recovery-image] Feb 21 22:41:05.097 INFO O| Feb 21 22:41:05.097 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2025-02-21T22:41:07.109Z | [ recovery-image] Feb 21 22:41:05.129 INFO O| Feb 21 22:41:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5490 | 2025-02-21T22:41:07.109Z | [ recovery-image] Feb 21 22:41:05.129 INFO O| Feb 21 22:41:05.129 INFO STEP 298 (remove_files) COMPLETE |
5491 | 2025-02-21T22:41:07.109Z | [ recovery-image] Feb 21 22:41:05.129 INFO O| Feb 21 22:41:05.129 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2025-02-21T22:41:07.132Z | [ recovery-image] Feb 21 22:41:05.152 INFO O| Feb 21 22:41:05.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5493 | 2025-02-21T22:41:07.132Z | [ recovery-image] Feb 21 22:41:05.152 INFO O| Feb 21 22:41:05.152 INFO STEP 299 (remove_files) COMPLETE |
5494 | 2025-02-21T22:41:07.134Z | [ recovery-image] Feb 21 22:41:05.152 INFO O| Feb 21 22:41:05.152 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2025-02-21T22:41:07.151Z | [ recovery-image] Feb 21 22:41:05.171 INFO O| Feb 21 22:41:05.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5496 | 2025-02-21T22:41:07.151Z | [ recovery-image] Feb 21 22:41:05.172 INFO O| Feb 21 22:41:05.172 INFO STEP 300 (remove_files) COMPLETE |
5497 | 2025-02-21T22:41:07.151Z | [ recovery-image] Feb 21 22:41:05.172 INFO O| Feb 21 22:41:05.172 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2025-02-21T22:41:07.193Z | [ recovery-image] Feb 21 22:41:05.213 INFO O| Feb 21 22:41:05.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5499 | 2025-02-21T22:41:07.195Z | [ recovery-image] Feb 21 22:41:05.213 INFO O| Feb 21 22:41:05.213 INFO STEP 301 (remove_files) COMPLETE |
5500 | 2025-02-21T22:41:07.195Z | [ recovery-image] Feb 21 22:41:05.213 INFO O| Feb 21 22:41:05.213 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2025-02-21T22:41:07.240Z | [ recovery-image] Feb 21 22:41:05.260 INFO O| Feb 21 22:41:05.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5502 | 2025-02-21T22:41:07.243Z | [ recovery-image] Feb 21 22:41:05.260 INFO O| Feb 21 22:41:05.260 INFO STEP 302 (remove_files) COMPLETE |
5503 | 2025-02-21T22:41:07.243Z | [ recovery-image] Feb 21 22:41:05.260 INFO O| Feb 21 22:41:05.260 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2025-02-21T22:41:07.261Z | [ recovery-image] Feb 21 22:41:05.281 INFO O| Feb 21 22:41:05.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5505 | 2025-02-21T22:41:07.264Z | [ recovery-image] Feb 21 22:41:05.281 INFO O| Feb 21 22:41:05.281 INFO STEP 303 (remove_files) COMPLETE |
5506 | 2025-02-21T22:41:07.264Z | [ recovery-image] Feb 21 22:41:05.281 INFO O| Feb 21 22:41:05.281 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2025-02-21T22:41:07.316Z | [ recovery-image] Feb 21 22:41:05.336 INFO O| Feb 21 22:41:05.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5508 | 2025-02-21T22:41:07.318Z | [ recovery-image] Feb 21 22:41:05.336 INFO O| Feb 21 22:41:05.336 INFO STEP 304 (remove_files) COMPLETE |
5509 | 2025-02-21T22:41:07.318Z | [ recovery-image] Feb 21 22:41:05.336 INFO O| Feb 21 22:41:05.336 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2025-02-21T22:41:07.337Z | [ recovery-image] Feb 21 22:41:05.357 INFO O| Feb 21 22:41:05.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5511 | 2025-02-21T22:41:07.337Z | [ recovery-image] Feb 21 22:41:05.358 INFO O| Feb 21 22:41:05.358 INFO STEP 305 (remove_files) COMPLETE |
5512 | 2025-02-21T22:41:07.340Z | [ recovery-image] Feb 21 22:41:05.358 INFO O| Feb 21 22:41:05.358 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2025-02-21T22:41:07.367Z | [ recovery-image] Feb 21 22:41:05.387 INFO O| Feb 21 22:41:05.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5514 | 2025-02-21T22:41:07.367Z | [ recovery-image] Feb 21 22:41:05.387 INFO O| Feb 21 22:41:05.387 INFO STEP 306 (remove_files) COMPLETE |
5515 | 2025-02-21T22:41:07.370Z | [ recovery-image] Feb 21 22:41:05.387 INFO O| Feb 21 22:41:05.387 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2025-02-21T22:41:07.403Z | [ recovery-image] Feb 21 22:41:05.423 INFO O| Feb 21 22:41:05.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5517 | 2025-02-21T22:41:07.403Z | [ recovery-image] Feb 21 22:41:05.424 INFO O| Feb 21 22:41:05.424 INFO STEP 307 (remove_files) COMPLETE |
5518 | 2025-02-21T22:41:07.403Z | [ recovery-image] Feb 21 22:41:05.424 INFO O| Feb 21 22:41:05.424 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2025-02-21T22:41:07.461Z | [ recovery-image] Feb 21 22:41:05.481 INFO O| Feb 21 22:41:05.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5520 | 2025-02-21T22:41:07.461Z | [ recovery-image] Feb 21 22:41:05.481 INFO O| Feb 21 22:41:05.481 INFO STEP 308 (remove_files) COMPLETE |
5521 | 2025-02-21T22:41:07.461Z | [ recovery-image] Feb 21 22:41:05.481 INFO O| Feb 21 22:41:05.481 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2025-02-21T22:41:07.480Z | [ recovery-image] Feb 21 22:41:05.500 INFO O| Feb 21 22:41:05.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5523 | 2025-02-21T22:41:07.480Z | [ recovery-image] Feb 21 22:41:05.500 INFO O| Feb 21 22:41:05.500 INFO STEP 309 (remove_files) COMPLETE |
5524 | 2025-02-21T22:41:07.483Z | [ recovery-image] Feb 21 22:41:05.500 INFO O| Feb 21 22:41:05.500 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2025-02-21T22:41:07.508Z | [ recovery-image] Feb 21 22:41:05.528 INFO O| Feb 21 22:41:05.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5526 | 2025-02-21T22:41:07.508Z | [ recovery-image] Feb 21 22:41:05.528 INFO O| Feb 21 22:41:05.528 INFO STEP 310 (remove_files) COMPLETE |
5527 | 2025-02-21T22:41:07.511Z | [ recovery-image] Feb 21 22:41:05.529 INFO O| Feb 21 22:41:05.528 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2025-02-21T22:41:07.530Z | [ recovery-image] Feb 21 22:41:05.550 INFO O| Feb 21 22:41:05.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5529 | 2025-02-21T22:41:07.531Z | [ recovery-image] Feb 21 22:41:05.550 INFO O| Feb 21 22:41:05.550 INFO STEP 311 (remove_files) COMPLETE |
5530 | 2025-02-21T22:41:07.531Z | [ recovery-image] Feb 21 22:41:05.550 INFO O| Feb 21 22:41:05.550 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2025-02-21T22:41:07.566Z | [ recovery-image] Feb 21 22:41:05.586 INFO O| Feb 21 22:41:05.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5532 | 2025-02-21T22:41:07.566Z | [ recovery-image] Feb 21 22:41:05.586 INFO O| Feb 21 22:41:05.586 INFO STEP 312 (remove_files) COMPLETE |
5533 | 2025-02-21T22:41:07.568Z | [ recovery-image] Feb 21 22:41:05.586 INFO O| Feb 21 22:41:05.586 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2025-02-21T22:41:07.586Z | [ recovery-image] Feb 21 22:41:05.606 INFO O| Feb 21 22:41:05.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5535 | 2025-02-21T22:41:07.586Z | [ recovery-image] Feb 21 22:41:05.606 INFO O| Feb 21 22:41:05.606 INFO STEP 313 (remove_files) COMPLETE |
5536 | 2025-02-21T22:41:07.586Z | [ recovery-image] Feb 21 22:41:05.606 INFO O| Feb 21 22:41:05.606 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2025-02-21T22:41:07.605Z | [ recovery-image] Feb 21 22:41:05.626 INFO O| Feb 21 22:41:05.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5538 | 2025-02-21T22:41:07.605Z | [ recovery-image] Feb 21 22:41:05.626 INFO O| Feb 21 22:41:05.626 INFO STEP 314 (remove_files) COMPLETE |
5539 | 2025-02-21T22:41:07.605Z | [ recovery-image] Feb 21 22:41:05.626 INFO O| Feb 21 22:41:05.626 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2025-02-21T22:41:07.626Z | [ recovery-image] Feb 21 22:41:05.646 INFO O| Feb 21 22:41:05.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5541 | 2025-02-21T22:41:07.626Z | [ recovery-image] Feb 21 22:41:05.646 INFO O| Feb 21 22:41:05.646 INFO STEP 315 (remove_files) COMPLETE |
5542 | 2025-02-21T22:41:07.626Z | [ recovery-image] Feb 21 22:41:05.646 INFO O| Feb 21 22:41:05.646 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2025-02-21T22:41:07.646Z | [ recovery-image] Feb 21 22:41:05.667 INFO O| Feb 21 22:41:05.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5544 | 2025-02-21T22:41:07.646Z | [ recovery-image] Feb 21 22:41:05.667 INFO O| Feb 21 22:41:05.667 INFO STEP 316 (remove_files) COMPLETE |
5545 | 2025-02-21T22:41:07.646Z | [ recovery-image] Feb 21 22:41:05.667 INFO O| Feb 21 22:41:05.667 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2025-02-21T22:41:07.718Z | [ recovery-image] Feb 21 22:41:05.738 INFO O| Feb 21 22:41:05.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5547 | 2025-02-21T22:41:07.718Z | [ recovery-image] Feb 21 22:41:05.738 INFO O| Feb 21 22:41:05.738 INFO STEP 317 (remove_files) COMPLETE |
5548 | 2025-02-21T22:41:07.718Z | [ recovery-image] Feb 21 22:41:05.738 INFO O| Feb 21 22:41:05.738 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2025-02-21T22:41:07.742Z | [ recovery-image] Feb 21 22:41:05.762 INFO O| Feb 21 22:41:05.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5550 | 2025-02-21T22:41:07.742Z | [ recovery-image] Feb 21 22:41:05.762 INFO O| Feb 21 22:41:05.762 INFO STEP 318 (remove_files) COMPLETE |
5551 | 2025-02-21T22:41:07.742Z | [ recovery-image] Feb 21 22:41:05.762 INFO O| Feb 21 22:41:05.762 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2025-02-21T22:41:07.766Z | [ recovery-image] Feb 21 22:41:05.786 INFO O| Feb 21 22:41:05.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5553 | 2025-02-21T22:41:07.766Z | [ recovery-image] Feb 21 22:41:05.786 INFO O| Feb 21 22:41:05.786 INFO STEP 319 (remove_files) COMPLETE |
5554 | 2025-02-21T22:41:07.768Z | [ recovery-image] Feb 21 22:41:05.786 INFO O| Feb 21 22:41:05.786 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2025-02-21T22:41:07.789Z | [ recovery-image] Feb 21 22:41:05.810 INFO O| Feb 21 22:41:05.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5556 | 2025-02-21T22:41:07.792Z | [ recovery-image] Feb 21 22:41:05.810 INFO O| Feb 21 22:41:05.810 INFO STEP 320 (remove_files) COMPLETE |
5557 | 2025-02-21T22:41:07.792Z | [ recovery-image] Feb 21 22:41:05.810 INFO O| Feb 21 22:41:05.810 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2025-02-21T22:41:07.812Z | [ recovery-image] Feb 21 22:41:05.832 INFO O| Feb 21 22:41:05.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5559 | 2025-02-21T22:41:07.815Z | [ recovery-image] Feb 21 22:41:05.832 INFO O| Feb 21 22:41:05.832 INFO STEP 321 (remove_files) COMPLETE |
5560 | 2025-02-21T22:41:07.815Z | [ recovery-image] Feb 21 22:41:05.832 INFO O| Feb 21 22:41:05.832 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2025-02-21T22:41:07.832Z | [ recovery-image] Feb 21 22:41:05.852 INFO O| Feb 21 22:41:05.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5562 | 2025-02-21T22:41:07.832Z | [ recovery-image] Feb 21 22:41:05.853 INFO O| Feb 21 22:41:05.852 INFO STEP 322 (remove_files) COMPLETE |
5563 | 2025-02-21T22:41:07.832Z | [ recovery-image] Feb 21 22:41:05.853 INFO O| Feb 21 22:41:05.852 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2025-02-21T22:41:07.851Z | [ recovery-image] Feb 21 22:41:05.872 INFO O| Feb 21 22:41:05.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5565 | 2025-02-21T22:41:07.854Z | [ recovery-image] Feb 21 22:41:05.875 INFO O| Feb 21 22:41:05.875 INFO STEP 323 (remove_files) COMPLETE |
5566 | 2025-02-21T22:41:07.857Z | [ recovery-image] Feb 21 22:41:05.875 INFO O| Feb 21 22:41:05.875 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2025-02-21T22:41:07.875Z | [ recovery-image] Feb 21 22:41:05.894 INFO O| Feb 21 22:41:05.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5568 | 2025-02-21T22:41:07.875Z | [ recovery-image] Feb 21 22:41:05.894 INFO O| Feb 21 22:41:05.894 INFO STEP 324 (remove_files) COMPLETE |
5569 | 2025-02-21T22:41:07.875Z | [ recovery-image] Feb 21 22:41:05.894 INFO O| Feb 21 22:41:05.894 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2025-02-21T22:41:07.900Z | [ recovery-image] Feb 21 22:41:05.920 INFO O| Feb 21 22:41:05.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5571 | 2025-02-21T22:41:07.900Z | [ recovery-image] Feb 21 22:41:05.920 INFO O| Feb 21 22:41:05.920 INFO STEP 325 (remove_files) COMPLETE |
5572 | 2025-02-21T22:41:07.903Z | [ recovery-image] Feb 21 22:41:05.920 INFO O| Feb 21 22:41:05.920 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2025-02-21T22:41:07.934Z | [ recovery-image] Feb 21 22:41:05.955 INFO O| Feb 21 22:41:05.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5574 | 2025-02-21T22:41:07.934Z | [ recovery-image] Feb 21 22:41:05.955 INFO O| Feb 21 22:41:05.955 INFO STEP 326 (remove_files) COMPLETE |
5575 | 2025-02-21T22:41:07.934Z | [ recovery-image] Feb 21 22:41:05.955 INFO O| Feb 21 22:41:05.955 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2025-02-21T22:41:07.993Z | [ recovery-image] Feb 21 22:41:06.014 INFO O| Feb 21 22:41:06.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5577 | 2025-02-21T22:41:07.993Z | [ recovery-image] Feb 21 22:41:06.014 INFO O| Feb 21 22:41:06.014 INFO STEP 327 (remove_files) COMPLETE |
5578 | 2025-02-21T22:41:07.996Z | [ recovery-image] Feb 21 22:41:06.014 INFO O| Feb 21 22:41:06.014 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2025-02-21T22:41:08.033Z | [ recovery-image] Feb 21 22:41:06.053 INFO O| Feb 21 22:41:06.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5580 | 2025-02-21T22:41:08.038Z | [ recovery-image] Feb 21 22:41:06.059 INFO O| Feb 21 22:41:06.059 INFO STEP 328 (remove_files) COMPLETE |
5581 | 2025-02-21T22:41:08.038Z | [ recovery-image] Feb 21 22:41:06.059 INFO O| Feb 21 22:41:06.059 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2025-02-21T22:41:08.062Z | [ recovery-image] Feb 21 22:41:06.082 INFO O| Feb 21 22:41:06.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5583 | 2025-02-21T22:41:08.062Z | [ recovery-image] Feb 21 22:41:06.082 INFO O| Feb 21 22:41:06.082 INFO STEP 329 (remove_files) COMPLETE |
5584 | 2025-02-21T22:41:08.062Z | [ recovery-image] Feb 21 22:41:06.082 INFO O| Feb 21 22:41:06.082 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2025-02-21T22:41:08.102Z | [ recovery-image] Feb 21 22:41:06.122 INFO O| Feb 21 22:41:06.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5586 | 2025-02-21T22:41:08.102Z | [ recovery-image] Feb 21 22:41:06.123 INFO O| Feb 21 22:41:06.123 INFO STEP 330 (remove_files) COMPLETE |
5587 | 2025-02-21T22:41:08.102Z | [ recovery-image] Feb 21 22:41:06.123 INFO O| Feb 21 22:41:06.123 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2025-02-21T22:41:08.131Z | [ host-image] Feb 21 22:41:06.152 INFO O| Feb 21 22:41:06.151 INFO O| Done |
5589 | 2025-02-21T22:41:08.134Z | [ recovery-image] Feb 21 22:41:06.153 INFO O| Feb 21 22:41:06.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5590 | 2025-02-21T22:41:08.134Z | [ recovery-image] Feb 21 22:41:06.153 INFO O| Feb 21 22:41:06.153 INFO STEP 331 (remove_files) COMPLETE |
5591 | 2025-02-21T22:41:08.134Z | [ recovery-image] Feb 21 22:41:06.153 INFO O| Feb 21 22:41:06.153 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2025-02-21T22:41:08.159Z | [ recovery-image] Feb 21 22:41:06.179 INFO O| Feb 21 22:41:06.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5593 | 2025-02-21T22:41:08.159Z | [ recovery-image] Feb 21 22:41:06.179 INFO O| Feb 21 22:41:06.179 INFO STEP 332 (remove_files) COMPLETE |
5594 | 2025-02-21T22:41:08.159Z | [ recovery-image] Feb 21 22:41:06.179 INFO O| Feb 21 22:41:06.179 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2025-02-21T22:41:08.187Z | [ host-image] Feb 21 22:41:06.207 INFO O| Feb 21 22:41:06.207 INFO O| Done |
5596 | 2025-02-21T22:41:08.187Z | [ host-image] Feb 21 22:41:06.207 INFO O| Feb 21 22:41:06.207 INFO O| Done |
5597 | 2025-02-21T22:41:08.210Z | [ recovery-image] Feb 21 22:41:06.230 INFO O| Feb 21 22:41:06.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5598 | 2025-02-21T22:41:08.210Z | [ recovery-image] Feb 21 22:41:06.230 INFO O| Feb 21 22:41:06.230 INFO STEP 333 (remove_files) COMPLETE |
5599 | 2025-02-21T22:41:08.213Z | [ recovery-image] Feb 21 22:41:06.230 INFO O| Feb 21 22:41:06.230 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2025-02-21T22:41:08.217Z | [ host-image] Feb 21 22:41:06.237 INFO O| Feb 21 22:41:06.237 INFO O| Done |
5601 | 2025-02-21T22:41:08.231Z | [ recovery-image] Feb 21 22:41:06.251 INFO O| Feb 21 22:41:06.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5602 | 2025-02-21T22:41:08.231Z | [ recovery-image] Feb 21 22:41:06.251 INFO O| Feb 21 22:41:06.251 INFO STEP 334 (remove_files) COMPLETE |
5603 | 2025-02-21T22:41:08.233Z | [ recovery-image] Feb 21 22:41:06.251 INFO O| Feb 21 22:41:06.251 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2025-02-21T22:41:08.252Z | [ recovery-image] Feb 21 22:41:06.272 INFO O| Feb 21 22:41:06.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5605 | 2025-02-21T22:41:08.252Z | [ recovery-image] Feb 21 22:41:06.272 INFO O| Feb 21 22:41:06.272 INFO STEP 335 (remove_files) COMPLETE |
5606 | 2025-02-21T22:41:08.254Z | [ recovery-image] Feb 21 22:41:06.272 INFO O| Feb 21 22:41:06.272 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2025-02-21T22:41:08.274Z | [ recovery-image] Feb 21 22:41:06.294 INFO O| Feb 21 22:41:06.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5608 | 2025-02-21T22:41:08.274Z | [ recovery-image] Feb 21 22:41:06.294 INFO O| Feb 21 22:41:06.294 INFO STEP 336 (remove_files) COMPLETE |
5609 | 2025-02-21T22:41:08.277Z | [ recovery-image] Feb 21 22:41:06.294 INFO O| Feb 21 22:41:06.294 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2025-02-21T22:41:08.307Z | [ recovery-image] Feb 21 22:41:06.326 INFO O| Feb 21 22:41:06.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5611 | 2025-02-21T22:41:08.307Z | [ recovery-image] Feb 21 22:41:06.326 INFO O| Feb 21 22:41:06.326 INFO STEP 337 (remove_files) COMPLETE |
5612 | 2025-02-21T22:41:08.307Z | [ recovery-image] Feb 21 22:41:06.326 INFO O| Feb 21 22:41:06.326 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2025-02-21T22:41:08.329Z | [ recovery-image] Feb 21 22:41:06.350 INFO O| Feb 21 22:41:06.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5614 | 2025-02-21T22:41:08.330Z | [ recovery-image] Feb 21 22:41:06.350 INFO O| Feb 21 22:41:06.350 INFO STEP 338 (remove_files) COMPLETE |
5615 | 2025-02-21T22:41:08.330Z | [ recovery-image] Feb 21 22:41:06.350 INFO O| Feb 21 22:41:06.350 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2025-02-21T22:41:08.364Z | [ recovery-image] Feb 21 22:41:06.384 INFO O| Feb 21 22:41:06.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5617 | 2025-02-21T22:41:08.367Z | [ recovery-image] Feb 21 22:41:06.385 INFO O| Feb 21 22:41:06.384 INFO STEP 339 (remove_files) COMPLETE |
5618 | 2025-02-21T22:41:08.367Z | [ recovery-image] Feb 21 22:41:06.385 INFO O| Feb 21 22:41:06.384 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2025-02-21T22:41:08.390Z | [ recovery-image] Feb 21 22:41:06.410 INFO O| Feb 21 22:41:06.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5620 | 2025-02-21T22:41:08.391Z | [ recovery-image] Feb 21 22:41:06.410 INFO O| Feb 21 22:41:06.409 INFO STEP 340 (remove_files) COMPLETE |
5621 | 2025-02-21T22:41:08.391Z | [ recovery-image] Feb 21 22:41:06.410 INFO O| Feb 21 22:41:06.409 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2025-02-21T22:41:08.412Z | [ recovery-image] Feb 21 22:41:06.432 INFO O| Feb 21 22:41:06.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5623 | 2025-02-21T22:41:08.436Z | [ recovery-image] Feb 21 22:41:06.455 INFO O| Feb 21 22:41:06.455 INFO STEP 341 (remove_files) COMPLETE |
5624 | 2025-02-21T22:41:08.436Z | [ recovery-image] Feb 21 22:41:06.455 INFO O| Feb 21 22:41:06.455 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2025-02-21T22:41:08.470Z | [ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO STEP 14 (pkg_install) COMPLETE |
5626 | 2025-02-21T22:41:08.470Z | [ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5627 | 2025-02-21T22:41:08.473Z | [ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO skip step because feature "mfg" is not enabled |
5628 | 2025-02-21T22:41:08.473Z | [ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5629 | 2025-02-21T22:41:08.473Z | [ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO skip step because feature "compliance" is not enabled |
5630 | 2025-02-21T22:41:08.473Z | [ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5631 | 2025-02-21T22:41:08.473Z | [ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO skip step because feature "stress" is not enabled |
5632 | 2025-02-21T22:41:08.473Z | [ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5633 | 2025-02-21T22:41:08.473Z | [ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO skip step because feature "nfs" is not enabled |
5634 | 2025-02-21T22:41:08.473Z | [ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
5635 | 2025-02-21T22:41:08.473Z | [ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
5636 | 2025-02-21T22:41:08.476Z | [ recovery-image] Feb 21 22:41:06.495 INFO O| Feb 21 22:41:06.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5637 | 2025-02-21T22:41:08.476Z | [ recovery-image] Feb 21 22:41:06.495 INFO O| Feb 21 22:41:06.495 INFO STEP 342 (remove_files) COMPLETE |
5638 | 2025-02-21T22:41:08.476Z | [ recovery-image] Feb 21 22:41:06.495 INFO O| Feb 21 22:41:06.495 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2025-02-21T22:41:08.519Z | [ recovery-image] Feb 21 22:41:06.539 INFO O| Feb 21 22:41:06.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5640 | 2025-02-21T22:41:08.522Z | [ recovery-image] Feb 21 22:41:06.540 INFO O| Feb 21 22:41:06.540 INFO STEP 343 (remove_files) COMPLETE |
5641 | 2025-02-21T22:41:08.522Z | [ recovery-image] Feb 21 22:41:06.540 INFO O| Feb 21 22:41:06.540 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2025-02-21T22:41:08.541Z | [ recovery-image] Feb 21 22:41:06.561 INFO O| Feb 21 22:41:06.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5643 | 2025-02-21T22:41:08.544Z | [ recovery-image] Feb 21 22:41:06.562 INFO O| Feb 21 22:41:06.562 INFO STEP 344 (remove_files) COMPLETE |
5644 | 2025-02-21T22:41:08.544Z | [ recovery-image] Feb 21 22:41:06.562 INFO O| Feb 21 22:41:06.562 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2025-02-21T22:41:08.590Z | [ recovery-image] Feb 21 22:41:06.610 INFO O| Feb 21 22:41:06.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5646 | 2025-02-21T22:41:08.592Z | [ recovery-image] Feb 21 22:41:06.610 INFO O| Feb 21 22:41:06.610 INFO STEP 345 (remove_files) COMPLETE |
5647 | 2025-02-21T22:41:08.592Z | [ recovery-image] Feb 21 22:41:06.610 INFO O| Feb 21 22:41:06.610 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2025-02-21T22:41:08.610Z | [ recovery-image] Feb 21 22:41:06.630 INFO O| Feb 21 22:41:06.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5649 | 2025-02-21T22:41:08.613Z | [ recovery-image] Feb 21 22:41:06.630 INFO O| Feb 21 22:41:06.630 INFO STEP 346 (remove_files) COMPLETE |
5650 | 2025-02-21T22:41:08.613Z | [ recovery-image] Feb 21 22:41:06.630 INFO O| Feb 21 22:41:06.630 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2025-02-21T22:41:08.616Z | [ host-image] Feb 21 22:41:06.636 INFO O| Feb 21 22:41:06.636 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
5652 | 2025-02-21T22:41:08.647Z | [ recovery-image] Feb 21 22:41:06.666 INFO O| Feb 21 22:41:06.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5653 | 2025-02-21T22:41:08.647Z | [ recovery-image] Feb 21 22:41:06.666 INFO O| Feb 21 22:41:06.666 INFO STEP 347 (remove_files) COMPLETE |
5654 | 2025-02-21T22:41:08.647Z | [ recovery-image] Feb 21 22:41:06.666 INFO O| Feb 21 22:41:06.666 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2025-02-21T22:41:08.682Z | [ recovery-image] Feb 21 22:41:06.702 INFO O| Feb 21 22:41:06.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5656 | 2025-02-21T22:41:08.682Z | [ recovery-image] Feb 21 22:41:06.702 INFO O| Feb 21 22:41:06.702 INFO STEP 348 (remove_files) COMPLETE |
5657 | 2025-02-21T22:41:08.685Z | [ recovery-image] Feb 21 22:41:06.702 INFO O| Feb 21 22:41:06.702 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2025-02-21T22:41:08.701Z | [ recovery-image] Feb 21 22:41:06.721 INFO O| Feb 21 22:41:06.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5659 | 2025-02-21T22:41:08.704Z | [ recovery-image] Feb 21 22:41:06.721 INFO O| Feb 21 22:41:06.721 INFO STEP 349 (remove_files) COMPLETE |
5660 | 2025-02-21T22:41:08.704Z | [ recovery-image] Feb 21 22:41:06.722 INFO O| Feb 21 22:41:06.721 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2025-02-21T22:41:08.722Z | [ recovery-image] Feb 21 22:41:06.742 INFO O| Feb 21 22:41:06.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5662 | 2025-02-21T22:41:08.722Z | [ recovery-image] Feb 21 22:41:06.742 INFO O| Feb 21 22:41:06.742 INFO STEP 350 (remove_files) COMPLETE |
5663 | 2025-02-21T22:41:08.725Z | [ recovery-image] Feb 21 22:41:06.742 INFO O| Feb 21 22:41:06.742 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2025-02-21T22:41:08.725Z | [ host-image] Feb 21 22:41:06.744 INFO O| Feb 21 22:41:06.743 INFO completed processing gimlet/ramdisk-01-os |
5665 | 2025-02-21T22:41:08.727Z | [ host-image] Feb 21 22:41:06.747 INFO omicron1 baseline generation... |
5666 | 2025-02-21T22:41:08.727Z | [ host-image] Feb 21 22:41:06.747 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
5667 | 2025-02-21T22:41:08.740Z | [ recovery-image] Feb 21 22:41:06.761 INFO O| Feb 21 22:41:06.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5668 | 2025-02-21T22:41:08.743Z | [ recovery-image] Feb 21 22:41:06.761 INFO O| Feb 21 22:41:06.761 INFO STEP 351 (remove_files) COMPLETE |
5669 | 2025-02-21T22:41:08.743Z | [ recovery-image] Feb 21 22:41:06.761 INFO O| Feb 21 22:41:06.761 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2025-02-21T22:41:08.759Z | [ recovery-image] Feb 21 22:41:06.780 INFO O| Feb 21 22:41:06.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5671 | 2025-02-21T22:41:08.760Z | [ recovery-image] Feb 21 22:41:06.780 INFO O| Feb 21 22:41:06.780 INFO STEP 352 (remove_files) COMPLETE |
5672 | 2025-02-21T22:41:08.760Z | [ recovery-image] Feb 21 22:41:06.780 INFO O| Feb 21 22:41:06.780 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2025-02-21T22:41:08.779Z | [ recovery-image] Feb 21 22:41:06.799 INFO O| Feb 21 22:41:06.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5674 | 2025-02-21T22:41:08.779Z | [ recovery-image] Feb 21 22:41:06.800 INFO O| Feb 21 22:41:06.800 INFO STEP 353 (remove_files) COMPLETE |
5675 | 2025-02-21T22:41:08.782Z | [ recovery-image] Feb 21 22:41:06.800 INFO O| Feb 21 22:41:06.800 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2025-02-21T22:41:08.811Z | [ recovery-image] Feb 21 22:41:06.831 INFO O| Feb 21 22:41:06.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5677 | 2025-02-21T22:41:08.814Z | [ recovery-image] Feb 21 22:41:06.832 INFO O| Feb 21 22:41:06.832 INFO STEP 354 (remove_files) COMPLETE |
5678 | 2025-02-21T22:41:08.814Z | [ recovery-image] Feb 21 22:41:06.832 INFO O| Feb 21 22:41:06.832 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2025-02-21T22:41:08.871Z | [ recovery-image] Feb 21 22:41:06.891 INFO O| Feb 21 22:41:06.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5680 | 2025-02-21T22:41:08.871Z | [ recovery-image] Feb 21 22:41:06.891 INFO O| Feb 21 22:41:06.891 INFO STEP 355 (remove_files) COMPLETE |
5681 | 2025-02-21T22:41:08.871Z | [ recovery-image] Feb 21 22:41:06.891 INFO O| Feb 21 22:41:06.891 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2025-02-21T22:41:08.891Z | [ recovery-image] Feb 21 22:41:06.911 INFO O| Feb 21 22:41:06.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5683 | 2025-02-21T22:41:08.891Z | [ recovery-image] Feb 21 22:41:06.911 INFO O| Feb 21 22:41:06.911 INFO STEP 356 (remove_files) COMPLETE |
5684 | 2025-02-21T22:41:08.891Z | [ recovery-image] Feb 21 22:41:06.911 INFO O| Feb 21 22:41:06.911 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2025-02-21T22:41:08.910Z | [ recovery-image] Feb 21 22:41:06.930 INFO O| Feb 21 22:41:06.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5686 | 2025-02-21T22:41:08.913Z | [ recovery-image] Feb 21 22:41:06.930 INFO O| Feb 21 22:41:06.930 INFO STEP 357 (remove_files) COMPLETE |
5687 | 2025-02-21T22:41:08.913Z | [ recovery-image] Feb 21 22:41:06.930 INFO O| Feb 21 22:41:06.930 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2025-02-21T22:41:08.968Z | [ recovery-image] Feb 21 22:41:06.988 INFO O| Feb 21 22:41:06.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5689 | 2025-02-21T22:41:08.968Z | [ recovery-image] Feb 21 22:41:06.988 INFO O| Feb 21 22:41:06.988 INFO STEP 358 (remove_files) COMPLETE |
5690 | 2025-02-21T22:41:08.968Z | [ recovery-image] Feb 21 22:41:06.988 INFO O| Feb 21 22:41:06.988 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2025-02-21T22:41:09.009Z | [ recovery-image] Feb 21 22:41:07.029 INFO O| Feb 21 22:41:07.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5692 | 2025-02-21T22:41:09.012Z | [ recovery-image] Feb 21 22:41:07.029 INFO O| Feb 21 22:41:07.029 INFO STEP 359 (remove_files) COMPLETE |
5693 | 2025-02-21T22:41:09.012Z | [ recovery-image] Feb 21 22:41:07.029 INFO O| Feb 21 22:41:07.029 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2025-02-21T22:41:09.086Z | [ recovery-image] Feb 21 22:41:07.106 INFO O| Feb 21 22:41:07.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5695 | 2025-02-21T22:41:09.089Z | [ recovery-image] Feb 21 22:41:07.106 INFO O| Feb 21 22:41:07.106 INFO STEP 360 (remove_files) COMPLETE |
5696 | 2025-02-21T22:41:09.089Z | [ recovery-image] Feb 21 22:41:07.106 INFO O| Feb 21 22:41:07.106 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2025-02-21T22:41:09.111Z | [ recovery-image] Feb 21 22:41:07.131 INFO O| Feb 21 22:41:07.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5698 | 2025-02-21T22:41:09.111Z | [ recovery-image] Feb 21 22:41:07.132 INFO O| Feb 21 22:41:07.131 INFO STEP 361 (remove_files) COMPLETE |
5699 | 2025-02-21T22:41:09.114Z | [ recovery-image] Feb 21 22:41:07.132 INFO O| Feb 21 22:41:07.132 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2025-02-21T22:41:09.132Z | [ recovery-image] Feb 21 22:41:07.151 INFO O| Feb 21 22:41:07.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5701 | 2025-02-21T22:41:09.132Z | [ recovery-image] Feb 21 22:41:07.151 INFO O| Feb 21 22:41:07.151 INFO STEP 362 (remove_files) COMPLETE |
5702 | 2025-02-21T22:41:09.132Z | [ recovery-image] Feb 21 22:41:07.151 INFO O| Feb 21 22:41:07.151 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2025-02-21T22:41:09.181Z | [ recovery-image] Feb 21 22:41:07.201 INFO O| Feb 21 22:41:07.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5704 | 2025-02-21T22:41:09.201Z | [ recovery-image] Feb 21 22:41:07.221 INFO O| Feb 21 22:41:07.221 INFO STEP 363 (remove_files) COMPLETE |
5705 | 2025-02-21T22:41:09.201Z | [ recovery-image] Feb 21 22:41:07.221 INFO O| Feb 21 22:41:07.221 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2025-02-21T22:41:09.222Z | [ recovery-image] Feb 21 22:41:07.242 INFO O| Feb 21 22:41:07.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5707 | 2025-02-21T22:41:09.223Z | [ recovery-image] Feb 21 22:41:07.243 INFO O| Feb 21 22:41:07.242 INFO STEP 364 (remove_files) COMPLETE |
5708 | 2025-02-21T22:41:09.223Z | [ recovery-image] Feb 21 22:41:07.243 INFO O| Feb 21 22:41:07.243 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2025-02-21T22:41:09.247Z | [ recovery-image] Feb 21 22:41:07.267 INFO O| Feb 21 22:41:07.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5710 | 2025-02-21T22:41:09.247Z | [ recovery-image] Feb 21 22:41:07.267 INFO O| Feb 21 22:41:07.267 INFO STEP 365 (remove_files) COMPLETE |
5711 | 2025-02-21T22:41:09.250Z | [ recovery-image] Feb 21 22:41:07.267 INFO O| Feb 21 22:41:07.267 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2025-02-21T22:41:09.269Z | [ recovery-image] Feb 21 22:41:07.289 INFO O| Feb 21 22:41:07.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5713 | 2025-02-21T22:41:09.269Z | [ recovery-image] Feb 21 22:41:07.290 INFO O| Feb 21 22:41:07.289 INFO STEP 366 (remove_files) COMPLETE |
5714 | 2025-02-21T22:41:09.276Z | [ recovery-image] Feb 21 22:41:07.297 INFO O| Feb 21 22:41:07.289 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2025-02-21T22:41:09.298Z | [ recovery-image] Feb 21 22:41:07.318 INFO O| Feb 21 22:41:07.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5716 | 2025-02-21T22:41:09.298Z | [ recovery-image] Feb 21 22:41:07.319 INFO O| Feb 21 22:41:07.318 INFO STEP 367 (remove_files) COMPLETE |
5717 | 2025-02-21T22:41:09.301Z | [ recovery-image] Feb 21 22:41:07.319 INFO O| Feb 21 22:41:07.319 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2025-02-21T22:41:09.336Z | [ recovery-image] Feb 21 22:41:07.356 INFO O| Feb 21 22:41:07.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5719 | 2025-02-21T22:41:09.344Z | [ recovery-image] Feb 21 22:41:07.356 INFO O| Feb 21 22:41:07.356 INFO STEP 368 (remove_files) COMPLETE |
5720 | 2025-02-21T22:41:09.344Z | [ recovery-image] Feb 21 22:41:07.356 INFO O| Feb 21 22:41:07.356 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2025-02-21T22:41:09.356Z | [ recovery-image] Feb 21 22:41:07.376 INFO O| Feb 21 22:41:07.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5722 | 2025-02-21T22:41:09.359Z | [ recovery-image] Feb 21 22:41:07.376 INFO O| Feb 21 22:41:07.376 INFO STEP 369 (remove_files) COMPLETE |
5723 | 2025-02-21T22:41:09.359Z | [ recovery-image] Feb 21 22:41:07.376 INFO O| Feb 21 22:41:07.376 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2025-02-21T22:41:09.376Z | [ recovery-image] Feb 21 22:41:07.396 INFO O| Feb 21 22:41:07.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5725 | 2025-02-21T22:41:09.376Z | [ recovery-image] Feb 21 22:41:07.396 INFO O| Feb 21 22:41:07.396 INFO STEP 370 (remove_files) COMPLETE |
5726 | 2025-02-21T22:41:09.379Z | [ recovery-image] Feb 21 22:41:07.397 INFO O| Feb 21 22:41:07.396 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2025-02-21T22:41:09.396Z | [ recovery-image] Feb 21 22:41:07.416 INFO O| Feb 21 22:41:07.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5728 | 2025-02-21T22:41:09.396Z | [ recovery-image] Feb 21 22:41:07.416 INFO O| Feb 21 22:41:07.416 INFO STEP 371 (remove_files) COMPLETE |
5729 | 2025-02-21T22:41:09.396Z | [ recovery-image] Feb 21 22:41:07.416 INFO O| Feb 21 22:41:07.416 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2025-02-21T22:41:09.430Z | [ recovery-image] Feb 21 22:41:07.450 INFO O| Feb 21 22:41:07.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5731 | 2025-02-21T22:41:09.430Z | [ recovery-image] Feb 21 22:41:07.450 INFO O| Feb 21 22:41:07.450 INFO STEP 372 (remove_files) COMPLETE |
5732 | 2025-02-21T22:41:09.430Z | [ recovery-image] Feb 21 22:41:07.450 INFO O| Feb 21 22:41:07.450 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2025-02-21T22:41:09.435Z | [ host-image] Feb 21 22:41:07.455 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z |
5734 | 2025-02-21T22:41:09.464Z | [ recovery-image] Feb 21 22:41:07.484 INFO O| Feb 21 22:41:07.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5735 | 2025-02-21T22:41:09.467Z | [ recovery-image] Feb 21 22:41:07.484 INFO O| Feb 21 22:41:07.484 INFO STEP 373 (remove_files) COMPLETE |
5736 | 2025-02-21T22:41:09.467Z | [ recovery-image] Feb 21 22:41:07.484 INFO O| Feb 21 22:41:07.484 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2025-02-21T22:41:09.485Z | [ recovery-image] Feb 21 22:41:07.505 INFO O| Feb 21 22:41:07.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5738 | 2025-02-21T22:41:09.488Z | [ recovery-image] Feb 21 22:41:07.505 INFO O| Feb 21 22:41:07.505 INFO STEP 374 (remove_files) COMPLETE |
5739 | 2025-02-21T22:41:09.488Z | [ recovery-image] Feb 21 22:41:07.506 INFO O| Feb 21 22:41:07.505 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2025-02-21T22:41:09.506Z | [ recovery-image] Feb 21 22:41:07.526 INFO O| Feb 21 22:41:07.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5741 | 2025-02-21T22:41:09.508Z | [ recovery-image] Feb 21 22:41:07.526 INFO O| Feb 21 22:41:07.526 INFO STEP 375 (remove_files) COMPLETE |
5742 | 2025-02-21T22:41:09.508Z | [ recovery-image] Feb 21 22:41:07.526 INFO O| Feb 21 22:41:07.526 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2025-02-21T22:41:09.546Z | [ recovery-image] Feb 21 22:41:07.566 INFO O| Feb 21 22:41:07.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5744 | 2025-02-21T22:41:09.546Z | [ recovery-image] Feb 21 22:41:07.566 INFO O| Feb 21 22:41:07.566 INFO STEP 376 (remove_files) COMPLETE |
5745 | 2025-02-21T22:41:09.549Z | [ recovery-image] Feb 21 22:41:07.566 INFO O| Feb 21 22:41:07.566 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2025-02-21T22:41:09.602Z | [ recovery-image] Feb 21 22:41:07.622 INFO O| Feb 21 22:41:07.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5747 | 2025-02-21T22:41:09.602Z | [ recovery-image] Feb 21 22:41:07.622 INFO O| Feb 21 22:41:07.622 INFO STEP 377 (remove_files) COMPLETE |
5748 | 2025-02-21T22:41:09.605Z | [ recovery-image] Feb 21 22:41:07.622 INFO O| Feb 21 22:41:07.622 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2025-02-21T22:41:09.630Z | [ recovery-image] Feb 21 22:41:07.650 INFO O| Feb 21 22:41:07.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5750 | 2025-02-21T22:41:09.633Z | [ recovery-image] Feb 21 22:41:07.650 INFO O| Feb 21 22:41:07.650 INFO STEP 378 (remove_files) COMPLETE |
5751 | 2025-02-21T22:41:09.633Z | [ recovery-image] Feb 21 22:41:07.651 INFO O| Feb 21 22:41:07.650 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2025-02-21T22:41:09.720Z | [ recovery-image] Feb 21 22:41:07.740 INFO O| Feb 21 22:41:07.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5753 | 2025-02-21T22:41:09.720Z | [ recovery-image] Feb 21 22:41:07.740 INFO O| Feb 21 22:41:07.740 INFO STEP 379 (remove_files) COMPLETE |
5754 | 2025-02-21T22:41:09.722Z | [ recovery-image] Feb 21 22:41:07.740 INFO O| Feb 21 22:41:07.740 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2025-02-21T22:41:09.744Z | [ recovery-image] Feb 21 22:41:07.764 INFO O| Feb 21 22:41:07.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5756 | 2025-02-21T22:41:09.744Z | [ recovery-image] Feb 21 22:41:07.764 INFO O| Feb 21 22:41:07.764 INFO STEP 380 (remove_files) COMPLETE |
5757 | 2025-02-21T22:41:09.745Z | [ recovery-image] Feb 21 22:41:07.764 INFO O| Feb 21 22:41:07.764 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2025-02-21T22:41:09.801Z | [ recovery-image] Feb 21 22:41:07.821 INFO O| Feb 21 22:41:07.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5759 | 2025-02-21T22:41:09.801Z | [ recovery-image] Feb 21 22:41:07.821 INFO O| Feb 21 22:41:07.821 INFO STEP 381 (remove_files) COMPLETE |
5760 | 2025-02-21T22:41:09.804Z | [ recovery-image] Feb 21 22:41:07.821 INFO O| Feb 21 22:41:07.821 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2025-02-21T22:41:09.834Z | [ recovery-image] Feb 21 22:41:07.854 INFO O| Feb 21 22:41:07.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5762 | 2025-02-21T22:41:09.836Z | [ recovery-image] Feb 21 22:41:07.854 INFO O| Feb 21 22:41:07.854 INFO STEP 382 (remove_files) COMPLETE |
5763 | 2025-02-21T22:41:09.836Z | [ recovery-image] Feb 21 22:41:07.854 INFO O| Feb 21 22:41:07.854 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2025-02-21T22:41:09.927Z | [ recovery-image] Feb 21 22:41:07.947 INFO O| Feb 21 22:41:07.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5765 | 2025-02-21T22:41:09.927Z | [ recovery-image] Feb 21 22:41:07.947 INFO O| Feb 21 22:41:07.947 INFO STEP 383 (remove_files) COMPLETE |
5766 | 2025-02-21T22:41:09.930Z | [ recovery-image] Feb 21 22:41:07.947 INFO O| Feb 21 22:41:07.947 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2025-02-21T22:41:09.951Z | [ recovery-image] Feb 21 22:41:07.971 INFO O| Feb 21 22:41:07.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5768 | 2025-02-21T22:41:09.951Z | [ recovery-image] Feb 21 22:41:07.971 INFO O| Feb 21 22:41:07.971 INFO STEP 384 (remove_files) COMPLETE |
5769 | 2025-02-21T22:41:09.954Z | [ recovery-image] Feb 21 22:41:07.971 INFO O| Feb 21 22:41:07.971 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2025-02-21T22:41:09.971Z | [ recovery-image] Feb 21 22:41:07.990 INFO O| Feb 21 22:41:07.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5771 | 2025-02-21T22:41:09.971Z | [ recovery-image] Feb 21 22:41:07.991 INFO O| Feb 21 22:41:07.991 INFO STEP 385 (remove_files) COMPLETE |
5772 | 2025-02-21T22:41:09.971Z | [ recovery-image] Feb 21 22:41:07.991 INFO O| Feb 21 22:41:07.991 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2025-02-21T22:41:10.030Z | [ recovery-image] Feb 21 22:41:08.049 INFO O| Feb 21 22:41:08.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5774 | 2025-02-21T22:41:10.030Z | [ recovery-image] Feb 21 22:41:08.050 INFO O| Feb 21 22:41:08.049 INFO STEP 386 (remove_files) COMPLETE |
5775 | 2025-02-21T22:41:10.033Z | [ recovery-image] Feb 21 22:41:08.050 INFO O| Feb 21 22:41:08.050 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2025-02-21T22:41:10.056Z | [ recovery-image] Feb 21 22:41:08.076 INFO O| Feb 21 22:41:08.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5777 | 2025-02-21T22:41:10.056Z | [ recovery-image] Feb 21 22:41:08.076 INFO O| Feb 21 22:41:08.076 INFO STEP 387 (remove_files) COMPLETE |
5778 | 2025-02-21T22:41:10.059Z | [ recovery-image] Feb 21 22:41:08.076 INFO O| Feb 21 22:41:08.076 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2025-02-21T22:41:10.089Z | [ recovery-image] Feb 21 22:41:08.108 INFO O| Feb 21 22:41:08.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5780 | 2025-02-21T22:41:10.089Z | [ recovery-image] Feb 21 22:41:08.108 INFO O| Feb 21 22:41:08.108 INFO STEP 388 (remove_files) COMPLETE |
5781 | 2025-02-21T22:41:10.089Z | [ recovery-image] Feb 21 22:41:08.108 INFO O| Feb 21 22:41:08.108 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2025-02-21T22:41:10.113Z | [ recovery-image] Feb 21 22:41:08.133 INFO O| Feb 21 22:41:08.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5783 | 2025-02-21T22:41:10.113Z | [ recovery-image] Feb 21 22:41:08.133 INFO O| Feb 21 22:41:08.133 INFO STEP 389 (remove_files) COMPLETE |
5784 | 2025-02-21T22:41:10.113Z | [ recovery-image] Feb 21 22:41:08.133 INFO O| Feb 21 22:41:08.133 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2025-02-21T22:41:10.142Z | [ recovery-image] Feb 21 22:41:08.162 INFO O| Feb 21 22:41:08.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5786 | 2025-02-21T22:41:10.142Z | [ recovery-image] Feb 21 22:41:08.162 INFO O| Feb 21 22:41:08.162 INFO STEP 390 (remove_files) COMPLETE |
5787 | 2025-02-21T22:41:10.142Z | [ recovery-image] Feb 21 22:41:08.162 INFO O| Feb 21 22:41:08.162 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2025-02-21T22:41:10.175Z | [ recovery-image] Feb 21 22:41:08.195 INFO O| Feb 21 22:41:08.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5789 | 2025-02-21T22:41:10.175Z | [ recovery-image] Feb 21 22:41:08.195 INFO O| Feb 21 22:41:08.195 INFO STEP 391 (remove_files) COMPLETE |
5790 | 2025-02-21T22:41:10.175Z | [ recovery-image] Feb 21 22:41:08.195 INFO O| Feb 21 22:41:08.195 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2025-02-21T22:41:10.294Z | [ recovery-image] Feb 21 22:41:08.314 INFO O| Feb 21 22:41:08.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5792 | 2025-02-21T22:41:10.294Z | [ recovery-image] Feb 21 22:41:08.314 INFO O| Feb 21 22:41:08.314 INFO STEP 392 (remove_files) COMPLETE |
5793 | 2025-02-21T22:41:10.294Z | [ recovery-image] Feb 21 22:41:08.314 INFO O| Feb 21 22:41:08.314 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2025-02-21T22:41:10.315Z | [ recovery-image] Feb 21 22:41:08.334 INFO O| Feb 21 22:41:08.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5795 | 2025-02-21T22:41:10.315Z | [ recovery-image] Feb 21 22:41:08.335 INFO O| Feb 21 22:41:08.334 INFO STEP 393 (remove_files) COMPLETE |
5796 | 2025-02-21T22:41:10.315Z | [ recovery-image] Feb 21 22:41:08.335 INFO O| Feb 21 22:41:08.334 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2025-02-21T22:41:10.333Z | [ recovery-image] Feb 21 22:41:08.353 INFO O| Feb 21 22:41:08.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5798 | 2025-02-21T22:41:10.333Z | [ recovery-image] Feb 21 22:41:08.353 INFO O| Feb 21 22:41:08.353 INFO STEP 394 (remove_files) COMPLETE |
5799 | 2025-02-21T22:41:10.336Z | [ recovery-image] Feb 21 22:41:08.353 INFO O| Feb 21 22:41:08.353 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2025-02-21T22:41:10.353Z | [ recovery-image] Feb 21 22:41:08.371 INFO O| Feb 21 22:41:08.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5801 | 2025-02-21T22:41:10.353Z | [ recovery-image] Feb 21 22:41:08.371 INFO O| Feb 21 22:41:08.371 INFO STEP 395 (remove_files) COMPLETE |
5802 | 2025-02-21T22:41:10.356Z | [ recovery-image] Feb 21 22:41:08.371 INFO O| Feb 21 22:41:08.371 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2025-02-21T22:41:10.370Z | [ recovery-image] Feb 21 22:41:08.390 INFO O| Feb 21 22:41:08.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5804 | 2025-02-21T22:41:10.370Z | [ recovery-image] Feb 21 22:41:08.390 INFO O| Feb 21 22:41:08.390 INFO STEP 396 (remove_files) COMPLETE |
5805 | 2025-02-21T22:41:10.373Z | [ recovery-image] Feb 21 22:41:08.390 INFO O| Feb 21 22:41:08.390 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2025-02-21T22:41:10.389Z | [ recovery-image] Feb 21 22:41:08.409 INFO O| Feb 21 22:41:08.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5807 | 2025-02-21T22:41:10.389Z | [ recovery-image] Feb 21 22:41:08.409 INFO O| Feb 21 22:41:08.409 INFO STEP 397 (remove_files) COMPLETE |
5808 | 2025-02-21T22:41:10.389Z | [ recovery-image] Feb 21 22:41:08.409 INFO O| Feb 21 22:41:08.409 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2025-02-21T22:41:10.432Z | [ recovery-image] Feb 21 22:41:08.451 INFO O| Feb 21 22:41:08.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5810 | 2025-02-21T22:41:10.432Z | [ recovery-image] Feb 21 22:41:08.451 INFO O| Feb 21 22:41:08.451 INFO STEP 398 (remove_files) COMPLETE |
5811 | 2025-02-21T22:41:10.432Z | [ recovery-image] Feb 21 22:41:08.451 INFO O| Feb 21 22:41:08.451 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2025-02-21T22:41:10.496Z | [ recovery-image] Feb 21 22:41:08.515 INFO O| Feb 21 22:41:08.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5813 | 2025-02-21T22:41:10.498Z | [ recovery-image] Feb 21 22:41:08.515 INFO O| Feb 21 22:41:08.515 INFO STEP 399 (remove_files) COMPLETE |
5814 | 2025-02-21T22:41:10.498Z | [ recovery-image] Feb 21 22:41:08.515 INFO O| Feb 21 22:41:08.515 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2025-02-21T22:41:10.517Z | [ recovery-image] Feb 21 22:41:08.536 INFO O| Feb 21 22:41:08.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5816 | 2025-02-21T22:41:10.517Z | [ recovery-image] Feb 21 22:41:08.536 INFO O| Feb 21 22:41:08.536 INFO STEP 400 (remove_files) COMPLETE |
5817 | 2025-02-21T22:41:10.517Z | [ recovery-image] Feb 21 22:41:08.536 INFO O| Feb 21 22:41:08.536 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2025-02-21T22:41:10.536Z | [ recovery-image] Feb 21 22:41:08.556 INFO O| Feb 21 22:41:08.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5819 | 2025-02-21T22:41:10.536Z | [ recovery-image] Feb 21 22:41:08.556 INFO O| Feb 21 22:41:08.556 INFO STEP 401 (remove_files) COMPLETE |
5820 | 2025-02-21T22:41:10.536Z | [ recovery-image] Feb 21 22:41:08.556 INFO O| Feb 21 22:41:08.556 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2025-02-21T22:41:10.567Z | [ recovery-image] Feb 21 22:41:08.586 INFO O| Feb 21 22:41:08.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5822 | 2025-02-21T22:41:10.567Z | [ recovery-image] Feb 21 22:41:08.586 INFO O| Feb 21 22:41:08.586 INFO STEP 402 (remove_files) COMPLETE |
5823 | 2025-02-21T22:41:10.567Z | [ recovery-image] Feb 21 22:41:08.586 INFO O| Feb 21 22:41:08.586 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2025-02-21T22:41:10.587Z | [ recovery-image] Feb 21 22:41:08.606 INFO O| Feb 21 22:41:08.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5825 | 2025-02-21T22:41:10.587Z | [ recovery-image] Feb 21 22:41:08.607 INFO O| Feb 21 22:41:08.607 INFO STEP 403 (remove_files) COMPLETE |
5826 | 2025-02-21T22:41:10.587Z | [ recovery-image] Feb 21 22:41:08.607 INFO O| Feb 21 22:41:08.607 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2025-02-21T22:41:10.623Z | [ recovery-image] Feb 21 22:41:08.642 INFO O| Feb 21 22:41:08.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5828 | 2025-02-21T22:41:10.623Z | [ recovery-image] Feb 21 22:41:08.642 INFO O| Feb 21 22:41:08.642 INFO STEP 404 (remove_files) COMPLETE |
5829 | 2025-02-21T22:41:10.623Z | [ recovery-image] Feb 21 22:41:08.642 INFO O| Feb 21 22:41:08.642 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2025-02-21T22:41:10.676Z | [ recovery-image] Feb 21 22:41:08.695 INFO O| Feb 21 22:41:08.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5831 | 2025-02-21T22:41:10.676Z | [ recovery-image] Feb 21 22:41:08.695 INFO O| Feb 21 22:41:08.695 INFO STEP 405 (remove_files) COMPLETE |
5832 | 2025-02-21T22:41:10.676Z | [ recovery-image] Feb 21 22:41:08.695 INFO O| Feb 21 22:41:08.695 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2025-02-21T22:41:10.711Z | [ recovery-image] Feb 21 22:41:08.730 INFO O| Feb 21 22:41:08.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5834 | 2025-02-21T22:41:10.713Z | [ recovery-image] Feb 21 22:41:08.731 INFO O| Feb 21 22:41:08.731 INFO STEP 406 (remove_files) COMPLETE |
5835 | 2025-02-21T22:41:10.713Z | [ recovery-image] Feb 21 22:41:08.731 INFO O| Feb 21 22:41:08.731 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2025-02-21T22:41:10.731Z | [ recovery-image] Feb 21 22:41:08.751 INFO O| Feb 21 22:41:08.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5837 | 2025-02-21T22:41:10.734Z | [ recovery-image] Feb 21 22:41:08.751 INFO O| Feb 21 22:41:08.751 INFO STEP 407 (remove_files) COMPLETE |
5838 | 2025-02-21T22:41:10.734Z | [ recovery-image] Feb 21 22:41:08.751 INFO O| Feb 21 22:41:08.751 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2025-02-21T22:41:10.751Z | [ recovery-image] Feb 21 22:41:08.771 INFO O| Feb 21 22:41:08.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5840 | 2025-02-21T22:41:10.752Z | [ recovery-image] Feb 21 22:41:08.771 INFO O| Feb 21 22:41:08.771 INFO STEP 408 (remove_files) COMPLETE |
5841 | 2025-02-21T22:41:10.752Z | [ recovery-image] Feb 21 22:41:08.771 INFO O| Feb 21 22:41:08.771 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2025-02-21T22:41:10.771Z | [ recovery-image] Feb 21 22:41:08.790 INFO O| Feb 21 22:41:08.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5843 | 2025-02-21T22:41:10.771Z | [ recovery-image] Feb 21 22:41:08.790 INFO O| Feb 21 22:41:08.790 INFO STEP 409 (remove_files) COMPLETE |
5844 | 2025-02-21T22:41:10.771Z | [ recovery-image] Feb 21 22:41:08.790 INFO O| Feb 21 22:41:08.790 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2025-02-21T22:41:10.830Z | [ recovery-image] Feb 21 22:41:08.850 INFO O| Feb 21 22:41:08.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5846 | 2025-02-21T22:41:10.830Z | [ recovery-image] Feb 21 22:41:08.850 INFO O| Feb 21 22:41:08.850 INFO STEP 410 (remove_files) COMPLETE |
5847 | 2025-02-21T22:41:10.830Z | [ recovery-image] Feb 21 22:41:08.850 INFO O| Feb 21 22:41:08.850 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2025-02-21T22:41:10.852Z | [ recovery-image] Feb 21 22:41:08.872 INFO O| Feb 21 22:41:08.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5849 | 2025-02-21T22:41:10.852Z | [ recovery-image] Feb 21 22:41:08.872 INFO O| Feb 21 22:41:08.872 INFO STEP 411 (remove_files) COMPLETE |
5850 | 2025-02-21T22:41:10.852Z | [ recovery-image] Feb 21 22:41:08.872 INFO O| Feb 21 22:41:08.872 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2025-02-21T22:41:10.880Z | [ recovery-image] Feb 21 22:41:08.899 INFO O| Feb 21 22:41:08.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5852 | 2025-02-21T22:41:10.880Z | [ recovery-image] Feb 21 22:41:08.899 INFO O| Feb 21 22:41:08.899 INFO STEP 412 (remove_files) COMPLETE |
5853 | 2025-02-21T22:41:10.880Z | [ recovery-image] Feb 21 22:41:08.899 INFO O| Feb 21 22:41:08.899 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2025-02-21T22:41:10.901Z | [ recovery-image] Feb 21 22:41:08.920 INFO O| Feb 21 22:41:08.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5855 | 2025-02-21T22:41:10.901Z | [ recovery-image] Feb 21 22:41:08.920 INFO O| Feb 21 22:41:08.920 INFO STEP 413 (remove_files) COMPLETE |
5856 | 2025-02-21T22:41:10.901Z | [ recovery-image] Feb 21 22:41:08.920 INFO O| Feb 21 22:41:08.920 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2025-02-21T22:41:10.926Z | [ recovery-image] Feb 21 22:41:08.946 INFO O| Feb 21 22:41:08.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5858 | 2025-02-21T22:41:10.926Z | [ recovery-image] Feb 21 22:41:08.946 INFO O| Feb 21 22:41:08.946 INFO STEP 414 (remove_files) COMPLETE |
5859 | 2025-02-21T22:41:10.926Z | [ recovery-image] Feb 21 22:41:08.946 INFO O| Feb 21 22:41:08.946 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2025-02-21T22:41:10.966Z | [ recovery-image] Feb 21 22:41:08.986 INFO O| Feb 21 22:41:08.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5861 | 2025-02-21T22:41:10.966Z | [ recovery-image] Feb 21 22:41:08.986 INFO O| Feb 21 22:41:08.986 INFO STEP 415 (remove_files) COMPLETE |
5862 | 2025-02-21T22:41:10.966Z | [ recovery-image] Feb 21 22:41:08.986 INFO O| Feb 21 22:41:08.986 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2025-02-21T22:41:11.007Z | [ recovery-image] Feb 21 22:41:09.027 INFO O| Feb 21 22:41:09.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5864 | 2025-02-21T22:41:11.007Z | [ recovery-image] Feb 21 22:41:09.027 INFO O| Feb 21 22:41:09.027 INFO STEP 416 (remove_files) COMPLETE |
5865 | 2025-02-21T22:41:11.010Z | [ recovery-image] Feb 21 22:41:09.027 INFO O| Feb 21 22:41:09.027 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2025-02-21T22:41:11.027Z | [ recovery-image] Feb 21 22:41:09.047 INFO O| Feb 21 22:41:09.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5867 | 2025-02-21T22:41:11.027Z | [ recovery-image] Feb 21 22:41:09.047 INFO O| Feb 21 22:41:09.047 INFO STEP 417 (remove_files) COMPLETE |
5868 | 2025-02-21T22:41:11.030Z | [ recovery-image] Feb 21 22:41:09.047 INFO O| Feb 21 22:41:09.047 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2025-02-21T22:41:11.047Z | [ recovery-image] Feb 21 22:41:09.067 INFO O| Feb 21 22:41:09.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5870 | 2025-02-21T22:41:11.047Z | [ recovery-image] Feb 21 22:41:09.067 INFO O| Feb 21 22:41:09.067 INFO STEP 418 (remove_files) COMPLETE |
5871 | 2025-02-21T22:41:11.047Z | [ recovery-image] Feb 21 22:41:09.067 INFO O| Feb 21 22:41:09.067 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2025-02-21T22:41:11.067Z | [ recovery-image] Feb 21 22:41:09.086 INFO O| Feb 21 22:41:09.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5873 | 2025-02-21T22:41:11.067Z | [ recovery-image] Feb 21 22:41:09.086 INFO O| Feb 21 22:41:09.086 INFO STEP 419 (remove_files) COMPLETE |
5874 | 2025-02-21T22:41:11.067Z | [ recovery-image] Feb 21 22:41:09.086 INFO O| Feb 21 22:41:09.086 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2025-02-21T22:41:11.094Z | [ recovery-image] Feb 21 22:41:09.114 INFO O| Feb 21 22:41:09.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5876 | 2025-02-21T22:41:11.094Z | [ recovery-image] Feb 21 22:41:09.114 INFO O| Feb 21 22:41:09.114 INFO STEP 420 (remove_files) COMPLETE |
5877 | 2025-02-21T22:41:11.094Z | [ recovery-image] Feb 21 22:41:09.114 INFO O| Feb 21 22:41:09.114 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2025-02-21T22:41:11.132Z | [ recovery-image] Feb 21 22:41:09.152 INFO O| Feb 21 22:41:09.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5879 | 2025-02-21T22:41:11.132Z | [ recovery-image] Feb 21 22:41:09.152 INFO O| Feb 21 22:41:09.152 INFO STEP 421 (remove_files) COMPLETE |
5880 | 2025-02-21T22:41:11.132Z | [ recovery-image] Feb 21 22:41:09.152 INFO O| Feb 21 22:41:09.152 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2025-02-21T22:41:11.168Z | [ recovery-image] Feb 21 22:41:09.187 INFO O| Feb 21 22:41:09.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5882 | 2025-02-21T22:41:11.168Z | [ recovery-image] Feb 21 22:41:09.187 INFO O| Feb 21 22:41:09.187 INFO STEP 422 (remove_files) COMPLETE |
5883 | 2025-02-21T22:41:11.168Z | [ recovery-image] Feb 21 22:41:09.187 INFO O| Feb 21 22:41:09.187 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2025-02-21T22:41:11.203Z | [ recovery-image] Feb 21 22:41:09.222 INFO O| Feb 21 22:41:09.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5885 | 2025-02-21T22:41:11.203Z | [ recovery-image] Feb 21 22:41:09.222 INFO O| Feb 21 22:41:09.222 INFO STEP 423 (remove_files) COMPLETE |
5886 | 2025-02-21T22:41:11.220Z | [ recovery-image] Feb 21 22:41:09.222 INFO O| Feb 21 22:41:09.222 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2025-02-21T22:41:11.224Z | [ recovery-image] Feb 21 22:41:09.243 INFO O| Feb 21 22:41:09.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5888 | 2025-02-21T22:41:11.224Z | [ recovery-image] Feb 21 22:41:09.243 INFO O| Feb 21 22:41:09.243 INFO STEP 424 (remove_files) COMPLETE |
5889 | 2025-02-21T22:41:11.224Z | [ recovery-image] Feb 21 22:41:09.243 INFO O| Feb 21 22:41:09.243 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2025-02-21T22:41:11.264Z | [ recovery-image] Feb 21 22:41:09.284 INFO O| Feb 21 22:41:09.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5891 | 2025-02-21T22:41:11.264Z | [ recovery-image] Feb 21 22:41:09.284 INFO O| Feb 21 22:41:09.284 INFO STEP 425 (remove_files) COMPLETE |
5892 | 2025-02-21T22:41:11.267Z | [ recovery-image] Feb 21 22:41:09.284 INFO O| Feb 21 22:41:09.284 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2025-02-21T22:41:11.318Z | [ recovery-image] Feb 21 22:41:09.337 INFO O| Feb 21 22:41:09.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5894 | 2025-02-21T22:41:11.321Z | [ recovery-image] Feb 21 22:41:09.337 INFO O| Feb 21 22:41:09.337 INFO STEP 426 (remove_files) COMPLETE |
5895 | 2025-02-21T22:41:11.321Z | [ recovery-image] Feb 21 22:41:09.338 INFO O| Feb 21 22:41:09.337 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2025-02-21T22:41:11.339Z | [ recovery-image] Feb 21 22:41:09.358 INFO O| Feb 21 22:41:09.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5897 | 2025-02-21T22:41:11.341Z | [ recovery-image] Feb 21 22:41:09.358 INFO O| Feb 21 22:41:09.358 INFO STEP 427 (remove_files) COMPLETE |
5898 | 2025-02-21T22:41:11.342Z | [ recovery-image] Feb 21 22:41:09.359 INFO O| Feb 21 22:41:09.359 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2025-02-21T22:41:11.358Z | [ recovery-image] Feb 21 22:41:09.378 INFO O| Feb 21 22:41:09.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5900 | 2025-02-21T22:41:11.361Z | [ recovery-image] Feb 21 22:41:09.378 INFO O| Feb 21 22:41:09.378 INFO STEP 428 (remove_files) COMPLETE |
5901 | 2025-02-21T22:41:11.361Z | [ recovery-image] Feb 21 22:41:09.378 INFO O| Feb 21 22:41:09.378 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2025-02-21T22:41:11.378Z | [ recovery-image] Feb 21 22:41:09.398 INFO O| Feb 21 22:41:09.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5903 | 2025-02-21T22:41:11.381Z | [ recovery-image] Feb 21 22:41:09.398 INFO O| Feb 21 22:41:09.398 INFO STEP 429 (remove_files) COMPLETE |
5904 | 2025-02-21T22:41:11.381Z | [ recovery-image] Feb 21 22:41:09.398 INFO O| Feb 21 22:41:09.398 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2025-02-21T22:41:11.398Z | [ recovery-image] Feb 21 22:41:09.418 INFO O| Feb 21 22:41:09.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5906 | 2025-02-21T22:41:11.401Z | [ recovery-image] Feb 21 22:41:09.418 INFO O| Feb 21 22:41:09.418 INFO STEP 430 (remove_files) COMPLETE |
5907 | 2025-02-21T22:41:11.401Z | [ recovery-image] Feb 21 22:41:09.418 INFO O| Feb 21 22:41:09.418 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2025-02-21T22:41:11.419Z | [ recovery-image] Feb 21 22:41:09.439 INFO O| Feb 21 22:41:09.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5909 | 2025-02-21T22:41:11.422Z | [ recovery-image] Feb 21 22:41:09.439 INFO O| Feb 21 22:41:09.439 INFO STEP 431 (remove_files) COMPLETE |
5910 | 2025-02-21T22:41:11.422Z | [ recovery-image] Feb 21 22:41:09.439 INFO O| Feb 21 22:41:09.439 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2025-02-21T22:41:11.447Z | [ recovery-image] Feb 21 22:41:09.466 INFO O| Feb 21 22:41:09.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5912 | 2025-02-21T22:41:11.449Z | [ recovery-image] Feb 21 22:41:09.466 INFO O| Feb 21 22:41:09.466 INFO STEP 432 (remove_files) COMPLETE |
5913 | 2025-02-21T22:41:11.449Z | [ recovery-image] Feb 21 22:41:09.467 INFO O| Feb 21 22:41:09.466 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2025-02-21T22:41:11.469Z | [ recovery-image] Feb 21 22:41:09.489 INFO O| Feb 21 22:41:09.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5915 | 2025-02-21T22:41:11.469Z | [ recovery-image] Feb 21 22:41:09.489 INFO O| Feb 21 22:41:09.489 INFO STEP 433 (remove_files) COMPLETE |
5916 | 2025-02-21T22:41:11.469Z | [ recovery-image] Feb 21 22:41:09.489 INFO O| Feb 21 22:41:09.489 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2025-02-21T22:41:11.495Z | [ recovery-image] Feb 21 22:41:09.514 INFO O| Feb 21 22:41:09.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5918 | 2025-02-21T22:41:11.495Z | [ recovery-image] Feb 21 22:41:09.514 INFO O| Feb 21 22:41:09.514 INFO STEP 434 (remove_files) COMPLETE |
5919 | 2025-02-21T22:41:11.495Z | [ recovery-image] Feb 21 22:41:09.514 INFO O| Feb 21 22:41:09.514 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2025-02-21T22:41:11.528Z | [ recovery-image] Feb 21 22:41:09.548 INFO O| Feb 21 22:41:09.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5921 | 2025-02-21T22:41:11.530Z | [ recovery-image] Feb 21 22:41:09.548 INFO O| Feb 21 22:41:09.548 INFO STEP 435 (remove_files) COMPLETE |
5922 | 2025-02-21T22:41:11.534Z | [ recovery-image] Feb 21 22:41:09.548 INFO O| Feb 21 22:41:09.548 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2025-02-21T22:41:11.550Z | [ recovery-image] Feb 21 22:41:09.569 INFO O| Feb 21 22:41:09.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5924 | 2025-02-21T22:41:11.550Z | [ recovery-image] Feb 21 22:41:09.569 INFO O| Feb 21 22:41:09.569 INFO STEP 436 (remove_files) COMPLETE |
5925 | 2025-02-21T22:41:11.550Z | [ recovery-image] Feb 21 22:41:09.569 INFO O| Feb 21 22:41:09.569 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2025-02-21T22:41:11.571Z | [ recovery-image] Feb 21 22:41:09.590 INFO O| Feb 21 22:41:09.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5927 | 2025-02-21T22:41:11.592Z | [ recovery-image] Feb 21 22:41:09.612 INFO O| Feb 21 22:41:09.612 INFO STEP 437 (remove_files) COMPLETE |
5928 | 2025-02-21T22:41:11.592Z | [ recovery-image] Feb 21 22:41:09.612 INFO O| Feb 21 22:41:09.612 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2025-02-21T22:41:11.658Z | [ recovery-image] Feb 21 22:41:09.677 INFO O| Feb 21 22:41:09.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5930 | 2025-02-21T22:41:11.658Z | [ recovery-image] Feb 21 22:41:09.677 INFO O| Feb 21 22:41:09.677 INFO STEP 438 (remove_files) COMPLETE |
5931 | 2025-02-21T22:41:11.658Z | [ recovery-image] Feb 21 22:41:09.677 INFO O| Feb 21 22:41:09.677 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2025-02-21T22:41:11.677Z | [ recovery-image] Feb 21 22:41:09.696 INFO O| Feb 21 22:41:09.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5933 | 2025-02-21T22:41:11.677Z | [ recovery-image] Feb 21 22:41:09.696 INFO O| Feb 21 22:41:09.696 INFO STEP 439 (remove_files) COMPLETE |
5934 | 2025-02-21T22:41:11.680Z | [ recovery-image] Feb 21 22:41:09.696 INFO O| Feb 21 22:41:09.696 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2025-02-21T22:41:11.697Z | [ recovery-image] Feb 21 22:41:09.716 INFO O| Feb 21 22:41:09.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5936 | 2025-02-21T22:41:11.697Z | [ recovery-image] Feb 21 22:41:09.716 INFO O| Feb 21 22:41:09.716 INFO STEP 440 (remove_files) COMPLETE |
5937 | 2025-02-21T22:41:11.697Z | [ recovery-image] Feb 21 22:41:09.716 INFO O| Feb 21 22:41:09.716 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2025-02-21T22:41:11.717Z | [ recovery-image] Feb 21 22:41:09.736 INFO O| Feb 21 22:41:09.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5939 | 2025-02-21T22:41:11.717Z | [ recovery-image] Feb 21 22:41:09.736 INFO O| Feb 21 22:41:09.736 INFO STEP 441 (remove_files) COMPLETE |
5940 | 2025-02-21T22:41:11.717Z | [ recovery-image] Feb 21 22:41:09.736 INFO O| Feb 21 22:41:09.736 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2025-02-21T22:41:11.754Z | [ recovery-image] Feb 21 22:41:09.774 INFO O| Feb 21 22:41:09.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5942 | 2025-02-21T22:41:11.754Z | [ recovery-image] Feb 21 22:41:09.774 INFO O| Feb 21 22:41:09.774 INFO STEP 442 (remove_files) COMPLETE |
5943 | 2025-02-21T22:41:11.754Z | [ recovery-image] Feb 21 22:41:09.774 INFO O| Feb 21 22:41:09.774 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2025-02-21T22:41:11.789Z | [ recovery-image] Feb 21 22:41:09.808 INFO O| Feb 21 22:41:09.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5945 | 2025-02-21T22:41:11.789Z | [ recovery-image] Feb 21 22:41:09.808 INFO O| Feb 21 22:41:09.808 INFO STEP 443 (remove_files) COMPLETE |
5946 | 2025-02-21T22:41:11.792Z | [ recovery-image] Feb 21 22:41:09.808 INFO O| Feb 21 22:41:09.808 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2025-02-21T22:41:11.837Z | [ recovery-image] Feb 21 22:41:09.856 INFO O| Feb 21 22:41:09.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5948 | 2025-02-21T22:41:11.837Z | [ recovery-image] Feb 21 22:41:09.856 INFO O| Feb 21 22:41:09.856 INFO STEP 444 (remove_files) COMPLETE |
5949 | 2025-02-21T22:41:11.840Z | [ recovery-image] Feb 21 22:41:09.857 INFO O| Feb 21 22:41:09.856 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2025-02-21T22:41:11.904Z | [ recovery-image] Feb 21 22:41:09.924 INFO O| Feb 21 22:41:09.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5951 | 2025-02-21T22:41:11.904Z | [ recovery-image] Feb 21 22:41:09.924 INFO O| Feb 21 22:41:09.924 INFO STEP 445 (remove_files) COMPLETE |
5952 | 2025-02-21T22:41:11.904Z | [ recovery-image] Feb 21 22:41:09.924 INFO O| Feb 21 22:41:09.924 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2025-02-21T22:41:11.964Z | [ recovery-image] Feb 21 22:41:09.983 INFO O| Feb 21 22:41:09.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5954 | 2025-02-21T22:41:11.964Z | [ recovery-image] Feb 21 22:41:09.983 INFO O| Feb 21 22:41:09.983 INFO STEP 446 (remove_files) COMPLETE |
5955 | 2025-02-21T22:41:11.966Z | [ recovery-image] Feb 21 22:41:09.983 INFO O| Feb 21 22:41:09.983 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2025-02-21T22:41:11.983Z | [ recovery-image] Feb 21 22:41:10.003 INFO O| Feb 21 22:41:10.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5957 | 2025-02-21T22:41:11.983Z | [ recovery-image] Feb 21 22:41:10.003 INFO O| Feb 21 22:41:10.003 INFO STEP 447 (remove_files) COMPLETE |
5958 | 2025-02-21T22:41:11.983Z | [ recovery-image] Feb 21 22:41:10.003 INFO O| Feb 21 22:41:10.003 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2025-02-21T22:41:12.042Z | [ recovery-image] Feb 21 22:41:10.062 INFO O| Feb 21 22:41:10.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5960 | 2025-02-21T22:41:12.042Z | [ recovery-image] Feb 21 22:41:10.062 INFO O| Feb 21 22:41:10.062 INFO STEP 448 (remove_files) COMPLETE |
5961 | 2025-02-21T22:41:12.042Z | [ recovery-image] Feb 21 22:41:10.062 INFO O| Feb 21 22:41:10.062 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2025-02-21T22:41:12.064Z | [ recovery-image] Feb 21 22:41:10.083 INFO O| Feb 21 22:41:10.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5963 | 2025-02-21T22:41:12.064Z | [ recovery-image] Feb 21 22:41:10.083 INFO O| Feb 21 22:41:10.083 INFO STEP 449 (remove_files) COMPLETE |
5964 | 2025-02-21T22:41:12.064Z | [ recovery-image] Feb 21 22:41:10.083 INFO O| Feb 21 22:41:10.083 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2025-02-21T22:41:12.084Z | [ recovery-image] Feb 21 22:41:10.104 INFO O| Feb 21 22:41:10.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5966 | 2025-02-21T22:41:12.084Z | [ recovery-image] Feb 21 22:41:10.104 INFO O| Feb 21 22:41:10.104 INFO STEP 450 (remove_files) COMPLETE |
5967 | 2025-02-21T22:41:12.087Z | [ recovery-image] Feb 21 22:41:10.104 INFO O| Feb 21 22:41:10.104 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2025-02-21T22:41:12.122Z | [ recovery-image] Feb 21 22:41:10.142 INFO O| Feb 21 22:41:10.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5969 | 2025-02-21T22:41:12.122Z | [ recovery-image] Feb 21 22:41:10.142 INFO O| Feb 21 22:41:10.142 INFO STEP 451 (remove_files) COMPLETE |
5970 | 2025-02-21T22:41:12.125Z | [ recovery-image] Feb 21 22:41:10.142 INFO O| Feb 21 22:41:10.142 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2025-02-21T22:41:12.143Z | [ recovery-image] Feb 21 22:41:10.163 INFO O| Feb 21 22:41:10.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5972 | 2025-02-21T22:41:12.143Z | [ recovery-image] Feb 21 22:41:10.163 INFO O| Feb 21 22:41:10.163 INFO STEP 452 (remove_files) COMPLETE |
5973 | 2025-02-21T22:41:12.146Z | [ recovery-image] Feb 21 22:41:10.163 INFO O| Feb 21 22:41:10.163 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2025-02-21T22:41:12.179Z | [ recovery-image] Feb 21 22:41:10.199 INFO O| Feb 21 22:41:10.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5975 | 2025-02-21T22:41:12.179Z | [ recovery-image] Feb 21 22:41:10.199 INFO O| Feb 21 22:41:10.199 INFO STEP 453 (remove_files) COMPLETE |
5976 | 2025-02-21T22:41:12.179Z | [ recovery-image] Feb 21 22:41:10.199 INFO O| Feb 21 22:41:10.199 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2025-02-21T22:41:12.230Z | [ recovery-image] Feb 21 22:41:10.250 INFO O| Feb 21 22:41:10.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5978 | 2025-02-21T22:41:12.233Z | [ recovery-image] Feb 21 22:41:10.250 INFO O| Feb 21 22:41:10.250 INFO STEP 454 (remove_files) COMPLETE |
5979 | 2025-02-21T22:41:12.233Z | [ recovery-image] Feb 21 22:41:10.250 INFO O| Feb 21 22:41:10.250 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2025-02-21T22:41:12.254Z | [ recovery-image] Feb 21 22:41:10.273 INFO O| Feb 21 22:41:10.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5981 | 2025-02-21T22:41:12.256Z | [ recovery-image] Feb 21 22:41:10.273 INFO O| Feb 21 22:41:10.273 INFO STEP 455 (remove_files) COMPLETE |
5982 | 2025-02-21T22:41:12.256Z | [ recovery-image] Feb 21 22:41:10.274 INFO O| Feb 21 22:41:10.274 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2025-02-21T22:41:12.275Z | [ recovery-image] Feb 21 22:41:10.294 INFO O| Feb 21 22:41:10.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5984 | 2025-02-21T22:41:12.278Z | [ recovery-image] Feb 21 22:41:10.295 INFO O| Feb 21 22:41:10.295 INFO STEP 456 (remove_files) COMPLETE |
5985 | 2025-02-21T22:41:12.278Z | [ recovery-image] Feb 21 22:41:10.295 INFO O| Feb 21 22:41:10.295 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2025-02-21T22:41:12.297Z | [ recovery-image] Feb 21 22:41:10.316 INFO O| Feb 21 22:41:10.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5987 | 2025-02-21T22:41:12.299Z | [ recovery-image] Feb 21 22:41:10.316 INFO O| Feb 21 22:41:10.316 INFO STEP 457 (remove_files) COMPLETE |
5988 | 2025-02-21T22:41:12.299Z | [ recovery-image] Feb 21 22:41:10.316 INFO O| Feb 21 22:41:10.316 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2025-02-21T22:41:12.320Z | [ recovery-image] Feb 21 22:41:10.339 INFO O| Feb 21 22:41:10.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5990 | 2025-02-21T22:41:12.323Z | [ recovery-image] Feb 21 22:41:10.339 INFO O| Feb 21 22:41:10.339 INFO STEP 458 (remove_files) COMPLETE |
5991 | 2025-02-21T22:41:12.323Z | [ recovery-image] Feb 21 22:41:10.339 INFO O| Feb 21 22:41:10.339 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2025-02-21T22:41:12.345Z | [ recovery-image] Feb 21 22:41:10.364 INFO O| Feb 21 22:41:10.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5993 | 2025-02-21T22:41:12.349Z | [ recovery-image] Feb 21 22:41:10.364 INFO O| Feb 21 22:41:10.364 INFO STEP 459 (remove_files) COMPLETE |
5994 | 2025-02-21T22:41:12.349Z | [ recovery-image] Feb 21 22:41:10.364 INFO O| Feb 21 22:41:10.364 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2025-02-21T22:41:12.367Z | [ recovery-image] Feb 21 22:41:10.386 INFO O| Feb 21 22:41:10.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5996 | 2025-02-21T22:41:12.396Z | [ recovery-image] Feb 21 22:41:10.403 INFO O| Feb 21 22:41:10.403 INFO STEP 460 (remove_files) COMPLETE |
5997 | 2025-02-21T22:41:12.396Z | [ recovery-image] Feb 21 22:41:10.403 INFO O| Feb 21 22:41:10.403 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2025-02-21T22:41:12.403Z | [ recovery-image] Feb 21 22:41:10.422 INFO O| Feb 21 22:41:10.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5999 | 2025-02-21T22:41:12.405Z | [ recovery-image] Feb 21 22:41:10.423 INFO O| Feb 21 22:41:10.422 INFO STEP 461 (remove_files) COMPLETE |
6000 | 2025-02-21T22:41:12.405Z | [ recovery-image] Feb 21 22:41:10.423 INFO O| Feb 21 22:41:10.422 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2025-02-21T22:41:12.422Z | [ recovery-image] Feb 21 22:41:10.442 INFO O| Feb 21 22:41:10.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
6002 | 2025-02-21T22:41:12.425Z | [ recovery-image] Feb 21 22:41:10.442 INFO O| Feb 21 22:41:10.442 INFO STEP 462 (remove_files) COMPLETE |
6003 | 2025-02-21T22:41:12.425Z | [ recovery-image] Feb 21 22:41:10.442 INFO O| Feb 21 22:41:10.442 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2025-02-21T22:41:12.442Z | [ recovery-image] Feb 21 22:41:10.462 INFO O| Feb 21 22:41:10.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
6005 | 2025-02-21T22:41:12.445Z | [ recovery-image] Feb 21 22:41:10.462 INFO O| Feb 21 22:41:10.462 INFO STEP 463 (remove_files) COMPLETE |
6006 | 2025-02-21T22:41:12.445Z | [ recovery-image] Feb 21 22:41:10.462 INFO O| Feb 21 22:41:10.462 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2025-02-21T22:41:12.463Z | [ recovery-image] Feb 21 22:41:10.482 INFO O| Feb 21 22:41:10.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
6008 | 2025-02-21T22:41:12.463Z | [ recovery-image] Feb 21 22:41:10.482 INFO O| Feb 21 22:41:10.482 INFO STEP 464 (remove_files) COMPLETE |
6009 | 2025-02-21T22:41:12.463Z | [ recovery-image] Feb 21 22:41:10.482 INFO O| Feb 21 22:41:10.482 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2025-02-21T22:41:12.485Z | [ recovery-image] Feb 21 22:41:10.504 INFO O| Feb 21 22:41:10.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
6011 | 2025-02-21T22:41:12.485Z | [ recovery-image] Feb 21 22:41:10.505 INFO O| Feb 21 22:41:10.504 INFO STEP 465 (remove_files) COMPLETE |
6012 | 2025-02-21T22:41:12.488Z | [ recovery-image] Feb 21 22:41:10.505 INFO O| Feb 21 22:41:10.504 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2025-02-21T22:41:12.522Z | [ recovery-image] Feb 21 22:41:10.542 INFO O| Feb 21 22:41:10.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
6014 | 2025-02-21T22:41:12.525Z | [ recovery-image] Feb 21 22:41:10.542 INFO O| Feb 21 22:41:10.542 INFO STEP 466 (remove_files) COMPLETE |
6015 | 2025-02-21T22:41:12.525Z | [ recovery-image] Feb 21 22:41:10.542 INFO O| Feb 21 22:41:10.542 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2025-02-21T22:41:12.570Z | [ recovery-image] Feb 21 22:41:10.589 INFO O| Feb 21 22:41:10.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
6017 | 2025-02-21T22:41:12.570Z | [ recovery-image] Feb 21 22:41:10.589 INFO O| Feb 21 22:41:10.589 INFO STEP 467 (remove_files) COMPLETE |
6018 | 2025-02-21T22:41:12.570Z | [ recovery-image] Feb 21 22:41:10.589 INFO O| Feb 21 22:41:10.589 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2025-02-21T22:41:12.606Z | [ recovery-image] Feb 21 22:41:10.625 INFO O| Feb 21 22:41:10.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
6020 | 2025-02-21T22:41:12.606Z | [ recovery-image] Feb 21 22:41:10.625 INFO O| Feb 21 22:41:10.625 INFO STEP 468 (remove_files) COMPLETE |
6021 | 2025-02-21T22:41:12.606Z | [ recovery-image] Feb 21 22:41:10.625 INFO O| Feb 21 22:41:10.625 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2025-02-21T22:41:12.654Z | [ recovery-image] Feb 21 22:41:10.673 INFO O| Feb 21 22:41:10.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
6023 | 2025-02-21T22:41:12.656Z | [ recovery-image] Feb 21 22:41:10.673 INFO O| Feb 21 22:41:10.673 INFO STEP 469 (remove_files) COMPLETE |
6024 | 2025-02-21T22:41:12.656Z | [ recovery-image] Feb 21 22:41:10.673 INFO O| Feb 21 22:41:10.673 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2025-02-21T22:41:12.716Z | [ recovery-image] Feb 21 22:41:10.735 INFO O| Feb 21 22:41:10.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
6026 | 2025-02-21T22:41:12.716Z | [ recovery-image] Feb 21 22:41:10.735 INFO O| Feb 21 22:41:10.735 INFO STEP 470 (remove_files) COMPLETE |
6027 | 2025-02-21T22:41:12.719Z | [ recovery-image] Feb 21 22:41:10.735 INFO O| Feb 21 22:41:10.735 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2025-02-21T22:41:12.741Z | [ recovery-image] Feb 21 22:41:10.760 INFO O| Feb 21 22:41:10.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
6029 | 2025-02-21T22:41:12.741Z | [ recovery-image] Feb 21 22:41:10.760 INFO O| Feb 21 22:41:10.760 INFO STEP 471 (remove_files) COMPLETE |
6030 | 2025-02-21T22:41:12.743Z | [ recovery-image] Feb 21 22:41:10.760 INFO O| Feb 21 22:41:10.760 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2025-02-21T22:41:12.766Z | [ recovery-image] Feb 21 22:41:10.785 INFO O| Feb 21 22:41:10.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
6032 | 2025-02-21T22:41:12.766Z | [ recovery-image] Feb 21 22:41:10.785 INFO O| Feb 21 22:41:10.785 INFO STEP 472 (remove_files) COMPLETE |
6033 | 2025-02-21T22:41:12.766Z | [ recovery-image] Feb 21 22:41:10.785 INFO O| Feb 21 22:41:10.785 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2025-02-21T22:41:12.796Z | [ recovery-image] Feb 21 22:41:10.815 INFO O| Feb 21 22:41:10.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
6035 | 2025-02-21T22:41:12.799Z | [ recovery-image] Feb 21 22:41:10.815 INFO O| Feb 21 22:41:10.815 INFO STEP 473 (remove_files) COMPLETE |
6036 | 2025-02-21T22:41:12.799Z | [ recovery-image] Feb 21 22:41:10.816 INFO O| Feb 21 22:41:10.816 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2025-02-21T22:41:12.856Z | [ recovery-image] Feb 21 22:41:10.876 INFO O| Feb 21 22:41:10.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
6038 | 2025-02-21T22:41:12.876Z | [ recovery-image] Feb 21 22:41:10.896 INFO O| Feb 21 22:41:10.896 INFO STEP 474 (remove_files) COMPLETE |
6039 | 2025-02-21T22:41:12.876Z | [ recovery-image] Feb 21 22:41:10.896 INFO O| Feb 21 22:41:10.896 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2025-02-21T22:41:12.925Z | [ recovery-image] Feb 21 22:41:10.944 INFO O| Feb 21 22:41:10.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
6041 | 2025-02-21T22:41:12.925Z | [ recovery-image] Feb 21 22:41:10.944 INFO O| Feb 21 22:41:10.944 INFO STEP 475 (remove_files) COMPLETE |
6042 | 2025-02-21T22:41:12.925Z | [ recovery-image] Feb 21 22:41:10.944 INFO O| Feb 21 22:41:10.944 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2025-02-21T22:41:12.946Z | [ recovery-image] Feb 21 22:41:10.965 INFO O| Feb 21 22:41:10.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
6044 | 2025-02-21T22:41:12.946Z | [ recovery-image] Feb 21 22:41:10.965 INFO O| Feb 21 22:41:10.965 INFO STEP 476 (remove_files) COMPLETE |
6045 | 2025-02-21T22:41:12.946Z | [ recovery-image] Feb 21 22:41:10.965 INFO O| Feb 21 22:41:10.965 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2025-02-21T22:41:12.972Z | [ recovery-image] Feb 21 22:41:10.991 INFO O| Feb 21 22:41:10.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
6047 | 2025-02-21T22:41:12.972Z | [ recovery-image] Feb 21 22:41:10.991 INFO O| Feb 21 22:41:10.991 INFO STEP 477 (remove_files) COMPLETE |
6048 | 2025-02-21T22:41:12.972Z | [ recovery-image] Feb 21 22:41:10.991 INFO O| Feb 21 22:41:10.991 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2025-02-21T22:41:13.002Z | [ recovery-image] Feb 21 22:41:11.013 INFO O| Feb 21 22:41:11.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
6050 | 2025-02-21T22:41:13.002Z | [ recovery-image] Feb 21 22:41:11.013 INFO O| Feb 21 22:41:11.013 INFO STEP 478 (remove_files) COMPLETE |
6051 | 2025-02-21T22:41:13.003Z | [ recovery-image] Feb 21 22:41:11.013 INFO O| Feb 21 22:41:11.013 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2025-02-21T22:41:13.032Z | [ recovery-image] Feb 21 22:41:11.052 INFO O| Feb 21 22:41:11.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
6053 | 2025-02-21T22:41:13.035Z | [ recovery-image] Feb 21 22:41:11.052 INFO O| Feb 21 22:41:11.052 INFO STEP 479 (remove_files) COMPLETE |
6054 | 2025-02-21T22:41:13.035Z | [ recovery-image] Feb 21 22:41:11.052 INFO O| Feb 21 22:41:11.052 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2025-02-21T22:41:13.074Z | [ recovery-image] Feb 21 22:41:11.093 INFO O| Feb 21 22:41:11.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
6056 | 2025-02-21T22:41:13.074Z | [ recovery-image] Feb 21 22:41:11.093 INFO O| Feb 21 22:41:11.093 INFO STEP 480 (remove_files) COMPLETE |
6057 | 2025-02-21T22:41:13.074Z | [ recovery-image] Feb 21 22:41:11.093 INFO O| Feb 21 22:41:11.093 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2025-02-21T22:41:13.093Z | [ recovery-image] Feb 21 22:41:11.112 INFO O| Feb 21 22:41:11.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
6059 | 2025-02-21T22:41:13.094Z | [ recovery-image] Feb 21 22:41:11.112 INFO O| Feb 21 22:41:11.112 INFO STEP 481 (remove_files) COMPLETE |
6060 | 2025-02-21T22:41:13.094Z | [ recovery-image] Feb 21 22:41:11.112 INFO O| Feb 21 22:41:11.112 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2025-02-21T22:41:13.112Z | [ recovery-image] Feb 21 22:41:11.131 INFO O| Feb 21 22:41:11.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
6062 | 2025-02-21T22:41:13.115Z | [ recovery-image] Feb 21 22:41:11.131 INFO O| Feb 21 22:41:11.131 INFO STEP 482 (remove_files) COMPLETE |
6063 | 2025-02-21T22:41:13.115Z | [ recovery-image] Feb 21 22:41:11.131 INFO O| Feb 21 22:41:11.131 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2025-02-21T22:41:13.137Z | [ recovery-image] Feb 21 22:41:11.156 INFO O| Feb 21 22:41:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
6065 | 2025-02-21T22:41:13.137Z | [ recovery-image] Feb 21 22:41:11.156 INFO O| Feb 21 22:41:11.156 INFO STEP 483 (remove_files) COMPLETE |
6066 | 2025-02-21T22:41:13.140Z | [ recovery-image] Feb 21 22:41:11.156 INFO O| Feb 21 22:41:11.156 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2025-02-21T22:41:13.190Z | [ recovery-image] Feb 21 22:41:11.210 INFO O| Feb 21 22:41:11.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
6068 | 2025-02-21T22:41:13.191Z | [ recovery-image] Feb 21 22:41:11.210 INFO O| Feb 21 22:41:11.210 INFO STEP 484 (remove_files) COMPLETE |
6069 | 2025-02-21T22:41:13.191Z | [ recovery-image] Feb 21 22:41:11.210 INFO O| Feb 21 22:41:11.210 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2025-02-21T22:41:13.212Z | [ recovery-image] Feb 21 22:41:11.231 INFO O| Feb 21 22:41:11.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
6071 | 2025-02-21T22:41:13.212Z | [ recovery-image] Feb 21 22:41:11.232 INFO O| Feb 21 22:41:11.232 INFO STEP 485 (remove_files) COMPLETE |
6072 | 2025-02-21T22:41:13.212Z | [ recovery-image] Feb 21 22:41:11.232 INFO O| Feb 21 22:41:11.232 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2025-02-21T22:41:13.233Z | [ recovery-image] Feb 21 22:41:11.252 INFO O| Feb 21 22:41:11.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
6074 | 2025-02-21T22:41:13.233Z | [ recovery-image] Feb 21 22:41:11.252 INFO O| Feb 21 22:41:11.252 INFO STEP 486 (remove_files) COMPLETE |
6075 | 2025-02-21T22:41:13.236Z | [ recovery-image] Feb 21 22:41:11.252 INFO O| Feb 21 22:41:11.252 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2025-02-21T22:41:13.253Z | [ recovery-image] Feb 21 22:41:11.272 INFO O| Feb 21 22:41:11.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
6077 | 2025-02-21T22:41:13.253Z | [ recovery-image] Feb 21 22:41:11.273 INFO O| Feb 21 22:41:11.273 INFO STEP 487 (remove_files) COMPLETE |
6078 | 2025-02-21T22:41:13.256Z | [ recovery-image] Feb 21 22:41:11.273 INFO O| Feb 21 22:41:11.273 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2025-02-21T22:41:13.291Z | [ recovery-image] Feb 21 22:41:11.310 INFO O| Feb 21 22:41:11.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
6080 | 2025-02-21T22:41:13.294Z | [ recovery-image] Feb 21 22:41:11.310 INFO O| Feb 21 22:41:11.310 INFO STEP 488 (remove_files) COMPLETE |
6081 | 2025-02-21T22:41:13.294Z | [ recovery-image] Feb 21 22:41:11.310 INFO O| Feb 21 22:41:11.310 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2025-02-21T22:41:13.313Z | [ recovery-image] Feb 21 22:41:11.332 INFO O| Feb 21 22:41:11.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
6083 | 2025-02-21T22:41:13.316Z | [ recovery-image] Feb 21 22:41:11.333 INFO O| Feb 21 22:41:11.333 INFO STEP 489 (remove_files) COMPLETE |
6084 | 2025-02-21T22:41:13.316Z | [ recovery-image] Feb 21 22:41:11.333 INFO O| Feb 21 22:41:11.333 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2025-02-21T22:41:13.355Z | [ recovery-image] Feb 21 22:41:11.374 INFO O| Feb 21 22:41:11.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
6086 | 2025-02-21T22:41:13.358Z | [ recovery-image] Feb 21 22:41:11.374 INFO O| Feb 21 22:41:11.374 INFO STEP 490 (remove_files) COMPLETE |
6087 | 2025-02-21T22:41:13.358Z | [ recovery-image] Feb 21 22:41:11.374 INFO O| Feb 21 22:41:11.374 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2025-02-21T22:41:13.378Z | [ recovery-image] Feb 21 22:41:11.396 INFO O| Feb 21 22:41:11.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
6089 | 2025-02-21T22:41:13.378Z | [ recovery-image] Feb 21 22:41:11.396 INFO O| Feb 21 22:41:11.396 INFO STEP 491 (remove_files) COMPLETE |
6090 | 2025-02-21T22:41:13.381Z | [ recovery-image] Feb 21 22:41:11.397 INFO O| Feb 21 22:41:11.397 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2025-02-21T22:41:13.399Z | [ recovery-image] Feb 21 22:41:11.418 INFO O| Feb 21 22:41:11.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
6092 | 2025-02-21T22:41:13.402Z | [ recovery-image] Feb 21 22:41:11.418 INFO O| Feb 21 22:41:11.418 INFO STEP 492 (remove_files) COMPLETE |
6093 | 2025-02-21T22:41:13.402Z | [ recovery-image] Feb 21 22:41:11.418 INFO O| Feb 21 22:41:11.418 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2025-02-21T22:41:13.421Z | [ recovery-image] Feb 21 22:41:11.440 INFO O| Feb 21 22:41:11.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
6095 | 2025-02-21T22:41:13.424Z | [ recovery-image] Feb 21 22:41:11.441 INFO O| Feb 21 22:41:11.441 INFO STEP 493 (remove_files) COMPLETE |
6096 | 2025-02-21T22:41:13.424Z | [ recovery-image] Feb 21 22:41:11.441 INFO O| Feb 21 22:41:11.441 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2025-02-21T22:41:13.443Z | [ recovery-image] Feb 21 22:41:11.463 INFO O| Feb 21 22:41:11.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
6098 | 2025-02-21T22:41:13.446Z | [ recovery-image] Feb 21 22:41:11.463 INFO O| Feb 21 22:41:11.463 INFO STEP 494 (remove_files) COMPLETE |
6099 | 2025-02-21T22:41:13.446Z | [ recovery-image] Feb 21 22:41:11.463 INFO O| Feb 21 22:41:11.463 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2025-02-21T22:41:13.465Z | [ recovery-image] Feb 21 22:41:11.484 INFO O| Feb 21 22:41:11.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
6101 | 2025-02-21T22:41:13.468Z | [ recovery-image] Feb 21 22:41:11.485 INFO O| Feb 21 22:41:11.485 INFO STEP 495 (remove_files) COMPLETE |
6102 | 2025-02-21T22:41:13.468Z | [ recovery-image] Feb 21 22:41:11.485 INFO O| Feb 21 22:41:11.485 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2025-02-21T22:41:13.488Z | [ recovery-image] Feb 21 22:41:11.507 INFO O| Feb 21 22:41:11.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
6104 | 2025-02-21T22:41:13.490Z | [ recovery-image] Feb 21 22:41:11.507 INFO O| Feb 21 22:41:11.507 INFO STEP 496 (remove_files) COMPLETE |
6105 | 2025-02-21T22:41:13.490Z | [ recovery-image] Feb 21 22:41:11.508 INFO O| Feb 21 22:41:11.507 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2025-02-21T22:41:13.510Z | [ recovery-image] Feb 21 22:41:11.530 INFO O| Feb 21 22:41:11.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
6107 | 2025-02-21T22:41:13.513Z | [ recovery-image] Feb 21 22:41:11.530 INFO O| Feb 21 22:41:11.530 INFO STEP 497 (remove_files) COMPLETE |
6108 | 2025-02-21T22:41:13.513Z | [ recovery-image] Feb 21 22:41:11.530 INFO O| Feb 21 22:41:11.530 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2025-02-21T22:41:13.553Z | [ recovery-image] Feb 21 22:41:11.572 INFO O| Feb 21 22:41:11.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
6110 | 2025-02-21T22:41:13.553Z | [ recovery-image] Feb 21 22:41:11.572 INFO O| Feb 21 22:41:11.572 INFO STEP 498 (remove_files) COMPLETE |
6111 | 2025-02-21T22:41:13.556Z | [ recovery-image] Feb 21 22:41:11.572 INFO O| Feb 21 22:41:11.572 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2025-02-21T22:41:13.599Z | [ recovery-image] Feb 21 22:41:11.616 INFO O| Feb 21 22:41:11.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
6113 | 2025-02-21T22:41:13.602Z | [ recovery-image] Feb 21 22:41:11.616 INFO O| Feb 21 22:41:11.616 INFO STEP 499 (remove_files) COMPLETE |
6114 | 2025-02-21T22:41:13.602Z | [ recovery-image] Feb 21 22:41:11.616 INFO O| Feb 21 22:41:11.616 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2025-02-21T22:41:13.632Z | [ recovery-image] Feb 21 22:41:11.651 INFO O| Feb 21 22:41:11.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
6116 | 2025-02-21T22:41:13.632Z | [ recovery-image] Feb 21 22:41:11.652 INFO O| Feb 21 22:41:11.652 INFO STEP 500 (remove_files) COMPLETE |
6117 | 2025-02-21T22:41:13.632Z | [ recovery-image] Feb 21 22:41:11.652 INFO O| Feb 21 22:41:11.652 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2025-02-21T22:41:13.655Z | [ recovery-image] Feb 21 22:41:11.674 INFO O| Feb 21 22:41:11.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
6119 | 2025-02-21T22:41:13.658Z | [ recovery-image] Feb 21 22:41:11.675 INFO O| Feb 21 22:41:11.674 INFO STEP 501 (remove_files) COMPLETE |
6120 | 2025-02-21T22:41:13.658Z | [ recovery-image] Feb 21 22:41:11.675 INFO O| Feb 21 22:41:11.675 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2025-02-21T22:41:13.678Z | [ recovery-image] Feb 21 22:41:11.697 INFO O| Feb 21 22:41:11.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
6122 | 2025-02-21T22:41:13.681Z | [ recovery-image] Feb 21 22:41:11.698 INFO O| Feb 21 22:41:11.698 INFO STEP 502 (remove_files) COMPLETE |
6123 | 2025-02-21T22:41:13.681Z | [ recovery-image] Feb 21 22:41:11.698 INFO O| Feb 21 22:41:11.698 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2025-02-21T22:41:13.699Z | [ recovery-image] Feb 21 22:41:11.718 INFO O| Feb 21 22:41:11.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
6125 | 2025-02-21T22:41:13.701Z | [ recovery-image] Feb 21 22:41:11.718 INFO O| Feb 21 22:41:11.718 INFO STEP 503 (remove_files) COMPLETE |
6126 | 2025-02-21T22:41:13.702Z | [ recovery-image] Feb 21 22:41:11.718 INFO O| Feb 21 22:41:11.718 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2025-02-21T22:41:13.719Z | [ recovery-image] Feb 21 22:41:11.738 INFO O| Feb 21 22:41:11.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
6128 | 2025-02-21T22:41:13.722Z | [ recovery-image] Feb 21 22:41:11.739 INFO O| Feb 21 22:41:11.739 INFO STEP 504 (remove_files) COMPLETE |
6129 | 2025-02-21T22:41:13.722Z | [ recovery-image] Feb 21 22:41:11.739 INFO O| Feb 21 22:41:11.739 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2025-02-21T22:41:13.740Z | [ recovery-image] Feb 21 22:41:11.759 INFO O| Feb 21 22:41:11.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
6131 | 2025-02-21T22:41:13.742Z | [ recovery-image] Feb 21 22:41:11.759 INFO O| Feb 21 22:41:11.759 INFO STEP 505 (remove_files) COMPLETE |
6132 | 2025-02-21T22:41:13.742Z | [ recovery-image] Feb 21 22:41:11.759 INFO O| Feb 21 22:41:11.759 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2025-02-21T22:41:13.760Z | [ recovery-image] Feb 21 22:41:11.779 INFO O| Feb 21 22:41:11.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
6134 | 2025-02-21T22:41:13.762Z | [ recovery-image] Feb 21 22:41:11.779 INFO O| Feb 21 22:41:11.779 INFO STEP 506 (remove_files) COMPLETE |
6135 | 2025-02-21T22:41:13.762Z | [ recovery-image] Feb 21 22:41:11.779 INFO O| Feb 21 22:41:11.779 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2025-02-21T22:41:13.790Z | [ recovery-image] Feb 21 22:41:11.809 INFO O| Feb 21 22:41:11.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6137 | 2025-02-21T22:41:13.790Z | [ recovery-image] Feb 21 22:41:11.809 INFO O| Feb 21 22:41:11.809 INFO STEP 507 (remove_files) COMPLETE |
6138 | 2025-02-21T22:41:13.794Z | [ recovery-image] Feb 21 22:41:11.809 INFO O| Feb 21 22:41:11.809 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2025-02-21T22:41:13.811Z | [ recovery-image] Feb 21 22:41:11.831 INFO O| Feb 21 22:41:11.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6140 | 2025-02-21T22:41:13.811Z | [ recovery-image] Feb 21 22:41:11.831 INFO O| Feb 21 22:41:11.831 INFO STEP 508 (remove_files) COMPLETE |
6141 | 2025-02-21T22:41:13.814Z | [ recovery-image] Feb 21 22:41:11.831 INFO O| Feb 21 22:41:11.831 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2025-02-21T22:41:13.833Z | [ recovery-image] Feb 21 22:41:11.852 INFO O| Feb 21 22:41:11.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6143 | 2025-02-21T22:41:13.833Z | [ recovery-image] Feb 21 22:41:11.852 INFO O| Feb 21 22:41:11.852 INFO STEP 509 (remove_files) COMPLETE |
6144 | 2025-02-21T22:41:13.833Z | [ recovery-image] Feb 21 22:41:11.852 INFO O| Feb 21 22:41:11.852 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2025-02-21T22:41:13.873Z | [ recovery-image] Feb 21 22:41:11.892 INFO O| Feb 21 22:41:11.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6146 | 2025-02-21T22:41:13.873Z | [ recovery-image] Feb 21 22:41:11.892 INFO O| Feb 21 22:41:11.892 INFO STEP 510 (remove_files) COMPLETE |
6147 | 2025-02-21T22:41:13.873Z | [ recovery-image] Feb 21 22:41:11.892 INFO O| Feb 21 22:41:11.892 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2025-02-21T22:41:13.894Z | [ recovery-image] Feb 21 22:41:11.913 INFO O| Feb 21 22:41:11.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6149 | 2025-02-21T22:41:13.894Z | [ recovery-image] Feb 21 22:41:11.914 INFO O| Feb 21 22:41:11.913 INFO STEP 511 (remove_files) COMPLETE |
6150 | 2025-02-21T22:41:13.894Z | [ recovery-image] Feb 21 22:41:11.914 INFO O| Feb 21 22:41:11.914 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2025-02-21T22:41:13.936Z | [ recovery-image] Feb 21 22:41:11.955 INFO O| Feb 21 22:41:11.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6152 | 2025-02-21T22:41:13.936Z | [ recovery-image] Feb 21 22:41:11.955 INFO O| Feb 21 22:41:11.955 INFO STEP 512 (remove_files) COMPLETE |
6153 | 2025-02-21T22:41:13.939Z | [ recovery-image] Feb 21 22:41:11.955 INFO O| Feb 21 22:41:11.955 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2025-02-21T22:41:13.965Z | [ recovery-image] Feb 21 22:41:11.984 INFO O| Feb 21 22:41:11.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6155 | 2025-02-21T22:41:13.965Z | [ recovery-image] Feb 21 22:41:11.984 INFO O| Feb 21 22:41:11.984 INFO STEP 513 (remove_files) COMPLETE |
6156 | 2025-02-21T22:41:13.965Z | [ recovery-image] Feb 21 22:41:11.984 INFO O| Feb 21 22:41:11.984 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2025-02-21T22:41:13.993Z | [ recovery-image] Feb 21 22:41:12.010 INFO O| Feb 21 22:41:12.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6158 | 2025-02-21T22:41:13.993Z | [ recovery-image] Feb 21 22:41:12.010 INFO O| Feb 21 22:41:12.010 INFO STEP 514 (remove_files) COMPLETE |
6159 | 2025-02-21T22:41:13.993Z | [ recovery-image] Feb 21 22:41:12.010 INFO O| Feb 21 22:41:12.010 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2025-02-21T22:41:14.026Z | [ recovery-image] Feb 21 22:41:12.045 INFO O| Feb 21 22:41:12.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6161 | 2025-02-21T22:41:14.026Z | [ recovery-image] Feb 21 22:41:12.045 INFO O| Feb 21 22:41:12.045 INFO STEP 515 (remove_files) COMPLETE |
6162 | 2025-02-21T22:41:14.029Z | [ recovery-image] Feb 21 22:41:12.045 INFO O| Feb 21 22:41:12.045 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2025-02-21T22:41:14.083Z | [ recovery-image] Feb 21 22:41:12.102 INFO O| Feb 21 22:41:12.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6164 | 2025-02-21T22:41:14.083Z | [ recovery-image] Feb 21 22:41:12.102 INFO O| Feb 21 22:41:12.102 INFO STEP 516 (remove_files) COMPLETE |
6165 | 2025-02-21T22:41:14.083Z | [ recovery-image] Feb 21 22:41:12.102 INFO O| Feb 21 22:41:12.102 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2025-02-21T22:41:14.103Z | [ recovery-image] Feb 21 22:41:12.122 INFO O| Feb 21 22:41:12.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6167 | 2025-02-21T22:41:14.103Z | [ recovery-image] Feb 21 22:41:12.123 INFO O| Feb 21 22:41:12.123 INFO STEP 517 (remove_files) COMPLETE |
6168 | 2025-02-21T22:41:14.103Z | [ recovery-image] Feb 21 22:41:12.123 INFO O| Feb 21 22:41:12.123 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2025-02-21T22:41:14.130Z | [ recovery-image] Feb 21 22:41:12.150 INFO O| Feb 21 22:41:12.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6170 | 2025-02-21T22:41:14.133Z | [ recovery-image] Feb 21 22:41:12.150 INFO O| Feb 21 22:41:12.150 INFO STEP 518 (remove_files) COMPLETE |
6171 | 2025-02-21T22:41:14.133Z | [ recovery-image] Feb 21 22:41:12.150 INFO O| Feb 21 22:41:12.150 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2025-02-21T22:41:14.162Z | [ recovery-image] Feb 21 22:41:12.181 INFO O| Feb 21 22:41:12.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6173 | 2025-02-21T22:41:14.162Z | [ recovery-image] Feb 21 22:41:12.181 INFO O| Feb 21 22:41:12.181 INFO STEP 519 (remove_files) COMPLETE |
6174 | 2025-02-21T22:41:14.162Z | [ recovery-image] Feb 21 22:41:12.181 INFO O| Feb 21 22:41:12.181 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2025-02-21T22:41:14.205Z | [ recovery-image] Feb 21 22:41:12.225 INFO O| Feb 21 22:41:12.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6176 | 2025-02-21T22:41:14.206Z | [ recovery-image] Feb 21 22:41:12.225 INFO O| Feb 21 22:41:12.225 INFO STEP 520 (remove_files) COMPLETE |
6177 | 2025-02-21T22:41:14.206Z | [ recovery-image] Feb 21 22:41:12.225 INFO O| Feb 21 22:41:12.225 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2025-02-21T22:41:14.266Z | [ recovery-image] Feb 21 22:41:12.285 INFO O| Feb 21 22:41:12.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6179 | 2025-02-21T22:41:14.269Z | [ recovery-image] Feb 21 22:41:12.285 INFO O| Feb 21 22:41:12.285 INFO STEP 521 (remove_files) COMPLETE |
6180 | 2025-02-21T22:41:14.269Z | [ recovery-image] Feb 21 22:41:12.285 INFO O| Feb 21 22:41:12.285 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2025-02-21T22:41:14.288Z | [ recovery-image] Feb 21 22:41:12.305 INFO O| Feb 21 22:41:12.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6182 | 2025-02-21T22:41:14.291Z | [ recovery-image] Feb 21 22:41:12.309 INFO O| Feb 21 22:41:12.309 INFO STEP 522 (remove_files) COMPLETE |
6183 | 2025-02-21T22:41:14.291Z | [ recovery-image] Feb 21 22:41:12.309 INFO O| Feb 21 22:41:12.309 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2025-02-21T22:41:14.310Z | [ recovery-image] Feb 21 22:41:12.329 INFO O| Feb 21 22:41:12.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6185 | 2025-02-21T22:41:14.310Z | [ recovery-image] Feb 21 22:41:12.329 INFO O| Feb 21 22:41:12.329 INFO STEP 523 (remove_files) COMPLETE |
6186 | 2025-02-21T22:41:14.310Z | [ recovery-image] Feb 21 22:41:12.329 INFO O| Feb 21 22:41:12.329 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2025-02-21T22:41:14.374Z | [ recovery-image] Feb 21 22:41:12.389 INFO O| Feb 21 22:41:12.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6188 | 2025-02-21T22:41:14.374Z | [ recovery-image] Feb 21 22:41:12.390 INFO O| Feb 21 22:41:12.390 INFO STEP 524 (remove_files) COMPLETE |
6189 | 2025-02-21T22:41:14.377Z | [ recovery-image] Feb 21 22:41:12.390 INFO O| Feb 21 22:41:12.390 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2025-02-21T22:41:14.391Z | [ recovery-image] Feb 21 22:41:12.410 INFO O| Feb 21 22:41:12.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6191 | 2025-02-21T22:41:14.394Z | [ recovery-image] Feb 21 22:41:12.410 INFO O| Feb 21 22:41:12.410 INFO STEP 525 (remove_files) COMPLETE |
6192 | 2025-02-21T22:41:14.394Z | [ recovery-image] Feb 21 22:41:12.410 INFO O| Feb 21 22:41:12.410 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2025-02-21T22:41:14.410Z | [ recovery-image] Feb 21 22:41:12.429 INFO O| Feb 21 22:41:12.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6194 | 2025-02-21T22:41:14.410Z | [ recovery-image] Feb 21 22:41:12.429 INFO O| Feb 21 22:41:12.429 INFO STEP 526 (remove_files) COMPLETE |
6195 | 2025-02-21T22:41:14.410Z | [ recovery-image] Feb 21 22:41:12.429 INFO O| Feb 21 22:41:12.429 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2025-02-21T22:41:14.430Z | [ recovery-image] Feb 21 22:41:12.449 INFO O| Feb 21 22:41:12.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6197 | 2025-02-21T22:41:14.430Z | [ recovery-image] Feb 21 22:41:12.449 INFO O| Feb 21 22:41:12.449 INFO STEP 527 (remove_files) COMPLETE |
6198 | 2025-02-21T22:41:14.432Z | [ recovery-image] Feb 21 22:41:12.449 INFO O| Feb 21 22:41:12.449 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2025-02-21T22:41:14.450Z | [ recovery-image] Feb 21 22:41:12.470 INFO O| Feb 21 22:41:12.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6200 | 2025-02-21T22:41:14.451Z | [ recovery-image] Feb 21 22:41:12.470 INFO O| Feb 21 22:41:12.470 INFO STEP 528 (remove_files) COMPLETE |
6201 | 2025-02-21T22:41:14.451Z | [ recovery-image] Feb 21 22:41:12.470 INFO O| Feb 21 22:41:12.470 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2025-02-21T22:41:14.488Z | [ recovery-image] Feb 21 22:41:12.506 INFO O| Feb 21 22:41:12.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6203 | 2025-02-21T22:41:14.488Z | [ recovery-image] Feb 21 22:41:12.506 INFO O| Feb 21 22:41:12.506 INFO STEP 529 (remove_files) COMPLETE |
6204 | 2025-02-21T22:41:14.488Z | [ recovery-image] Feb 21 22:41:12.507 INFO O| Feb 21 22:41:12.506 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2025-02-21T22:41:14.527Z | [ recovery-image] Feb 21 22:41:12.546 INFO O| Feb 21 22:41:12.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6206 | 2025-02-21T22:41:14.527Z | [ recovery-image] Feb 21 22:41:12.546 INFO O| Feb 21 22:41:12.546 INFO STEP 530 (remove_files) COMPLETE |
6207 | 2025-02-21T22:41:14.530Z | [ recovery-image] Feb 21 22:41:12.546 INFO O| Feb 21 22:41:12.546 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2025-02-21T22:41:14.588Z | [ recovery-image] Feb 21 22:41:12.607 INFO O| Feb 21 22:41:12.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6209 | 2025-02-21T22:41:14.590Z | [ recovery-image] Feb 21 22:41:12.607 INFO O| Feb 21 22:41:12.607 INFO STEP 531 (remove_files) COMPLETE |
6210 | 2025-02-21T22:41:14.590Z | [ recovery-image] Feb 21 22:41:12.607 INFO O| Feb 21 22:41:12.607 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2025-02-21T22:41:14.606Z | [ recovery-image] Feb 21 22:41:12.626 INFO O| Feb 21 22:41:12.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6212 | 2025-02-21T22:41:14.607Z | [ recovery-image] Feb 21 22:41:12.626 INFO O| Feb 21 22:41:12.626 INFO STEP 532 (remove_files) COMPLETE |
6213 | 2025-02-21T22:41:14.609Z | [ recovery-image] Feb 21 22:41:12.626 INFO O| Feb 21 22:41:12.626 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2025-02-21T22:41:14.625Z | [ recovery-image] Feb 21 22:41:12.645 INFO O| Feb 21 22:41:12.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6215 | 2025-02-21T22:41:14.626Z | [ recovery-image] Feb 21 22:41:12.645 INFO O| Feb 21 22:41:12.645 INFO STEP 533 (remove_files) COMPLETE |
6216 | 2025-02-21T22:41:14.626Z | [ recovery-image] Feb 21 22:41:12.645 INFO O| Feb 21 22:41:12.645 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2025-02-21T22:41:14.644Z | [ recovery-image] Feb 21 22:41:12.663 INFO O| Feb 21 22:41:12.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6218 | 2025-02-21T22:41:14.644Z | [ recovery-image] Feb 21 22:41:12.663 INFO O| Feb 21 22:41:12.663 INFO STEP 534 (remove_files) COMPLETE |
6219 | 2025-02-21T22:41:14.644Z | [ recovery-image] Feb 21 22:41:12.663 INFO O| Feb 21 22:41:12.663 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2025-02-21T22:41:14.663Z | [ recovery-image] Feb 21 22:41:12.682 INFO O| Feb 21 22:41:12.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6221 | 2025-02-21T22:41:14.663Z | [ recovery-image] Feb 21 22:41:12.682 INFO O| Feb 21 22:41:12.682 INFO STEP 535 (remove_files) COMPLETE |
6222 | 2025-02-21T22:41:14.663Z | [ recovery-image] Feb 21 22:41:12.682 INFO O| Feb 21 22:41:12.682 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2025-02-21T22:41:14.687Z | [ recovery-image] Feb 21 22:41:12.706 INFO O| Feb 21 22:41:12.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6224 | 2025-02-21T22:41:14.690Z | [ recovery-image] Feb 21 22:41:12.706 INFO O| Feb 21 22:41:12.706 INFO STEP 536 (remove_files) COMPLETE |
6225 | 2025-02-21T22:41:14.690Z | [ recovery-image] Feb 21 22:41:12.707 INFO O| Feb 21 22:41:12.706 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2025-02-21T22:41:14.710Z | [ recovery-image] Feb 21 22:41:12.729 INFO O| Feb 21 22:41:12.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6227 | 2025-02-21T22:41:14.710Z | [ recovery-image] Feb 21 22:41:12.730 INFO O| Feb 21 22:41:12.729 INFO STEP 537 (remove_files) COMPLETE |
6228 | 2025-02-21T22:41:14.710Z | [ recovery-image] Feb 21 22:41:12.730 INFO O| Feb 21 22:41:12.730 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2025-02-21T22:41:14.767Z | [ recovery-image] Feb 21 22:41:12.786 INFO O| Feb 21 22:41:12.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6230 | 2025-02-21T22:41:14.767Z | [ recovery-image] Feb 21 22:41:12.786 INFO O| Feb 21 22:41:12.786 INFO STEP 538 (remove_files) COMPLETE |
6231 | 2025-02-21T22:41:14.770Z | [ recovery-image] Feb 21 22:41:12.786 INFO O| Feb 21 22:41:12.786 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2025-02-21T22:41:14.807Z | [ recovery-image] Feb 21 22:41:12.826 INFO O| Feb 21 22:41:12.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6233 | 2025-02-21T22:41:14.810Z | [ recovery-image] Feb 21 22:41:12.827 INFO O| Feb 21 22:41:12.827 INFO STEP 539 (remove_files) COMPLETE |
6234 | 2025-02-21T22:41:14.810Z | [ recovery-image] Feb 21 22:41:12.827 INFO O| Feb 21 22:41:12.827 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2025-02-21T22:41:14.828Z | [ recovery-image] Feb 21 22:41:12.848 INFO O| Feb 21 22:41:12.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6236 | 2025-02-21T22:41:14.831Z | [ recovery-image] Feb 21 22:41:12.848 INFO O| Feb 21 22:41:12.848 INFO STEP 540 (remove_files) COMPLETE |
6237 | 2025-02-21T22:41:14.831Z | [ recovery-image] Feb 21 22:41:12.848 INFO O| Feb 21 22:41:12.848 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2025-02-21T22:41:14.850Z | [ recovery-image] Feb 21 22:41:12.869 INFO O| Feb 21 22:41:12.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6239 | 2025-02-21T22:41:14.863Z | [ recovery-image] Feb 21 22:41:12.882 INFO O| Feb 21 22:41:12.882 INFO STEP 541 (remove_files) COMPLETE |
6240 | 2025-02-21T22:41:14.863Z | [ recovery-image] Feb 21 22:41:12.882 INFO O| Feb 21 22:41:12.882 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2025-02-21T22:41:14.886Z | [ recovery-image] Feb 21 22:41:12.905 INFO O| Feb 21 22:41:12.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6242 | 2025-02-21T22:41:14.889Z | [ recovery-image] Feb 21 22:41:12.905 INFO O| Feb 21 22:41:12.905 INFO STEP 542 (remove_files) COMPLETE |
6243 | 2025-02-21T22:41:14.889Z | [ recovery-image] Feb 21 22:41:12.905 INFO O| Feb 21 22:41:12.905 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2025-02-21T22:41:14.909Z | [ recovery-image] Feb 21 22:41:12.928 INFO O| Feb 21 22:41:12.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6245 | 2025-02-21T22:41:14.912Z | [ recovery-image] Feb 21 22:41:12.928 INFO O| Feb 21 22:41:12.928 INFO STEP 543 (remove_files) COMPLETE |
6246 | 2025-02-21T22:41:14.912Z | [ recovery-image] Feb 21 22:41:12.928 INFO O| Feb 21 22:41:12.928 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2025-02-21T22:41:14.937Z | [ recovery-image] Feb 21 22:41:12.956 INFO O| Feb 21 22:41:12.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6248 | 2025-02-21T22:41:14.937Z | [ recovery-image] Feb 21 22:41:12.956 INFO O| Feb 21 22:41:12.956 INFO STEP 544 (remove_files) COMPLETE |
6249 | 2025-02-21T22:41:14.937Z | [ recovery-image] Feb 21 22:41:12.956 INFO O| Feb 21 22:41:12.956 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2025-02-21T22:41:14.958Z | [ recovery-image] Feb 21 22:41:12.977 INFO O| Feb 21 22:41:12.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6251 | 2025-02-21T22:41:14.958Z | [ recovery-image] Feb 21 22:41:12.977 INFO O| Feb 21 22:41:12.977 INFO STEP 545 (remove_files) COMPLETE |
6252 | 2025-02-21T22:41:14.960Z | [ recovery-image] Feb 21 22:41:12.977 INFO O| Feb 21 22:41:12.977 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2025-02-21T22:41:14.984Z | [ recovery-image] Feb 21 22:41:13.003 INFO O| Feb 21 22:41:13.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6254 | 2025-02-21T22:41:14.987Z | [ recovery-image] Feb 21 22:41:13.003 INFO O| Feb 21 22:41:13.003 INFO STEP 546 (remove_files) COMPLETE |
6255 | 2025-02-21T22:41:14.987Z | [ recovery-image] Feb 21 22:41:13.004 INFO O| Feb 21 22:41:13.003 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2025-02-21T22:41:15.013Z | [ recovery-image] Feb 21 22:41:13.032 INFO O| Feb 21 22:41:13.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6257 | 2025-02-21T22:41:15.013Z | [ recovery-image] Feb 21 22:41:13.032 INFO O| Feb 21 22:41:13.032 INFO STEP 547 (remove_files) COMPLETE |
6258 | 2025-02-21T22:41:15.016Z | [ recovery-image] Feb 21 22:41:13.032 INFO O| Feb 21 22:41:13.032 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2025-02-21T22:41:15.035Z | [ recovery-image] Feb 21 22:41:13.055 INFO O| Feb 21 22:41:13.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6260 | 2025-02-21T22:41:15.036Z | [ recovery-image] Feb 21 22:41:13.055 INFO O| Feb 21 22:41:13.055 INFO STEP 548 (remove_files) COMPLETE |
6261 | 2025-02-21T22:41:15.036Z | [ recovery-image] Feb 21 22:41:13.055 INFO O| Feb 21 22:41:13.055 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2025-02-21T22:41:15.071Z | [ recovery-image] Feb 21 22:41:13.090 INFO O| Feb 21 22:41:13.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6263 | 2025-02-21T22:41:15.071Z | [ recovery-image] Feb 21 22:41:13.090 INFO O| Feb 21 22:41:13.077 INFO STEP 549 (remove_files) COMPLETE |
6264 | 2025-02-21T22:41:15.074Z | [ recovery-image] Feb 21 22:41:13.090 INFO O| Feb 21 22:41:13.077 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2025-02-21T22:41:15.082Z | [ recovery-image] Feb 21 22:41:13.101 INFO O| Feb 21 22:41:13.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6266 | 2025-02-21T22:41:15.082Z | [ recovery-image] Feb 21 22:41:13.102 INFO O| Feb 21 22:41:13.102 INFO STEP 550 (remove_files) COMPLETE |
6267 | 2025-02-21T22:41:15.085Z | [ recovery-image] Feb 21 22:41:13.102 INFO O| Feb 21 22:41:13.102 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2025-02-21T22:41:15.122Z | [ recovery-image] Feb 21 22:41:13.141 INFO O| Feb 21 22:41:13.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6269 | 2025-02-21T22:41:15.122Z | [ recovery-image] Feb 21 22:41:13.142 INFO O| Feb 21 22:41:13.142 INFO STEP 551 (remove_files) COMPLETE |
6270 | 2025-02-21T22:41:15.122Z | [ recovery-image] Feb 21 22:41:13.142 INFO O| Feb 21 22:41:13.142 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2025-02-21T22:41:15.140Z | [ recovery-image] Feb 21 22:41:13.159 INFO O| Feb 21 22:41:13.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6272 | 2025-02-21T22:41:15.143Z | [ recovery-image] Feb 21 22:41:13.161 INFO O| Feb 21 22:41:13.161 INFO STEP 552 (remove_files) COMPLETE |
6273 | 2025-02-21T22:41:15.143Z | [ recovery-image] Feb 21 22:41:13.161 INFO O| Feb 21 22:41:13.161 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2025-02-21T22:41:15.197Z | [ recovery-image] Feb 21 22:41:13.216 INFO O| Feb 21 22:41:13.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6275 | 2025-02-21T22:41:15.197Z | [ recovery-image] Feb 21 22:41:13.216 INFO O| Feb 21 22:41:13.216 INFO STEP 553 (remove_files) COMPLETE |
6276 | 2025-02-21T22:41:15.201Z | [ recovery-image] Feb 21 22:41:13.216 INFO O| Feb 21 22:41:13.216 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2025-02-21T22:41:15.250Z | [ recovery-image] Feb 21 22:41:13.269 INFO O| Feb 21 22:41:13.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6278 | 2025-02-21T22:41:15.250Z | [ recovery-image] Feb 21 22:41:13.269 INFO O| Feb 21 22:41:13.269 INFO STEP 554 (remove_files) COMPLETE |
6279 | 2025-02-21T22:41:15.250Z | [ recovery-image] Feb 21 22:41:13.269 INFO O| Feb 21 22:41:13.269 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2025-02-21T22:41:15.271Z | [ recovery-image] Feb 21 22:41:13.290 INFO O| Feb 21 22:41:13.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6281 | 2025-02-21T22:41:15.271Z | [ recovery-image] Feb 21 22:41:13.290 INFO O| Feb 21 22:41:13.290 INFO STEP 555 (remove_files) COMPLETE |
6282 | 2025-02-21T22:41:15.274Z | [ recovery-image] Feb 21 22:41:13.290 INFO O| Feb 21 22:41:13.290 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2025-02-21T22:41:15.292Z | [ recovery-image] Feb 21 22:41:13.311 INFO O| Feb 21 22:41:13.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6284 | 2025-02-21T22:41:15.292Z | [ recovery-image] Feb 21 22:41:13.311 INFO O| Feb 21 22:41:13.311 INFO STEP 556 (remove_files) COMPLETE |
6285 | 2025-02-21T22:41:15.292Z | [ recovery-image] Feb 21 22:41:13.311 INFO O| Feb 21 22:41:13.311 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2025-02-21T22:41:15.312Z | [ recovery-image] Feb 21 22:41:13.331 INFO O| Feb 21 22:41:13.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6287 | 2025-02-21T22:41:15.312Z | [ recovery-image] Feb 21 22:41:13.331 INFO O| Feb 21 22:41:13.331 INFO STEP 557 (remove_files) COMPLETE |
6288 | 2025-02-21T22:41:15.312Z | [ recovery-image] Feb 21 22:41:13.331 INFO O| Feb 21 22:41:13.331 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2025-02-21T22:41:15.339Z | [ recovery-image] Feb 21 22:41:13.358 INFO O| Feb 21 22:41:13.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6290 | 2025-02-21T22:41:15.339Z | [ recovery-image] Feb 21 22:41:13.358 INFO O| Feb 21 22:41:13.358 INFO STEP 558 (remove_files) COMPLETE |
6291 | 2025-02-21T22:41:15.339Z | [ recovery-image] Feb 21 22:41:13.358 INFO O| Feb 21 22:41:13.358 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2025-02-21T22:41:15.361Z | [ recovery-image] Feb 21 22:41:13.380 INFO O| Feb 21 22:41:13.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6293 | 2025-02-21T22:41:15.361Z | [ recovery-image] Feb 21 22:41:13.380 INFO O| Feb 21 22:41:13.380 INFO STEP 559 (remove_files) COMPLETE |
6294 | 2025-02-21T22:41:15.361Z | [ recovery-image] Feb 21 22:41:13.380 INFO O| Feb 21 22:41:13.380 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2025-02-21T22:41:15.381Z | [ recovery-image] Feb 21 22:41:13.400 INFO O| Feb 21 22:41:13.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6296 | 2025-02-21T22:41:15.384Z | [ recovery-image] Feb 21 22:41:13.400 INFO O| Feb 21 22:41:13.400 INFO STEP 560 (remove_files) COMPLETE |
6297 | 2025-02-21T22:41:15.384Z | [ recovery-image] Feb 21 22:41:13.400 INFO O| Feb 21 22:41:13.400 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2025-02-21T22:41:15.399Z | [ recovery-image] Feb 21 22:41:13.418 INFO O| Feb 21 22:41:13.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6299 | 2025-02-21T22:41:15.402Z | [ recovery-image] Feb 21 22:41:13.418 INFO O| Feb 21 22:41:13.418 INFO STEP 561 (remove_files) COMPLETE |
6300 | 2025-02-21T22:41:15.402Z | [ recovery-image] Feb 21 22:41:13.418 INFO O| Feb 21 22:41:13.418 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2025-02-21T22:41:15.417Z | [ recovery-image] Feb 21 22:41:13.436 INFO O| Feb 21 22:41:13.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6302 | 2025-02-21T22:41:15.417Z | [ recovery-image] Feb 21 22:41:13.436 INFO O| Feb 21 22:41:13.436 INFO STEP 562 (remove_files) COMPLETE |
6303 | 2025-02-21T22:41:15.420Z | [ recovery-image] Feb 21 22:41:13.436 INFO O| Feb 21 22:41:13.436 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2025-02-21T22:41:15.436Z | [ recovery-image] Feb 21 22:41:13.455 INFO O| Feb 21 22:41:13.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6305 | 2025-02-21T22:41:15.439Z | [ recovery-image] Feb 21 22:41:13.456 INFO O| Feb 21 22:41:13.456 INFO STEP 563 (remove_files) COMPLETE |
6306 | 2025-02-21T22:41:15.439Z | [ recovery-image] Feb 21 22:41:13.456 INFO O| Feb 21 22:41:13.456 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2025-02-21T22:41:15.471Z | [ recovery-image] Feb 21 22:41:13.490 INFO O| Feb 21 22:41:13.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6308 | 2025-02-21T22:41:15.474Z | [ recovery-image] Feb 21 22:41:13.490 INFO O| Feb 21 22:41:13.490 INFO STEP 564 (remove_files) COMPLETE |
6309 | 2025-02-21T22:41:15.474Z | [ recovery-image] Feb 21 22:41:13.490 INFO O| Feb 21 22:41:13.490 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2025-02-21T22:41:15.492Z | [ recovery-image] Feb 21 22:41:13.511 INFO O| Feb 21 22:41:13.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6311 | 2025-02-21T22:41:15.492Z | [ recovery-image] Feb 21 22:41:13.511 INFO O| Feb 21 22:41:13.511 INFO STEP 565 (remove_files) COMPLETE |
6312 | 2025-02-21T22:41:15.492Z | [ recovery-image] Feb 21 22:41:13.511 INFO O| Feb 21 22:41:13.511 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2025-02-21T22:41:15.513Z | [ recovery-image] Feb 21 22:41:13.532 INFO O| Feb 21 22:41:13.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6314 | 2025-02-21T22:41:15.513Z | [ recovery-image] Feb 21 22:41:13.532 INFO O| Feb 21 22:41:13.532 INFO STEP 566 (remove_files) COMPLETE |
6315 | 2025-02-21T22:41:15.513Z | [ recovery-image] Feb 21 22:41:13.532 INFO O| Feb 21 22:41:13.532 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2025-02-21T22:41:15.592Z | [ recovery-image] Feb 21 22:41:13.611 INFO O| Feb 21 22:41:13.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6317 | 2025-02-21T22:41:15.592Z | [ recovery-image] Feb 21 22:41:13.611 INFO O| Feb 21 22:41:13.611 INFO STEP 567 (remove_files) COMPLETE |
6318 | 2025-02-21T22:41:15.595Z | [ recovery-image] Feb 21 22:41:13.611 INFO O| Feb 21 22:41:13.611 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2025-02-21T22:41:15.626Z | [ recovery-image] Feb 21 22:41:13.645 INFO O| Feb 21 22:41:13.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6320 | 2025-02-21T22:41:15.627Z | [ recovery-image] Feb 21 22:41:13.646 INFO O| Feb 21 22:41:13.646 INFO STEP 568 (remove_files) COMPLETE |
6321 | 2025-02-21T22:41:15.627Z | [ recovery-image] Feb 21 22:41:13.646 INFO O| Feb 21 22:41:13.646 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2025-02-21T22:41:15.648Z | [ recovery-image] Feb 21 22:41:13.667 INFO O| Feb 21 22:41:13.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6323 | 2025-02-21T22:41:15.648Z | [ recovery-image] Feb 21 22:41:13.667 INFO O| Feb 21 22:41:13.667 INFO STEP 569 (remove_files) COMPLETE |
6324 | 2025-02-21T22:41:15.648Z | [ recovery-image] Feb 21 22:41:13.667 INFO O| Feb 21 22:41:13.667 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2025-02-21T22:41:15.677Z | [ recovery-image] Feb 21 22:41:13.696 INFO O| Feb 21 22:41:13.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6326 | 2025-02-21T22:41:15.680Z | [ recovery-image] Feb 21 22:41:13.697 INFO O| Feb 21 22:41:13.696 INFO STEP 570 (remove_files) COMPLETE |
6327 | 2025-02-21T22:41:15.680Z | [ recovery-image] Feb 21 22:41:13.697 INFO O| Feb 21 22:41:13.697 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2025-02-21T22:41:15.701Z | [ recovery-image] Feb 21 22:41:13.720 INFO O| Feb 21 22:41:13.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6329 | 2025-02-21T22:41:15.706Z | [ recovery-image] Feb 21 22:41:13.720 INFO O| Feb 21 22:41:13.720 INFO STEP 571 (remove_files) COMPLETE |
6330 | 2025-02-21T22:41:15.706Z | [ recovery-image] Feb 21 22:41:13.721 INFO O| Feb 21 22:41:13.721 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2025-02-21T22:41:15.728Z | [ recovery-image] Feb 21 22:41:13.747 INFO O| Feb 21 22:41:13.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6332 | 2025-02-21T22:41:15.729Z | [ recovery-image] Feb 21 22:41:13.747 INFO O| Feb 21 22:41:13.747 INFO STEP 572 (remove_files) COMPLETE |
6333 | 2025-02-21T22:41:15.729Z | [ recovery-image] Feb 21 22:41:13.747 INFO O| Feb 21 22:41:13.747 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2025-02-21T22:41:15.762Z | [ recovery-image] Feb 21 22:41:13.781 INFO O| Feb 21 22:41:13.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6335 | 2025-02-21T22:41:15.762Z | [ recovery-image] Feb 21 22:41:13.781 INFO O| Feb 21 22:41:13.781 INFO STEP 573 (remove_files) COMPLETE |
6336 | 2025-02-21T22:41:15.762Z | [ recovery-image] Feb 21 22:41:13.781 INFO O| Feb 21 22:41:13.781 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2025-02-21T22:41:15.781Z | [ recovery-image] Feb 21 22:41:13.800 INFO O| Feb 21 22:41:13.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6338 | 2025-02-21T22:41:15.782Z | [ recovery-image] Feb 21 22:41:13.801 INFO O| Feb 21 22:41:13.800 INFO STEP 574 (remove_files) COMPLETE |
6339 | 2025-02-21T22:41:15.782Z | [ recovery-image] Feb 21 22:41:13.801 INFO O| Feb 21 22:41:13.801 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2025-02-21T22:41:15.809Z | [ recovery-image] Feb 21 22:41:13.826 INFO O| Feb 21 22:41:13.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6341 | 2025-02-21T22:41:15.809Z | [ recovery-image] Feb 21 22:41:13.826 INFO O| Feb 21 22:41:13.826 INFO STEP 575 (remove_files) COMPLETE |
6342 | 2025-02-21T22:41:15.811Z | [ recovery-image] Feb 21 22:41:13.826 INFO O| Feb 21 22:41:13.826 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2025-02-21T22:41:15.827Z | [ recovery-image] Feb 21 22:41:13.846 INFO O| Feb 21 22:41:13.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6344 | 2025-02-21T22:41:15.830Z | [ recovery-image] Feb 21 22:41:13.846 INFO O| Feb 21 22:41:13.846 INFO STEP 576 (remove_files) COMPLETE |
6345 | 2025-02-21T22:41:15.830Z | [ recovery-image] Feb 21 22:41:13.846 INFO O| Feb 21 22:41:13.846 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2025-02-21T22:41:15.847Z | [ recovery-image] Feb 21 22:41:13.866 INFO O| Feb 21 22:41:13.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6347 | 2025-02-21T22:41:15.847Z | [ recovery-image] Feb 21 22:41:13.866 INFO O| Feb 21 22:41:13.866 INFO STEP 577 (remove_files) COMPLETE |
6348 | 2025-02-21T22:41:15.847Z | [ recovery-image] Feb 21 22:41:13.866 INFO O| Feb 21 22:41:13.866 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2025-02-21T22:41:15.867Z | [ recovery-image] Feb 21 22:41:13.886 INFO O| Feb 21 22:41:13.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6350 | 2025-02-21T22:41:15.867Z | [ recovery-image] Feb 21 22:41:13.886 INFO O| Feb 21 22:41:13.886 INFO STEP 578 (remove_files) COMPLETE |
6351 | 2025-02-21T22:41:15.870Z | [ recovery-image] Feb 21 22:41:13.886 INFO O| Feb 21 22:41:13.886 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2025-02-21T22:41:15.887Z | [ recovery-image] Feb 21 22:41:13.905 INFO O| Feb 21 22:41:13.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6353 | 2025-02-21T22:41:15.887Z | [ recovery-image] Feb 21 22:41:13.905 INFO O| Feb 21 22:41:13.905 INFO STEP 579 (remove_files) COMPLETE |
6354 | 2025-02-21T22:41:15.887Z | [ recovery-image] Feb 21 22:41:13.905 INFO O| Feb 21 22:41:13.905 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2025-02-21T22:41:15.920Z | [ recovery-image] Feb 21 22:41:13.939 INFO O| Feb 21 22:41:13.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6356 | 2025-02-21T22:41:15.923Z | [ recovery-image] Feb 21 22:41:13.939 INFO O| Feb 21 22:41:13.939 INFO STEP 580 (remove_files) COMPLETE |
6357 | 2025-02-21T22:41:15.923Z | [ recovery-image] Feb 21 22:41:13.939 INFO O| Feb 21 22:41:13.939 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2025-02-21T22:41:15.940Z | [ recovery-image] Feb 21 22:41:13.959 INFO O| Feb 21 22:41:13.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6359 | 2025-02-21T22:41:15.943Z | [ recovery-image] Feb 21 22:41:13.959 INFO O| Feb 21 22:41:13.959 INFO STEP 581 (remove_files) COMPLETE |
6360 | 2025-02-21T22:41:15.943Z | [ recovery-image] Feb 21 22:41:13.960 INFO O| Feb 21 22:41:13.959 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2025-02-21T22:41:15.970Z | [ recovery-image] Feb 21 22:41:13.989 INFO O| Feb 21 22:41:13.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6362 | 2025-02-21T22:41:15.973Z | [ recovery-image] Feb 21 22:41:13.990 INFO O| Feb 21 22:41:13.990 INFO STEP 582 (remove_files) COMPLETE |
6363 | 2025-02-21T22:41:15.973Z | [ recovery-image] Feb 21 22:41:13.990 INFO O| Feb 21 22:41:13.990 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2025-02-21T22:41:15.992Z | [ recovery-image] Feb 21 22:41:14.011 INFO O| Feb 21 22:41:14.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6365 | 2025-02-21T22:41:15.994Z | [ recovery-image] Feb 21 22:41:14.011 INFO O| Feb 21 22:41:14.011 INFO STEP 583 (remove_files) COMPLETE |
6366 | 2025-02-21T22:41:15.994Z | [ recovery-image] Feb 21 22:41:14.011 INFO O| Feb 21 22:41:14.011 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2025-02-21T22:41:16.013Z | [ recovery-image] Feb 21 22:41:14.032 INFO O| Feb 21 22:41:14.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6368 | 2025-02-21T22:41:16.016Z | [ recovery-image] Feb 21 22:41:14.032 INFO O| Feb 21 22:41:14.032 INFO STEP 584 (remove_files) COMPLETE |
6369 | 2025-02-21T22:41:16.016Z | [ recovery-image] Feb 21 22:41:14.032 INFO O| Feb 21 22:41:14.032 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2025-02-21T22:41:16.100Z | [ recovery-image] Feb 21 22:41:14.119 INFO O| Feb 21 22:41:14.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6371 | 2025-02-21T22:41:16.100Z | [ recovery-image] Feb 21 22:41:14.119 INFO O| Feb 21 22:41:14.119 INFO STEP 585 (remove_files) COMPLETE |
6372 | 2025-02-21T22:41:16.100Z | [ recovery-image] Feb 21 22:41:14.119 INFO O| Feb 21 22:41:14.119 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2025-02-21T22:41:16.121Z | [ recovery-image] Feb 21 22:41:14.139 INFO O| Feb 21 22:41:14.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6374 | 2025-02-21T22:41:16.123Z | [ recovery-image] Feb 21 22:41:14.140 INFO O| Feb 21 22:41:14.140 INFO STEP 586 (remove_files) COMPLETE |
6375 | 2025-02-21T22:41:16.123Z | [ recovery-image] Feb 21 22:41:14.140 INFO O| Feb 21 22:41:14.140 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2025-02-21T22:41:16.160Z | [ recovery-image] Feb 21 22:41:14.179 INFO O| Feb 21 22:41:14.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6377 | 2025-02-21T22:41:16.160Z | [ recovery-image] Feb 21 22:41:14.179 INFO O| Feb 21 22:41:14.179 INFO STEP 587 (remove_files) COMPLETE |
6378 | 2025-02-21T22:41:16.161Z | [ recovery-image] Feb 21 22:41:14.179 INFO O| Feb 21 22:41:14.179 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2025-02-21T22:41:16.227Z | [ recovery-image] Feb 21 22:41:14.246 INFO O| Feb 21 22:41:14.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6380 | 2025-02-21T22:41:16.227Z | [ recovery-image] Feb 21 22:41:14.246 INFO O| Feb 21 22:41:14.246 INFO STEP 588 (remove_files) COMPLETE |
6381 | 2025-02-21T22:41:16.230Z | [ recovery-image] Feb 21 22:41:14.246 INFO O| Feb 21 22:41:14.246 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2025-02-21T22:41:16.249Z | [ recovery-image] Feb 21 22:41:14.268 INFO O| Feb 21 22:41:14.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6383 | 2025-02-21T22:41:16.249Z | [ recovery-image] Feb 21 22:41:14.268 INFO O| Feb 21 22:41:14.268 INFO STEP 589 (remove_files) COMPLETE |
6384 | 2025-02-21T22:41:16.249Z | [ recovery-image] Feb 21 22:41:14.268 INFO O| Feb 21 22:41:14.268 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2025-02-21T22:41:16.287Z | [ recovery-image] Feb 21 22:41:14.305 INFO O| Feb 21 22:41:14.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6386 | 2025-02-21T22:41:16.287Z | [ recovery-image] Feb 21 22:41:14.305 INFO O| Feb 21 22:41:14.305 INFO STEP 590 (remove_files) COMPLETE |
6387 | 2025-02-21T22:41:16.287Z | [ recovery-image] Feb 21 22:41:14.305 INFO O| Feb 21 22:41:14.305 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2025-02-21T22:41:16.322Z | [ recovery-image] Feb 21 22:41:14.341 INFO O| Feb 21 22:41:14.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6389 | 2025-02-21T22:41:16.322Z | [ recovery-image] Feb 21 22:41:14.341 INFO O| Feb 21 22:41:14.341 INFO STEP 591 (remove_files) COMPLETE |
6390 | 2025-02-21T22:41:16.322Z | [ recovery-image] Feb 21 22:41:14.341 INFO O| Feb 21 22:41:14.341 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2025-02-21T22:41:16.443Z | [ recovery-image] Feb 21 22:41:14.462 INFO O| Feb 21 22:41:14.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6392 | 2025-02-21T22:41:16.443Z | [ recovery-image] Feb 21 22:41:14.462 INFO O| Feb 21 22:41:14.462 INFO STEP 592 (remove_files) COMPLETE |
6393 | 2025-02-21T22:41:16.446Z | [ recovery-image] Feb 21 22:41:14.462 INFO O| Feb 21 22:41:14.462 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2025-02-21T22:41:16.502Z | [ recovery-image] Feb 21 22:41:14.520 INFO O| Feb 21 22:41:14.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6395 | 2025-02-21T22:41:16.502Z | [ recovery-image] Feb 21 22:41:14.520 INFO O| Feb 21 22:41:14.520 INFO STEP 593 (remove_files) COMPLETE |
6396 | 2025-02-21T22:41:16.502Z | [ recovery-image] Feb 21 22:41:14.520 INFO O| Feb 21 22:41:14.520 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2025-02-21T22:41:16.522Z | [ recovery-image] Feb 21 22:41:14.541 INFO O| Feb 21 22:41:14.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6398 | 2025-02-21T22:41:16.524Z | [ recovery-image] Feb 21 22:41:14.541 INFO O| Feb 21 22:41:14.541 INFO STEP 594 (remove_files) COMPLETE |
6399 | 2025-02-21T22:41:16.524Z | [ recovery-image] Feb 21 22:41:14.541 INFO O| Feb 21 22:41:14.541 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2025-02-21T22:41:16.541Z | [ recovery-image] Feb 21 22:41:14.559 INFO O| Feb 21 22:41:14.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6401 | 2025-02-21T22:41:16.541Z | [ recovery-image] Feb 21 22:41:14.560 INFO O| Feb 21 22:41:14.560 INFO STEP 595 (remove_files) COMPLETE |
6402 | 2025-02-21T22:41:16.541Z | [ recovery-image] Feb 21 22:41:14.560 INFO O| Feb 21 22:41:14.560 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2025-02-21T22:41:16.560Z | [ recovery-image] Feb 21 22:41:14.579 INFO O| Feb 21 22:41:14.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6404 | 2025-02-21T22:41:16.563Z | [ recovery-image] Feb 21 22:41:14.579 INFO O| Feb 21 22:41:14.579 INFO STEP 596 (remove_files) COMPLETE |
6405 | 2025-02-21T22:41:16.563Z | [ recovery-image] Feb 21 22:41:14.579 INFO O| Feb 21 22:41:14.579 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2025-02-21T22:41:16.579Z | [ recovery-image] Feb 21 22:41:14.598 INFO O| Feb 21 22:41:14.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6407 | 2025-02-21T22:41:16.580Z | [ recovery-image] Feb 21 22:41:14.598 INFO O| Feb 21 22:41:14.598 INFO STEP 597 (remove_files) COMPLETE |
6408 | 2025-02-21T22:41:16.580Z | [ recovery-image] Feb 21 22:41:14.598 INFO O| Feb 21 22:41:14.598 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2025-02-21T22:41:16.600Z | [ recovery-image] Feb 21 22:41:14.618 INFO O| Feb 21 22:41:14.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6410 | 2025-02-21T22:41:16.602Z | [ recovery-image] Feb 21 22:41:14.619 INFO O| Feb 21 22:41:14.619 INFO STEP 598 (remove_files) COMPLETE |
6411 | 2025-02-21T22:41:16.603Z | [ recovery-image] Feb 21 22:41:14.619 INFO O| Feb 21 22:41:14.619 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2025-02-21T22:41:16.620Z | [ recovery-image] Feb 21 22:41:14.639 INFO O| Feb 21 22:41:14.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6413 | 2025-02-21T22:41:16.620Z | [ recovery-image] Feb 21 22:41:14.639 INFO O| Feb 21 22:41:14.639 INFO STEP 599 (remove_files) COMPLETE |
6414 | 2025-02-21T22:41:16.620Z | [ recovery-image] Feb 21 22:41:14.639 INFO O| Feb 21 22:41:14.639 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2025-02-21T22:41:16.659Z | [ recovery-image] Feb 21 22:41:14.678 INFO O| Feb 21 22:41:14.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6416 | 2025-02-21T22:41:16.659Z | [ recovery-image] Feb 21 22:41:14.678 INFO O| Feb 21 22:41:14.678 INFO STEP 600 (remove_files) COMPLETE |
6417 | 2025-02-21T22:41:16.659Z | [ recovery-image] Feb 21 22:41:14.678 INFO O| Feb 21 22:41:14.678 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2025-02-21T22:41:16.681Z | [ recovery-image] Feb 21 22:41:14.700 INFO O| Feb 21 22:41:14.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6419 | 2025-02-21T22:41:16.681Z | [ recovery-image] Feb 21 22:41:14.700 INFO O| Feb 21 22:41:14.700 INFO STEP 601 (remove_files) COMPLETE |
6420 | 2025-02-21T22:41:16.684Z | [ recovery-image] Feb 21 22:41:14.700 INFO O| Feb 21 22:41:14.700 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2025-02-21T22:41:16.708Z | [ recovery-image] Feb 21 22:41:14.727 INFO O| Feb 21 22:41:14.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6422 | 2025-02-21T22:41:16.730Z | [ recovery-image] Feb 21 22:41:14.748 INFO O| Feb 21 22:41:14.748 INFO STEP 602 (remove_files) COMPLETE |
6423 | 2025-02-21T22:41:16.730Z | [ recovery-image] Feb 21 22:41:14.748 INFO O| Feb 21 22:41:14.748 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2025-02-21T22:41:16.779Z | [ recovery-image] Feb 21 22:41:14.798 INFO O| Feb 21 22:41:14.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6425 | 2025-02-21T22:41:16.782Z | [ recovery-image] Feb 21 22:41:14.798 INFO O| Feb 21 22:41:14.798 INFO STEP 603 (remove_files) COMPLETE |
6426 | 2025-02-21T22:41:16.782Z | [ recovery-image] Feb 21 22:41:14.798 INFO O| Feb 21 22:41:14.798 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2025-02-21T22:41:16.822Z | [ recovery-image] Feb 21 22:41:14.841 INFO O| Feb 21 22:41:14.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6428 | 2025-02-21T22:41:16.825Z | [ recovery-image] Feb 21 22:41:14.841 INFO O| Feb 21 22:41:14.841 INFO STEP 604 (remove_files) COMPLETE |
6429 | 2025-02-21T22:41:16.825Z | [ recovery-image] Feb 21 22:41:14.841 INFO O| Feb 21 22:41:14.841 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2025-02-21T22:41:16.844Z | [ recovery-image] Feb 21 22:41:14.863 INFO O| Feb 21 22:41:14.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6431 | 2025-02-21T22:41:16.847Z | [ recovery-image] Feb 21 22:41:14.863 INFO O| Feb 21 22:41:14.863 INFO STEP 605 (remove_files) COMPLETE |
6432 | 2025-02-21T22:41:16.847Z | [ recovery-image] Feb 21 22:41:14.863 INFO O| Feb 21 22:41:14.863 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2025-02-21T22:41:16.874Z | [ recovery-image] Feb 21 22:41:14.891 INFO O| Feb 21 22:41:14.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6434 | 2025-02-21T22:41:16.878Z | [ recovery-image] Feb 21 22:41:14.891 INFO O| Feb 21 22:41:14.891 INFO STEP 606 (remove_files) COMPLETE |
6435 | 2025-02-21T22:41:16.878Z | [ recovery-image] Feb 21 22:41:14.891 INFO O| Feb 21 22:41:14.891 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2025-02-21T22:41:16.893Z | [ recovery-image] Feb 21 22:41:14.912 INFO O| Feb 21 22:41:14.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6437 | 2025-02-21T22:41:16.896Z | [ recovery-image] Feb 21 22:41:14.912 INFO O| Feb 21 22:41:14.912 INFO STEP 607 (remove_files) COMPLETE |
6438 | 2025-02-21T22:41:16.896Z | [ recovery-image] Feb 21 22:41:14.912 INFO O| Feb 21 22:41:14.912 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2025-02-21T22:41:16.953Z | [ recovery-image] Feb 21 22:41:14.972 INFO O| Feb 21 22:41:14.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6440 | 2025-02-21T22:41:16.953Z | [ recovery-image] Feb 21 22:41:14.972 INFO O| Feb 21 22:41:14.972 INFO STEP 608 (remove_files) COMPLETE |
6441 | 2025-02-21T22:41:16.956Z | [ recovery-image] Feb 21 22:41:14.972 INFO O| Feb 21 22:41:14.972 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2025-02-21T22:41:16.999Z | [ recovery-image] Feb 21 22:41:15.017 INFO O| Feb 21 22:41:15.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6443 | 2025-02-21T22:41:16.999Z | [ recovery-image] Feb 21 22:41:15.017 INFO O| Feb 21 22:41:15.017 INFO STEP 609 (remove_files) COMPLETE |
6444 | 2025-02-21T22:41:16.999Z | [ recovery-image] Feb 21 22:41:15.017 INFO O| Feb 21 22:41:15.017 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2025-02-21T22:41:17.025Z | [ recovery-image] Feb 21 22:41:15.043 INFO O| Feb 21 22:41:15.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6446 | 2025-02-21T22:41:17.028Z | [ recovery-image] Feb 21 22:41:15.043 INFO O| Feb 21 22:41:15.043 INFO STEP 610 (remove_files) COMPLETE |
6447 | 2025-02-21T22:41:17.028Z | [ recovery-image] Feb 21 22:41:15.043 INFO O| Feb 21 22:41:15.043 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2025-02-21T22:41:17.086Z | [ recovery-image] Feb 21 22:41:15.105 INFO O| Feb 21 22:41:15.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6449 | 2025-02-21T22:41:17.086Z | [ recovery-image] Feb 21 22:41:15.105 INFO O| Feb 21 22:41:15.105 INFO STEP 611 (remove_files) COMPLETE |
6450 | 2025-02-21T22:41:17.086Z | [ recovery-image] Feb 21 22:41:15.105 INFO O| Feb 21 22:41:15.105 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2025-02-21T22:41:17.129Z | [ recovery-image] Feb 21 22:41:15.147 INFO O| Feb 21 22:41:15.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6452 | 2025-02-21T22:41:17.129Z | [ recovery-image] Feb 21 22:41:15.147 INFO O| Feb 21 22:41:15.147 INFO STEP 612 (remove_files) COMPLETE |
6453 | 2025-02-21T22:41:17.131Z | [ recovery-image] Feb 21 22:41:15.147 INFO O| Feb 21 22:41:15.147 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2025-02-21T22:41:17.151Z | [ recovery-image] Feb 21 22:41:15.170 INFO O| Feb 21 22:41:15.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6455 | 2025-02-21T22:41:17.154Z | [ recovery-image] Feb 21 22:41:15.170 INFO O| Feb 21 22:41:15.170 INFO STEP 613 (remove_files) COMPLETE |
6456 | 2025-02-21T22:41:17.154Z | [ recovery-image] Feb 21 22:41:15.170 INFO O| Feb 21 22:41:15.170 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2025-02-21T22:41:17.188Z | [ recovery-image] Feb 21 22:41:15.205 INFO O| Feb 21 22:41:15.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6458 | 2025-02-21T22:41:17.190Z | [ recovery-image] Feb 21 22:41:15.205 INFO O| Feb 21 22:41:15.205 INFO STEP 614 (remove_files) COMPLETE |
6459 | 2025-02-21T22:41:17.191Z | [ recovery-image] Feb 21 22:41:15.206 INFO O| Feb 21 22:41:15.205 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2025-02-21T22:41:17.208Z | [ recovery-image] Feb 21 22:41:15.227 INFO O| Feb 21 22:41:15.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6461 | 2025-02-21T22:41:17.211Z | [ recovery-image] Feb 21 22:41:15.227 INFO O| Feb 21 22:41:15.227 INFO STEP 615 (remove_files) COMPLETE |
6462 | 2025-02-21T22:41:17.211Z | [ recovery-image] Feb 21 22:41:15.227 INFO O| Feb 21 22:41:15.227 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2025-02-21T22:41:17.228Z | [ recovery-image] Feb 21 22:41:15.247 INFO O| Feb 21 22:41:15.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6464 | 2025-02-21T22:41:17.231Z | [ recovery-image] Feb 21 22:41:15.247 INFO O| Feb 21 22:41:15.247 INFO STEP 616 (remove_files) COMPLETE |
6465 | 2025-02-21T22:41:17.231Z | [ recovery-image] Feb 21 22:41:15.247 INFO O| Feb 21 22:41:15.247 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2025-02-21T22:41:17.248Z | [ recovery-image] Feb 21 22:41:15.267 INFO O| Feb 21 22:41:15.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6467 | 2025-02-21T22:41:17.249Z | [ recovery-image] Feb 21 22:41:15.267 INFO O| Feb 21 22:41:15.267 INFO STEP 617 (remove_files) COMPLETE |
6468 | 2025-02-21T22:41:17.251Z | [ recovery-image] Feb 21 22:41:15.267 INFO O| Feb 21 22:41:15.267 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2025-02-21T22:41:17.269Z | [ recovery-image] Feb 21 22:41:15.287 INFO O| Feb 21 22:41:15.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6470 | 2025-02-21T22:41:17.269Z | [ recovery-image] Feb 21 22:41:15.288 INFO O| Feb 21 22:41:15.287 INFO STEP 618 (remove_files) COMPLETE |
6471 | 2025-02-21T22:41:17.271Z | [ recovery-image] Feb 21 22:41:15.288 INFO O| Feb 21 22:41:15.288 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2025-02-21T22:41:17.296Z | [ recovery-image] Feb 21 22:41:15.315 INFO O| Feb 21 22:41:15.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6473 | 2025-02-21T22:41:17.296Z | [ recovery-image] Feb 21 22:41:15.315 INFO O| Feb 21 22:41:15.315 INFO STEP 619 (remove_files) COMPLETE |
6474 | 2025-02-21T22:41:17.299Z | [ recovery-image] Feb 21 22:41:15.315 INFO O| Feb 21 22:41:15.315 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2025-02-21T22:41:17.386Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
6476 | 2025-02-21T22:41:17.400Z | [ recovery-image] Feb 21 22:41:15.417 INFO O| Feb 21 22:41:15.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6477 | 2025-02-21T22:41:17.400Z | [ recovery-image] Feb 21 22:41:15.417 INFO O| Feb 21 22:41:15.417 INFO STEP 620 (remove_files) COMPLETE |
6478 | 2025-02-21T22:41:17.400Z | [ recovery-image] Feb 21 22:41:15.417 INFO O| Feb 21 22:41:15.417 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2025-02-21T22:41:17.431Z | [ recovery-image] Feb 21 22:41:15.449 INFO O| Feb 21 22:41:15.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6480 | 2025-02-21T22:41:17.431Z | [ recovery-image] Feb 21 22:41:15.449 INFO O| Feb 21 22:41:15.449 INFO STEP 621 (remove_files) COMPLETE |
6481 | 2025-02-21T22:41:17.431Z | [ recovery-image] Feb 21 22:41:15.449 INFO O| Feb 21 22:41:15.449 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2025-02-21T22:41:17.487Z | [ recovery-image] Feb 21 22:41:15.505 INFO O| Feb 21 22:41:15.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6483 | 2025-02-21T22:41:17.487Z | [ recovery-image] Feb 21 22:41:15.505 INFO O| Feb 21 22:41:15.505 INFO STEP 622 (remove_files) COMPLETE |
6484 | 2025-02-21T22:41:17.487Z | [ recovery-image] Feb 21 22:41:15.505 INFO O| Feb 21 22:41:15.505 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2025-02-21T22:41:17.547Z | [ recovery-image] Feb 21 22:41:15.565 INFO O| Feb 21 22:41:15.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6486 | 2025-02-21T22:41:17.547Z | [ recovery-image] Feb 21 22:41:15.565 INFO O| Feb 21 22:41:15.565 INFO STEP 623 (remove_files) COMPLETE |
6487 | 2025-02-21T22:41:17.547Z | [ recovery-image] Feb 21 22:41:15.565 INFO O| Feb 21 22:41:15.565 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2025-02-21T22:41:17.606Z | [ recovery-image] Feb 21 22:41:15.625 INFO O| Feb 21 22:41:15.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6489 | 2025-02-21T22:41:17.606Z | [ recovery-image] Feb 21 22:41:15.625 INFO O| Feb 21 22:41:15.625 INFO STEP 624 (remove_files) COMPLETE |
6490 | 2025-02-21T22:41:17.606Z | [ recovery-image] Feb 21 22:41:15.625 INFO O| Feb 21 22:41:15.625 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2025-02-21T22:41:17.661Z | [ recovery-image] Feb 21 22:41:15.679 INFO O| Feb 21 22:41:15.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6492 | 2025-02-21T22:41:17.663Z | [ recovery-image] Feb 21 22:41:15.679 INFO O| Feb 21 22:41:15.679 INFO STEP 625 (remove_files) COMPLETE |
6493 | 2025-02-21T22:41:17.663Z | [ recovery-image] Feb 21 22:41:15.680 INFO O| Feb 21 22:41:15.679 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2025-02-21T22:41:17.683Z | [ recovery-image] Feb 21 22:41:15.702 INFO O| Feb 21 22:41:15.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6495 | 2025-02-21T22:41:17.683Z | [ recovery-image] Feb 21 22:41:15.702 INFO O| Feb 21 22:41:15.702 INFO STEP 626 (remove_files) COMPLETE |
6496 | 2025-02-21T22:41:17.686Z | [ recovery-image] Feb 21 22:41:15.702 INFO O| Feb 21 22:41:15.702 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2025-02-21T22:41:17.711Z | [ recovery-image] Feb 21 22:41:15.730 INFO O| Feb 21 22:41:15.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6498 | 2025-02-21T22:41:17.721Z | [ recovery-image] Feb 21 22:41:15.740 INFO O| Feb 21 22:41:15.740 INFO STEP 627 (remove_files) COMPLETE |
6499 | 2025-02-21T22:41:17.721Z | [ recovery-image] Feb 21 22:41:15.740 INFO O| Feb 21 22:41:15.740 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2025-02-21T22:41:17.741Z | [ recovery-image] Feb 21 22:41:15.760 INFO O| Feb 21 22:41:15.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6501 | 2025-02-21T22:41:17.741Z | [ recovery-image] Feb 21 22:41:15.760 INFO O| Feb 21 22:41:15.760 INFO STEP 628 (remove_files) COMPLETE |
6502 | 2025-02-21T22:41:17.744Z | [ recovery-image] Feb 21 22:41:15.760 INFO O| Feb 21 22:41:15.760 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2025-02-21T22:41:17.761Z | [ recovery-image] Feb 21 22:41:15.779 INFO O| Feb 21 22:41:15.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6504 | 2025-02-21T22:41:17.761Z | [ recovery-image] Feb 21 22:41:15.779 INFO O| Feb 21 22:41:15.779 INFO STEP 629 (remove_files) COMPLETE |
6505 | 2025-02-21T22:41:17.763Z | [ recovery-image] Feb 21 22:41:15.779 INFO O| Feb 21 22:41:15.779 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2025-02-21T22:41:17.782Z | [ recovery-image] Feb 21 22:41:15.801 INFO O| Feb 21 22:41:15.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6507 | 2025-02-21T22:41:17.782Z | [ recovery-image] Feb 21 22:41:15.801 INFO O| Feb 21 22:41:15.801 INFO STEP 630 (remove_files) COMPLETE |
6508 | 2025-02-21T22:41:17.782Z | [ recovery-image] Feb 21 22:41:15.801 INFO O| Feb 21 22:41:15.801 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2025-02-21T22:41:17.803Z | [ recovery-image] Feb 21 22:41:15.821 INFO O| Feb 21 22:41:15.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6510 | 2025-02-21T22:41:17.803Z | [ recovery-image] Feb 21 22:41:15.821 INFO O| Feb 21 22:41:15.821 INFO STEP 631 (remove_files) COMPLETE |
6511 | 2025-02-21T22:41:17.803Z | [ recovery-image] Feb 21 22:41:15.821 INFO O| Feb 21 22:41:15.821 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2025-02-21T22:41:17.824Z | [ recovery-image] Feb 21 22:41:15.841 INFO O| Feb 21 22:41:15.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6513 | 2025-02-21T22:41:17.824Z | [ recovery-image] Feb 21 22:41:15.841 INFO O| Feb 21 22:41:15.841 INFO STEP 632 (remove_files) COMPLETE |
6514 | 2025-02-21T22:41:17.826Z | [ recovery-image] Feb 21 22:41:15.841 INFO O| Feb 21 22:41:15.841 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2025-02-21T22:41:17.856Z | [ recovery-image] Feb 21 22:41:15.875 INFO O| Feb 21 22:41:15.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6516 | 2025-02-21T22:41:17.859Z | [ recovery-image] Feb 21 22:41:15.875 INFO O| Feb 21 22:41:15.875 INFO STEP 633 (remove_files) COMPLETE |
6517 | 2025-02-21T22:41:17.859Z | [ recovery-image] Feb 21 22:41:15.875 INFO O| Feb 21 22:41:15.875 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2025-02-21T22:41:17.890Z | [ recovery-image] Feb 21 22:41:15.908 INFO O| Feb 21 22:41:15.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6519 | 2025-02-21T22:41:17.890Z | [ recovery-image] Feb 21 22:41:15.908 INFO O| Feb 21 22:41:15.908 INFO STEP 634 (remove_files) COMPLETE |
6520 | 2025-02-21T22:41:17.890Z | [ recovery-image] Feb 21 22:41:15.908 INFO O| Feb 21 22:41:15.908 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2025-02-21T22:41:17.979Z | [ recovery-image] Feb 21 22:41:15.997 INFO O| Feb 21 22:41:15.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6522 | 2025-02-21T22:41:17.979Z | [ recovery-image] Feb 21 22:41:15.997 INFO O| Feb 21 22:41:15.997 INFO STEP 635 (remove_files) COMPLETE |
6523 | 2025-02-21T22:41:17.979Z | [ recovery-image] Feb 21 22:41:15.997 INFO O| Feb 21 22:41:15.997 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2025-02-21T22:41:17.998Z | [ recovery-image] Feb 21 22:41:16.017 INFO O| Feb 21 22:41:16.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6525 | 2025-02-21T22:41:17.998Z | [ recovery-image] Feb 21 22:41:16.017 INFO O| Feb 21 22:41:16.017 INFO STEP 636 (remove_files) COMPLETE |
6526 | 2025-02-21T22:41:17.998Z | [ recovery-image] Feb 21 22:41:16.017 INFO O| Feb 21 22:41:16.017 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2025-02-21T22:41:18.017Z | [ recovery-image] Feb 21 22:41:16.036 INFO O| Feb 21 22:41:16.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6528 | 2025-02-21T22:41:18.017Z | [ recovery-image] Feb 21 22:41:16.036 INFO O| Feb 21 22:41:16.036 INFO STEP 637 (remove_files) COMPLETE |
6529 | 2025-02-21T22:41:18.018Z | [ recovery-image] Feb 21 22:41:16.036 INFO O| Feb 21 22:41:16.036 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2025-02-21T22:41:18.058Z | [ recovery-image] Feb 21 22:41:16.077 INFO O| Feb 21 22:41:16.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6531 | 2025-02-21T22:41:18.058Z | [ recovery-image] Feb 21 22:41:16.077 INFO O| Feb 21 22:41:16.077 INFO STEP 638 (remove_files) COMPLETE |
6532 | 2025-02-21T22:41:18.058Z | [ recovery-image] Feb 21 22:41:16.077 INFO O| Feb 21 22:41:16.077 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2025-02-21T22:41:18.122Z | [ recovery-image] Feb 21 22:41:16.140 INFO O| Feb 21 22:41:16.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6534 | 2025-02-21T22:41:18.122Z | [ recovery-image] Feb 21 22:41:16.141 INFO O| Feb 21 22:41:16.141 INFO STEP 639 (remove_files) COMPLETE |
6535 | 2025-02-21T22:41:18.122Z | [ recovery-image] Feb 21 22:41:16.141 INFO O| Feb 21 22:41:16.141 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2025-02-21T22:41:18.142Z | [ recovery-image] Feb 21 22:41:16.161 INFO O| Feb 21 22:41:16.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6537 | 2025-02-21T22:41:18.142Z | [ recovery-image] Feb 21 22:41:16.161 INFO O| Feb 21 22:41:16.161 INFO STEP 640 (remove_files) COMPLETE |
6538 | 2025-02-21T22:41:18.142Z | [ recovery-image] Feb 21 22:41:16.161 INFO O| Feb 21 22:41:16.161 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2025-02-21T22:41:18.186Z | [ recovery-image] Feb 21 22:41:16.204 INFO O| Feb 21 22:41:16.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6540 | 2025-02-21T22:41:18.186Z | [ recovery-image] Feb 21 22:41:16.204 INFO O| Feb 21 22:41:16.204 INFO STEP 641 (remove_files) COMPLETE |
6541 | 2025-02-21T22:41:18.188Z | [ recovery-image] Feb 21 22:41:16.204 INFO O| Feb 21 22:41:16.204 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2025-02-21T22:41:18.206Z | [ recovery-image] Feb 21 22:41:16.225 INFO O| Feb 21 22:41:16.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6543 | 2025-02-21T22:41:18.207Z | [ recovery-image] Feb 21 22:41:16.225 INFO O| Feb 21 22:41:16.225 INFO STEP 642 (remove_files) COMPLETE |
6544 | 2025-02-21T22:41:18.207Z | [ recovery-image] Feb 21 22:41:16.225 INFO O| Feb 21 22:41:16.225 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2025-02-21T22:41:18.226Z | [ recovery-image] Feb 21 22:41:16.245 INFO O| Feb 21 22:41:16.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6546 | 2025-02-21T22:41:18.226Z | [ recovery-image] Feb 21 22:41:16.245 INFO O| Feb 21 22:41:16.245 INFO STEP 643 (remove_files) COMPLETE |
6547 | 2025-02-21T22:41:18.226Z | [ recovery-image] Feb 21 22:41:16.245 INFO O| Feb 21 22:41:16.245 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2025-02-21T22:41:18.267Z | [ recovery-image] Feb 21 22:41:16.286 INFO O| Feb 21 22:41:16.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6549 | 2025-02-21T22:41:18.270Z | [ recovery-image] Feb 21 22:41:16.286 INFO O| Feb 21 22:41:16.286 INFO STEP 644 (remove_files) COMPLETE |
6550 | 2025-02-21T22:41:18.270Z | [ recovery-image] Feb 21 22:41:16.286 INFO O| Feb 21 22:41:16.286 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2025-02-21T22:41:18.289Z | [ recovery-image] Feb 21 22:41:16.307 INFO O| Feb 21 22:41:16.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6552 | 2025-02-21T22:41:18.293Z | [ recovery-image] Feb 21 22:41:16.312 INFO O| Feb 21 22:41:16.312 INFO STEP 645 (remove_files) COMPLETE |
6553 | 2025-02-21T22:41:18.293Z | [ recovery-image] Feb 21 22:41:16.312 INFO O| Feb 21 22:41:16.312 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2025-02-21T22:41:18.315Z | [ recovery-image] Feb 21 22:41:16.334 INFO O| Feb 21 22:41:16.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6555 | 2025-02-21T22:41:18.318Z | [ recovery-image] Feb 21 22:41:16.334 INFO O| Feb 21 22:41:16.334 INFO STEP 646 (remove_files) COMPLETE |
6556 | 2025-02-21T22:41:18.319Z | [ recovery-image] Feb 21 22:41:16.334 INFO O| Feb 21 22:41:16.334 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2025-02-21T22:41:18.351Z | [ recovery-image] Feb 21 22:41:16.369 INFO O| Feb 21 22:41:16.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6558 | 2025-02-21T22:41:18.351Z | [ recovery-image] Feb 21 22:41:16.369 INFO O| Feb 21 22:41:16.369 INFO STEP 647 (remove_files) COMPLETE |
6559 | 2025-02-21T22:41:18.351Z | [ recovery-image] Feb 21 22:41:16.369 INFO O| Feb 21 22:41:16.369 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2025-02-21T22:41:18.371Z | [ recovery-image] Feb 21 22:41:16.390 INFO O| Feb 21 22:41:16.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6561 | 2025-02-21T22:41:18.371Z | [ recovery-image] Feb 21 22:41:16.390 INFO O| Feb 21 22:41:16.390 INFO STEP 648 (remove_files) COMPLETE |
6562 | 2025-02-21T22:41:18.371Z | [ recovery-image] Feb 21 22:41:16.390 INFO O| Feb 21 22:41:16.390 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2025-02-21T22:41:18.395Z | [ recovery-image] Feb 21 22:41:16.412 INFO O| Feb 21 22:41:16.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6564 | 2025-02-21T22:41:18.395Z | [ recovery-image] Feb 21 22:41:16.412 INFO O| Feb 21 22:41:16.412 INFO STEP 649 (remove_files) COMPLETE |
6565 | 2025-02-21T22:41:18.398Z | [ recovery-image] Feb 21 22:41:16.412 INFO O| Feb 21 22:41:16.412 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2025-02-21T22:41:18.444Z | [ recovery-image] Feb 21 22:41:16.463 INFO O| Feb 21 22:41:16.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6567 | 2025-02-21T22:41:18.444Z | [ recovery-image] Feb 21 22:41:16.463 INFO O| Feb 21 22:41:16.463 INFO STEP 650 (remove_files) COMPLETE |
6568 | 2025-02-21T22:41:18.447Z | [ recovery-image] Feb 21 22:41:16.463 INFO O| Feb 21 22:41:16.463 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2025-02-21T22:41:18.467Z | [ recovery-image] Feb 21 22:41:16.486 INFO O| Feb 21 22:41:16.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6570 | 2025-02-21T22:41:18.468Z | [ recovery-image] Feb 21 22:41:16.486 INFO O| Feb 21 22:41:16.486 INFO STEP 651 (remove_files) COMPLETE |
6571 | 2025-02-21T22:41:18.468Z | [ recovery-image] Feb 21 22:41:16.486 INFO O| Feb 21 22:41:16.486 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2025-02-21T22:41:18.538Z | [ recovery-image] Feb 21 22:41:16.556 INFO O| Feb 21 22:41:16.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6573 | 2025-02-21T22:41:18.538Z | [ recovery-image] Feb 21 22:41:16.556 INFO O| Feb 21 22:41:16.556 INFO STEP 652 (remove_files) COMPLETE |
6574 | 2025-02-21T22:41:18.541Z | [ recovery-image] Feb 21 22:41:16.556 INFO O| Feb 21 22:41:16.556 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2025-02-21T22:41:18.560Z | [ recovery-image] Feb 21 22:41:16.578 INFO O| Feb 21 22:41:16.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6576 | 2025-02-21T22:41:18.560Z | [ recovery-image] Feb 21 22:41:16.579 INFO O| Feb 21 22:41:16.579 INFO STEP 653 (remove_files) COMPLETE |
6577 | 2025-02-21T22:41:18.560Z | [ recovery-image] Feb 21 22:41:16.579 INFO O| Feb 21 22:41:16.579 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2025-02-21T22:41:18.582Z | [ recovery-image] Feb 21 22:41:16.600 INFO O| Feb 21 22:41:16.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6579 | 2025-02-21T22:41:18.582Z | [ recovery-image] Feb 21 22:41:16.600 INFO O| Feb 21 22:41:16.600 INFO STEP 654 (remove_files) COMPLETE |
6580 | 2025-02-21T22:41:18.582Z | [ recovery-image] Feb 21 22:41:16.600 INFO O| Feb 21 22:41:16.600 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2025-02-21T22:41:18.628Z | [ recovery-image] Feb 21 22:41:16.629 INFO O| Feb 21 22:41:16.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6582 | 2025-02-21T22:41:18.630Z | [ recovery-image] Feb 21 22:41:16.629 INFO O| Feb 21 22:41:16.629 INFO STEP 655 (remove_files) COMPLETE |
6583 | 2025-02-21T22:41:18.630Z | [ recovery-image] Feb 21 22:41:16.629 INFO O| Feb 21 22:41:16.629 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2025-02-21T22:41:18.633Z | [ recovery-image] Feb 21 22:41:16.649 INFO O| Feb 21 22:41:16.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6585 | 2025-02-21T22:41:18.633Z | [ recovery-image] Feb 21 22:41:16.649 INFO O| Feb 21 22:41:16.649 INFO STEP 656 (remove_files) COMPLETE |
6586 | 2025-02-21T22:41:18.633Z | [ recovery-image] Feb 21 22:41:16.649 INFO O| Feb 21 22:41:16.649 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2025-02-21T22:41:18.650Z | [ recovery-image] Feb 21 22:41:16.669 INFO O| Feb 21 22:41:16.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6588 | 2025-02-21T22:41:18.650Z | [ recovery-image] Feb 21 22:41:16.669 INFO O| Feb 21 22:41:16.669 INFO STEP 657 (remove_files) COMPLETE |
6589 | 2025-02-21T22:41:18.651Z | [ recovery-image] Feb 21 22:41:16.669 INFO O| Feb 21 22:41:16.669 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2025-02-21T22:41:18.674Z | [ recovery-image] Feb 21 22:41:16.692 INFO O| Feb 21 22:41:16.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6591 | 2025-02-21T22:41:18.674Z | [ recovery-image] Feb 21 22:41:16.692 INFO O| Feb 21 22:41:16.692 INFO STEP 658 (remove_files) COMPLETE |
6592 | 2025-02-21T22:41:18.674Z | [ recovery-image] Feb 21 22:41:16.692 INFO O| Feb 21 22:41:16.692 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2025-02-21T22:41:18.695Z | [ recovery-image] Feb 21 22:41:16.713 INFO O| Feb 21 22:41:16.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6594 | 2025-02-21T22:41:18.695Z | [ recovery-image] Feb 21 22:41:16.713 INFO O| Feb 21 22:41:16.713 INFO STEP 659 (remove_files) COMPLETE |
6595 | 2025-02-21T22:41:18.695Z | [ recovery-image] Feb 21 22:41:16.713 INFO O| Feb 21 22:41:16.713 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2025-02-21T22:41:18.748Z | [ recovery-image] Feb 21 22:41:16.767 INFO O| Feb 21 22:41:16.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6597 | 2025-02-21T22:41:18.748Z | [ recovery-image] Feb 21 22:41:16.767 INFO O| Feb 21 22:41:16.767 INFO STEP 660 (remove_files) COMPLETE |
6598 | 2025-02-21T22:41:18.748Z | [ recovery-image] Feb 21 22:41:16.767 INFO O| Feb 21 22:41:16.767 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2025-02-21T22:41:18.836Z | [ recovery-image] Feb 21 22:41:16.855 INFO O| Feb 21 22:41:16.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6600 | 2025-02-21T22:41:18.836Z | [ recovery-image] Feb 21 22:41:16.855 INFO O| Feb 21 22:41:16.855 INFO STEP 661 (remove_files) COMPLETE |
6601 | 2025-02-21T22:41:18.836Z | [ recovery-image] Feb 21 22:41:16.855 INFO O| Feb 21 22:41:16.855 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2025-02-21T22:41:18.858Z | [ recovery-image] Feb 21 22:41:16.877 INFO O| Feb 21 22:41:16.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6603 | 2025-02-21T22:41:18.858Z | [ recovery-image] Feb 21 22:41:16.877 INFO O| Feb 21 22:41:16.877 INFO STEP 662 (remove_files) COMPLETE |
6604 | 2025-02-21T22:41:18.858Z | [ recovery-image] Feb 21 22:41:16.877 INFO O| Feb 21 22:41:16.877 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2025-02-21T22:41:18.879Z | [ recovery-image] Feb 21 22:41:16.898 INFO O| Feb 21 22:41:16.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6606 | 2025-02-21T22:41:18.879Z | [ recovery-image] Feb 21 22:41:16.898 INFO O| Feb 21 22:41:16.898 INFO STEP 663 (remove_files) COMPLETE |
6607 | 2025-02-21T22:41:18.879Z | [ recovery-image] Feb 21 22:41:16.898 INFO O| Feb 21 22:41:16.898 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2025-02-21T22:41:18.905Z | [ recovery-image] Feb 21 22:41:16.923 INFO O| Feb 21 22:41:16.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6609 | 2025-02-21T22:41:18.907Z | [ recovery-image] Feb 21 22:41:16.923 INFO O| Feb 21 22:41:16.923 INFO STEP 664 (remove_files) COMPLETE |
6610 | 2025-02-21T22:41:18.907Z | [ recovery-image] Feb 21 22:41:16.924 INFO O| Feb 21 22:41:16.923 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2025-02-21T22:41:18.928Z | [ recovery-image] Feb 21 22:41:16.947 INFO O| Feb 21 22:41:16.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6612 | 2025-02-21T22:41:18.931Z | [ recovery-image] Feb 21 22:41:16.947 INFO O| Feb 21 22:41:16.947 INFO STEP 665 (remove_files) COMPLETE |
6613 | 2025-02-21T22:41:18.931Z | [ recovery-image] Feb 21 22:41:16.947 INFO O| Feb 21 22:41:16.947 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2025-02-21T22:41:18.953Z | [ recovery-image] Feb 21 22:41:16.970 INFO O| Feb 21 22:41:16.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6615 | 2025-02-21T22:41:18.953Z | [ recovery-image] Feb 21 22:41:16.971 INFO O| Feb 21 22:41:16.971 INFO STEP 666 (remove_files) COMPLETE |
6616 | 2025-02-21T22:41:18.953Z | [ recovery-image] Feb 21 22:41:16.971 INFO O| Feb 21 22:41:16.971 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2025-02-21T22:41:18.975Z | [ recovery-image] Feb 21 22:41:16.993 INFO O| Feb 21 22:41:16.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6618 | 2025-02-21T22:41:18.975Z | [ recovery-image] Feb 21 22:41:16.993 INFO O| Feb 21 22:41:16.993 INFO STEP 667 (remove_files) COMPLETE |
6619 | 2025-02-21T22:41:18.975Z | [ recovery-image] Feb 21 22:41:16.993 INFO O| Feb 21 22:41:16.993 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2025-02-21T22:41:19.015Z | [ recovery-image] Feb 21 22:41:17.034 INFO O| Feb 21 22:41:17.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6621 | 2025-02-21T22:41:19.018Z | [ recovery-image] Feb 21 22:41:17.034 INFO O| Feb 21 22:41:17.034 INFO STEP 668 (remove_files) COMPLETE |
6622 | 2025-02-21T22:41:19.018Z | [ recovery-image] Feb 21 22:41:17.034 INFO O| Feb 21 22:41:17.034 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2025-02-21T22:41:19.037Z | [ recovery-image] Feb 21 22:41:17.055 INFO O| Feb 21 22:41:17.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6624 | 2025-02-21T22:41:19.037Z | [ recovery-image] Feb 21 22:41:17.056 INFO O| Feb 21 22:41:17.056 INFO STEP 669 (remove_files) COMPLETE |
6625 | 2025-02-21T22:41:19.040Z | [ recovery-image] Feb 21 22:41:17.056 INFO O| Feb 21 22:41:17.056 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2025-02-21T22:41:19.075Z | [ recovery-image] Feb 21 22:41:17.093 INFO O| Feb 21 22:41:17.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6627 | 2025-02-21T22:41:19.078Z | [ recovery-image] Feb 21 22:41:17.094 INFO O| Feb 21 22:41:17.093 INFO STEP 670 (remove_files) COMPLETE |
6628 | 2025-02-21T22:41:19.078Z | [ recovery-image] Feb 21 22:41:17.094 INFO O| Feb 21 22:41:17.094 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2025-02-21T22:41:19.098Z | [ recovery-image] Feb 21 22:41:17.117 INFO O| Feb 21 22:41:17.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6630 | 2025-02-21T22:41:19.101Z | [ recovery-image] Feb 21 22:41:17.117 INFO O| Feb 21 22:41:17.117 INFO STEP 671 (remove_files) COMPLETE |
6631 | 2025-02-21T22:41:19.101Z | [ recovery-image] Feb 21 22:41:17.117 INFO O| Feb 21 22:41:17.117 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2025-02-21T22:41:19.134Z | [ recovery-image] Feb 21 22:41:17.152 INFO O| Feb 21 22:41:17.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6633 | 2025-02-21T22:41:19.134Z | [ recovery-image] Feb 21 22:41:17.152 INFO O| Feb 21 22:41:17.152 INFO STEP 672 (remove_files) COMPLETE |
6634 | 2025-02-21T22:41:19.508Z | [ recovery-image] Feb 21 22:41:17.152 INFO O| Feb 21 22:41:17.152 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2025-02-21T22:41:19.520Z | [ recovery-image] Feb 21 22:41:17.174 INFO O| Feb 21 22:41:17.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6636 | 2025-02-21T22:41:19.520Z | [ recovery-image] Feb 21 22:41:17.174 INFO O| Feb 21 22:41:17.174 INFO STEP 673 (remove_files) COMPLETE |
6637 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.174 INFO O| Feb 21 22:41:17.174 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.221 INFO O| Feb 21 22:41:17.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6639 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.221 INFO O| Feb 21 22:41:17.221 INFO STEP 674 (remove_files) COMPLETE |
6640 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.221 INFO O| Feb 21 22:41:17.221 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.286 INFO O| Feb 21 22:41:17.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6642 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.287 INFO O| Feb 21 22:41:17.287 INFO STEP 675 (remove_files) COMPLETE |
6643 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.287 INFO O| Feb 21 22:41:17.287 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.347 INFO O| Feb 21 22:41:17.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6645 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.347 INFO O| Feb 21 22:41:17.347 INFO STEP 676 (remove_files) COMPLETE |
6646 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.347 INFO O| Feb 21 22:41:17.347 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.371 INFO O| Feb 21 22:41:17.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6648 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.371 INFO O| Feb 21 22:41:17.371 INFO STEP 677 (remove_files) COMPLETE |
6649 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.371 INFO O| Feb 21 22:41:17.371 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.391 INFO O| Feb 21 22:41:17.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6651 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.391 INFO O| Feb 21 22:41:17.391 INFO STEP 678 (remove_files) COMPLETE |
6652 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.391 INFO O| Feb 21 22:41:17.391 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.413 INFO O| Feb 21 22:41:17.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6654 | 2025-02-21T22:41:19.521Z | [ recovery-image] Feb 21 22:41:17.413 INFO O| Feb 21 22:41:17.413 INFO STEP 679 (remove_files) COMPLETE |
6655 | 2025-02-21T22:41:19.522Z | [ recovery-image] Feb 21 22:41:17.413 INFO O| Feb 21 22:41:17.413 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2025-02-21T22:41:19.522Z | [ recovery-image] Feb 21 22:41:17.434 INFO O| Feb 21 22:41:17.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6657 | 2025-02-21T22:41:19.522Z | [ recovery-image] Feb 21 22:41:17.435 INFO O| Feb 21 22:41:17.435 INFO STEP 680 (remove_files) COMPLETE |
6658 | 2025-02-21T22:41:19.522Z | [ recovery-image] Feb 21 22:41:17.435 INFO O| Feb 21 22:41:17.435 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2025-02-21T22:41:19.522Z | [ recovery-image] Feb 21 22:41:17.456 INFO O| Feb 21 22:41:17.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6660 | 2025-02-21T22:41:19.522Z | [ recovery-image] Feb 21 22:41:17.456 INFO O| Feb 21 22:41:17.456 INFO STEP 681 (remove_files) COMPLETE |
6661 | 2025-02-21T22:41:19.522Z | [ recovery-image] Feb 21 22:41:17.456 INFO O| Feb 21 22:41:17.456 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2025-02-21T22:41:19.522Z | [ recovery-image] Feb 21 22:41:17.478 INFO O| Feb 21 22:41:17.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6663 | 2025-02-21T22:41:19.522Z | [ recovery-image] Feb 21 22:41:17.478 INFO O| Feb 21 22:41:17.478 INFO STEP 682 (remove_files) COMPLETE |
6664 | 2025-02-21T22:41:19.522Z | [ recovery-image] Feb 21 22:41:17.478 INFO O| Feb 21 22:41:17.478 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2025-02-21T22:41:19.523Z | [ recovery-image] Feb 21 22:41:17.518 INFO O| Feb 21 22:41:17.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6666 | 2025-02-21T22:41:19.523Z | [ recovery-image] Feb 21 22:41:17.518 INFO O| Feb 21 22:41:17.518 INFO STEP 683 (remove_files) COMPLETE |
6667 | 2025-02-21T22:41:19.523Z | [ recovery-image] Feb 21 22:41:17.518 INFO O| Feb 21 22:41:17.518 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2025-02-21T22:41:19.526Z | [ recovery-image] Feb 21 22:41:17.540 INFO O| Feb 21 22:41:17.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6669 | 2025-02-21T22:41:19.526Z | [ recovery-image] Feb 21 22:41:17.540 INFO O| Feb 21 22:41:17.540 INFO STEP 684 (remove_files) COMPLETE |
6670 | 2025-02-21T22:41:19.526Z | [ recovery-image] Feb 21 22:41:17.541 INFO O| Feb 21 22:41:17.540 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2025-02-21T22:41:19.561Z | [ recovery-image] Feb 21 22:41:17.580 INFO O| Feb 21 22:41:17.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6672 | 2025-02-21T22:41:19.562Z | [ recovery-image] Feb 21 22:41:17.580 INFO O| Feb 21 22:41:17.580 INFO STEP 685 (remove_files) COMPLETE |
6673 | 2025-02-21T22:41:19.562Z | [ recovery-image] Feb 21 22:41:17.580 INFO O| Feb 21 22:41:17.580 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2025-02-21T22:41:19.586Z | [ recovery-image] Feb 21 22:41:17.603 INFO O| Feb 21 22:41:17.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6675 | 2025-02-21T22:41:19.586Z | [ recovery-image] Feb 21 22:41:17.603 INFO O| Feb 21 22:41:17.603 INFO STEP 686 (remove_files) COMPLETE |
6676 | 2025-02-21T22:41:19.586Z | [ recovery-image] Feb 21 22:41:17.603 INFO O| Feb 21 22:41:17.603 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2025-02-21T22:41:19.649Z | [ recovery-image] Feb 21 22:41:17.667 INFO O| Feb 21 22:41:17.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6678 | 2025-02-21T22:41:19.649Z | [ recovery-image] Feb 21 22:41:17.668 INFO O| Feb 21 22:41:17.667 INFO STEP 687 (remove_files) COMPLETE |
6679 | 2025-02-21T22:41:19.652Z | [ recovery-image] Feb 21 22:41:17.668 INFO O| Feb 21 22:41:17.668 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2025-02-21T22:41:19.670Z | [ recovery-image] Feb 21 22:41:17.688 INFO O| Feb 21 22:41:17.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6681 | 2025-02-21T22:41:19.670Z | [ recovery-image] Feb 21 22:41:17.688 INFO O| Feb 21 22:41:17.688 INFO STEP 688 (remove_files) COMPLETE |
6682 | 2025-02-21T22:41:19.672Z | [ recovery-image] Feb 21 22:41:17.688 INFO O| Feb 21 22:41:17.688 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2025-02-21T22:41:19.697Z | [ recovery-image] Feb 21 22:41:17.715 INFO O| Feb 21 22:41:17.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6684 | 2025-02-21T22:41:19.697Z | [ recovery-image] Feb 21 22:41:17.715 INFO O| Feb 21 22:41:17.715 INFO STEP 689 (remove_files) COMPLETE |
6685 | 2025-02-21T22:41:19.697Z | [ recovery-image] Feb 21 22:41:17.715 INFO O| Feb 21 22:41:17.715 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2025-02-21T22:41:19.720Z | [ recovery-image] Feb 21 22:41:17.739 INFO O| Feb 21 22:41:17.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6687 | 2025-02-21T22:41:19.720Z | [ recovery-image] Feb 21 22:41:17.739 INFO O| Feb 21 22:41:17.739 INFO STEP 690 (remove_files) COMPLETE |
6688 | 2025-02-21T22:41:19.720Z | [ recovery-image] Feb 21 22:41:17.739 INFO O| Feb 21 22:41:17.739 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2025-02-21T22:41:19.751Z | [ recovery-image] Feb 21 22:41:17.769 INFO O| Feb 21 22:41:17.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6690 | 2025-02-21T22:41:19.754Z | [ recovery-image] Feb 21 22:41:17.769 INFO O| Feb 21 22:41:17.769 INFO STEP 691 (remove_files) COMPLETE |
6691 | 2025-02-21T22:41:19.754Z | [ recovery-image] Feb 21 22:41:17.769 INFO O| Feb 21 22:41:17.769 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2025-02-21T22:41:19.774Z | [ recovery-image] Feb 21 22:41:17.792 INFO O| Feb 21 22:41:17.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6693 | 2025-02-21T22:41:19.774Z | [ recovery-image] Feb 21 22:41:17.792 INFO O| Feb 21 22:41:17.792 INFO STEP 692 (remove_files) COMPLETE |
6694 | 2025-02-21T22:41:19.774Z | [ recovery-image] Feb 21 22:41:17.792 INFO O| Feb 21 22:41:17.792 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2025-02-21T22:41:19.805Z | [ recovery-image] Feb 21 22:41:17.823 INFO O| Feb 21 22:41:17.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6696 | 2025-02-21T22:41:19.808Z | [ recovery-image] Feb 21 22:41:17.824 INFO O| Feb 21 22:41:17.823 INFO STEP 693 (remove_files) COMPLETE |
6697 | 2025-02-21T22:41:19.808Z | [ recovery-image] Feb 21 22:41:17.824 INFO O| Feb 21 22:41:17.824 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2025-02-21T22:41:19.827Z | [ recovery-image] Feb 21 22:41:17.846 INFO O| Feb 21 22:41:17.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6699 | 2025-02-21T22:41:19.830Z | [ recovery-image] Feb 21 22:41:17.846 INFO O| Feb 21 22:41:17.846 INFO STEP 694 (remove_files) COMPLETE |
6700 | 2025-02-21T22:41:19.830Z | [ recovery-image] Feb 21 22:41:17.846 INFO O| Feb 21 22:41:17.846 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2025-02-21T22:41:19.865Z | [ recovery-image] Feb 21 22:41:17.884 INFO O| Feb 21 22:41:17.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6702 | 2025-02-21T22:41:19.868Z | [ recovery-image] Feb 21 22:41:17.884 INFO O| Feb 21 22:41:17.884 INFO STEP 695 (remove_files) COMPLETE |
6703 | 2025-02-21T22:41:19.868Z | [ recovery-image] Feb 21 22:41:17.884 INFO O| Feb 21 22:41:17.884 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2025-02-21T22:41:19.904Z | [ recovery-image] Feb 21 22:41:17.922 INFO O| Feb 21 22:41:17.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6705 | 2025-02-21T22:41:19.904Z | [ recovery-image] Feb 21 22:41:17.922 INFO O| Feb 21 22:41:17.922 INFO STEP 696 (remove_files) COMPLETE |
6706 | 2025-02-21T22:41:19.907Z | [ recovery-image] Feb 21 22:41:17.922 INFO O| Feb 21 22:41:17.922 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2025-02-21T22:41:19.925Z | [ recovery-image] Feb 21 22:41:17.943 INFO O| Feb 21 22:41:17.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6708 | 2025-02-21T22:41:19.925Z | [ recovery-image] Feb 21 22:41:17.944 INFO O| Feb 21 22:41:17.943 INFO STEP 697 (remove_files) COMPLETE |
6709 | 2025-02-21T22:41:19.925Z | [ recovery-image] Feb 21 22:41:17.944 INFO O| Feb 21 22:41:17.944 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2025-02-21T22:41:20.027Z | [ recovery-image] Feb 21 22:41:18.036 INFO O| Feb 21 22:41:18.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6711 | 2025-02-21T22:41:20.027Z | [ recovery-image] Feb 21 22:41:18.036 INFO O| Feb 21 22:41:18.036 INFO STEP 698 (remove_files) COMPLETE |
6712 | 2025-02-21T22:41:20.030Z | [ recovery-image] Feb 21 22:41:18.036 INFO O| Feb 21 22:41:18.036 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2025-02-21T22:41:20.037Z | [ recovery-image] Feb 21 22:41:18.056 INFO O| Feb 21 22:41:18.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6714 | 2025-02-21T22:41:20.040Z | [ recovery-image] Feb 21 22:41:18.056 INFO O| Feb 21 22:41:18.056 INFO STEP 699 (remove_files) COMPLETE |
6715 | 2025-02-21T22:41:20.040Z | [ recovery-image] Feb 21 22:41:18.056 INFO O| Feb 21 22:41:18.056 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6716 | 2025-02-21T22:41:20.059Z | [ recovery-image] Feb 21 22:41:18.077 INFO O| Feb 21 22:41:18.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6717 | 2025-02-21T22:41:20.062Z | [ recovery-image] Feb 21 22:41:18.078 INFO O| Feb 21 22:41:18.077 INFO STEP 700 (remove_files) COMPLETE |
6718 | 2025-02-21T22:41:20.062Z | [ recovery-image] Feb 21 22:41:18.078 INFO O| Feb 21 22:41:18.078 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6719 | 2025-02-21T22:41:20.080Z | [ recovery-image] Feb 21 22:41:18.098 INFO O| Feb 21 22:41:18.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6720 | 2025-02-21T22:41:20.083Z | [ recovery-image] Feb 21 22:41:18.099 INFO O| Feb 21 22:41:18.099 INFO STEP 701 (remove_files) COMPLETE |
6721 | 2025-02-21T22:41:20.083Z | [ recovery-image] Feb 21 22:41:18.099 INFO O| Feb 21 22:41:18.099 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6722 | 2025-02-21T22:41:20.102Z | [ recovery-image] Feb 21 22:41:18.120 INFO O| Feb 21 22:41:18.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6723 | 2025-02-21T22:41:20.102Z | [ recovery-image] Feb 21 22:41:18.120 INFO O| Feb 21 22:41:18.120 INFO STEP 702 (remove_files) COMPLETE |
6724 | 2025-02-21T22:41:20.104Z | [ recovery-image] Feb 21 22:41:18.120 INFO O| Feb 21 22:41:18.120 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6725 | 2025-02-21T22:41:20.128Z | [ recovery-image] Feb 21 22:41:18.146 INFO O| Feb 21 22:41:18.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6726 | 2025-02-21T22:41:20.128Z | [ recovery-image] Feb 21 22:41:18.146 INFO O| Feb 21 22:41:18.146 INFO STEP 703 (remove_files) COMPLETE |
6727 | 2025-02-21T22:41:20.128Z | [ recovery-image] Feb 21 22:41:18.146 INFO O| Feb 21 22:41:18.146 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6728 | 2025-02-21T22:41:20.164Z | [ recovery-image] Feb 21 22:41:18.182 INFO O| Feb 21 22:41:18.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6729 | 2025-02-21T22:41:20.164Z | [ recovery-image] Feb 21 22:41:18.182 INFO O| Feb 21 22:41:18.182 INFO STEP 704 (remove_files) COMPLETE |
6730 | 2025-02-21T22:41:20.164Z | [ recovery-image] Feb 21 22:41:18.182 INFO O| Feb 21 22:41:18.182 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6731 | 2025-02-21T22:41:20.201Z | [ recovery-image] Feb 21 22:41:18.219 INFO O| Feb 21 22:41:18.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6732 | 2025-02-21T22:41:20.201Z | [ recovery-image] Feb 21 22:41:18.219 INFO O| Feb 21 22:41:18.219 INFO STEP 705 (remove_files) COMPLETE |
6733 | 2025-02-21T22:41:20.202Z | [ recovery-image] Feb 21 22:41:18.219 INFO O| Feb 21 22:41:18.219 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6734 | 2025-02-21T22:41:20.230Z | [ recovery-image] Feb 21 22:41:18.248 INFO O| Feb 21 22:41:18.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6735 | 2025-02-21T22:41:20.233Z | [ recovery-image] Feb 21 22:41:18.248 INFO O| Feb 21 22:41:18.248 INFO STEP 706 (remove_files) COMPLETE |
6736 | 2025-02-21T22:41:20.233Z | [ recovery-image] Feb 21 22:41:18.249 INFO O| Feb 21 22:41:18.248 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6737 | 2025-02-21T22:41:20.253Z | [ recovery-image] Feb 21 22:41:18.271 INFO O| Feb 21 22:41:18.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6738 | 2025-02-21T22:41:20.253Z | [ recovery-image] Feb 21 22:41:18.271 INFO O| Feb 21 22:41:18.271 INFO STEP 707 (remove_files) COMPLETE |
6739 | 2025-02-21T22:41:20.256Z | [ recovery-image] Feb 21 22:41:18.271 INFO O| Feb 21 22:41:18.271 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6740 | 2025-02-21T22:41:20.283Z | [ recovery-image] Feb 21 22:41:18.301 INFO O| Feb 21 22:41:18.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6741 | 2025-02-21T22:41:20.283Z | [ recovery-image] Feb 21 22:41:18.301 INFO O| Feb 21 22:41:18.301 INFO STEP 708 (remove_files) COMPLETE |
6742 | 2025-02-21T22:41:20.283Z | [ recovery-image] Feb 21 22:41:18.301 INFO O| Feb 21 22:41:18.301 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6743 | 2025-02-21T22:41:20.306Z | [ recovery-image] Feb 21 22:41:18.323 INFO O| Feb 21 22:41:18.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6744 | 2025-02-21T22:41:20.306Z | [ recovery-image] Feb 21 22:41:18.323 INFO O| Feb 21 22:41:18.323 INFO STEP 709 (remove_files) COMPLETE |
6745 | 2025-02-21T22:41:20.306Z | [ recovery-image] Feb 21 22:41:18.323 INFO O| Feb 21 22:41:18.323 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6746 | 2025-02-21T22:41:20.361Z | [ recovery-image] Feb 21 22:41:18.380 INFO O| Feb 21 22:41:18.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6747 | 2025-02-21T22:41:20.361Z | [ recovery-image] Feb 21 22:41:18.380 INFO O| Feb 21 22:41:18.380 INFO STEP 710 (remove_files) COMPLETE |
6748 | 2025-02-21T22:41:20.361Z | [ recovery-image] Feb 21 22:41:18.380 INFO O| Feb 21 22:41:18.380 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6749 | 2025-02-21T22:41:20.392Z | [ recovery-image] Feb 21 22:41:18.410 INFO O| Feb 21 22:41:18.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6750 | 2025-02-21T22:41:20.392Z | [ recovery-image] Feb 21 22:41:18.410 INFO O| Feb 21 22:41:18.410 INFO STEP 711 (remove_files) COMPLETE |
6751 | 2025-02-21T22:41:20.395Z | [ recovery-image] Feb 21 22:41:18.411 INFO O| Feb 21 22:41:18.410 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6752 | 2025-02-21T22:41:20.412Z | [ recovery-image] Feb 21 22:41:18.430 INFO O| Feb 21 22:41:18.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6753 | 2025-02-21T22:41:20.412Z | [ recovery-image] Feb 21 22:41:18.430 INFO O| Feb 21 22:41:18.430 INFO STEP 712 (remove_files) COMPLETE |
6754 | 2025-02-21T22:41:20.412Z | [ recovery-image] Feb 21 22:41:18.430 INFO O| Feb 21 22:41:18.430 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6755 | 2025-02-21T22:41:20.433Z | [ recovery-image] Feb 21 22:41:18.451 INFO O| Feb 21 22:41:18.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6756 | 2025-02-21T22:41:20.433Z | [ recovery-image] Feb 21 22:41:18.452 INFO O| Feb 21 22:41:18.452 INFO STEP 713 (remove_files) COMPLETE |
6757 | 2025-02-21T22:41:20.433Z | [ recovery-image] Feb 21 22:41:18.452 INFO O| Feb 21 22:41:18.452 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6758 | 2025-02-21T22:41:20.460Z | [ recovery-image] Feb 21 22:41:18.477 INFO O| Feb 21 22:41:18.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6759 | 2025-02-21T22:41:20.460Z | [ recovery-image] Feb 21 22:41:18.477 INFO O| Feb 21 22:41:18.477 INFO STEP 714 (remove_files) COMPLETE |
6760 | 2025-02-21T22:41:20.460Z | [ recovery-image] Feb 21 22:41:18.477 INFO O| Feb 21 22:41:18.477 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6761 | 2025-02-21T22:41:20.514Z | [ recovery-image] Feb 21 22:41:18.532 INFO O| Feb 21 22:41:18.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6762 | 2025-02-21T22:41:20.514Z | [ recovery-image] Feb 21 22:41:18.532 INFO O| Feb 21 22:41:18.532 INFO STEP 715 (remove_files) COMPLETE |
6763 | 2025-02-21T22:41:20.517Z | [ recovery-image] Feb 21 22:41:18.532 INFO O| Feb 21 22:41:18.532 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6764 | 2025-02-21T22:41:20.552Z | [ recovery-image] Feb 21 22:41:18.570 INFO O| Feb 21 22:41:18.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6765 | 2025-02-21T22:41:20.552Z | [ recovery-image] Feb 21 22:41:18.570 INFO O| Feb 21 22:41:18.570 INFO STEP 716 (remove_files) COMPLETE |
6766 | 2025-02-21T22:41:20.552Z | [ recovery-image] Feb 21 22:41:18.570 INFO O| Feb 21 22:41:18.570 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6767 | 2025-02-21T22:41:20.593Z | [ recovery-image] Feb 21 22:41:18.611 INFO O| Feb 21 22:41:18.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6768 | 2025-02-21T22:41:20.593Z | [ recovery-image] Feb 21 22:41:18.611 INFO O| Feb 21 22:41:18.611 INFO STEP 717 (remove_files) COMPLETE |
6769 | 2025-02-21T22:41:20.593Z | [ recovery-image] Feb 21 22:41:18.611 INFO O| Feb 21 22:41:18.611 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6770 | 2025-02-21T22:41:20.653Z | [ recovery-image] Feb 21 22:41:18.672 INFO O| Feb 21 22:41:18.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6771 | 2025-02-21T22:41:20.653Z | [ recovery-image] Feb 21 22:41:18.672 INFO O| Feb 21 22:41:18.672 INFO STEP 718 (remove_files) COMPLETE |
6772 | 2025-02-21T22:41:20.656Z | [ recovery-image] Feb 21 22:41:18.672 INFO O| Feb 21 22:41:18.672 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6773 | 2025-02-21T22:41:20.715Z | [ recovery-image] Feb 21 22:41:18.733 INFO O| Feb 21 22:41:18.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6774 | 2025-02-21T22:41:20.717Z | [ recovery-image] Feb 21 22:41:18.733 INFO O| Feb 21 22:41:18.733 INFO STEP 719 (remove_files) COMPLETE |
6775 | 2025-02-21T22:41:20.717Z | [ recovery-image] Feb 21 22:41:18.733 INFO O| Feb 21 22:41:18.733 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6776 | 2025-02-21T22:41:20.775Z | [ recovery-image] Feb 21 22:41:18.793 INFO O| Feb 21 22:41:18.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6777 | 2025-02-21T22:41:20.778Z | [ recovery-image] Feb 21 22:41:18.793 INFO O| Feb 21 22:41:18.793 INFO STEP 720 (remove_files) COMPLETE |
6778 | 2025-02-21T22:41:20.778Z | [ recovery-image] Feb 21 22:41:18.794 INFO O| Feb 21 22:41:18.794 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6779 | 2025-02-21T22:41:20.804Z | [ recovery-image] Feb 21 22:41:18.822 INFO O| Feb 21 22:41:18.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6780 | 2025-02-21T22:41:20.804Z | [ recovery-image] Feb 21 22:41:18.822 INFO O| Feb 21 22:41:18.822 INFO STEP 721 (remove_files) COMPLETE |
6781 | 2025-02-21T22:41:20.804Z | [ recovery-image] Feb 21 22:41:18.822 INFO O| Feb 21 22:41:18.822 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6782 | 2025-02-21T22:41:20.838Z | [ recovery-image] Feb 21 22:41:18.856 INFO O| Feb 21 22:41:18.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6783 | 2025-02-21T22:41:20.838Z | [ recovery-image] Feb 21 22:41:18.856 INFO O| Feb 21 22:41:18.856 INFO STEP 722 (remove_files) COMPLETE |
6784 | 2025-02-21T22:41:20.841Z | [ recovery-image] Feb 21 22:41:18.856 INFO O| Feb 21 22:41:18.856 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6785 | 2025-02-21T22:41:20.875Z | [ recovery-image] Feb 21 22:41:18.893 INFO O| Feb 21 22:41:18.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6786 | 2025-02-21T22:41:20.900Z | [ recovery-image] Feb 21 22:41:18.918 INFO O| Feb 21 22:41:18.918 INFO STEP 723 (remove_files) COMPLETE |
6787 | 2025-02-21T22:41:20.900Z | [ recovery-image] Feb 21 22:41:18.918 INFO O| Feb 21 22:41:18.918 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6788 | 2025-02-21T22:41:20.933Z | [ recovery-image] Feb 21 22:41:18.951 INFO O| Feb 21 22:41:18.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6789 | 2025-02-21T22:41:20.933Z | [ recovery-image] Feb 21 22:41:18.952 INFO O| Feb 21 22:41:18.952 INFO STEP 724 (remove_files) COMPLETE |
6790 | 2025-02-21T22:41:20.936Z | [ recovery-image] Feb 21 22:41:18.952 INFO O| Feb 21 22:41:18.952 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6791 | 2025-02-21T22:41:20.978Z | [ recovery-image] Feb 21 22:41:18.997 INFO O| Feb 21 22:41:18.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6792 | 2025-02-21T22:41:20.978Z | [ recovery-image] Feb 21 22:41:18.997 INFO O| Feb 21 22:41:18.997 INFO STEP 725 (remove_files) COMPLETE |
6793 | 2025-02-21T22:41:20.981Z | [ recovery-image] Feb 21 22:41:18.997 INFO O| Feb 21 22:41:18.997 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6794 | 2025-02-21T22:41:21.001Z | [ recovery-image] Feb 21 22:41:19.018 INFO O| Feb 21 22:41:19.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6795 | 2025-02-21T22:41:21.001Z | [ recovery-image] Feb 21 22:41:19.019 INFO O| Feb 21 22:41:19.019 INFO STEP 726 (remove_files) COMPLETE |
6796 | 2025-02-21T22:41:21.001Z | [ recovery-image] Feb 21 22:41:19.019 INFO O| Feb 21 22:41:19.019 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6797 | 2025-02-21T22:41:21.054Z | [ recovery-image] Feb 21 22:41:19.072 INFO O| Feb 21 22:41:19.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6798 | 2025-02-21T22:41:21.056Z | [ recovery-image] Feb 21 22:41:19.072 INFO O| Feb 21 22:41:19.072 INFO STEP 727 (remove_files) COMPLETE |
6799 | 2025-02-21T22:41:21.056Z | [ recovery-image] Feb 21 22:41:19.072 INFO O| Feb 21 22:41:19.072 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6800 | 2025-02-21T22:41:21.087Z | [ recovery-image] Feb 21 22:41:19.105 INFO O| Feb 21 22:41:19.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6801 | 2025-02-21T22:41:21.087Z | [ recovery-image] Feb 21 22:41:19.106 INFO O| Feb 21 22:41:19.105 INFO STEP 728 (remove_files) COMPLETE |
6802 | 2025-02-21T22:41:21.090Z | [ recovery-image] Feb 21 22:41:19.106 INFO O| Feb 21 22:41:19.106 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6803 | 2025-02-21T22:41:21.110Z | [ recovery-image] Feb 21 22:41:19.128 INFO O| Feb 21 22:41:19.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6804 | 2025-02-21T22:41:21.110Z | [ recovery-image] Feb 21 22:41:19.128 INFO O| Feb 21 22:41:19.128 INFO STEP 729 (remove_files) COMPLETE |
6805 | 2025-02-21T22:41:21.110Z | [ recovery-image] Feb 21 22:41:19.128 INFO O| Feb 21 22:41:19.128 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6806 | 2025-02-21T22:41:21.137Z | [ recovery-image] Feb 21 22:41:19.154 INFO O| Feb 21 22:41:19.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6807 | 2025-02-21T22:41:21.137Z | [ recovery-image] Feb 21 22:41:19.154 INFO O| Feb 21 22:41:19.154 INFO STEP 730 (remove_files) COMPLETE |
6808 | 2025-02-21T22:41:21.137Z | [ recovery-image] Feb 21 22:41:19.154 INFO O| Feb 21 22:41:19.154 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6809 | 2025-02-21T22:41:21.180Z | [ recovery-image] Feb 21 22:41:19.198 INFO O| Feb 21 22:41:19.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6810 | 2025-02-21T22:41:21.180Z | [ recovery-image] Feb 21 22:41:19.198 INFO O| Feb 21 22:41:19.198 INFO STEP 731 (remove_files) COMPLETE |
6811 | 2025-02-21T22:41:21.183Z | [ recovery-image] Feb 21 22:41:19.198 INFO O| Feb 21 22:41:19.198 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2025-02-21T22:41:21.212Z | [ recovery-image] Feb 21 22:41:19.230 INFO O| Feb 21 22:41:19.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6813 | 2025-02-21T22:41:21.212Z | [ recovery-image] Feb 21 22:41:19.230 INFO O| Feb 21 22:41:19.230 INFO STEP 732 (remove_files) COMPLETE |
6814 | 2025-02-21T22:41:21.215Z | [ recovery-image] Feb 21 22:41:19.230 INFO O| Feb 21 22:41:19.230 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2025-02-21T22:41:21.251Z | [ recovery-image] Feb 21 22:41:19.269 INFO O| Feb 21 22:41:19.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6816 | 2025-02-21T22:41:21.251Z | [ recovery-image] Feb 21 22:41:19.269 INFO O| Feb 21 22:41:19.269 INFO STEP 733 (remove_files) COMPLETE |
6817 | 2025-02-21T22:41:21.254Z | [ recovery-image] Feb 21 22:41:19.269 INFO O| Feb 21 22:41:19.269 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2025-02-21T22:41:21.287Z | [ recovery-image] Feb 21 22:41:19.305 INFO O| Feb 21 22:41:19.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6819 | 2025-02-21T22:41:21.287Z | [ recovery-image] Feb 21 22:41:19.305 INFO O| Feb 21 22:41:19.305 INFO STEP 734 (remove_files) COMPLETE |
6820 | 2025-02-21T22:41:21.287Z | [ recovery-image] Feb 21 22:41:19.305 INFO O| Feb 21 22:41:19.305 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2025-02-21T22:41:21.314Z | [ recovery-image] Feb 21 22:41:19.332 INFO O| Feb 21 22:41:19.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6822 | 2025-02-21T22:41:21.317Z | [ recovery-image] Feb 21 22:41:19.333 INFO O| Feb 21 22:41:19.332 INFO STEP 735 (remove_files) COMPLETE |
6823 | 2025-02-21T22:41:21.317Z | [ recovery-image] Feb 21 22:41:19.333 INFO O| Feb 21 22:41:19.333 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2025-02-21T22:41:21.339Z | [ recovery-image] Feb 21 22:41:19.357 INFO O| Feb 21 22:41:19.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6825 | 2025-02-21T22:41:21.341Z | [ recovery-image] Feb 21 22:41:19.357 INFO O| Feb 21 22:41:19.357 INFO STEP 736 (remove_files) COMPLETE |
6826 | 2025-02-21T22:41:21.341Z | [ recovery-image] Feb 21 22:41:19.357 INFO O| Feb 21 22:41:19.357 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2025-02-21T22:41:21.360Z | [ recovery-image] Feb 21 22:41:19.379 INFO O| Feb 21 22:41:19.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6828 | 2025-02-21T22:41:21.363Z | [ recovery-image] Feb 21 22:41:19.379 INFO O| Feb 21 22:41:19.379 INFO STEP 737 (remove_files) COMPLETE |
6829 | 2025-02-21T22:41:21.363Z | [ recovery-image] Feb 21 22:41:19.379 INFO O| Feb 21 22:41:19.379 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2025-02-21T22:41:21.380Z | [ recovery-image] Feb 21 22:41:19.398 INFO O| Feb 21 22:41:19.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6831 | 2025-02-21T22:41:21.382Z | [ recovery-image] Feb 21 22:41:19.398 INFO O| Feb 21 22:41:19.398 INFO STEP 738 (remove_files) COMPLETE |
6832 | 2025-02-21T22:41:21.382Z | [ recovery-image] Feb 21 22:41:19.398 INFO O| Feb 21 22:41:19.398 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2025-02-21T22:41:21.412Z | [ recovery-image] Feb 21 22:41:19.430 INFO O| Feb 21 22:41:19.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6834 | 2025-02-21T22:41:21.415Z | [ recovery-image] Feb 21 22:41:19.430 INFO O| Feb 21 22:41:19.430 INFO STEP 739 (remove_files) COMPLETE |
6835 | 2025-02-21T22:41:21.415Z | [ recovery-image] Feb 21 22:41:19.430 INFO O| Feb 21 22:41:19.430 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2025-02-21T22:41:21.448Z | [ recovery-image] Feb 21 22:41:19.465 INFO O| Feb 21 22:41:19.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6837 | 2025-02-21T22:41:21.448Z | [ recovery-image] Feb 21 22:41:19.465 INFO O| Feb 21 22:41:19.465 INFO STEP 740 (remove_files) COMPLETE |
6838 | 2025-02-21T22:41:21.448Z | [ recovery-image] Feb 21 22:41:19.465 INFO O| Feb 21 22:41:19.465 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2025-02-21T22:41:21.466Z | [ recovery-image] Feb 21 22:41:19.484 INFO O| Feb 21 22:41:19.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6840 | 2025-02-21T22:41:21.469Z | [ recovery-image] Feb 21 22:41:19.484 INFO O| Feb 21 22:41:19.484 INFO STEP 741 (remove_files) COMPLETE |
6841 | 2025-02-21T22:41:21.469Z | [ recovery-image] Feb 21 22:41:19.485 INFO O| Feb 21 22:41:19.484 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2025-02-21T22:41:21.486Z | [ recovery-image] Feb 21 22:41:19.504 INFO O| Feb 21 22:41:19.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6843 | 2025-02-21T22:41:21.489Z | [ recovery-image] Feb 21 22:41:19.505 INFO O| Feb 21 22:41:19.504 INFO STEP 742 (remove_files) COMPLETE |
6844 | 2025-02-21T22:41:21.489Z | [ recovery-image] Feb 21 22:41:19.505 INFO O| Feb 21 22:41:19.505 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2025-02-21T22:41:21.506Z | [ recovery-image] Feb 21 22:41:19.524 INFO O| Feb 21 22:41:19.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6846 | 2025-02-21T22:41:21.506Z | [ recovery-image] Feb 21 22:41:19.524 INFO O| Feb 21 22:41:19.524 INFO STEP 743 (remove_files) COMPLETE |
6847 | 2025-02-21T22:41:21.508Z | [ recovery-image] Feb 21 22:41:19.524 INFO O| Feb 21 22:41:19.524 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2025-02-21T22:41:21.525Z | [ recovery-image] Feb 21 22:41:19.543 INFO O| Feb 21 22:41:19.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6849 | 2025-02-21T22:41:21.525Z | [ recovery-image] Feb 21 22:41:19.543 INFO O| Feb 21 22:41:19.543 INFO STEP 744 (remove_files) COMPLETE |
6850 | 2025-02-21T22:41:21.525Z | [ recovery-image] Feb 21 22:41:19.543 INFO O| Feb 21 22:41:19.543 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2025-02-21T22:41:21.546Z | [ recovery-image] Feb 21 22:41:19.563 INFO O| Feb 21 22:41:19.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6852 | 2025-02-21T22:41:21.546Z | [ recovery-image] Feb 21 22:41:19.564 INFO O| Feb 21 22:41:19.564 INFO STEP 745 (remove_files) COMPLETE |
6853 | 2025-02-21T22:41:21.549Z | [ recovery-image] Feb 21 22:41:19.564 INFO O| Feb 21 22:41:19.564 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2025-02-21T22:41:21.577Z | [ recovery-image] Feb 21 22:41:19.596 INFO O| Feb 21 22:41:19.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6855 | 2025-02-21T22:41:21.577Z | [ recovery-image] Feb 21 22:41:19.596 INFO O| Feb 21 22:41:19.596 INFO STEP 746 (remove_files) COMPLETE |
6856 | 2025-02-21T22:41:21.577Z | [ recovery-image] Feb 21 22:41:19.596 INFO O| Feb 21 22:41:19.596 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2025-02-21T22:41:21.611Z | [ recovery-image] Feb 21 22:41:19.629 INFO O| Feb 21 22:41:19.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6858 | 2025-02-21T22:41:21.614Z | [ recovery-image] Feb 21 22:41:19.629 INFO O| Feb 21 22:41:19.629 INFO STEP 747 (remove_files) COMPLETE |
6859 | 2025-02-21T22:41:21.614Z | [ recovery-image] Feb 21 22:41:19.630 INFO O| Feb 21 22:41:19.629 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2025-02-21T22:41:21.634Z | [ recovery-image] Feb 21 22:41:19.652 INFO O| Feb 21 22:41:19.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6861 | 2025-02-21T22:41:21.636Z | [ recovery-image] Feb 21 22:41:19.652 INFO O| Feb 21 22:41:19.652 INFO STEP 748 (remove_files) COMPLETE |
6862 | 2025-02-21T22:41:21.636Z | [ recovery-image] Feb 21 22:41:19.652 INFO O| Feb 21 22:41:19.652 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2025-02-21T22:41:21.655Z | [ recovery-image] Feb 21 22:41:19.673 INFO O| Feb 21 22:41:19.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6864 | 2025-02-21T22:41:21.655Z | [ recovery-image] Feb 21 22:41:19.673 INFO O| Feb 21 22:41:19.673 INFO STEP 749 (remove_files) COMPLETE |
6865 | 2025-02-21T22:41:21.655Z | [ recovery-image] Feb 21 22:41:19.673 INFO O| Feb 21 22:41:19.673 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2025-02-21T22:41:21.674Z | [ recovery-image] Feb 21 22:41:19.692 INFO O| Feb 21 22:41:19.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6867 | 2025-02-21T22:41:21.674Z | [ recovery-image] Feb 21 22:41:19.693 INFO O| Feb 21 22:41:19.693 INFO STEP 750 (remove_files) COMPLETE |
6868 | 2025-02-21T22:41:21.674Z | [ recovery-image] Feb 21 22:41:19.693 INFO O| Feb 21 22:41:19.693 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2025-02-21T22:41:21.695Z | [ recovery-image] Feb 21 22:41:19.713 INFO O| Feb 21 22:41:19.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6870 | 2025-02-21T22:41:21.695Z | [ recovery-image] Feb 21 22:41:19.713 INFO O| Feb 21 22:41:19.713 INFO STEP 751 (remove_files) COMPLETE |
6871 | 2025-02-21T22:41:21.695Z | [ recovery-image] Feb 21 22:41:19.713 INFO O| Feb 21 22:41:19.713 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2025-02-21T22:41:21.716Z | [ recovery-image] Feb 21 22:41:19.733 INFO O| Feb 21 22:41:19.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6873 | 2025-02-21T22:41:21.716Z | [ recovery-image] Feb 21 22:41:19.734 INFO O| Feb 21 22:41:19.734 INFO STEP 752 (remove_files) COMPLETE |
6874 | 2025-02-21T22:41:21.716Z | [ recovery-image] Feb 21 22:41:19.734 INFO O| Feb 21 22:41:19.734 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2025-02-21T22:41:21.745Z | [ recovery-image] Feb 21 22:41:19.763 INFO O| Feb 21 22:41:19.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6876 | 2025-02-21T22:41:21.745Z | [ recovery-image] Feb 21 22:41:19.763 INFO O| Feb 21 22:41:19.763 INFO STEP 753 (remove_files) COMPLETE |
6877 | 2025-02-21T22:41:21.745Z | [ recovery-image] Feb 21 22:41:19.763 INFO O| Feb 21 22:41:19.763 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2025-02-21T22:41:21.802Z | [ recovery-image] Feb 21 22:41:19.820 INFO O| Feb 21 22:41:19.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6879 | 2025-02-21T22:41:21.802Z | [ recovery-image] Feb 21 22:41:19.820 INFO O| Feb 21 22:41:19.820 INFO STEP 754 (remove_files) COMPLETE |
6880 | 2025-02-21T22:41:21.804Z | [ recovery-image] Feb 21 22:41:19.820 INFO O| Feb 21 22:41:19.820 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2025-02-21T22:41:21.866Z | [ recovery-image] Feb 21 22:41:19.884 INFO O| Feb 21 22:41:19.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6882 | 2025-02-21T22:41:21.869Z | [ recovery-image] Feb 21 22:41:19.885 INFO O| Feb 21 22:41:19.885 INFO STEP 755 (remove_files) COMPLETE |
6883 | 2025-02-21T22:41:21.869Z | [ recovery-image] Feb 21 22:41:19.885 INFO O| Feb 21 22:41:19.885 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2025-02-21T22:41:21.891Z | [ recovery-image] Feb 21 22:41:19.909 INFO O| Feb 21 22:41:19.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6885 | 2025-02-21T22:41:21.891Z | [ recovery-image] Feb 21 22:41:19.909 INFO O| Feb 21 22:41:19.909 INFO STEP 756 (remove_files) COMPLETE |
6886 | 2025-02-21T22:41:21.891Z | [ recovery-image] Feb 21 22:41:19.909 INFO O| Feb 21 22:41:19.909 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2025-02-21T22:41:21.952Z | [ recovery-image] Feb 21 22:41:19.970 INFO O| Feb 21 22:41:19.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6888 | 2025-02-21T22:41:21.952Z | [ recovery-image] Feb 21 22:41:19.970 INFO O| Feb 21 22:41:19.970 INFO STEP 757 (remove_files) COMPLETE |
6889 | 2025-02-21T22:41:21.955Z | [ recovery-image] Feb 21 22:41:19.970 INFO O| Feb 21 22:41:19.970 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2025-02-21T22:41:21.973Z | [ recovery-image] Feb 21 22:41:19.990 INFO O| Feb 21 22:41:19.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6891 | 2025-02-21T22:41:21.973Z | [ recovery-image] Feb 21 22:41:19.990 INFO O| Feb 21 22:41:19.990 INFO STEP 758 (remove_files) COMPLETE |
6892 | 2025-02-21T22:41:21.976Z | [ recovery-image] Feb 21 22:41:19.990 INFO O| Feb 21 22:41:19.990 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2025-02-21T22:41:22.032Z | [ recovery-image] Feb 21 22:41:20.050 INFO O| Feb 21 22:41:20.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6894 | 2025-02-21T22:41:22.032Z | [ recovery-image] Feb 21 22:41:20.050 INFO O| Feb 21 22:41:20.050 INFO STEP 759 (remove_files) COMPLETE |
6895 | 2025-02-21T22:41:22.032Z | [ recovery-image] Feb 21 22:41:20.050 INFO O| Feb 21 22:41:20.050 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2025-02-21T22:41:22.054Z | [ recovery-image] Feb 21 22:41:20.071 INFO O| Feb 21 22:41:20.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6897 | 2025-02-21T22:41:22.054Z | [ recovery-image] Feb 21 22:41:20.072 INFO O| Feb 21 22:41:20.072 INFO STEP 760 (remove_files) COMPLETE |
6898 | 2025-02-21T22:41:22.054Z | [ recovery-image] Feb 21 22:41:20.072 INFO O| Feb 21 22:41:20.072 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2025-02-21T22:41:22.074Z | [ recovery-image] Feb 21 22:41:20.092 INFO O| Feb 21 22:41:20.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6900 | 2025-02-21T22:41:22.074Z | [ recovery-image] Feb 21 22:41:20.092 INFO O| Feb 21 22:41:20.092 INFO STEP 761 (remove_files) COMPLETE |
6901 | 2025-02-21T22:41:22.076Z | [ recovery-image] Feb 21 22:41:20.092 INFO O| Feb 21 22:41:20.092 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2025-02-21T22:41:22.095Z | [ recovery-image] Feb 21 22:41:20.113 INFO O| Feb 21 22:41:20.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6903 | 2025-02-21T22:41:22.103Z | [ recovery-image] Feb 21 22:41:20.121 INFO O| Feb 21 22:41:20.121 INFO STEP 762 (remove_files) COMPLETE |
6904 | 2025-02-21T22:41:22.103Z | [ recovery-image] Feb 21 22:41:20.121 INFO O| Feb 21 22:41:20.121 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2025-02-21T22:41:22.133Z | [ recovery-image] Feb 21 22:41:20.151 INFO O| Feb 21 22:41:20.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6906 | 2025-02-21T22:41:22.133Z | [ recovery-image] Feb 21 22:41:20.152 INFO O| Feb 21 22:41:20.151 INFO STEP 763 (remove_files) COMPLETE |
6907 | 2025-02-21T22:41:22.136Z | [ recovery-image] Feb 21 22:41:20.152 INFO O| Feb 21 22:41:20.152 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2025-02-21T22:41:22.165Z | [ recovery-image] Feb 21 22:41:20.183 INFO O| Feb 21 22:41:20.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6909 | 2025-02-21T22:41:22.165Z | [ recovery-image] Feb 21 22:41:20.183 INFO O| Feb 21 22:41:20.183 INFO STEP 764 (remove_files) COMPLETE |
6910 | 2025-02-21T22:41:22.165Z | [ recovery-image] Feb 21 22:41:20.183 INFO O| Feb 21 22:41:20.183 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2025-02-21T22:41:22.204Z | [ recovery-image] Feb 21 22:41:20.222 INFO O| Feb 21 22:41:20.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6912 | 2025-02-21T22:41:22.207Z | [ recovery-image] Feb 21 22:41:20.223 INFO O| Feb 21 22:41:20.222 INFO STEP 765 (remove_files) COMPLETE |
6913 | 2025-02-21T22:41:22.207Z | [ recovery-image] Feb 21 22:41:20.223 INFO O| Feb 21 22:41:20.223 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2025-02-21T22:41:22.227Z | [ recovery-image] Feb 21 22:41:20.245 INFO O| Feb 21 22:41:20.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6915 | 2025-02-21T22:41:22.231Z | [ recovery-image] Feb 21 22:41:20.245 INFO O| Feb 21 22:41:20.245 INFO STEP 766 (remove_files) COMPLETE |
6916 | 2025-02-21T22:41:22.231Z | [ recovery-image] Feb 21 22:41:20.245 INFO O| Feb 21 22:41:20.245 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2025-02-21T22:41:22.249Z | [ recovery-image] Feb 21 22:41:20.267 INFO O| Feb 21 22:41:20.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6918 | 2025-02-21T22:41:22.252Z | [ recovery-image] Feb 21 22:41:20.267 INFO O| Feb 21 22:41:20.267 INFO STEP 767 (remove_files) COMPLETE |
6919 | 2025-02-21T22:41:22.252Z | [ recovery-image] Feb 21 22:41:20.267 INFO O| Feb 21 22:41:20.267 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2025-02-21T22:41:22.268Z | [ recovery-image] Feb 21 22:41:20.286 INFO O| Feb 21 22:41:20.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6921 | 2025-02-21T22:41:22.271Z | [ recovery-image] Feb 21 22:41:20.286 INFO O| Feb 21 22:41:20.286 INFO STEP 768 (remove_files) COMPLETE |
6922 | 2025-02-21T22:41:22.271Z | [ recovery-image] Feb 21 22:41:20.286 INFO O| Feb 21 22:41:20.286 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2025-02-21T22:41:22.289Z | [ recovery-image] Feb 21 22:41:20.307 INFO O| Feb 21 22:41:20.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6924 | 2025-02-21T22:41:22.291Z | [ recovery-image] Feb 21 22:41:20.307 INFO O| Feb 21 22:41:20.307 INFO STEP 769 (remove_files) COMPLETE |
6925 | 2025-02-21T22:41:22.291Z | [ recovery-image] Feb 21 22:41:20.307 INFO O| Feb 21 22:41:20.307 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2025-02-21T22:41:22.319Z | [ recovery-image] Feb 21 22:41:20.337 INFO O| Feb 21 22:41:20.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6927 | 2025-02-21T22:41:22.324Z | [ recovery-image] Feb 21 22:41:20.337 INFO O| Feb 21 22:41:20.337 INFO STEP 770 (remove_files) COMPLETE |
6928 | 2025-02-21T22:41:22.324Z | [ recovery-image] Feb 21 22:41:20.338 INFO O| Feb 21 22:41:20.337 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2025-02-21T22:41:22.354Z | [ recovery-image] Feb 21 22:41:20.372 INFO O| Feb 21 22:41:20.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6930 | 2025-02-21T22:41:22.354Z | [ recovery-image] Feb 21 22:41:20.372 INFO O| Feb 21 22:41:20.372 INFO STEP 771 (remove_files) COMPLETE |
6931 | 2025-02-21T22:41:22.354Z | [ recovery-image] Feb 21 22:41:20.372 INFO O| Feb 21 22:41:20.372 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2025-02-21T22:41:22.411Z | [ recovery-image] Feb 21 22:41:20.429 INFO O| Feb 21 22:41:20.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6933 | 2025-02-21T22:41:22.411Z | [ recovery-image] Feb 21 22:41:20.429 INFO O| Feb 21 22:41:20.429 INFO STEP 772 (remove_files) COMPLETE |
6934 | 2025-02-21T22:41:22.414Z | [ recovery-image] Feb 21 22:41:20.429 INFO O| Feb 21 22:41:20.429 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2025-02-21T22:41:22.451Z | [ recovery-image] Feb 21 22:41:20.469 INFO O| Feb 21 22:41:20.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6936 | 2025-02-21T22:41:22.451Z | [ recovery-image] Feb 21 22:41:20.469 INFO O| Feb 21 22:41:20.469 INFO STEP 773 (remove_files) COMPLETE |
6937 | 2025-02-21T22:41:22.454Z | [ recovery-image] Feb 21 22:41:20.469 INFO O| Feb 21 22:41:20.469 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2025-02-21T22:41:22.514Z | [ recovery-image] Feb 21 22:41:20.532 INFO O| Feb 21 22:41:20.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6939 | 2025-02-21T22:41:22.514Z | [ recovery-image] Feb 21 22:41:20.532 INFO O| Feb 21 22:41:20.532 INFO STEP 774 (remove_files) COMPLETE |
6940 | 2025-02-21T22:41:22.517Z | [ recovery-image] Feb 21 22:41:20.532 INFO O| Feb 21 22:41:20.532 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2025-02-21T22:41:22.536Z | [ recovery-image] Feb 21 22:41:20.553 INFO O| Feb 21 22:41:20.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6942 | 2025-02-21T22:41:22.536Z | [ recovery-image] Feb 21 22:41:20.553 INFO O| Feb 21 22:41:20.553 INFO STEP 775 (remove_files) COMPLETE |
6943 | 2025-02-21T22:41:22.536Z | [ recovery-image] Feb 21 22:41:20.553 INFO O| Feb 21 22:41:20.553 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2025-02-21T22:41:22.559Z | [ recovery-image] Feb 21 22:41:20.577 INFO O| Feb 21 22:41:20.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6945 | 2025-02-21T22:41:22.559Z | [ recovery-image] Feb 21 22:41:20.577 INFO O| Feb 21 22:41:20.577 INFO STEP 776 (remove_files) COMPLETE |
6946 | 2025-02-21T22:41:22.562Z | [ recovery-image] Feb 21 22:41:20.577 INFO O| Feb 21 22:41:20.577 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2025-02-21T22:41:22.597Z | [ recovery-image] Feb 21 22:41:20.615 INFO O| Feb 21 22:41:20.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6948 | 2025-02-21T22:41:22.597Z | [ recovery-image] Feb 21 22:41:20.616 INFO O| Feb 21 22:41:20.616 INFO STEP 777 (remove_files) COMPLETE |
6949 | 2025-02-21T22:41:22.600Z | [ recovery-image] Feb 21 22:41:20.616 INFO O| Feb 21 22:41:20.616 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2025-02-21T22:41:22.660Z | [ recovery-image] Feb 21 22:41:20.678 INFO O| Feb 21 22:41:20.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6951 | 2025-02-21T22:41:22.667Z | [ recovery-image] Feb 21 22:41:20.685 INFO O| Feb 21 22:41:20.685 INFO STEP 778 (remove_files) COMPLETE |
6952 | 2025-02-21T22:41:22.667Z | [ recovery-image] Feb 21 22:41:20.685 INFO O| Feb 21 22:41:20.685 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2025-02-21T22:41:22.725Z | [ recovery-image] Feb 21 22:41:20.743 INFO O| Feb 21 22:41:20.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6954 | 2025-02-21T22:41:22.725Z | [ recovery-image] Feb 21 22:41:20.743 INFO O| Feb 21 22:41:20.743 INFO STEP 779 (remove_files) COMPLETE |
6955 | 2025-02-21T22:41:22.725Z | [ recovery-image] Feb 21 22:41:20.743 INFO O| Feb 21 22:41:20.743 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2025-02-21T22:41:22.760Z | [ recovery-image] Feb 21 22:41:20.778 INFO O| Feb 21 22:41:20.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6957 | 2025-02-21T22:41:22.762Z | [ recovery-image] Feb 21 22:41:20.778 INFO O| Feb 21 22:41:20.778 INFO STEP 780 (remove_files) COMPLETE |
6958 | 2025-02-21T22:41:22.762Z | [ recovery-image] Feb 21 22:41:20.778 INFO O| Feb 21 22:41:20.778 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2025-02-21T22:41:22.782Z | [ recovery-image] Feb 21 22:41:20.800 INFO O| Feb 21 22:41:20.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6960 | 2025-02-21T22:41:22.782Z | [ recovery-image] Feb 21 22:41:20.800 INFO O| Feb 21 22:41:20.800 INFO STEP 781 (remove_files) COMPLETE |
6961 | 2025-02-21T22:41:22.782Z | [ recovery-image] Feb 21 22:41:20.800 INFO O| Feb 21 22:41:20.800 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2025-02-21T22:41:22.802Z | [ recovery-image] Feb 21 22:41:20.820 INFO O| Feb 21 22:41:20.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6963 | 2025-02-21T22:41:22.802Z | [ recovery-image] Feb 21 22:41:20.820 INFO O| Feb 21 22:41:20.820 INFO STEP 782 (remove_files) COMPLETE |
6964 | 2025-02-21T22:41:22.802Z | [ recovery-image] Feb 21 22:41:20.820 INFO O| Feb 21 22:41:20.820 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2025-02-21T22:41:22.823Z | [ recovery-image] Feb 21 22:41:20.841 INFO O| Feb 21 22:41:20.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6966 | 2025-02-21T22:41:22.823Z | [ recovery-image] Feb 21 22:41:20.841 INFO O| Feb 21 22:41:20.841 INFO STEP 783 (remove_files) COMPLETE |
6967 | 2025-02-21T22:41:22.826Z | [ recovery-image] Feb 21 22:41:20.841 INFO O| Feb 21 22:41:20.841 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2025-02-21T22:41:22.846Z | [ recovery-image] Feb 21 22:41:20.864 INFO O| Feb 21 22:41:20.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6969 | 2025-02-21T22:41:22.846Z | [ recovery-image] Feb 21 22:41:20.864 INFO O| Feb 21 22:41:20.864 INFO STEP 784 (remove_files) COMPLETE |
6970 | 2025-02-21T22:41:22.846Z | [ recovery-image] Feb 21 22:41:20.864 INFO O| Feb 21 22:41:20.864 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2025-02-21T22:41:22.868Z | [ recovery-image] Feb 21 22:41:20.886 INFO O| Feb 21 22:41:20.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6972 | 2025-02-21T22:41:22.868Z | [ recovery-image] Feb 21 22:41:20.886 INFO O| Feb 21 22:41:20.886 INFO STEP 785 (remove_files) COMPLETE |
6973 | 2025-02-21T22:41:22.871Z | [ recovery-image] Feb 21 22:41:20.886 INFO O| Feb 21 22:41:20.886 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2025-02-21T22:41:22.889Z | [ recovery-image] Feb 21 22:41:20.907 INFO O| Feb 21 22:41:20.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6975 | 2025-02-21T22:41:22.901Z | [ recovery-image] Feb 21 22:41:20.918 INFO O| Feb 21 22:41:20.918 INFO STEP 786 (remove_files) COMPLETE |
6976 | 2025-02-21T22:41:22.901Z | [ recovery-image] Feb 21 22:41:20.918 INFO O| Feb 21 22:41:20.918 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2025-02-21T22:41:22.938Z | [ recovery-image] Feb 21 22:41:20.956 INFO O| Feb 21 22:41:20.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6978 | 2025-02-21T22:41:22.938Z | [ recovery-image] Feb 21 22:41:20.956 INFO O| Feb 21 22:41:20.956 INFO STEP 787 (remove_files) COMPLETE |
6979 | 2025-02-21T22:41:22.941Z | [ recovery-image] Feb 21 22:41:20.956 INFO O| Feb 21 22:41:20.956 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2025-02-21T22:41:22.998Z | [ recovery-image] Feb 21 22:41:21.015 INFO O| Feb 21 22:41:21.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6981 | 2025-02-21T22:41:22.998Z | [ recovery-image] Feb 21 22:41:21.015 INFO O| Feb 21 22:41:21.015 INFO STEP 788 (remove_files) COMPLETE |
6982 | 2025-02-21T22:41:22.998Z | [ recovery-image] Feb 21 22:41:21.015 INFO O| Feb 21 22:41:21.015 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2025-02-21T22:41:23.028Z | [ recovery-image] Feb 21 22:41:21.046 INFO O| Feb 21 22:41:21.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6984 | 2025-02-21T22:41:23.031Z | [ recovery-image] Feb 21 22:41:21.046 INFO O| Feb 21 22:41:21.046 INFO STEP 789 (remove_files) COMPLETE |
6985 | 2025-02-21T22:41:23.031Z | [ recovery-image] Feb 21 22:41:21.047 INFO O| Feb 21 22:41:21.047 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2025-02-21T22:41:23.050Z | [ recovery-image] Feb 21 22:41:21.068 INFO O| Feb 21 22:41:21.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6987 | 2025-02-21T22:41:23.053Z | [ recovery-image] Feb 21 22:41:21.068 INFO O| Feb 21 22:41:21.068 INFO STEP 790 (remove_files) COMPLETE |
6988 | 2025-02-21T22:41:23.053Z | [ recovery-image] Feb 21 22:41:21.068 INFO O| Feb 21 22:41:21.068 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2025-02-21T22:41:23.070Z | [ recovery-image] Feb 21 22:41:21.088 INFO O| Feb 21 22:41:21.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6990 | 2025-02-21T22:41:23.073Z | [ recovery-image] Feb 21 22:41:21.089 INFO O| Feb 21 22:41:21.089 INFO STEP 791 (remove_files) COMPLETE |
6991 | 2025-02-21T22:41:23.073Z | [ recovery-image] Feb 21 22:41:21.089 INFO O| Feb 21 22:41:21.089 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2025-02-21T22:41:23.091Z | [ recovery-image] Feb 21 22:41:21.109 INFO O| Feb 21 22:41:21.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6993 | 2025-02-21T22:41:23.094Z | [ recovery-image] Feb 21 22:41:21.110 INFO O| Feb 21 22:41:21.110 INFO STEP 792 (remove_files) COMPLETE |
6994 | 2025-02-21T22:41:23.094Z | [ recovery-image] Feb 21 22:41:21.110 INFO O| Feb 21 22:41:21.110 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2025-02-21T22:41:23.112Z | [ recovery-image] Feb 21 22:41:21.130 INFO O| Feb 21 22:41:21.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6996 | 2025-02-21T22:41:23.112Z | [ recovery-image] Feb 21 22:41:21.130 INFO O| Feb 21 22:41:21.130 INFO STEP 793 (remove_files) COMPLETE |
6997 | 2025-02-21T22:41:23.112Z | [ recovery-image] Feb 21 22:41:21.130 INFO O| Feb 21 22:41:21.130 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2025-02-21T22:41:23.139Z | [ recovery-image] Feb 21 22:41:21.157 INFO O| Feb 21 22:41:21.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6999 | 2025-02-21T22:41:23.139Z | [ recovery-image] Feb 21 22:41:21.157 INFO O| Feb 21 22:41:21.157 INFO STEP 794 (remove_files) COMPLETE |
7000 | 2025-02-21T22:41:23.139Z | [ recovery-image] Feb 21 22:41:21.157 INFO O| Feb 21 22:41:21.157 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2025-02-21T22:41:23.180Z | [ recovery-image] Feb 21 22:41:21.198 INFO O| Feb 21 22:41:21.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
7002 | 2025-02-21T22:41:23.180Z | [ recovery-image] Feb 21 22:41:21.198 INFO O| Feb 21 22:41:21.198 INFO STEP 795 (remove_files) COMPLETE |
7003 | 2025-02-21T22:41:23.180Z | [ recovery-image] Feb 21 22:41:21.198 INFO O| Feb 21 22:41:21.198 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2025-02-21T22:41:23.247Z | [ recovery-image] Feb 21 22:41:21.265 INFO O| Feb 21 22:41:21.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
7005 | 2025-02-21T22:41:23.247Z | [ recovery-image] Feb 21 22:41:21.265 INFO O| Feb 21 22:41:21.265 INFO STEP 796 (remove_files) COMPLETE |
7006 | 2025-02-21T22:41:23.247Z | [ recovery-image] Feb 21 22:41:21.265 INFO O| Feb 21 22:41:21.265 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2025-02-21T22:41:23.304Z | [ recovery-image] Feb 21 22:41:21.322 INFO O| Feb 21 22:41:21.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
7008 | 2025-02-21T22:41:23.304Z | [ recovery-image] Feb 21 22:41:21.322 INFO O| Feb 21 22:41:21.322 INFO STEP 797 (remove_files) COMPLETE |
7009 | 2025-02-21T22:41:23.307Z | [ recovery-image] Feb 21 22:41:21.322 INFO O| Feb 21 22:41:21.322 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2025-02-21T22:41:23.325Z | [ recovery-image] Feb 21 22:41:21.343 INFO O| Feb 21 22:41:21.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
7011 | 2025-02-21T22:41:23.343Z | [ recovery-image] Feb 21 22:41:21.361 INFO O| Feb 21 22:41:21.361 INFO STEP 798 (remove_files) COMPLETE |
7012 | 2025-02-21T22:41:23.343Z | [ recovery-image] Feb 21 22:41:21.361 INFO O| Feb 21 22:41:21.361 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2025-02-21T22:41:23.391Z | [ recovery-image] Feb 21 22:41:21.409 INFO O| Feb 21 22:41:21.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
7014 | 2025-02-21T22:41:23.391Z | [ recovery-image] Feb 21 22:41:21.409 INFO O| Feb 21 22:41:21.409 INFO STEP 799 (remove_files) COMPLETE |
7015 | 2025-02-21T22:41:23.391Z | [ recovery-image] Feb 21 22:41:21.409 INFO O| Feb 21 22:41:21.409 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2025-02-21T22:41:23.423Z | [ recovery-image] Feb 21 22:41:21.440 INFO O| Feb 21 22:41:21.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
7017 | 2025-02-21T22:41:23.423Z | [ recovery-image] Feb 21 22:41:21.440 INFO O| Feb 21 22:41:21.440 INFO STEP 800 (remove_files) COMPLETE |
7018 | 2025-02-21T22:41:23.423Z | [ recovery-image] Feb 21 22:41:21.440 INFO O| Feb 21 22:41:21.440 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2025-02-21T22:41:23.471Z | [ recovery-image] Feb 21 22:41:21.488 INFO O| Feb 21 22:41:21.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
7020 | 2025-02-21T22:41:23.473Z | [ recovery-image] Feb 21 22:41:21.489 INFO O| Feb 21 22:41:21.489 INFO STEP 801 (remove_files) COMPLETE |
7021 | 2025-02-21T22:41:23.473Z | [ recovery-image] Feb 21 22:41:21.489 INFO O| Feb 21 22:41:21.489 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2025-02-21T22:41:23.508Z | [ recovery-image] Feb 21 22:41:21.526 INFO O| Feb 21 22:41:21.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
7023 | 2025-02-21T22:41:23.511Z | [ recovery-image] Feb 21 22:41:21.527 INFO O| Feb 21 22:41:21.527 INFO STEP 802 (remove_files) COMPLETE |
7024 | 2025-02-21T22:41:23.511Z | [ recovery-image] Feb 21 22:41:21.527 INFO O| Feb 21 22:41:21.527 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2025-02-21T22:41:23.559Z | [ recovery-image] Feb 21 22:41:21.577 INFO O| Feb 21 22:41:21.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
7026 | 2025-02-21T22:41:23.562Z | [ recovery-image] Feb 21 22:41:21.577 INFO O| Feb 21 22:41:21.577 INFO STEP 803 (remove_files) COMPLETE |
7027 | 2025-02-21T22:41:23.562Z | [ recovery-image] Feb 21 22:41:21.577 INFO O| Feb 21 22:41:21.577 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2025-02-21T22:41:23.580Z | [ recovery-image] Feb 21 22:41:21.598 INFO O| Feb 21 22:41:21.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
7029 | 2025-02-21T22:41:23.580Z | [ recovery-image] Feb 21 22:41:21.598 INFO O| Feb 21 22:41:21.598 INFO STEP 804 (remove_files) COMPLETE |
7030 | 2025-02-21T22:41:23.582Z | [ recovery-image] Feb 21 22:41:21.598 INFO O| Feb 21 22:41:21.598 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2025-02-21T22:41:23.600Z | [ recovery-image] Feb 21 22:41:21.618 INFO O| Feb 21 22:41:21.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
7032 | 2025-02-21T22:41:23.600Z | [ recovery-image] Feb 21 22:41:21.618 INFO O| Feb 21 22:41:21.618 INFO STEP 805 (remove_files) COMPLETE |
7033 | 2025-02-21T22:41:23.603Z | [ recovery-image] Feb 21 22:41:21.619 INFO O| Feb 21 22:41:21.618 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2025-02-21T22:41:23.628Z | [ recovery-image] Feb 21 22:41:21.646 INFO O| Feb 21 22:41:21.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
7035 | 2025-02-21T22:41:23.631Z | [ recovery-image] Feb 21 22:41:21.647 INFO O| Feb 21 22:41:21.646 INFO STEP 806 (remove_files) COMPLETE |
7036 | 2025-02-21T22:41:23.631Z | [ recovery-image] Feb 21 22:41:21.647 INFO O| Feb 21 22:41:21.647 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2025-02-21T22:41:23.649Z | [ recovery-image] Feb 21 22:41:21.667 INFO O| Feb 21 22:41:21.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
7038 | 2025-02-21T22:41:23.652Z | [ recovery-image] Feb 21 22:41:21.668 INFO O| Feb 21 22:41:21.668 INFO STEP 807 (remove_files) COMPLETE |
7039 | 2025-02-21T22:41:23.652Z | [ recovery-image] Feb 21 22:41:21.668 INFO O| Feb 21 22:41:21.668 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2025-02-21T22:41:23.673Z | [ recovery-image] Feb 21 22:41:21.691 INFO O| Feb 21 22:41:21.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
7041 | 2025-02-21T22:41:23.674Z | [ recovery-image] Feb 21 22:41:21.691 INFO O| Feb 21 22:41:21.691 INFO STEP 808 (remove_files) COMPLETE |
7042 | 2025-02-21T22:41:23.676Z | [ recovery-image] Feb 21 22:41:21.692 INFO O| Feb 21 22:41:21.691 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2025-02-21T22:41:23.717Z | [ recovery-image] Feb 21 22:41:21.735 INFO O| Feb 21 22:41:21.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
7044 | 2025-02-21T22:41:23.720Z | [ recovery-image] Feb 21 22:41:21.735 INFO O| Feb 21 22:41:21.735 INFO STEP 809 (remove_files) COMPLETE |
7045 | 2025-02-21T22:41:23.720Z | [ recovery-image] Feb 21 22:41:21.735 INFO O| Feb 21 22:41:21.735 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2025-02-21T22:41:23.738Z | [ recovery-image] Feb 21 22:41:21.756 INFO O| Feb 21 22:41:21.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
7047 | 2025-02-21T22:41:23.738Z | [ recovery-image] Feb 21 22:41:21.756 INFO O| Feb 21 22:41:21.756 INFO STEP 810 (remove_files) COMPLETE |
7048 | 2025-02-21T22:41:23.741Z | [ recovery-image] Feb 21 22:41:21.756 INFO O| Feb 21 22:41:21.756 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2025-02-21T22:41:23.758Z | [ recovery-image] Feb 21 22:41:21.776 INFO O| Feb 21 22:41:21.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
7050 | 2025-02-21T22:41:23.758Z | [ recovery-image] Feb 21 22:41:21.776 INFO O| Feb 21 22:41:21.776 INFO STEP 811 (remove_files) COMPLETE |
7051 | 2025-02-21T22:41:23.758Z | [ recovery-image] Feb 21 22:41:21.776 INFO O| Feb 21 22:41:21.776 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2025-02-21T22:41:23.779Z | [ recovery-image] Feb 21 22:41:21.797 INFO O| Feb 21 22:41:21.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
7053 | 2025-02-21T22:41:23.779Z | [ recovery-image] Feb 21 22:41:21.797 INFO O| Feb 21 22:41:21.797 INFO STEP 812 (remove_files) COMPLETE |
7054 | 2025-02-21T22:41:23.781Z | [ recovery-image] Feb 21 22:41:21.797 INFO O| Feb 21 22:41:21.797 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2025-02-21T22:41:23.800Z | [ recovery-image] Feb 21 22:41:21.817 INFO O| Feb 21 22:41:21.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
7056 | 2025-02-21T22:41:23.800Z | [ recovery-image] Feb 21 22:41:21.818 INFO O| Feb 21 22:41:21.817 INFO STEP 813 (remove_files) COMPLETE |
7057 | 2025-02-21T22:41:23.800Z | [ recovery-image] Feb 21 22:41:21.818 INFO O| Feb 21 22:41:21.818 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2025-02-21T22:41:23.836Z | [ recovery-image] Feb 21 22:41:21.854 INFO O| Feb 21 22:41:21.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
7059 | 2025-02-21T22:41:23.836Z | [ recovery-image] Feb 21 22:41:21.854 INFO O| Feb 21 22:41:21.854 INFO STEP 814 (remove_files) COMPLETE |
7060 | 2025-02-21T22:41:23.836Z | [ recovery-image] Feb 21 22:41:21.854 INFO O| Feb 21 22:41:21.854 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2025-02-21T22:41:23.891Z | [ recovery-image] Feb 21 22:41:21.909 INFO O| Feb 21 22:41:21.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
7062 | 2025-02-21T22:41:23.891Z | [ recovery-image] Feb 21 22:41:21.909 INFO O| Feb 21 22:41:21.909 INFO STEP 815 (remove_files) COMPLETE |
7063 | 2025-02-21T22:41:23.891Z | [ recovery-image] Feb 21 22:41:21.909 INFO O| Feb 21 22:41:21.909 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2025-02-21T22:41:23.912Z | [ recovery-image] Feb 21 22:41:21.930 INFO O| Feb 21 22:41:21.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
7065 | 2025-02-21T22:41:23.915Z | [ recovery-image] Feb 21 22:41:21.930 INFO O| Feb 21 22:41:21.930 INFO STEP 816 (remove_files) COMPLETE |
7066 | 2025-02-21T22:41:23.915Z | [ recovery-image] Feb 21 22:41:21.930 INFO O| Feb 21 22:41:21.930 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2025-02-21T22:41:23.932Z | [ recovery-image] Feb 21 22:41:21.950 INFO O| Feb 21 22:41:21.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
7068 | 2025-02-21T22:41:23.932Z | [ recovery-image] Feb 21 22:41:21.950 INFO O| Feb 21 22:41:21.950 INFO STEP 817 (remove_files) COMPLETE |
7069 | 2025-02-21T22:41:23.935Z | [ recovery-image] Feb 21 22:41:21.950 INFO O| Feb 21 22:41:21.950 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2025-02-21T22:41:23.954Z | [ recovery-image] Feb 21 22:41:21.971 INFO O| Feb 21 22:41:21.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
7071 | 2025-02-21T22:41:23.954Z | [ recovery-image] Feb 21 22:41:21.971 INFO O| Feb 21 22:41:21.971 INFO STEP 818 (remove_files) COMPLETE |
7072 | 2025-02-21T22:41:23.954Z | [ recovery-image] Feb 21 22:41:21.971 INFO O| Feb 21 22:41:21.971 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2025-02-21T22:41:23.987Z | [ recovery-image] Feb 21 22:41:22.005 INFO O| Feb 21 22:41:22.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
7074 | 2025-02-21T22:41:23.987Z | [ recovery-image] Feb 21 22:41:22.005 INFO O| Feb 21 22:41:22.005 INFO STEP 819 (remove_files) COMPLETE |
7075 | 2025-02-21T22:41:23.987Z | [ recovery-image] Feb 21 22:41:22.005 INFO O| Feb 21 22:41:22.005 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2025-02-21T22:41:24.012Z | [ recovery-image] Feb 21 22:41:22.030 INFO O| Feb 21 22:41:22.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
7077 | 2025-02-21T22:41:24.015Z | [ recovery-image] Feb 21 22:41:22.030 INFO O| Feb 21 22:41:22.030 INFO STEP 820 (remove_files) COMPLETE |
7078 | 2025-02-21T22:41:24.015Z | [ recovery-image] Feb 21 22:41:22.030 INFO O| Feb 21 22:41:22.030 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2025-02-21T22:41:24.034Z | [ recovery-image] Feb 21 22:41:22.052 INFO O| Feb 21 22:41:22.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
7080 | 2025-02-21T22:41:24.036Z | [ recovery-image] Feb 21 22:41:22.052 INFO O| Feb 21 22:41:22.052 INFO STEP 821 (remove_files) COMPLETE |
7081 | 2025-02-21T22:41:24.037Z | [ recovery-image] Feb 21 22:41:22.052 INFO O| Feb 21 22:41:22.052 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2025-02-21T22:41:24.054Z | [ recovery-image] Feb 21 22:41:22.072 INFO O| Feb 21 22:41:22.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
7083 | 2025-02-21T22:41:24.054Z | [ recovery-image] Feb 21 22:41:22.072 INFO O| Feb 21 22:41:22.072 INFO STEP 822 (remove_files) COMPLETE |
7084 | 2025-02-21T22:41:24.054Z | [ recovery-image] Feb 21 22:41:22.072 INFO O| Feb 21 22:41:22.072 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2025-02-21T22:41:24.093Z | [ recovery-image] Feb 21 22:41:22.111 INFO O| Feb 21 22:41:22.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
7086 | 2025-02-21T22:41:24.096Z | [ recovery-image] Feb 21 22:41:22.111 INFO O| Feb 21 22:41:22.111 INFO STEP 823 (remove_files) COMPLETE |
7087 | 2025-02-21T22:41:24.096Z | [ recovery-image] Feb 21 22:41:22.111 INFO O| Feb 21 22:41:22.111 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2025-02-21T22:41:24.125Z | [ recovery-image] Feb 21 22:41:22.143 INFO O| Feb 21 22:41:22.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
7089 | 2025-02-21T22:41:24.125Z | [ recovery-image] Feb 21 22:41:22.143 INFO O| Feb 21 22:41:22.143 INFO STEP 824 (remove_files) COMPLETE |
7090 | 2025-02-21T22:41:24.125Z | [ recovery-image] Feb 21 22:41:22.143 INFO O| Feb 21 22:41:22.143 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2025-02-21T22:41:24.168Z | [ recovery-image] Feb 21 22:41:22.172 INFO O| Feb 21 22:41:22.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
7092 | 2025-02-21T22:41:24.168Z | [ recovery-image] Feb 21 22:41:22.172 INFO O| Feb 21 22:41:22.172 INFO STEP 825 (remove_files) COMPLETE |
7093 | 2025-02-21T22:41:24.168Z | [ recovery-image] Feb 21 22:41:22.172 INFO O| Feb 21 22:41:22.172 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2025-02-21T22:41:24.200Z | [ recovery-image] Feb 21 22:41:22.218 INFO O| Feb 21 22:41:22.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
7095 | 2025-02-21T22:41:24.200Z | [ recovery-image] Feb 21 22:41:22.218 INFO O| Feb 21 22:41:22.218 INFO STEP 826 (remove_files) COMPLETE |
7096 | 2025-02-21T22:41:24.200Z | [ recovery-image] Feb 21 22:41:22.218 INFO O| Feb 21 22:41:22.218 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2025-02-21T22:41:24.222Z | [ recovery-image] Feb 21 22:41:22.240 INFO O| Feb 21 22:41:22.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
7098 | 2025-02-21T22:41:24.222Z | [ recovery-image] Feb 21 22:41:22.240 INFO O| Feb 21 22:41:22.240 INFO STEP 827 (remove_files) COMPLETE |
7099 | 2025-02-21T22:41:24.225Z | [ recovery-image] Feb 21 22:41:22.240 INFO O| Feb 21 22:41:22.240 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2025-02-21T22:41:24.246Z | [ recovery-image] Feb 21 22:41:22.262 INFO O| Feb 21 22:41:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
7101 | 2025-02-21T22:41:24.246Z | [ recovery-image] Feb 21 22:41:22.262 INFO O| Feb 21 22:41:22.262 INFO STEP 828 (remove_files) COMPLETE |
7102 | 2025-02-21T22:41:24.247Z | [ recovery-image] Feb 21 22:41:22.262 INFO O| Feb 21 22:41:22.262 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2025-02-21T22:41:24.276Z | [ recovery-image] Feb 21 22:41:22.294 INFO O| Feb 21 22:41:22.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
7104 | 2025-02-21T22:41:24.279Z | [ recovery-image] Feb 21 22:41:22.294 INFO O| Feb 21 22:41:22.294 INFO STEP 829 (remove_files) COMPLETE |
7105 | 2025-02-21T22:41:24.279Z | [ recovery-image] Feb 21 22:41:22.294 INFO O| Feb 21 22:41:22.294 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2025-02-21T22:41:24.298Z | [ recovery-image] Feb 21 22:41:22.316 INFO O| Feb 21 22:41:22.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
7107 | 2025-02-21T22:41:24.299Z | [ recovery-image] Feb 21 22:41:22.316 INFO O| Feb 21 22:41:22.316 INFO STEP 830 (remove_files) COMPLETE |
7108 | 2025-02-21T22:41:24.299Z | [ recovery-image] Feb 21 22:41:22.316 INFO O| Feb 21 22:41:22.316 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2025-02-21T22:41:24.337Z | [ recovery-image] Feb 21 22:41:22.355 INFO O| Feb 21 22:41:22.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
7110 | 2025-02-21T22:41:24.340Z | [ recovery-image] Feb 21 22:41:22.355 INFO O| Feb 21 22:41:22.355 INFO STEP 831 (remove_files) COMPLETE |
7111 | 2025-02-21T22:41:24.340Z | [ recovery-image] Feb 21 22:41:22.355 INFO O| Feb 21 22:41:22.355 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2025-02-21T22:41:24.367Z | [ recovery-image] Feb 21 22:41:22.385 INFO O| Feb 21 22:41:22.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
7113 | 2025-02-21T22:41:24.367Z | [ recovery-image] Feb 21 22:41:22.385 INFO O| Feb 21 22:41:22.385 INFO STEP 832 (remove_files) COMPLETE |
7114 | 2025-02-21T22:41:24.367Z | [ recovery-image] Feb 21 22:41:22.385 INFO O| Feb 21 22:41:22.385 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2025-02-21T22:41:24.389Z | [ recovery-image] Feb 21 22:41:22.407 INFO O| Feb 21 22:41:22.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
7116 | 2025-02-21T22:41:24.389Z | [ recovery-image] Feb 21 22:41:22.407 INFO O| Feb 21 22:41:22.407 INFO STEP 833 (remove_files) COMPLETE |
7117 | 2025-02-21T22:41:24.392Z | [ recovery-image] Feb 21 22:41:22.407 INFO O| Feb 21 22:41:22.407 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2025-02-21T22:41:24.410Z | [ recovery-image] Feb 21 22:41:22.427 INFO O| Feb 21 22:41:22.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
7119 | 2025-02-21T22:41:24.410Z | [ recovery-image] Feb 21 22:41:22.428 INFO O| Feb 21 22:41:22.428 INFO STEP 834 (remove_files) COMPLETE |
7120 | 2025-02-21T22:41:24.412Z | [ recovery-image] Feb 21 22:41:22.428 INFO O| Feb 21 22:41:22.428 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2025-02-21T22:41:24.428Z | [ recovery-image] Feb 21 22:41:22.445 INFO O| Feb 21 22:41:22.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7122 | 2025-02-21T22:41:24.428Z | [ recovery-image] Feb 21 22:41:22.445 INFO O| Feb 21 22:41:22.445 INFO STEP 835 (remove_files) COMPLETE |
7123 | 2025-02-21T22:41:24.430Z | [ recovery-image] Feb 21 22:41:22.445 INFO O| Feb 21 22:41:22.445 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2025-02-21T22:41:24.446Z | [ recovery-image] Feb 21 22:41:22.463 INFO O| Feb 21 22:41:22.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7125 | 2025-02-21T22:41:24.446Z | [ recovery-image] Feb 21 22:41:22.464 INFO O| Feb 21 22:41:22.464 INFO STEP 836 (remove_files) COMPLETE |
7126 | 2025-02-21T22:41:24.446Z | [ recovery-image] Feb 21 22:41:22.464 INFO O| Feb 21 22:41:22.464 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2025-02-21T22:41:24.466Z | [ recovery-image] Feb 21 22:41:22.483 INFO O| Feb 21 22:41:22.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7128 | 2025-02-21T22:41:24.466Z | [ recovery-image] Feb 21 22:41:22.483 INFO O| Feb 21 22:41:22.483 INFO STEP 837 (remove_files) COMPLETE |
7129 | 2025-02-21T22:41:24.466Z | [ recovery-image] Feb 21 22:41:22.483 INFO O| Feb 21 22:41:22.483 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2025-02-21T22:41:24.484Z | [ recovery-image] Feb 21 22:41:22.501 INFO O| Feb 21 22:41:22.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7131 | 2025-02-21T22:41:24.484Z | [ recovery-image] Feb 21 22:41:22.502 INFO O| Feb 21 22:41:22.501 INFO STEP 838 (remove_files) COMPLETE |
7132 | 2025-02-21T22:41:24.484Z | [ recovery-image] Feb 21 22:41:22.502 INFO O| Feb 21 22:41:22.501 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2025-02-21T22:41:24.502Z | [ recovery-image] Feb 21 22:41:22.520 INFO O| Feb 21 22:41:22.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7134 | 2025-02-21T22:41:24.503Z | [ recovery-image] Feb 21 22:41:22.520 INFO O| Feb 21 22:41:22.520 INFO STEP 839 (remove_files) COMPLETE |
7135 | 2025-02-21T22:41:24.503Z | [ recovery-image] Feb 21 22:41:22.520 INFO O| Feb 21 22:41:22.520 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2025-02-21T22:41:24.521Z | [ recovery-image] Feb 21 22:41:22.538 INFO O| Feb 21 22:41:22.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7137 | 2025-02-21T22:41:24.521Z | [ recovery-image] Feb 21 22:41:22.538 INFO O| Feb 21 22:41:22.538 INFO STEP 840 (remove_files) COMPLETE |
7138 | 2025-02-21T22:41:24.521Z | [ recovery-image] Feb 21 22:41:22.538 INFO O| Feb 21 22:41:22.538 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2025-02-21T22:41:24.540Z | [ recovery-image] Feb 21 22:41:22.556 INFO O| Feb 21 22:41:22.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7140 | 2025-02-21T22:41:24.540Z | [ recovery-image] Feb 21 22:41:22.556 INFO O| Feb 21 22:41:22.556 INFO STEP 841 (remove_files) COMPLETE |
7141 | 2025-02-21T22:41:24.540Z | [ recovery-image] Feb 21 22:41:22.556 INFO O| Feb 21 22:41:22.556 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2025-02-21T22:41:24.560Z | [ recovery-image] Feb 21 22:41:22.577 INFO O| Feb 21 22:41:22.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7143 | 2025-02-21T22:41:24.560Z | [ recovery-image] Feb 21 22:41:22.577 INFO O| Feb 21 22:41:22.577 INFO STEP 842 (remove_files) COMPLETE |
7144 | 2025-02-21T22:41:24.560Z | [ recovery-image] Feb 21 22:41:22.577 INFO O| Feb 21 22:41:22.577 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2025-02-21T22:41:24.581Z | [ recovery-image] Feb 21 22:41:22.598 INFO O| Feb 21 22:41:22.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7146 | 2025-02-21T22:41:24.581Z | [ recovery-image] Feb 21 22:41:22.599 INFO O| Feb 21 22:41:22.599 INFO STEP 843 (remove_files) COMPLETE |
7147 | 2025-02-21T22:41:24.581Z | [ recovery-image] Feb 21 22:41:22.599 INFO O| Feb 21 22:41:22.599 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2025-02-21T22:41:24.602Z | [ recovery-image] Feb 21 22:41:22.619 INFO O| Feb 21 22:41:22.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7149 | 2025-02-21T22:41:24.602Z | [ recovery-image] Feb 21 22:41:22.619 INFO O| Feb 21 22:41:22.619 INFO STEP 844 (remove_files) COMPLETE |
7150 | 2025-02-21T22:41:24.602Z | [ recovery-image] Feb 21 22:41:22.619 INFO O| Feb 21 22:41:22.619 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2025-02-21T22:41:24.623Z | [ recovery-image] Feb 21 22:41:22.640 INFO O| Feb 21 22:41:22.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7152 | 2025-02-21T22:41:24.623Z | [ recovery-image] Feb 21 22:41:22.641 INFO O| Feb 21 22:41:22.641 INFO STEP 845 (remove_files) COMPLETE |
7153 | 2025-02-21T22:41:24.623Z | [ recovery-image] Feb 21 22:41:22.641 INFO O| Feb 21 22:41:22.641 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2025-02-21T22:41:24.644Z | [ recovery-image] Feb 21 22:41:22.662 INFO O| Feb 21 22:41:22.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7155 | 2025-02-21T22:41:24.644Z | [ recovery-image] Feb 21 22:41:22.662 INFO O| Feb 21 22:41:22.662 INFO STEP 846 (remove_files) COMPLETE |
7156 | 2025-02-21T22:41:24.648Z | [ recovery-image] Feb 21 22:41:22.662 INFO O| Feb 21 22:41:22.662 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2025-02-21T22:41:24.683Z | [ recovery-image] Feb 21 22:41:22.701 INFO O| Feb 21 22:41:22.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7158 | 2025-02-21T22:41:24.683Z | [ recovery-image] Feb 21 22:41:22.701 INFO O| Feb 21 22:41:22.701 INFO STEP 847 (remove_files) COMPLETE |
7159 | 2025-02-21T22:41:24.686Z | [ recovery-image] Feb 21 22:41:22.701 INFO O| Feb 21 22:41:22.701 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2025-02-21T22:41:24.704Z | [ recovery-image] Feb 21 22:41:22.721 INFO O| Feb 21 22:41:22.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7161 | 2025-02-21T22:41:24.706Z | [ recovery-image] Feb 21 22:41:22.722 INFO O| Feb 21 22:41:22.721 INFO STEP 848 (remove_files) COMPLETE |
7162 | 2025-02-21T22:41:24.706Z | [ recovery-image] Feb 21 22:41:22.722 INFO O| Feb 21 22:41:22.722 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2025-02-21T22:41:24.725Z | [ recovery-image] Feb 21 22:41:22.742 INFO O| Feb 21 22:41:22.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7164 | 2025-02-21T22:41:24.725Z | [ recovery-image] Feb 21 22:41:22.742 INFO O| Feb 21 22:41:22.742 INFO STEP 849 (remove_files) COMPLETE |
7165 | 2025-02-21T22:41:24.725Z | [ recovery-image] Feb 21 22:41:22.742 INFO O| Feb 21 22:41:22.742 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2025-02-21T22:41:24.746Z | [ recovery-image] Feb 21 22:41:22.764 INFO O| Feb 21 22:41:22.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7167 | 2025-02-21T22:41:24.746Z | [ recovery-image] Feb 21 22:41:22.764 INFO O| Feb 21 22:41:22.764 INFO STEP 850 (remove_files) COMPLETE |
7168 | 2025-02-21T22:41:24.746Z | [ recovery-image] Feb 21 22:41:22.764 INFO O| Feb 21 22:41:22.764 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2025-02-21T22:41:24.764Z | [verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
7170 | 2025-02-21T22:41:24.768Z | [ recovery-image] Feb 21 22:41:22.786 INFO O| Feb 21 22:41:22.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7171 | 2025-02-21T22:41:24.771Z | [ recovery-image] Feb 21 22:41:22.786 INFO O| Feb 21 22:41:22.786 INFO STEP 851 (remove_files) COMPLETE |
7172 | 2025-02-21T22:41:24.771Z | [ recovery-image] Feb 21 22:41:22.786 INFO O| Feb 21 22:41:22.786 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2025-02-21T22:41:24.810Z | [ recovery-image] Feb 21 22:41:22.828 INFO O| Feb 21 22:41:22.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7174 | 2025-02-21T22:41:24.810Z | [ recovery-image] Feb 21 22:41:22.828 INFO O| Feb 21 22:41:22.828 INFO STEP 852 (remove_files) COMPLETE |
7175 | 2025-02-21T22:41:24.810Z | [ recovery-image] Feb 21 22:41:22.828 INFO O| Feb 21 22:41:22.828 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2025-02-21T22:41:24.850Z | [ recovery-image] Feb 21 22:41:22.868 INFO O| Feb 21 22:41:22.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7177 | 2025-02-21T22:41:24.857Z | [ recovery-image] Feb 21 22:41:22.874 INFO O| Feb 21 22:41:22.874 INFO STEP 853 (remove_files) COMPLETE |
7178 | 2025-02-21T22:41:24.859Z | [ recovery-image] Feb 21 22:41:22.874 INFO O| Feb 21 22:41:22.874 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2025-02-21T22:41:24.878Z | [ recovery-image] Feb 21 22:41:22.896 INFO O| Feb 21 22:41:22.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7180 | 2025-02-21T22:41:24.878Z | [ recovery-image] Feb 21 22:41:22.896 INFO O| Feb 21 22:41:22.896 INFO STEP 854 (remove_files) COMPLETE |
7181 | 2025-02-21T22:41:24.881Z | [ recovery-image] Feb 21 22:41:22.896 INFO O| Feb 21 22:41:22.896 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2025-02-21T22:41:24.923Z | [ recovery-image] Feb 21 22:41:22.932 INFO O| Feb 21 22:41:22.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7183 | 2025-02-21T22:41:24.923Z | [ recovery-image] Feb 21 22:41:22.932 INFO O| Feb 21 22:41:22.932 INFO STEP 855 (remove_files) COMPLETE |
7184 | 2025-02-21T22:41:24.926Z | [ recovery-image] Feb 21 22:41:22.932 INFO O| Feb 21 22:41:22.932 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2025-02-21T22:41:24.935Z | [ recovery-image] Feb 21 22:41:22.953 INFO O| Feb 21 22:41:22.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7186 | 2025-02-21T22:41:24.938Z | [ recovery-image] Feb 21 22:41:22.953 INFO O| Feb 21 22:41:22.953 INFO STEP 856 (remove_files) COMPLETE |
7187 | 2025-02-21T22:41:24.938Z | [ recovery-image] Feb 21 22:41:22.953 INFO O| Feb 21 22:41:22.953 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2025-02-21T22:41:24.994Z | [ recovery-image] Feb 21 22:41:23.012 INFO O| Feb 21 22:41:23.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7189 | 2025-02-21T22:41:24.994Z | [ recovery-image] Feb 21 22:41:23.012 INFO O| Feb 21 22:41:23.012 INFO STEP 857 (remove_files) COMPLETE |
7190 | 2025-02-21T22:41:24.997Z | [ recovery-image] Feb 21 22:41:23.012 INFO O| Feb 21 22:41:23.012 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2025-02-21T22:41:25.012Z | [ recovery-image] Feb 21 22:41:23.029 INFO O| Feb 21 22:41:23.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7192 | 2025-02-21T22:41:25.012Z | [ recovery-image] Feb 21 22:41:23.030 INFO O| Feb 21 22:41:23.029 INFO STEP 858 (remove_files) COMPLETE |
7193 | 2025-02-21T22:41:25.012Z | [ recovery-image] Feb 21 22:41:23.030 INFO O| Feb 21 22:41:23.030 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2025-02-21T22:41:25.029Z | [ recovery-image] Feb 21 22:41:23.047 INFO O| Feb 21 22:41:23.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7195 | 2025-02-21T22:41:25.029Z | [ recovery-image] Feb 21 22:41:23.047 INFO O| Feb 21 22:41:23.047 INFO STEP 859 (remove_files) COMPLETE |
7196 | 2025-02-21T22:41:25.032Z | [ recovery-image] Feb 21 22:41:23.047 INFO O| Feb 21 22:41:23.047 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2025-02-21T22:41:25.047Z | [ recovery-image] Feb 21 22:41:23.065 INFO O| Feb 21 22:41:23.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7198 | 2025-02-21T22:41:25.047Z | [ recovery-image] Feb 21 22:41:23.065 INFO O| Feb 21 22:41:23.065 INFO STEP 860 (remove_files) COMPLETE |
7199 | 2025-02-21T22:41:25.050Z | [ recovery-image] Feb 21 22:41:23.065 INFO O| Feb 21 22:41:23.065 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2025-02-21T22:41:25.068Z | [ recovery-image] Feb 21 22:41:23.085 INFO O| Feb 21 22:41:23.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7201 | 2025-02-21T22:41:25.068Z | [ recovery-image] Feb 21 22:41:23.085 INFO O| Feb 21 22:41:23.085 INFO STEP 861 (remove_files) COMPLETE |
7202 | 2025-02-21T22:41:25.068Z | [ recovery-image] Feb 21 22:41:23.085 INFO O| Feb 21 22:41:23.085 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2025-02-21T22:41:25.102Z | [ recovery-image] Feb 21 22:41:23.119 INFO O| Feb 21 22:41:23.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7204 | 2025-02-21T22:41:25.102Z | [ recovery-image] Feb 21 22:41:23.119 INFO O| Feb 21 22:41:23.119 INFO STEP 862 (remove_files) COMPLETE |
7205 | 2025-02-21T22:41:25.102Z | [ recovery-image] Feb 21 22:41:23.119 INFO O| Feb 21 22:41:23.119 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2025-02-21T22:41:25.125Z | [ recovery-image] Feb 21 22:41:23.142 INFO O| Feb 21 22:41:23.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7207 | 2025-02-21T22:41:25.127Z | [ recovery-image] Feb 21 22:41:23.142 INFO O| Feb 21 22:41:23.142 INFO STEP 863 (remove_files) COMPLETE |
7208 | 2025-02-21T22:41:25.127Z | [ recovery-image] Feb 21 22:41:23.142 INFO O| Feb 21 22:41:23.142 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2025-02-21T22:41:25.169Z | [verify-libraries] Compiling heck v0.4.1 |
7210 | 2025-02-21T22:41:25.175Z | [ recovery-image] Feb 21 22:41:23.187 INFO O| Feb 21 22:41:23.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7211 | 2025-02-21T22:41:25.175Z | [ recovery-image] Feb 21 22:41:23.187 INFO O| Feb 21 22:41:23.187 INFO STEP 864 (remove_files) COMPLETE |
7212 | 2025-02-21T22:41:25.175Z | [ recovery-image] Feb 21 22:41:23.187 INFO O| Feb 21 22:41:23.187 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2025-02-21T22:41:25.206Z | [ recovery-image] Feb 21 22:41:23.224 INFO O| Feb 21 22:41:23.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7214 | 2025-02-21T22:41:25.209Z | [ recovery-image] Feb 21 22:41:23.224 INFO O| Feb 21 22:41:23.224 INFO STEP 865 (remove_files) COMPLETE |
7215 | 2025-02-21T22:41:25.209Z | [ recovery-image] Feb 21 22:41:23.224 INFO O| Feb 21 22:41:23.224 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2025-02-21T22:41:25.227Z | [ recovery-image] Feb 21 22:41:23.245 INFO O| Feb 21 22:41:23.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7217 | 2025-02-21T22:41:25.227Z | [ recovery-image] Feb 21 22:41:23.245 INFO O| Feb 21 22:41:23.245 INFO STEP 866 (remove_files) COMPLETE |
7218 | 2025-02-21T22:41:25.227Z | [ recovery-image] Feb 21 22:41:23.245 INFO O| Feb 21 22:41:23.245 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2025-02-21T22:41:25.285Z | [ recovery-image] Feb 21 22:41:23.303 INFO O| Feb 21 22:41:23.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7220 | 2025-02-21T22:41:25.286Z | [ recovery-image] Feb 21 22:41:23.303 INFO O| Feb 21 22:41:23.303 INFO STEP 867 (remove_files) COMPLETE |
7221 | 2025-02-21T22:41:25.288Z | [ recovery-image] Feb 21 22:41:23.303 INFO O| Feb 21 22:41:23.303 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2025-02-21T22:41:25.306Z | [ recovery-image] Feb 21 22:41:23.324 INFO O| Feb 21 22:41:23.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7223 | 2025-02-21T22:41:25.306Z | [ recovery-image] Feb 21 22:41:23.324 INFO O| Feb 21 22:41:23.324 INFO STEP 868 (remove_files) COMPLETE |
7224 | 2025-02-21T22:41:25.306Z | [ recovery-image] Feb 21 22:41:23.324 INFO O| Feb 21 22:41:23.324 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2025-02-21T22:41:25.329Z | [ recovery-image] Feb 21 22:41:23.344 INFO O| Feb 21 22:41:23.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7226 | 2025-02-21T22:41:25.329Z | [ recovery-image] Feb 21 22:41:23.344 INFO O| Feb 21 22:41:23.344 INFO STEP 869 (remove_files) COMPLETE |
7227 | 2025-02-21T22:41:25.329Z | [ recovery-image] Feb 21 22:41:23.344 INFO O| Feb 21 22:41:23.344 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2025-02-21T22:41:25.349Z | [ recovery-image] Feb 21 22:41:23.364 INFO O| Feb 21 22:41:23.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7229 | 2025-02-21T22:41:25.349Z | [ recovery-image] Feb 21 22:41:23.365 INFO O| Feb 21 22:41:23.365 INFO STEP 870 (remove_files) COMPLETE |
7230 | 2025-02-21T22:41:25.351Z | [ recovery-image] Feb 21 22:41:23.365 INFO O| Feb 21 22:41:23.365 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2025-02-21T22:41:25.368Z | [ recovery-image] Feb 21 22:41:23.385 INFO O| Feb 21 22:41:23.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7232 | 2025-02-21T22:41:25.368Z | [ recovery-image] Feb 21 22:41:23.385 INFO O| Feb 21 22:41:23.385 INFO STEP 871 (remove_files) COMPLETE |
7233 | 2025-02-21T22:41:25.368Z | [ recovery-image] Feb 21 22:41:23.385 INFO O| Feb 21 22:41:23.385 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2025-02-21T22:41:25.388Z | [ recovery-image] Feb 21 22:41:23.405 INFO O| Feb 21 22:41:23.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7235 | 2025-02-21T22:41:25.388Z | [ recovery-image] Feb 21 22:41:23.405 INFO O| Feb 21 22:41:23.405 INFO STEP 872 (remove_files) COMPLETE |
7236 | 2025-02-21T22:41:25.388Z | [ recovery-image] Feb 21 22:41:23.405 INFO O| Feb 21 22:41:23.405 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2025-02-21T22:41:25.426Z | [ recovery-image] Feb 21 22:41:23.444 INFO O| Feb 21 22:41:23.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7238 | 2025-02-21T22:41:25.426Z | [ recovery-image] Feb 21 22:41:23.444 INFO O| Feb 21 22:41:23.444 INFO STEP 873 (remove_files) COMPLETE |
7239 | 2025-02-21T22:41:25.430Z | [ recovery-image] Feb 21 22:41:23.444 INFO O| Feb 21 22:41:23.444 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2025-02-21T22:41:25.458Z | [ recovery-image] Feb 21 22:41:23.475 INFO O| Feb 21 22:41:23.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7241 | 2025-02-21T22:41:25.458Z | [ recovery-image] Feb 21 22:41:23.475 INFO O| Feb 21 22:41:23.475 INFO STEP 874 (remove_files) COMPLETE |
7242 | 2025-02-21T22:41:25.458Z | [ recovery-image] Feb 21 22:41:23.475 INFO O| Feb 21 22:41:23.475 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2025-02-21T22:41:25.479Z | [ recovery-image] Feb 21 22:41:23.495 INFO O| Feb 21 22:41:23.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7244 | 2025-02-21T22:41:25.479Z | [ recovery-image] Feb 21 22:41:23.496 INFO O| Feb 21 22:41:23.495 INFO STEP 875 (remove_files) COMPLETE |
7245 | 2025-02-21T22:41:25.479Z | [ recovery-image] Feb 21 22:41:23.496 INFO O| Feb 21 22:41:23.496 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2025-02-21T22:41:25.497Z | [ recovery-image] Feb 21 22:41:23.514 INFO O| Feb 21 22:41:23.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7247 | 2025-02-21T22:41:25.497Z | [ recovery-image] Feb 21 22:41:23.514 INFO O| Feb 21 22:41:23.514 INFO STEP 876 (remove_files) COMPLETE |
7248 | 2025-02-21T22:41:25.497Z | [ recovery-image] Feb 21 22:41:23.514 INFO O| Feb 21 22:41:23.514 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2025-02-21T22:41:25.528Z | [ recovery-image] Feb 21 22:41:23.545 INFO O| Feb 21 22:41:23.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7250 | 2025-02-21T22:41:25.528Z | [ recovery-image] Feb 21 22:41:23.545 INFO O| Feb 21 22:41:23.545 INFO STEP 877 (remove_files) COMPLETE |
7251 | 2025-02-21T22:41:25.528Z | [ recovery-image] Feb 21 22:41:23.545 INFO O| Feb 21 22:41:23.545 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2025-02-21T22:41:25.597Z | [ recovery-image] Feb 21 22:41:23.614 INFO O| Feb 21 22:41:23.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7253 | 2025-02-21T22:41:25.597Z | [ recovery-image] Feb 21 22:41:23.614 INFO O| Feb 21 22:41:23.614 INFO STEP 878 (remove_files) COMPLETE |
7254 | 2025-02-21T22:41:25.600Z | [ recovery-image] Feb 21 22:41:23.614 INFO O| Feb 21 22:41:23.614 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2025-02-21T22:41:25.631Z | [ recovery-image] Feb 21 22:41:23.649 INFO O| Feb 21 22:41:23.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7256 | 2025-02-21T22:41:25.634Z | [ recovery-image] Feb 21 22:41:23.649 INFO O| Feb 21 22:41:23.649 INFO STEP 879 (remove_files) COMPLETE |
7257 | 2025-02-21T22:41:25.634Z | [ recovery-image] Feb 21 22:41:23.649 INFO O| Feb 21 22:41:23.649 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2025-02-21T22:41:25.658Z | [ recovery-image] Feb 21 22:41:23.675 INFO O| Feb 21 22:41:23.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7259 | 2025-02-21T22:41:25.661Z | [ recovery-image] Feb 21 22:41:23.676 INFO O| Feb 21 22:41:23.675 INFO STEP 880 (remove_files) COMPLETE |
7260 | 2025-02-21T22:41:25.661Z | [ recovery-image] Feb 21 22:41:23.676 INFO O| Feb 21 22:41:23.676 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2025-02-21T22:41:25.680Z | [ recovery-image] Feb 21 22:41:23.698 INFO O| Feb 21 22:41:23.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7262 | 2025-02-21T22:41:25.683Z | [ recovery-image] Feb 21 22:41:23.698 INFO O| Feb 21 22:41:23.698 INFO STEP 881 (remove_files) COMPLETE |
7263 | 2025-02-21T22:41:25.684Z | [ recovery-image] Feb 21 22:41:23.698 INFO O| Feb 21 22:41:23.698 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2025-02-21T22:41:25.702Z | [ recovery-image] Feb 21 22:41:23.720 INFO O| Feb 21 22:41:23.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7265 | 2025-02-21T22:41:25.707Z | [ recovery-image] Feb 21 22:41:23.720 INFO O| Feb 21 22:41:23.720 INFO STEP 882 (remove_files) COMPLETE |
7266 | 2025-02-21T22:41:25.707Z | [ recovery-image] Feb 21 22:41:23.720 INFO O| Feb 21 22:41:23.720 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2025-02-21T22:41:25.722Z | [ recovery-image] Feb 21 22:41:23.740 INFO O| Feb 21 22:41:23.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7268 | 2025-02-21T22:41:25.722Z | [ recovery-image] Feb 21 22:41:23.740 INFO O| Feb 21 22:41:23.740 INFO STEP 883 (remove_files) COMPLETE |
7269 | 2025-02-21T22:41:25.725Z | [ recovery-image] Feb 21 22:41:23.740 INFO O| Feb 21 22:41:23.740 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2025-02-21T22:41:25.754Z | [ recovery-image] Feb 21 22:41:23.770 INFO O| Feb 21 22:41:23.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7271 | 2025-02-21T22:41:25.754Z | [ recovery-image] Feb 21 22:41:23.770 INFO O| Feb 21 22:41:23.770 INFO STEP 884 (remove_files) COMPLETE |
7272 | 2025-02-21T22:41:25.754Z | [ recovery-image] Feb 21 22:41:23.770 INFO O| Feb 21 22:41:23.770 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2025-02-21T22:41:25.810Z | [ recovery-image] Feb 21 22:41:23.827 INFO O| Feb 21 22:41:23.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7274 | 2025-02-21T22:41:25.810Z | [ recovery-image] Feb 21 22:41:23.827 INFO O| Feb 21 22:41:23.827 INFO STEP 885 (remove_files) COMPLETE |
7275 | 2025-02-21T22:41:25.810Z | [ recovery-image] Feb 21 22:41:23.827 INFO O| Feb 21 22:41:23.827 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2025-02-21T22:41:25.831Z | [ recovery-image] Feb 21 22:41:23.849 INFO O| Feb 21 22:41:23.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7277 | 2025-02-21T22:41:25.831Z | [ recovery-image] Feb 21 22:41:23.849 INFO O| Feb 21 22:41:23.849 INFO STEP 886 (remove_files) COMPLETE |
7278 | 2025-02-21T22:41:25.834Z | [ recovery-image] Feb 21 22:41:23.849 INFO O| Feb 21 22:41:23.849 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2025-02-21T22:41:25.858Z | [ recovery-image] Feb 21 22:41:23.875 INFO O| Feb 21 22:41:23.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7280 | 2025-02-21T22:41:25.858Z | [ recovery-image] Feb 21 22:41:23.875 INFO O| Feb 21 22:41:23.875 INFO STEP 887 (remove_files) COMPLETE |
7281 | 2025-02-21T22:41:25.860Z | [ recovery-image] Feb 21 22:41:23.875 INFO O| Feb 21 22:41:23.875 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2025-02-21T22:41:25.900Z | [ recovery-image] Feb 21 22:41:23.917 INFO O| Feb 21 22:41:23.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7283 | 2025-02-21T22:41:25.900Z | [ recovery-image] Feb 21 22:41:23.918 INFO O| Feb 21 22:41:23.917 INFO STEP 888 (remove_files) COMPLETE |
7284 | 2025-02-21T22:41:25.903Z | [ recovery-image] Feb 21 22:41:23.918 INFO O| Feb 21 22:41:23.918 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2025-02-21T22:41:25.947Z | [ recovery-image] Feb 21 22:41:23.964 INFO O| Feb 21 22:41:23.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7286 | 2025-02-21T22:41:25.970Z | [ recovery-image] Feb 21 22:41:23.987 INFO O| Feb 21 22:41:23.987 INFO STEP 889 (remove_files) COMPLETE |
7287 | 2025-02-21T22:41:25.970Z | [ recovery-image] Feb 21 22:41:23.987 INFO O| Feb 21 22:41:23.987 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2025-02-21T22:41:25.998Z | [ recovery-image] Feb 21 22:41:24.016 INFO O| Feb 21 22:41:24.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7289 | 2025-02-21T22:41:25.998Z | [ recovery-image] Feb 21 22:41:24.016 INFO O| Feb 21 22:41:24.016 INFO STEP 890 (remove_files) COMPLETE |
7290 | 2025-02-21T22:41:25.998Z | [ recovery-image] Feb 21 22:41:24.016 INFO O| Feb 21 22:41:24.016 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2025-02-21T22:41:26.039Z | [ recovery-image] Feb 21 22:41:24.056 INFO O| Feb 21 22:41:24.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7292 | 2025-02-21T22:41:26.039Z | [ recovery-image] Feb 21 22:41:24.056 INFO O| Feb 21 22:41:24.056 INFO STEP 891 (remove_files) COMPLETE |
7293 | 2025-02-21T22:41:26.041Z | [ recovery-image] Feb 21 22:41:24.056 INFO O| Feb 21 22:41:24.056 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2025-02-21T22:41:26.060Z | [ recovery-image] Feb 21 22:41:24.078 INFO O| Feb 21 22:41:24.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7295 | 2025-02-21T22:41:26.060Z | [ recovery-image] Feb 21 22:41:24.078 INFO O| Feb 21 22:41:24.078 INFO STEP 892 (remove_files) COMPLETE |
7296 | 2025-02-21T22:41:26.063Z | [ recovery-image] Feb 21 22:41:24.078 INFO O| Feb 21 22:41:24.078 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2025-02-21T22:41:26.098Z | [ recovery-image] Feb 21 22:41:24.116 INFO O| Feb 21 22:41:24.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7298 | 2025-02-21T22:41:26.098Z | [ recovery-image] Feb 21 22:41:24.116 INFO O| Feb 21 22:41:24.116 INFO STEP 893 (remove_files) COMPLETE |
7299 | 2025-02-21T22:41:26.101Z | [ recovery-image] Feb 21 22:41:24.116 INFO O| Feb 21 22:41:24.116 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2025-02-21T22:41:26.128Z | [ recovery-image] Feb 21 22:41:24.145 INFO O| Feb 21 22:41:24.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7301 | 2025-02-21T22:41:26.131Z | [ recovery-image] Feb 21 22:41:24.146 INFO O| Feb 21 22:41:24.145 INFO STEP 894 (remove_files) COMPLETE |
7302 | 2025-02-21T22:41:26.131Z | [ recovery-image] Feb 21 22:41:24.146 INFO O| Feb 21 22:41:24.145 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2025-02-21T22:41:26.165Z | [ recovery-image] Feb 21 22:41:24.183 INFO O| Feb 21 22:41:24.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7304 | 2025-02-21T22:41:26.166Z | [ recovery-image] Feb 21 22:41:24.183 INFO O| Feb 21 22:41:24.183 INFO STEP 895 (remove_files) COMPLETE |
7305 | 2025-02-21T22:41:26.166Z | [ recovery-image] Feb 21 22:41:24.183 INFO O| Feb 21 22:41:24.183 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2025-02-21T22:41:26.208Z | [ recovery-image] Feb 21 22:41:24.226 INFO O| Feb 21 22:41:24.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7307 | 2025-02-21T22:41:26.211Z | [ recovery-image] Feb 21 22:41:24.226 INFO O| Feb 21 22:41:24.226 INFO STEP 896 (remove_files) COMPLETE |
7308 | 2025-02-21T22:41:26.211Z | [ recovery-image] Feb 21 22:41:24.226 INFO O| Feb 21 22:41:24.226 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2025-02-21T22:41:26.231Z | [ recovery-image] Feb 21 22:41:24.249 INFO O| Feb 21 22:41:24.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7310 | 2025-02-21T22:41:26.234Z | [ recovery-image] Feb 21 22:41:24.249 INFO O| Feb 21 22:41:24.249 INFO STEP 897 (remove_files) COMPLETE |
7311 | 2025-02-21T22:41:26.234Z | [ recovery-image] Feb 21 22:41:24.249 INFO O| Feb 21 22:41:24.249 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2025-02-21T22:41:26.253Z | [ recovery-image] Feb 21 22:41:24.270 INFO O| Feb 21 22:41:24.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7313 | 2025-02-21T22:41:26.253Z | [ recovery-image] Feb 21 22:41:24.271 INFO O| Feb 21 22:41:24.271 INFO STEP 898 (remove_files) COMPLETE |
7314 | 2025-02-21T22:41:26.253Z | [ recovery-image] Feb 21 22:41:24.271 INFO O| Feb 21 22:41:24.271 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2025-02-21T22:41:26.274Z | [ recovery-image] Feb 21 22:41:24.291 INFO O| Feb 21 22:41:24.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7316 | 2025-02-21T22:41:26.274Z | [ recovery-image] Feb 21 22:41:24.291 INFO O| Feb 21 22:41:24.291 INFO STEP 899 (remove_files) COMPLETE |
7317 | 2025-02-21T22:41:26.274Z | [ recovery-image] Feb 21 22:41:24.291 INFO O| Feb 21 22:41:24.291 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2025-02-21T22:41:26.307Z | [ recovery-image] Feb 21 22:41:24.324 INFO O| Feb 21 22:41:24.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7319 | 2025-02-21T22:41:26.307Z | [ recovery-image] Feb 21 22:41:24.324 INFO O| Feb 21 22:41:24.324 INFO STEP 900 (remove_files) COMPLETE |
7320 | 2025-02-21T22:41:26.307Z | [ recovery-image] Feb 21 22:41:24.324 INFO O| Feb 21 22:41:24.324 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2025-02-21T22:41:26.333Z | [ recovery-image] Feb 21 22:41:24.350 INFO O| Feb 21 22:41:24.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7322 | 2025-02-21T22:41:26.335Z | [ recovery-image] Feb 21 22:41:24.350 INFO O| Feb 21 22:41:24.350 INFO STEP 901 (remove_files) COMPLETE |
7323 | 2025-02-21T22:41:26.335Z | [ recovery-image] Feb 21 22:41:24.351 INFO O| Feb 21 22:41:24.350 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2025-02-21T22:41:26.354Z | [ recovery-image] Feb 21 22:41:24.371 INFO O| Feb 21 22:41:24.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7325 | 2025-02-21T22:41:26.357Z | [ recovery-image] Feb 21 22:41:24.371 INFO O| Feb 21 22:41:24.371 INFO STEP 902 (remove_files) COMPLETE |
7326 | 2025-02-21T22:41:26.357Z | [ recovery-image] Feb 21 22:41:24.372 INFO O| Feb 21 22:41:24.371 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2025-02-21T22:41:26.374Z | [ recovery-image] Feb 21 22:41:24.392 INFO O| Feb 21 22:41:24.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7328 | 2025-02-21T22:41:26.377Z | [ recovery-image] Feb 21 22:41:24.392 INFO O| Feb 21 22:41:24.392 INFO STEP 903 (remove_files) COMPLETE |
7329 | 2025-02-21T22:41:26.377Z | [ recovery-image] Feb 21 22:41:24.392 INFO O| Feb 21 22:41:24.392 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2025-02-21T22:41:26.396Z | [ recovery-image] Feb 21 22:41:24.413 INFO O| Feb 21 22:41:24.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7331 | 2025-02-21T22:41:26.396Z | [ recovery-image] Feb 21 22:41:24.413 INFO O| Feb 21 22:41:24.413 INFO STEP 904 (remove_files) COMPLETE |
7332 | 2025-02-21T22:41:26.396Z | [ recovery-image] Feb 21 22:41:24.413 INFO O| Feb 21 22:41:24.413 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2025-02-21T22:41:26.414Z | [ recovery-image] Feb 21 22:41:24.431 INFO O| Feb 21 22:41:24.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7334 | 2025-02-21T22:41:26.414Z | [ recovery-image] Feb 21 22:41:24.432 INFO O| Feb 21 22:41:24.432 INFO STEP 905 (remove_files) COMPLETE |
7335 | 2025-02-21T22:41:26.414Z | [ recovery-image] Feb 21 22:41:24.432 INFO O| Feb 21 22:41:24.432 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2025-02-21T22:41:26.449Z | [ recovery-image] Feb 21 22:41:24.467 INFO O| Feb 21 22:41:24.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7337 | 2025-02-21T22:41:26.449Z | [ recovery-image] Feb 21 22:41:24.467 INFO O| Feb 21 22:41:24.467 INFO STEP 906 (remove_files) COMPLETE |
7338 | 2025-02-21T22:41:26.452Z | [ recovery-image] Feb 21 22:41:24.467 INFO O| Feb 21 22:41:24.467 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2025-02-21T22:41:26.470Z | [ recovery-image] Feb 21 22:41:24.487 INFO O| Feb 21 22:41:24.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7340 | 2025-02-21T22:41:26.472Z | [ recovery-image] Feb 21 22:41:24.487 INFO O| Feb 21 22:41:24.487 INFO STEP 907 (remove_files) COMPLETE |
7341 | 2025-02-21T22:41:26.472Z | [ recovery-image] Feb 21 22:41:24.487 INFO O| Feb 21 22:41:24.487 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2025-02-21T22:41:26.490Z | [ recovery-image] Feb 21 22:41:24.507 INFO O| Feb 21 22:41:24.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7343 | 2025-02-21T22:41:26.493Z | [ recovery-image] Feb 21 22:41:24.508 INFO O| Feb 21 22:41:24.508 INFO STEP 908 (remove_files) COMPLETE |
7344 | 2025-02-21T22:41:26.493Z | [ recovery-image] Feb 21 22:41:24.508 INFO O| Feb 21 22:41:24.508 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2025-02-21T22:41:26.511Z | [ recovery-image] Feb 21 22:41:24.528 INFO O| Feb 21 22:41:24.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7346 | 2025-02-21T22:41:26.513Z | [ recovery-image] Feb 21 22:41:24.528 INFO O| Feb 21 22:41:24.528 INFO STEP 909 (remove_files) COMPLETE |
7347 | 2025-02-21T22:41:26.513Z | [ recovery-image] Feb 21 22:41:24.528 INFO O| Feb 21 22:41:24.528 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2025-02-21T22:41:26.549Z | [ recovery-image] Feb 21 22:41:24.563 INFO O| Feb 21 22:41:24.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7349 | 2025-02-21T22:41:26.553Z | [ recovery-image] Feb 21 22:41:24.563 INFO O| Feb 21 22:41:24.563 INFO STEP 910 (remove_files) COMPLETE |
7350 | 2025-02-21T22:41:26.553Z | [ recovery-image] Feb 21 22:41:24.564 INFO O| Feb 21 22:41:24.563 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2025-02-21T22:41:26.569Z | [ recovery-image] Feb 21 22:41:24.586 INFO O| Feb 21 22:41:24.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7352 | 2025-02-21T22:41:26.571Z | [ recovery-image] Feb 21 22:41:24.586 INFO O| Feb 21 22:41:24.586 INFO STEP 911 (remove_files) COMPLETE |
7353 | 2025-02-21T22:41:26.571Z | [ recovery-image] Feb 21 22:41:24.587 INFO O| Feb 21 22:41:24.586 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2025-02-21T22:41:26.608Z | [ recovery-image] Feb 21 22:41:24.626 INFO O| Feb 21 22:41:24.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7355 | 2025-02-21T22:41:26.609Z | [ recovery-image] Feb 21 22:41:24.626 INFO O| Feb 21 22:41:24.626 INFO STEP 912 (remove_files) COMPLETE |
7356 | 2025-02-21T22:41:26.609Z | [ recovery-image] Feb 21 22:41:24.626 INFO O| Feb 21 22:41:24.626 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2025-02-21T22:41:26.668Z | [ recovery-image] Feb 21 22:41:24.685 INFO O| Feb 21 22:41:24.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7358 | 2025-02-21T22:41:26.668Z | [ recovery-image] Feb 21 22:41:24.685 INFO O| Feb 21 22:41:24.685 INFO STEP 913 (remove_files) COMPLETE |
7359 | 2025-02-21T22:41:26.672Z | [ recovery-image] Feb 21 22:41:24.685 INFO O| Feb 21 22:41:24.685 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2025-02-21T22:41:26.691Z | [ recovery-image] Feb 21 22:41:24.709 INFO O| Feb 21 22:41:24.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7361 | 2025-02-21T22:41:26.691Z | [ recovery-image] Feb 21 22:41:24.709 INFO O| Feb 21 22:41:24.709 INFO STEP 914 (remove_files) COMPLETE |
7362 | 2025-02-21T22:41:26.691Z | [ recovery-image] Feb 21 22:41:24.709 INFO O| Feb 21 22:41:24.709 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2025-02-21T22:41:26.710Z | [ recovery-image] Feb 21 22:41:24.727 INFO O| Feb 21 22:41:24.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7364 | 2025-02-21T22:41:26.710Z | [ recovery-image] Feb 21 22:41:24.727 INFO O| Feb 21 22:41:24.727 INFO STEP 915 (remove_files) COMPLETE |
7365 | 2025-02-21T22:41:26.713Z | [ recovery-image] Feb 21 22:41:24.727 INFO O| Feb 21 22:41:24.727 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2025-02-21T22:41:26.727Z | [ recovery-image] Feb 21 22:41:24.744 INFO O| Feb 21 22:41:24.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7367 | 2025-02-21T22:41:26.727Z | [ recovery-image] Feb 21 22:41:24.744 INFO O| Feb 21 22:41:24.744 INFO STEP 916 (remove_files) COMPLETE |
7368 | 2025-02-21T22:41:26.727Z | [ recovery-image] Feb 21 22:41:24.744 INFO O| Feb 21 22:41:24.744 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2025-02-21T22:41:26.738Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
7370 | 2025-02-21T22:41:26.747Z | [ recovery-image] Feb 21 22:41:24.764 INFO O| Feb 21 22:41:24.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7371 | 2025-02-21T22:41:26.747Z | [ recovery-image] Feb 21 22:41:24.764 INFO O| Feb 21 22:41:24.764 INFO STEP 917 (remove_files) COMPLETE |
7372 | 2025-02-21T22:41:26.750Z | [ recovery-image] Feb 21 22:41:24.764 INFO O| Feb 21 22:41:24.764 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2025-02-21T22:41:26.776Z | [ recovery-image] Feb 21 22:41:24.793 INFO O| Feb 21 22:41:24.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7374 | 2025-02-21T22:41:26.776Z | [ recovery-image] Feb 21 22:41:24.793 INFO O| Feb 21 22:41:24.793 INFO STEP 918 (remove_files) COMPLETE |
7375 | 2025-02-21T22:41:26.776Z | [ recovery-image] Feb 21 22:41:24.793 INFO O| Feb 21 22:41:24.793 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2025-02-21T22:41:26.796Z | [ recovery-image] Feb 21 22:41:24.814 INFO O| Feb 21 22:41:24.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7377 | 2025-02-21T22:41:26.796Z | [ recovery-image] Feb 21 22:41:24.814 INFO O| Feb 21 22:41:24.814 INFO STEP 919 (remove_files) COMPLETE |
7378 | 2025-02-21T22:41:26.799Z | [ recovery-image] Feb 21 22:41:24.814 INFO O| Feb 21 22:41:24.814 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2025-02-21T22:41:26.819Z | [ recovery-image] Feb 21 22:41:24.836 INFO O| Feb 21 22:41:24.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7380 | 2025-02-21T22:41:26.822Z | [ recovery-image] Feb 21 22:41:24.837 INFO O| Feb 21 22:41:24.837 INFO STEP 920 (remove_files) COMPLETE |
7381 | 2025-02-21T22:41:26.822Z | [ recovery-image] Feb 21 22:41:24.837 INFO O| Feb 21 22:41:24.837 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2025-02-21T22:41:26.898Z | [ recovery-image] Feb 21 22:41:24.916 INFO O| Feb 21 22:41:24.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7383 | 2025-02-21T22:41:26.899Z | [ recovery-image] Feb 21 22:41:24.916 INFO O| Feb 21 22:41:24.916 INFO STEP 921 (remove_files) COMPLETE |
7384 | 2025-02-21T22:41:26.899Z | [ recovery-image] Feb 21 22:41:24.916 INFO O| Feb 21 22:41:24.916 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2025-02-21T22:41:26.920Z | [ recovery-image] Feb 21 22:41:24.937 INFO O| Feb 21 22:41:24.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7386 | 2025-02-21T22:41:26.923Z | [ recovery-image] Feb 21 22:41:24.937 INFO O| Feb 21 22:41:24.937 INFO STEP 922 (remove_files) COMPLETE |
7387 | 2025-02-21T22:41:26.923Z | [ recovery-image] Feb 21 22:41:24.938 INFO O| Feb 21 22:41:24.937 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2025-02-21T22:41:26.939Z | [ recovery-image] Feb 21 22:41:24.957 INFO O| Feb 21 22:41:24.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7389 | 2025-02-21T22:41:26.939Z | [ recovery-image] Feb 21 22:41:24.957 INFO O| Feb 21 22:41:24.957 INFO STEP 923 (remove_files) COMPLETE |
7390 | 2025-02-21T22:41:26.942Z | [ recovery-image] Feb 21 22:41:24.957 INFO O| Feb 21 22:41:24.957 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2025-02-21T22:41:26.960Z | [ recovery-image] Feb 21 22:41:24.976 INFO O| Feb 21 22:41:24.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7392 | 2025-02-21T22:41:26.960Z | [ recovery-image] Feb 21 22:41:24.977 INFO O| Feb 21 22:41:24.977 INFO STEP 924 (remove_files) COMPLETE |
7393 | 2025-02-21T22:41:26.960Z | [ recovery-image] Feb 21 22:41:24.977 INFO O| Feb 21 22:41:24.977 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2025-02-21T22:41:26.989Z | [ recovery-image] Feb 21 22:41:25.006 INFO O| Feb 21 22:41:25.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7395 | 2025-02-21T22:41:26.989Z | [ recovery-image] Feb 21 22:41:25.006 INFO O| Feb 21 22:41:25.006 INFO STEP 925 (remove_files) COMPLETE |
7396 | 2025-02-21T22:41:26.989Z | [ recovery-image] Feb 21 22:41:25.006 INFO O| Feb 21 22:41:25.006 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2025-02-21T22:41:27.011Z | [ recovery-image] Feb 21 22:41:25.028 INFO O| Feb 21 22:41:25.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7398 | 2025-02-21T22:41:27.011Z | [ recovery-image] Feb 21 22:41:25.028 INFO O| Feb 21 22:41:25.028 INFO STEP 926 (remove_files) COMPLETE |
7399 | 2025-02-21T22:41:27.013Z | [ recovery-image] Feb 21 22:41:25.028 INFO O| Feb 21 22:41:25.028 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2025-02-21T22:41:27.051Z | [ recovery-image] Feb 21 22:41:25.069 INFO O| Feb 21 22:41:25.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7401 | 2025-02-21T22:41:27.054Z | [ recovery-image] Feb 21 22:41:25.069 INFO O| Feb 21 22:41:25.069 INFO STEP 927 (remove_files) COMPLETE |
7402 | 2025-02-21T22:41:27.054Z | [ recovery-image] Feb 21 22:41:25.069 INFO O| Feb 21 22:41:25.069 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2025-02-21T22:41:27.074Z | [ recovery-image] Feb 21 22:41:25.091 INFO O| Feb 21 22:41:25.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7404 | 2025-02-21T22:41:27.076Z | [ recovery-image] Feb 21 22:41:25.091 INFO O| Feb 21 22:41:25.091 INFO STEP 928 (remove_files) COMPLETE |
7405 | 2025-02-21T22:41:27.076Z | [ recovery-image] Feb 21 22:41:25.091 INFO O| Feb 21 22:41:25.091 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2025-02-21T22:41:27.124Z | [ recovery-image] Feb 21 22:41:25.142 INFO O| Feb 21 22:41:25.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7407 | 2025-02-21T22:41:27.124Z | [ recovery-image] Feb 21 22:41:25.142 INFO O| Feb 21 22:41:25.142 INFO STEP 929 (remove_files) COMPLETE |
7408 | 2025-02-21T22:41:27.124Z | [ recovery-image] Feb 21 22:41:25.142 INFO O| Feb 21 22:41:25.142 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2025-02-21T22:41:27.144Z | [ recovery-image] Feb 21 22:41:25.162 INFO O| Feb 21 22:41:25.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7410 | 2025-02-21T22:41:27.144Z | [ recovery-image] Feb 21 22:41:25.162 INFO O| Feb 21 22:41:25.162 INFO STEP 930 (remove_files) COMPLETE |
7411 | 2025-02-21T22:41:27.147Z | [ recovery-image] Feb 21 22:41:25.162 INFO O| Feb 21 22:41:25.162 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2025-02-21T22:41:27.185Z | [ recovery-image] Feb 21 22:41:25.202 INFO O| Feb 21 22:41:25.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7413 | 2025-02-21T22:41:27.188Z | [ recovery-image] Feb 21 22:41:25.203 INFO O| Feb 21 22:41:25.202 INFO STEP 931 (remove_files) COMPLETE |
7414 | 2025-02-21T22:41:27.188Z | [ recovery-image] Feb 21 22:41:25.203 INFO O| Feb 21 22:41:25.203 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2025-02-21T22:41:27.207Z | [ recovery-image] Feb 21 22:41:25.224 INFO O| Feb 21 22:41:25.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7416 | 2025-02-21T22:41:27.210Z | [ recovery-image] Feb 21 22:41:25.224 INFO O| Feb 21 22:41:25.224 INFO STEP 932 (remove_files) COMPLETE |
7417 | 2025-02-21T22:41:27.210Z | [ recovery-image] Feb 21 22:41:25.224 INFO O| Feb 21 22:41:25.224 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2025-02-21T22:41:27.228Z | [ recovery-image] Feb 21 22:41:25.245 INFO O| Feb 21 22:41:25.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7419 | 2025-02-21T22:41:27.228Z | [ recovery-image] Feb 21 22:41:25.245 INFO O| Feb 21 22:41:25.245 INFO STEP 933 (remove_files) COMPLETE |
7420 | 2025-02-21T22:41:27.231Z | [ recovery-image] Feb 21 22:41:25.246 INFO O| Feb 21 22:41:25.245 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2025-02-21T22:41:27.256Z | [ recovery-image] Feb 21 22:41:25.267 INFO O| Feb 21 22:41:25.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7422 | 2025-02-21T22:41:27.259Z | [ recovery-image] Feb 21 22:41:25.267 INFO O| Feb 21 22:41:25.267 INFO STEP 934 (remove_files) COMPLETE |
7423 | 2025-02-21T22:41:27.259Z | [ recovery-image] Feb 21 22:41:25.267 INFO O| Feb 21 22:41:25.267 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2025-02-21T22:41:27.284Z | [ recovery-image] Feb 21 22:41:25.300 INFO O| Feb 21 22:41:25.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7425 | 2025-02-21T22:41:27.284Z | [ recovery-image] Feb 21 22:41:25.300 INFO O| Feb 21 22:41:25.300 INFO STEP 935 (remove_files) COMPLETE |
7426 | 2025-02-21T22:41:27.288Z | [ recovery-image] Feb 21 22:41:25.301 INFO O| Feb 21 22:41:25.301 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2025-02-21T22:41:27.346Z | [ recovery-image] Feb 21 22:41:25.363 INFO O| Feb 21 22:41:25.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7428 | 2025-02-21T22:41:27.349Z | [ recovery-image] Feb 21 22:41:25.363 INFO O| Feb 21 22:41:25.363 INFO STEP 936 (remove_files) COMPLETE |
7429 | 2025-02-21T22:41:27.349Z | [ recovery-image] Feb 21 22:41:25.363 INFO O| Feb 21 22:41:25.363 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2025-02-21T22:41:27.368Z | [ recovery-image] Feb 21 22:41:25.385 INFO O| Feb 21 22:41:25.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7431 | 2025-02-21T22:41:27.370Z | [ recovery-image] Feb 21 22:41:25.385 INFO O| Feb 21 22:41:25.385 INFO STEP 937 (remove_files) COMPLETE |
7432 | 2025-02-21T22:41:27.370Z | [ recovery-image] Feb 21 22:41:25.385 INFO O| Feb 21 22:41:25.385 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2025-02-21T22:41:27.387Z | [ recovery-image] Feb 21 22:41:25.404 INFO O| Feb 21 22:41:25.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7434 | 2025-02-21T22:41:27.390Z | [ recovery-image] Feb 21 22:41:25.405 INFO O| Feb 21 22:41:25.404 INFO STEP 938 (remove_files) COMPLETE |
7435 | 2025-02-21T22:41:27.390Z | [ recovery-image] Feb 21 22:41:25.405 INFO O| Feb 21 22:41:25.405 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2025-02-21T22:41:27.407Z | [ recovery-image] Feb 21 22:41:25.424 INFO O| Feb 21 22:41:25.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7437 | 2025-02-21T22:41:27.407Z | [ recovery-image] Feb 21 22:41:25.425 INFO O| Feb 21 22:41:25.425 INFO STEP 939 (remove_files) COMPLETE |
7438 | 2025-02-21T22:41:27.410Z | [ recovery-image] Feb 21 22:41:25.425 INFO O| Feb 21 22:41:25.425 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2025-02-21T22:41:27.436Z | [ recovery-image] Feb 21 22:41:25.453 INFO O| Feb 21 22:41:25.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7440 | 2025-02-21T22:41:27.436Z | [ recovery-image] Feb 21 22:41:25.453 INFO O| Feb 21 22:41:25.453 INFO STEP 940 (remove_files) COMPLETE |
7441 | 2025-02-21T22:41:27.448Z | [ recovery-image] Feb 21 22:41:25.453 INFO O| Feb 21 22:41:25.453 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2025-02-21T22:41:27.474Z | [ recovery-image] Feb 21 22:41:25.492 INFO O| Feb 21 22:41:25.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7443 | 2025-02-21T22:41:27.474Z | [ recovery-image] Feb 21 22:41:25.492 INFO O| Feb 21 22:41:25.492 INFO STEP 941 (remove_files) COMPLETE |
7444 | 2025-02-21T22:41:27.474Z | [ recovery-image] Feb 21 22:41:25.492 INFO O| Feb 21 22:41:25.492 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2025-02-21T22:41:27.496Z | [ recovery-image] Feb 21 22:41:25.514 INFO O| Feb 21 22:41:25.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7446 | 2025-02-21T22:41:27.497Z | [ recovery-image] Feb 21 22:41:25.514 INFO O| Feb 21 22:41:25.514 INFO STEP 942 (remove_files) COMPLETE |
7447 | 2025-02-21T22:41:27.497Z | [ recovery-image] Feb 21 22:41:25.514 INFO O| Feb 21 22:41:25.514 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2025-02-21T22:41:27.518Z | [ recovery-image] Feb 21 22:41:25.535 INFO O| Feb 21 22:41:25.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7449 | 2025-02-21T22:41:27.518Z | [ recovery-image] Feb 21 22:41:25.535 INFO O| Feb 21 22:41:25.535 INFO STEP 943 (remove_files) COMPLETE |
7450 | 2025-02-21T22:41:27.521Z | [ recovery-image] Feb 21 22:41:25.535 INFO O| Feb 21 22:41:25.535 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2025-02-21T22:41:27.550Z | [ recovery-image] Feb 21 22:41:25.557 INFO O| Feb 21 22:41:25.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7452 | 2025-02-21T22:41:27.550Z | [ recovery-image] Feb 21 22:41:25.557 INFO O| Feb 21 22:41:25.557 INFO STEP 944 (remove_files) COMPLETE |
7453 | 2025-02-21T22:41:27.555Z | [ recovery-image] Feb 21 22:41:25.557 INFO O| Feb 21 22:41:25.557 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2025-02-21T22:41:27.558Z | [ recovery-image] Feb 21 22:41:25.575 INFO O| Feb 21 22:41:25.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7455 | 2025-02-21T22:41:27.558Z | [ recovery-image] Feb 21 22:41:25.575 INFO O| Feb 21 22:41:25.575 INFO STEP 945 (remove_files) COMPLETE |
7456 | 2025-02-21T22:41:27.558Z | [ recovery-image] Feb 21 22:41:25.575 INFO O| Feb 21 22:41:25.575 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2025-02-21T22:41:27.576Z | [ recovery-image] Feb 21 22:41:25.593 INFO O| Feb 21 22:41:25.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7458 | 2025-02-21T22:41:27.576Z | [ recovery-image] Feb 21 22:41:25.593 INFO O| Feb 21 22:41:25.593 INFO STEP 946 (remove_files) COMPLETE |
7459 | 2025-02-21T22:41:27.579Z | [ recovery-image] Feb 21 22:41:25.593 INFO O| Feb 21 22:41:25.593 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2025-02-21T22:41:27.595Z | [ recovery-image] Feb 21 22:41:25.612 INFO O| Feb 21 22:41:25.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7461 | 2025-02-21T22:41:27.595Z | [ recovery-image] Feb 21 22:41:25.612 INFO O| Feb 21 22:41:25.612 INFO STEP 947 (remove_files) COMPLETE |
7462 | 2025-02-21T22:41:27.598Z | [ recovery-image] Feb 21 22:41:25.612 INFO O| Feb 21 22:41:25.612 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2025-02-21T22:41:27.614Z | [ recovery-image] Feb 21 22:41:25.632 INFO O| Feb 21 22:41:25.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7464 | 2025-02-21T22:41:27.614Z | [ recovery-image] Feb 21 22:41:25.632 INFO O| Feb 21 22:41:25.632 INFO STEP 948 (remove_files) COMPLETE |
7465 | 2025-02-21T22:41:27.614Z | [ recovery-image] Feb 21 22:41:25.632 INFO O| Feb 21 22:41:25.632 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2025-02-21T22:41:27.634Z | [ recovery-image] Feb 21 22:41:25.652 INFO O| Feb 21 22:41:25.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7467 | 2025-02-21T22:41:27.634Z | [ recovery-image] Feb 21 22:41:25.652 INFO O| Feb 21 22:41:25.652 INFO STEP 949 (remove_files) COMPLETE |
7468 | 2025-02-21T22:41:27.638Z | [ recovery-image] Feb 21 22:41:25.652 INFO O| Feb 21 22:41:25.652 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2025-02-21T22:41:27.655Z | [ recovery-image] Feb 21 22:41:25.672 INFO O| Feb 21 22:41:25.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7470 | 2025-02-21T22:41:27.655Z | [ recovery-image] Feb 21 22:41:25.672 INFO O| Feb 21 22:41:25.672 INFO STEP 950 (remove_files) COMPLETE |
7471 | 2025-02-21T22:41:27.655Z | [ recovery-image] Feb 21 22:41:25.672 INFO O| Feb 21 22:41:25.672 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2025-02-21T22:41:27.695Z | [ recovery-image] Feb 21 22:41:25.711 INFO O| Feb 21 22:41:25.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7473 | 2025-02-21T22:41:27.695Z | [ recovery-image] Feb 21 22:41:25.711 INFO O| Feb 21 22:41:25.711 INFO STEP 951 (remove_files) COMPLETE |
7474 | 2025-02-21T22:41:27.695Z | [ recovery-image] Feb 21 22:41:25.711 INFO O| Feb 21 22:41:25.711 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2025-02-21T22:41:27.729Z | [ recovery-image] Feb 21 22:41:25.746 INFO O| Feb 21 22:41:25.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7476 | 2025-02-21T22:41:27.729Z | [ recovery-image] Feb 21 22:41:25.746 INFO O| Feb 21 22:41:25.746 INFO STEP 952 (remove_files) COMPLETE |
7477 | 2025-02-21T22:41:27.729Z | [ recovery-image] Feb 21 22:41:25.746 INFO O| Feb 21 22:41:25.746 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2025-02-21T22:41:27.752Z | [ recovery-image] Feb 21 22:41:25.768 INFO O| Feb 21 22:41:25.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7479 | 2025-02-21T22:41:27.752Z | [ recovery-image] Feb 21 22:41:25.768 INFO O| Feb 21 22:41:25.768 INFO STEP 953 (remove_files) COMPLETE |
7480 | 2025-02-21T22:41:27.752Z | [ recovery-image] Feb 21 22:41:25.768 INFO O| Feb 21 22:41:25.768 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2025-02-21T22:41:27.776Z | [ recovery-image] Feb 21 22:41:25.793 INFO O| Feb 21 22:41:25.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7482 | 2025-02-21T22:41:27.779Z | [ recovery-image] Feb 21 22:41:25.793 INFO O| Feb 21 22:41:25.793 INFO STEP 954 (remove_files) COMPLETE |
7483 | 2025-02-21T22:41:27.779Z | [ recovery-image] Feb 21 22:41:25.794 INFO O| Feb 21 22:41:25.793 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2025-02-21T22:41:27.799Z | [ recovery-image] Feb 21 22:41:25.815 INFO O| Feb 21 22:41:25.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7485 | 2025-02-21T22:41:27.799Z | [ recovery-image] Feb 21 22:41:25.815 INFO O| Feb 21 22:41:25.815 INFO STEP 955 (remove_files) COMPLETE |
7486 | 2025-02-21T22:41:27.799Z | [ recovery-image] Feb 21 22:41:25.815 INFO O| Feb 21 22:41:25.815 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2025-02-21T22:41:27.831Z | [ recovery-image] Feb 21 22:41:25.847 INFO O| Feb 21 22:41:25.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7488 | 2025-02-21T22:41:27.831Z | [ recovery-image] Feb 21 22:41:25.847 INFO O| Feb 21 22:41:25.847 INFO STEP 956 (remove_files) COMPLETE |
7489 | 2025-02-21T22:41:27.831Z | [ recovery-image] Feb 21 22:41:25.847 INFO O| Feb 21 22:41:25.847 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2025-02-21T22:41:27.888Z | [ recovery-image] Feb 21 22:41:25.906 INFO O| Feb 21 22:41:25.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7491 | 2025-02-21T22:41:27.888Z | [ recovery-image] Feb 21 22:41:25.906 INFO O| Feb 21 22:41:25.906 INFO STEP 957 (remove_files) COMPLETE |
7492 | 2025-02-21T22:41:27.891Z | [ recovery-image] Feb 21 22:41:25.906 INFO O| Feb 21 22:41:25.906 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2025-02-21T22:41:27.949Z | [ recovery-image] Feb 21 22:41:25.966 INFO O| Feb 21 22:41:25.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7494 | 2025-02-21T22:41:27.949Z | [ recovery-image] Feb 21 22:41:25.966 INFO O| Feb 21 22:41:25.966 INFO STEP 958 (remove_files) COMPLETE |
7495 | 2025-02-21T22:41:27.953Z | [ recovery-image] Feb 21 22:41:25.966 INFO O| Feb 21 22:41:25.966 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2025-02-21T22:41:27.969Z | [ recovery-image] Feb 21 22:41:25.986 INFO O| Feb 21 22:41:25.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7497 | 2025-02-21T22:41:27.969Z | [ recovery-image] Feb 21 22:41:25.986 INFO O| Feb 21 22:41:25.986 INFO STEP 959 (remove_files) COMPLETE |
7498 | 2025-02-21T22:41:27.969Z | [ recovery-image] Feb 21 22:41:25.986 INFO O| Feb 21 22:41:25.986 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2025-02-21T22:41:27.990Z | [ recovery-image] Feb 21 22:41:26.007 INFO O| Feb 21 22:41:26.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7500 | 2025-02-21T22:41:27.990Z | [ recovery-image] Feb 21 22:41:26.007 INFO O| Feb 21 22:41:26.007 INFO STEP 960 (remove_files) COMPLETE |
7501 | 2025-02-21T22:41:27.993Z | [ recovery-image] Feb 21 22:41:26.007 INFO O| Feb 21 22:41:26.007 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2025-02-21T22:41:28.023Z | [ recovery-image] Feb 21 22:41:26.040 INFO O| Feb 21 22:41:26.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7503 | 2025-02-21T22:41:28.023Z | [ recovery-image] Feb 21 22:41:26.040 INFO O| Feb 21 22:41:26.040 INFO STEP 961 (remove_files) COMPLETE |
7504 | 2025-02-21T22:41:28.026Z | [ recovery-image] Feb 21 22:41:26.040 INFO O| Feb 21 22:41:26.040 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2025-02-21T22:41:28.059Z | [ recovery-image] Feb 21 22:41:26.076 INFO O| Feb 21 22:41:26.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7506 | 2025-02-21T22:41:28.059Z | [ recovery-image] Feb 21 22:41:26.076 INFO O| Feb 21 22:41:26.076 INFO STEP 962 (remove_files) COMPLETE |
7507 | 2025-02-21T22:41:28.059Z | [ recovery-image] Feb 21 22:41:26.076 INFO O| Feb 21 22:41:26.076 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2025-02-21T22:41:28.079Z | [ recovery-image] Feb 21 22:41:26.096 INFO O| Feb 21 22:41:26.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7509 | 2025-02-21T22:41:28.079Z | [ recovery-image] Feb 21 22:41:26.096 INFO O| Feb 21 22:41:26.096 INFO STEP 963 (remove_files) COMPLETE |
7510 | 2025-02-21T22:41:28.079Z | [ recovery-image] Feb 21 22:41:26.097 INFO O| Feb 21 22:41:26.096 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2025-02-21T22:41:28.099Z | [ recovery-image] Feb 21 22:41:26.117 INFO O| Feb 21 22:41:26.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7512 | 2025-02-21T22:41:28.099Z | [ recovery-image] Feb 21 22:41:26.117 INFO O| Feb 21 22:41:26.117 INFO STEP 964 (remove_files) COMPLETE |
7513 | 2025-02-21T22:41:28.102Z | [ recovery-image] Feb 21 22:41:26.117 INFO O| Feb 21 22:41:26.117 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2025-02-21T22:41:28.127Z | [ recovery-image] Feb 21 22:41:26.144 INFO O| Feb 21 22:41:26.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7515 | 2025-02-21T22:41:28.127Z | [ recovery-image] Feb 21 22:41:26.144 INFO O| Feb 21 22:41:26.144 INFO STEP 965 (remove_files) COMPLETE |
7516 | 2025-02-21T22:41:28.127Z | [ recovery-image] Feb 21 22:41:26.144 INFO O| Feb 21 22:41:26.144 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2025-02-21T22:41:28.153Z | [ recovery-image] Feb 21 22:41:26.170 INFO O| Feb 21 22:41:26.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7518 | 2025-02-21T22:41:28.153Z | [ recovery-image] Feb 21 22:41:26.170 INFO O| Feb 21 22:41:26.170 INFO STEP 966 (remove_files) COMPLETE |
7519 | 2025-02-21T22:41:28.153Z | [ recovery-image] Feb 21 22:41:26.170 INFO O| Feb 21 22:41:26.170 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2025-02-21T22:41:28.207Z | [ recovery-image] Feb 21 22:41:26.224 INFO O| Feb 21 22:41:26.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7521 | 2025-02-21T22:41:28.207Z | [ recovery-image] Feb 21 22:41:26.224 INFO O| Feb 21 22:41:26.224 INFO STEP 967 (remove_files) COMPLETE |
7522 | 2025-02-21T22:41:28.207Z | [ recovery-image] Feb 21 22:41:26.224 INFO O| Feb 21 22:41:26.224 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2025-02-21T22:41:28.228Z | [ recovery-image] Feb 21 22:41:26.245 INFO O| Feb 21 22:41:26.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7524 | 2025-02-21T22:41:28.232Z | [ recovery-image] Feb 21 22:41:26.245 INFO O| Feb 21 22:41:26.245 INFO STEP 968 (remove_files) COMPLETE |
7525 | 2025-02-21T22:41:28.232Z | [ recovery-image] Feb 21 22:41:26.245 INFO O| Feb 21 22:41:26.245 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2025-02-21T22:41:28.299Z | [ recovery-image] Feb 21 22:41:26.316 INFO O| Feb 21 22:41:26.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7527 | 2025-02-21T22:41:28.299Z | [ recovery-image] Feb 21 22:41:26.316 INFO O| Feb 21 22:41:26.316 INFO STEP 969 (remove_files) COMPLETE |
7528 | 2025-02-21T22:41:28.302Z | [ recovery-image] Feb 21 22:41:26.316 INFO O| Feb 21 22:41:26.316 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2025-02-21T22:41:28.358Z | [ recovery-image] Feb 21 22:41:26.376 INFO O| Feb 21 22:41:26.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7530 | 2025-02-21T22:41:28.359Z | [ recovery-image] Feb 21 22:41:26.376 INFO O| Feb 21 22:41:26.376 INFO STEP 970 (remove_files) COMPLETE |
7531 | 2025-02-21T22:41:28.359Z | [ recovery-image] Feb 21 22:41:26.376 INFO O| Feb 21 22:41:26.376 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2025-02-21T22:41:28.378Z | [ recovery-image] Feb 21 22:41:26.395 INFO O| Feb 21 22:41:26.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7533 | 2025-02-21T22:41:28.378Z | [ recovery-image] Feb 21 22:41:26.395 INFO O| Feb 21 22:41:26.395 INFO STEP 971 (remove_files) COMPLETE |
7534 | 2025-02-21T22:41:28.378Z | [ recovery-image] Feb 21 22:41:26.395 INFO O| Feb 21 22:41:26.395 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2025-02-21T22:41:28.398Z | [ recovery-image] Feb 21 22:41:26.415 INFO O| Feb 21 22:41:26.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7536 | 2025-02-21T22:41:28.398Z | [ recovery-image] Feb 21 22:41:26.415 INFO O| Feb 21 22:41:26.415 INFO STEP 972 (remove_files) COMPLETE |
7537 | 2025-02-21T22:41:28.401Z | [ recovery-image] Feb 21 22:41:26.415 INFO O| Feb 21 22:41:26.415 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2025-02-21T22:41:28.434Z | [ recovery-image] Feb 21 22:41:26.451 INFO O| Feb 21 22:41:26.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7539 | 2025-02-21T22:41:28.434Z | [ recovery-image] Feb 21 22:41:26.451 INFO O| Feb 21 22:41:26.451 INFO STEP 973 (remove_files) COMPLETE |
7540 | 2025-02-21T22:41:28.434Z | [ recovery-image] Feb 21 22:41:26.451 INFO O| Feb 21 22:41:26.451 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2025-02-21T22:41:28.481Z | [ recovery-image] Feb 21 22:41:26.498 INFO O| Feb 21 22:41:26.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7542 | 2025-02-21T22:41:28.481Z | [ recovery-image] Feb 21 22:41:26.498 INFO O| Feb 21 22:41:26.498 INFO STEP 974 (remove_files) COMPLETE |
7543 | 2025-02-21T22:41:28.481Z | [ recovery-image] Feb 21 22:41:26.498 INFO O| Feb 21 22:41:26.498 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2025-02-21T22:41:28.542Z | [ recovery-image] Feb 21 22:41:26.557 INFO O| Feb 21 22:41:26.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7545 | 2025-02-21T22:41:28.542Z | [ recovery-image] Feb 21 22:41:26.557 INFO O| Feb 21 22:41:26.557 INFO STEP 975 (remove_files) COMPLETE |
7546 | 2025-02-21T22:41:28.542Z | [ recovery-image] Feb 21 22:41:26.557 INFO O| Feb 21 22:41:26.557 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2025-02-21T22:41:28.560Z | [ recovery-image] Feb 21 22:41:26.576 INFO O| Feb 21 22:41:26.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7548 | 2025-02-21T22:41:28.560Z | [ recovery-image] Feb 21 22:41:26.576 INFO O| Feb 21 22:41:26.576 INFO STEP 976 (remove_files) COMPLETE |
7549 | 2025-02-21T22:41:28.560Z | [ recovery-image] Feb 21 22:41:26.576 INFO O| Feb 21 22:41:26.576 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2025-02-21T22:41:28.597Z | [ recovery-image] Feb 21 22:41:26.614 INFO O| Feb 21 22:41:26.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7551 | 2025-02-21T22:41:28.597Z | [ recovery-image] Feb 21 22:41:26.614 INFO O| Feb 21 22:41:26.614 INFO STEP 977 (remove_files) COMPLETE |
7552 | 2025-02-21T22:41:28.600Z | [ recovery-image] Feb 21 22:41:26.614 INFO O| Feb 21 22:41:26.614 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7553 | 2025-02-21T22:41:28.639Z | [ recovery-image] Feb 21 22:41:26.656 INFO O| Feb 21 22:41:26.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7554 | 2025-02-21T22:41:28.641Z | [ recovery-image] Feb 21 22:41:26.656 INFO O| Feb 21 22:41:26.656 INFO STEP 978 (remove_files) COMPLETE |
7555 | 2025-02-21T22:41:28.641Z | [ recovery-image] Feb 21 22:41:26.656 INFO O| Feb 21 22:41:26.656 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2025-02-21T22:41:28.662Z | [ recovery-image] Feb 21 22:41:26.678 INFO O| Feb 21 22:41:26.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7557 | 2025-02-21T22:41:28.665Z | [ recovery-image] Feb 21 22:41:26.679 INFO O| Feb 21 22:41:26.678 INFO STEP 979 (remove_files) COMPLETE |
7558 | 2025-02-21T22:41:28.665Z | [ recovery-image] Feb 21 22:41:26.679 INFO O| Feb 21 22:41:26.679 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7559 | 2025-02-21T22:41:28.754Z | [ recovery-image] Feb 21 22:41:26.771 INFO O| Feb 21 22:41:26.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7560 | 2025-02-21T22:41:28.760Z | [ recovery-image] Feb 21 22:41:26.777 INFO O| Feb 21 22:41:26.777 INFO STEP 980 (remove_files) COMPLETE |
7561 | 2025-02-21T22:41:28.762Z | [ recovery-image] Feb 21 22:41:26.777 INFO O| Feb 21 22:41:26.777 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7562 | 2025-02-21T22:41:28.784Z | [ recovery-image] Feb 21 22:41:26.801 INFO O| Feb 21 22:41:26.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7563 | 2025-02-21T22:41:28.787Z | [ recovery-image] Feb 21 22:41:26.802 INFO O| Feb 21 22:41:26.802 INFO STEP 981 (remove_files) COMPLETE |
7564 | 2025-02-21T22:41:28.787Z | [ recovery-image] Feb 21 22:41:26.802 INFO O| Feb 21 22:41:26.802 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7565 | 2025-02-21T22:41:28.806Z | [ recovery-image] Feb 21 22:41:26.823 INFO O| Feb 21 22:41:26.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7566 | 2025-02-21T22:41:28.809Z | [ recovery-image] Feb 21 22:41:26.823 INFO O| Feb 21 22:41:26.823 INFO STEP 982 (remove_files) COMPLETE |
7567 | 2025-02-21T22:41:28.809Z | [ recovery-image] Feb 21 22:41:26.823 INFO O| Feb 21 22:41:26.823 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7568 | 2025-02-21T22:41:28.828Z | [ recovery-image] Feb 21 22:41:26.845 INFO O| Feb 21 22:41:26.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7569 | 2025-02-21T22:41:28.831Z | [ recovery-image] Feb 21 22:41:26.845 INFO O| Feb 21 22:41:26.845 INFO STEP 983 (remove_files) COMPLETE |
7570 | 2025-02-21T22:41:28.831Z | [ recovery-image] Feb 21 22:41:26.845 INFO O| Feb 21 22:41:26.845 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2025-02-21T22:41:28.874Z | [ recovery-image] Feb 21 22:41:26.891 INFO O| Feb 21 22:41:26.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7572 | 2025-02-21T22:41:28.877Z | [ recovery-image] Feb 21 22:41:26.892 INFO O| Feb 21 22:41:26.892 INFO STEP 984 (remove_files) COMPLETE |
7573 | 2025-02-21T22:41:28.877Z | [ recovery-image] Feb 21 22:41:26.892 INFO O| Feb 21 22:41:26.892 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2025-02-21T22:41:28.928Z | [ recovery-image] Feb 21 22:41:26.926 INFO O| Feb 21 22:41:26.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7575 | 2025-02-21T22:41:28.928Z | [ recovery-image] Feb 21 22:41:26.926 INFO O| Feb 21 22:41:26.926 INFO STEP 985 (remove_files) COMPLETE |
7576 | 2025-02-21T22:41:28.931Z | [ recovery-image] Feb 21 22:41:26.926 INFO O| Feb 21 22:41:26.926 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2025-02-21T22:41:28.931Z | [ recovery-image] Feb 21 22:41:26.948 INFO O| Feb 21 22:41:26.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7578 | 2025-02-21T22:41:28.934Z | [ recovery-image] Feb 21 22:41:26.949 INFO O| Feb 21 22:41:26.948 INFO STEP 986 (remove_files) COMPLETE |
7579 | 2025-02-21T22:41:28.934Z | [ recovery-image] Feb 21 22:41:26.949 INFO O| Feb 21 22:41:26.948 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2025-02-21T22:41:28.956Z | [ recovery-image] Feb 21 22:41:26.973 INFO O| Feb 21 22:41:26.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7581 | 2025-02-21T22:41:28.959Z | [ recovery-image] Feb 21 22:41:26.973 INFO O| Feb 21 22:41:26.973 INFO STEP 987 (remove_files) COMPLETE |
7582 | 2025-02-21T22:41:28.959Z | [ recovery-image] Feb 21 22:41:26.973 INFO O| Feb 21 22:41:26.973 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2025-02-21T22:41:28.978Z | [ recovery-image] Feb 21 22:41:26.995 INFO O| Feb 21 22:41:26.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7584 | 2025-02-21T22:41:28.983Z | [ recovery-image] Feb 21 22:41:26.999 INFO O| Feb 21 22:41:26.999 INFO STEP 988 (remove_files) COMPLETE |
7585 | 2025-02-21T22:41:28.983Z | [ recovery-image] Feb 21 22:41:26.999 INFO O| Feb 21 22:41:26.999 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2025-02-21T22:41:29.048Z | [ recovery-image] Feb 21 22:41:27.065 INFO O| Feb 21 22:41:27.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7587 | 2025-02-21T22:41:29.048Z | [ recovery-image] Feb 21 22:41:27.065 INFO O| Feb 21 22:41:27.065 INFO STEP 989 (remove_files) COMPLETE |
7588 | 2025-02-21T22:41:29.048Z | [ recovery-image] Feb 21 22:41:27.065 INFO O| Feb 21 22:41:27.065 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2025-02-21T22:41:29.071Z | [ recovery-image] Feb 21 22:41:27.087 INFO O| Feb 21 22:41:27.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7590 | 2025-02-21T22:41:29.071Z | [ recovery-image] Feb 21 22:41:27.087 INFO O| Feb 21 22:41:27.087 INFO STEP 990 (remove_files) COMPLETE |
7591 | 2025-02-21T22:41:29.071Z | [ recovery-image] Feb 21 22:41:27.087 INFO O| Feb 21 22:41:27.087 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2025-02-21T22:41:29.090Z | [ recovery-image] Feb 21 22:41:27.107 INFO O| Feb 21 22:41:27.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7593 | 2025-02-21T22:41:29.090Z | [ recovery-image] Feb 21 22:41:27.108 INFO O| Feb 21 22:41:27.108 INFO STEP 991 (remove_files) COMPLETE |
7594 | 2025-02-21T22:41:29.091Z | [ recovery-image] Feb 21 22:41:27.108 INFO O| Feb 21 22:41:27.108 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2025-02-21T22:41:29.130Z | [ recovery-image] Feb 21 22:41:27.147 INFO O| Feb 21 22:41:27.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7596 | 2025-02-21T22:41:29.130Z | [ recovery-image] Feb 21 22:41:27.147 INFO O| Feb 21 22:41:27.147 INFO STEP 992 (remove_files) COMPLETE |
7597 | 2025-02-21T22:41:29.130Z | [ recovery-image] Feb 21 22:41:27.147 INFO O| Feb 21 22:41:27.147 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2025-02-21T22:41:29.149Z | [ recovery-image] Feb 21 22:41:27.166 INFO O| Feb 21 22:41:27.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7599 | 2025-02-21T22:41:29.149Z | [ recovery-image] Feb 21 22:41:27.166 INFO O| Feb 21 22:41:27.166 INFO STEP 993 (remove_files) COMPLETE |
7600 | 2025-02-21T22:41:29.152Z | [ recovery-image] Feb 21 22:41:27.166 INFO O| Feb 21 22:41:27.166 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2025-02-21T22:41:29.183Z | [ recovery-image] Feb 21 22:41:27.199 INFO O| Feb 21 22:41:27.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7602 | 2025-02-21T22:41:29.183Z | [ recovery-image] Feb 21 22:41:27.199 INFO O| Feb 21 22:41:27.199 INFO STEP 994 (remove_files) COMPLETE |
7603 | 2025-02-21T22:41:29.183Z | [ recovery-image] Feb 21 22:41:27.199 INFO O| Feb 21 22:41:27.199 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2025-02-21T22:41:29.279Z | [ recovery-image] Feb 21 22:41:27.295 INFO O| Feb 21 22:41:27.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7605 | 2025-02-21T22:41:29.279Z | [ recovery-image] Feb 21 22:41:27.295 INFO O| Feb 21 22:41:27.295 INFO STEP 995 (remove_files) COMPLETE |
7606 | 2025-02-21T22:41:29.279Z | [ recovery-image] Feb 21 22:41:27.295 INFO O| Feb 21 22:41:27.295 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2025-02-21T22:41:29.334Z | [ recovery-image] Feb 21 22:41:27.351 INFO O| Feb 21 22:41:27.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7608 | 2025-02-21T22:41:29.335Z | [ recovery-image] Feb 21 22:41:27.352 INFO O| Feb 21 22:41:27.352 INFO STEP 996 (remove_files) COMPLETE |
7609 | 2025-02-21T22:41:29.335Z | [ recovery-image] Feb 21 22:41:27.352 INFO O| Feb 21 22:41:27.352 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7610 | 2025-02-21T22:41:29.391Z | [ recovery-image] Feb 21 22:41:27.408 INFO O| Feb 21 22:41:27.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7611 | 2025-02-21T22:41:29.391Z | [ recovery-image] Feb 21 22:41:27.408 INFO O| Feb 21 22:41:27.408 INFO STEP 997 (remove_files) COMPLETE |
7612 | 2025-02-21T22:41:29.394Z | [ recovery-image] Feb 21 22:41:27.408 INFO O| Feb 21 22:41:27.408 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2025-02-21T22:41:29.421Z | [ recovery-image] Feb 21 22:41:27.438 INFO O| Feb 21 22:41:27.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7614 | 2025-02-21T22:41:29.425Z | [ recovery-image] Feb 21 22:41:27.439 INFO O| Feb 21 22:41:27.438 INFO STEP 998 (remove_files) COMPLETE |
7615 | 2025-02-21T22:41:29.425Z | [ recovery-image] Feb 21 22:41:27.439 INFO O| Feb 21 22:41:27.439 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2025-02-21T22:41:29.479Z | [ recovery-image] Feb 21 22:41:27.492 INFO O| Feb 21 22:41:27.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7617 | 2025-02-21T22:41:29.479Z | [ recovery-image] Feb 21 22:41:27.492 INFO O| Feb 21 22:41:27.492 INFO STEP 999 (remove_files) COMPLETE |
7618 | 2025-02-21T22:41:29.482Z | [ recovery-image] Feb 21 22:41:27.492 INFO O| Feb 21 22:41:27.492 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2025-02-21T22:41:29.497Z | [ recovery-image] Feb 21 22:41:27.514 INFO O| Feb 21 22:41:27.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7620 | 2025-02-21T22:41:29.501Z | [ recovery-image] Feb 21 22:41:27.514 INFO O| Feb 21 22:41:27.514 INFO STEP 1000 (remove_files) COMPLETE |
7621 | 2025-02-21T22:41:29.501Z | [ recovery-image] Feb 21 22:41:27.514 INFO O| Feb 21 22:41:27.514 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2025-02-21T22:41:29.530Z | [ recovery-image] Feb 21 22:41:27.546 INFO O| Feb 21 22:41:27.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7623 | 2025-02-21T22:41:29.533Z | [ recovery-image] Feb 21 22:41:27.547 INFO O| Feb 21 22:41:27.547 INFO STEP 1001 (remove_files) COMPLETE |
7624 | 2025-02-21T22:41:29.533Z | [ recovery-image] Feb 21 22:41:27.547 INFO O| Feb 21 22:41:27.547 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2025-02-21T22:41:29.551Z | [ recovery-image] Feb 21 22:41:27.568 INFO O| Feb 21 22:41:27.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7626 | 2025-02-21T22:41:29.554Z | [ recovery-image] Feb 21 22:41:27.568 INFO O| Feb 21 22:41:27.568 INFO STEP 1002 (remove_files) COMPLETE |
7627 | 2025-02-21T22:41:29.554Z | [ recovery-image] Feb 21 22:41:27.568 INFO O| Feb 21 22:41:27.568 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2025-02-21T22:41:29.572Z | [ recovery-image] Feb 21 22:41:27.589 INFO O| Feb 21 22:41:27.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7629 | 2025-02-21T22:41:29.575Z | [ recovery-image] Feb 21 22:41:27.589 INFO O| Feb 21 22:41:27.589 INFO STEP 1003 (remove_files) COMPLETE |
7630 | 2025-02-21T22:41:29.575Z | [ recovery-image] Feb 21 22:41:27.589 INFO O| Feb 21 22:41:27.589 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2025-02-21T22:41:29.592Z | [ recovery-image] Feb 21 22:41:27.609 INFO O| Feb 21 22:41:27.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7632 | 2025-02-21T22:41:29.596Z | [ recovery-image] Feb 21 22:41:27.609 INFO O| Feb 21 22:41:27.609 INFO STEP 1004 (remove_files) COMPLETE |
7633 | 2025-02-21T22:41:29.596Z | [ recovery-image] Feb 21 22:41:27.609 INFO O| Feb 21 22:41:27.609 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2025-02-21T22:41:29.611Z | [ recovery-image] Feb 21 22:41:27.628 INFO O| Feb 21 22:41:27.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7635 | 2025-02-21T22:41:29.614Z | [ recovery-image] Feb 21 22:41:27.629 INFO O| Feb 21 22:41:27.629 INFO STEP 1005 (remove_files) COMPLETE |
7636 | 2025-02-21T22:41:29.614Z | [ recovery-image] Feb 21 22:41:27.629 INFO O| Feb 21 22:41:27.629 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2025-02-21T22:41:29.629Z | [ recovery-image] Feb 21 22:41:27.646 INFO O| Feb 21 22:41:27.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7638 | 2025-02-21T22:41:29.632Z | [ recovery-image] Feb 21 22:41:27.646 INFO O| Feb 21 22:41:27.646 INFO STEP 1006 (remove_files) COMPLETE |
7639 | 2025-02-21T22:41:29.632Z | [ recovery-image] Feb 21 22:41:27.647 INFO O| Feb 21 22:41:27.646 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2025-02-21T22:41:29.648Z | [ recovery-image] Feb 21 22:41:27.665 INFO O| Feb 21 22:41:27.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7641 | 2025-02-21T22:41:29.650Z | [ recovery-image] Feb 21 22:41:27.665 INFO O| Feb 21 22:41:27.665 INFO STEP 1007 (remove_files) COMPLETE |
7642 | 2025-02-21T22:41:29.650Z | [ recovery-image] Feb 21 22:41:27.665 INFO O| Feb 21 22:41:27.665 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2025-02-21T22:41:29.666Z | [ recovery-image] Feb 21 22:41:27.683 INFO O| Feb 21 22:41:27.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7644 | 2025-02-21T22:41:29.669Z | [ recovery-image] Feb 21 22:41:27.683 INFO O| Feb 21 22:41:27.683 INFO STEP 1008 (remove_files) COMPLETE |
7645 | 2025-02-21T22:41:29.669Z | [ recovery-image] Feb 21 22:41:27.683 INFO O| Feb 21 22:41:27.683 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2025-02-21T22:41:29.684Z | [ recovery-image] Feb 21 22:41:27.701 INFO O| Feb 21 22:41:27.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7647 | 2025-02-21T22:41:29.686Z | [ recovery-image] Feb 21 22:41:27.701 INFO O| Feb 21 22:41:27.701 INFO STEP 1009 (remove_files) COMPLETE |
7648 | 2025-02-21T22:41:29.686Z | [ recovery-image] Feb 21 22:41:27.701 INFO O| Feb 21 22:41:27.701 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2025-02-21T22:41:29.702Z | [ recovery-image] Feb 21 22:41:27.719 INFO O| Feb 21 22:41:27.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7650 | 2025-02-21T22:41:29.705Z | [ recovery-image] Feb 21 22:41:27.719 INFO O| Feb 21 22:41:27.719 INFO STEP 1010 (remove_files) COMPLETE |
7651 | 2025-02-21T22:41:29.705Z | [ recovery-image] Feb 21 22:41:27.720 INFO O| Feb 21 22:41:27.720 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2025-02-21T22:41:29.722Z | [ recovery-image] Feb 21 22:41:27.739 INFO O| Feb 21 22:41:27.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7653 | 2025-02-21T22:41:29.724Z | [ recovery-image] Feb 21 22:41:27.739 INFO O| Feb 21 22:41:27.739 INFO STEP 1011 (remove_files) COMPLETE |
7654 | 2025-02-21T22:41:29.724Z | [ recovery-image] Feb 21 22:41:27.739 INFO O| Feb 21 22:41:27.739 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2025-02-21T22:41:29.741Z | [ recovery-image] Feb 21 22:41:27.758 INFO O| Feb 21 22:41:27.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7656 | 2025-02-21T22:41:29.744Z | [ recovery-image] Feb 21 22:41:27.758 INFO O| Feb 21 22:41:27.758 INFO STEP 1012 (remove_files) COMPLETE |
7657 | 2025-02-21T22:41:29.744Z | [ recovery-image] Feb 21 22:41:27.758 INFO O| Feb 21 22:41:27.758 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2025-02-21T22:41:29.768Z | [ recovery-image] Feb 21 22:41:27.785 INFO O| Feb 21 22:41:27.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7659 | 2025-02-21T22:41:29.768Z | [ recovery-image] Feb 21 22:41:27.785 INFO O| Feb 21 22:41:27.785 INFO STEP 1013 (remove_files) COMPLETE |
7660 | 2025-02-21T22:41:29.771Z | [ recovery-image] Feb 21 22:41:27.785 INFO O| Feb 21 22:41:27.785 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2025-02-21T22:41:29.789Z | [ recovery-image] Feb 21 22:41:27.806 INFO O| Feb 21 22:41:27.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7662 | 2025-02-21T22:41:29.789Z | [ recovery-image] Feb 21 22:41:27.806 INFO O| Feb 21 22:41:27.806 INFO STEP 1014 (remove_files) COMPLETE |
7663 | 2025-02-21T22:41:29.792Z | [ recovery-image] Feb 21 22:41:27.806 INFO O| Feb 21 22:41:27.806 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2025-02-21T22:41:29.818Z | [ recovery-image] Feb 21 22:41:27.835 INFO O| Feb 21 22:41:27.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7665 | 2025-02-21T22:41:29.818Z | [ recovery-image] Feb 21 22:41:27.835 INFO O| Feb 21 22:41:27.835 INFO STEP 1015 (remove_files) COMPLETE |
7666 | 2025-02-21T22:41:29.818Z | [ recovery-image] Feb 21 22:41:27.835 INFO O| Feb 21 22:41:27.835 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2025-02-21T22:41:29.842Z | [ recovery-image] Feb 21 22:41:27.859 INFO O| Feb 21 22:41:27.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7668 | 2025-02-21T22:41:29.842Z | [ recovery-image] Feb 21 22:41:27.859 INFO O| Feb 21 22:41:27.859 INFO STEP 1016 (remove_files) COMPLETE |
7669 | 2025-02-21T22:41:29.842Z | [ recovery-image] Feb 21 22:41:27.859 INFO O| Feb 21 22:41:27.859 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2025-02-21T22:41:29.864Z | [ recovery-image] Feb 21 22:41:27.880 INFO O| Feb 21 22:41:27.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7671 | 2025-02-21T22:41:29.864Z | [ recovery-image] Feb 21 22:41:27.881 INFO O| Feb 21 22:41:27.881 INFO STEP 1017 (remove_files) COMPLETE |
7672 | 2025-02-21T22:41:29.864Z | [ recovery-image] Feb 21 22:41:27.881 INFO O| Feb 21 22:41:27.881 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2025-02-21T22:41:29.883Z | [ recovery-image] Feb 21 22:41:27.900 INFO O| Feb 21 22:41:27.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7674 | 2025-02-21T22:41:29.883Z | [ recovery-image] Feb 21 22:41:27.900 INFO O| Feb 21 22:41:27.900 INFO STEP 1018 (remove_files) COMPLETE |
7675 | 2025-02-21T22:41:29.883Z | [ recovery-image] Feb 21 22:41:27.900 INFO O| Feb 21 22:41:27.900 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2025-02-21T22:41:29.902Z | [ recovery-image] Feb 21 22:41:27.919 INFO O| Feb 21 22:41:27.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7677 | 2025-02-21T22:41:29.902Z | [ recovery-image] Feb 21 22:41:27.919 INFO O| Feb 21 22:41:27.919 INFO STEP 1019 (remove_files) COMPLETE |
7678 | 2025-02-21T22:41:29.902Z | [ recovery-image] Feb 21 22:41:27.919 INFO O| Feb 21 22:41:27.919 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2025-02-21T22:41:29.921Z | [ recovery-image] Feb 21 22:41:27.938 INFO O| Feb 21 22:41:27.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7680 | 2025-02-21T22:41:29.924Z | [ recovery-image] Feb 21 22:41:27.938 INFO O| Feb 21 22:41:27.938 INFO STEP 1020 (remove_files) COMPLETE |
7681 | 2025-02-21T22:41:29.924Z | [ recovery-image] Feb 21 22:41:27.938 INFO O| Feb 21 22:41:27.938 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7682 | 2025-02-21T22:41:29.941Z | [ recovery-image] Feb 21 22:41:27.957 INFO O| Feb 21 22:41:27.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7683 | 2025-02-21T22:41:29.941Z | [ recovery-image] Feb 21 22:41:27.957 INFO O| Feb 21 22:41:27.957 INFO STEP 1021 (remove_files) COMPLETE |
7684 | 2025-02-21T22:41:29.941Z | [ recovery-image] Feb 21 22:41:27.957 INFO O| Feb 21 22:41:27.957 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7685 | 2025-02-21T22:41:29.959Z | [ recovery-image] Feb 21 22:41:27.976 INFO O| Feb 21 22:41:27.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7686 | 2025-02-21T22:41:29.959Z | [ recovery-image] Feb 21 22:41:27.976 INFO O| Feb 21 22:41:27.976 INFO STEP 1022 (remove_files) COMPLETE |
7687 | 2025-02-21T22:41:29.962Z | [ recovery-image] Feb 21 22:41:27.976 INFO O| Feb 21 22:41:27.976 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7688 | 2025-02-21T22:41:29.986Z | [ recovery-image] Feb 21 22:41:28.003 INFO O| Feb 21 22:41:28.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7689 | 2025-02-21T22:41:29.990Z | [ recovery-image] Feb 21 22:41:28.003 INFO O| Feb 21 22:41:28.003 INFO STEP 1023 (remove_files) COMPLETE |
7690 | 2025-02-21T22:41:29.990Z | [ recovery-image] Feb 21 22:41:28.003 INFO O| Feb 21 22:41:28.003 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2025-02-21T22:41:30.009Z | [ recovery-image] Feb 21 22:41:28.026 INFO O| Feb 21 22:41:28.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7692 | 2025-02-21T22:41:30.012Z | [ recovery-image] Feb 21 22:41:28.026 INFO O| Feb 21 22:41:28.026 INFO STEP 1024 (remove_files) COMPLETE |
7693 | 2025-02-21T22:41:30.013Z | [ recovery-image] Feb 21 22:41:28.026 INFO O| Feb 21 22:41:28.026 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2025-02-21T22:41:30.048Z | [ recovery-image] Feb 21 22:41:28.065 INFO O| Feb 21 22:41:28.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7695 | 2025-02-21T22:41:30.051Z | [ recovery-image] Feb 21 22:41:28.065 INFO O| Feb 21 22:41:28.065 INFO STEP 1025 (remove_files) COMPLETE |
7696 | 2025-02-21T22:41:30.051Z | [ recovery-image] Feb 21 22:41:28.065 INFO O| Feb 21 22:41:28.065 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2025-02-21T22:41:30.123Z | [ recovery-image] Feb 21 22:41:28.140 INFO O| Feb 21 22:41:28.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7698 | 2025-02-21T22:41:30.126Z | [ recovery-image] Feb 21 22:41:28.140 INFO O| Feb 21 22:41:28.140 INFO STEP 1026 (remove_files) COMPLETE |
7699 | 2025-02-21T22:41:30.126Z | [ recovery-image] Feb 21 22:41:28.140 INFO O| Feb 21 22:41:28.140 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2025-02-21T22:41:30.145Z | [ recovery-image] Feb 21 22:41:28.162 INFO O| Feb 21 22:41:28.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7701 | 2025-02-21T22:41:30.145Z | [ recovery-image] Feb 21 22:41:28.162 INFO O| Feb 21 22:41:28.162 INFO STEP 1027 (remove_files) COMPLETE |
7702 | 2025-02-21T22:41:30.148Z | [ recovery-image] Feb 21 22:41:28.162 INFO O| Feb 21 22:41:28.162 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2025-02-21T22:41:30.173Z | [ recovery-image] Feb 21 22:41:28.190 INFO O| Feb 21 22:41:28.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7704 | 2025-02-21T22:41:30.176Z | [ recovery-image] Feb 21 22:41:28.190 INFO O| Feb 21 22:41:28.190 INFO STEP 1028 (remove_files) COMPLETE |
7705 | 2025-02-21T22:41:30.176Z | [ recovery-image] Feb 21 22:41:28.190 INFO O| Feb 21 22:41:28.190 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7706 | 2025-02-21T22:41:30.217Z | [ recovery-image] Feb 21 22:41:28.234 INFO O| Feb 21 22:41:28.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7707 | 2025-02-21T22:41:30.217Z | [ recovery-image] Feb 21 22:41:28.234 INFO O| Feb 21 22:41:28.234 INFO STEP 1029 (remove_files) COMPLETE |
7708 | 2025-02-21T22:41:30.217Z | [ recovery-image] Feb 21 22:41:28.234 INFO O| Feb 21 22:41:28.234 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7709 | 2025-02-21T22:41:30.241Z | [ recovery-image] Feb 21 22:41:28.257 INFO O| Feb 21 22:41:28.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7710 | 2025-02-21T22:41:30.241Z | [ recovery-image] Feb 21 22:41:28.258 INFO O| Feb 21 22:41:28.257 INFO STEP 1030 (remove_files) COMPLETE |
7711 | 2025-02-21T22:41:30.243Z | [ recovery-image] Feb 21 22:41:28.258 INFO O| Feb 21 22:41:28.258 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7712 | 2025-02-21T22:41:30.375Z | [ recovery-image] Feb 21 22:41:28.392 INFO O| Feb 21 22:41:28.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7713 | 2025-02-21T22:41:30.376Z | [ recovery-image] Feb 21 22:41:28.392 INFO O| Feb 21 22:41:28.392 INFO STEP 1031 (remove_files) COMPLETE |
7714 | 2025-02-21T22:41:30.378Z | [ recovery-image] Feb 21 22:41:28.393 INFO O| Feb 21 22:41:28.392 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7715 | 2025-02-21T22:41:30.432Z | [ recovery-image] Feb 21 22:41:28.449 INFO O| Feb 21 22:41:28.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7716 | 2025-02-21T22:41:30.456Z | [ recovery-image] Feb 21 22:41:28.472 INFO O| Feb 21 22:41:28.472 INFO STEP 1032 (remove_files) COMPLETE |
7717 | 2025-02-21T22:41:30.456Z | [ recovery-image] Feb 21 22:41:28.472 INFO O| Feb 21 22:41:28.472 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7718 | 2025-02-21T22:41:30.513Z | [ recovery-image] Feb 21 22:41:28.529 INFO O| Feb 21 22:41:28.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7719 | 2025-02-21T22:41:30.513Z | [ recovery-image] Feb 21 22:41:28.529 INFO O| Feb 21 22:41:28.529 INFO STEP 1033 (remove_files) COMPLETE |
7720 | 2025-02-21T22:41:30.513Z | [ recovery-image] Feb 21 22:41:28.529 INFO O| Feb 21 22:41:28.529 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7721 | 2025-02-21T22:41:30.573Z | [ recovery-image] Feb 21 22:41:28.589 INFO O| Feb 21 22:41:28.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7722 | 2025-02-21T22:41:30.573Z | [ recovery-image] Feb 21 22:41:28.589 INFO O| Feb 21 22:41:28.589 INFO STEP 1034 (remove_files) COMPLETE |
7723 | 2025-02-21T22:41:30.573Z | [ recovery-image] Feb 21 22:41:28.589 INFO O| Feb 21 22:41:28.589 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7724 | 2025-02-21T22:41:30.614Z | [ recovery-image] Feb 21 22:41:28.631 INFO O| Feb 21 22:41:28.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7725 | 2025-02-21T22:41:30.614Z | [ recovery-image] Feb 21 22:41:28.631 INFO O| Feb 21 22:41:28.631 INFO STEP 1035 (remove_files) COMPLETE |
7726 | 2025-02-21T22:41:30.614Z | [ recovery-image] Feb 21 22:41:28.631 INFO O| Feb 21 22:41:28.631 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2025-02-21T22:41:30.672Z | [ recovery-image] Feb 21 22:41:28.689 INFO O| Feb 21 22:41:28.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7728 | 2025-02-21T22:41:30.675Z | [ recovery-image] Feb 21 22:41:28.689 INFO O| Feb 21 22:41:28.689 INFO STEP 1036 (remove_files) COMPLETE |
7729 | 2025-02-21T22:41:30.675Z | [ recovery-image] Feb 21 22:41:28.689 INFO O| Feb 21 22:41:28.689 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2025-02-21T22:41:30.693Z | [ recovery-image] Feb 21 22:41:28.710 INFO O| Feb 21 22:41:28.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7731 | 2025-02-21T22:41:30.694Z | [ recovery-image] Feb 21 22:41:28.710 INFO O| Feb 21 22:41:28.710 INFO STEP 1037 (remove_files) COMPLETE |
7732 | 2025-02-21T22:41:30.696Z | [ recovery-image] Feb 21 22:41:28.710 INFO O| Feb 21 22:41:28.710 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2025-02-21T22:41:30.714Z | [ recovery-image] Feb 21 22:41:28.730 INFO O| Feb 21 22:41:28.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7734 | 2025-02-21T22:41:30.714Z | [ recovery-image] Feb 21 22:41:28.731 INFO O| Feb 21 22:41:28.730 INFO STEP 1038 (remove_files) COMPLETE |
7735 | 2025-02-21T22:41:30.716Z | [ recovery-image] Feb 21 22:41:28.731 INFO O| Feb 21 22:41:28.731 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2025-02-21T22:41:30.734Z | [ recovery-image] Feb 21 22:41:28.751 INFO O| Feb 21 22:41:28.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7737 | 2025-02-21T22:41:30.734Z | [ recovery-image] Feb 21 22:41:28.751 INFO O| Feb 21 22:41:28.751 INFO STEP 1039 (remove_files) COMPLETE |
7738 | 2025-02-21T22:41:30.734Z | [ recovery-image] Feb 21 22:41:28.751 INFO O| Feb 21 22:41:28.751 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2025-02-21T22:41:30.753Z | [ recovery-image] Feb 21 22:41:28.770 INFO O| Feb 21 22:41:28.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7740 | 2025-02-21T22:41:30.753Z | [ recovery-image] Feb 21 22:41:28.770 INFO O| Feb 21 22:41:28.770 INFO STEP 1040 (remove_files) COMPLETE |
7741 | 2025-02-21T22:41:30.753Z | [ recovery-image] Feb 21 22:41:28.770 INFO O| Feb 21 22:41:28.770 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2025-02-21T22:41:30.772Z | [ recovery-image] Feb 21 22:41:28.788 INFO O| Feb 21 22:41:28.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7743 | 2025-02-21T22:41:30.772Z | [ recovery-image] Feb 21 22:41:28.789 INFO O| Feb 21 22:41:28.789 INFO STEP 1041 (remove_files) COMPLETE |
7744 | 2025-02-21T22:41:30.775Z | [ recovery-image] Feb 21 22:41:28.789 INFO O| Feb 21 22:41:28.789 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2025-02-21T22:41:30.791Z | [ recovery-image] Feb 21 22:41:28.808 INFO O| Feb 21 22:41:28.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7746 | 2025-02-21T22:41:30.791Z | [ recovery-image] Feb 21 22:41:28.808 INFO O| Feb 21 22:41:28.808 INFO STEP 1042 (remove_files) COMPLETE |
7747 | 2025-02-21T22:41:30.791Z | [ recovery-image] Feb 21 22:41:28.808 INFO O| Feb 21 22:41:28.808 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2025-02-21T22:41:30.812Z | [ recovery-image] Feb 21 22:41:28.829 INFO O| Feb 21 22:41:28.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7749 | 2025-02-21T22:41:30.815Z | [ recovery-image] Feb 21 22:41:28.829 INFO O| Feb 21 22:41:28.829 INFO STEP 1043 (remove_files) COMPLETE |
7750 | 2025-02-21T22:41:30.815Z | [ recovery-image] Feb 21 22:41:28.829 INFO O| Feb 21 22:41:28.829 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2025-02-21T22:41:30.862Z | [ recovery-image] Feb 21 22:41:28.878 INFO O| Feb 21 22:41:28.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7752 | 2025-02-21T22:41:30.865Z | [ recovery-image] Feb 21 22:41:28.879 INFO O| Feb 21 22:41:28.879 INFO STEP 1044 (remove_files) COMPLETE |
7753 | 2025-02-21T22:41:30.865Z | [ recovery-image] Feb 21 22:41:28.879 INFO O| Feb 21 22:41:28.879 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2025-02-21T22:41:30.879Z | [ recovery-image] Feb 21 22:41:28.896 INFO O| Feb 21 22:41:28.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7755 | 2025-02-21T22:41:30.882Z | [ recovery-image] Feb 21 22:41:28.896 INFO O| Feb 21 22:41:28.896 INFO STEP 1045 (remove_files) COMPLETE |
7756 | 2025-02-21T22:41:30.882Z | [ recovery-image] Feb 21 22:41:28.896 INFO O| Feb 21 22:41:28.896 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2025-02-21T22:41:30.897Z | [ recovery-image] Feb 21 22:41:28.914 INFO O| Feb 21 22:41:28.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7758 | 2025-02-21T22:41:30.900Z | [ recovery-image] Feb 21 22:41:28.914 INFO O| Feb 21 22:41:28.914 INFO STEP 1046 (remove_files) COMPLETE |
7759 | 2025-02-21T22:41:30.900Z | [ recovery-image] Feb 21 22:41:28.914 INFO O| Feb 21 22:41:28.914 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2025-02-21T22:41:30.915Z | [ recovery-image] Feb 21 22:41:28.932 INFO O| Feb 21 22:41:28.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7761 | 2025-02-21T22:41:30.918Z | [ recovery-image] Feb 21 22:41:28.932 INFO O| Feb 21 22:41:28.932 INFO STEP 1047 (remove_files) COMPLETE |
7762 | 2025-02-21T22:41:30.918Z | [ recovery-image] Feb 21 22:41:28.933 INFO O| Feb 21 22:41:28.933 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2025-02-21T22:41:30.949Z | [ recovery-image] Feb 21 22:41:28.965 INFO O| Feb 21 22:41:28.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7764 | 2025-02-21T22:41:30.949Z | [ recovery-image] Feb 21 22:41:28.965 INFO O| Feb 21 22:41:28.965 INFO STEP 1048 (remove_files) COMPLETE |
7765 | 2025-02-21T22:41:30.949Z | [ recovery-image] Feb 21 22:41:28.965 INFO O| Feb 21 22:41:28.965 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2025-02-21T22:41:30.973Z | [ recovery-image] Feb 21 22:41:28.986 INFO O| Feb 21 22:41:28.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7767 | 2025-02-21T22:41:30.973Z | [ recovery-image] Feb 21 22:41:28.986 INFO O| Feb 21 22:41:28.986 INFO STEP 1049 (remove_files) COMPLETE |
7768 | 2025-02-21T22:41:30.975Z | [ recovery-image] Feb 21 22:41:28.986 INFO O| Feb 21 22:41:28.986 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2025-02-21T22:41:31.001Z | [ recovery-image] Feb 21 22:41:29.017 INFO O| Feb 21 22:41:29.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7770 | 2025-02-21T22:41:31.001Z | [ recovery-image] Feb 21 22:41:29.018 INFO O| Feb 21 22:41:29.018 INFO STEP 1050 (remove_files) COMPLETE |
7771 | 2025-02-21T22:41:31.001Z | [ recovery-image] Feb 21 22:41:29.018 INFO O| Feb 21 22:41:29.018 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2025-02-21T22:41:31.019Z | [ recovery-image] Feb 21 22:41:29.036 INFO O| Feb 21 22:41:29.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7773 | 2025-02-21T22:41:31.019Z | [ recovery-image] Feb 21 22:41:29.036 INFO O| Feb 21 22:41:29.036 INFO STEP 1051 (remove_files) COMPLETE |
7774 | 2025-02-21T22:41:31.022Z | [ recovery-image] Feb 21 22:41:29.036 INFO O| Feb 21 22:41:29.036 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2025-02-21T22:41:31.037Z | [ recovery-image] Feb 21 22:41:29.054 INFO O| Feb 21 22:41:29.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7776 | 2025-02-21T22:41:31.037Z | [ recovery-image] Feb 21 22:41:29.054 INFO O| Feb 21 22:41:29.054 INFO STEP 1052 (remove_files) COMPLETE |
7777 | 2025-02-21T22:41:31.040Z | [ recovery-image] Feb 21 22:41:29.054 INFO O| Feb 21 22:41:29.054 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2025-02-21T22:41:31.056Z | [ recovery-image] Feb 21 22:41:29.073 INFO O| Feb 21 22:41:29.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7779 | 2025-02-21T22:41:31.059Z | [ recovery-image] Feb 21 22:41:29.073 INFO O| Feb 21 22:41:29.073 INFO STEP 1053 (remove_files) COMPLETE |
7780 | 2025-02-21T22:41:31.059Z | [ recovery-image] Feb 21 22:41:29.073 INFO O| Feb 21 22:41:29.073 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2025-02-21T22:41:31.077Z | [ recovery-image] Feb 21 22:41:29.094 INFO O| Feb 21 22:41:29.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7782 | 2025-02-21T22:41:31.080Z | [ recovery-image] Feb 21 22:41:29.094 INFO O| Feb 21 22:41:29.094 INFO STEP 1054 (remove_files) COMPLETE |
7783 | 2025-02-21T22:41:31.080Z | [ recovery-image] Feb 21 22:41:29.094 INFO O| Feb 21 22:41:29.094 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2025-02-21T22:41:31.098Z | [ recovery-image] Feb 21 22:41:29.115 INFO O| Feb 21 22:41:29.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7785 | 2025-02-21T22:41:31.098Z | [ recovery-image] Feb 21 22:41:29.115 INFO O| Feb 21 22:41:29.115 INFO STEP 1055 (remove_files) COMPLETE |
7786 | 2025-02-21T22:41:31.098Z | [ recovery-image] Feb 21 22:41:29.115 INFO O| Feb 21 22:41:29.115 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2025-02-21T22:41:31.127Z | [ recovery-image] Feb 21 22:41:29.144 INFO O| Feb 21 22:41:29.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7788 | 2025-02-21T22:41:31.127Z | [ recovery-image] Feb 21 22:41:29.144 INFO O| Feb 21 22:41:29.144 INFO STEP 1056 (remove_files) COMPLETE |
7789 | 2025-02-21T22:41:31.128Z | [ recovery-image] Feb 21 22:41:29.144 INFO O| Feb 21 22:41:29.144 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2025-02-21T22:41:31.169Z | [ recovery-image] Feb 21 22:41:29.174 INFO O| Feb 21 22:41:29.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7791 | 2025-02-21T22:41:31.169Z | [ recovery-image] Feb 21 22:41:29.174 INFO O| Feb 21 22:41:29.174 INFO STEP 1057 (remove_files) COMPLETE |
7792 | 2025-02-21T22:41:31.177Z | [ recovery-image] Feb 21 22:41:29.174 INFO O| Feb 21 22:41:29.174 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2025-02-21T22:41:31.242Z | [ recovery-image] Feb 21 22:41:29.259 INFO O| Feb 21 22:41:29.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7794 | 2025-02-21T22:41:31.242Z | [ recovery-image] Feb 21 22:41:29.259 INFO O| Feb 21 22:41:29.259 INFO STEP 1058 (remove_files) COMPLETE |
7795 | 2025-02-21T22:41:31.247Z | [ recovery-image] Feb 21 22:41:29.259 INFO O| Feb 21 22:41:29.259 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2025-02-21T22:41:31.264Z | [ recovery-image] Feb 21 22:41:29.280 INFO O| Feb 21 22:41:29.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7797 | 2025-02-21T22:41:31.264Z | [ recovery-image] Feb 21 22:41:29.280 INFO O| Feb 21 22:41:29.280 INFO STEP 1059 (remove_files) COMPLETE |
7798 | 2025-02-21T22:41:31.266Z | [ recovery-image] Feb 21 22:41:29.280 INFO O| Feb 21 22:41:29.280 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2025-02-21T22:41:31.285Z | [ recovery-image] Feb 21 22:41:29.301 INFO O| Feb 21 22:41:29.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7800 | 2025-02-21T22:41:31.285Z | [ recovery-image] Feb 21 22:41:29.301 INFO O| Feb 21 22:41:29.301 INFO STEP 1060 (remove_files) COMPLETE |
7801 | 2025-02-21T22:41:31.287Z | [ recovery-image] Feb 21 22:41:29.301 INFO O| Feb 21 22:41:29.301 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2025-02-21T22:41:31.306Z | [ recovery-image] Feb 21 22:41:29.322 INFO O| Feb 21 22:41:29.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7803 | 2025-02-21T22:41:31.306Z | [ recovery-image] Feb 21 22:41:29.322 INFO O| Feb 21 22:41:29.322 INFO STEP 1061 (remove_files) COMPLETE |
7804 | 2025-02-21T22:41:31.306Z | [ recovery-image] Feb 21 22:41:29.322 INFO O| Feb 21 22:41:29.322 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2025-02-21T22:41:31.324Z | [ recovery-image] Feb 21 22:41:29.341 INFO O| Feb 21 22:41:29.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7806 | 2025-02-21T22:41:31.324Z | [ recovery-image] Feb 21 22:41:29.341 INFO O| Feb 21 22:41:29.341 INFO STEP 1062 (remove_files) COMPLETE |
7807 | 2025-02-21T22:41:31.325Z | [ recovery-image] Feb 21 22:41:29.341 INFO O| Feb 21 22:41:29.341 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2025-02-21T22:41:31.343Z | [ recovery-image] Feb 21 22:41:29.359 INFO O| Feb 21 22:41:29.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7809 | 2025-02-21T22:41:31.343Z | [ recovery-image] Feb 21 22:41:29.360 INFO O| Feb 21 22:41:29.359 INFO STEP 1063 (remove_files) COMPLETE |
7810 | 2025-02-21T22:41:31.346Z | [ recovery-image] Feb 21 22:41:29.360 INFO O| Feb 21 22:41:29.359 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2025-02-21T22:41:31.377Z | [ recovery-image] Feb 21 22:41:29.393 INFO O| Feb 21 22:41:29.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7812 | 2025-02-21T22:41:31.377Z | [ recovery-image] Feb 21 22:41:29.393 INFO O| Feb 21 22:41:29.393 INFO STEP 1064 (remove_files) COMPLETE |
7813 | 2025-02-21T22:41:31.377Z | [ recovery-image] Feb 21 22:41:29.393 INFO O| Feb 21 22:41:29.393 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7814 | 2025-02-21T22:41:31.438Z | [ recovery-image] Feb 21 22:41:29.452 INFO O| Feb 21 22:41:29.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7815 | 2025-02-21T22:41:31.438Z | [ recovery-image] Feb 21 22:41:29.452 INFO O| Feb 21 22:41:29.452 INFO STEP 1065 (remove_files) COMPLETE |
7816 | 2025-02-21T22:41:31.438Z | [ recovery-image] Feb 21 22:41:29.452 INFO O| Feb 21 22:41:29.452 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7817 | 2025-02-21T22:41:31.478Z | [ recovery-image] Feb 21 22:41:29.494 INFO O| Feb 21 22:41:29.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7818 | 2025-02-21T22:41:31.481Z | [ recovery-image] Feb 21 22:41:29.494 INFO O| Feb 21 22:41:29.494 INFO STEP 1066 (remove_files) COMPLETE |
7819 | 2025-02-21T22:41:31.481Z | [ recovery-image] Feb 21 22:41:29.494 INFO O| Feb 21 22:41:29.494 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7820 | 2025-02-21T22:41:31.500Z | [ recovery-image] Feb 21 22:41:29.516 INFO O| Feb 21 22:41:29.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7821 | 2025-02-21T22:41:31.500Z | [ recovery-image] Feb 21 22:41:29.516 INFO O| Feb 21 22:41:29.516 INFO STEP 1067 (remove_files) COMPLETE |
7822 | 2025-02-21T22:41:31.500Z | [ recovery-image] Feb 21 22:41:29.516 INFO O| Feb 21 22:41:29.516 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7823 | 2025-02-21T22:41:31.521Z | [ recovery-image] Feb 21 22:41:29.538 INFO O| Feb 21 22:41:29.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7824 | 2025-02-21T22:41:31.521Z | [ recovery-image] Feb 21 22:41:29.538 INFO O| Feb 21 22:41:29.538 INFO STEP 1068 (remove_files) COMPLETE |
7825 | 2025-02-21T22:41:31.522Z | [ recovery-image] Feb 21 22:41:29.538 INFO O| Feb 21 22:41:29.538 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7826 | 2025-02-21T22:41:31.590Z | [ recovery-image] Feb 21 22:41:29.606 INFO O| Feb 21 22:41:29.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7827 | 2025-02-21T22:41:31.590Z | [ recovery-image] Feb 21 22:41:29.606 INFO O| Feb 21 22:41:29.606 INFO STEP 1069 (remove_files) COMPLETE |
7828 | 2025-02-21T22:41:31.592Z | [ recovery-image] Feb 21 22:41:29.606 INFO O| Feb 21 22:41:29.606 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7829 | 2025-02-21T22:41:31.615Z | [ recovery-image] Feb 21 22:41:29.632 INFO O| Feb 21 22:41:29.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7830 | 2025-02-21T22:41:31.615Z | [ recovery-image] Feb 21 22:41:29.632 INFO O| Feb 21 22:41:29.632 INFO STEP 1070 (remove_files) COMPLETE |
7831 | 2025-02-21T22:41:31.618Z | [ recovery-image] Feb 21 22:41:29.632 INFO O| Feb 21 22:41:29.632 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7832 | 2025-02-21T22:41:31.653Z | [ recovery-image] Feb 21 22:41:29.668 INFO O| Feb 21 22:41:29.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7833 | 2025-02-21T22:41:31.653Z | [ recovery-image] Feb 21 22:41:29.668 INFO O| Feb 21 22:41:29.668 INFO STEP 1071 (remove_files) COMPLETE |
7834 | 2025-02-21T22:41:31.653Z | [ recovery-image] Feb 21 22:41:29.668 INFO O| Feb 21 22:41:29.668 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7835 | 2025-02-21T22:41:31.688Z | [ recovery-image] Feb 21 22:41:29.691 INFO O| Feb 21 22:41:29.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7836 | 2025-02-21T22:41:31.688Z | [ recovery-image] Feb 21 22:41:29.692 INFO O| Feb 21 22:41:29.692 INFO STEP 1072 (remove_files) COMPLETE |
7837 | 2025-02-21T22:41:31.688Z | [ recovery-image] Feb 21 22:41:29.692 INFO O| Feb 21 22:41:29.692 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7838 | 2025-02-21T22:41:31.711Z | [ recovery-image] Feb 21 22:41:29.727 INFO O| Feb 21 22:41:29.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7839 | 2025-02-21T22:41:31.711Z | [ recovery-image] Feb 21 22:41:29.727 INFO O| Feb 21 22:41:29.727 INFO STEP 1073 (remove_files) COMPLETE |
7840 | 2025-02-21T22:41:31.711Z | [ recovery-image] Feb 21 22:41:29.727 INFO O| Feb 21 22:41:29.727 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7841 | 2025-02-21T22:41:31.789Z | [ recovery-image] Feb 21 22:41:29.805 INFO O| Feb 21 22:41:29.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7842 | 2025-02-21T22:41:31.789Z | [ recovery-image] Feb 21 22:41:29.805 INFO O| Feb 21 22:41:29.805 INFO STEP 1074 (remove_files) COMPLETE |
7843 | 2025-02-21T22:41:31.789Z | [ recovery-image] Feb 21 22:41:29.805 INFO O| Feb 21 22:41:29.805 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7844 | 2025-02-21T22:41:31.809Z | [ recovery-image] Feb 21 22:41:29.825 INFO O| Feb 21 22:41:29.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7845 | 2025-02-21T22:41:31.809Z | [ recovery-image] Feb 21 22:41:29.826 INFO O| Feb 21 22:41:29.826 INFO STEP 1075 (remove_files) COMPLETE |
7846 | 2025-02-21T22:41:31.809Z | [ recovery-image] Feb 21 22:41:29.826 INFO O| Feb 21 22:41:29.826 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7847 | 2025-02-21T22:41:31.829Z | [ recovery-image] Feb 21 22:41:29.845 INFO O| Feb 21 22:41:29.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7848 | 2025-02-21T22:41:31.829Z | [ recovery-image] Feb 21 22:41:29.845 INFO O| Feb 21 22:41:29.845 INFO STEP 1076 (remove_files) COMPLETE |
7849 | 2025-02-21T22:41:31.829Z | [ recovery-image] Feb 21 22:41:29.845 INFO O| Feb 21 22:41:29.845 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7850 | 2025-02-21T22:41:31.847Z | [ recovery-image] Feb 21 22:41:29.864 INFO O| Feb 21 22:41:29.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7851 | 2025-02-21T22:41:31.847Z | [ recovery-image] Feb 21 22:41:29.864 INFO O| Feb 21 22:41:29.864 INFO STEP 1077 (remove_files) COMPLETE |
7852 | 2025-02-21T22:41:31.847Z | [ recovery-image] Feb 21 22:41:29.864 INFO O| Feb 21 22:41:29.864 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7853 | 2025-02-21T22:41:31.868Z | [ recovery-image] Feb 21 22:41:29.884 INFO O| Feb 21 22:41:29.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7854 | 2025-02-21T22:41:31.868Z | [ recovery-image] Feb 21 22:41:29.884 INFO O| Feb 21 22:41:29.884 INFO STEP 1078 (remove_files) COMPLETE |
7855 | 2025-02-21T22:41:31.870Z | [ recovery-image] Feb 21 22:41:29.884 INFO O| Feb 21 22:41:29.884 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7856 | 2025-02-21T22:41:31.904Z | [ recovery-image] Feb 21 22:41:29.920 INFO O| Feb 21 22:41:29.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7857 | 2025-02-21T22:41:31.904Z | [ recovery-image] Feb 21 22:41:29.920 INFO O| Feb 21 22:41:29.920 INFO STEP 1079 (remove_files) COMPLETE |
7858 | 2025-02-21T22:41:31.904Z | [ recovery-image] Feb 21 22:41:29.920 INFO O| Feb 21 22:41:29.920 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7859 | 2025-02-21T22:41:31.923Z | [ recovery-image] Feb 21 22:41:29.940 INFO O| Feb 21 22:41:29.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7860 | 2025-02-21T22:41:31.923Z | [ recovery-image] Feb 21 22:41:29.940 INFO O| Feb 21 22:41:29.940 INFO STEP 1080 (remove_files) COMPLETE |
7861 | 2025-02-21T22:41:31.926Z | [ recovery-image] Feb 21 22:41:29.940 INFO O| Feb 21 22:41:29.940 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7862 | 2025-02-21T22:41:31.943Z | [ recovery-image] Feb 21 22:41:29.959 INFO O| Feb 21 22:41:29.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7863 | 2025-02-21T22:41:31.943Z | [ recovery-image] Feb 21 22:41:29.959 INFO O| Feb 21 22:41:29.959 INFO STEP 1081 (remove_files) COMPLETE |
7864 | 2025-02-21T22:41:31.943Z | [ recovery-image] Feb 21 22:41:29.960 INFO O| Feb 21 22:41:29.959 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7865 | 2025-02-21T22:41:31.963Z | [ recovery-image] Feb 21 22:41:29.980 INFO O| Feb 21 22:41:29.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7866 | 2025-02-21T22:41:31.963Z | [ recovery-image] Feb 21 22:41:29.980 INFO O| Feb 21 22:41:29.980 INFO STEP 1082 (remove_files) COMPLETE |
7867 | 2025-02-21T22:41:31.967Z | [ recovery-image] Feb 21 22:41:29.980 INFO O| Feb 21 22:41:29.980 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7868 | 2025-02-21T22:41:31.983Z | [ recovery-image] Feb 21 22:41:29.999 INFO O| Feb 21 22:41:29.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7869 | 2025-02-21T22:41:31.983Z | [ recovery-image] Feb 21 22:41:29.999 INFO O| Feb 21 22:41:29.999 INFO STEP 1083 (remove_files) COMPLETE |
7870 | 2025-02-21T22:41:31.986Z | [ recovery-image] Feb 21 22:41:30.000 INFO O| Feb 21 22:41:29.999 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7871 | 2025-02-21T22:41:32.003Z | [ recovery-image] Feb 21 22:41:30.019 INFO O| Feb 21 22:41:30.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7872 | 2025-02-21T22:41:32.003Z | [ recovery-image] Feb 21 22:41:30.019 INFO O| Feb 21 22:41:30.019 INFO STEP 1084 (remove_files) COMPLETE |
7873 | 2025-02-21T22:41:32.003Z | [ recovery-image] Feb 21 22:41:30.019 INFO O| Feb 21 22:41:30.019 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7874 | 2025-02-21T22:41:32.022Z | [ recovery-image] Feb 21 22:41:30.038 INFO O| Feb 21 22:41:30.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7875 | 2025-02-21T22:41:32.022Z | [ recovery-image] Feb 21 22:41:30.038 INFO O| Feb 21 22:41:30.038 INFO STEP 1085 (remove_files) COMPLETE |
7876 | 2025-02-21T22:41:32.024Z | [ recovery-image] Feb 21 22:41:30.038 INFO O| Feb 21 22:41:30.038 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7877 | 2025-02-21T22:41:32.042Z | [ recovery-image] Feb 21 22:41:30.059 INFO O| Feb 21 22:41:30.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7878 | 2025-02-21T22:41:32.042Z | [ recovery-image] Feb 21 22:41:30.059 INFO O| Feb 21 22:41:30.059 INFO STEP 1086 (remove_files) COMPLETE |
7879 | 2025-02-21T22:41:32.042Z | [ recovery-image] Feb 21 22:41:30.059 INFO O| Feb 21 22:41:30.059 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7880 | 2025-02-21T22:41:32.114Z | [ recovery-image] Feb 21 22:41:30.131 INFO O| Feb 21 22:41:30.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7881 | 2025-02-21T22:41:32.114Z | [ recovery-image] Feb 21 22:41:30.131 INFO O| Feb 21 22:41:30.131 INFO STEP 1087 (remove_files) COMPLETE |
7882 | 2025-02-21T22:41:32.114Z | [ recovery-image] Feb 21 22:41:30.131 INFO O| Feb 21 22:41:30.131 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7883 | 2025-02-21T22:41:32.135Z | [ recovery-image] Feb 21 22:41:30.152 INFO O| Feb 21 22:41:30.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7884 | 2025-02-21T22:41:32.136Z | [ recovery-image] Feb 21 22:41:30.152 INFO O| Feb 21 22:41:30.152 INFO STEP 1088 (remove_files) COMPLETE |
7885 | 2025-02-21T22:41:32.136Z | [ recovery-image] Feb 21 22:41:30.152 INFO O| Feb 21 22:41:30.152 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7886 | 2025-02-21T22:41:32.155Z | [ recovery-image] Feb 21 22:41:30.171 INFO O| Feb 21 22:41:30.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7887 | 2025-02-21T22:41:32.155Z | [ recovery-image] Feb 21 22:41:30.172 INFO O| Feb 21 22:41:30.171 INFO STEP 1089 (remove_files) COMPLETE |
7888 | 2025-02-21T22:41:32.155Z | [ recovery-image] Feb 21 22:41:30.172 INFO O| Feb 21 22:41:30.172 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7889 | 2025-02-21T22:41:32.180Z | [ recovery-image] Feb 21 22:41:30.197 INFO O| Feb 21 22:41:30.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7890 | 2025-02-21T22:41:32.180Z | [ recovery-image] Feb 21 22:41:30.197 INFO O| Feb 21 22:41:30.197 INFO STEP 1090 (remove_files) COMPLETE |
7891 | 2025-02-21T22:41:32.180Z | [ recovery-image] Feb 21 22:41:30.197 INFO O| Feb 21 22:41:30.197 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7892 | 2025-02-21T22:41:32.203Z | [ recovery-image] Feb 21 22:41:30.219 INFO O| Feb 21 22:41:30.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7893 | 2025-02-21T22:41:32.203Z | [ recovery-image] Feb 21 22:41:30.219 INFO O| Feb 21 22:41:30.219 INFO STEP 1091 (remove_files) COMPLETE |
7894 | 2025-02-21T22:41:32.205Z | [ recovery-image] Feb 21 22:41:30.219 INFO O| Feb 21 22:41:30.219 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7895 | 2025-02-21T22:41:32.224Z | [ recovery-image] Feb 21 22:41:30.241 INFO O| Feb 21 22:41:30.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7896 | 2025-02-21T22:41:32.224Z | [ recovery-image] Feb 21 22:41:30.241 INFO O| Feb 21 22:41:30.241 INFO STEP 1092 (remove_files) COMPLETE |
7897 | 2025-02-21T22:41:32.224Z | [ recovery-image] Feb 21 22:41:30.241 INFO O| Feb 21 22:41:30.241 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7898 | 2025-02-21T22:41:32.258Z | [ recovery-image] Feb 21 22:41:30.274 INFO O| Feb 21 22:41:30.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7899 | 2025-02-21T22:41:32.258Z | [ recovery-image] Feb 21 22:41:30.274 INFO O| Feb 21 22:41:30.274 INFO STEP 1093 (remove_files) COMPLETE |
7900 | 2025-02-21T22:41:32.261Z | [ recovery-image] Feb 21 22:41:30.274 INFO O| Feb 21 22:41:30.274 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7901 | 2025-02-21T22:41:32.294Z | [ recovery-image] Feb 21 22:41:30.310 INFO O| Feb 21 22:41:30.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7902 | 2025-02-21T22:41:32.294Z | [ recovery-image] Feb 21 22:41:30.311 INFO O| Feb 21 22:41:30.310 INFO STEP 1094 (remove_files) COMPLETE |
7903 | 2025-02-21T22:41:32.297Z | [ recovery-image] Feb 21 22:41:30.311 INFO O| Feb 21 22:41:30.310 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7904 | 2025-02-21T22:41:32.321Z | [ recovery-image] Feb 21 22:41:30.337 INFO O| Feb 21 22:41:30.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7905 | 2025-02-21T22:41:32.322Z | [ recovery-image] Feb 21 22:41:30.337 INFO O| Feb 21 22:41:30.337 INFO STEP 1095 (remove_files) COMPLETE |
7906 | 2025-02-21T22:41:32.322Z | [ recovery-image] Feb 21 22:41:30.337 INFO O| Feb 21 22:41:30.337 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2025-02-21T22:41:32.373Z | [ recovery-image] Feb 21 22:41:30.390 INFO O| Feb 21 22:41:30.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7908 | 2025-02-21T22:41:32.373Z | [ recovery-image] Feb 21 22:41:30.390 INFO O| Feb 21 22:41:30.390 INFO STEP 1096 (remove_files) COMPLETE |
7909 | 2025-02-21T22:41:32.373Z | [ recovery-image] Feb 21 22:41:30.390 INFO O| Feb 21 22:41:30.390 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2025-02-21T22:41:32.399Z | [ recovery-image] Feb 21 22:41:30.415 INFO O| Feb 21 22:41:30.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7911 | 2025-02-21T22:41:32.401Z | [ recovery-image] Feb 21 22:41:30.415 INFO O| Feb 21 22:41:30.415 INFO STEP 1097 (remove_files) COMPLETE |
7912 | 2025-02-21T22:41:32.401Z | [ recovery-image] Feb 21 22:41:30.416 INFO O| Feb 21 22:41:30.415 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7913 | 2025-02-21T22:41:32.420Z | [ recovery-image] Feb 21 22:41:30.436 INFO O| Feb 21 22:41:30.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7914 | 2025-02-21T22:41:32.423Z | [ recovery-image] Feb 21 22:41:30.437 INFO O| Feb 21 22:41:30.437 INFO STEP 1098 (remove_files) COMPLETE |
7915 | 2025-02-21T22:41:32.423Z | [ recovery-image] Feb 21 22:41:30.437 INFO O| Feb 21 22:41:30.437 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7916 | 2025-02-21T22:41:32.446Z | [ recovery-image] Feb 21 22:41:30.455 INFO O| Feb 21 22:41:30.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7917 | 2025-02-21T22:41:32.446Z | [ recovery-image] Feb 21 22:41:30.455 INFO O| Feb 21 22:41:30.455 INFO STEP 1099 (remove_files) COMPLETE |
7918 | 2025-02-21T22:41:32.446Z | [ recovery-image] Feb 21 22:41:30.455 INFO O| Feb 21 22:41:30.455 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7919 | 2025-02-21T22:41:32.534Z | [ recovery-image] Feb 21 22:41:30.551 INFO O| Feb 21 22:41:30.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7920 | 2025-02-21T22:41:32.534Z | [ recovery-image] Feb 21 22:41:30.551 INFO O| Feb 21 22:41:30.551 INFO STEP 1100 (remove_files) COMPLETE |
7921 | 2025-02-21T22:41:32.538Z | [ recovery-image] Feb 21 22:41:30.551 INFO O| Feb 21 22:41:30.551 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7922 | 2025-02-21T22:41:32.593Z | [ recovery-image] Feb 21 22:41:30.610 INFO O| Feb 21 22:41:30.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7923 | 2025-02-21T22:41:32.593Z | [ recovery-image] Feb 21 22:41:30.610 INFO O| Feb 21 22:41:30.610 INFO STEP 1101 (remove_files) COMPLETE |
7924 | 2025-02-21T22:41:32.593Z | [ recovery-image] Feb 21 22:41:30.610 INFO O| Feb 21 22:41:30.610 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7925 | 2025-02-21T22:41:32.613Z | [ recovery-image] Feb 21 22:41:30.629 INFO O| Feb 21 22:41:30.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7926 | 2025-02-21T22:41:32.613Z | [ recovery-image] Feb 21 22:41:30.629 INFO O| Feb 21 22:41:30.629 INFO STEP 1102 (remove_files) COMPLETE |
7927 | 2025-02-21T22:41:32.613Z | [ recovery-image] Feb 21 22:41:30.629 INFO O| Feb 21 22:41:30.629 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7928 | 2025-02-21T22:41:32.653Z | [ recovery-image] Feb 21 22:41:30.669 INFO O| Feb 21 22:41:30.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7929 | 2025-02-21T22:41:32.656Z | [ recovery-image] Feb 21 22:41:30.670 INFO O| Feb 21 22:41:30.670 INFO STEP 1103 (remove_files) COMPLETE |
7930 | 2025-02-21T22:41:32.656Z | [ recovery-image] Feb 21 22:41:30.670 INFO O| Feb 21 22:41:30.670 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7931 | 2025-02-21T22:41:32.686Z | [ recovery-image] Feb 21 22:41:30.702 INFO O| Feb 21 22:41:30.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7932 | 2025-02-21T22:41:32.686Z | [ recovery-image] Feb 21 22:41:30.702 INFO O| Feb 21 22:41:30.702 INFO STEP 1104 (remove_files) COMPLETE |
7933 | 2025-02-21T22:41:32.686Z | [ recovery-image] Feb 21 22:41:30.702 INFO O| Feb 21 22:41:30.702 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7934 | 2025-02-21T22:41:32.739Z | [ recovery-image] Feb 21 22:41:30.755 INFO O| Feb 21 22:41:30.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7935 | 2025-02-21T22:41:32.739Z | [ recovery-image] Feb 21 22:41:30.755 INFO O| Feb 21 22:41:30.755 INFO STEP 1105 (remove_files) COMPLETE |
7936 | 2025-02-21T22:41:32.739Z | [ recovery-image] Feb 21 22:41:30.755 INFO O| Feb 21 22:41:30.755 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7937 | 2025-02-21T22:41:32.760Z | [ recovery-image] Feb 21 22:41:30.776 INFO O| Feb 21 22:41:30.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7938 | 2025-02-21T22:41:32.760Z | [ recovery-image] Feb 21 22:41:30.776 INFO O| Feb 21 22:41:30.776 INFO STEP 1106 (remove_files) COMPLETE |
7939 | 2025-02-21T22:41:32.760Z | [ recovery-image] Feb 21 22:41:30.776 INFO O| Feb 21 22:41:30.776 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7940 | 2025-02-21T22:41:32.781Z | [ recovery-image] Feb 21 22:41:30.798 INFO O| Feb 21 22:41:30.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7941 | 2025-02-21T22:41:32.781Z | [ recovery-image] Feb 21 22:41:30.798 INFO O| Feb 21 22:41:30.798 INFO STEP 1107 (remove_files) COMPLETE |
7942 | 2025-02-21T22:41:32.781Z | [ recovery-image] Feb 21 22:41:30.798 INFO O| Feb 21 22:41:30.798 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7943 | 2025-02-21T22:41:32.821Z | [ recovery-image] Feb 21 22:41:30.838 INFO O| Feb 21 22:41:30.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7944 | 2025-02-21T22:41:32.821Z | [ recovery-image] Feb 21 22:41:30.838 INFO O| Feb 21 22:41:30.838 INFO STEP 1108 (remove_files) COMPLETE |
7945 | 2025-02-21T22:41:32.821Z | [ recovery-image] Feb 21 22:41:30.838 INFO O| Feb 21 22:41:30.838 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7946 | 2025-02-21T22:41:32.856Z | [ recovery-image] Feb 21 22:41:30.873 INFO O| Feb 21 22:41:30.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7947 | 2025-02-21T22:41:32.856Z | [ recovery-image] Feb 21 22:41:30.873 INFO O| Feb 21 22:41:30.873 INFO STEP 1109 (remove_files) COMPLETE |
7948 | 2025-02-21T22:41:32.856Z | [ recovery-image] Feb 21 22:41:30.873 INFO O| Feb 21 22:41:30.873 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7949 | 2025-02-21T22:41:32.876Z | [ recovery-image] Feb 21 22:41:30.892 INFO O| Feb 21 22:41:30.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7950 | 2025-02-21T22:41:32.898Z | [ recovery-image] Feb 21 22:41:30.914 INFO O| Feb 21 22:41:30.914 INFO STEP 1110 (remove_files) COMPLETE |
7951 | 2025-02-21T22:41:32.898Z | [ recovery-image] Feb 21 22:41:30.914 INFO O| Feb 21 22:41:30.914 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7952 | 2025-02-21T22:41:32.946Z | [ recovery-image] Feb 21 22:41:30.962 INFO O| Feb 21 22:41:30.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7953 | 2025-02-21T22:41:32.946Z | [ recovery-image] Feb 21 22:41:30.962 INFO O| Feb 21 22:41:30.962 INFO STEP 1111 (remove_files) COMPLETE |
7954 | 2025-02-21T22:41:32.946Z | [ recovery-image] Feb 21 22:41:30.962 INFO O| Feb 21 22:41:30.962 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7955 | 2025-02-21T22:41:32.966Z | [ recovery-image] Feb 21 22:41:30.983 INFO O| Feb 21 22:41:30.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7956 | 2025-02-21T22:41:32.966Z | [ recovery-image] Feb 21 22:41:30.983 INFO O| Feb 21 22:41:30.983 INFO STEP 1112 (remove_files) COMPLETE |
7957 | 2025-02-21T22:41:32.966Z | [ recovery-image] Feb 21 22:41:30.983 INFO O| Feb 21 22:41:30.983 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7958 | 2025-02-21T22:41:32.985Z | [ recovery-image] Feb 21 22:41:31.002 INFO O| Feb 21 22:41:31.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7959 | 2025-02-21T22:41:32.985Z | [ recovery-image] Feb 21 22:41:31.002 INFO O| Feb 21 22:41:31.002 INFO STEP 1113 (remove_files) COMPLETE |
7960 | 2025-02-21T22:41:32.985Z | [ recovery-image] Feb 21 22:41:31.002 INFO O| Feb 21 22:41:31.002 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7961 | 2025-02-21T22:41:33.006Z | [ recovery-image] Feb 21 22:41:31.022 INFO O| Feb 21 22:41:31.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7962 | 2025-02-21T22:41:33.006Z | [ recovery-image] Feb 21 22:41:31.022 INFO O| Feb 21 22:41:31.022 INFO STEP 1114 (remove_files) COMPLETE |
7963 | 2025-02-21T22:41:33.008Z | [ recovery-image] Feb 21 22:41:31.022 INFO O| Feb 21 22:41:31.022 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7964 | 2025-02-21T22:41:33.042Z | [ recovery-image] Feb 21 22:41:31.058 INFO O| Feb 21 22:41:31.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7965 | 2025-02-21T22:41:33.042Z | [ recovery-image] Feb 21 22:41:31.058 INFO O| Feb 21 22:41:31.058 INFO STEP 1115 (remove_files) COMPLETE |
7966 | 2025-02-21T22:41:33.042Z | [ recovery-image] Feb 21 22:41:31.059 INFO O| Feb 21 22:41:31.058 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7967 | 2025-02-21T22:41:33.066Z | [ recovery-image] Feb 21 22:41:31.081 INFO O| Feb 21 22:41:31.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7968 | 2025-02-21T22:41:33.066Z | [ recovery-image] Feb 21 22:41:31.081 INFO O| Feb 21 22:41:31.081 INFO STEP 1116 (remove_files) COMPLETE |
7969 | 2025-02-21T22:41:33.069Z | [ recovery-image] Feb 21 22:41:31.082 INFO O| Feb 21 22:41:31.081 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7970 | 2025-02-21T22:41:33.111Z | [ recovery-image] Feb 21 22:41:31.128 INFO O| Feb 21 22:41:31.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7971 | 2025-02-21T22:41:33.111Z | [ recovery-image] Feb 21 22:41:31.128 INFO O| Feb 21 22:41:31.128 INFO STEP 1117 (remove_files) COMPLETE |
7972 | 2025-02-21T22:41:33.112Z | [ recovery-image] Feb 21 22:41:31.128 INFO O| Feb 21 22:41:31.128 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7973 | 2025-02-21T22:41:33.130Z | [ recovery-image] Feb 21 22:41:31.147 INFO O| Feb 21 22:41:31.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7974 | 2025-02-21T22:41:33.130Z | [ recovery-image] Feb 21 22:41:31.147 INFO O| Feb 21 22:41:31.147 INFO STEP 1118 (remove_files) COMPLETE |
7975 | 2025-02-21T22:41:33.130Z | [ recovery-image] Feb 21 22:41:31.147 INFO O| Feb 21 22:41:31.147 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7976 | 2025-02-21T22:41:33.158Z | [ recovery-image] Feb 21 22:41:31.174 INFO O| Feb 21 22:41:31.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7977 | 2025-02-21T22:41:33.158Z | [ recovery-image] Feb 21 22:41:31.175 INFO O| Feb 21 22:41:31.174 INFO STEP 1119 (remove_files) COMPLETE |
7978 | 2025-02-21T22:41:33.158Z | [ recovery-image] Feb 21 22:41:31.175 INFO O| Feb 21 22:41:31.175 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7979 | 2025-02-21T22:41:33.197Z | [ recovery-image] Feb 21 22:41:31.214 INFO O| Feb 21 22:41:31.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7980 | 2025-02-21T22:41:33.197Z | [ recovery-image] Feb 21 22:41:31.214 INFO O| Feb 21 22:41:31.214 INFO STEP 1120 (remove_files) COMPLETE |
7981 | 2025-02-21T22:41:33.200Z | [ recovery-image] Feb 21 22:41:31.214 INFO O| Feb 21 22:41:31.214 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7982 | 2025-02-21T22:41:33.230Z | [ recovery-image] Feb 21 22:41:31.247 INFO O| Feb 21 22:41:31.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7983 | 2025-02-21T22:41:33.231Z | [ recovery-image] Feb 21 22:41:31.247 INFO O| Feb 21 22:41:31.247 INFO STEP 1121 (remove_files) COMPLETE |
7984 | 2025-02-21T22:41:33.231Z | [ recovery-image] Feb 21 22:41:31.247 INFO O| Feb 21 22:41:31.247 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7985 | 2025-02-21T22:41:33.249Z | [ recovery-image] Feb 21 22:41:31.265 INFO O| Feb 21 22:41:31.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7986 | 2025-02-21T22:41:33.249Z | [ recovery-image] Feb 21 22:41:31.265 INFO O| Feb 21 22:41:31.265 INFO STEP 1122 (remove_files) COMPLETE |
7987 | 2025-02-21T22:41:33.252Z | [ recovery-image] Feb 21 22:41:31.265 INFO O| Feb 21 22:41:31.265 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7988 | 2025-02-21T22:41:33.298Z | [ recovery-image] Feb 21 22:41:31.314 INFO O| Feb 21 22:41:31.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7989 | 2025-02-21T22:41:33.298Z | [ recovery-image] Feb 21 22:41:31.314 INFO O| Feb 21 22:41:31.314 INFO STEP 1123 (remove_files) COMPLETE |
7990 | 2025-02-21T22:41:33.298Z | [ recovery-image] Feb 21 22:41:31.314 INFO O| Feb 21 22:41:31.314 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7991 | 2025-02-21T22:41:33.359Z | [ recovery-image] Feb 21 22:41:31.375 INFO O| Feb 21 22:41:31.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7992 | 2025-02-21T22:41:33.359Z | [ recovery-image] Feb 21 22:41:31.375 INFO O| Feb 21 22:41:31.375 INFO STEP 1124 (remove_files) COMPLETE |
7993 | 2025-02-21T22:41:33.362Z | [ recovery-image] Feb 21 22:41:31.375 INFO O| Feb 21 22:41:31.375 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7994 | 2025-02-21T22:41:33.379Z | [ recovery-image] Feb 21 22:41:31.395 INFO O| Feb 21 22:41:31.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7995 | 2025-02-21T22:41:33.379Z | [ recovery-image] Feb 21 22:41:31.395 INFO O| Feb 21 22:41:31.395 INFO STEP 1125 (remove_files) COMPLETE |
7996 | 2025-02-21T22:41:33.379Z | [ recovery-image] Feb 21 22:41:31.395 INFO O| Feb 21 22:41:31.395 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7997 | 2025-02-21T22:41:33.408Z | [ recovery-image] Feb 21 22:41:31.424 INFO O| Feb 21 22:41:31.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7998 | 2025-02-21T22:41:33.408Z | [ recovery-image] Feb 21 22:41:31.424 INFO O| Feb 21 22:41:31.424 INFO STEP 1126 (remove_files) COMPLETE |
7999 | 2025-02-21T22:41:33.411Z | [ recovery-image] Feb 21 22:41:31.424 INFO O| Feb 21 22:41:31.424 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8000 | 2025-02-21T22:41:33.582Z | [ recovery-image] Feb 21 22:41:31.595 INFO O| Feb 21 22:41:31.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
8001 | 2025-02-21T22:41:33.585Z | [ recovery-image] Feb 21 22:41:31.595 INFO O| Feb 21 22:41:31.595 INFO STEP 1127 (remove_files) COMPLETE |
8002 | 2025-02-21T22:41:33.585Z | [ recovery-image] Feb 21 22:41:31.595 INFO O| Feb 21 22:41:31.595 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8003 | 2025-02-21T22:41:33.600Z | [ recovery-image] Feb 21 22:41:31.616 INFO O| Feb 21 22:41:31.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
8004 | 2025-02-21T22:41:33.602Z | [ recovery-image] Feb 21 22:41:31.616 INFO O| Feb 21 22:41:31.616 INFO STEP 1128 (remove_files) COMPLETE |
8005 | 2025-02-21T22:41:33.603Z | [ recovery-image] Feb 21 22:41:31.617 INFO O| Feb 21 22:41:31.616 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8006 | 2025-02-21T22:41:33.620Z | [ recovery-image] Feb 21 22:41:31.636 INFO O| Feb 21 22:41:31.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
8007 | 2025-02-21T22:41:33.623Z | [ recovery-image] Feb 21 22:41:31.636 INFO O| Feb 21 22:41:31.636 INFO STEP 1129 (remove_files) COMPLETE |
8008 | 2025-02-21T22:41:33.623Z | [ recovery-image] Feb 21 22:41:31.637 INFO O| Feb 21 22:41:31.637 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8009 | 2025-02-21T22:41:33.640Z | [ recovery-image] Feb 21 22:41:31.656 INFO O| Feb 21 22:41:31.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
8010 | 2025-02-21T22:41:33.643Z | [ recovery-image] Feb 21 22:41:31.657 INFO O| Feb 21 22:41:31.657 INFO STEP 1130 (remove_files) COMPLETE |
8011 | 2025-02-21T22:41:33.643Z | [ recovery-image] Feb 21 22:41:31.657 INFO O| Feb 21 22:41:31.657 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8012 | 2025-02-21T22:41:33.683Z | [ recovery-image] Feb 21 22:41:31.700 INFO O| Feb 21 22:41:31.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
8013 | 2025-02-21T22:41:33.686Z | [ recovery-image] Feb 21 22:41:31.700 INFO O| Feb 21 22:41:31.700 INFO STEP 1131 (remove_files) COMPLETE |
8014 | 2025-02-21T22:41:33.686Z | [ recovery-image] Feb 21 22:41:31.700 INFO O| Feb 21 22:41:31.700 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8015 | 2025-02-21T22:41:33.757Z | [ recovery-image] Feb 21 22:41:31.773 INFO O| Feb 21 22:41:31.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
8016 | 2025-02-21T22:41:33.757Z | [ recovery-image] Feb 21 22:41:31.773 INFO O| Feb 21 22:41:31.773 INFO STEP 1132 (remove_files) COMPLETE |
8017 | 2025-02-21T22:41:33.757Z | [ recovery-image] Feb 21 22:41:31.774 INFO O| Feb 21 22:41:31.773 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8018 | 2025-02-21T22:41:33.781Z | [ recovery-image] Feb 21 22:41:31.797 INFO O| Feb 21 22:41:31.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
8019 | 2025-02-21T22:41:33.781Z | [ recovery-image] Feb 21 22:41:31.798 INFO O| Feb 21 22:41:31.797 INFO STEP 1133 (remove_files) COMPLETE |
8020 | 2025-02-21T22:41:33.784Z | [ recovery-image] Feb 21 22:41:31.798 INFO O| Feb 21 22:41:31.798 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8021 | 2025-02-21T22:41:33.803Z | [ recovery-image] Feb 21 22:41:31.820 INFO O| Feb 21 22:41:31.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
8022 | 2025-02-21T22:41:33.803Z | [ recovery-image] Feb 21 22:41:31.820 INFO O| Feb 21 22:41:31.820 INFO STEP 1134 (remove_files) COMPLETE |
8023 | 2025-02-21T22:41:33.803Z | [ recovery-image] Feb 21 22:41:31.820 INFO O| Feb 21 22:41:31.820 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8024 | 2025-02-21T22:41:33.826Z | [ recovery-image] Feb 21 22:41:31.843 INFO O| Feb 21 22:41:31.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
8025 | 2025-02-21T22:41:33.826Z | [ recovery-image] Feb 21 22:41:31.843 INFO O| Feb 21 22:41:31.843 INFO STEP 1135 (remove_files) COMPLETE |
8026 | 2025-02-21T22:41:33.829Z | [ recovery-image] Feb 21 22:41:31.843 INFO O| Feb 21 22:41:31.843 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8027 | 2025-02-21T22:41:33.872Z | [ recovery-image] Feb 21 22:41:31.888 INFO O| Feb 21 22:41:31.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
8028 | 2025-02-21T22:41:33.872Z | [ recovery-image] Feb 21 22:41:31.888 INFO O| Feb 21 22:41:31.888 INFO STEP 1136 (remove_files) COMPLETE |
8029 | 2025-02-21T22:41:33.872Z | [ recovery-image] Feb 21 22:41:31.888 INFO O| Feb 21 22:41:31.888 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8030 | 2025-02-21T22:41:33.930Z | [ recovery-image] Feb 21 22:41:31.946 INFO O| Feb 21 22:41:31.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
8031 | 2025-02-21T22:41:33.930Z | [ recovery-image] Feb 21 22:41:31.946 INFO O| Feb 21 22:41:31.946 INFO STEP 1137 (remove_files) COMPLETE |
8032 | 2025-02-21T22:41:33.933Z | [ recovery-image] Feb 21 22:41:31.946 INFO O| Feb 21 22:41:31.946 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8033 | 2025-02-21T22:41:34.000Z | [ recovery-image] Feb 21 22:41:32.016 INFO O| Feb 21 22:41:32.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
8034 | 2025-02-21T22:41:34.000Z | [ recovery-image] Feb 21 22:41:32.016 INFO O| Feb 21 22:41:32.016 INFO STEP 1138 (remove_files) COMPLETE |
8035 | 2025-02-21T22:41:34.003Z | [ recovery-image] Feb 21 22:41:32.016 INFO O| Feb 21 22:41:32.016 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8036 | 2025-02-21T22:41:34.080Z | [ recovery-image] Feb 21 22:41:32.096 INFO O| Feb 21 22:41:32.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
8037 | 2025-02-21T22:41:34.082Z | [ recovery-image] Feb 21 22:41:32.096 INFO O| Feb 21 22:41:32.096 INFO STEP 1139 (remove_files) COMPLETE |
8038 | 2025-02-21T22:41:34.082Z | [ recovery-image] Feb 21 22:41:32.096 INFO O| Feb 21 22:41:32.096 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8039 | 2025-02-21T22:41:34.102Z | [ recovery-image] Feb 21 22:41:32.118 INFO O| Feb 21 22:41:32.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
8040 | 2025-02-21T22:41:34.102Z | [ recovery-image] Feb 21 22:41:32.118 INFO O| Feb 21 22:41:32.118 INFO STEP 1140 (remove_files) COMPLETE |
8041 | 2025-02-21T22:41:34.102Z | [ recovery-image] Feb 21 22:41:32.118 INFO O| Feb 21 22:41:32.118 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8042 | 2025-02-21T22:41:34.127Z | [ recovery-image] Feb 21 22:41:32.143 INFO O| Feb 21 22:41:32.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
8043 | 2025-02-21T22:41:34.127Z | [ recovery-image] Feb 21 22:41:32.143 INFO O| Feb 21 22:41:32.143 INFO STEP 1141 (remove_files) COMPLETE |
8044 | 2025-02-21T22:41:34.130Z | [ recovery-image] Feb 21 22:41:32.143 INFO O| Feb 21 22:41:32.143 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8045 | 2025-02-21T22:41:34.176Z | [ recovery-image] Feb 21 22:41:32.192 INFO O| Feb 21 22:41:32.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
8046 | 2025-02-21T22:41:34.176Z | [ recovery-image] Feb 21 22:41:32.192 INFO O| Feb 21 22:41:32.192 INFO STEP 1142 (remove_files) COMPLETE |
8047 | 2025-02-21T22:41:34.176Z | [ recovery-image] Feb 21 22:41:32.192 INFO O| Feb 21 22:41:32.192 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8048 | 2025-02-21T22:41:34.205Z | [ recovery-image] Feb 21 22:41:32.221 INFO O| Feb 21 22:41:32.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
8049 | 2025-02-21T22:41:34.205Z | [ recovery-image] Feb 21 22:41:32.221 INFO O| Feb 21 22:41:32.221 INFO STEP 1143 (remove_files) COMPLETE |
8050 | 2025-02-21T22:41:34.207Z | [ recovery-image] Feb 21 22:41:32.221 INFO O| Feb 21 22:41:32.221 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8051 | 2025-02-21T22:41:34.230Z | [ recovery-image] Feb 21 22:41:32.246 INFO O| Feb 21 22:41:32.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
8052 | 2025-02-21T22:41:34.233Z | [ recovery-image] Feb 21 22:41:32.246 INFO O| Feb 21 22:41:32.246 INFO STEP 1144 (remove_files) COMPLETE |
8053 | 2025-02-21T22:41:34.233Z | [ recovery-image] Feb 21 22:41:32.247 INFO O| Feb 21 22:41:32.246 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8054 | 2025-02-21T22:41:34.250Z | [ recovery-image] Feb 21 22:41:32.267 INFO O| Feb 21 22:41:32.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
8055 | 2025-02-21T22:41:34.253Z | [ recovery-image] Feb 21 22:41:32.267 INFO O| Feb 21 22:41:32.267 INFO STEP 1145 (remove_files) COMPLETE |
8056 | 2025-02-21T22:41:34.253Z | [ recovery-image] Feb 21 22:41:32.267 INFO O| Feb 21 22:41:32.267 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8057 | 2025-02-21T22:41:34.271Z | [ recovery-image] Feb 21 22:41:32.287 INFO O| Feb 21 22:41:32.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
8058 | 2025-02-21T22:41:34.274Z | [ recovery-image] Feb 21 22:41:32.287 INFO O| Feb 21 22:41:32.287 INFO STEP 1146 (remove_files) COMPLETE |
8059 | 2025-02-21T22:41:34.274Z | [ recovery-image] Feb 21 22:41:32.287 INFO O| Feb 21 22:41:32.287 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8060 | 2025-02-21T22:41:34.292Z | [ recovery-image] Feb 21 22:41:32.308 INFO O| Feb 21 22:41:32.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
8061 | 2025-02-21T22:41:34.292Z | [ recovery-image] Feb 21 22:41:32.308 INFO O| Feb 21 22:41:32.308 INFO STEP 1147 (remove_files) COMPLETE |
8062 | 2025-02-21T22:41:34.292Z | [ recovery-image] Feb 21 22:41:32.308 INFO O| Feb 21 22:41:32.308 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8063 | 2025-02-21T22:41:34.329Z | [ recovery-image] Feb 21 22:41:32.345 INFO O| Feb 21 22:41:32.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
8064 | 2025-02-21T22:41:34.329Z | [ recovery-image] Feb 21 22:41:32.345 INFO O| Feb 21 22:41:32.345 INFO STEP 1148 (remove_files) COMPLETE |
8065 | 2025-02-21T22:41:34.329Z | [ recovery-image] Feb 21 22:41:32.345 INFO O| Feb 21 22:41:32.345 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8066 | 2025-02-21T22:41:34.348Z | [ recovery-image] Feb 21 22:41:32.364 INFO O| Feb 21 22:41:32.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
8067 | 2025-02-21T22:41:34.348Z | [ recovery-image] Feb 21 22:41:32.364 INFO O| Feb 21 22:41:32.364 INFO STEP 1149 (remove_files) COMPLETE |
8068 | 2025-02-21T22:41:34.348Z | [ recovery-image] Feb 21 22:41:32.364 INFO O| Feb 21 22:41:32.364 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8069 | 2025-02-21T22:41:34.368Z | [ recovery-image] Feb 21 22:41:32.384 INFO O| Feb 21 22:41:32.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
8070 | 2025-02-21T22:41:34.368Z | [ recovery-image] Feb 21 22:41:32.384 INFO O| Feb 21 22:41:32.384 INFO STEP 1150 (remove_files) COMPLETE |
8071 | 2025-02-21T22:41:34.371Z | [ recovery-image] Feb 21 22:41:32.384 INFO O| Feb 21 22:41:32.384 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8072 | 2025-02-21T22:41:34.389Z | [ recovery-image] Feb 21 22:41:32.406 INFO O| Feb 21 22:41:32.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
8073 | 2025-02-21T22:41:34.389Z | [ recovery-image] Feb 21 22:41:32.406 INFO O| Feb 21 22:41:32.406 INFO STEP 1151 (remove_files) COMPLETE |
8074 | 2025-02-21T22:41:34.392Z | [ recovery-image] Feb 21 22:41:32.406 INFO O| Feb 21 22:41:32.406 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8075 | 2025-02-21T22:41:34.412Z | [ recovery-image] Feb 21 22:41:32.428 INFO O| Feb 21 22:41:32.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
8076 | 2025-02-21T22:41:34.412Z | [ recovery-image] Feb 21 22:41:32.428 INFO O| Feb 21 22:41:32.428 INFO STEP 1152 (remove_files) COMPLETE |
8077 | 2025-02-21T22:41:34.412Z | [ recovery-image] Feb 21 22:41:32.428 INFO O| Feb 21 22:41:32.428 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8078 | 2025-02-21T22:41:34.432Z | [ recovery-image] Feb 21 22:41:32.448 INFO O| Feb 21 22:41:32.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
8079 | 2025-02-21T22:41:34.432Z | [ recovery-image] Feb 21 22:41:32.448 INFO O| Feb 21 22:41:32.448 INFO STEP 1153 (remove_files) COMPLETE |
8080 | 2025-02-21T22:41:34.435Z | [ recovery-image] Feb 21 22:41:32.448 INFO O| Feb 21 22:41:32.448 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8081 | 2025-02-21T22:41:34.451Z | [ recovery-image] Feb 21 22:41:32.467 INFO O| Feb 21 22:41:32.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
8082 | 2025-02-21T22:41:34.451Z | [ recovery-image] Feb 21 22:41:32.467 INFO O| Feb 21 22:41:32.467 INFO STEP 1154 (remove_files) COMPLETE |
8083 | 2025-02-21T22:41:34.454Z | [ recovery-image] Feb 21 22:41:32.467 INFO O| Feb 21 22:41:32.467 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8084 | 2025-02-21T22:41:34.488Z | [ recovery-image] Feb 21 22:41:32.505 INFO O| Feb 21 22:41:32.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
8085 | 2025-02-21T22:41:34.488Z | [ recovery-image] Feb 21 22:41:32.505 INFO O| Feb 21 22:41:32.505 INFO STEP 1155 (remove_files) COMPLETE |
8086 | 2025-02-21T22:41:34.491Z | [ recovery-image] Feb 21 22:41:32.505 INFO O| Feb 21 22:41:32.505 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8087 | 2025-02-21T22:41:34.511Z | [ recovery-image] Feb 21 22:41:32.527 INFO O| Feb 21 22:41:32.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
8088 | 2025-02-21T22:41:34.513Z | [ recovery-image] Feb 21 22:41:32.527 INFO O| Feb 21 22:41:32.527 INFO STEP 1156 (remove_files) COMPLETE |
8089 | 2025-02-21T22:41:34.514Z | [ recovery-image] Feb 21 22:41:32.527 INFO O| Feb 21 22:41:32.527 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8090 | 2025-02-21T22:41:34.565Z | [ recovery-image] Feb 21 22:41:32.581 INFO O| Feb 21 22:41:32.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
8091 | 2025-02-21T22:41:34.568Z | [ recovery-image] Feb 21 22:41:32.582 INFO O| Feb 21 22:41:32.582 INFO STEP 1157 (remove_files) COMPLETE |
8092 | 2025-02-21T22:41:34.568Z | [ recovery-image] Feb 21 22:41:32.582 INFO O| Feb 21 22:41:32.582 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8093 | 2025-02-21T22:41:34.588Z | [ recovery-image] Feb 21 22:41:32.603 INFO O| Feb 21 22:41:32.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
8094 | 2025-02-21T22:41:34.591Z | [ recovery-image] Feb 21 22:41:32.604 INFO O| Feb 21 22:41:32.604 INFO STEP 1158 (remove_files) COMPLETE |
8095 | 2025-02-21T22:41:34.591Z | [ recovery-image] Feb 21 22:41:32.604 INFO O| Feb 21 22:41:32.604 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8096 | 2025-02-21T22:41:34.608Z | [ recovery-image] Feb 21 22:41:32.624 INFO O| Feb 21 22:41:32.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
8097 | 2025-02-21T22:41:34.610Z | [ recovery-image] Feb 21 22:41:32.624 INFO O| Feb 21 22:41:32.624 INFO STEP 1159 (remove_files) COMPLETE |
8098 | 2025-02-21T22:41:34.610Z | [ recovery-image] Feb 21 22:41:32.624 INFO O| Feb 21 22:41:32.624 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8099 | 2025-02-21T22:41:34.645Z | [ recovery-image] Feb 21 22:41:32.661 INFO O| Feb 21 22:41:32.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
8100 | 2025-02-21T22:41:34.648Z | [ recovery-image] Feb 21 22:41:32.661 INFO O| Feb 21 22:41:32.661 INFO STEP 1160 (remove_files) COMPLETE |
8101 | 2025-02-21T22:41:34.648Z | [ recovery-image] Feb 21 22:41:32.661 INFO O| Feb 21 22:41:32.661 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8102 | 2025-02-21T22:41:34.715Z | [ recovery-image] Feb 21 22:41:32.721 INFO O| Feb 21 22:41:32.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
8103 | 2025-02-21T22:41:34.715Z | [ recovery-image] Feb 21 22:41:32.721 INFO O| Feb 21 22:41:32.721 INFO STEP 1161 (remove_files) COMPLETE |
8104 | 2025-02-21T22:41:34.715Z | [ recovery-image] Feb 21 22:41:32.721 INFO O| Feb 21 22:41:32.721 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8105 | 2025-02-21T22:41:34.726Z | [ recovery-image] Feb 21 22:41:32.742 INFO O| Feb 21 22:41:32.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8106 | 2025-02-21T22:41:34.726Z | [ recovery-image] Feb 21 22:41:32.742 INFO O| Feb 21 22:41:32.742 INFO STEP 1162 (remove_files) COMPLETE |
8107 | 2025-02-21T22:41:34.729Z | [ recovery-image] Feb 21 22:41:32.742 INFO O| Feb 21 22:41:32.742 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8108 | 2025-02-21T22:41:34.748Z | [ recovery-image] Feb 21 22:41:32.765 INFO O| Feb 21 22:41:32.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8109 | 2025-02-21T22:41:34.751Z | [ recovery-image] Feb 21 22:41:32.765 INFO O| Feb 21 22:41:32.765 INFO STEP 1163 (remove_files) COMPLETE |
8110 | 2025-02-21T22:41:34.751Z | [ recovery-image] Feb 21 22:41:32.765 INFO O| Feb 21 22:41:32.765 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8111 | 2025-02-21T22:41:34.791Z | [ recovery-image] Feb 21 22:41:32.807 INFO O| Feb 21 22:41:32.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8112 | 2025-02-21T22:41:34.793Z | [ recovery-image] Feb 21 22:41:32.807 INFO O| Feb 21 22:41:32.807 INFO STEP 1164 (remove_files) COMPLETE |
8113 | 2025-02-21T22:41:34.793Z | [ recovery-image] Feb 21 22:41:32.807 INFO O| Feb 21 22:41:32.807 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8114 | 2025-02-21T22:41:34.812Z | [ recovery-image] Feb 21 22:41:32.828 INFO O| Feb 21 22:41:32.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8115 | 2025-02-21T22:41:34.812Z | [ recovery-image] Feb 21 22:41:32.828 INFO O| Feb 21 22:41:32.828 INFO STEP 1165 (remove_files) COMPLETE |
8116 | 2025-02-21T22:41:34.812Z | [ recovery-image] Feb 21 22:41:32.828 INFO O| Feb 21 22:41:32.828 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8117 | 2025-02-21T22:41:34.858Z | [ recovery-image] Feb 21 22:41:32.874 INFO O| Feb 21 22:41:32.874 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8118 | 2025-02-21T22:41:34.858Z | [ recovery-image] Feb 21 22:41:32.874 INFO O| Feb 21 22:41:32.874 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8119 | 2025-02-21T22:41:35.460Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
8120 | 2025-02-21T22:41:36.778Z | [ recovery-image] Feb 21 22:41:34.794 INFO O| Feb 21 22:41:34.794 INFO STEP 1166 (pack_tar) COMPLETE |
8121 | 2025-02-21T22:41:36.778Z | [ recovery-image] Feb 21 22:41:34.794 INFO O| Feb 21 22:41:34.794 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8122 | 2025-02-21T22:41:36.781Z | [ recovery-image] Feb 21 22:41:34.794 INFO O| Feb 21 22:41:34.794 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8123 | 2025-02-21T22:41:37.134Z | [ recovery-image] Feb 21 22:41:35.150 INFO O| Feb 21 22:41:35.150 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8124 | 2025-02-21T22:41:37.270Z | [ recovery-image] Feb 21 22:41:35.286 INFO O| Feb 21 22:41:35.286 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8125 | 2025-02-21T22:41:37.280Z | [ recovery-image] Feb 21 22:41:35.296 INFO image builder template: zfs-recovery... |
8126 | 2025-02-21T22:41:37.283Z | [ recovery-image] Feb 21 22:41:35.296 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/.tmpguEzOU/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 |
8127 | 2025-02-21T22:41:37.336Z | [ recovery-image] Feb 21 22:41:35.351 INFO O| Feb 21 22:41:35.351 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8128 | 2025-02-21T22:41:37.361Z | [ recovery-image] Feb 21 22:41:35.375 INFO O| Feb 21 22:41:35.375 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8129 | 2025-02-21T22:41:37.502Z | [ recovery-image] Feb 21 22:41:35.518 INFO O| Feb 21 22:41:35.518 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8130 | 2025-02-21T22:41:37.672Z | [ recovery-image] Feb 21 22:41:35.687 INFO O| Feb 21 22:41:35.687 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8131 | 2025-02-21T22:41:37.674Z | [ recovery-image] Feb 21 22:41:35.688 INFO O| Feb 21 22:41:35.687 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8132 | 2025-02-21T22:41:37.680Z | [ recovery-image] Feb 21 22:41:35.696 INFO O| Feb 21 22:41:35.696 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8133 | 2025-02-21T22:41:37.923Z | [ recovery-image] Feb 21 22:41:35.938 INFO O| Feb 21 22:41:35.938 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8134 | 2025-02-21T22:41:38.088Z | [ recovery-image] Feb 21 22:41:36.102 INFO O| Feb 21 22:41:36.102 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8135 | 2025-02-21T22:41:38.128Z | [ recovery-image] Feb 21 22:41:36.144 INFO O| Feb 21 22:41:36.144 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8136 | 2025-02-21T22:41:38.138Z | [ recovery-image] Feb 21 22:41:36.153 INFO O| Feb 21 22:41:36.153 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8137 | 2025-02-21T22:41:38.147Z | [ recovery-image] Feb 21 22:41:36.163 INFO O| Feb 21 22:41:36.163 INFO no lofi found |
8138 | 2025-02-21T22:41:38.147Z | [ recovery-image] Feb 21 22:41:36.163 INFO O| Feb 21 22:41:36.163 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8139 | 2025-02-21T22:41:38.147Z | [ recovery-image] Feb 21 22:41:36.163 INFO O| Feb 21 22:41:36.163 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8140 | 2025-02-21T22:41:40.996Z | [ recovery-image] Feb 21 22:41:39.011 INFO O| Feb 21 22:41:39.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8141 | 2025-02-21T22:41:40.996Z | [ recovery-image] Feb 21 22:41:39.011 INFO O| Feb 21 22:41:39.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8142 | 2025-02-21T22:41:40.999Z | [ recovery-image] Feb 21 22:41:39.012 INFO O| Feb 21 22:41:39.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"] |
8143 | 2025-02-21T22:41:41.258Z | [ recovery-image] Feb 21 22:41:39.273 INFO O| Feb 21 22:41:39.273 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8144 | 2025-02-21T22:41:41.258Z | [ recovery-image] Feb 21 22:41:39.273 INFO O| Feb 21 22:41:39.273 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8145 | 2025-02-21T22:41:41.298Z | [ recovery-image] Feb 21 22:41:39.313 INFO O| Feb 21 22:41:39.313 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8146 | 2025-02-21T22:41:41.612Z | [ recovery-image] Feb 21 22:41:39.627 INFO O| Feb 21 22:41:39.627 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8147 | 2025-02-21T22:41:41.685Z | [ recovery-image] Feb 21 22:41:39.700 INFO O| Feb 21 22:41:39.700 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8148 | 2025-02-21T22:41:41.713Z | [ recovery-image] Feb 21 22:41:39.728 INFO O| Feb 21 22:41:39.728 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8149 | 2025-02-21T22:41:41.741Z | [ recovery-image] Feb 21 22:41:39.756 INFO O| Feb 21 22:41:39.756 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8150 | 2025-02-21T22:41:41.832Z | [ recovery-image] Feb 21 22:41:39.847 INFO O| Feb 21 22:41:39.847 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8151 | 2025-02-21T22:41:41.835Z | [ recovery-image] Feb 21 22:41:39.847 INFO O| Feb 21 22:41:39.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8152 | 2025-02-21T22:41:41.835Z | [ recovery-image] Feb 21 22:41:39.847 INFO O| Feb 21 22:41:39.847 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8153 | 2025-02-21T22:41:41.858Z | [ recovery-image] Feb 21 22:41:39.873 INFO O| Feb 21 22:41:39.873 INFO boot environment UUID: 876bf016-1812-434b-972f-88385a0fc59f |
8154 | 2025-02-21T22:41:41.860Z | [ recovery-image] Feb 21 22:41:39.873 INFO O| Feb 21 22:41:39.873 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 876bf016-1812-434b-972f-88385a0fc59f |
8155 | 2025-02-21T22:41:41.902Z | [ recovery-image] Feb 21 22:41:39.917 INFO O| Feb 21 22:41:39.917 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8156 | 2025-02-21T22:41:41.953Z | [ recovery-image] Feb 21 22:41:39.968 INFO O| Feb 21 22:41:39.968 INFO STEP 0 (create_be) COMPLETE |
8157 | 2025-02-21T22:41:41.953Z | [ recovery-image] Feb 21 22:41:39.968 INFO O| Feb 21 22:41:39.968 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8158 | 2025-02-21T22:41:41.982Z | [ recovery-image] Feb 21 22:41:39.997 INFO O| Feb 21 22:41:39.997 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"] |
8159 | 2025-02-21T22:41:48.970Z | [ recovery-image] Feb 21 22:41:46.984 INFO O| Feb 21 22:41:46.984 INFO STEP 1 (unpack_tar) COMPLETE |
8160 | 2025-02-21T22:41:48.970Z | [ recovery-image] Feb 21 22:41:46.984 INFO O| Feb 21 22:41:46.984 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8161 | 2025-02-21T22:41:48.992Z | [ recovery-image] Feb 21 22:41:47.006 INFO O| Feb 21 22:41:47.006 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8162 | 2025-02-21T22:41:49.803Z | [ recovery-image] Feb 21 22:41:47.816 INFO O| Feb 21 22:41:47.816 INFO STEP 2 (devfsadm) COMPLETE |
8163 | 2025-02-21T22:41:49.803Z | [ recovery-image] Feb 21 22:41:47.816 INFO O| Feb 21 22:41:47.816 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8164 | 2025-02-21T22:41:49.822Z | [ recovery-image] Feb 21 22:41:47.836 INFO O| Feb 21 22:41:47.836 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8165 | 2025-02-21T22:41:49.822Z | [ recovery-image] Feb 21 22:41:47.836 INFO O| Feb 21 22:41:47.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8166 | 2025-02-21T22:41:49.822Z | [ recovery-image] Feb 21 22:41:47.836 INFO O| Feb 21 22:41:47.836 INFO STEP 3 (ensure_dir) COMPLETE |
8167 | 2025-02-21T22:41:49.825Z | [ recovery-image] Feb 21 22:41:47.836 INFO O| Feb 21 22:41:47.836 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8168 | 2025-02-21T22:41:49.851Z | [ recovery-image] Feb 21 22:41:47.854 INFO O| Feb 21 22:41:47.854 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8169 | 2025-02-21T22:41:49.851Z | [ recovery-image] Feb 21 22:41:47.854 INFO O| Feb 21 22:41:47.854 INFO STEP 4 (ensure_dir) COMPLETE |
8170 | 2025-02-21T22:41:49.851Z | [ recovery-image] Feb 21 22:41:47.854 INFO O| Feb 21 22:41:47.854 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8171 | 2025-02-21T22:41:49.876Z | [ recovery-image] Feb 21 22:41:47.890 INFO O| Feb 21 22:41:47.890 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8172 | 2025-02-21T22:41:49.876Z | [ recovery-image] Feb 21 22:41:47.890 INFO O| Feb 21 22:41:47.890 INFO STEP 5 (ensure_dir) COMPLETE |
8173 | 2025-02-21T22:41:49.879Z | [ recovery-image] Feb 21 22:41:47.890 INFO O| Feb 21 22:41:47.890 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8174 | 2025-02-21T22:41:49.915Z | [ recovery-image] Feb 21 22:41:47.929 INFO O| Feb 21 22:41:47.929 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8175 | 2025-02-21T22:41:49.916Z | [ recovery-image] Feb 21 22:41:47.929 INFO O| Feb 21 22:41:47.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8176 | 2025-02-21T22:41:49.916Z | [ recovery-image] Feb 21 22:41:47.929 INFO O| Feb 21 22:41:47.929 INFO STEP 6 (ensure_dir) COMPLETE |
8177 | 2025-02-21T22:41:49.916Z | [ recovery-image] Feb 21 22:41:47.929 INFO O| Feb 21 22:41:47.929 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8178 | 2025-02-21T22:41:49.935Z | [ recovery-image] Feb 21 22:41:47.949 INFO O| Feb 21 22:41:47.949 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8179 | 2025-02-21T22:41:49.935Z | [ recovery-image] Feb 21 22:41:47.949 INFO O| Feb 21 22:41:47.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8180 | 2025-02-21T22:41:49.935Z | [ recovery-image] Feb 21 22:41:47.949 INFO O| Feb 21 22:41:47.949 INFO STEP 7 (ensure_dir) COMPLETE |
8181 | 2025-02-21T22:41:49.935Z | [ recovery-image] Feb 21 22:41:47.949 INFO O| Feb 21 22:41:47.949 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8182 | 2025-02-21T22:41:49.956Z | [ recovery-image] Feb 21 22:41:47.970 INFO O| Feb 21 22:41:47.970 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8183 | 2025-02-21T22:41:49.959Z | [ recovery-image] Feb 21 22:41:47.970 INFO O| Feb 21 22:41:47.970 INFO STEP 8 (remove_files) COMPLETE |
8184 | 2025-02-21T22:41:49.959Z | [ recovery-image] Feb 21 22:41:47.970 INFO O| Feb 21 22:41:47.970 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8185 | 2025-02-21T22:41:49.976Z | [ recovery-image] Feb 21 22:41:47.990 INFO O| Feb 21 22:41:47.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8186 | 2025-02-21T22:41:49.979Z | [ recovery-image] Feb 21 22:41:47.991 INFO O| Feb 21 22:41:47.991 INFO STEP 9 (remove_files) COMPLETE |
8187 | 2025-02-21T22:41:49.979Z | [ recovery-image] Feb 21 22:41:47.991 INFO O| Feb 21 22:41:47.991 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8188 | 2025-02-21T22:41:50.000Z | [ recovery-image] Feb 21 22:41:48.013 INFO O| Feb 21 22:41:48.013 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8189 | 2025-02-21T22:41:50.002Z | [ recovery-image] Feb 21 22:41:48.015 INFO O| Feb 21 22:41:48.015 INFO STEP 10 (remove_files) COMPLETE |
8190 | 2025-02-21T22:41:50.003Z | [ recovery-image] Feb 21 22:41:48.015 INFO O| Feb 21 22:41:48.015 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8191 | 2025-02-21T22:41:50.020Z | [ recovery-image] Feb 21 22:41:48.034 INFO O| Feb 21 22:41:48.034 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8192 | 2025-02-21T22:41:50.023Z | [ recovery-image] Feb 21 22:41:48.034 INFO O| Feb 21 22:41:48.034 INFO STEP 11 (remove_files) COMPLETE |
8193 | 2025-02-21T22:41:50.023Z | [ recovery-image] Feb 21 22:41:48.034 INFO O| Feb 21 22:41:48.034 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8194 | 2025-02-21T22:41:50.040Z | [ recovery-image] Feb 21 22:41:48.053 INFO O| Feb 21 22:41:48.053 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8195 | 2025-02-21T22:41:50.042Z | [ recovery-image] Feb 21 22:41:48.054 INFO O| Feb 21 22:41:48.054 INFO STEP 12 (remove_files) COMPLETE |
8196 | 2025-02-21T22:41:50.042Z | [ recovery-image] Feb 21 22:41:48.054 INFO O| Feb 21 22:41:48.054 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8197 | 2025-02-21T22:41:50.060Z | [ recovery-image] Feb 21 22:41:48.074 INFO O| Feb 21 22:41:48.074 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8198 | 2025-02-21T22:41:50.063Z | [ recovery-image] Feb 21 22:41:48.074 INFO O| Feb 21 22:41:48.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8199 | 2025-02-21T22:41:50.063Z | [ recovery-image] Feb 21 22:41:48.075 INFO O| Feb 21 22:41:48.075 INFO STEP 13 (ensure_dir) COMPLETE |
8200 | 2025-02-21T22:41:50.063Z | [ recovery-image] Feb 21 22:41:48.075 INFO O| Feb 21 22:41:48.075 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8201 | 2025-02-21T22:41:50.089Z | [ recovery-image] Feb 21 22:41:48.103 INFO O| Feb 21 22:41:48.103 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8202 | 2025-02-21T22:41:50.089Z | [ recovery-image] Feb 21 22:41:48.103 INFO O| Feb 21 22:41:48.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8203 | 2025-02-21T22:41:50.092Z | [ recovery-image] Feb 21 22:41:48.103 INFO O| Feb 21 22:41:48.103 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8204 | 2025-02-21T22:41:50.092Z | [ recovery-image] Feb 21 22:41:48.103 INFO O| Feb 21 22:41:48.103 INFO STEP 14 (ensure_dir) COMPLETE |
8205 | 2025-02-21T22:41:50.092Z | [ recovery-image] Feb 21 22:41:48.103 INFO O| Feb 21 22:41:48.103 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8206 | 2025-02-21T22:41:50.138Z | [ recovery-image] Feb 21 22:41:48.152 INFO O| Feb 21 22:41:48.152 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8207 | 2025-02-21T22:41:50.138Z | [ recovery-image] Feb 21 22:41:48.152 INFO O| Feb 21 22:41:48.152 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8208 | 2025-02-21T22:41:50.138Z | [ recovery-image] Feb 21 22:41:48.152 INFO O| Feb 21 22:41:48.152 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8209 | 2025-02-21T22:41:50.141Z | [ recovery-image] Feb 21 22:41:48.152 INFO O| Feb 21 22:41:48.152 INFO STEP 15 (ensure_dir) COMPLETE |
8210 | 2025-02-21T22:41:50.141Z | [ recovery-image] Feb 21 22:41:48.152 INFO O| Feb 21 22:41:48.152 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8211 | 2025-02-21T22:41:50.157Z | [ recovery-image] Feb 21 22:41:48.171 INFO O| Feb 21 22:41:48.171 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8212 | 2025-02-21T22:41:50.157Z | [ recovery-image] Feb 21 22:41:48.171 INFO O| Feb 21 22:41:48.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8213 | 2025-02-21T22:41:50.157Z | [ recovery-image] Feb 21 22:41:48.171 INFO O| Feb 21 22:41:48.171 INFO STEP 16 (ensure_dir) COMPLETE |
8214 | 2025-02-21T22:41:50.169Z | [ recovery-image] Feb 21 22:41:48.171 INFO O| Feb 21 22:41:48.171 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8215 | 2025-02-21T22:41:50.189Z | [ recovery-image] Feb 21 22:41:48.203 INFO O| Feb 21 22:41:48.203 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8216 | 2025-02-21T22:41:50.189Z | [ recovery-image] Feb 21 22:41:48.203 INFO O| Feb 21 22:41:48.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8217 | 2025-02-21T22:41:50.192Z | [ recovery-image] Feb 21 22:41:48.203 INFO O| Feb 21 22:41:48.203 INFO STEP 17 (ensure_dir) COMPLETE |
8218 | 2025-02-21T22:41:50.192Z | [ recovery-image] Feb 21 22:41:48.203 INFO O| Feb 21 22:41:48.203 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8219 | 2025-02-21T22:41:50.228Z | [ recovery-image] Feb 21 22:41:48.242 INFO O| Feb 21 22:41:48.241 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8220 | 2025-02-21T22:41:50.228Z | [ recovery-image] Feb 21 22:41:48.242 INFO O| Feb 21 22:41:48.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8221 | 2025-02-21T22:41:50.228Z | [ recovery-image] Feb 21 22:41:48.242 INFO O| Feb 21 22:41:48.242 INFO ok! |
8222 | 2025-02-21T22:41:50.228Z | [ recovery-image] Feb 21 22:41:48.242 INFO O| Feb 21 22:41:48.242 INFO STEP 18 (ensure_symlink) COMPLETE |
8223 | 2025-02-21T22:41:50.228Z | [ recovery-image] Feb 21 22:41:48.242 INFO O| Feb 21 22:41:48.242 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8224 | 2025-02-21T22:41:50.292Z | [ recovery-image] Feb 21 22:41:48.305 INFO O| Feb 21 22:41:48.305 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8225 | 2025-02-21T22:41:50.292Z | [ recovery-image] Feb 21 22:41:48.305 INFO O| Feb 21 22:41:48.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8226 | 2025-02-21T22:41:50.292Z | [ recovery-image] Feb 21 22:41:48.305 INFO O| Feb 21 22:41:48.305 INFO ok! |
8227 | 2025-02-21T22:41:50.292Z | [ recovery-image] Feb 21 22:41:48.305 INFO O| Feb 21 22:41:48.305 INFO STEP 19 (ensure_file) COMPLETE |
8228 | 2025-02-21T22:41:50.292Z | [ recovery-image] Feb 21 22:41:48.305 INFO O| Feb 21 22:41:48.305 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8229 | 2025-02-21T22:41:50.369Z | [ recovery-image] Feb 21 22:41:48.383 INFO O| Feb 21 22:41:48.383 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8230 | 2025-02-21T22:41:50.369Z | [ recovery-image] Feb 21 22:41:48.383 INFO O| Feb 21 22:41:48.383 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8231 | 2025-02-21T22:41:50.372Z | [ recovery-image] Feb 21 22:41:48.383 INFO O| Feb 21 22:41:48.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8232 | 2025-02-21T22:41:50.372Z | [ recovery-image] Feb 21 22:41:48.383 INFO O| Feb 21 22:41:48.383 INFO ok! |
8233 | 2025-02-21T22:41:50.372Z | [ recovery-image] Feb 21 22:41:48.383 INFO O| Feb 21 22:41:48.383 INFO STEP 20 (ensure_symlink) COMPLETE |
8234 | 2025-02-21T22:41:50.372Z | [ recovery-image] Feb 21 22:41:48.383 INFO O| Feb 21 22:41:48.383 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8235 | 2025-02-21T22:41:50.391Z | [ recovery-image] Feb 21 22:41:48.404 INFO O| Feb 21 22:41:48.404 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8236 | 2025-02-21T22:41:50.391Z | [ recovery-image] Feb 21 22:41:48.404 INFO O| Feb 21 22:41:48.404 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8237 | 2025-02-21T22:41:50.394Z | [ recovery-image] Feb 21 22:41:48.404 INFO O| Feb 21 22:41:48.404 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8238 | 2025-02-21T22:41:50.394Z | [ recovery-image] Feb 21 22:41:48.404 INFO O| Feb 21 22:41:48.404 INFO ok! |
8239 | 2025-02-21T22:41:50.394Z | [ recovery-image] Feb 21 22:41:48.404 INFO O| Feb 21 22:41:48.404 INFO STEP 21 (ensure_symlink) COMPLETE |
8240 | 2025-02-21T22:41:50.394Z | [ recovery-image] Feb 21 22:41:48.404 INFO O| Feb 21 22:41:48.404 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8241 | 2025-02-21T22:41:50.411Z | [ recovery-image] Feb 21 22:41:48.425 INFO O| Feb 21 22:41:48.425 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8242 | 2025-02-21T22:41:50.411Z | [ recovery-image] Feb 21 22:41:48.425 INFO O| Feb 21 22:41:48.425 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8243 | 2025-02-21T22:41:50.412Z | [ recovery-image] Feb 21 22:41:48.425 INFO O| Feb 21 22:41:48.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8244 | 2025-02-21T22:41:50.412Z | [ recovery-image] Feb 21 22:41:48.425 INFO O| Feb 21 22:41:48.425 INFO ok! |
8245 | 2025-02-21T22:41:50.415Z | [ recovery-image] Feb 21 22:41:48.425 INFO O| Feb 21 22:41:48.425 INFO STEP 22 (ensure_symlink) COMPLETE |
8246 | 2025-02-21T22:41:50.415Z | [ recovery-image] Feb 21 22:41:48.425 INFO O| Feb 21 22:41:48.425 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8247 | 2025-02-21T22:41:50.451Z | [ recovery-image] Feb 21 22:41:48.465 INFO O| Feb 21 22:41:48.465 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8248 | 2025-02-21T22:41:50.451Z | [ recovery-image] Feb 21 22:41:48.465 INFO O| Feb 21 22:41:48.465 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8249 | 2025-02-21T22:41:50.454Z | [ recovery-image] Feb 21 22:41:48.465 INFO O| Feb 21 22:41:48.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8250 | 2025-02-21T22:41:50.454Z | [ recovery-image] Feb 21 22:41:48.465 INFO O| Feb 21 22:41:48.465 INFO ok! |
8251 | 2025-02-21T22:41:50.454Z | [ recovery-image] Feb 21 22:41:48.465 INFO O| Feb 21 22:41:48.465 INFO STEP 23 (ensure_symlink) COMPLETE |
8252 | 2025-02-21T22:41:50.454Z | [ recovery-image] Feb 21 22:41:48.466 INFO O| Feb 21 22:41:48.465 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8253 | 2025-02-21T22:41:50.489Z | [ recovery-image] Feb 21 22:41:48.503 INFO O| Feb 21 22:41:48.503 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8254 | 2025-02-21T22:41:50.489Z | [ recovery-image] Feb 21 22:41:48.503 INFO O| Feb 21 22:41:48.503 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 ... |
8255 | 2025-02-21T22:41:50.493Z | [ recovery-image] Feb 21 22:41:48.503 INFO O| Feb 21 22:41:48.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8256 | 2025-02-21T22:41:50.493Z | [ recovery-image] Feb 21 22:41:48.503 INFO O| Feb 21 22:41:48.503 INFO ok! |
8257 | 2025-02-21T22:41:50.493Z | [ recovery-image] Feb 21 22:41:48.503 INFO O| Feb 21 22:41:48.503 INFO STEP 24 (ensure_file) COMPLETE |
8258 | 2025-02-21T22:41:50.493Z | [ recovery-image] Feb 21 22:41:48.503 INFO O| Feb 21 22:41:48.503 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8259 | 2025-02-21T22:41:50.539Z | [ recovery-image] Feb 21 22:41:48.553 INFO O| Feb 21 22:41:48.553 INFO updating shadow file |
8260 | 2025-02-21T22:41:50.543Z | [ recovery-image] Feb 21 22:41:48.553 INFO O| Feb 21 22:41:48.553 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8261 | 2025-02-21T22:41:50.543Z | [ recovery-image] Feb 21 22:41:48.554 INFO O| Feb 21 22:41:48.553 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8262 | 2025-02-21T22:41:50.543Z | [ recovery-image] Feb 21 22:41:48.554 INFO O| Feb 21 22:41:48.554 INFO STEP 25 (shadow) COMPLETE |
8263 | 2025-02-21T22:41:50.543Z | [ recovery-image] Feb 21 22:41:48.554 INFO O| Feb 21 22:41:48.554 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8264 | 2025-02-21T22:41:50.572Z | [ recovery-image] Feb 21 22:41:48.585 INFO O| Feb 21 22:41:48.585 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8265 | 2025-02-21T22:41:50.572Z | [ recovery-image] Feb 21 22:41:48.586 INFO O| Feb 21 22:41:48.585 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8266 | 2025-02-21T22:41:50.575Z | [ recovery-image] Feb 21 22:41:48.586 INFO O| Feb 21 22:41:48.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8267 | 2025-02-21T22:41:50.575Z | [ recovery-image] Feb 21 22:41:48.586 INFO O| Feb 21 22:41:48.586 INFO ok! |
8268 | 2025-02-21T22:41:50.575Z | [ recovery-image] Feb 21 22:41:48.586 INFO O| Feb 21 22:41:48.586 INFO STEP 26 (ensure_file) COMPLETE |
8269 | 2025-02-21T22:41:50.575Z | [ recovery-image] Feb 21 22:41:48.586 INFO O| Feb 21 22:41:48.586 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8270 | 2025-02-21T22:41:50.592Z | [ recovery-image] Feb 21 22:41:48.606 INFO O| Feb 21 22:41:48.605 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8271 | 2025-02-21T22:41:50.592Z | [ recovery-image] Feb 21 22:41:48.606 INFO O| Feb 21 22:41:48.605 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8272 | 2025-02-21T22:41:50.596Z | [ recovery-image] Feb 21 22:41:48.606 INFO O| Feb 21 22:41:48.606 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8273 | 2025-02-21T22:41:50.596Z | [ recovery-image] Feb 21 22:41:48.606 INFO O| Feb 21 22:41:48.606 INFO ok! |
8274 | 2025-02-21T22:41:50.596Z | [ recovery-image] Feb 21 22:41:48.606 INFO O| Feb 21 22:41:48.606 INFO STEP 27 (ensure_file) COMPLETE |
8275 | 2025-02-21T22:41:50.596Z | [ recovery-image] Feb 21 22:41:48.606 INFO O| Feb 21 22:41:48.606 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8276 | 2025-02-21T22:41:50.612Z | [ recovery-image] Feb 21 22:41:48.625 INFO O| Feb 21 22:41:48.625 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8277 | 2025-02-21T22:41:50.612Z | [ recovery-image] Feb 21 22:41:48.626 INFO O| Feb 21 22:41:48.625 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8278 | 2025-02-21T22:41:50.615Z | [ recovery-image] Feb 21 22:41:48.626 INFO O| Feb 21 22:41:48.626 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8279 | 2025-02-21T22:41:50.615Z | [ recovery-image] Feb 21 22:41:48.626 INFO O| Feb 21 22:41:48.626 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8280 | 2025-02-21T22:41:50.615Z | [ recovery-image] Feb 21 22:41:48.626 INFO O| Feb 21 22:41:48.626 INFO ok! |
8281 | 2025-02-21T22:41:50.615Z | [ recovery-image] Feb 21 22:41:48.626 INFO O| Feb 21 22:41:48.626 INFO STEP 28 (ensure_file) COMPLETE |
8282 | 2025-02-21T22:41:50.615Z | [ recovery-image] Feb 21 22:41:48.626 INFO O| Feb 21 22:41:48.626 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8283 | 2025-02-21T22:41:50.632Z | [ recovery-image] Feb 21 22:41:48.646 INFO O| Feb 21 22:41:48.646 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8284 | 2025-02-21T22:41:50.632Z | [ recovery-image] Feb 21 22:41:48.646 INFO O| Feb 21 22:41:48.646 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8285 | 2025-02-21T22:41:50.635Z | [ recovery-image] Feb 21 22:41:48.646 INFO O| Feb 21 22:41:48.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8286 | 2025-02-21T22:41:50.635Z | [ recovery-image] Feb 21 22:41:48.646 INFO O| Feb 21 22:41:48.646 INFO ok! |
8287 | 2025-02-21T22:41:50.635Z | [ recovery-image] Feb 21 22:41:48.646 INFO O| Feb 21 22:41:48.646 INFO STEP 29 (ensure_file) COMPLETE |
8288 | 2025-02-21T22:41:50.635Z | [ recovery-image] Feb 21 22:41:48.646 INFO O| Feb 21 22:41:48.646 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8289 | 2025-02-21T22:41:50.654Z | [ recovery-image] Feb 21 22:41:48.667 INFO O| Feb 21 22:41:48.667 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8290 | 2025-02-21T22:41:50.654Z | [ recovery-image] Feb 21 22:41:48.668 INFO O| Feb 21 22:41:48.667 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8291 | 2025-02-21T22:41:50.657Z | [ recovery-image] Feb 21 22:41:48.668 INFO O| Feb 21 22:41:48.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8292 | 2025-02-21T22:41:50.657Z | [ recovery-image] Feb 21 22:41:48.668 INFO O| Feb 21 22:41:48.668 INFO ok! |
8293 | 2025-02-21T22:41:50.657Z | [ recovery-image] Feb 21 22:41:48.668 INFO O| Feb 21 22:41:48.668 INFO STEP 30 (ensure_file) COMPLETE |
8294 | 2025-02-21T22:41:50.657Z | [ recovery-image] Feb 21 22:41:48.668 INFO O| Feb 21 22:41:48.668 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8295 | 2025-02-21T22:41:50.711Z | [ recovery-image] Feb 21 22:41:48.725 INFO O| Feb 21 22:41:48.725 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8296 | 2025-02-21T22:41:50.711Z | [ recovery-image] Feb 21 22:41:48.725 INFO O| Feb 21 22:41:48.725 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8297 | 2025-02-21T22:41:50.714Z | [ recovery-image] Feb 21 22:41:48.725 INFO O| Feb 21 22:41:48.725 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8298 | 2025-02-21T22:41:50.714Z | [ recovery-image] Feb 21 22:41:48.726 INFO O| Feb 21 22:41:48.725 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8299 | 2025-02-21T22:41:50.714Z | [ recovery-image] Feb 21 22:41:48.726 INFO O| Feb 21 22:41:48.726 INFO ok! |
8300 | 2025-02-21T22:41:50.714Z | [ recovery-image] Feb 21 22:41:48.726 INFO O| Feb 21 22:41:48.726 INFO STEP 31 (ensure_file) COMPLETE |
8301 | 2025-02-21T22:41:50.714Z | [ recovery-image] Feb 21 22:41:48.726 INFO O| Feb 21 22:41:48.726 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8302 | 2025-02-21T22:41:50.737Z | [ recovery-image] Feb 21 22:41:48.751 INFO O| Feb 21 22:41:48.751 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8303 | 2025-02-21T22:41:50.740Z | [ recovery-image] Feb 21 22:41:48.751 INFO O| Feb 21 22:41:48.751 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8304 | 2025-02-21T22:41:50.740Z | [ recovery-image] Feb 21 22:41:48.752 INFO O| Feb 21 22:41:48.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8305 | 2025-02-21T22:41:50.740Z | [ recovery-image] Feb 21 22:41:48.752 INFO O| Feb 21 22:41:48.752 INFO ok! |
8306 | 2025-02-21T22:41:50.740Z | [ recovery-image] Feb 21 22:41:48.752 INFO O| Feb 21 22:41:48.752 INFO STEP 32 (ensure_file) COMPLETE |
8307 | 2025-02-21T22:41:50.740Z | [ recovery-image] Feb 21 22:41:48.752 INFO O| Feb 21 22:41:48.752 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8308 | 2025-02-21T22:41:50.761Z | [ recovery-image] Feb 21 22:41:48.775 INFO O| Feb 21 22:41:48.775 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8309 | 2025-02-21T22:41:50.761Z | [ recovery-image] Feb 21 22:41:48.775 INFO O| Feb 21 22:41:48.775 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8310 | 2025-02-21T22:41:50.764Z | [ recovery-image] Feb 21 22:41:48.775 INFO O| Feb 21 22:41:48.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8311 | 2025-02-21T22:41:50.764Z | [ recovery-image] Feb 21 22:41:48.775 INFO O| Feb 21 22:41:48.775 INFO ok! |
8312 | 2025-02-21T22:41:50.764Z | [ recovery-image] Feb 21 22:41:48.775 INFO O| Feb 21 22:41:48.775 INFO STEP 33 (ensure_file) COMPLETE |
8313 | 2025-02-21T22:41:50.764Z | [ recovery-image] Feb 21 22:41:48.775 INFO O| Feb 21 22:41:48.775 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8314 | 2025-02-21T22:41:50.784Z | [ recovery-image] Feb 21 22:41:48.797 INFO O| Feb 21 22:41:48.797 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8315 | 2025-02-21T22:41:50.784Z | [ recovery-image] Feb 21 22:41:48.797 INFO O| Feb 21 22:41:48.797 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8316 | 2025-02-21T22:41:50.787Z | [ recovery-image] Feb 21 22:41:48.798 INFO O| Feb 21 22:41:48.798 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8317 | 2025-02-21T22:41:50.787Z | [ recovery-image] Feb 21 22:41:48.798 INFO O| Feb 21 22:41:48.798 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8318 | 2025-02-21T22:41:50.787Z | [ recovery-image] Feb 21 22:41:48.798 INFO O| Feb 21 22:41:48.798 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8319 | 2025-02-21T22:41:50.787Z | [ recovery-image] Feb 21 22:41:48.798 INFO O| Feb 21 22:41:48.798 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8320 | 2025-02-21T22:41:50.787Z | [ recovery-image] Feb 21 22:41:48.798 INFO O| Feb 21 22:41:48.798 INFO ok! |
8321 | 2025-02-21T22:41:50.787Z | [ recovery-image] Feb 21 22:41:48.799 INFO O| Feb 21 22:41:48.798 INFO STEP 34 (ensure_file) COMPLETE |
8322 | 2025-02-21T22:41:50.787Z | [ recovery-image] Feb 21 22:41:48.799 INFO O| Feb 21 22:41:48.799 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8323 | 2025-02-21T22:41:50.806Z | [ recovery-image] Feb 21 22:41:48.820 INFO O| Feb 21 22:41:48.820 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8324 | 2025-02-21T22:41:50.809Z | [ recovery-image] Feb 21 22:41:48.820 INFO O| Feb 21 22:41:48.820 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8325 | 2025-02-21T22:41:50.809Z | [ recovery-image] Feb 21 22:41:48.821 INFO O| Feb 21 22:41:48.820 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8326 | 2025-02-21T22:41:50.809Z | [ recovery-image] Feb 21 22:41:48.821 INFO O| Feb 21 22:41:48.821 INFO STEP 35 (ensure_dir) COMPLETE |
8327 | 2025-02-21T22:41:50.809Z | [ recovery-image] Feb 21 22:41:48.821 INFO O| Feb 21 22:41:48.821 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8328 | 2025-02-21T22:41:50.867Z | [ recovery-image] Feb 21 22:41:48.881 INFO O| Feb 21 22:41:48.881 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 |
8329 | 2025-02-21T22:41:50.870Z | [ recovery-image] Feb 21 22:41:48.881 INFO O| Feb 21 22:41:48.881 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 ... |
8330 | 2025-02-21T22:41:50.870Z | [ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.881 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 |
8331 | 2025-02-21T22:41:50.870Z | [ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.882 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 |
8332 | 2025-02-21T22:41:50.870Z | [ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.882 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 |
8333 | 2025-02-21T22:41:50.870Z | [ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.882 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 |
8334 | 2025-02-21T22:41:50.870Z | [ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.882 INFO ok! |
8335 | 2025-02-21T22:41:50.870Z | [ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.882 INFO STEP 36 (ensure_file) COMPLETE |
8336 | 2025-02-21T22:41:50.870Z | [ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.882 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8337 | 2025-02-21T22:41:50.971Z | [ recovery-image] Feb 21 22:41:48.985 INFO O| Feb 21 22:41:48.984 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8338 | 2025-02-21T22:41:50.971Z | [ recovery-image] Feb 21 22:41:48.985 INFO O| Feb 21 22:41:48.984 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 ... |
8339 | 2025-02-21T22:41:50.971Z | [ recovery-image] Feb 21 22:41:48.985 INFO O| Feb 21 22:41:48.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8340 | 2025-02-21T22:41:50.976Z | [ recovery-image] Feb 21 22:41:48.985 INFO O| Feb 21 22:41:48.985 INFO ok! |
8341 | 2025-02-21T22:41:50.976Z | [ recovery-image] Feb 21 22:41:48.985 INFO O| Feb 21 22:41:48.985 INFO STEP 37 (ensure_symlink) COMPLETE |
8342 | 2025-02-21T22:41:50.976Z | [ recovery-image] Feb 21 22:41:48.985 INFO O| Feb 21 22:41:48.985 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8343 | 2025-02-21T22:41:51.022Z | [ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8344 | 2025-02-21T22:41:51.022Z | [ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8345 | 2025-02-21T22:41:51.022Z | [ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8346 | 2025-02-21T22:41:51.025Z | [ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8347 | 2025-02-21T22:41:51.025Z | [ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8348 | 2025-02-21T22:41:51.025Z | [ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8349 | 2025-02-21T22:41:51.025Z | [ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO ok! |
8350 | 2025-02-21T22:41:51.025Z | [ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO STEP 38 (ensure_file) COMPLETE |
8351 | 2025-02-21T22:41:51.025Z | [ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8352 | 2025-02-21T22:41:51.084Z | [ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.097 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8353 | 2025-02-21T22:41:51.084Z | [ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.097 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 ... |
8354 | 2025-02-21T22:41:51.084Z | [ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.098 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 |
8355 | 2025-02-21T22:41:51.084Z | [ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.098 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8356 | 2025-02-21T22:41:51.084Z | [ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.098 INFO ok! |
8357 | 2025-02-21T22:41:51.087Z | [ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.098 INFO STEP 39 (ensure_file) COMPLETE |
8358 | 2025-02-21T22:41:51.087Z | [ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.098 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8359 | 2025-02-21T22:41:51.108Z | [ recovery-image] Feb 21 22:41:49.121 INFO O| Feb 21 22:41:49.121 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8360 | 2025-02-21T22:41:51.108Z | [ recovery-image] Feb 21 22:41:49.121 INFO O| Feb 21 22:41:49.121 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8361 | 2025-02-21T22:41:51.111Z | [ recovery-image] Feb 21 22:41:49.122 INFO O| Feb 21 22:41:49.122 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8362 | 2025-02-21T22:41:51.111Z | [ recovery-image] Feb 21 22:41:49.122 INFO O| Feb 21 22:41:49.122 INFO ok! |
8363 | 2025-02-21T22:41:51.111Z | [ recovery-image] Feb 21 22:41:49.122 INFO O| Feb 21 22:41:49.122 INFO STEP 40 (ensure_file) COMPLETE |
8364 | 2025-02-21T22:41:51.111Z | [ recovery-image] Feb 21 22:41:49.122 INFO O| Feb 21 22:41:49.122 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8365 | 2025-02-21T22:41:51.130Z | [ recovery-image] Feb 21 22:41:49.143 INFO O| Feb 21 22:41:49.143 INFO updating shadow file |
8366 | 2025-02-21T22:41:51.133Z | [ recovery-image] Feb 21 22:41:49.144 INFO O| Feb 21 22:41:49.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8367 | 2025-02-21T22:41:51.133Z | [ recovery-image] Feb 21 22:41:49.144 INFO O| Feb 21 22:41:49.144 INFO STEP 41 (shadow) COMPLETE |
8368 | 2025-02-21T22:41:51.133Z | [ recovery-image] Feb 21 22:41:49.144 INFO O| Feb 21 22:41:49.144 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8369 | 2025-02-21T22:41:51.173Z | [ recovery-image] Feb 21 22:41:49.181 INFO O| Feb 21 22:41:49.181 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8370 | 2025-02-21T22:41:51.173Z | [ recovery-image] Feb 21 22:41:49.181 INFO O| Feb 21 22:41:49.181 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8371 | 2025-02-21T22:41:51.174Z | [ recovery-image] Feb 21 22:41:49.182 INFO O| Feb 21 22:41:49.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8372 | 2025-02-21T22:41:51.174Z | [ recovery-image] Feb 21 22:41:49.182 INFO O| Feb 21 22:41:49.182 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8373 | 2025-02-21T22:41:51.174Z | [ recovery-image] Feb 21 22:41:49.182 INFO O| Feb 21 22:41:49.182 INFO ok! |
8374 | 2025-02-21T22:41:51.174Z | [ recovery-image] Feb 21 22:41:49.182 INFO O| Feb 21 22:41:49.182 INFO STEP 42 (ensure_file) COMPLETE |
8375 | 2025-02-21T22:41:51.174Z | [ recovery-image] Feb 21 22:41:49.182 INFO O| Feb 21 22:41:49.182 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8376 | 2025-02-21T22:41:51.272Z | [ recovery-image] Feb 21 22:41:49.286 INFO O| Feb 21 22:41:49.286 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8377 | 2025-02-21T22:41:51.273Z | [ recovery-image] Feb 21 22:41:49.286 INFO O| Feb 21 22:41:49.286 INFO STEP 43 (ensure_dir) COMPLETE |
8378 | 2025-02-21T22:41:51.273Z | [ recovery-image] Feb 21 22:41:49.286 INFO O| Feb 21 22:41:49.286 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8379 | 2025-02-21T22:41:51.309Z | [ recovery-image] Feb 21 22:41:49.323 INFO O| Feb 21 22:41:49.323 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8380 | 2025-02-21T22:41:51.309Z | [ recovery-image] Feb 21 22:41:49.323 INFO O| Feb 21 22:41:49.323 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8381 | 2025-02-21T22:41:51.312Z | [ recovery-image] Feb 21 22:41:49.323 INFO O| Feb 21 22:41:49.323 INFO STEP 44 (ensure_dir) COMPLETE |
8382 | 2025-02-21T22:41:51.312Z | [ recovery-image] Feb 21 22:41:49.323 INFO O| Feb 21 22:41:49.323 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8383 | 2025-02-21T22:41:51.330Z | [ recovery-image] Feb 21 22:41:49.343 INFO O| Feb 21 22:41:49.343 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8384 | 2025-02-21T22:41:51.332Z | [ recovery-image] Feb 21 22:41:49.343 INFO O| Feb 21 22:41:49.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8385 | 2025-02-21T22:41:51.333Z | [ recovery-image] Feb 21 22:41:49.344 INFO O| Feb 21 22:41:49.343 INFO STEP 45 (ensure_dir) COMPLETE |
8386 | 2025-02-21T22:41:51.333Z | [ recovery-image] Feb 21 22:41:49.344 INFO O| Feb 21 22:41:49.343 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8387 | 2025-02-21T22:41:51.351Z | [ recovery-image] Feb 21 22:41:49.364 INFO O| Feb 21 22:41:49.364 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8388 | 2025-02-21T22:41:51.351Z | [ recovery-image] Feb 21 22:41:49.364 INFO O| Feb 21 22:41:49.364 INFO copying /tmp/.tmpguEzOU/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8389 | 2025-02-21T22:41:51.418Z | [ recovery-image] Feb 21 22:41:49.431 INFO O| Feb 21 22:41:49.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8390 | 2025-02-21T22:41:51.418Z | [ recovery-image] Feb 21 22:41:49.431 INFO O| Feb 21 22:41:49.431 INFO ok! |
8391 | 2025-02-21T22:41:51.418Z | [ recovery-image] Feb 21 22:41:49.431 INFO O| Feb 21 22:41:49.431 INFO STEP 46 (ensure_file) COMPLETE |
8392 | 2025-02-21T22:41:51.422Z | [ recovery-image] Feb 21 22:41:49.432 INFO O| Feb 21 22:41:49.432 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8393 | 2025-02-21T22:41:51.444Z | [ recovery-image] Feb 21 22:41:49.457 INFO O| Feb 21 22:41:49.457 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8394 | 2025-02-21T22:41:51.447Z | [ recovery-image] Feb 21 22:41:49.458 INFO O| Feb 21 22:41:49.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8395 | 2025-02-21T22:41:51.447Z | [ recovery-image] Feb 21 22:41:49.458 INFO O| Feb 21 22:41:49.458 INFO STEP 47 (ensure_dir) COMPLETE |
8396 | 2025-02-21T22:41:51.447Z | [ recovery-image] Feb 21 22:41:49.458 INFO O| Feb 21 22:41:49.458 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8397 | 2025-02-21T22:41:51.464Z | [ recovery-image] Feb 21 22:41:49.477 INFO O| Feb 21 22:41:49.477 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8398 | 2025-02-21T22:41:51.464Z | [ recovery-image] Feb 21 22:41:49.477 INFO O| Feb 21 22:41:49.477 INFO copying /tmp/.tmpguEzOU/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8399 | 2025-02-21T22:41:51.464Z | [ recovery-image] Feb 21 22:41:49.477 INFO O| Feb 21 22:41:49.477 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8400 | 2025-02-21T22:41:51.464Z | [ recovery-image] Feb 21 22:41:49.477 INFO O| Feb 21 22:41:49.477 INFO ok! |
8401 | 2025-02-21T22:41:51.464Z | [ recovery-image] Feb 21 22:41:49.477 INFO O| Feb 21 22:41:49.477 INFO STEP 48 (ensure_file) COMPLETE |
8402 | 2025-02-21T22:41:51.464Z | [ recovery-image] Feb 21 22:41:49.477 INFO O| Feb 21 22:41:49.477 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8403 | 2025-02-21T22:41:51.482Z | [ recovery-image] Feb 21 22:41:49.495 INFO O| Feb 21 22:41:49.495 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8404 | 2025-02-21T22:41:51.482Z | [ recovery-image] Feb 21 22:41:49.495 INFO O| Feb 21 22:41:49.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8405 | 2025-02-21T22:41:51.484Z | [ recovery-image] Feb 21 22:41:49.495 INFO O| Feb 21 22:41:49.495 INFO STEP 49 (ensure_dir) COMPLETE |
8406 | 2025-02-21T22:41:51.485Z | [ recovery-image] Feb 21 22:41:49.495 INFO O| Feb 21 22:41:49.495 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8407 | 2025-02-21T22:41:51.501Z | [ recovery-image] Feb 21 22:41:49.515 INFO O| Feb 21 22:41:49.514 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8408 | 2025-02-21T22:41:51.501Z | [ recovery-image] Feb 21 22:41:49.515 INFO O| Feb 21 22:41:49.515 INFO copying /tmp/.tmpguEzOU/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8409 | 2025-02-21T22:41:53.490Z | [ recovery-image] Feb 21 22:41:51.503 INFO O| Feb 21 22:41:51.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8410 | 2025-02-21T22:41:53.490Z | [ recovery-image] Feb 21 22:41:51.504 INFO O| Feb 21 22:41:51.503 INFO ok! |
8411 | 2025-02-21T22:41:53.493Z | [ recovery-image] Feb 21 22:41:51.504 INFO O| Feb 21 22:41:51.503 INFO STEP 50 (ensure_file) COMPLETE |
8412 | 2025-02-21T22:41:53.493Z | [ recovery-image] Feb 21 22:41:51.504 INFO O| Feb 21 22:41:51.503 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8413 | 2025-02-21T22:41:53.513Z | [ recovery-image] Feb 21 22:41:51.526 INFO O| Feb 21 22:41:51.526 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8414 | 2025-02-21T22:41:53.513Z | [ recovery-image] Feb 21 22:41:51.526 INFO O| Feb 21 22:41:51.526 INFO copying /tmp/.tmpguEzOU/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8415 | 2025-02-21T22:41:53.564Z | [ recovery-image] Feb 21 22:41:51.577 INFO O| Feb 21 22:41:51.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8416 | 2025-02-21T22:41:53.564Z | [ recovery-image] Feb 21 22:41:51.577 INFO O| Feb 21 22:41:51.577 INFO ok! |
8417 | 2025-02-21T22:41:53.566Z | [ recovery-image] Feb 21 22:41:51.577 INFO O| Feb 21 22:41:51.577 INFO STEP 51 (ensure_file) COMPLETE |
8418 | 2025-02-21T22:41:53.566Z | [ recovery-image] Feb 21 22:41:51.577 INFO O| Feb 21 22:41:51.577 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8419 | 2025-02-21T22:41:53.597Z | [ recovery-image] Feb 21 22:41:51.610 INFO O| Feb 21 22:41:51.610 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8420 | 2025-02-21T22:41:53.597Z | [ recovery-image] Feb 21 22:41:51.610 INFO O| Feb 21 22:41:51.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8421 | 2025-02-21T22:41:53.600Z | [ recovery-image] Feb 21 22:41:51.610 INFO O| Feb 21 22:41:51.610 INFO STEP 52 (ensure_dir) COMPLETE |
8422 | 2025-02-21T22:41:53.600Z | [ recovery-image] Feb 21 22:41:51.610 INFO O| Feb 21 22:41:51.610 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8423 | 2025-02-21T22:41:53.675Z | [ recovery-image] Feb 21 22:41:51.685 INFO O| Feb 21 22:41:51.685 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8424 | 2025-02-21T22:41:53.675Z | [ recovery-image] Feb 21 22:41:51.685 INFO O| Feb 21 22:41:51.685 INFO copying /tmp/.tmpguEzOU/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 ... |
8425 | 2025-02-21T22:41:53.675Z | [ recovery-image] Feb 21 22:41:51.685 INFO O| Feb 21 22:41:51.685 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 |
8426 | 2025-02-21T22:41:53.681Z | [ recovery-image] Feb 21 22:41:51.685 INFO O| Feb 21 22:41:51.685 INFO ok! |
8427 | 2025-02-21T22:41:53.681Z | [ recovery-image] Feb 21 22:41:51.685 INFO O| Feb 21 22:41:51.685 INFO STEP 53 (ensure_file) COMPLETE |
8428 | 2025-02-21T22:41:53.681Z | [ recovery-image] Feb 21 22:41:51.685 INFO O| Feb 21 22:41:51.685 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8429 | 2025-02-21T22:41:53.757Z | [ recovery-image] Feb 21 22:41:51.770 INFO O| Feb 21 22:41:51.770 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8430 | 2025-02-21T22:41:53.757Z | [ recovery-image] Feb 21 22:41:51.770 INFO O| Feb 21 22:41:51.770 INFO copying /tmp/.tmpguEzOU/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 ... |
8431 | 2025-02-21T22:41:53.757Z | [ recovery-image] Feb 21 22:41:51.770 INFO O| Feb 21 22:41:51.770 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 |
8432 | 2025-02-21T22:41:53.757Z | [ recovery-image] Feb 21 22:41:51.770 INFO O| Feb 21 22:41:51.770 INFO ok! |
8433 | 2025-02-21T22:41:53.757Z | [ recovery-image] Feb 21 22:41:51.770 INFO O| Feb 21 22:41:51.770 INFO STEP 54 (ensure_file) COMPLETE |
8434 | 2025-02-21T22:41:53.757Z | [ recovery-image] Feb 21 22:41:51.770 INFO O| Feb 21 22:41:51.770 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8435 | 2025-02-21T22:41:53.797Z | [ recovery-image] Feb 21 22:41:51.810 INFO O| Feb 21 22:41:51.810 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8436 | 2025-02-21T22:41:53.799Z | [ recovery-image] Feb 21 22:41:51.810 INFO O| Feb 21 22:41:51.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8437 | 2025-02-21T22:41:53.799Z | [ recovery-image] Feb 21 22:41:51.810 INFO O| Feb 21 22:41:51.810 INFO STEP 55 (ensure_dir) COMPLETE |
8438 | 2025-02-21T22:41:53.799Z | [ recovery-image] Feb 21 22:41:51.810 INFO O| Feb 21 22:41:51.810 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8439 | 2025-02-21T22:41:53.896Z | [ recovery-image] Feb 21 22:41:51.910 INFO O| Feb 21 22:41:51.909 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8440 | 2025-02-21T22:41:53.896Z | [ recovery-image] Feb 21 22:41:51.910 INFO O| Feb 21 22:41:51.910 INFO copying /tmp/.tmpguEzOU/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 ... |
8441 | 2025-02-21T22:41:53.899Z | [ recovery-image] Feb 21 22:41:51.910 INFO O| Feb 21 22:41:51.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8442 | 2025-02-21T22:41:53.899Z | [ recovery-image] Feb 21 22:41:51.910 INFO O| Feb 21 22:41:51.910 INFO ok! |
8443 | 2025-02-21T22:41:53.899Z | [ recovery-image] Feb 21 22:41:51.910 INFO O| Feb 21 22:41:51.910 INFO STEP 56 (ensure_file) COMPLETE |
8444 | 2025-02-21T22:41:53.899Z | [ recovery-image] Feb 21 22:41:51.910 INFO O| Feb 21 22:41:51.910 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8445 | 2025-02-21T22:41:53.918Z | [ recovery-image] Feb 21 22:41:51.931 INFO O| Feb 21 22:41:51.931 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8446 | 2025-02-21T22:41:53.918Z | [ recovery-image] Feb 21 22:41:51.931 INFO O| Feb 21 22:41:51.931 INFO copying /tmp/.tmpguEzOU/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 ... |
8447 | 2025-02-21T22:41:53.921Z | [ recovery-image] Feb 21 22:41:51.931 INFO O| Feb 21 22:41:51.931 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 |
8448 | 2025-02-21T22:41:53.921Z | [ recovery-image] Feb 21 22:41:51.931 INFO O| Feb 21 22:41:51.931 INFO ok! |
8449 | 2025-02-21T22:41:53.921Z | [ recovery-image] Feb 21 22:41:51.931 INFO O| Feb 21 22:41:51.931 INFO STEP 57 (ensure_file) COMPLETE |
8450 | 2025-02-21T22:41:53.921Z | [ recovery-image] Feb 21 22:41:51.931 INFO O| Feb 21 22:41:51.931 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8451 | 2025-02-21T22:41:53.957Z | [ recovery-image] Feb 21 22:41:51.970 INFO O| Feb 21 22:41:51.970 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8452 | 2025-02-21T22:41:53.957Z | [ recovery-image] Feb 21 22:41:51.971 INFO O| Feb 21 22:41:51.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8453 | 2025-02-21T22:41:53.957Z | [ recovery-image] Feb 21 22:41:51.971 INFO O| Feb 21 22:41:51.971 INFO STEP 58 (ensure_dir) COMPLETE |
8454 | 2025-02-21T22:41:53.960Z | [ recovery-image] Feb 21 22:41:51.971 INFO O| Feb 21 22:41:51.971 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8455 | 2025-02-21T22:41:53.979Z | [ recovery-image] Feb 21 22:41:51.992 INFO O| Feb 21 22:41:51.992 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8456 | 2025-02-21T22:41:53.979Z | [ recovery-image] Feb 21 22:41:51.992 INFO O| Feb 21 22:41:51.992 INFO copying /tmp/.tmpguEzOU/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 ... |
8457 | 2025-02-21T22:41:53.982Z | [ recovery-image] Feb 21 22:41:51.992 INFO O| Feb 21 22:41:51.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8458 | 2025-02-21T22:41:53.982Z | [ recovery-image] Feb 21 22:41:51.992 INFO O| Feb 21 22:41:51.992 INFO ok! |
8459 | 2025-02-21T22:41:53.982Z | [ recovery-image] Feb 21 22:41:51.992 INFO O| Feb 21 22:41:51.992 INFO STEP 59 (ensure_file) COMPLETE |
8460 | 2025-02-21T22:41:53.982Z | [ recovery-image] Feb 21 22:41:51.992 INFO O| Feb 21 22:41:51.992 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8461 | 2025-02-21T22:41:54.040Z | [ recovery-image] Feb 21 22:41:52.053 INFO O| Feb 21 22:41:52.053 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8462 | 2025-02-21T22:41:54.040Z | [ recovery-image] Feb 21 22:41:52.053 INFO O| Feb 21 22:41:52.053 INFO copying /tmp/.tmpguEzOU/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8463 | 2025-02-21T22:41:54.040Z | [ recovery-image] Feb 21 22:41:52.053 INFO O| Feb 21 22:41:52.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8464 | 2025-02-21T22:41:54.040Z | [ recovery-image] Feb 21 22:41:52.053 INFO O| Feb 21 22:41:52.053 INFO ok! |
8465 | 2025-02-21T22:41:54.043Z | [ recovery-image] Feb 21 22:41:52.053 INFO O| Feb 21 22:41:52.053 INFO STEP 60 (ensure_file) COMPLETE |
8466 | 2025-02-21T22:41:54.043Z | [ recovery-image] Feb 21 22:41:52.053 INFO O| Feb 21 22:41:52.053 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8467 | 2025-02-21T22:41:54.066Z | [ recovery-image] Feb 21 22:41:52.079 INFO O| Feb 21 22:41:52.079 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8468 | 2025-02-21T22:41:54.066Z | [ recovery-image] Feb 21 22:41:52.079 INFO O| Feb 21 22:41:52.079 INFO STEP 61 (ensure_dir) COMPLETE |
8469 | 2025-02-21T22:41:54.069Z | [ recovery-image] Feb 21 22:41:52.079 INFO O| Feb 21 22:41:52.079 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8470 | 2025-02-21T22:41:54.089Z | [ recovery-image] Feb 21 22:41:52.102 INFO O| Feb 21 22:41:52.102 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8471 | 2025-02-21T22:41:54.089Z | [ recovery-image] Feb 21 22:41:52.102 INFO O| Feb 21 22:41:52.102 INFO STEP 62 (ensure_dir) COMPLETE |
8472 | 2025-02-21T22:41:54.092Z | [ recovery-image] Feb 21 22:41:52.102 INFO O| Feb 21 22:41:52.102 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8473 | 2025-02-21T22:41:54.110Z | [ recovery-image] Feb 21 22:41:52.123 INFO O| Feb 21 22:41:52.123 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8474 | 2025-02-21T22:41:54.110Z | [ recovery-image] Feb 21 22:41:52.123 INFO O| Feb 21 22:41:52.123 INFO STEP 63 (ensure_dir) COMPLETE |
8475 | 2025-02-21T22:41:54.113Z | [ recovery-image] Feb 21 22:41:52.123 INFO O| Feb 21 22:41:52.123 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8476 | 2025-02-21T22:41:54.135Z | [ recovery-image] Feb 21 22:41:52.149 INFO O| Feb 21 22:41:52.148 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8477 | 2025-02-21T22:41:54.135Z | [ recovery-image] Feb 21 22:41:52.149 INFO O| Feb 21 22:41:52.149 INFO STEP 64 (ensure_dir) COMPLETE |
8478 | 2025-02-21T22:41:54.135Z | [ recovery-image] Feb 21 22:41:52.149 INFO O| Feb 21 22:41:52.149 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8479 | 2025-02-21T22:41:54.167Z | [ recovery-image] Feb 21 22:41:52.180 INFO O| Feb 21 22:41:52.180 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8480 | 2025-02-21T22:41:54.167Z | [ recovery-image] Feb 21 22:41:52.180 INFO O| Feb 21 22:41:52.180 INFO copying /tmp/.tmpguEzOU/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8481 | 2025-02-21T22:41:54.170Z | [ recovery-image] Feb 21 22:41:52.180 INFO O| Feb 21 22:41:52.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8482 | 2025-02-21T22:41:54.170Z | [ recovery-image] Feb 21 22:41:52.180 INFO O| Feb 21 22:41:52.180 INFO ok! |
8483 | 2025-02-21T22:41:54.170Z | [ recovery-image] Feb 21 22:41:52.180 INFO O| Feb 21 22:41:52.180 INFO STEP 65 (ensure_file) COMPLETE |
8484 | 2025-02-21T22:41:54.170Z | [ recovery-image] Feb 21 22:41:52.180 INFO O| Feb 21 22:41:52.180 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8485 | 2025-02-21T22:41:54.203Z | [ recovery-image] Feb 21 22:41:52.216 INFO O| Feb 21 22:41:52.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8486 | 2025-02-21T22:41:54.205Z | [ recovery-image] Feb 21 22:41:52.216 INFO O| Feb 21 22:41:52.216 INFO STEP 66 (remove_files) COMPLETE |
8487 | 2025-02-21T22:41:54.205Z | [ recovery-image] Feb 21 22:41:52.216 INFO O| Feb 21 22:41:52.216 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8488 | 2025-02-21T22:41:54.223Z | [ recovery-image] Feb 21 22:41:52.237 INFO O| Feb 21 22:41:52.236 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8489 | 2025-02-21T22:41:54.226Z | [ recovery-image] Feb 21 22:41:52.237 INFO O| Feb 21 22:41:52.237 INFO STEP 67 (remove_files) COMPLETE |
8490 | 2025-02-21T22:41:54.226Z | [ recovery-image] Feb 21 22:41:52.237 INFO O| Feb 21 22:41:52.237 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8491 | 2025-02-21T22:41:54.281Z | [ recovery-image] Feb 21 22:41:52.294 INFO O| Feb 21 22:41:52.294 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8492 | 2025-02-21T22:41:54.284Z | [ recovery-image] Feb 21 22:41:52.295 INFO O| Feb 21 22:41:52.295 INFO STEP 68 (remove_files) COMPLETE |
8493 | 2025-02-21T22:41:54.284Z | [ recovery-image] Feb 21 22:41:52.295 INFO O| Feb 21 22:41:52.295 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8494 | 2025-02-21T22:41:54.311Z | [ recovery-image] Feb 21 22:41:52.324 INFO O| Feb 21 22:41:52.324 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8495 | 2025-02-21T22:41:54.313Z | [ recovery-image] Feb 21 22:41:52.324 INFO O| Feb 21 22:41:52.324 INFO STEP 69 (remove_files) COMPLETE |
8496 | 2025-02-21T22:41:54.313Z | [ recovery-image] Feb 21 22:41:52.324 INFO O| Feb 21 22:41:52.324 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8497 | 2025-02-21T22:41:54.345Z | [ recovery-image] Feb 21 22:41:52.358 INFO O| Feb 21 22:41:52.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8498 | 2025-02-21T22:41:54.348Z | [ recovery-image] Feb 21 22:41:52.358 INFO O| Feb 21 22:41:52.358 INFO STEP 70 (remove_files) COMPLETE |
8499 | 2025-02-21T22:41:54.348Z | [ recovery-image] Feb 21 22:41:52.358 INFO O| Feb 21 22:41:52.358 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8500 | 2025-02-21T22:41:54.370Z | [ recovery-image] Feb 21 22:41:52.383 INFO O| Feb 21 22:41:52.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8501 | 2025-02-21T22:41:54.373Z | [ recovery-image] Feb 21 22:41:52.383 INFO O| Feb 21 22:41:52.383 INFO STEP 71 (remove_files) COMPLETE |
8502 | 2025-02-21T22:41:54.373Z | [ recovery-image] Feb 21 22:41:52.383 INFO O| Feb 21 22:41:52.383 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8503 | 2025-02-21T22:41:54.391Z | [ recovery-image] Feb 21 22:41:52.404 INFO O| Feb 21 22:41:52.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8504 | 2025-02-21T22:41:54.391Z | [ recovery-image] Feb 21 22:41:52.405 INFO O| Feb 21 22:41:52.405 INFO STEP 72 (remove_files) COMPLETE |
8505 | 2025-02-21T22:41:54.391Z | [ recovery-image] Feb 21 22:41:52.405 INFO O| Feb 21 22:41:52.405 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8506 | 2025-02-21T22:41:54.419Z | [ recovery-image] Feb 21 22:41:52.432 INFO O| Feb 21 22:41:52.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8507 | 2025-02-21T22:41:54.419Z | [ recovery-image] Feb 21 22:41:52.432 INFO O| Feb 21 22:41:52.432 INFO STEP 73 (remove_files) COMPLETE |
8508 | 2025-02-21T22:41:54.419Z | [ recovery-image] Feb 21 22:41:52.432 INFO O| Feb 21 22:41:52.432 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8509 | 2025-02-21T22:41:54.439Z | [ recovery-image] Feb 21 22:41:52.452 INFO O| Feb 21 22:41:52.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8510 | 2025-02-21T22:41:54.439Z | [ recovery-image] Feb 21 22:41:52.452 INFO O| Feb 21 22:41:52.452 INFO STEP 74 (remove_files) COMPLETE |
8511 | 2025-02-21T22:41:54.439Z | [ recovery-image] Feb 21 22:41:52.452 INFO O| Feb 21 22:41:52.452 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8512 | 2025-02-21T22:41:54.457Z | [ recovery-image] Feb 21 22:41:52.470 INFO O| Feb 21 22:41:52.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8513 | 2025-02-21T22:41:54.457Z | [ recovery-image] Feb 21 22:41:52.470 INFO O| Feb 21 22:41:52.470 INFO STEP 75 (remove_files) COMPLETE |
8514 | 2025-02-21T22:41:54.460Z | [ recovery-image] Feb 21 22:41:52.470 INFO O| Feb 21 22:41:52.470 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8515 | 2025-02-21T22:41:54.475Z | [ recovery-image] Feb 21 22:41:52.488 INFO O| Feb 21 22:41:52.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8516 | 2025-02-21T22:41:54.475Z | [ recovery-image] Feb 21 22:41:52.488 INFO O| Feb 21 22:41:52.488 INFO STEP 76 (remove_files) COMPLETE |
8517 | 2025-02-21T22:41:54.478Z | [ recovery-image] Feb 21 22:41:52.488 INFO O| Feb 21 22:41:52.488 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8518 | 2025-02-21T22:41:54.492Z | [ recovery-image] Feb 21 22:41:52.505 INFO O| Feb 21 22:41:52.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8519 | 2025-02-21T22:41:54.492Z | [ recovery-image] Feb 21 22:41:52.505 INFO O| Feb 21 22:41:52.505 INFO STEP 77 (remove_files) COMPLETE |
8520 | 2025-02-21T22:41:54.492Z | [ recovery-image] Feb 21 22:41:52.505 INFO O| Feb 21 22:41:52.505 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8521 | 2025-02-21T22:41:54.511Z | [ recovery-image] Feb 21 22:41:52.524 INFO O| Feb 21 22:41:52.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8522 | 2025-02-21T22:41:54.513Z | [ recovery-image] Feb 21 22:41:52.524 INFO O| Feb 21 22:41:52.524 INFO STEP 78 (remove_files) COMPLETE |
8523 | 2025-02-21T22:41:54.513Z | [ recovery-image] Feb 21 22:41:52.524 INFO O| Feb 21 22:41:52.524 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8524 | 2025-02-21T22:41:54.533Z | [ recovery-image] Feb 21 22:41:52.546 INFO O| Feb 21 22:41:52.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8525 | 2025-02-21T22:41:54.533Z | [ recovery-image] Feb 21 22:41:52.546 INFO O| Feb 21 22:41:52.546 INFO STEP 79 (remove_files) COMPLETE |
8526 | 2025-02-21T22:41:54.533Z | [ recovery-image] Feb 21 22:41:52.546 INFO O| Feb 21 22:41:52.546 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8527 | 2025-02-21T22:41:54.642Z | [ recovery-image] Feb 21 22:41:52.655 INFO O| Feb 21 22:41:52.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8528 | 2025-02-21T22:41:54.642Z | [ recovery-image] Feb 21 22:41:52.655 INFO O| Feb 21 22:41:52.655 INFO STEP 80 (remove_files) COMPLETE |
8529 | 2025-02-21T22:41:54.642Z | [ recovery-image] Feb 21 22:41:52.655 INFO O| Feb 21 22:41:52.655 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8530 | 2025-02-21T22:41:54.664Z | [ recovery-image] Feb 21 22:41:52.676 INFO O| Feb 21 22:41:52.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8531 | 2025-02-21T22:41:54.667Z | [ recovery-image] Feb 21 22:41:52.677 INFO O| Feb 21 22:41:52.677 INFO STEP 81 (remove_files) COMPLETE |
8532 | 2025-02-21T22:41:54.667Z | [ recovery-image] Feb 21 22:41:52.677 INFO O| Feb 21 22:41:52.677 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8533 | 2025-02-21T22:41:54.698Z | [ recovery-image] Feb 21 22:41:52.711 INFO O| Feb 21 22:41:52.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8534 | 2025-02-21T22:41:54.698Z | [ recovery-image] Feb 21 22:41:52.711 INFO O| Feb 21 22:41:52.711 INFO STEP 82 (remove_files) COMPLETE |
8535 | 2025-02-21T22:41:54.701Z | [ recovery-image] Feb 21 22:41:52.711 INFO O| Feb 21 22:41:52.711 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8536 | 2025-02-21T22:41:54.756Z | [ recovery-image] Feb 21 22:41:52.770 INFO O| Feb 21 22:41:52.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8537 | 2025-02-21T22:41:54.757Z | [ recovery-image] Feb 21 22:41:52.770 INFO O| Feb 21 22:41:52.770 INFO STEP 83 (remove_files) COMPLETE |
8538 | 2025-02-21T22:41:54.759Z | [ recovery-image] Feb 21 22:41:52.770 INFO O| Feb 21 22:41:52.770 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8539 | 2025-02-21T22:41:54.776Z | [ recovery-image] Feb 21 22:41:52.789 INFO O| Feb 21 22:41:52.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8540 | 2025-02-21T22:41:54.776Z | [ recovery-image] Feb 21 22:41:52.789 INFO O| Feb 21 22:41:52.789 INFO STEP 84 (remove_files) COMPLETE |
8541 | 2025-02-21T22:41:54.776Z | [ recovery-image] Feb 21 22:41:52.789 INFO O| Feb 21 22:41:52.789 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8542 | 2025-02-21T22:41:54.796Z | [ recovery-image] Feb 21 22:41:52.809 INFO O| Feb 21 22:41:52.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8543 | 2025-02-21T22:41:54.796Z | [ recovery-image] Feb 21 22:41:52.809 INFO O| Feb 21 22:41:52.809 INFO STEP 85 (remove_files) COMPLETE |
8544 | 2025-02-21T22:41:54.799Z | [ recovery-image] Feb 21 22:41:52.810 INFO O| Feb 21 22:41:52.809 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8545 | 2025-02-21T22:41:54.817Z | [ recovery-image] Feb 21 22:41:52.830 INFO O| Feb 21 22:41:52.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8546 | 2025-02-21T22:41:54.820Z | [ recovery-image] Feb 21 22:41:52.830 INFO O| Feb 21 22:41:52.830 INFO STEP 86 (remove_files) COMPLETE |
8547 | 2025-02-21T22:41:54.820Z | [ recovery-image] Feb 21 22:41:52.831 INFO O| Feb 21 22:41:52.830 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8548 | 2025-02-21T22:41:54.858Z | [ recovery-image] Feb 21 22:41:52.871 INFO O| Feb 21 22:41:52.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8549 | 2025-02-21T22:41:54.861Z | [ recovery-image] Feb 21 22:41:52.871 INFO O| Feb 21 22:41:52.871 INFO STEP 87 (remove_files) COMPLETE |
8550 | 2025-02-21T22:41:54.861Z | [ recovery-image] Feb 21 22:41:52.872 INFO O| Feb 21 22:41:52.871 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8551 | 2025-02-21T22:41:54.879Z | [ recovery-image] Feb 21 22:41:52.892 INFO O| Feb 21 22:41:52.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8552 | 2025-02-21T22:41:54.882Z | [ recovery-image] Feb 21 22:41:52.892 INFO O| Feb 21 22:41:52.892 INFO STEP 88 (remove_files) COMPLETE |
8553 | 2025-02-21T22:41:54.882Z | [ recovery-image] Feb 21 22:41:52.893 INFO O| Feb 21 22:41:52.893 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8554 | 2025-02-21T22:41:54.900Z | [ recovery-image] Feb 21 22:41:52.913 INFO O| Feb 21 22:41:52.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8555 | 2025-02-21T22:41:54.903Z | [ recovery-image] Feb 21 22:41:52.913 INFO O| Feb 21 22:41:52.913 INFO STEP 89 (remove_files) COMPLETE |
8556 | 2025-02-21T22:41:54.903Z | [ recovery-image] Feb 21 22:41:52.913 INFO O| Feb 21 22:41:52.913 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8557 | 2025-02-21T22:41:54.921Z | [ recovery-image] Feb 21 22:41:52.934 INFO O| Feb 21 22:41:52.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8558 | 2025-02-21T22:41:54.921Z | [ recovery-image] Feb 21 22:41:52.934 INFO O| Feb 21 22:41:52.934 INFO STEP 90 (remove_files) COMPLETE |
8559 | 2025-02-21T22:41:54.921Z | [ recovery-image] Feb 21 22:41:52.934 INFO O| Feb 21 22:41:52.934 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8560 | 2025-02-21T22:41:54.940Z | [ recovery-image] Feb 21 22:41:52.953 INFO O| Feb 21 22:41:52.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8561 | 2025-02-21T22:41:54.940Z | [ recovery-image] Feb 21 22:41:52.953 INFO O| Feb 21 22:41:52.953 INFO STEP 91 (remove_files) COMPLETE |
8562 | 2025-02-21T22:41:54.943Z | [ recovery-image] Feb 21 22:41:52.953 INFO O| Feb 21 22:41:52.953 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8563 | 2025-02-21T22:41:54.960Z | [ recovery-image] Feb 21 22:41:52.973 INFO O| Feb 21 22:41:52.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8564 | 2025-02-21T22:41:54.963Z | [ recovery-image] Feb 21 22:41:52.973 INFO O| Feb 21 22:41:52.973 INFO STEP 92 (remove_files) COMPLETE |
8565 | 2025-02-21T22:41:54.963Z | [ recovery-image] Feb 21 22:41:52.973 INFO O| Feb 21 22:41:52.973 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8566 | 2025-02-21T22:41:54.980Z | [ recovery-image] Feb 21 22:41:52.993 INFO O| Feb 21 22:41:52.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8567 | 2025-02-21T22:41:54.980Z | [ recovery-image] Feb 21 22:41:52.993 INFO O| Feb 21 22:41:52.993 INFO STEP 93 (remove_files) COMPLETE |
8568 | 2025-02-21T22:41:54.983Z | [ recovery-image] Feb 21 22:41:52.993 INFO O| Feb 21 22:41:52.993 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8569 | 2025-02-21T22:41:55.001Z | [ recovery-image] Feb 21 22:41:53.014 INFO O| Feb 21 22:41:53.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8570 | 2025-02-21T22:41:55.001Z | [ recovery-image] Feb 21 22:41:53.014 INFO O| Feb 21 22:41:53.014 INFO STEP 94 (remove_files) COMPLETE |
8571 | 2025-02-21T22:41:55.001Z | [ recovery-image] Feb 21 22:41:53.014 INFO O| Feb 21 22:41:53.014 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8572 | 2025-02-21T22:41:55.031Z | [ recovery-image] Feb 21 22:41:53.044 INFO O| Feb 21 22:41:53.044 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8573 | 2025-02-21T22:41:55.034Z | [ recovery-image] Feb 21 22:41:53.044 INFO O| Feb 21 22:41:53.044 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"} |
8574 | 2025-02-21T22:42:07.727Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
8575 | 2025-02-21T22:42:08.583Z | [ recovery-image] Feb 21 22:42:06.480 INFO O| Feb 21 22:42:06.480 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 |
8576 | 2025-02-21T22:42:08.597Z | [ recovery-image] Feb 21 22:42:06.480 INFO O| Feb 21 22:42:06.480 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8577 | 2025-02-21T22:42:08.597Z | [ recovery-image] Feb 21 22:42:06.514 INFO O| Feb 21 22:42:06.514 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8578 | 2025-02-21T22:42:08.725Z | [ recovery-image] Feb 21 22:42:06.734 INFO O| Feb 21 22:42:06.734 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8579 | 2025-02-21T22:42:08.725Z | [ recovery-image] Feb 21 22:42:06.734 INFO O| Feb 21 22:42:06.734 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 ... |
8580 | 2025-02-21T22:42:08.728Z | [ recovery-image] Feb 21 22:42:06.737 INFO O| Feb 21 22:42:06.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8581 | 2025-02-21T22:42:08.728Z | [ recovery-image] Feb 21 22:42:06.737 INFO O| Feb 21 22:42:06.737 INFO ok! |
8582 | 2025-02-21T22:42:08.728Z | [ recovery-image] Feb 21 22:42:06.737 INFO O| Feb 21 22:42:06.737 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8583 | 2025-02-21T22:42:08.728Z | [ recovery-image] Feb 21 22:42:06.737 INFO O| Feb 21 22:42:06.737 INFO STEP 95 (seed_smf) COMPLETE |
8584 | 2025-02-21T22:42:08.728Z | [ recovery-image] Feb 21 22:42:06.737 INFO O| Feb 21 22:42:06.737 INFO steps complete; finalising image! |
8585 | 2025-02-21T22:42:08.728Z | [ recovery-image] Feb 21 22:42:06.737 INFO O| Feb 21 22:42:06.737 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8586 | 2025-02-21T22:42:08.800Z | [ recovery-image] Feb 21 22:42:06.811 INFO O| Feb 21 22:42:06.811 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Feb 21 22:42:06 2025) |
8587 | 2025-02-21T22:42:09.010Z | [ recovery-image] Feb 21 22:42:07.021 INFO O| Feb 21 22:42:07.021 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Fri Feb 21 22:42:06 2025) |
8588 | 2025-02-21T22:42:09.222Z | [ recovery-image] Feb 21 22:42:07.232 INFO O| Feb 21 22:42:07.232 INFO trim TEMPORARY-gimlet-zfs-recovery: (97% trimmed, started at Fri Feb 21 22:42:06 2025) |
8589 | 2025-02-21T22:42:09.463Z | [ recovery-image] Feb 21 22:42:07.474 INFO O| Feb 21 22:42:07.474 INFO temporary pool has 377M used, 1.38G avail, 1.00x compressratio |
8590 | 2025-02-21T22:42:09.463Z | [ recovery-image] Feb 21 22:42:07.474 INFO O| Feb 21 22:42:07.474 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8591 | 2025-02-21T22:42:10.077Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
8592 | 2025-02-21T22:42:10.227Z | [ recovery-image] Feb 21 22:42:08.238 INFO O| Feb 21 22:42:08.238 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 |
8593 | 2025-02-21T22:42:10.228Z | [ recovery-image] Feb 21 22:42:08.238 INFO O| Feb 21 22:42:08.238 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8594 | 2025-02-21T22:42:12.686Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
8595 | 2025-02-21T22:42:13.197Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
8596 | 2025-02-21T22:42:13.884Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
8597 | 2025-02-21T22:42:14.595Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
8598 | 2025-02-21T22:42:15.307Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
8599 | 2025-02-21T22:42:16.117Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
8600 | 2025-02-21T22:42:16.168Z | [ recovery-image] Feb 21 22:42:14.178 INFO O| Feb 21 22:42:14.178 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8601 | 2025-02-21T22:42:16.169Z | [ recovery-image] Feb 21 22:42:14.178 INFO O| Feb 21 22:42:14.178 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8602 | 2025-02-21T22:42:16.171Z | [ recovery-image] Feb 21 22:42:14.178 INFO O| Feb 21 22:42:14.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8603 | 2025-02-21T22:42:16.171Z | [ recovery-image] Feb 21 22:42:14.178 INFO O| Feb 21 22:42:14.178 INFO completed processing gimlet/zfs-recovery |
8604 | 2025-02-21T22:42:16.171Z | [ recovery-image] Feb 21 22:42:14.178 INFO O| Feb 21 22:42:14.178 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8605 | 2025-02-21T22:42:16.495Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
8606 | 2025-02-21T22:42:17.001Z | [ recovery-image] Feb 21 22:42:15.011 INFO O| Feb 21 22:42:15.011 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8607 | 2025-02-21T22:42:17.153Z | [ recovery-image] Feb 21 22:42:15.163 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n" |
8608 | 2025-02-21T22:42:17.153Z | [ recovery-image] Feb 21 22:42:15.163 INFO expanded image name: "recovery 8728fad/${os_short_commit} 2025-02-21 22:10" -> "recovery 8728fad/9fcb5ef 2025-02-21 22:10" |
8609 | 2025-02-21T22:42:17.156Z | [ recovery-image] Feb 21 22:42:15.163 INFO output artefacts stored in: "/work/os-recovery" |
8610 | 2025-02-21T22:42:17.156Z | [ recovery-image] Feb 21 22:42:15.164 INFO collecting git info from project "amd-firmware"... |
8611 | 2025-02-21T22:42:17.241Z | [ recovery-image] Feb 21 22:42:15.251 INFO collecting git info from project "chelsio-t6-roms"... |
8612 | 2025-02-21T22:42:17.277Z | [ recovery-image] Feb 21 22:42:15.286 INFO collecting git info from project "phbl"... |
8613 | 2025-02-21T22:42:17.288Z | [ recovery-image] Feb 21 22:42:15.298 INFO collecting git info from project "bootserver"... |
8614 | 2025-02-21T22:42:17.298Z | [ recovery-image] Feb 21 22:42:15.307 INFO collecting git info from project "pilot"... |
8615 | 2025-02-21T22:42:17.338Z | [ recovery-image] Feb 21 22:42:15.348 INFO collecting git info from project "amd-host-image-builder"... |
8616 | 2025-02-21T22:42:18.099Z | [ recovery-image] Feb 21 22:42:16.109 INFO collecting git info from project "image-builder"... |
8617 | 2025-02-21T22:42:18.120Z | [ recovery-image] Feb 21 22:42:16.130 INFO collecting git info from project "pinprick"... |
8618 | 2025-02-21T22:42:18.133Z | [ recovery-image] Feb 21 22:42:16.140 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8619 | 2025-02-21T22:42:19.245Z | [ recovery-image] Feb 21 22:42:17.253 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8620 | 2025-02-21T22:42:19.996Z | [ recovery-image] Feb 21 22:42:18.006 INFO creating Oxide boot image... |
8621 | 2025-02-21T22:42:19.996Z | [ recovery-image] Feb 21 22:42:18.006 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 8728fad/9fcb5ef 2025-02-21 22:10", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8622 | 2025-02-21T22:42:26.378Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
8623 | 2025-02-21T22:42:28.966Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
8624 | 2025-02-21T22:42:51.658Z | [ host-image] Feb 21 22:42:49.662 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z |
8625 | 2025-02-21T22:42:51.660Z | [ host-image] Feb 21 22:42:49.662 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z |
8626 | 2025-02-21T22:42:51.660Z | [ host-image] Feb 21 22:42:49.663 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8627 | 2025-02-21T22:42:51.660Z | [ host-image] Feb 21 22:42:49.663 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8628 | 2025-02-21T22:42:51.661Z | [ host-image] Feb 21 22:42:49.663 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8629 | 2025-02-21T22:42:51.661Z | [ host-image] Feb 21 22:42:49.663 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8630 | 2025-02-21T22:42:51.661Z | [ host-image] Feb 21 22:42:49.665 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8631 | 2025-02-21T22:42:51.661Z | [ host-image] Feb 21 22:42:49.665 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8632 | 2025-02-21T22:42:51.661Z | [ host-image] Feb 21 22:42:49.665 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8633 | 2025-02-21T22:42:51.661Z | [ host-image] Feb 21 22:42:49.665 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8634 | 2025-02-21T22:42:51.661Z | [ host-image] Feb 21 22:42:49.665 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z |
8635 | 2025-02-21T22:42:51.664Z | [ host-image] Feb 21 22:42:49.668 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z |
8636 | 2025-02-21T22:42:51.666Z | [ host-image] Feb 21 22:42:49.669 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z |
8637 | 2025-02-21T22:42:51.666Z | [ host-image] Feb 21 22:42:49.670 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z |
8638 | 2025-02-21T22:42:51.666Z | [ host-image] Feb 21 22:42:49.670 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8639 | 2025-02-21T22:42:51.666Z | [ host-image] Feb 21 22:42:49.671 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z |
8640 | 2025-02-21T22:42:51.669Z | [ host-image] Feb 21 22:42:49.672 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z |
8641 | 2025-02-21T22:42:51.669Z | [ host-image] Feb 21 22:42:49.672 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z |
8642 | 2025-02-21T22:42:51.669Z | [ host-image] Feb 21 22:42:49.672 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z |
8643 | 2025-02-21T22:42:51.669Z | [ host-image] Feb 21 22:42:49.673 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z |
8644 | 2025-02-21T22:42:51.669Z | [ host-image] Feb 21 22:42:49.673 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z |
8645 | 2025-02-21T22:42:51.669Z | [ host-image] Feb 21 22:42:49.673 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z |
8646 | 2025-02-21T22:42:51.669Z | [ host-image] Feb 21 22:42:49.673 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z |
8647 | 2025-02-21T22:42:51.669Z | [ host-image] Feb 21 22:42:49.674 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z |
8648 | 2025-02-21T22:42:51.669Z | [ host-image] Feb 21 22:42:49.674 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z |
8649 | 2025-02-21T22:42:51.672Z | [ host-image] Feb 21 22:42:49.674 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z |
8650 | 2025-02-21T22:42:51.672Z | [ host-image] Feb 21 22:42:49.674 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z |
8651 | 2025-02-21T22:42:51.672Z | [ host-image] Feb 21 22:42:49.675 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z |
8652 | 2025-02-21T22:42:51.672Z | [ host-image] Feb 21 22:42:49.675 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z |
8653 | 2025-02-21T22:42:51.672Z | [ host-image] Feb 21 22:42:49.675 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z |
8654 | 2025-02-21T22:42:51.672Z | [ host-image] Feb 21 22:42:49.675 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z |
8655 | 2025-02-21T22:42:51.672Z | [ host-image] Feb 21 22:42:49.675 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z |
8656 | 2025-02-21T22:42:51.672Z | [ host-image] Feb 21 22:42:49.675 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z |
8657 | 2025-02-21T22:42:51.673Z | [ host-image] Feb 21 22:42:49.676 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z |
8658 | 2025-02-21T22:42:51.675Z | [ host-image] Feb 21 22:42:49.677 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z |
8659 | 2025-02-21T22:42:51.675Z | [ host-image] Feb 21 22:42:49.677 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z |
8660 | 2025-02-21T22:42:51.688Z | [ host-image] Feb 21 22:42:49.692 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z |
8661 | 2025-02-21T22:42:51.688Z | [ host-image] Feb 21 22:42:49.692 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z |
8662 | 2025-02-21T22:42:51.691Z | [ host-image] Feb 21 22:42:49.693 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8663 | 2025-02-21T22:42:51.691Z | [ host-image] Feb 21 22:42:49.693 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8664 | 2025-02-21T22:42:51.691Z | [ host-image] Feb 21 22:42:49.694 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8665 | 2025-02-21T22:42:51.691Z | [ host-image] Feb 21 22:42:49.694 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z |
8666 | 2025-02-21T22:42:51.691Z | [ host-image] Feb 21 22:42:49.694 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8667 | 2025-02-21T22:42:51.691Z | [ host-image] Feb 21 22:42:49.695 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8668 | 2025-02-21T22:42:51.693Z | [ host-image] Feb 21 22:42:49.697 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8669 | 2025-02-21T22:42:51.693Z | [ host-image] Feb 21 22:42:49.697 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8670 | 2025-02-21T22:42:51.718Z | [ host-image] Feb 21 22:42:49.723 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8671 | 2025-02-21T22:42:51.718Z | [ host-image] Feb 21 22:42:49.723 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8672 | 2025-02-21T22:42:51.721Z | [ host-image] Feb 21 22:42:49.723 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8673 | 2025-02-21T22:42:51.721Z | [ host-image] Feb 21 22:42:49.724 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8674 | 2025-02-21T22:42:51.721Z | [ host-image] Feb 21 22:42:49.725 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8675 | 2025-02-21T22:42:51.721Z | [ host-image] Feb 21 22:42:49.725 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8676 | 2025-02-21T22:42:51.776Z | [ host-image] Feb 21 22:42:49.780 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z |
8677 | 2025-02-21T22:42:51.779Z | [ host-image] Feb 21 22:42:49.781 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8678 | 2025-02-21T22:42:51.779Z | [ host-image] Feb 21 22:42:49.781 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8679 | 2025-02-21T22:42:51.779Z | [ host-image] Feb 21 22:42:49.783 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z |
8680 | 2025-02-21T22:42:51.779Z | [ host-image] Feb 21 22:42:49.783 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z |
8681 | 2025-02-21T22:42:51.779Z | [ host-image] Feb 21 22:42:49.783 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8682 | 2025-02-21T22:42:51.779Z | [ host-image] Feb 21 22:42:49.784 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z |
8683 | 2025-02-21T22:42:51.782Z | [ host-image] Feb 21 22:42:49.784 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z |
8684 | 2025-02-21T22:42:51.782Z | [ host-image] Feb 21 22:42:49.784 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z |
8685 | 2025-02-21T22:42:51.782Z | [ host-image] Feb 21 22:42:49.784 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
8686 | 2025-02-21T22:42:51.782Z | [ host-image] Feb 21 22:42:49.785 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z |
8687 | 2025-02-21T22:42:51.782Z | [ host-image] Feb 21 22:42:49.785 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8688 | 2025-02-21T22:42:51.791Z | [ host-image] Feb 21 22:42:49.795 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8689 | 2025-02-21T22:42:51.791Z | [ host-image] Feb 21 22:42:49.795 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8690 | 2025-02-21T22:42:51.791Z | [ host-image] Feb 21 22:42:49.795 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8691 | 2025-02-21T22:42:51.794Z | [ host-image] Feb 21 22:42:49.796 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z |
8692 | 2025-02-21T22:42:51.794Z | [ host-image] Feb 21 22:42:49.796 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8693 | 2025-02-21T22:42:51.812Z | [ host-image] Feb 21 22:42:49.817 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8694 | 2025-02-21T22:42:51.815Z | [ host-image] Feb 21 22:42:49.817 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z |
8695 | 2025-02-21T22:42:51.818Z | [ host-image] Feb 21 22:42:49.820 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z |
8696 | 2025-02-21T22:42:51.818Z | [ host-image] Feb 21 22:42:49.821 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z |
8697 | 2025-02-21T22:42:51.818Z | [ host-image] Feb 21 22:42:49.821 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8698 | 2025-02-21T22:42:51.818Z | [ host-image] Feb 21 22:42:49.822 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z |
8699 | 2025-02-21T22:42:51.820Z | [ host-image] Feb 21 22:42:49.823 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z |
8700 | 2025-02-21T22:42:51.820Z | [ host-image] Feb 21 22:42:49.823 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z |
8701 | 2025-02-21T22:42:51.820Z | [ host-image] Feb 21 22:42:49.824 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z |
8702 | 2025-02-21T22:42:51.824Z | [ host-image] Feb 21 22:42:49.829 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8703 | 2025-02-21T22:42:51.827Z | [ host-image] Feb 21 22:42:49.830 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z |
8704 | 2025-02-21T22:42:51.827Z | [ host-image] Feb 21 22:42:49.831 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z |
8705 | 2025-02-21T22:42:51.827Z | [ host-image] Feb 21 22:42:49.831 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8706 | 2025-02-21T22:42:51.827Z | [ host-image] Feb 21 22:42:49.831 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z |
8707 | 2025-02-21T22:42:51.827Z | [ host-image] Feb 21 22:42:49.832 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z |
8708 | 2025-02-21T22:42:51.827Z | [ host-image] Feb 21 22:42:49.832 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z |
8709 | 2025-02-21T22:42:51.830Z | [ host-image] Feb 21 22:42:49.832 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z |
8710 | 2025-02-21T22:42:51.852Z | [ host-image] Feb 21 22:42:49.857 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z |
8711 | 2025-02-21T22:42:51.852Z | [ host-image] Feb 21 22:42:49.857 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8712 | 2025-02-21T22:42:51.855Z | [ host-image] Feb 21 22:42:49.860 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z |
8713 | 2025-02-21T22:42:51.858Z | [ host-image] Feb 21 22:42:49.862 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z |
8714 | 2025-02-21T22:42:51.858Z | [ host-image] Feb 21 22:42:49.862 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z |
8715 | 2025-02-21T22:42:51.860Z | [ host-image] Feb 21 22:42:49.863 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z |
8716 | 2025-02-21T22:42:51.860Z | [ host-image] Feb 21 22:42:49.864 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z |
8717 | 2025-02-21T22:42:51.860Z | [ host-image] Feb 21 22:42:49.864 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z |
8718 | 2025-02-21T22:42:51.875Z | [ host-image] Feb 21 22:42:49.879 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z |
8719 | 2025-02-21T22:42:51.875Z | [ host-image] Feb 21 22:42:49.879 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z |
8720 | 2025-02-21T22:42:51.878Z | [ host-image] Feb 21 22:42:49.880 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z |
8721 | 2025-02-21T22:42:51.878Z | [ host-image] Feb 21 22:42:49.881 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z |
8722 | 2025-02-21T22:42:51.878Z | [ host-image] Feb 21 22:42:49.882 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z |
8723 | 2025-02-21T22:42:51.909Z | [ host-image] Feb 21 22:42:49.913 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z |
8724 | 2025-02-21T22:42:51.909Z | [ host-image] Feb 21 22:42:49.914 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z |
8725 | 2025-02-21T22:42:51.909Z | [ host-image] Feb 21 22:42:49.914 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z |
8726 | 2025-02-21T22:42:51.912Z | [ host-image] Feb 21 22:42:49.914 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8727 | 2025-02-21T22:42:51.912Z | [ host-image] Feb 21 22:42:49.915 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8728 | 2025-02-21T22:42:51.964Z | [ host-image] Feb 21 22:42:49.969 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z |
8729 | 2025-02-21T22:42:51.967Z | [ host-image] Feb 21 22:42:49.969 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8730 | 2025-02-21T22:42:51.967Z | [ host-image] Feb 21 22:42:49.969 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z |
8731 | 2025-02-21T22:42:51.967Z | [ host-image] Feb 21 22:42:49.970 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z |
8732 | 2025-02-21T22:42:51.967Z | [ host-image] Feb 21 22:42:49.972 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z |
8733 | 2025-02-21T22:42:51.970Z | [ host-image] Feb 21 22:42:49.972 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8734 | 2025-02-21T22:42:51.970Z | [ host-image] Feb 21 22:42:49.973 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8735 | 2025-02-21T22:42:51.970Z | [ host-image] Feb 21 22:42:49.974 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z |
8736 | 2025-02-21T22:42:51.970Z | [ host-image] Feb 21 22:42:49.974 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z |
8737 | 2025-02-21T22:42:51.970Z | [ host-image] Feb 21 22:42:49.974 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z |
8738 | 2025-02-21T22:42:51.970Z | [ host-image] Feb 21 22:42:49.975 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z |
8739 | 2025-02-21T22:42:51.973Z | [ host-image] Feb 21 22:42:49.975 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z |
8740 | 2025-02-21T22:42:51.973Z | [ host-image] Feb 21 22:42:49.975 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z |
8741 | 2025-02-21T22:42:51.976Z | [ host-image] Feb 21 22:42:49.980 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8742 | 2025-02-21T22:42:51.976Z | [ host-image] Feb 21 22:42:49.980 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z |
8743 | 2025-02-21T22:42:51.979Z | [ host-image] Feb 21 22:42:49.983 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z |
8744 | 2025-02-21T22:42:51.979Z | [ host-image] Feb 21 22:42:49.983 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z |
8745 | 2025-02-21T22:42:51.979Z | [ host-image] Feb 21 22:42:49.983 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z |
8746 | 2025-02-21T22:42:51.981Z | [ host-image] Feb 21 22:42:49.984 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z |
8747 | 2025-02-21T22:42:51.981Z | [ host-image] Feb 21 22:42:49.984 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z |
8748 | 2025-02-21T22:42:51.981Z | [ host-image] Feb 21 22:42:49.984 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8749 | 2025-02-21T22:42:51.981Z | [ host-image] Feb 21 22:42:49.984 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8750 | 2025-02-21T22:42:51.981Z | [ host-image] Feb 21 22:42:49.985 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z |
8751 | 2025-02-21T22:42:51.981Z | [ host-image] Feb 21 22:42:49.986 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z |
8752 | 2025-02-21T22:42:51.981Z | [ host-image] Feb 21 22:42:49.986 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8753 | 2025-02-21T22:42:51.981Z | [ host-image] Feb 21 22:42:49.986 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8754 | 2025-02-21T22:42:51.981Z | [ host-image] Feb 21 22:42:49.986 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8755 | 2025-02-21T22:42:51.981Z | [ host-image] Feb 21 22:42:49.986 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8756 | 2025-02-21T22:42:51.984Z | [ host-image] Feb 21 22:42:49.986 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8757 | 2025-02-21T22:42:51.984Z | [ host-image] Feb 21 22:42:49.987 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8758 | 2025-02-21T22:42:51.987Z | [ host-image] Feb 21 22:42:49.989 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8759 | 2025-02-21T22:42:51.987Z | [ host-image] Feb 21 22:42:49.989 INFO O| tempdir @ "/tmp/.tmpx606tV/tmp" |
8760 | 2025-02-21T22:42:51.987Z | [ host-image] Feb 21 22:42:49.990 INFO O| image root @ "/tmp/.tmpx606tV/tmp/root" |
8761 | 2025-02-21T22:42:51.987Z | [ host-image] Feb 21 22:42:49.990 INFO O| creating image... |
8762 | 2025-02-21T22:42:53.157Z | [ host-image] Feb 21 22:42:51.161 INFO O| copying publishers... |
8763 | 2025-02-21T22:42:54.592Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
8764 | 2025-02-21T22:43:06.174Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
8765 | 2025-02-21T22:43:18.257Z | [ host-image] Feb 21 22:43:16.257 INFO O| adding properties... |
8766 | 2025-02-21T22:43:20.571Z | [ host-image] Feb 21 22:43:18.572 INFO O| installing packages... |
8767 | 2025-02-21T22:43:21.839Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
8768 | 2025-02-21T22:43:23.043Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
8769 | 2025-02-21T22:43:32.245Z | [ recovery-image] Feb 21 22:43:30.243 INFO O| ok, image written! |
8770 | 2025-02-21T22:43:32.245Z | [ recovery-image] Feb 21 22:43:30.243 INFO O| ok, boot_image_csum file written! |
8771 | 2025-02-21T22:43:32.252Z | [ recovery-image] Feb 21 22:43:30.251 INFO creating boot archive (CPIO)... |
8772 | 2025-02-21T22:43:32.255Z | [ recovery-image] Feb 21 22:43:30.251 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 |
8773 | 2025-02-21T22:43:32.279Z | [ recovery-image] Feb 21 22:43:30.277 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8774 | 2025-02-21T22:43:32.279Z | [ recovery-image] Feb 21 22:43:30.277 INFO E| + outfile=/work/os-recovery/cpio |
8775 | 2025-02-21T22:43:32.282Z | [ recovery-image] Feb 21 22:43:30.277 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8776 | 2025-02-21T22:43:32.285Z | [ recovery-image] Feb 21 22:43:30.281 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8777 | 2025-02-21T22:43:32.285Z | [ recovery-image] Feb 21 22:43:30.281 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8778 | 2025-02-21T22:43:32.328Z | [ recovery-image] Feb 21 22:43:30.326 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8779 | 2025-02-21T22:43:32.328Z | [ recovery-image] Feb 21 22:43:30.326 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8780 | 2025-02-21T22:43:32.339Z | [ recovery-image] Feb 21 22:43:30.338 INFO creating compressed cpio/unix for nanobl-rs... |
8781 | 2025-02-21T22:43:32.339Z | [ recovery-image] Feb 21 22:43:30.338 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 |
8782 | 2025-02-21T22:43:32.856Z | [ recovery-image] Feb 21 22:43:30.854 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8783 | 2025-02-21T22:43:41.616Z | [ recovery-image] Feb 21 22:43:39.613 INFO creating reset image... |
8784 | 2025-02-21T22:43:41.620Z | [ recovery-image] Feb 21 22:43:39.613 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8785 | 2025-02-21T22:43:42.620Z | [ recovery-image] Feb 21 22:43:40.617 INFO E| Updating crates.io index |
8786 | 2025-02-21T22:43:43.001Z | [ recovery-image] Feb 21 22:43:40.997 INFO E| Downloading crates ... |
8787 | 2025-02-21T22:43:43.155Z | [ recovery-image] Feb 21 22:43:41.152 INFO E| Downloaded anstream v0.6.15 |
8788 | 2025-02-21T22:43:43.163Z | [ recovery-image] Feb 21 22:43:41.160 INFO E| Downloaded colorchoice v1.0.2 |
8789 | 2025-02-21T22:43:43.166Z | [ recovery-image] Feb 21 22:43:41.162 INFO E| Downloaded anstyle-parse v0.2.5 |
8790 | 2025-02-21T22:43:43.169Z | [ recovery-image] Feb 21 22:43:41.165 INFO E| Downloaded strsim v0.11.1 |
8791 | 2025-02-21T22:43:43.171Z | [ recovery-image] Feb 21 22:43:41.168 INFO E| Downloaded os_pipe v1.2.1 |
8792 | 2025-02-21T22:43:43.194Z | [ recovery-image] Feb 21 22:43:41.191 INFO E| Downloaded utf8parse v0.2.2 |
8793 | 2025-02-21T22:43:43.197Z | [ recovery-image] Feb 21 22:43:41.193 INFO E| Downloaded shared_child v1.0.1 |
8794 | 2025-02-21T22:43:43.201Z | [ recovery-image] Feb 21 22:43:41.195 INFO E| Downloaded proc-macro2 v1.0.86 |
8795 | 2025-02-21T22:43:43.204Z | [ recovery-image] Feb 21 22:43:41.200 INFO E| Downloaded heck v0.5.0 |
8796 | 2025-02-21T22:43:43.207Z | [ recovery-image] Feb 21 22:43:41.202 INFO E| Downloaded quote v1.0.37 |
8797 | 2025-02-21T22:43:43.210Z | [ recovery-image] Feb 21 22:43:41.206 INFO E| Downloaded duct v0.13.7 |
8798 | 2025-02-21T22:43:43.497Z | [ recovery-image] Feb 21 22:43:41.494 INFO E| Downloaded clap v4.5.17 |
8799 | 2025-02-21T22:43:43.513Z | [ recovery-image] Feb 21 22:43:41.509 INFO E| Downloaded clap_lex v0.7.2 |
8800 | 2025-02-21T22:43:43.515Z | [ recovery-image] Feb 21 22:43:41.511 INFO E| Downloaded anstyle v1.0.8 |
8801 | 2025-02-21T22:43:43.518Z | [ recovery-image] Feb 21 22:43:41.514 INFO E| Downloaded unicode-ident v1.0.13 |
8802 | 2025-02-21T22:43:43.522Z | [ recovery-image] Feb 21 22:43:41.519 INFO E| Downloaded once_cell v1.19.0 |
8803 | 2025-02-21T22:43:43.526Z | [ recovery-image] Feb 21 22:43:41.523 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
8804 | 2025-02-21T22:43:43.528Z | [ recovery-image] Feb 21 22:43:41.524 INFO E| Downloaded anstyle-query v1.1.1 |
8805 | 2025-02-21T22:43:43.531Z | [ recovery-image] Feb 21 22:43:41.526 INFO E| Downloaded clap_derive v4.5.13 |
8806 | 2025-02-21T22:43:43.534Z | [ recovery-image] Feb 21 22:43:41.530 INFO E| Downloaded clap_builder v4.5.17 |
8807 | 2025-02-21T22:43:43.545Z | [ recovery-image] Feb 21 22:43:41.542 INFO E| Downloaded syn v2.0.77 |
8808 | 2025-02-21T22:43:43.604Z | [ recovery-image] Feb 21 22:43:41.600 INFO E| Downloaded libc v0.2.158 |
8809 | 2025-02-21T22:43:43.714Z | [ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling proc-macro2 v1.0.86 |
8810 | 2025-02-21T22:43:43.715Z | [ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling libc v0.2.158 |
8811 | 2025-02-21T22:43:43.717Z | [ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling unicode-ident v1.0.13 |
8812 | 2025-02-21T22:43:43.717Z | [ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling utf8parse v0.2.2 |
8813 | 2025-02-21T22:43:43.717Z | [ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling anstyle-query v1.1.1 |
8814 | 2025-02-21T22:43:43.717Z | [ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling anstyle v1.0.8 |
8815 | 2025-02-21T22:43:43.717Z | [ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8816 | 2025-02-21T22:43:43.717Z | [ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling colorchoice v1.0.2 |
8817 | 2025-02-21T22:43:44.433Z | [ recovery-image] Feb 21 22:43:42.429 INFO E| Compiling anstyle-parse v0.2.5 |
8818 | 2025-02-21T22:43:44.531Z | [ recovery-image] Feb 21 22:43:42.527 INFO E| Compiling clap_lex v0.7.2 |
8819 | 2025-02-21T22:43:44.884Z | [ recovery-image] Feb 21 22:43:42.881 INFO E| Compiling heck v0.5.0 |
8820 | 2025-02-21T22:43:44.908Z | [ recovery-image] Feb 21 22:43:42.905 INFO E| Compiling strsim v0.11.1 |
8821 | 2025-02-21T22:43:44.992Z | [ recovery-image] Feb 21 22:43:42.988 INFO E| Compiling once_cell v1.19.0 |
8822 | 2025-02-21T22:43:45.170Z | [ recovery-image] Feb 21 22:43:43.167 INFO E| Compiling anstream v0.6.15 |
8823 | 2025-02-21T22:43:45.855Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
8824 | 2025-02-21T22:43:45.887Z | [ recovery-image] Feb 21 22:43:43.883 INFO E| Compiling clap_builder v4.5.17 |
8825 | 2025-02-21T22:43:45.903Z | [ recovery-image] Feb 21 22:43:43.900 INFO E| Compiling os_pipe v1.2.1 |
8826 | 2025-02-21T22:43:45.912Z | [ recovery-image] Feb 21 22:43:43.908 INFO E| Compiling shared_child v1.0.1 |
8827 | 2025-02-21T22:43:46.333Z | [ recovery-image] Feb 21 22:43:44.329 INFO E| Compiling duct v0.13.7 |
8828 | 2025-02-21T22:43:47.532Z | [ recovery-image] Feb 21 22:43:45.528 INFO E| Compiling quote v1.0.37 |
8829 | 2025-02-21T22:43:48.149Z | [ recovery-image] Feb 21 22:43:46.145 INFO E| Compiling syn v2.0.77 |
8830 | 2025-02-21T22:43:52.335Z | [verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
8831 | 2025-02-21T22:43:54.680Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
8832 | 2025-02-21T22:43:57.091Z | [ recovery-image] Feb 21 22:43:55.086 INFO E| Compiling clap_derive v4.5.13 |
8833 | 2025-02-21T22:43:57.750Z | [ host-image] Feb 21 22:43:55.744 INFO O| seeding SMF database... |
8834 | 2025-02-21T22:43:58.992Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
8835 | 2025-02-21T22:43:59.567Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
8836 | 2025-02-21T22:44:01.174Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
8837 | 2025-02-21T22:44:02.073Z | [ recovery-image] Feb 21 22:44:00.067 INFO E| Compiling clap v4.5.17 |
8838 | 2025-02-21T22:44:02.193Z | [ recovery-image] Feb 21 22:44:00.187 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8839 | 2025-02-21T22:44:04.411Z | [ recovery-image] Feb 21 22:44:02.404 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.54s |
8840 | 2025-02-21T22:44:04.433Z | [ recovery-image] Feb 21 22:44:02.427 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8841 | 2025-02-21T22:44:04.719Z | [ recovery-image] Feb 21 22:44:02.712 INFO E| Updating crates.io index |
8842 | 2025-02-21T22:44:04.872Z | [ recovery-image] Feb 21 22:44:02.865 INFO E| Downloading crates ... |
8843 | 2025-02-21T22:44:05.112Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
8844 | 2025-02-21T22:44:05.144Z | [ recovery-image] Feb 21 22:44:03.138 INFO E| Downloaded scroll_derive v0.12.0 |
8845 | 2025-02-21T22:44:05.147Z | [ recovery-image] Feb 21 22:44:03.139 INFO E| Downloaded adler2 v2.0.0 |
8846 | 2025-02-21T22:44:05.155Z | [ recovery-image] Feb 21 22:44:03.149 INFO E| Downloaded bitstruct v0.1.1 |
8847 | 2025-02-21T22:44:05.158Z | [ recovery-image] Feb 21 22:44:03.152 INFO E| Downloaded bitstruct_derive v0.1.0 |
8848 | 2025-02-21T22:44:05.170Z | [ recovery-image] Feb 21 22:44:03.163 INFO E| Downloaded seq-macro v0.3.5 |
8849 | 2025-02-21T22:44:05.173Z | [ recovery-image] Feb 21 22:44:03.166 INFO E| Downloaded scroll v0.12.0 |
8850 | 2025-02-21T22:44:05.175Z | [ recovery-image] Feb 21 22:44:03.168 INFO E| Downloaded goblin v0.8.2 |
8851 | 2025-02-21T22:44:05.184Z | [ recovery-image] Feb 21 22:44:03.178 INFO E| Downloaded cpio_reader v0.1.1 |
8852 | 2025-02-21T22:44:05.187Z | [ recovery-image] Feb 21 22:44:03.180 INFO E| Downloaded proc-macro2 v1.0.89 |
8853 | 2025-02-21T22:44:05.190Z | [ recovery-image] Feb 21 22:44:03.183 INFO E| Downloaded bit_field v0.10.2 |
8854 | 2025-02-21T22:44:05.192Z | [ recovery-image] Feb 21 22:44:03.185 INFO E| Downloaded miniz_oxide v0.8.0 |
8855 | 2025-02-21T22:44:05.201Z | [ recovery-image] Feb 21 22:44:03.195 INFO E| Downloaded raw-cpuid v10.7.0 |
8856 | 2025-02-21T22:44:05.224Z | [ recovery-image] Feb 21 22:44:03.218 INFO E| Downloaded syn v2.0.85 |
8857 | 2025-02-21T22:44:05.304Z | [verify-libraries] Compiling termios v0.3.3 |
8858 | 2025-02-21T22:44:05.377Z | [ recovery-image] Feb 21 22:44:03.370 INFO E| Downloaded x86 v0.52.0 |
8859 | 2025-02-21T22:44:05.481Z | [ recovery-image] Feb 21 22:44:03.474 INFO E| Updating crates.io index |
8860 | 2025-02-21T22:44:05.745Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
8861 | 2025-02-21T22:44:05.762Z | [ recovery-image] Feb 21 22:44:03.755 INFO E| Downloading crates ... |
8862 | 2025-02-21T22:44:05.869Z | [ recovery-image] Feb 21 22:44:03.862 INFO E| Downloaded getopts v0.2.21 |
8863 | 2025-02-21T22:44:05.906Z | [ recovery-image] Feb 21 22:44:03.900 INFO E| Downloaded rustc-demangle v0.1.24 |
8864 | 2025-02-21T22:44:05.944Z | [ recovery-image] Feb 21 22:44:03.937 INFO E| Downloaded memchr v2.5.0 |
8865 | 2025-02-21T22:44:05.950Z | [ recovery-image] Feb 21 22:44:03.944 INFO E| Downloaded allocator-api2 v0.2.18 |
8866 | 2025-02-21T22:44:05.988Z | [ recovery-image] Feb 21 22:44:03.982 INFO E| Downloaded hashbrown v0.15.0 |
8867 | 2025-02-21T22:44:05.998Z | [ recovery-image] Feb 21 22:44:03.991 INFO E| Downloaded compiler_builtins v0.1.134 |
8868 | 2025-02-21T22:44:06.096Z | [ recovery-image] Feb 21 22:44:04.089 INFO E| Downloaded libc v0.2.161 |
8869 | 2025-02-21T22:44:06.244Z | [ recovery-image] Feb 21 22:44:04.237 INFO E| Compiling compiler_builtins v0.1.134 |
8870 | 2025-02-21T22:44:06.247Z | [ recovery-image] Feb 21 22:44:04.238 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) |
8871 | 2025-02-21T22:44:06.247Z | [ recovery-image] Feb 21 22:44:04.238 INFO E| Compiling proc-macro2 v1.0.89 |
8872 | 2025-02-21T22:44:06.247Z | [ recovery-image] Feb 21 22:44:04.238 INFO E| Compiling unicode-ident v1.0.13 |
8873 | 2025-02-21T22:44:06.247Z | [ recovery-image] Feb 21 22:44:04.238 INFO E| Compiling syn v1.0.109 |
8874 | 2025-02-21T22:44:06.247Z | [ recovery-image] Feb 21 22:44:04.238 INFO E| Compiling x86 v0.52.0 |
8875 | 2025-02-21T22:44:06.247Z | [ recovery-image] Feb 21 22:44:04.238 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8876 | 2025-02-21T22:44:06.247Z | [ recovery-image] Feb 21 22:44:04.238 INFO E| Compiling seq-macro v0.3.5 |
8877 | 2025-02-21T22:44:09.439Z | [ recovery-image] Feb 21 22:44:07.431 INFO E| Compiling quote v1.0.37 |
8878 | 2025-02-21T22:44:10.065Z | [ recovery-image] Feb 21 22:44:08.053 INFO E| Compiling syn v2.0.85 |
8879 | 2025-02-21T22:44:11.067Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
8880 | 2025-02-21T22:44:12.284Z | [ host-image] Feb 21 22:44:10.276 INFO O| configuring SMF profile... |
8881 | 2025-02-21T22:44:12.287Z | [ host-image] Feb 21 22:44:10.277 INFO O| modifying shadow(5)... |
8882 | 2025-02-21T22:44:12.287Z | [ host-image] Feb 21 22:44:10.277 INFO O| loading user and group database... |
8883 | 2025-02-21T22:44:12.287Z | [ host-image] Feb 21 22:44:10.277 INFO O| assessing packaged files... |
8884 | 2025-02-21T22:44:16.740Z | [ recovery-image] Feb 21 22:44:14.730 INFO E| Compiling scroll_derive v0.12.0 |
8885 | 2025-02-21T22:44:18.588Z | [ host-image] Feb 21 22:44:16.579 INFO O| creating archive... |
8886 | 2025-02-21T22:44:18.676Z | [ host-image] Feb 21 22:44:16.667 INFO O| missing from packaging: |
8887 | 2025-02-21T22:44:18.676Z | [ host-image] Feb 21 22:44:16.667 INFO O| "etc/.pwd.lock" |
8888 | 2025-02-21T22:44:18.679Z | [ host-image] Feb 21 22:44:16.667 INFO O| "etc/bash" |
8889 | 2025-02-21T22:44:18.686Z | [ host-image] Feb 21 22:44:16.677 INFO O| "etc/svc/profile/generic.xml" |
8890 | 2025-02-21T22:44:18.686Z | [ host-image] Feb 21 22:44:16.677 INFO O| "etc/svc/profile/inetd_services.xml" |
8891 | 2025-02-21T22:44:18.689Z | [ host-image] Feb 21 22:44:16.677 INFO O| "etc/svc/profile/name_service.xml" |
8892 | 2025-02-21T22:44:18.689Z | [ host-image] Feb 21 22:44:16.677 INFO O| "etc/svc/profile/platform.xml" |
8893 | 2025-02-21T22:44:18.689Z | [ host-image] Feb 21 22:44:16.677 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8894 | 2025-02-21T22:44:18.689Z | [ host-image] Feb 21 22:44:16.678 INFO O| "etc/svc/repository.db" |
8895 | 2025-02-21T22:44:18.705Z | [ host-image] Feb 21 22:44:16.696 INFO O| "opt/ooce/share" |
8896 | 2025-02-21T22:44:18.705Z | [ host-image] Feb 21 22:44:16.696 INFO O| "opt/ooce/share/man" |
8897 | 2025-02-21T22:44:18.708Z | [ host-image] Feb 21 22:44:16.696 INFO O| "opt/ooce/share/man/man1" |
8898 | 2025-02-21T22:44:18.719Z | [ host-image] Feb 21 22:44:16.710 INFO O| finishing archive... |
8899 | 2025-02-21T22:44:22.744Z | [ recovery-image] Feb 21 22:44:20.734 INFO E| Compiling bitstruct_derive v0.1.0 |
8900 | 2025-02-21T22:44:23.910Z | [ host-image] Feb 21 22:44:21.899 INFO O| creating gzonly manifest... |
8901 | 2025-02-21T22:44:23.919Z | [ host-image] Feb 21 22:44:21.909 INFO O| ok |
8902 | 2025-02-21T22:44:24.123Z | [ host-image] Feb 21 22:44:22.113 INFO image builder template: ramdisk-02-trim... |
8903 | 2025-02-21T22:44:24.123Z | [ host-image] Feb 21 22:44:22.113 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/.tmpguEzOU/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 |
8904 | 2025-02-21T22:44:24.209Z | [ host-image] Feb 21 22:44:22.199 INFO O| Feb 21 22:44:22.199 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8905 | 2025-02-21T22:44:24.226Z | [ host-image] Feb 21 22:44:22.216 INFO O| Feb 21 22:44:22.216 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8906 | 2025-02-21T22:44:24.365Z | [ host-image] Feb 21 22:44:22.355 INFO O| Feb 21 22:44:22.355 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8907 | 2025-02-21T22:44:24.486Z | [ host-image] Feb 21 22:44:22.475 INFO O| Feb 21 22:44:22.475 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8908 | 2025-02-21T22:44:24.486Z | [ host-image] Feb 21 22:44:22.476 INFO O| Feb 21 22:44:22.475 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8909 | 2025-02-21T22:44:24.498Z | [ host-image] Feb 21 22:44:22.486 INFO O| Feb 21 22:44:22.486 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8910 | 2025-02-21T22:44:24.524Z | [ host-image] Feb 21 22:44:22.503 INFO O| Feb 21 22:44:22.503 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8911 | 2025-02-21T22:44:24.565Z | [ host-image] Feb 21 22:44:22.554 INFO O| Feb 21 22:44:22.554 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8912 | 2025-02-21T22:44:25.062Z | [ host-image] Feb 21 22:44:23.052 INFO O| Feb 21 22:44:23.052 INFO rolled back to input snapshot; work may begin |
8913 | 2025-02-21T22:44:25.062Z | [ host-image] Feb 21 22:44:23.052 INFO O| Feb 21 22:44:23.052 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8914 | 2025-02-21T22:44:25.089Z | [ host-image] Feb 21 22:44:23.079 INFO O| Feb 21 22:44:23.079 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2025-02-21T22:44:25.110Z | [ host-image] Feb 21 22:44:23.100 INFO O| Feb 21 22:44:23.100 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8916 | 2025-02-21T22:44:25.259Z | [ host-image] Feb 21 22:44:23.247 INFO O| Feb 21 22:44:23.246 INFO STEP 0 (remove_files) COMPLETE |
8917 | 2025-02-21T22:44:25.281Z | [ host-image] Feb 21 22:44:23.272 INFO O| Feb 21 22:44:23.246 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2025-02-21T22:44:25.302Z | [ host-image] Feb 21 22:44:23.293 INFO O| Feb 21 22:44:23.292 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8919 | 2025-02-21T22:44:25.305Z | [ host-image] Feb 21 22:44:23.295 INFO O| Feb 21 22:44:23.295 INFO STEP 1 (remove_files) COMPLETE |
8920 | 2025-02-21T22:44:25.305Z | [ host-image] Feb 21 22:44:23.295 INFO O| Feb 21 22:44:23.295 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2025-02-21T22:44:25.335Z | [ host-image] Feb 21 22:44:23.324 INFO O| Feb 21 22:44:23.324 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8922 | 2025-02-21T22:44:25.358Z | [ host-image] Feb 21 22:44:23.348 INFO O| Feb 21 22:44:23.348 INFO STEP 2 (remove_files) COMPLETE |
8923 | 2025-02-21T22:44:25.359Z | [ host-image] Feb 21 22:44:23.348 INFO O| Feb 21 22:44:23.348 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8924 | 2025-02-21T22:44:25.378Z | [ host-image] Feb 21 22:44:23.368 INFO O| Feb 21 22:44:23.368 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8925 | 2025-02-21T22:44:25.380Z | [ host-image] Feb 21 22:44:23.370 INFO O| Feb 21 22:44:23.370 INFO STEP 3 (remove_files) COMPLETE |
8926 | 2025-02-21T22:44:25.380Z | [ host-image] Feb 21 22:44:23.371 INFO O| Feb 21 22:44:23.370 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8927 | 2025-02-21T22:44:25.398Z | [ host-image] Feb 21 22:44:23.389 INFO O| Feb 21 22:44:23.388 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8928 | 2025-02-21T22:44:25.404Z | [ host-image] Feb 21 22:44:23.394 INFO O| Feb 21 22:44:23.394 INFO STEP 4 (remove_files) COMPLETE |
8929 | 2025-02-21T22:44:25.404Z | [ host-image] Feb 21 22:44:23.394 INFO O| Feb 21 22:44:23.394 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2025-02-21T22:44:25.435Z | [ host-image] Feb 21 22:44:23.425 INFO O| Feb 21 22:44:23.425 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8931 | 2025-02-21T22:44:25.440Z | [ host-image] Feb 21 22:44:23.430 INFO O| Feb 21 22:44:23.430 INFO STEP 5 (remove_files) COMPLETE |
8932 | 2025-02-21T22:44:25.440Z | [ host-image] Feb 21 22:44:23.430 INFO O| Feb 21 22:44:23.430 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2025-02-21T22:44:25.489Z | [ host-image] Feb 21 22:44:23.479 INFO O| Feb 21 22:44:23.479 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8934 | 2025-02-21T22:44:25.510Z | [ host-image] Feb 21 22:44:23.501 INFO O| Feb 21 22:44:23.501 INFO STEP 6 (remove_files) COMPLETE |
8935 | 2025-02-21T22:44:25.510Z | [ host-image] Feb 21 22:44:23.501 INFO O| Feb 21 22:44:23.501 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8936 | 2025-02-21T22:44:25.545Z | [ host-image] Feb 21 22:44:23.536 INFO O| Feb 21 22:44:23.536 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8937 | 2025-02-21T22:44:25.571Z | [ host-image] Feb 21 22:44:23.562 INFO O| Feb 21 22:44:23.561 INFO STEP 7 (remove_files) COMPLETE |
8938 | 2025-02-21T22:44:25.572Z | [ host-image] Feb 21 22:44:23.562 INFO O| Feb 21 22:44:23.562 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8939 | 2025-02-21T22:44:25.591Z | [ host-image] Feb 21 22:44:23.581 INFO O| Feb 21 22:44:23.581 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8940 | 2025-02-21T22:44:25.774Z | [ host-image] Feb 21 22:44:23.764 INFO O| Feb 21 22:44:23.764 INFO STEP 8 (remove_files) COMPLETE |
8941 | 2025-02-21T22:44:25.774Z | [ host-image] Feb 21 22:44:23.764 INFO O| Feb 21 22:44:23.764 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8942 | 2025-02-21T22:44:25.795Z | [ host-image] Feb 21 22:44:23.785 INFO O| Feb 21 22:44:23.785 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8943 | 2025-02-21T22:44:25.994Z | [ host-image] Feb 21 22:44:23.983 INFO O| Feb 21 22:44:23.983 INFO STEP 9 (remove_files) COMPLETE |
8944 | 2025-02-21T22:44:25.994Z | [ host-image] Feb 21 22:44:23.983 INFO O| Feb 21 22:44:23.983 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8945 | 2025-02-21T22:44:26.019Z | [ host-image] Feb 21 22:44:24.009 INFO O| Feb 21 22:44:24.009 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8946 | 2025-02-21T22:44:26.025Z | [ host-image] Feb 21 22:44:24.015 INFO O| Feb 21 22:44:24.015 INFO STEP 10 (remove_files) COMPLETE |
8947 | 2025-02-21T22:44:26.025Z | [ host-image] Feb 21 22:44:24.015 INFO O| Feb 21 22:44:24.015 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8948 | 2025-02-21T22:44:26.052Z | [ host-image] Feb 21 22:44:24.041 INFO O| Feb 21 22:44:24.041 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8949 | 2025-02-21T22:44:26.055Z | [ host-image] Feb 21 22:44:24.043 INFO O| Feb 21 22:44:24.043 INFO STEP 11 (remove_files) COMPLETE |
8950 | 2025-02-21T22:44:26.055Z | [ host-image] Feb 21 22:44:24.043 INFO O| Feb 21 22:44:24.043 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8951 | 2025-02-21T22:44:26.072Z | [ host-image] Feb 21 22:44:24.062 INFO O| Feb 21 22:44:24.062 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8952 | 2025-02-21T22:44:26.074Z | [ host-image] Feb 21 22:44:24.064 INFO O| Feb 21 22:44:24.064 INFO STEP 12 (remove_files) COMPLETE |
8953 | 2025-02-21T22:44:26.074Z | [ host-image] Feb 21 22:44:24.064 INFO O| Feb 21 22:44:24.064 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8954 | 2025-02-21T22:44:26.246Z | [ host-image] Feb 21 22:44:24.237 INFO O| Feb 21 22:44:24.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8955 | 2025-02-21T22:44:26.251Z | [ host-image] Feb 21 22:44:24.241 INFO O| Feb 21 22:44:24.241 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8956 | 2025-02-21T22:44:26.253Z | [ host-image] Feb 21 22:44:24.244 INFO O| Feb 21 22:44:24.243 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8957 | 2025-02-21T22:44:26.256Z | [ host-image] Feb 21 22:44:24.245 INFO O| Feb 21 22:44:24.245 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8958 | 2025-02-21T22:44:26.871Z | [ host-image] Feb 21 22:44:24.861 INFO O| Feb 21 22:44:24.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8959 | 2025-02-21T22:44:26.871Z | [ host-image] Feb 21 22:44:24.861 INFO O| Feb 21 22:44:24.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8960 | 2025-02-21T22:44:26.873Z | [ host-image] Feb 21 22:44:24.861 INFO O| Feb 21 22:44:24.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8961 | 2025-02-21T22:44:26.874Z | [ host-image] Feb 21 22:44:24.861 INFO O| Feb 21 22:44:24.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8962 | 2025-02-21T22:44:26.874Z | [ host-image] Feb 21 22:44:24.862 INFO O| Feb 21 22:44:24.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8963 | 2025-02-21T22:44:26.874Z | [ host-image] Feb 21 22:44:24.862 INFO O| Feb 21 22:44:24.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8964 | 2025-02-21T22:44:26.874Z | [ host-image] Feb 21 22:44:24.862 INFO O| Feb 21 22:44:24.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8965 | 2025-02-21T22:44:26.874Z | [ host-image] Feb 21 22:44:24.863 INFO O| Feb 21 22:44:24.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8966 | 2025-02-21T22:44:26.874Z | [ host-image] Feb 21 22:44:24.863 INFO O| Feb 21 22:44:24.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8967 | 2025-02-21T22:44:26.874Z | [ host-image] Feb 21 22:44:24.863 INFO O| Feb 21 22:44:24.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8968 | 2025-02-21T22:44:26.874Z | [ host-image] Feb 21 22:44:24.863 INFO O| Feb 21 22:44:24.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8969 | 2025-02-21T22:44:26.875Z | [ host-image] Feb 21 22:44:24.863 INFO O| Feb 21 22:44:24.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8970 | 2025-02-21T22:44:26.875Z | [ host-image] Feb 21 22:44:24.863 INFO O| Feb 21 22:44:24.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8971 | 2025-02-21T22:44:26.875Z | [ host-image] Feb 21 22:44:24.864 INFO O| Feb 21 22:44:24.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8972 | 2025-02-21T22:44:26.883Z | [ host-image] Feb 21 22:44:24.864 INFO O| Feb 21 22:44:24.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8973 | 2025-02-21T22:44:26.883Z | [ host-image] Feb 21 22:44:24.864 INFO O| Feb 21 22:44:24.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8974 | 2025-02-21T22:44:26.883Z | [ host-image] Feb 21 22:44:24.866 INFO O| Feb 21 22:44:24.866 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8975 | 2025-02-21T22:44:26.899Z | [ host-image] Feb 21 22:44:24.888 INFO O| Feb 21 22:44:24.888 INFO STEP 13 (remove_files) COMPLETE |
8976 | 2025-02-21T22:44:26.899Z | [ host-image] Feb 21 22:44:24.888 INFO O| Feb 21 22:44:24.888 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8977 | 2025-02-21T22:44:26.931Z | [ host-image] Feb 21 22:44:24.921 INFO O| Feb 21 22:44:24.921 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8978 | 2025-02-21T22:44:26.934Z | [ host-image] Feb 21 22:44:24.924 INFO O| Feb 21 22:44:24.924 INFO STEP 14 (remove_files) COMPLETE |
8979 | 2025-02-21T22:44:26.934Z | [ host-image] Feb 21 22:44:24.924 INFO O| Feb 21 22:44:24.924 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8980 | 2025-02-21T22:44:26.953Z | [ host-image] Feb 21 22:44:24.943 INFO O| Feb 21 22:44:24.943 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8981 | 2025-02-21T22:44:26.965Z | [ host-image] Feb 21 22:44:24.954 INFO O| Feb 21 22:44:24.954 INFO STEP 15 (remove_files) COMPLETE |
8982 | 2025-02-21T22:44:26.965Z | [ host-image] Feb 21 22:44:24.954 INFO O| Feb 21 22:44:24.954 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8983 | 2025-02-21T22:44:26.983Z | [ host-image] Feb 21 22:44:24.974 INFO O| Feb 21 22:44:24.974 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8984 | 2025-02-21T22:44:26.986Z | [ host-image] Feb 21 22:44:24.974 INFO O| Feb 21 22:44:24.974 INFO STEP 16 (remove_files) COMPLETE |
8985 | 2025-02-21T22:44:26.986Z | [ host-image] Feb 21 22:44:24.974 INFO O| Feb 21 22:44:24.974 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8986 | 2025-02-21T22:44:27.013Z | [ host-image] Feb 21 22:44:25.003 INFO O| Feb 21 22:44:25.003 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8987 | 2025-02-21T22:44:27.016Z | [ host-image] Feb 21 22:44:25.006 INFO O| Feb 21 22:44:25.006 INFO STEP 17 (remove_files) COMPLETE |
8988 | 2025-02-21T22:44:27.016Z | [ host-image] Feb 21 22:44:25.006 INFO O| Feb 21 22:44:25.006 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8989 | 2025-02-21T22:44:27.036Z | [ host-image] Feb 21 22:44:25.026 INFO O| Feb 21 22:44:25.026 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8990 | 2025-02-21T22:44:27.039Z | [ host-image] Feb 21 22:44:25.027 INFO O| Feb 21 22:44:25.026 INFO STEP 18 (remove_files) COMPLETE |
8991 | 2025-02-21T22:44:27.039Z | [ host-image] Feb 21 22:44:25.027 INFO O| Feb 21 22:44:25.027 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8992 | 2025-02-21T22:44:27.094Z | [ host-image] Feb 21 22:44:25.084 INFO O| Feb 21 22:44:25.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8993 | 2025-02-21T22:44:27.097Z | [ host-image] Feb 21 22:44:25.084 INFO O| Feb 21 22:44:25.084 INFO STEP 19 (remove_files) COMPLETE |
8994 | 2025-02-21T22:44:27.097Z | [ host-image] Feb 21 22:44:25.084 INFO O| Feb 21 22:44:25.084 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8995 | 2025-02-21T22:44:27.128Z | [ host-image] Feb 21 22:44:25.118 INFO O| Feb 21 22:44:25.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8996 | 2025-02-21T22:44:27.129Z | [ host-image] Feb 21 22:44:25.118 INFO O| Feb 21 22:44:25.118 INFO STEP 20 (remove_files) COMPLETE |
8997 | 2025-02-21T22:44:27.129Z | [ host-image] Feb 21 22:44:25.118 INFO O| Feb 21 22:44:25.118 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8998 | 2025-02-21T22:44:27.150Z | [ host-image] Feb 21 22:44:25.140 INFO O| Feb 21 22:44:25.140 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8999 | 2025-02-21T22:44:27.150Z | [ host-image] Feb 21 22:44:25.140 INFO O| Feb 21 22:44:25.140 INFO STEP 21 (remove_files) COMPLETE |
9000 | 2025-02-21T22:44:27.150Z | [ host-image] Feb 21 22:44:25.140 INFO O| Feb 21 22:44:25.140 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9001 | 2025-02-21T22:44:27.180Z | [ host-image] Feb 21 22:44:25.170 INFO O| Feb 21 22:44:25.170 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
9002 | 2025-02-21T22:44:27.180Z | [ host-image] Feb 21 22:44:25.170 INFO O| Feb 21 22:44:25.170 INFO STEP 22 (remove_files) COMPLETE |
9003 | 2025-02-21T22:44:27.180Z | [ host-image] Feb 21 22:44:25.170 INFO O| Feb 21 22:44:25.170 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9004 | 2025-02-21T22:44:27.261Z | [ host-image] Feb 21 22:44:25.251 INFO O| Feb 21 22:44:25.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
9005 | 2025-02-21T22:44:27.261Z | [ host-image] Feb 21 22:44:25.251 INFO O| Feb 21 22:44:25.251 INFO STEP 23 (remove_files) COMPLETE |
9006 | 2025-02-21T22:44:27.264Z | [ host-image] Feb 21 22:44:25.251 INFO O| Feb 21 22:44:25.251 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9007 | 2025-02-21T22:44:27.292Z | [ host-image] Feb 21 22:44:25.282 INFO O| Feb 21 22:44:25.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
9008 | 2025-02-21T22:44:27.292Z | [ host-image] Feb 21 22:44:25.282 INFO O| Feb 21 22:44:25.282 INFO STEP 24 (remove_files) COMPLETE |
9009 | 2025-02-21T22:44:27.295Z | [ host-image] Feb 21 22:44:25.282 INFO O| Feb 21 22:44:25.282 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9010 | 2025-02-21T22:44:27.350Z | [ host-image] Feb 21 22:44:25.340 INFO O| Feb 21 22:44:25.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
9011 | 2025-02-21T22:44:27.350Z | [ host-image] Feb 21 22:44:25.340 INFO O| Feb 21 22:44:25.340 INFO STEP 25 (remove_files) COMPLETE |
9012 | 2025-02-21T22:44:27.350Z | [ host-image] Feb 21 22:44:25.340 INFO O| Feb 21 22:44:25.340 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9013 | 2025-02-21T22:44:27.374Z | [ host-image] Feb 21 22:44:25.364 INFO O| Feb 21 22:44:25.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
9014 | 2025-02-21T22:44:27.374Z | [ host-image] Feb 21 22:44:25.364 INFO O| Feb 21 22:44:25.364 INFO STEP 26 (remove_files) COMPLETE |
9015 | 2025-02-21T22:44:27.377Z | [ host-image] Feb 21 22:44:25.364 INFO O| Feb 21 22:44:25.364 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9016 | 2025-02-21T22:44:27.432Z | [ host-image] Feb 21 22:44:25.421 INFO O| Feb 21 22:44:25.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
9017 | 2025-02-21T22:44:27.432Z | [ host-image] Feb 21 22:44:25.421 INFO O| Feb 21 22:44:25.421 INFO STEP 27 (remove_files) COMPLETE |
9018 | 2025-02-21T22:44:27.432Z | [ host-image] Feb 21 22:44:25.421 INFO O| Feb 21 22:44:25.421 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9019 | 2025-02-21T22:44:27.450Z | [ host-image] Feb 21 22:44:25.440 INFO O| Feb 21 22:44:25.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
9020 | 2025-02-21T22:44:27.450Z | [ host-image] Feb 21 22:44:25.440 INFO O| Feb 21 22:44:25.440 INFO STEP 28 (remove_files) COMPLETE |
9021 | 2025-02-21T22:44:27.450Z | [ host-image] Feb 21 22:44:25.440 INFO O| Feb 21 22:44:25.440 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9022 | 2025-02-21T22:44:27.477Z | [ host-image] Feb 21 22:44:25.467 INFO O| Feb 21 22:44:25.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
9023 | 2025-02-21T22:44:27.480Z | [ host-image] Feb 21 22:44:25.467 INFO O| Feb 21 22:44:25.467 INFO STEP 29 (remove_files) COMPLETE |
9024 | 2025-02-21T22:44:27.480Z | [ host-image] Feb 21 22:44:25.468 INFO O| Feb 21 22:44:25.467 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9025 | 2025-02-21T22:44:27.497Z | [ host-image] Feb 21 22:44:25.487 INFO O| Feb 21 22:44:25.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
9026 | 2025-02-21T22:44:27.500Z | [ host-image] Feb 21 22:44:25.488 INFO O| Feb 21 22:44:25.487 INFO STEP 30 (remove_files) COMPLETE |
9027 | 2025-02-21T22:44:27.500Z | [ host-image] Feb 21 22:44:25.488 INFO O| Feb 21 22:44:25.488 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9028 | 2025-02-21T22:44:27.516Z | [ host-image] Feb 21 22:44:25.506 INFO O| Feb 21 22:44:25.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
9029 | 2025-02-21T22:44:27.519Z | [ host-image] Feb 21 22:44:25.506 INFO O| Feb 21 22:44:25.506 INFO STEP 31 (remove_files) COMPLETE |
9030 | 2025-02-21T22:44:27.519Z | [ host-image] Feb 21 22:44:25.506 INFO O| Feb 21 22:44:25.506 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9031 | 2025-02-21T22:44:27.535Z | [ host-image] Feb 21 22:44:25.525 INFO O| Feb 21 22:44:25.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
9032 | 2025-02-21T22:44:27.538Z | [ host-image] Feb 21 22:44:25.525 INFO O| Feb 21 22:44:25.525 INFO STEP 32 (remove_files) COMPLETE |
9033 | 2025-02-21T22:44:27.538Z | [ host-image] Feb 21 22:44:25.525 INFO O| Feb 21 22:44:25.525 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9034 | 2025-02-21T22:44:27.569Z | [ host-image] Feb 21 22:44:25.558 INFO O| Feb 21 22:44:25.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
9035 | 2025-02-21T22:44:27.573Z | [ host-image] Feb 21 22:44:25.558 INFO O| Feb 21 22:44:25.558 INFO STEP 33 (remove_files) COMPLETE |
9036 | 2025-02-21T22:44:27.573Z | [ host-image] Feb 21 22:44:25.558 INFO O| Feb 21 22:44:25.558 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9037 | 2025-02-21T22:44:27.589Z | [ host-image] Feb 21 22:44:25.579 INFO O| Feb 21 22:44:25.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
9038 | 2025-02-21T22:44:27.589Z | [ host-image] Feb 21 22:44:25.579 INFO O| Feb 21 22:44:25.579 INFO STEP 34 (remove_files) COMPLETE |
9039 | 2025-02-21T22:44:27.593Z | [ host-image] Feb 21 22:44:25.579 INFO O| Feb 21 22:44:25.579 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9040 | 2025-02-21T22:44:27.609Z | [ host-image] Feb 21 22:44:25.599 INFO O| Feb 21 22:44:25.599 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
9041 | 2025-02-21T22:44:27.610Z | [ host-image] Feb 21 22:44:25.599 INFO O| Feb 21 22:44:25.599 INFO STEP 35 (remove_files) COMPLETE |
9042 | 2025-02-21T22:44:27.610Z | [ host-image] Feb 21 22:44:25.599 INFO O| Feb 21 22:44:25.599 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9043 | 2025-02-21T22:44:27.647Z | [ host-image] Feb 21 22:44:25.637 INFO O| Feb 21 22:44:25.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
9044 | 2025-02-21T22:44:27.650Z | [ host-image] Feb 21 22:44:25.637 INFO O| Feb 21 22:44:25.637 INFO STEP 36 (remove_files) COMPLETE |
9045 | 2025-02-21T22:44:27.650Z | [ host-image] Feb 21 22:44:25.637 INFO O| Feb 21 22:44:25.637 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9046 | 2025-02-21T22:44:27.669Z | [ host-image] Feb 21 22:44:25.658 INFO O| Feb 21 22:44:25.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
9047 | 2025-02-21T22:44:27.672Z | [ host-image] Feb 21 22:44:25.659 INFO O| Feb 21 22:44:25.659 INFO STEP 37 (remove_files) COMPLETE |
9048 | 2025-02-21T22:44:27.672Z | [ host-image] Feb 21 22:44:25.659 INFO O| Feb 21 22:44:25.659 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9049 | 2025-02-21T22:44:27.688Z | [ host-image] Feb 21 22:44:25.677 INFO O| Feb 21 22:44:25.677 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
9050 | 2025-02-21T22:44:27.691Z | [ host-image] Feb 21 22:44:25.678 INFO O| Feb 21 22:44:25.678 INFO STEP 38 (remove_files) COMPLETE |
9051 | 2025-02-21T22:44:27.691Z | [ host-image] Feb 21 22:44:25.678 INFO O| Feb 21 22:44:25.678 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9052 | 2025-02-21T22:44:27.708Z | [ host-image] Feb 21 22:44:25.697 INFO O| Feb 21 22:44:25.697 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
9053 | 2025-02-21T22:44:27.711Z | [ host-image] Feb 21 22:44:25.697 INFO O| Feb 21 22:44:25.697 INFO STEP 39 (remove_files) COMPLETE |
9054 | 2025-02-21T22:44:27.711Z | [ host-image] Feb 21 22:44:25.697 INFO O| Feb 21 22:44:25.697 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9055 | 2025-02-21T22:44:27.731Z | [ host-image] Feb 21 22:44:25.721 INFO O| Feb 21 22:44:25.721 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
9056 | 2025-02-21T22:44:27.731Z | [ host-image] Feb 21 22:44:25.721 INFO O| Feb 21 22:44:25.721 INFO STEP 40 (remove_files) COMPLETE |
9057 | 2025-02-21T22:44:27.735Z | [ host-image] Feb 21 22:44:25.721 INFO O| Feb 21 22:44:25.721 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9058 | 2025-02-21T22:44:27.752Z | [ host-image] Feb 21 22:44:25.742 INFO O| Feb 21 22:44:25.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
9059 | 2025-02-21T22:44:27.755Z | [ host-image] Feb 21 22:44:25.742 INFO O| Feb 21 22:44:25.742 INFO STEP 41 (remove_files) COMPLETE |
9060 | 2025-02-21T22:44:27.755Z | [ host-image] Feb 21 22:44:25.742 INFO O| Feb 21 22:44:25.742 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9061 | 2025-02-21T22:44:27.785Z | [ host-image] Feb 21 22:44:25.775 INFO O| Feb 21 22:44:25.775 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
9062 | 2025-02-21T22:44:27.785Z | [ host-image] Feb 21 22:44:25.775 INFO O| Feb 21 22:44:25.775 INFO STEP 42 (remove_files) COMPLETE |
9063 | 2025-02-21T22:44:27.788Z | [ host-image] Feb 21 22:44:25.775 INFO O| Feb 21 22:44:25.775 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9064 | 2025-02-21T22:44:27.803Z | [ host-image] Feb 21 22:44:25.793 INFO O| Feb 21 22:44:25.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
9065 | 2025-02-21T22:44:27.803Z | [ host-image] Feb 21 22:44:25.793 INFO O| Feb 21 22:44:25.793 INFO STEP 43 (remove_files) COMPLETE |
9066 | 2025-02-21T22:44:27.806Z | [ host-image] Feb 21 22:44:25.793 INFO O| Feb 21 22:44:25.793 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9067 | 2025-02-21T22:44:27.822Z | [ host-image] Feb 21 22:44:25.812 INFO O| Feb 21 22:44:25.812 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
9068 | 2025-02-21T22:44:27.822Z | [ host-image] Feb 21 22:44:25.813 INFO O| Feb 21 22:44:25.813 INFO STEP 44 (remove_files) COMPLETE |
9069 | 2025-02-21T22:44:27.825Z | [ host-image] Feb 21 22:44:25.813 INFO O| Feb 21 22:44:25.813 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9070 | 2025-02-21T22:44:27.843Z | [ host-image] Feb 21 22:44:25.833 INFO O| Feb 21 22:44:25.833 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
9071 | 2025-02-21T22:44:27.843Z | [ host-image] Feb 21 22:44:25.833 INFO O| Feb 21 22:44:25.833 INFO STEP 45 (remove_files) COMPLETE |
9072 | 2025-02-21T22:44:27.846Z | [ host-image] Feb 21 22:44:25.833 INFO O| Feb 21 22:44:25.833 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9073 | 2025-02-21T22:44:27.863Z | [ host-image] Feb 21 22:44:25.853 INFO O| Feb 21 22:44:25.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
9074 | 2025-02-21T22:44:27.863Z | [ host-image] Feb 21 22:44:25.853 INFO O| Feb 21 22:44:25.853 INFO STEP 46 (remove_files) COMPLETE |
9075 | 2025-02-21T22:44:27.863Z | [ host-image] Feb 21 22:44:25.853 INFO O| Feb 21 22:44:25.853 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9076 | 2025-02-21T22:44:27.885Z | [ host-image] Feb 21 22:44:25.872 INFO O| Feb 21 22:44:25.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
9077 | 2025-02-21T22:44:27.885Z | [ host-image] Feb 21 22:44:25.872 INFO O| Feb 21 22:44:25.872 INFO STEP 47 (remove_files) COMPLETE |
9078 | 2025-02-21T22:44:27.885Z | [ host-image] Feb 21 22:44:25.872 INFO O| Feb 21 22:44:25.872 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9079 | 2025-02-21T22:44:27.902Z | [ host-image] Feb 21 22:44:25.892 INFO O| Feb 21 22:44:25.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
9080 | 2025-02-21T22:44:27.905Z | [ host-image] Feb 21 22:44:25.892 INFO O| Feb 21 22:44:25.892 INFO STEP 48 (remove_files) COMPLETE |
9081 | 2025-02-21T22:44:27.905Z | [ host-image] Feb 21 22:44:25.892 INFO O| Feb 21 22:44:25.892 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9082 | 2025-02-21T22:44:27.961Z | [ host-image] Feb 21 22:44:25.951 INFO O| Feb 21 22:44:25.951 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
9083 | 2025-02-21T22:44:27.961Z | [ host-image] Feb 21 22:44:25.951 INFO O| Feb 21 22:44:25.951 INFO STEP 49 (remove_files) COMPLETE |
9084 | 2025-02-21T22:44:27.961Z | [ host-image] Feb 21 22:44:25.951 INFO O| Feb 21 22:44:25.951 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9085 | 2025-02-21T22:44:28.004Z | [ host-image] Feb 21 22:44:25.994 INFO O| Feb 21 22:44:25.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
9086 | 2025-02-21T22:44:28.007Z | [ host-image] Feb 21 22:44:25.994 INFO O| Feb 21 22:44:25.994 INFO STEP 50 (remove_files) COMPLETE |
9087 | 2025-02-21T22:44:28.007Z | [ host-image] Feb 21 22:44:25.994 INFO O| Feb 21 22:44:25.994 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9088 | 2025-02-21T22:44:28.037Z | [ host-image] Feb 21 22:44:26.027 INFO O| Feb 21 22:44:26.027 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
9089 | 2025-02-21T22:44:28.037Z | [ host-image] Feb 21 22:44:26.027 INFO O| Feb 21 22:44:26.027 INFO STEP 51 (remove_files) COMPLETE |
9090 | 2025-02-21T22:44:28.040Z | [ host-image] Feb 21 22:44:26.027 INFO O| Feb 21 22:44:26.027 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9091 | 2025-02-21T22:44:28.084Z | [ host-image] Feb 21 22:44:26.074 INFO O| Feb 21 22:44:26.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
9092 | 2025-02-21T22:44:28.084Z | [ host-image] Feb 21 22:44:26.074 INFO O| Feb 21 22:44:26.074 INFO STEP 52 (remove_files) COMPLETE |
9093 | 2025-02-21T22:44:28.084Z | [ host-image] Feb 21 22:44:26.074 INFO O| Feb 21 22:44:26.074 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9094 | 2025-02-21T22:44:28.151Z | [ host-image] Feb 21 22:44:26.141 INFO O| Feb 21 22:44:26.141 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
9095 | 2025-02-21T22:44:28.151Z | [ host-image] Feb 21 22:44:26.141 INFO O| Feb 21 22:44:26.141 INFO STEP 53 (remove_files) COMPLETE |
9096 | 2025-02-21T22:44:28.154Z | [ host-image] Feb 21 22:44:26.141 INFO O| Feb 21 22:44:26.141 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9097 | 2025-02-21T22:44:28.170Z | [ host-image] Feb 21 22:44:26.160 INFO O| Feb 21 22:44:26.160 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
9098 | 2025-02-21T22:44:28.170Z | [ host-image] Feb 21 22:44:26.160 INFO O| Feb 21 22:44:26.160 INFO STEP 54 (remove_files) COMPLETE |
9099 | 2025-02-21T22:44:28.170Z | [ host-image] Feb 21 22:44:26.160 INFO O| Feb 21 22:44:26.160 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9100 | 2025-02-21T22:44:28.209Z | [ host-image] Feb 21 22:44:26.199 INFO O| Feb 21 22:44:26.199 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
9101 | 2025-02-21T22:44:28.209Z | [ host-image] Feb 21 22:44:26.199 INFO O| Feb 21 22:44:26.199 INFO STEP 55 (remove_files) COMPLETE |
9102 | 2025-02-21T22:44:28.209Z | [ host-image] Feb 21 22:44:26.199 INFO O| Feb 21 22:44:26.199 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9103 | 2025-02-21T22:44:28.231Z | [ host-image] Feb 21 22:44:26.221 INFO O| Feb 21 22:44:26.221 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
9104 | 2025-02-21T22:44:28.231Z | [ host-image] Feb 21 22:44:26.221 INFO O| Feb 21 22:44:26.221 INFO STEP 56 (remove_files) COMPLETE |
9105 | 2025-02-21T22:44:28.231Z | [ host-image] Feb 21 22:44:26.221 INFO O| Feb 21 22:44:26.221 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9106 | 2025-02-21T22:44:28.251Z | [ host-image] Feb 21 22:44:26.241 INFO O| Feb 21 22:44:26.241 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
9107 | 2025-02-21T22:44:28.251Z | [ host-image] Feb 21 22:44:26.241 INFO O| Feb 21 22:44:26.241 INFO STEP 57 (remove_files) COMPLETE |
9108 | 2025-02-21T22:44:28.254Z | [ host-image] Feb 21 22:44:26.241 INFO O| Feb 21 22:44:26.241 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9109 | 2025-02-21T22:44:28.271Z | [ host-image] Feb 21 22:44:26.261 INFO O| Feb 21 22:44:26.261 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9110 | 2025-02-21T22:44:28.271Z | [ host-image] Feb 21 22:44:26.261 INFO O| Feb 21 22:44:26.261 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9111 | 2025-02-21T22:44:28.274Z | [ host-image] Feb 21 22:44:26.261 INFO O| Feb 21 22:44:26.261 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9112 | 2025-02-21T22:44:28.274Z | [ host-image] Feb 21 22:44:26.262 INFO O| Feb 21 22:44:26.262 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9113 | 2025-02-21T22:44:28.274Z | [ host-image] Feb 21 22:44:26.262 INFO O| Feb 21 22:44:26.262 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9114 | 2025-02-21T22:44:28.274Z | [ host-image] Feb 21 22:44:26.262 INFO O| Feb 21 22:44:26.262 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9115 | 2025-02-21T22:44:28.274Z | [ host-image] Feb 21 22:44:26.262 INFO O| Feb 21 22:44:26.262 INFO ok! |
9116 | 2025-02-21T22:44:28.274Z | [ host-image] Feb 21 22:44:26.262 INFO O| Feb 21 22:44:26.262 INFO STEP 58 (ensure_file) COMPLETE |
9117 | 2025-02-21T22:44:28.274Z | [ host-image] Feb 21 22:44:26.262 INFO O| Feb 21 22:44:26.262 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9118 | 2025-02-21T22:44:28.292Z | [ host-image] Feb 21 22:44:26.282 INFO O| Feb 21 22:44:26.282 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9119 | 2025-02-21T22:44:28.292Z | [ host-image] Feb 21 22:44:26.282 INFO O| Feb 21 22:44:26.282 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9120 | 2025-02-21T22:44:28.295Z | [ host-image] Feb 21 22:44:26.282 INFO O| Feb 21 22:44:26.282 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9121 | 2025-02-21T22:44:28.295Z | [ host-image] Feb 21 22:44:26.282 INFO O| Feb 21 22:44:26.282 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9122 | 2025-02-21T22:44:28.295Z | [ host-image] Feb 21 22:44:26.282 INFO O| Feb 21 22:44:26.282 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9123 | 2025-02-21T22:44:28.295Z | [ host-image] Feb 21 22:44:26.283 INFO O| Feb 21 22:44:26.282 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9124 | 2025-02-21T22:44:28.295Z | [ host-image] Feb 21 22:44:26.283 INFO O| Feb 21 22:44:26.283 INFO ok! |
9125 | 2025-02-21T22:44:28.295Z | [ host-image] Feb 21 22:44:26.283 INFO O| Feb 21 22:44:26.283 INFO STEP 59 (ensure_file) COMPLETE |
9126 | 2025-02-21T22:44:28.295Z | [ host-image] Feb 21 22:44:26.283 INFO O| Feb 21 22:44:26.283 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9127 | 2025-02-21T22:44:28.312Z | [ host-image] Feb 21 22:44:26.302 INFO O| Feb 21 22:44:26.302 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9128 | 2025-02-21T22:44:28.312Z | [ host-image] Feb 21 22:44:26.302 INFO O| Feb 21 22:44:26.302 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9129 | 2025-02-21T22:44:28.312Z | [ host-image] Feb 21 22:44:26.302 INFO O| Feb 21 22:44:26.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9130 | 2025-02-21T22:44:28.312Z | [ host-image] Feb 21 22:44:26.302 INFO O| Feb 21 22:44:26.302 INFO ok! |
9131 | 2025-02-21T22:44:28.315Z | [ host-image] Feb 21 22:44:26.302 INFO O| Feb 21 22:44:26.302 INFO STEP 60 (ensure_file) COMPLETE |
9132 | 2025-02-21T22:44:28.315Z | [ host-image] Feb 21 22:44:26.302 INFO O| Feb 21 22:44:26.302 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9133 | 2025-02-21T22:44:28.351Z | [ host-image] Feb 21 22:44:26.341 INFO O| Feb 21 22:44:26.341 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9134 | 2025-02-21T22:44:28.351Z | [ host-image] Feb 21 22:44:26.341 INFO O| Feb 21 22:44:26.341 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9135 | 2025-02-21T22:44:28.355Z | [ host-image] Feb 21 22:44:26.342 INFO O| Feb 21 22:44:26.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9136 | 2025-02-21T22:44:28.355Z | [ host-image] Feb 21 22:44:26.342 INFO O| Feb 21 22:44:26.342 INFO ok! |
9137 | 2025-02-21T22:44:28.355Z | [ host-image] Feb 21 22:44:26.342 INFO O| Feb 21 22:44:26.342 INFO STEP 61 (ensure_file) COMPLETE |
9138 | 2025-02-21T22:44:28.355Z | [ host-image] Feb 21 22:44:26.342 INFO O| Feb 21 22:44:26.342 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9139 | 2025-02-21T22:44:28.453Z | [ host-image] Feb 21 22:44:26.443 INFO O| Feb 21 22:44:26.443 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9140 | 2025-02-21T22:44:28.456Z | [ host-image] Feb 21 22:44:26.443 INFO O| Feb 21 22:44:26.443 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9141 | 2025-02-21T22:44:28.456Z | [ host-image] Feb 21 22:44:26.443 INFO O| Feb 21 22:44:26.443 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9142 | 2025-02-21T22:44:28.456Z | [ host-image] Feb 21 22:44:26.444 INFO O| Feb 21 22:44:26.443 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9143 | 2025-02-21T22:44:28.456Z | [ host-image] Feb 21 22:44:26.444 INFO O| Feb 21 22:44:26.443 INFO ok! |
9144 | 2025-02-21T22:44:28.456Z | [ host-image] Feb 21 22:44:26.444 INFO O| Feb 21 22:44:26.444 INFO STEP 62 (ensure_file) COMPLETE |
9145 | 2025-02-21T22:44:28.456Z | [ host-image] Feb 21 22:44:26.444 INFO O| Feb 21 22:44:26.444 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9146 | 2025-02-21T22:44:28.473Z | [ host-image] Feb 21 22:44:26.463 INFO O| Feb 21 22:44:26.463 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9147 | 2025-02-21T22:44:28.473Z | [ host-image] Feb 21 22:44:26.463 INFO O| Feb 21 22:44:26.463 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9148 | 2025-02-21T22:44:28.476Z | [ host-image] Feb 21 22:44:26.463 INFO O| Feb 21 22:44:26.463 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9149 | 2025-02-21T22:44:28.476Z | [ host-image] Feb 21 22:44:26.463 INFO O| Feb 21 22:44:26.463 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9150 | 2025-02-21T22:44:28.476Z | [ host-image] Feb 21 22:44:26.463 INFO O| Feb 21 22:44:26.463 INFO ok! |
9151 | 2025-02-21T22:44:28.476Z | [ host-image] Feb 21 22:44:26.464 INFO O| Feb 21 22:44:26.463 INFO STEP 63 (ensure_file) COMPLETE |
9152 | 2025-02-21T22:44:28.476Z | [ host-image] Feb 21 22:44:26.464 INFO O| Feb 21 22:44:26.464 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9153 | 2025-02-21T22:44:28.493Z | [ host-image] Feb 21 22:44:26.483 INFO O| Feb 21 22:44:26.483 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9154 | 2025-02-21T22:44:28.493Z | [ host-image] Feb 21 22:44:26.483 INFO O| Feb 21 22:44:26.483 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9155 | 2025-02-21T22:44:28.496Z | [ host-image] Feb 21 22:44:26.483 INFO O| Feb 21 22:44:26.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9156 | 2025-02-21T22:44:28.496Z | [ host-image] Feb 21 22:44:26.483 INFO O| Feb 21 22:44:26.483 INFO ok! |
9157 | 2025-02-21T22:44:28.497Z | [ host-image] Feb 21 22:44:26.483 INFO O| Feb 21 22:44:26.483 INFO STEP 64 (assemble_files) COMPLETE |
9158 | 2025-02-21T22:44:28.497Z | [ host-image] Feb 21 22:44:26.483 INFO O| Feb 21 22:44:26.483 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9159 | 2025-02-21T22:44:28.526Z | [ host-image] Feb 21 22:44:26.515 INFO O| Feb 21 22:44:26.515 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9160 | 2025-02-21T22:44:28.526Z | [ host-image] Feb 21 22:44:26.515 INFO O| Feb 21 22:44:26.515 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9161 | 2025-02-21T22:44:28.529Z | [ host-image] Feb 21 22:44:26.516 INFO O| Feb 21 22:44:26.515 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9162 | 2025-02-21T22:44:28.529Z | [ host-image] Feb 21 22:44:26.516 INFO O| Feb 21 22:44:26.516 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9163 | 2025-02-21T22:44:28.529Z | [ host-image] Feb 21 22:44:26.516 INFO O| Feb 21 22:44:26.516 INFO ok! |
9164 | 2025-02-21T22:44:28.529Z | [ host-image] Feb 21 22:44:26.516 INFO O| Feb 21 22:44:26.516 INFO STEP 65 (ensure_file) COMPLETE |
9165 | 2025-02-21T22:44:28.529Z | [ host-image] Feb 21 22:44:26.516 INFO O| Feb 21 22:44:26.516 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9166 | 2025-02-21T22:44:28.880Z | [ host-image] Feb 21 22:44:26.575 INFO O| Feb 21 22:44:26.575 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9167 | 2025-02-21T22:44:28.887Z | [ host-image] Feb 21 22:44:26.575 INFO O| Feb 21 22:44:26.575 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9168 | 2025-02-21T22:44:28.887Z | [ host-image] Feb 21 22:44:26.575 INFO O| Feb 21 22:44:26.575 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9169 | 2025-02-21T22:44:28.887Z | [ host-image] Feb 21 22:44:26.575 INFO O| Feb 21 22:44:26.575 INFO STEP 66 (ensure_dir) COMPLETE |
9170 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.575 INFO O| Feb 21 22:44:26.575 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9171 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.595 INFO O| Feb 21 22:44:26.595 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9172 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.595 INFO O| Feb 21 22:44:26.595 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 ... |
9173 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.605 INFO O| Feb 21 22:44:26.605 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 |
9174 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.605 INFO O| Feb 21 22:44:26.605 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9175 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.605 INFO O| Feb 21 22:44:26.605 INFO ok! |
9176 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.605 INFO O| Feb 21 22:44:26.605 INFO STEP 67 (ensure_file) COMPLETE |
9177 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.605 INFO O| Feb 21 22:44:26.605 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9178 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9179 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 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 ... |
9180 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 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 |
9181 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9182 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 INFO ok! |
9183 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 INFO STEP 68 (ensure_file) COMPLETE |
9184 | 2025-02-21T22:44:28.888Z | [ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9185 | 2025-02-21T22:44:28.889Z | [ host-image] Feb 21 22:44:26.671 INFO O| Feb 21 22:44:26.671 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9186 | 2025-02-21T22:44:28.889Z | [ host-image] Feb 21 22:44:26.671 INFO O| Feb 21 22:44:26.671 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9187 | 2025-02-21T22:44:33.379Z | [ host-image] Feb 21 22:44:31.368 INFO O| Feb 21 22:44:31.368 INFO STEP 69 (pack_tar) COMPLETE |
9188 | 2025-02-21T22:44:33.379Z | [ host-image] Feb 21 22:44:31.368 INFO O| Feb 21 22:44:31.368 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9189 | 2025-02-21T22:44:33.381Z | [ host-image] Feb 21 22:44:31.368 INFO O| Feb 21 22:44:31.368 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9190 | 2025-02-21T22:44:33.858Z | [ host-image] Feb 21 22:44:31.847 INFO O| Feb 21 22:44:31.847 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9191 | 2025-02-21T22:44:34.001Z | [ host-image] Feb 21 22:44:31.990 INFO O| Feb 21 22:44:31.990 INFO completed processing gimlet/ramdisk-02-trim |
9192 | 2025-02-21T22:44:34.004Z | [ host-image] Feb 21 22:44:31.994 INFO image builder template: zfs... |
9193 | 2025-02-21T22:44:34.004Z | [ host-image] Feb 21 22:44:31.994 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/.tmpguEzOU/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 |
9194 | 2025-02-21T22:44:34.033Z | [ host-image] Feb 21 22:44:32.022 INFO O| Feb 21 22:44:32.022 INFO skip include "stress" because feature "stress" is not enabled |
9195 | 2025-02-21T22:44:34.156Z | [ host-image] Feb 21 22:44:32.145 INFO O| Feb 21 22:44:32.145 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9196 | 2025-02-21T22:44:34.166Z | [ host-image] Feb 21 22:44:32.155 INFO O| Feb 21 22:44:32.155 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9197 | 2025-02-21T22:44:34.294Z | [ host-image] Feb 21 22:44:32.283 INFO O| Feb 21 22:44:32.283 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9198 | 2025-02-21T22:44:34.425Z | [ host-image] Feb 21 22:44:32.414 INFO O| Feb 21 22:44:32.414 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9199 | 2025-02-21T22:44:34.428Z | [ host-image] Feb 21 22:44:32.415 INFO O| Feb 21 22:44:32.414 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9200 | 2025-02-21T22:44:34.483Z | [ host-image] Feb 21 22:44:32.472 INFO O| Feb 21 22:44:32.472 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9201 | 2025-02-21T22:44:34.703Z | [ host-image] Feb 21 22:44:32.692 INFO O| Feb 21 22:44:32.692 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9202 | 2025-02-21T22:44:34.812Z | [ host-image] Feb 21 22:44:32.800 INFO O| Feb 21 22:44:32.800 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9203 | 2025-02-21T22:44:34.871Z | [ host-image] Feb 21 22:44:32.860 INFO O| Feb 21 22:44:32.860 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9204 | 2025-02-21T22:44:34.921Z | [ host-image] Feb 21 22:44:32.910 INFO O| Feb 21 22:44:32.910 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9205 | 2025-02-21T22:44:34.924Z | [ host-image] Feb 21 22:44:32.910 INFO O| Feb 21 22:44:32.910 INFO no lofi found |
9206 | 2025-02-21T22:44:34.924Z | [ host-image] Feb 21 22:44:32.911 INFO O| Feb 21 22:44:32.911 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9207 | 2025-02-21T22:44:34.924Z | [ host-image] Feb 21 22:44:32.911 INFO O| Feb 21 22:44:32.911 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9208 | 2025-02-21T22:44:38.025Z | [ host-image] Feb 21 22:44:36.013 INFO O| Feb 21 22:44:36.013 INFO lofi device = /dev/dsk/c2t1d0p0 |
9209 | 2025-02-21T22:44:38.025Z | [ host-image] Feb 21 22:44:36.014 INFO O| Feb 21 22:44:36.013 INFO pool device = /dev/dsk/c2t1d0p0 |
9210 | 2025-02-21T22:44:38.029Z | [ host-image] Feb 21 22:44:36.014 INFO O| Feb 21 22:44:36.014 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
9211 | 2025-02-21T22:44:38.265Z | [ host-image] Feb 21 22:44:36.253 INFO O| Feb 21 22:44:36.253 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9212 | 2025-02-21T22:44:38.267Z | [ host-image] Feb 21 22:44:36.254 INFO O| Feb 21 22:44:36.253 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9213 | 2025-02-21T22:44:38.293Z | [ host-image] Feb 21 22:44:36.281 INFO O| Feb 21 22:44:36.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9214 | 2025-02-21T22:44:38.466Z | [ host-image] Feb 21 22:44:36.455 INFO O| Feb 21 22:44:36.454 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9215 | 2025-02-21T22:44:38.532Z | [ host-image] Feb 21 22:44:36.521 INFO O| Feb 21 22:44:36.521 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9216 | 2025-02-21T22:44:38.562Z | [ host-image] Feb 21 22:44:36.550 INFO O| Feb 21 22:44:36.550 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9217 | 2025-02-21T22:44:38.583Z | [ host-image] Feb 21 22:44:36.572 INFO O| Feb 21 22:44:36.571 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9218 | 2025-02-21T22:44:38.766Z | [ host-image] Feb 21 22:44:36.754 INFO O| Feb 21 22:44:36.754 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9219 | 2025-02-21T22:44:38.789Z | [ host-image] Feb 21 22:44:36.777 INFO O| Feb 21 22:44:36.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9220 | 2025-02-21T22:44:38.789Z | [ host-image] Feb 21 22:44:36.777 INFO O| Feb 21 22:44:36.777 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9221 | 2025-02-21T22:44:38.874Z | [ host-image] Feb 21 22:44:36.863 INFO O| Feb 21 22:44:36.863 INFO boot environment UUID: ea87806d-4cdb-44ee-bf62-5dffd691f9f0 |
9222 | 2025-02-21T22:44:38.875Z | [ host-image] Feb 21 22:44:36.863 INFO O| Feb 21 22:44:36.863 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ea87806d-4cdb-44ee-bf62-5dffd691f9f0 |
9223 | 2025-02-21T22:44:38.959Z | [ host-image] Feb 21 22:44:36.947 INFO O| Feb 21 22:44:36.947 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9224 | 2025-02-21T22:44:39.007Z | [ host-image] Feb 21 22:44:36.994 INFO O| Feb 21 22:44:36.994 INFO STEP 0 (create_be) COMPLETE |
9225 | 2025-02-21T22:44:39.007Z | [ host-image] Feb 21 22:44:36.994 INFO O| Feb 21 22:44:36.994 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9226 | 2025-02-21T22:44:39.123Z | [ host-image] Feb 21 22:44:37.111 INFO O| Feb 21 22:44:37.111 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9227 | 2025-02-21T22:45:01.867Z | [ recovery-image] Feb 21 22:44:59.851 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) |
9228 | 2025-02-21T22:45:06.423Z | [ host-image] Feb 21 22:45:04.407 INFO O| Feb 21 22:45:04.407 INFO STEP 1 (unpack_tar) COMPLETE |
9229 | 2025-02-21T22:45:06.426Z | [ host-image] Feb 21 22:45:04.407 INFO O| Feb 21 22:45:04.407 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9230 | 2025-02-21T22:45:06.443Z | [ host-image] Feb 21 22:45:04.428 INFO O| Feb 21 22:45:04.428 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9231 | 2025-02-21T22:45:06.782Z | [ host-image] Feb 21 22:45:04.766 INFO O| Feb 21 22:45:04.766 INFO STEP 2 (devfsadm) COMPLETE |
9232 | 2025-02-21T22:45:06.782Z | [ host-image] Feb 21 22:45:04.766 INFO O| Feb 21 22:45:04.766 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9233 | 2025-02-21T22:45:06.803Z | [ host-image] Feb 21 22:45:04.788 INFO O| Feb 21 22:45:04.788 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9234 | 2025-02-21T22:45:06.804Z | [ host-image] Feb 21 22:45:04.788 INFO O| Feb 21 22:45:04.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9235 | 2025-02-21T22:45:06.804Z | [ host-image] Feb 21 22:45:04.788 INFO O| Feb 21 22:45:04.788 INFO STEP 3 (ensure_dir) COMPLETE |
9236 | 2025-02-21T22:45:06.806Z | [ host-image] Feb 21 22:45:04.788 INFO O| Feb 21 22:45:04.788 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9237 | 2025-02-21T22:45:06.875Z | [ host-image] Feb 21 22:45:04.859 INFO O| Feb 21 22:45:04.859 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9238 | 2025-02-21T22:45:06.876Z | [ host-image] Feb 21 22:45:04.859 INFO O| Feb 21 22:45:04.859 INFO STEP 4 (ensure_dir) COMPLETE |
9239 | 2025-02-21T22:45:06.879Z | [ host-image] Feb 21 22:45:04.859 INFO O| Feb 21 22:45:04.859 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9240 | 2025-02-21T22:45:06.940Z | [ host-image] Feb 21 22:45:04.924 INFO O| Feb 21 22:45:04.924 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9241 | 2025-02-21T22:45:06.940Z | [ host-image] Feb 21 22:45:04.924 INFO O| Feb 21 22:45:04.924 INFO STEP 5 (ensure_dir) COMPLETE |
9242 | 2025-02-21T22:45:06.943Z | [ host-image] Feb 21 22:45:04.924 INFO O| Feb 21 22:45:04.924 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9243 | 2025-02-21T22:45:07.037Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
9244 | 2025-02-21T22:45:07.112Z | [ host-image] Feb 21 22:45:05.096 INFO O| Feb 21 22:45:05.096 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9245 | 2025-02-21T22:45:07.112Z | [ host-image] Feb 21 22:45:05.096 INFO O| Feb 21 22:45:05.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9246 | 2025-02-21T22:45:07.112Z | [ host-image] Feb 21 22:45:05.096 INFO O| Feb 21 22:45:05.096 INFO STEP 6 (ensure_dir) COMPLETE |
9247 | 2025-02-21T22:45:07.112Z | [ host-image] Feb 21 22:45:05.096 INFO O| Feb 21 22:45:05.096 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9248 | 2025-02-21T22:45:07.145Z | [ host-image] Feb 21 22:45:05.129 INFO O| Feb 21 22:45:05.129 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9249 | 2025-02-21T22:45:07.145Z | [ host-image] Feb 21 22:45:05.129 INFO O| Feb 21 22:45:05.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9250 | 2025-02-21T22:45:07.145Z | [ host-image] Feb 21 22:45:05.129 INFO O| Feb 21 22:45:05.129 INFO STEP 7 (ensure_dir) COMPLETE |
9251 | 2025-02-21T22:45:07.148Z | [ host-image] Feb 21 22:45:05.129 INFO O| Feb 21 22:45:05.129 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9252 | 2025-02-21T22:45:07.166Z | [ host-image] Feb 21 22:45:05.150 INFO O| Feb 21 22:45:05.150 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9253 | 2025-02-21T22:45:07.171Z | [ host-image] Feb 21 22:45:05.151 INFO O| Feb 21 22:45:05.150 INFO STEP 8 (remove_files) COMPLETE |
9254 | 2025-02-21T22:45:07.171Z | [ host-image] Feb 21 22:45:05.151 INFO O| Feb 21 22:45:05.150 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9255 | 2025-02-21T22:45:07.190Z | [ host-image] Feb 21 22:45:05.174 INFO O| Feb 21 22:45:05.174 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9256 | 2025-02-21T22:45:07.193Z | [ host-image] Feb 21 22:45:05.176 INFO O| Feb 21 22:45:05.176 INFO STEP 9 (remove_files) COMPLETE |
9257 | 2025-02-21T22:45:07.193Z | [ host-image] Feb 21 22:45:05.176 INFO O| Feb 21 22:45:05.176 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9258 | 2025-02-21T22:45:07.220Z | [ host-image] Feb 21 22:45:05.204 INFO O| Feb 21 22:45:05.204 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9259 | 2025-02-21T22:45:07.223Z | [ host-image] Feb 21 22:45:05.205 INFO O| Feb 21 22:45:05.205 INFO STEP 10 (remove_files) COMPLETE |
9260 | 2025-02-21T22:45:07.223Z | [ host-image] Feb 21 22:45:05.205 INFO O| Feb 21 22:45:05.205 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9261 | 2025-02-21T22:45:07.265Z | [ host-image] Feb 21 22:45:05.249 INFO O| Feb 21 22:45:05.249 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9262 | 2025-02-21T22:45:07.268Z | [ host-image] Feb 21 22:45:05.250 INFO O| Feb 21 22:45:05.249 INFO STEP 11 (remove_files) COMPLETE |
9263 | 2025-02-21T22:45:07.268Z | [ host-image] Feb 21 22:45:05.250 INFO O| Feb 21 22:45:05.250 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9264 | 2025-02-21T22:45:07.285Z | [ host-image] Feb 21 22:45:05.269 INFO O| Feb 21 22:45:05.269 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9265 | 2025-02-21T22:45:07.288Z | [ host-image] Feb 21 22:45:05.270 INFO O| Feb 21 22:45:05.270 INFO STEP 12 (remove_files) COMPLETE |
9266 | 2025-02-21T22:45:07.288Z | [ host-image] Feb 21 22:45:05.270 INFO O| Feb 21 22:45:05.270 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9267 | 2025-02-21T22:45:07.305Z | [ host-image] Feb 21 22:45:05.290 INFO O| Feb 21 22:45:05.289 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9268 | 2025-02-21T22:45:07.308Z | [ host-image] Feb 21 22:45:05.290 INFO O| Feb 21 22:45:05.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9269 | 2025-02-21T22:45:07.308Z | [ host-image] Feb 21 22:45:05.290 INFO O| Feb 21 22:45:05.290 INFO STEP 13 (ensure_dir) COMPLETE |
9270 | 2025-02-21T22:45:07.308Z | [ host-image] Feb 21 22:45:05.290 INFO O| Feb 21 22:45:05.290 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9271 | 2025-02-21T22:45:07.328Z | [ host-image] Feb 21 22:45:05.311 INFO O| Feb 21 22:45:05.311 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9272 | 2025-02-21T22:45:07.328Z | [ host-image] Feb 21 22:45:05.311 INFO O| Feb 21 22:45:05.311 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9273 | 2025-02-21T22:45:07.328Z | [ host-image] Feb 21 22:45:05.311 INFO O| Feb 21 22:45:05.311 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9274 | 2025-02-21T22:45:07.329Z | [ host-image] Feb 21 22:45:05.311 INFO O| Feb 21 22:45:05.311 INFO STEP 14 (ensure_dir) COMPLETE |
9275 | 2025-02-21T22:45:07.329Z | [ host-image] Feb 21 22:45:05.311 INFO O| Feb 21 22:45:05.311 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9276 | 2025-02-21T22:45:07.779Z | [ host-image] Feb 21 22:45:05.763 INFO O| Feb 21 22:45:05.763 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9277 | 2025-02-21T22:45:07.779Z | [ host-image] Feb 21 22:45:05.763 INFO O| Feb 21 22:45:05.763 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9278 | 2025-02-21T22:45:07.782Z | [ host-image] Feb 21 22:45:05.763 INFO O| Feb 21 22:45:05.763 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9279 | 2025-02-21T22:45:07.782Z | [ host-image] Feb 21 22:45:05.763 INFO O| Feb 21 22:45:05.763 INFO STEP 15 (ensure_dir) COMPLETE |
9280 | 2025-02-21T22:45:07.782Z | [ host-image] Feb 21 22:45:05.763 INFO O| Feb 21 22:45:05.763 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9281 | 2025-02-21T22:45:07.796Z | [ recovery-image] Feb 21 22:45:05.780 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) |
9282 | 2025-02-21T22:45:07.827Z | [ host-image] Feb 21 22:45:05.810 INFO O| Feb 21 22:45:05.810 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9283 | 2025-02-21T22:45:07.827Z | [ host-image] Feb 21 22:45:05.810 INFO O| Feb 21 22:45:05.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9284 | 2025-02-21T22:45:07.828Z | [ host-image] Feb 21 22:45:05.810 INFO O| Feb 21 22:45:05.810 INFO STEP 16 (ensure_dir) COMPLETE |
9285 | 2025-02-21T22:45:07.828Z | [ host-image] Feb 21 22:45:05.810 INFO O| Feb 21 22:45:05.810 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9286 | 2025-02-21T22:45:07.844Z | [ host-image] Feb 21 22:45:05.828 INFO O| Feb 21 22:45:05.828 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9287 | 2025-02-21T22:45:07.844Z | [ host-image] Feb 21 22:45:05.828 INFO O| Feb 21 22:45:05.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9288 | 2025-02-21T22:45:07.847Z | [ host-image] Feb 21 22:45:05.828 INFO O| Feb 21 22:45:05.828 INFO STEP 17 (ensure_dir) COMPLETE |
9289 | 2025-02-21T22:45:07.847Z | [ host-image] Feb 21 22:45:05.828 INFO O| Feb 21 22:45:05.828 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9290 | 2025-02-21T22:45:07.871Z | [ host-image] Feb 21 22:45:05.855 INFO O| Feb 21 22:45:05.854 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9291 | 2025-02-21T22:45:07.871Z | [ host-image] Feb 21 22:45:05.855 INFO O| Feb 21 22:45:05.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9292 | 2025-02-21T22:45:07.874Z | [ host-image] Feb 21 22:45:05.855 INFO O| Feb 21 22:45:05.855 INFO ok! |
9293 | 2025-02-21T22:45:07.874Z | [ host-image] Feb 21 22:45:05.855 INFO O| Feb 21 22:45:05.855 INFO STEP 18 (ensure_symlink) COMPLETE |
9294 | 2025-02-21T22:45:07.874Z | [ host-image] Feb 21 22:45:05.855 INFO O| Feb 21 22:45:05.855 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9295 | 2025-02-21T22:45:07.928Z | [ host-image] Feb 21 22:45:05.912 INFO O| Feb 21 22:45:05.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9296 | 2025-02-21T22:45:07.928Z | [ host-image] Feb 21 22:45:05.912 INFO O| Feb 21 22:45:05.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9297 | 2025-02-21T22:45:07.930Z | [ host-image] Feb 21 22:45:05.912 INFO O| Feb 21 22:45:05.912 INFO ok! |
9298 | 2025-02-21T22:45:07.930Z | [ host-image] Feb 21 22:45:05.912 INFO O| Feb 21 22:45:05.912 INFO STEP 19 (ensure_file) COMPLETE |
9299 | 2025-02-21T22:45:07.930Z | [ host-image] Feb 21 22:45:05.912 INFO O| Feb 21 22:45:05.912 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9300 | 2025-02-21T22:45:08.006Z | [ host-image] Feb 21 22:45:05.990 INFO O| Feb 21 22:45:05.990 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9301 | 2025-02-21T22:45:08.007Z | [ host-image] Feb 21 22:45:05.990 INFO O| Feb 21 22:45:05.990 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9302 | 2025-02-21T22:45:08.027Z | [ host-image] Feb 21 22:45:06.011 INFO O| Feb 21 22:45:06.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9303 | 2025-02-21T22:45:08.027Z | [ host-image] Feb 21 22:45:06.011 INFO O| Feb 21 22:45:06.011 INFO ok! |
9304 | 2025-02-21T22:45:08.030Z | [ host-image] Feb 21 22:45:06.011 INFO O| Feb 21 22:45:06.011 INFO STEP 20 (ensure_symlink) COMPLETE |
9305 | 2025-02-21T22:45:08.030Z | [ host-image] Feb 21 22:45:06.011 INFO O| Feb 21 22:45:06.011 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9306 | 2025-02-21T22:45:08.079Z | [ host-image] Feb 21 22:45:06.063 INFO O| Feb 21 22:45:06.063 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9307 | 2025-02-21T22:45:08.079Z | [ host-image] Feb 21 22:45:06.063 INFO O| Feb 21 22:45:06.063 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9308 | 2025-02-21T22:45:08.079Z | [ host-image] Feb 21 22:45:06.063 INFO O| Feb 21 22:45:06.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9309 | 2025-02-21T22:45:08.079Z | [ host-image] Feb 21 22:45:06.063 INFO O| Feb 21 22:45:06.063 INFO ok! |
9310 | 2025-02-21T22:45:08.082Z | [ host-image] Feb 21 22:45:06.063 INFO O| Feb 21 22:45:06.063 INFO STEP 21 (ensure_symlink) COMPLETE |
9311 | 2025-02-21T22:45:08.082Z | [ host-image] Feb 21 22:45:06.063 INFO O| Feb 21 22:45:06.063 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9312 | 2025-02-21T22:45:08.149Z | [ host-image] Feb 21 22:45:06.132 INFO O| Feb 21 22:45:06.132 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9313 | 2025-02-21T22:45:08.149Z | [ host-image] Feb 21 22:45:06.132 INFO O| Feb 21 22:45:06.132 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9314 | 2025-02-21T22:45:08.152Z | [ host-image] Feb 21 22:45:06.132 INFO O| Feb 21 22:45:06.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9315 | 2025-02-21T22:45:08.152Z | [ host-image] Feb 21 22:45:06.132 INFO O| Feb 21 22:45:06.132 INFO ok! |
9316 | 2025-02-21T22:45:08.152Z | [ host-image] Feb 21 22:45:06.132 INFO O| Feb 21 22:45:06.132 INFO STEP 22 (ensure_symlink) COMPLETE |
9317 | 2025-02-21T22:45:08.152Z | [ host-image] Feb 21 22:45:06.132 INFO O| Feb 21 22:45:06.132 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9318 | 2025-02-21T22:45:08.168Z | [ host-image] Feb 21 22:45:06.152 INFO O| Feb 21 22:45:06.152 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9319 | 2025-02-21T22:45:08.168Z | [ host-image] Feb 21 22:45:06.152 INFO O| Feb 21 22:45:06.152 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9320 | 2025-02-21T22:45:08.171Z | [ host-image] Feb 21 22:45:06.152 INFO O| Feb 21 22:45:06.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9321 | 2025-02-21T22:45:08.171Z | [ host-image] Feb 21 22:45:06.152 INFO O| Feb 21 22:45:06.152 INFO ok! |
9322 | 2025-02-21T22:45:08.171Z | [ host-image] Feb 21 22:45:06.152 INFO O| Feb 21 22:45:06.152 INFO STEP 23 (ensure_symlink) COMPLETE |
9323 | 2025-02-21T22:45:08.171Z | [ host-image] Feb 21 22:45:06.152 INFO O| Feb 21 22:45:06.152 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9324 | 2025-02-21T22:45:08.210Z | [ host-image] Feb 21 22:45:06.192 INFO O| Feb 21 22:45:06.192 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9325 | 2025-02-21T22:45:08.225Z | [ host-image] Feb 21 22:45:06.209 INFO O| Feb 21 22:45:06.192 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9326 | 2025-02-21T22:45:08.227Z | [ host-image] Feb 21 22:45:06.209 INFO O| Feb 21 22:45:06.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9327 | 2025-02-21T22:45:08.227Z | [ host-image] Feb 21 22:45:06.209 INFO O| Feb 21 22:45:06.209 INFO ok! |
9328 | 2025-02-21T22:45:08.227Z | [ host-image] Feb 21 22:45:06.209 INFO O| Feb 21 22:45:06.209 INFO STEP 24 (ensure_file) COMPLETE |
9329 | 2025-02-21T22:45:08.227Z | [ host-image] Feb 21 22:45:06.209 INFO O| Feb 21 22:45:06.209 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9330 | 2025-02-21T22:45:08.302Z | [ host-image] Feb 21 22:45:06.286 INFO O| Feb 21 22:45:06.286 INFO updating shadow file |
9331 | 2025-02-21T22:45:08.305Z | [ host-image] Feb 21 22:45:06.286 INFO O| Feb 21 22:45:06.286 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9332 | 2025-02-21T22:45:08.305Z | [ host-image] Feb 21 22:45:06.286 INFO O| Feb 21 22:45:06.286 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9333 | 2025-02-21T22:45:08.305Z | [ host-image] Feb 21 22:45:06.286 INFO O| Feb 21 22:45:06.286 INFO STEP 25 (shadow) COMPLETE |
9334 | 2025-02-21T22:45:08.305Z | [ host-image] Feb 21 22:45:06.286 INFO O| Feb 21 22:45:06.286 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9335 | 2025-02-21T22:45:08.320Z | [ host-image] Feb 21 22:45:06.304 INFO O| Feb 21 22:45:06.304 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9336 | 2025-02-21T22:45:08.320Z | [ host-image] Feb 21 22:45:06.304 INFO O| Feb 21 22:45:06.304 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9337 | 2025-02-21T22:45:08.323Z | [ host-image] Feb 21 22:45:06.305 INFO O| Feb 21 22:45:06.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9338 | 2025-02-21T22:45:08.325Z | [ host-image] Feb 21 22:45:06.305 INFO O| Feb 21 22:45:06.305 INFO ok! |
9339 | 2025-02-21T22:45:08.325Z | [ host-image] Feb 21 22:45:06.305 INFO O| Feb 21 22:45:06.305 INFO STEP 26 (ensure_file) COMPLETE |
9340 | 2025-02-21T22:45:08.325Z | [ host-image] Feb 21 22:45:06.305 INFO O| Feb 21 22:45:06.305 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9341 | 2025-02-21T22:45:08.358Z | [ host-image] Feb 21 22:45:06.342 INFO O| Feb 21 22:45:06.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9342 | 2025-02-21T22:45:08.358Z | [ host-image] Feb 21 22:45:06.342 INFO O| Feb 21 22:45:06.342 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9343 | 2025-02-21T22:45:08.358Z | [ host-image] Feb 21 22:45:06.342 INFO O| Feb 21 22:45:06.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9344 | 2025-02-21T22:45:08.358Z | [ host-image] Feb 21 22:45:06.342 INFO O| Feb 21 22:45:06.342 INFO ok! |
9345 | 2025-02-21T22:45:08.361Z | [ host-image] Feb 21 22:45:06.342 INFO O| Feb 21 22:45:06.342 INFO STEP 27 (ensure_file) COMPLETE |
9346 | 2025-02-21T22:45:08.361Z | [ host-image] Feb 21 22:45:06.342 INFO O| Feb 21 22:45:06.342 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9347 | 2025-02-21T22:45:08.376Z | [ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9348 | 2025-02-21T22:45:08.376Z | [ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9349 | 2025-02-21T22:45:08.379Z | [ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9350 | 2025-02-21T22:45:08.379Z | [ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9351 | 2025-02-21T22:45:08.379Z | [ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 INFO ok! |
9352 | 2025-02-21T22:45:08.379Z | [ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 INFO STEP 28 (ensure_file) COMPLETE |
9353 | 2025-02-21T22:45:08.379Z | [ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9354 | 2025-02-21T22:45:08.431Z | [ host-image] Feb 21 22:45:06.415 INFO O| Feb 21 22:45:06.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9355 | 2025-02-21T22:45:08.431Z | [ host-image] Feb 21 22:45:06.415 INFO O| Feb 21 22:45:06.415 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9356 | 2025-02-21T22:45:08.434Z | [ host-image] Feb 21 22:45:06.415 INFO O| Feb 21 22:45:06.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9357 | 2025-02-21T22:45:08.434Z | [ host-image] Feb 21 22:45:06.415 INFO O| Feb 21 22:45:06.415 INFO ok! |
9358 | 2025-02-21T22:45:08.434Z | [ host-image] Feb 21 22:45:06.415 INFO O| Feb 21 22:45:06.415 INFO STEP 29 (ensure_file) COMPLETE |
9359 | 2025-02-21T22:45:08.434Z | [ host-image] Feb 21 22:45:06.415 INFO O| Feb 21 22:45:06.415 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9360 | 2025-02-21T22:45:08.468Z | [ host-image] Feb 21 22:45:06.452 INFO O| Feb 21 22:45:06.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9361 | 2025-02-21T22:45:08.468Z | [ host-image] Feb 21 22:45:06.452 INFO O| Feb 21 22:45:06.452 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9362 | 2025-02-21T22:45:08.469Z | [ host-image] Feb 21 22:45:06.452 INFO O| Feb 21 22:45:06.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9363 | 2025-02-21T22:45:08.471Z | [ host-image] Feb 21 22:45:06.452 INFO O| Feb 21 22:45:06.452 INFO ok! |
9364 | 2025-02-21T22:45:08.471Z | [ host-image] Feb 21 22:45:06.452 INFO O| Feb 21 22:45:06.452 INFO STEP 30 (ensure_file) COMPLETE |
9365 | 2025-02-21T22:45:08.471Z | [ host-image] Feb 21 22:45:06.452 INFO O| Feb 21 22:45:06.452 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9366 | 2025-02-21T22:45:08.530Z | [ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9367 | 2025-02-21T22:45:08.530Z | [ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9368 | 2025-02-21T22:45:08.533Z | [ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9369 | 2025-02-21T22:45:08.533Z | [ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9370 | 2025-02-21T22:45:08.533Z | [ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 INFO ok! |
9371 | 2025-02-21T22:45:08.533Z | [ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 INFO STEP 31 (ensure_file) COMPLETE |
9372 | 2025-02-21T22:45:08.533Z | [ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9373 | 2025-02-21T22:45:08.568Z | [ host-image] Feb 21 22:45:06.551 INFO O| Feb 21 22:45:06.551 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9374 | 2025-02-21T22:45:08.568Z | [ host-image] Feb 21 22:45:06.551 INFO O| Feb 21 22:45:06.551 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9375 | 2025-02-21T22:45:08.570Z | [ host-image] Feb 21 22:45:06.552 INFO O| Feb 21 22:45:06.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9376 | 2025-02-21T22:45:08.570Z | [ host-image] Feb 21 22:45:06.552 INFO O| Feb 21 22:45:06.552 INFO ok! |
9377 | 2025-02-21T22:45:08.570Z | [ host-image] Feb 21 22:45:06.552 INFO O| Feb 21 22:45:06.552 INFO STEP 32 (ensure_file) COMPLETE |
9378 | 2025-02-21T22:45:08.570Z | [ host-image] Feb 21 22:45:06.552 INFO O| Feb 21 22:45:06.552 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9379 | 2025-02-21T22:45:08.604Z | [ host-image] Feb 21 22:45:06.588 INFO O| Feb 21 22:45:06.588 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9380 | 2025-02-21T22:45:08.604Z | [ host-image] Feb 21 22:45:06.588 INFO O| Feb 21 22:45:06.588 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9381 | 2025-02-21T22:45:08.607Z | [ host-image] Feb 21 22:45:06.588 INFO O| Feb 21 22:45:06.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9382 | 2025-02-21T22:45:08.607Z | [ host-image] Feb 21 22:45:06.588 INFO O| Feb 21 22:45:06.588 INFO ok! |
9383 | 2025-02-21T22:45:08.607Z | [ host-image] Feb 21 22:45:06.588 INFO O| Feb 21 22:45:06.588 INFO STEP 33 (ensure_file) COMPLETE |
9384 | 2025-02-21T22:45:08.607Z | [ host-image] Feb 21 22:45:06.588 INFO O| Feb 21 22:45:06.588 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9385 | 2025-02-21T22:45:08.731Z | [ host-image] Feb 21 22:45:06.715 INFO O| Feb 21 22:45:06.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9386 | 2025-02-21T22:45:08.731Z | [ host-image] Feb 21 22:45:06.715 INFO O| Feb 21 22:45:06.715 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9387 | 2025-02-21T22:45:08.734Z | [ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.715 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9388 | 2025-02-21T22:45:08.736Z | [ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.715 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9389 | 2025-02-21T22:45:08.736Z | [ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.716 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9390 | 2025-02-21T22:45:08.736Z | [ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.716 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9391 | 2025-02-21T22:45:08.736Z | [ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.716 INFO ok! |
9392 | 2025-02-21T22:45:08.736Z | [ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.716 INFO STEP 34 (ensure_file) COMPLETE |
9393 | 2025-02-21T22:45:08.736Z | [ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.716 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9394 | 2025-02-21T22:45:08.835Z | [ host-image] Feb 21 22:45:06.818 INFO O| Feb 21 22:45:06.818 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9395 | 2025-02-21T22:45:08.838Z | [ host-image] Feb 21 22:45:06.818 INFO O| Feb 21 22:45:06.818 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9396 | 2025-02-21T22:45:08.838Z | [ host-image] Feb 21 22:45:06.818 INFO O| Feb 21 22:45:06.818 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9397 | 2025-02-21T22:45:08.839Z | [ host-image] Feb 21 22:45:06.818 INFO O| Feb 21 22:45:06.818 INFO STEP 35 (ensure_dir) COMPLETE |
9398 | 2025-02-21T22:45:08.839Z | [ host-image] Feb 21 22:45:06.818 INFO O| Feb 21 22:45:06.818 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9399 | 2025-02-21T22:45:08.945Z | [ host-image] Feb 21 22:45:06.928 INFO O| Feb 21 22:45:06.928 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 |
9400 | 2025-02-21T22:45:08.945Z | [ host-image] Feb 21 22:45:06.928 INFO O| Feb 21 22:45:06.928 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 ... |
9401 | 2025-02-21T22:45:08.948Z | [ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 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 |
9402 | 2025-02-21T22:45:08.948Z | [ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 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 |
9403 | 2025-02-21T22:45:08.948Z | [ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 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 |
9404 | 2025-02-21T22:45:08.948Z | [ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 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 |
9405 | 2025-02-21T22:45:08.948Z | [ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 INFO ok! |
9406 | 2025-02-21T22:45:08.948Z | [ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 INFO STEP 36 (ensure_file) COMPLETE |
9407 | 2025-02-21T22:45:08.948Z | [ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9408 | 2025-02-21T22:45:09.151Z | [ host-image] Feb 21 22:45:07.134 INFO O| Feb 21 22:45:07.134 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9409 | 2025-02-21T22:45:09.151Z | [ host-image] Feb 21 22:45:07.134 INFO O| Feb 21 22:45:07.134 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 ... |
9410 | 2025-02-21T22:45:09.151Z | [ host-image] Feb 21 22:45:07.135 INFO O| Feb 21 22:45:07.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9411 | 2025-02-21T22:45:09.156Z | [ host-image] Feb 21 22:45:07.135 INFO O| Feb 21 22:45:07.135 INFO ok! |
9412 | 2025-02-21T22:45:09.156Z | [ host-image] Feb 21 22:45:07.135 INFO O| Feb 21 22:45:07.135 INFO STEP 37 (ensure_symlink) COMPLETE |
9413 | 2025-02-21T22:45:09.156Z | [ host-image] Feb 21 22:45:07.135 INFO O| Feb 21 22:45:07.135 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9414 | 2025-02-21T22:45:09.185Z | [ host-image] Feb 21 22:45:07.168 INFO O| Feb 21 22:45:07.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9415 | 2025-02-21T22:45:09.185Z | [ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.168 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9416 | 2025-02-21T22:45:09.188Z | [ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9417 | 2025-02-21T22:45:09.188Z | [ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9418 | 2025-02-21T22:45:09.188Z | [ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9419 | 2025-02-21T22:45:09.188Z | [ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9420 | 2025-02-21T22:45:09.188Z | [ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO ok! |
9421 | 2025-02-21T22:45:09.188Z | [ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO STEP 38 (ensure_file) COMPLETE |
9422 | 2025-02-21T22:45:09.188Z | [ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9423 | 2025-02-21T22:45:09.236Z | [ host-image] Feb 21 22:45:07.220 INFO O| Feb 21 22:45:07.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9424 | 2025-02-21T22:45:09.237Z | [ host-image] Feb 21 22:45:07.220 INFO O| Feb 21 22:45:07.220 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 ... |
9425 | 2025-02-21T22:45:09.237Z | [ host-image] Feb 21 22:45:07.220 INFO O| Feb 21 22:45:07.220 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 |
9426 | 2025-02-21T22:45:09.239Z | [ host-image] Feb 21 22:45:07.220 INFO O| Feb 21 22:45:07.220 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9427 | 2025-02-21T22:45:09.239Z | [ host-image] Feb 21 22:45:07.221 INFO O| Feb 21 22:45:07.220 INFO ok! |
9428 | 2025-02-21T22:45:09.239Z | [ host-image] Feb 21 22:45:07.221 INFO O| Feb 21 22:45:07.220 INFO STEP 39 (ensure_file) COMPLETE |
9429 | 2025-02-21T22:45:09.239Z | [ host-image] Feb 21 22:45:07.221 INFO O| Feb 21 22:45:07.221 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9430 | 2025-02-21T22:45:09.342Z | [ host-image] Feb 21 22:45:07.326 INFO O| Feb 21 22:45:07.326 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9431 | 2025-02-21T22:45:09.342Z | [ host-image] Feb 21 22:45:07.326 INFO O| Feb 21 22:45:07.326 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9432 | 2025-02-21T22:45:09.345Z | [ host-image] Feb 21 22:45:07.326 INFO O| Feb 21 22:45:07.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9433 | 2025-02-21T22:45:09.345Z | [ host-image] Feb 21 22:45:07.326 INFO O| Feb 21 22:45:07.326 INFO ok! |
9434 | 2025-02-21T22:45:09.345Z | [ host-image] Feb 21 22:45:07.326 INFO O| Feb 21 22:45:07.326 INFO STEP 40 (ensure_file) COMPLETE |
9435 | 2025-02-21T22:45:09.345Z | [ host-image] Feb 21 22:45:07.326 INFO O| Feb 21 22:45:07.326 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9436 | 2025-02-21T22:45:09.405Z | [ host-image] Feb 21 22:45:07.389 INFO O| Feb 21 22:45:07.389 INFO updating shadow file |
9437 | 2025-02-21T22:45:09.408Z | [ host-image] Feb 21 22:45:07.389 INFO O| Feb 21 22:45:07.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9438 | 2025-02-21T22:45:09.408Z | [ host-image] Feb 21 22:45:07.389 INFO O| Feb 21 22:45:07.389 INFO STEP 41 (shadow) COMPLETE |
9439 | 2025-02-21T22:45:09.408Z | [ host-image] Feb 21 22:45:07.389 INFO O| Feb 21 22:45:07.389 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9440 | 2025-02-21T22:45:09.426Z | [ host-image] Feb 21 22:45:07.410 INFO O| Feb 21 22:45:07.410 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9441 | 2025-02-21T22:45:09.426Z | [ host-image] Feb 21 22:45:07.410 INFO O| Feb 21 22:45:07.410 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9442 | 2025-02-21T22:45:09.429Z | [ host-image] Feb 21 22:45:07.410 INFO O| Feb 21 22:45:07.410 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9443 | 2025-02-21T22:45:09.429Z | [ host-image] Feb 21 22:45:07.410 INFO O| Feb 21 22:45:07.410 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9444 | 2025-02-21T22:45:09.429Z | [ host-image] Feb 21 22:45:07.410 INFO O| Feb 21 22:45:07.410 INFO ok! |
9445 | 2025-02-21T22:45:09.429Z | [ host-image] Feb 21 22:45:07.411 INFO O| Feb 21 22:45:07.410 INFO STEP 42 (ensure_file) COMPLETE |
9446 | 2025-02-21T22:45:09.429Z | [ host-image] Feb 21 22:45:07.411 INFO O| Feb 21 22:45:07.411 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9447 | 2025-02-21T22:45:09.429Z | [ host-image] Feb 21 22:45:07.411 INFO O| Feb 21 22:45:07.411 INFO skip step because feature "mfg" is not enabled |
9448 | 2025-02-21T22:45:09.429Z | [ host-image] Feb 21 22:45:07.411 INFO O| Feb 21 22:45:07.411 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9449 | 2025-02-21T22:45:09.429Z | [ host-image] Feb 21 22:45:07.411 INFO O| Feb 21 22:45:07.411 INFO skip step because feature "mfg" is not enabled |
9450 | 2025-02-21T22:45:09.429Z | [ host-image] Feb 21 22:45:07.411 INFO O| Feb 21 22:45:07.411 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9451 | 2025-02-21T22:45:09.475Z | [ host-image] Feb 21 22:45:07.459 INFO O| Feb 21 22:45:07.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9452 | 2025-02-21T22:45:09.475Z | [ host-image] Feb 21 22:45:07.459 INFO O| Feb 21 22:45:07.459 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9453 | 2025-02-21T22:45:10.344Z | [ host-image] Feb 21 22:45:08.328 INFO O| Feb 21 22:45:08.328 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9454 | 2025-02-21T22:45:10.344Z | [ host-image] Feb 21 22:45:08.328 INFO O| Feb 21 22:45:08.328 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9455 | 2025-02-21T22:45:10.344Z | [ host-image] Feb 21 22:45:08.328 INFO O| Feb 21 22:45:08.328 INFO ok! |
9456 | 2025-02-21T22:45:10.344Z | [ host-image] Feb 21 22:45:08.328 INFO O| Feb 21 22:45:08.328 INFO STEP 45 (ensure_file) COMPLETE |
9457 | 2025-02-21T22:45:10.344Z | [ host-image] Feb 21 22:45:08.328 INFO O| Feb 21 22:45:08.328 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9458 | 2025-02-21T22:45:10.365Z | [ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9459 | 2025-02-21T22:45:10.365Z | [ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9460 | 2025-02-21T22:45:10.368Z | [ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9461 | 2025-02-21T22:45:10.368Z | [ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9462 | 2025-02-21T22:45:10.368Z | [ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9463 | 2025-02-21T22:45:10.368Z | [ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9464 | 2025-02-21T22:45:10.368Z | [ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO ok! |
9465 | 2025-02-21T22:45:10.368Z | [ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO STEP 46 (ensure_file) COMPLETE |
9466 | 2025-02-21T22:45:10.368Z | [ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9467 | 2025-02-21T22:45:10.384Z | [ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.367 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9468 | 2025-02-21T22:45:10.384Z | [ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.368 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 ... |
9469 | 2025-02-21T22:45:10.384Z | [ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.368 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 |
9470 | 2025-02-21T22:45:10.387Z | [ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.368 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9471 | 2025-02-21T22:45:10.387Z | [ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.368 INFO ok! |
9472 | 2025-02-21T22:45:10.387Z | [ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.368 INFO STEP 47 (ensure_file) COMPLETE |
9473 | 2025-02-21T22:45:10.387Z | [ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.368 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9474 | 2025-02-21T22:45:10.422Z | [ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9475 | 2025-02-21T22:45:10.425Z | [ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9476 | 2025-02-21T22:45:10.425Z | [ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9477 | 2025-02-21T22:45:10.425Z | [ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9478 | 2025-02-21T22:45:10.425Z | [ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9479 | 2025-02-21T22:45:10.425Z | [ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9480 | 2025-02-21T22:45:10.425Z | [ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO ok! |
9481 | 2025-02-21T22:45:10.426Z | [ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO STEP 48 (ensure_file) COMPLETE |
9482 | 2025-02-21T22:45:10.426Z | [ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9483 | 2025-02-21T22:45:10.459Z | [ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9484 | 2025-02-21T22:45:10.459Z | [ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 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 ... |
9485 | 2025-02-21T22:45:10.461Z | [ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 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 |
9486 | 2025-02-21T22:45:10.461Z | [ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9487 | 2025-02-21T22:45:10.461Z | [ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 INFO ok! |
9488 | 2025-02-21T22:45:10.461Z | [ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 INFO STEP 49 (ensure_file) COMPLETE |
9489 | 2025-02-21T22:45:10.461Z | [ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9490 | 2025-02-21T22:45:10.528Z | [ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9491 | 2025-02-21T22:45:10.528Z | [ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9492 | 2025-02-21T22:45:10.528Z | [ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9493 | 2025-02-21T22:45:10.531Z | [ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9494 | 2025-02-21T22:45:10.531Z | [ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9495 | 2025-02-21T22:45:10.531Z | [ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9496 | 2025-02-21T22:45:10.531Z | [ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO ok! |
9497 | 2025-02-21T22:45:10.531Z | [ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO STEP 50 (ensure_file) COMPLETE |
9498 | 2025-02-21T22:45:10.531Z | [ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9499 | 2025-02-21T22:45:10.548Z | [ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9500 | 2025-02-21T22:45:10.548Z | [ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 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 ... |
9501 | 2025-02-21T22:45:10.551Z | [ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 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 |
9502 | 2025-02-21T22:45:10.551Z | [ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9503 | 2025-02-21T22:45:10.551Z | [ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 INFO ok! |
9504 | 2025-02-21T22:45:10.551Z | [ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 INFO STEP 51 (ensure_file) COMPLETE |
9505 | 2025-02-21T22:45:10.551Z | [ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9506 | 2025-02-21T22:45:10.569Z | [ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9507 | 2025-02-21T22:45:10.569Z | [ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 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 ... |
9508 | 2025-02-21T22:45:10.569Z | [ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 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 |
9509 | 2025-02-21T22:45:10.572Z | [ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9510 | 2025-02-21T22:45:10.572Z | [ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 INFO ok! |
9511 | 2025-02-21T22:45:10.573Z | [ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 INFO STEP 52 (ensure_file) COMPLETE |
9512 | 2025-02-21T22:45:10.573Z | [ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9513 | 2025-02-21T22:45:10.592Z | [ host-image] Feb 21 22:45:08.575 INFO O| Feb 21 22:45:08.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9514 | 2025-02-21T22:45:10.595Z | [ host-image] Feb 21 22:45:08.575 INFO O| Feb 21 22:45:08.575 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 ... |
9515 | 2025-02-21T22:45:10.595Z | [ host-image] Feb 21 22:45:08.576 INFO O| Feb 21 22:45:08.576 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 |
9516 | 2025-02-21T22:45:10.595Z | [ host-image] Feb 21 22:45:08.576 INFO O| Feb 21 22:45:08.576 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9517 | 2025-02-21T22:45:10.595Z | [ host-image] Feb 21 22:45:08.576 INFO O| Feb 21 22:45:08.576 INFO ok! |
9518 | 2025-02-21T22:45:10.595Z | [ host-image] Feb 21 22:45:08.576 INFO O| Feb 21 22:45:08.576 INFO STEP 53 (ensure_file) COMPLETE |
9519 | 2025-02-21T22:45:10.595Z | [ host-image] Feb 21 22:45:08.576 INFO O| Feb 21 22:45:08.576 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9520 | 2025-02-21T22:45:10.647Z | [ host-image] Feb 21 22:45:08.631 INFO O| Feb 21 22:45:08.631 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9521 | 2025-02-21T22:45:10.647Z | [ host-image] Feb 21 22:45:08.631 INFO O| Feb 21 22:45:08.631 INFO STEP 54 (ensure_dir) COMPLETE |
9522 | 2025-02-21T22:45:10.650Z | [ host-image] Feb 21 22:45:08.631 INFO O| Feb 21 22:45:08.631 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9523 | 2025-02-21T22:45:10.667Z | [ host-image] Feb 21 22:45:08.650 INFO O| Feb 21 22:45:08.650 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9524 | 2025-02-21T22:45:10.667Z | [ host-image] Feb 21 22:45:08.650 INFO O| Feb 21 22:45:08.650 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9525 | 2025-02-21T22:45:10.671Z | [ host-image] Feb 21 22:45:08.650 INFO O| Feb 21 22:45:08.650 INFO STEP 55 (ensure_dir) COMPLETE |
9526 | 2025-02-21T22:45:10.671Z | [ host-image] Feb 21 22:45:08.650 INFO O| Feb 21 22:45:08.650 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9527 | 2025-02-21T22:45:10.685Z | [ host-image] Feb 21 22:45:08.669 INFO O| Feb 21 22:45:08.669 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9528 | 2025-02-21T22:45:10.685Z | [ host-image] Feb 21 22:45:08.669 INFO O| Feb 21 22:45:08.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9529 | 2025-02-21T22:45:10.685Z | [ host-image] Feb 21 22:45:08.669 INFO O| Feb 21 22:45:08.669 INFO STEP 56 (ensure_dir) COMPLETE |
9530 | 2025-02-21T22:45:10.688Z | [ host-image] Feb 21 22:45:08.669 INFO O| Feb 21 22:45:08.669 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9531 | 2025-02-21T22:45:10.705Z | [ host-image] Feb 21 22:45:08.689 INFO O| Feb 21 22:45:08.688 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9532 | 2025-02-21T22:45:10.705Z | [ host-image] Feb 21 22:45:08.689 INFO O| Feb 21 22:45:08.689 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9533 | 2025-02-21T22:45:10.758Z | [ host-image] Feb 21 22:45:08.741 INFO O| Feb 21 22:45:08.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9534 | 2025-02-21T22:45:10.759Z | [ host-image] Feb 21 22:45:08.742 INFO O| Feb 21 22:45:08.741 INFO ok! |
9535 | 2025-02-21T22:45:10.759Z | [ host-image] Feb 21 22:45:08.742 INFO O| Feb 21 22:45:08.741 INFO STEP 57 (ensure_file) COMPLETE |
9536 | 2025-02-21T22:45:10.759Z | [ host-image] Feb 21 22:45:08.742 INFO O| Feb 21 22:45:08.741 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9537 | 2025-02-21T22:45:10.791Z | [ host-image] Feb 21 22:45:08.775 INFO O| Feb 21 22:45:08.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9538 | 2025-02-21T22:45:10.791Z | [ host-image] Feb 21 22:45:08.775 INFO O| Feb 21 22:45:08.775 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9539 | 2025-02-21T22:45:12.282Z | [ host-image] Feb 21 22:45:10.265 INFO O| Feb 21 22:45:10.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9540 | 2025-02-21T22:45:12.282Z | [ host-image] Feb 21 22:45:10.265 INFO O| Feb 21 22:45:10.265 INFO ok! |
9541 | 2025-02-21T22:45:12.285Z | [ host-image] Feb 21 22:45:10.265 INFO O| Feb 21 22:45:10.265 INFO STEP 58 (ensure_file) COMPLETE |
9542 | 2025-02-21T22:45:12.285Z | [ host-image] Feb 21 22:45:10.265 INFO O| Feb 21 22:45:10.265 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9543 | 2025-02-21T22:45:12.306Z | [ host-image] Feb 21 22:45:10.289 INFO O| Feb 21 22:45:10.289 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9544 | 2025-02-21T22:45:12.306Z | [ host-image] Feb 21 22:45:10.289 INFO O| Feb 21 22:45:10.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9545 | 2025-02-21T22:45:12.306Z | [ host-image] Feb 21 22:45:10.289 INFO O| Feb 21 22:45:10.289 INFO STEP 59 (ensure_dir) COMPLETE |
9546 | 2025-02-21T22:45:12.308Z | [ host-image] Feb 21 22:45:10.289 INFO O| Feb 21 22:45:10.289 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9547 | 2025-02-21T22:45:12.331Z | [ host-image] Feb 21 22:45:10.314 INFO O| Feb 21 22:45:10.314 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9548 | 2025-02-21T22:45:12.331Z | [ host-image] Feb 21 22:45:10.314 INFO O| Feb 21 22:45:10.314 INFO copying /tmp/.tmpguEzOU/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 ... |
9549 | 2025-02-21T22:45:12.334Z | [ host-image] Feb 21 22:45:10.315 INFO O| Feb 21 22:45:10.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9550 | 2025-02-21T22:45:12.334Z | [ host-image] Feb 21 22:45:10.315 INFO O| Feb 21 22:45:10.314 INFO ok! |
9551 | 2025-02-21T22:45:12.334Z | [ host-image] Feb 21 22:45:10.315 INFO O| Feb 21 22:45:10.315 INFO STEP 60 (ensure_file) COMPLETE |
9552 | 2025-02-21T22:45:12.334Z | [ host-image] Feb 21 22:45:10.315 INFO O| Feb 21 22:45:10.315 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9553 | 2025-02-21T22:45:12.363Z | [ host-image] Feb 21 22:45:10.345 INFO O| Feb 21 22:45:10.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9554 | 2025-02-21T22:45:12.363Z | [ host-image] Feb 21 22:45:10.345 INFO O| Feb 21 22:45:10.345 INFO copying /tmp/.tmpguEzOU/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 ... |
9555 | 2025-02-21T22:45:12.366Z | [ host-image] Feb 21 22:45:10.345 INFO O| Feb 21 22:45:10.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9556 | 2025-02-21T22:45:12.366Z | [ host-image] Feb 21 22:45:10.345 INFO O| Feb 21 22:45:10.345 INFO ok! |
9557 | 2025-02-21T22:45:12.366Z | [ host-image] Feb 21 22:45:10.345 INFO O| Feb 21 22:45:10.345 INFO STEP 61 (ensure_file) COMPLETE |
9558 | 2025-02-21T22:45:12.366Z | [ host-image] Feb 21 22:45:10.345 INFO O| Feb 21 22:45:10.345 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9559 | 2025-02-21T22:45:12.399Z | [ host-image] Feb 21 22:45:10.382 INFO O| Feb 21 22:45:10.382 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9560 | 2025-02-21T22:45:12.399Z | [ host-image] Feb 21 22:45:10.382 INFO O| Feb 21 22:45:10.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9561 | 2025-02-21T22:45:12.399Z | [ host-image] Feb 21 22:45:10.382 INFO O| Feb 21 22:45:10.382 INFO STEP 62 (ensure_dir) COMPLETE |
9562 | 2025-02-21T22:45:12.402Z | [ host-image] Feb 21 22:45:10.382 INFO O| Feb 21 22:45:10.382 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9563 | 2025-02-21T22:45:12.437Z | [ host-image] Feb 21 22:45:10.420 INFO O| Feb 21 22:45:10.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9564 | 2025-02-21T22:45:12.437Z | [ host-image] Feb 21 22:45:10.420 INFO O| Feb 21 22:45:10.420 INFO copying /tmp/.tmpguEzOU/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 ... |
9565 | 2025-02-21T22:45:12.440Z | [ host-image] Feb 21 22:45:10.421 INFO O| Feb 21 22:45:10.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9566 | 2025-02-21T22:45:12.440Z | [ host-image] Feb 21 22:45:10.421 INFO O| Feb 21 22:45:10.421 INFO ok! |
9567 | 2025-02-21T22:45:12.440Z | [ host-image] Feb 21 22:45:10.421 INFO O| Feb 21 22:45:10.421 INFO STEP 63 (ensure_file) COMPLETE |
9568 | 2025-02-21T22:45:12.440Z | [ host-image] Feb 21 22:45:10.421 INFO O| Feb 21 22:45:10.421 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9569 | 2025-02-21T22:45:12.479Z | [ host-image] Feb 21 22:45:10.462 INFO O| Feb 21 22:45:10.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9570 | 2025-02-21T22:45:12.479Z | [ host-image] Feb 21 22:45:10.462 INFO O| Feb 21 22:45:10.462 INFO copying /tmp/.tmpguEzOU/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 ... |
9571 | 2025-02-21T22:45:12.482Z | [ host-image] Feb 21 22:45:10.462 INFO O| Feb 21 22:45:10.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9572 | 2025-02-21T22:45:12.482Z | [ host-image] Feb 21 22:45:10.462 INFO O| Feb 21 22:45:10.462 INFO ok! |
9573 | 2025-02-21T22:45:12.482Z | [ host-image] Feb 21 22:45:10.462 INFO O| Feb 21 22:45:10.462 INFO STEP 64 (ensure_file) COMPLETE |
9574 | 2025-02-21T22:45:12.482Z | [ host-image] Feb 21 22:45:10.462 INFO O| Feb 21 22:45:10.462 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9575 | 2025-02-21T22:45:12.502Z | [ host-image] Feb 21 22:45:10.485 INFO O| Feb 21 22:45:10.485 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9576 | 2025-02-21T22:45:12.502Z | [ host-image] Feb 21 22:45:10.486 INFO O| Feb 21 22:45:10.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9577 | 2025-02-21T22:45:12.502Z | [ host-image] Feb 21 22:45:10.486 INFO O| Feb 21 22:45:10.486 INFO STEP 65 (ensure_dir) COMPLETE |
9578 | 2025-02-21T22:45:12.505Z | [ host-image] Feb 21 22:45:10.486 INFO O| Feb 21 22:45:10.486 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9579 | 2025-02-21T22:45:12.525Z | [ host-image] Feb 21 22:45:10.508 INFO O| Feb 21 22:45:10.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9580 | 2025-02-21T22:45:12.525Z | [ host-image] Feb 21 22:45:10.508 INFO O| Feb 21 22:45:10.508 INFO copying /tmp/.tmpguEzOU/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 ... |
9581 | 2025-02-21T22:45:12.525Z | [ host-image] Feb 21 22:45:10.508 INFO O| Feb 21 22:45:10.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9582 | 2025-02-21T22:45:12.527Z | [ host-image] Feb 21 22:45:10.508 INFO O| Feb 21 22:45:10.508 INFO ok! |
9583 | 2025-02-21T22:45:12.527Z | [ host-image] Feb 21 22:45:10.508 INFO O| Feb 21 22:45:10.508 INFO STEP 66 (ensure_file) COMPLETE |
9584 | 2025-02-21T22:45:12.527Z | [ host-image] Feb 21 22:45:10.508 INFO O| Feb 21 22:45:10.508 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9585 | 2025-02-21T22:45:12.558Z | [ host-image] Feb 21 22:45:10.540 INFO O| Feb 21 22:45:10.540 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9586 | 2025-02-21T22:45:12.558Z | [ host-image] Feb 21 22:45:10.540 INFO O| Feb 21 22:45:10.540 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9587 | 2025-02-21T22:45:12.559Z | [ host-image] Feb 21 22:45:10.541 INFO O| Feb 21 22:45:10.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9588 | 2025-02-21T22:45:12.559Z | [ host-image] Feb 21 22:45:10.541 INFO O| Feb 21 22:45:10.541 INFO ok! |
9589 | 2025-02-21T22:45:12.562Z | [ host-image] Feb 21 22:45:10.541 INFO O| Feb 21 22:45:10.541 INFO STEP 67 (ensure_file) COMPLETE |
9590 | 2025-02-21T22:45:12.562Z | [ host-image] Feb 21 22:45:10.541 INFO O| Feb 21 22:45:10.541 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9591 | 2025-02-21T22:45:12.578Z | [ host-image] Feb 21 22:45:10.561 INFO O| Feb 21 22:45:10.561 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9592 | 2025-02-21T22:45:12.581Z | [ host-image] Feb 21 22:45:10.562 INFO O| Feb 21 22:45:10.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9593 | 2025-02-21T22:45:12.581Z | [ host-image] Feb 21 22:45:10.562 INFO O| Feb 21 22:45:10.562 INFO STEP 68 (ensure_dir) COMPLETE |
9594 | 2025-02-21T22:45:12.581Z | [ host-image] Feb 21 22:45:10.562 INFO O| Feb 21 22:45:10.562 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9595 | 2025-02-21T22:45:12.597Z | [ host-image] Feb 21 22:45:10.581 INFO O| Feb 21 22:45:10.581 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9596 | 2025-02-21T22:45:12.597Z | [ host-image] Feb 21 22:45:10.581 INFO O| Feb 21 22:45:10.581 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9597 | 2025-02-21T22:45:14.054Z | [ host-image] Feb 21 22:45:12.037 INFO O| Feb 21 22:45:12.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9598 | 2025-02-21T22:45:14.054Z | [ host-image] Feb 21 22:45:12.037 INFO O| Feb 21 22:45:12.037 INFO ok! |
9599 | 2025-02-21T22:45:14.054Z | [ host-image] Feb 21 22:45:12.037 INFO O| Feb 21 22:45:12.037 INFO STEP 69 (ensure_file) COMPLETE |
9600 | 2025-02-21T22:45:14.054Z | [ host-image] Feb 21 22:45:12.037 INFO O| Feb 21 22:45:12.037 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9601 | 2025-02-21T22:45:14.093Z | [ host-image] Feb 21 22:45:12.076 INFO O| Feb 21 22:45:12.076 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9602 | 2025-02-21T22:45:14.094Z | [ host-image] Feb 21 22:45:12.076 INFO O| Feb 21 22:45:12.076 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9603 | 2025-02-21T22:45:16.616Z | [ host-image] Feb 21 22:45:14.599 INFO O| Feb 21 22:45:14.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9604 | 2025-02-21T22:45:16.616Z | [ host-image] Feb 21 22:45:14.599 INFO O| Feb 21 22:45:14.599 INFO ok! |
9605 | 2025-02-21T22:45:16.619Z | [ host-image] Feb 21 22:45:14.599 INFO O| Feb 21 22:45:14.599 INFO STEP 70 (ensure_file) COMPLETE |
9606 | 2025-02-21T22:45:16.619Z | [ host-image] Feb 21 22:45:14.599 INFO O| Feb 21 22:45:14.599 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9607 | 2025-02-21T22:45:16.635Z | [ host-image] Feb 21 22:45:14.618 INFO O| Feb 21 22:45:14.618 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9608 | 2025-02-21T22:45:16.635Z | [ host-image] Feb 21 22:45:14.618 INFO O| Feb 21 22:45:14.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9609 | 2025-02-21T22:45:16.636Z | [ host-image] Feb 21 22:45:14.618 INFO O| Feb 21 22:45:14.618 INFO STEP 71 (ensure_dir) COMPLETE |
9610 | 2025-02-21T22:45:16.638Z | [ host-image] Feb 21 22:45:14.618 INFO O| Feb 21 22:45:14.618 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9611 | 2025-02-21T22:45:16.653Z | [ host-image] Feb 21 22:45:14.636 INFO O| Feb 21 22:45:14.636 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9612 | 2025-02-21T22:45:16.653Z | [ host-image] Feb 21 22:45:14.636 INFO O| Feb 21 22:45:14.636 INFO copying /tmp/.tmpguEzOU/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 ... |
9613 | 2025-02-21T22:45:16.653Z | [ host-image] Feb 21 22:45:14.636 INFO O| Feb 21 22:45:14.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9614 | 2025-02-21T22:45:16.656Z | [ host-image] Feb 21 22:45:14.636 INFO O| Feb 21 22:45:14.636 INFO ok! |
9615 | 2025-02-21T22:45:16.656Z | [ host-image] Feb 21 22:45:14.636 INFO O| Feb 21 22:45:14.636 INFO STEP 72 (ensure_file) COMPLETE |
9616 | 2025-02-21T22:45:16.656Z | [ host-image] Feb 21 22:45:14.636 INFO O| Feb 21 22:45:14.636 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9617 | 2025-02-21T22:45:16.697Z | [ host-image] Feb 21 22:45:14.679 INFO O| Feb 21 22:45:14.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9618 | 2025-02-21T22:45:16.697Z | [ host-image] Feb 21 22:45:14.679 INFO O| Feb 21 22:45:14.679 INFO copying /tmp/.tmpguEzOU/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 ... |
9619 | 2025-02-21T22:45:16.700Z | [ host-image] Feb 21 22:45:14.680 INFO O| Feb 21 22:45:14.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9620 | 2025-02-21T22:45:16.700Z | [ host-image] Feb 21 22:45:14.680 INFO O| Feb 21 22:45:14.680 INFO ok! |
9621 | 2025-02-21T22:45:16.700Z | [ host-image] Feb 21 22:45:14.680 INFO O| Feb 21 22:45:14.680 INFO STEP 73 (ensure_file) COMPLETE |
9622 | 2025-02-21T22:45:16.700Z | [ host-image] Feb 21 22:45:14.680 INFO O| Feb 21 22:45:14.680 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9623 | 2025-02-21T22:45:16.717Z | [ host-image] Feb 21 22:45:14.700 INFO O| Feb 21 22:45:14.700 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9624 | 2025-02-21T22:45:16.717Z | [ host-image] Feb 21 22:45:14.700 INFO O| Feb 21 22:45:14.700 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9625 | 2025-02-21T22:45:16.720Z | [ host-image] Feb 21 22:45:14.701 INFO O| Feb 21 22:45:14.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9626 | 2025-02-21T22:45:16.720Z | [ host-image] Feb 21 22:45:14.701 INFO O| Feb 21 22:45:14.701 INFO ok! |
9627 | 2025-02-21T22:45:16.720Z | [ host-image] Feb 21 22:45:14.701 INFO O| Feb 21 22:45:14.701 INFO STEP 74 (ensure_file) COMPLETE |
9628 | 2025-02-21T22:45:16.720Z | [ host-image] Feb 21 22:45:14.701 INFO O| Feb 21 22:45:14.701 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9629 | 2025-02-21T22:45:16.739Z | [ host-image] Feb 21 22:45:14.721 INFO O| Feb 21 22:45:14.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9630 | 2025-02-21T22:45:16.742Z | [ host-image] Feb 21 22:45:14.721 INFO O| Feb 21 22:45:14.721 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9631 | 2025-02-21T22:45:16.742Z | [ host-image] Feb 21 22:45:14.722 INFO O| Feb 21 22:45:14.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9632 | 2025-02-21T22:45:16.742Z | [ host-image] Feb 21 22:45:14.722 INFO O| Feb 21 22:45:14.722 INFO ok! |
9633 | 2025-02-21T22:45:16.742Z | [ host-image] Feb 21 22:45:14.722 INFO O| Feb 21 22:45:14.722 INFO STEP 75 (ensure_file) COMPLETE |
9634 | 2025-02-21T22:45:16.742Z | [ host-image] Feb 21 22:45:14.722 INFO O| Feb 21 22:45:14.722 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9635 | 2025-02-21T22:45:16.763Z | [ host-image] Feb 21 22:45:14.746 INFO O| Feb 21 22:45:14.746 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9636 | 2025-02-21T22:45:16.766Z | [ host-image] Feb 21 22:45:14.746 INFO O| Feb 21 22:45:14.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9637 | 2025-02-21T22:45:16.766Z | [ host-image] Feb 21 22:45:14.746 INFO O| Feb 21 22:45:14.746 INFO STEP 76 (ensure_dir) COMPLETE |
9638 | 2025-02-21T22:45:16.766Z | [ host-image] Feb 21 22:45:14.747 INFO O| Feb 21 22:45:14.746 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9639 | 2025-02-21T22:45:16.856Z | [ host-image] Feb 21 22:45:14.838 INFO O| Feb 21 22:45:14.838 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9640 | 2025-02-21T22:45:16.856Z | [ host-image] Feb 21 22:45:14.838 INFO O| Feb 21 22:45:14.838 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9641 | 2025-02-21T22:45:16.860Z | [ host-image] Feb 21 22:45:14.843 INFO O| Feb 21 22:45:14.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9642 | 2025-02-21T22:45:16.860Z | [ host-image] Feb 21 22:45:14.843 INFO O| Feb 21 22:45:14.843 INFO ok! |
9643 | 2025-02-21T22:45:16.861Z | [ host-image] Feb 21 22:45:14.843 INFO O| Feb 21 22:45:14.843 INFO STEP 77 (ensure_file) COMPLETE |
9644 | 2025-02-21T22:45:16.864Z | [ host-image] Feb 21 22:45:14.843 INFO O| Feb 21 22:45:14.843 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9645 | 2025-02-21T22:45:16.882Z | [ host-image] Feb 21 22:45:14.865 INFO O| Feb 21 22:45:14.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9646 | 2025-02-21T22:45:16.883Z | [ host-image] Feb 21 22:45:14.865 INFO O| Feb 21 22:45:14.865 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9647 | 2025-02-21T22:45:16.883Z | [ host-image] Feb 21 22:45:14.865 INFO O| Feb 21 22:45:14.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9648 | 2025-02-21T22:45:16.883Z | [ host-image] Feb 21 22:45:14.865 INFO O| Feb 21 22:45:14.865 INFO ok! |
9649 | 2025-02-21T22:45:16.885Z | [ host-image] Feb 21 22:45:14.865 INFO O| Feb 21 22:45:14.865 INFO STEP 78 (ensure_file) COMPLETE |
9650 | 2025-02-21T22:45:16.886Z | [ host-image] Feb 21 22:45:14.865 INFO O| Feb 21 22:45:14.865 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9651 | 2025-02-21T22:45:16.904Z | [ host-image] Feb 21 22:45:14.887 INFO O| Feb 21 22:45:14.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9652 | 2025-02-21T22:45:16.904Z | [ host-image] Feb 21 22:45:14.887 INFO O| Feb 21 22:45:14.886 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9653 | 2025-02-21T22:45:18.337Z | [ recovery-image] Feb 21 22:45:16.319 INFO E| Compiling bitflags v1.3.2 |
9654 | 2025-02-21T22:45:18.337Z | [ recovery-image] Feb 21 22:45:16.319 INFO E| Compiling log v0.4.22 |
9655 | 2025-02-21T22:45:18.343Z | [ recovery-image] Feb 21 22:45:16.319 INFO E| Compiling plain v0.2.3 |
9656 | 2025-02-21T22:45:18.343Z | [ recovery-image] Feb 21 22:45:16.319 INFO E| Compiling scroll v0.12.0 |
9657 | 2025-02-21T22:45:18.343Z | [ recovery-image] Feb 21 22:45:16.319 INFO E| Compiling adler2 v2.0.0 |
9658 | 2025-02-21T22:45:18.343Z | [ recovery-image] Feb 21 22:45:16.319 INFO E| Compiling bit_field v0.10.2 |
9659 | 2025-02-21T22:45:18.344Z | [ recovery-image] Feb 21 22:45:16.320 INFO E| Compiling static_assertions v1.1.0 |
9660 | 2025-02-21T22:45:18.462Z | [ recovery-image] Feb 21 22:45:16.443 INFO E| Compiling raw-cpuid v10.7.0 |
9661 | 2025-02-21T22:45:18.521Z | [ recovery-image] Feb 21 22:45:16.503 INFO E| Compiling cpio_reader v0.1.1 |
9662 | 2025-02-21T22:45:18.588Z | [ recovery-image] Feb 21 22:45:16.570 INFO E| Compiling bitstruct v0.1.1 |
9663 | 2025-02-21T22:45:18.739Z | [ recovery-image] Feb 21 22:45:16.721 INFO E| Compiling miniz_oxide v0.8.0 |
9664 | 2025-02-21T22:45:18.949Z | [ host-image] Feb 21 22:45:16.932 INFO O| Feb 21 22:45:16.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9665 | 2025-02-21T22:45:18.949Z | [ host-image] Feb 21 22:45:16.932 INFO O| Feb 21 22:45:16.931 INFO ok! |
9666 | 2025-02-21T22:45:18.952Z | [ host-image] Feb 21 22:45:16.932 INFO O| Feb 21 22:45:16.931 INFO STEP 79 (ensure_file) COMPLETE |
9667 | 2025-02-21T22:45:18.952Z | [ host-image] Feb 21 22:45:16.932 INFO O| Feb 21 22:45:16.932 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9668 | 2025-02-21T22:45:19.007Z | [ host-image] Feb 21 22:45:16.989 INFO O| Feb 21 22:45:16.989 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9669 | 2025-02-21T22:45:19.007Z | [ host-image] Feb 21 22:45:16.989 INFO O| Feb 21 22:45:16.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9670 | 2025-02-21T22:45:19.010Z | [ host-image] Feb 21 22:45:16.989 INFO O| Feb 21 22:45:16.989 INFO STEP 80 (ensure_dir) COMPLETE |
9671 | 2025-02-21T22:45:19.010Z | [ host-image] Feb 21 22:45:16.990 INFO O| Feb 21 22:45:16.989 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9672 | 2025-02-21T22:45:19.099Z | [ host-image] Feb 21 22:45:17.081 INFO O| Feb 21 22:45:17.081 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9673 | 2025-02-21T22:45:19.101Z | [ host-image] Feb 21 22:45:17.081 INFO O| Feb 21 22:45:17.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9674 | 2025-02-21T22:45:19.101Z | [ host-image] Feb 21 22:45:17.081 INFO O| Feb 21 22:45:17.081 INFO STEP 81 (ensure_dir) COMPLETE |
9675 | 2025-02-21T22:45:19.101Z | [ host-image] Feb 21 22:45:17.081 INFO O| Feb 21 22:45:17.081 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9676 | 2025-02-21T22:45:19.154Z | [ host-image] Feb 21 22:45:17.136 INFO O| Feb 21 22:45:17.136 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9677 | 2025-02-21T22:45:19.154Z | [ host-image] Feb 21 22:45:17.136 INFO O| Feb 21 22:45:17.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9678 | 2025-02-21T22:45:19.156Z | [ host-image] Feb 21 22:45:17.136 INFO O| Feb 21 22:45:17.136 INFO STEP 82 (ensure_dir) COMPLETE |
9679 | 2025-02-21T22:45:19.156Z | [ host-image] Feb 21 22:45:17.136 INFO O| Feb 21 22:45:17.136 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9680 | 2025-02-21T22:45:19.191Z | [ host-image] Feb 21 22:45:17.173 INFO O| Feb 21 22:45:17.173 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9681 | 2025-02-21T22:45:19.191Z | [ host-image] Feb 21 22:45:17.173 INFO O| Feb 21 22:45:17.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9682 | 2025-02-21T22:45:19.191Z | [ host-image] Feb 21 22:45:17.173 INFO O| Feb 21 22:45:17.173 INFO STEP 83 (ensure_dir) COMPLETE |
9683 | 2025-02-21T22:45:19.194Z | [ host-image] Feb 21 22:45:17.173 INFO O| Feb 21 22:45:17.173 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9684 | 2025-02-21T22:45:19.234Z | [ host-image] Feb 21 22:45:17.217 INFO O| Feb 21 22:45:17.217 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9685 | 2025-02-21T22:45:19.237Z | [ host-image] Feb 21 22:45:17.217 INFO O| Feb 21 22:45:17.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9686 | 2025-02-21T22:45:19.237Z | [ host-image] Feb 21 22:45:17.217 INFO O| Feb 21 22:45:17.217 INFO STEP 84 (ensure_dir) COMPLETE |
9687 | 2025-02-21T22:45:19.237Z | [ host-image] Feb 21 22:45:17.217 INFO O| Feb 21 22:45:17.217 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9688 | 2025-02-21T22:45:19.367Z | [ host-image] Feb 21 22:45:17.349 INFO O| Feb 21 22:45:17.349 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9689 | 2025-02-21T22:45:19.367Z | [ host-image] Feb 21 22:45:17.349 INFO O| Feb 21 22:45:17.349 INFO copying /tmp/.tmpguEzOU/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 ... |
9690 | 2025-02-21T22:45:19.370Z | [ host-image] Feb 21 22:45:17.350 INFO O| Feb 21 22:45:17.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9691 | 2025-02-21T22:45:19.370Z | [ host-image] Feb 21 22:45:17.350 INFO O| Feb 21 22:45:17.350 INFO ok! |
9692 | 2025-02-21T22:45:19.370Z | [ host-image] Feb 21 22:45:17.350 INFO O| Feb 21 22:45:17.350 INFO STEP 85 (ensure_file) COMPLETE |
9693 | 2025-02-21T22:45:19.370Z | [ host-image] Feb 21 22:45:17.350 INFO O| Feb 21 22:45:17.350 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9694 | 2025-02-21T22:45:19.467Z | [ host-image] Feb 21 22:45:17.449 INFO O| Feb 21 22:45:17.449 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9695 | 2025-02-21T22:45:19.467Z | [ host-image] Feb 21 22:45:17.449 INFO O| Feb 21 22:45:17.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9696 | 2025-02-21T22:45:19.467Z | [ host-image] Feb 21 22:45:17.449 INFO O| Feb 21 22:45:17.449 INFO STEP 86 (ensure_dir) COMPLETE |
9697 | 2025-02-21T22:45:19.470Z | [ host-image] Feb 21 22:45:17.449 INFO O| Feb 21 22:45:17.449 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9698 | 2025-02-21T22:45:19.589Z | [ host-image] Feb 21 22:45:17.571 INFO O| Feb 21 22:45:17.571 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9699 | 2025-02-21T22:45:19.589Z | [ host-image] Feb 21 22:45:17.571 INFO O| Feb 21 22:45:17.571 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9700 | 2025-02-21T22:45:19.589Z | [ host-image] Feb 21 22:45:17.572 INFO O| Feb 21 22:45:17.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9701 | 2025-02-21T22:45:19.592Z | [ host-image] Feb 21 22:45:17.572 INFO O| Feb 21 22:45:17.572 INFO ok! |
9702 | 2025-02-21T22:45:19.592Z | [ host-image] Feb 21 22:45:17.572 INFO O| Feb 21 22:45:17.572 INFO STEP 87 (ensure_file) COMPLETE |
9703 | 2025-02-21T22:45:19.593Z | [ host-image] Feb 21 22:45:17.572 INFO O| Feb 21 22:45:17.572 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9704 | 2025-02-21T22:45:19.643Z | [ host-image] Feb 21 22:45:17.625 INFO O| Feb 21 22:45:17.625 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9705 | 2025-02-21T22:45:19.648Z | [ host-image] Feb 21 22:45:17.625 INFO O| Feb 21 22:45:17.625 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9706 | 2025-02-21T22:45:20.158Z | [ recovery-image] Feb 21 22:45:18.140 INFO E| Compiling goblin v0.8.2 |
9707 | 2025-02-21T22:45:20.174Z | [ host-image] Feb 21 22:45:18.156 INFO O| Feb 21 22:45:18.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9708 | 2025-02-21T22:45:20.174Z | [ host-image] Feb 21 22:45:18.156 INFO O| Feb 21 22:45:18.156 INFO ok! |
9709 | 2025-02-21T22:45:20.177Z | [ host-image] Feb 21 22:45:18.156 INFO O| Feb 21 22:45:18.156 INFO STEP 88 (ensure_file) COMPLETE |
9710 | 2025-02-21T22:45:20.177Z | [ host-image] Feb 21 22:45:18.156 INFO O| Feb 21 22:45:18.156 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9711 | 2025-02-21T22:45:20.195Z | [ host-image] Feb 21 22:45:18.177 INFO O| Feb 21 22:45:18.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9712 | 2025-02-21T22:45:20.195Z | [ host-image] Feb 21 22:45:18.177 INFO O| Feb 21 22:45:18.177 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9713 | 2025-02-21T22:45:20.227Z | [ host-image] Feb 21 22:45:18.206 INFO O| Feb 21 22:45:18.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9714 | 2025-02-21T22:45:20.227Z | [ host-image] Feb 21 22:45:18.206 INFO O| Feb 21 22:45:18.206 INFO ok! |
9715 | 2025-02-21T22:45:20.231Z | [ host-image] Feb 21 22:45:18.206 INFO O| Feb 21 22:45:18.206 INFO STEP 89 (ensure_file) COMPLETE |
9716 | 2025-02-21T22:45:20.231Z | [ host-image] Feb 21 22:45:18.206 INFO O| Feb 21 22:45:18.206 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9717 | 2025-02-21T22:45:20.273Z | [ host-image] Feb 21 22:45:18.255 INFO O| Feb 21 22:45:18.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9718 | 2025-02-21T22:45:20.273Z | [ host-image] Feb 21 22:45:18.255 INFO O| Feb 21 22:45:18.255 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9719 | 2025-02-21T22:45:20.276Z | [ host-image] Feb 21 22:45:18.256 INFO O| Feb 21 22:45:18.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9720 | 2025-02-21T22:45:20.276Z | [ host-image] Feb 21 22:45:18.256 INFO O| Feb 21 22:45:18.256 INFO ok! |
9721 | 2025-02-21T22:45:20.276Z | [ host-image] Feb 21 22:45:18.256 INFO O| Feb 21 22:45:18.256 INFO STEP 90 (ensure_file) COMPLETE |
9722 | 2025-02-21T22:45:20.276Z | [ host-image] Feb 21 22:45:18.256 INFO O| Feb 21 22:45:18.256 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9723 | 2025-02-21T22:45:20.295Z | [ host-image] Feb 21 22:45:18.277 INFO O| Feb 21 22:45:18.277 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9724 | 2025-02-21T22:45:20.298Z | [ host-image] Feb 21 22:45:18.278 INFO O| Feb 21 22:45:18.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9725 | 2025-02-21T22:45:20.298Z | [ host-image] Feb 21 22:45:18.278 INFO O| Feb 21 22:45:18.278 INFO STEP 91 (ensure_dir) COMPLETE |
9726 | 2025-02-21T22:45:20.298Z | [ host-image] Feb 21 22:45:18.278 INFO O| Feb 21 22:45:18.278 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9727 | 2025-02-21T22:45:20.315Z | [ host-image] Feb 21 22:45:18.297 INFO O| Feb 21 22:45:18.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9728 | 2025-02-21T22:45:20.315Z | [ host-image] Feb 21 22:45:18.297 INFO O| Feb 21 22:45:18.297 INFO copying /tmp/.tmpguEzOU/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 ... |
9729 | 2025-02-21T22:45:20.319Z | [ host-image] Feb 21 22:45:18.298 INFO O| Feb 21 22:45:18.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9730 | 2025-02-21T22:45:20.319Z | [ host-image] Feb 21 22:45:18.298 INFO O| Feb 21 22:45:18.298 INFO ok! |
9731 | 2025-02-21T22:45:20.319Z | [ host-image] Feb 21 22:45:18.298 INFO O| Feb 21 22:45:18.298 INFO STEP 92 (ensure_file) COMPLETE |
9732 | 2025-02-21T22:45:20.319Z | [ host-image] Feb 21 22:45:18.298 INFO O| Feb 21 22:45:18.298 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9733 | 2025-02-21T22:45:20.337Z | [ host-image] Feb 21 22:45:18.319 INFO O| Feb 21 22:45:18.319 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9734 | 2025-02-21T22:45:20.337Z | [ host-image] Feb 21 22:45:18.319 INFO O| Feb 21 22:45:18.319 INFO copying /tmp/.tmpguEzOU/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 ... |
9735 | 2025-02-21T22:45:20.340Z | [ host-image] Feb 21 22:45:18.319 INFO O| Feb 21 22:45:18.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9736 | 2025-02-21T22:45:20.340Z | [ host-image] Feb 21 22:45:18.319 INFO O| Feb 21 22:45:18.319 INFO ok! |
9737 | 2025-02-21T22:45:20.340Z | [ host-image] Feb 21 22:45:18.319 INFO O| Feb 21 22:45:18.319 INFO STEP 93 (ensure_file) COMPLETE |
9738 | 2025-02-21T22:45:20.340Z | [ host-image] Feb 21 22:45:18.319 INFO O| Feb 21 22:45:18.319 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9739 | 2025-02-21T22:45:20.373Z | [ host-image] Feb 21 22:45:18.355 INFO O| Feb 21 22:45:18.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9740 | 2025-02-21T22:45:20.373Z | [ host-image] Feb 21 22:45:18.355 INFO O| Feb 21 22:45:18.355 INFO copying /tmp/.tmpguEzOU/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 ... |
9741 | 2025-02-21T22:45:20.377Z | [ host-image] Feb 21 22:45:18.356 INFO O| Feb 21 22:45:18.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9742 | 2025-02-21T22:45:20.377Z | [ host-image] Feb 21 22:45:18.356 INFO O| Feb 21 22:45:18.356 INFO ok! |
9743 | 2025-02-21T22:45:20.377Z | [ host-image] Feb 21 22:45:18.356 INFO O| Feb 21 22:45:18.356 INFO STEP 94 (ensure_file) COMPLETE |
9744 | 2025-02-21T22:45:20.377Z | [ host-image] Feb 21 22:45:18.356 INFO O| Feb 21 22:45:18.356 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9745 | 2025-02-21T22:45:20.480Z | [ host-image] Feb 21 22:45:18.462 INFO O| Feb 21 22:45:18.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9746 | 2025-02-21T22:45:20.481Z | [ host-image] Feb 21 22:45:18.463 INFO O| Feb 21 22:45:18.462 INFO copying /tmp/.tmpguEzOU/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 ... |
9747 | 2025-02-21T22:45:20.484Z | [ host-image] Feb 21 22:45:18.463 INFO O| Feb 21 22:45:18.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9748 | 2025-02-21T22:45:20.484Z | [ host-image] Feb 21 22:45:18.463 INFO O| Feb 21 22:45:18.463 INFO ok! |
9749 | 2025-02-21T22:45:20.484Z | [ host-image] Feb 21 22:45:18.463 INFO O| Feb 21 22:45:18.463 INFO STEP 95 (ensure_file) COMPLETE |
9750 | 2025-02-21T22:45:20.484Z | [ host-image] Feb 21 22:45:18.463 INFO O| Feb 21 22:45:18.463 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9751 | 2025-02-21T22:45:20.582Z | [ host-image] Feb 21 22:45:18.564 INFO O| Feb 21 22:45:18.564 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9752 | 2025-02-21T22:45:20.582Z | [ host-image] Feb 21 22:45:18.564 INFO O| Feb 21 22:45:18.564 INFO copying /tmp/.tmpguEzOU/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 ... |
9753 | 2025-02-21T22:45:20.582Z | [ host-image] Feb 21 22:45:18.564 INFO O| Feb 21 22:45:18.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9754 | 2025-02-21T22:45:20.582Z | [ host-image] Feb 21 22:45:18.564 INFO O| Feb 21 22:45:18.564 INFO ok! |
9755 | 2025-02-21T22:45:20.585Z | [ host-image] Feb 21 22:45:18.565 INFO O| Feb 21 22:45:18.564 INFO STEP 96 (ensure_file) COMPLETE |
9756 | 2025-02-21T22:45:20.585Z | [ host-image] Feb 21 22:45:18.565 INFO O| Feb 21 22:45:18.565 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9757 | 2025-02-21T22:45:20.642Z | [ host-image] Feb 21 22:45:18.624 INFO O| Feb 21 22:45:18.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist |
9758 | 2025-02-21T22:45:20.642Z | [ host-image] Feb 21 22:45:18.624 INFO O| Feb 21 22:45:18.624 INFO copying /tmp/.tmpguEzOU/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 ... |
9759 | 2025-02-21T22:45:20.646Z | [ host-image] Feb 21 22:45:18.624 INFO O| Feb 21 22:45:18.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d |
9760 | 2025-02-21T22:45:20.646Z | [ host-image] Feb 21 22:45:18.624 INFO O| Feb 21 22:45:18.624 INFO ok! |
9761 | 2025-02-21T22:45:20.646Z | [ host-image] Feb 21 22:45:18.625 INFO O| Feb 21 22:45:18.624 INFO STEP 97 (ensure_file) COMPLETE |
9762 | 2025-02-21T22:45:20.646Z | [ host-image] Feb 21 22:45:18.625 INFO O| Feb 21 22:45:18.625 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9763 | 2025-02-21T22:45:20.721Z | [ host-image] Feb 21 22:45:18.703 INFO O| Feb 21 22:45:18.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9764 | 2025-02-21T22:45:20.721Z | [ host-image] Feb 21 22:45:18.703 INFO O| Feb 21 22:45:18.703 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9765 | 2025-02-21T22:45:20.721Z | [ host-image] Feb 21 22:45:18.703 INFO O| Feb 21 22:45:18.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9766 | 2025-02-21T22:45:20.721Z | [ host-image] Feb 21 22:45:18.703 INFO O| Feb 21 22:45:18.703 INFO ok! |
9767 | 2025-02-21T22:45:20.721Z | [ host-image] Feb 21 22:45:18.703 INFO O| Feb 21 22:45:18.703 INFO STEP 98 (ensure_file) COMPLETE |
9768 | 2025-02-21T22:45:20.724Z | [ host-image] Feb 21 22:45:18.703 INFO O| Feb 21 22:45:18.703 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9769 | 2025-02-21T22:45:20.795Z | [ host-image] Feb 21 22:45:18.777 INFO O| Feb 21 22:45:18.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9770 | 2025-02-21T22:45:20.795Z | [ host-image] Feb 21 22:45:18.777 INFO O| Feb 21 22:45:18.777 INFO copying /tmp/.tmpguEzOU/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 ... |
9771 | 2025-02-21T22:45:20.798Z | [ host-image] Feb 21 22:45:18.777 INFO O| Feb 21 22:45:18.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9772 | 2025-02-21T22:45:20.798Z | [ host-image] Feb 21 22:45:18.777 INFO O| Feb 21 22:45:18.777 INFO ok! |
9773 | 2025-02-21T22:45:20.798Z | [ host-image] Feb 21 22:45:18.777 INFO O| Feb 21 22:45:18.777 INFO STEP 99 (ensure_file) COMPLETE |
9774 | 2025-02-21T22:45:20.798Z | [ host-image] Feb 21 22:45:18.777 INFO O| Feb 21 22:45:18.777 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9775 | 2025-02-21T22:45:20.828Z | [ host-image] Feb 21 22:45:18.809 INFO O| Feb 21 22:45:18.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9776 | 2025-02-21T22:45:20.828Z | [ host-image] Feb 21 22:45:18.809 INFO O| Feb 21 22:45:18.809 INFO copying /tmp/.tmpguEzOU/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 ... |
9777 | 2025-02-21T22:45:20.828Z | [ host-image] Feb 21 22:45:18.809 INFO O| Feb 21 22:45:18.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9778 | 2025-02-21T22:45:20.828Z | [ host-image] Feb 21 22:45:18.809 INFO O| Feb 21 22:45:18.809 INFO ok! |
9779 | 2025-02-21T22:45:20.828Z | [ host-image] Feb 21 22:45:18.810 INFO O| Feb 21 22:45:18.809 INFO STEP 100 (ensure_file) COMPLETE |
9780 | 2025-02-21T22:45:20.828Z | [ host-image] Feb 21 22:45:18.810 INFO O| Feb 21 22:45:18.809 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9781 | 2025-02-21T22:45:20.847Z | [ host-image] Feb 21 22:45:18.829 INFO O| Feb 21 22:45:18.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9782 | 2025-02-21T22:45:20.847Z | [ host-image] Feb 21 22:45:18.829 INFO O| Feb 21 22:45:18.829 INFO copying /tmp/.tmpguEzOU/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 ... |
9783 | 2025-02-21T22:45:20.847Z | [ host-image] Feb 21 22:45:18.829 INFO O| Feb 21 22:45:18.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9784 | 2025-02-21T22:45:20.850Z | [ host-image] Feb 21 22:45:18.829 INFO O| Feb 21 22:45:18.829 INFO ok! |
9785 | 2025-02-21T22:45:20.850Z | [ host-image] Feb 21 22:45:18.830 INFO O| Feb 21 22:45:18.829 INFO STEP 101 (ensure_file) COMPLETE |
9786 | 2025-02-21T22:45:20.851Z | [ host-image] Feb 21 22:45:18.830 INFO O| Feb 21 22:45:18.829 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9787 | 2025-02-21T22:45:20.879Z | [ host-image] Feb 21 22:45:18.861 INFO O| Feb 21 22:45:18.861 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9788 | 2025-02-21T22:45:20.879Z | [ host-image] Feb 21 22:45:18.862 INFO O| Feb 21 22:45:18.861 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9789 | 2025-02-21T22:45:20.882Z | [ host-image] Feb 21 22:45:18.862 INFO O| Feb 21 22:45:18.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9790 | 2025-02-21T22:45:20.882Z | [ host-image] Feb 21 22:45:18.862 INFO O| Feb 21 22:45:18.862 INFO ok! |
9791 | 2025-02-21T22:45:20.882Z | [ host-image] Feb 21 22:45:18.862 INFO O| Feb 21 22:45:18.862 INFO STEP 102 (ensure_file) COMPLETE |
9792 | 2025-02-21T22:45:20.882Z | [ host-image] Feb 21 22:45:18.862 INFO O| Feb 21 22:45:18.862 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9793 | 2025-02-21T22:45:20.903Z | [ host-image] Feb 21 22:45:18.885 INFO O| Feb 21 22:45:18.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9794 | 2025-02-21T22:45:20.903Z | [ host-image] Feb 21 22:45:18.885 INFO O| Feb 21 22:45:18.885 INFO copying /tmp/.tmpguEzOU/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 ... |
9795 | 2025-02-21T22:45:20.906Z | [ host-image] Feb 21 22:45:18.886 INFO O| Feb 21 22:45:18.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9796 | 2025-02-21T22:45:20.906Z | [ host-image] Feb 21 22:45:18.886 INFO O| Feb 21 22:45:18.886 INFO ok! |
9797 | 2025-02-21T22:45:20.906Z | [ host-image] Feb 21 22:45:18.886 INFO O| Feb 21 22:45:18.886 INFO STEP 103 (ensure_file) COMPLETE |
9798 | 2025-02-21T22:45:20.906Z | [ host-image] Feb 21 22:45:18.886 INFO O| Feb 21 22:45:18.886 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9799 | 2025-02-21T22:45:20.984Z | [ host-image] Feb 21 22:45:18.966 INFO O| Feb 21 22:45:18.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9800 | 2025-02-21T22:45:20.984Z | [ host-image] Feb 21 22:45:18.966 INFO O| Feb 21 22:45:18.966 INFO copying /tmp/.tmpguEzOU/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 ... |
9801 | 2025-02-21T22:45:20.987Z | [ host-image] Feb 21 22:45:18.966 INFO O| Feb 21 22:45:18.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9802 | 2025-02-21T22:45:20.987Z | [ host-image] Feb 21 22:45:18.966 INFO O| Feb 21 22:45:18.966 INFO ok! |
9803 | 2025-02-21T22:45:20.987Z | [ host-image] Feb 21 22:45:18.966 INFO O| Feb 21 22:45:18.966 INFO STEP 104 (ensure_file) COMPLETE |
9804 | 2025-02-21T22:45:20.987Z | [ host-image] Feb 21 22:45:18.966 INFO O| Feb 21 22:45:18.966 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9805 | 2025-02-21T22:45:21.041Z | [ host-image] Feb 21 22:45:19.023 INFO O| Feb 21 22:45:19.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9806 | 2025-02-21T22:45:21.041Z | [ host-image] Feb 21 22:45:19.023 INFO O| Feb 21 22:45:19.023 INFO copying /tmp/.tmpguEzOU/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 ... |
9807 | 2025-02-21T22:45:21.044Z | [ host-image] Feb 21 22:45:19.023 INFO O| Feb 21 22:45:19.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9808 | 2025-02-21T22:45:21.044Z | [ host-image] Feb 21 22:45:19.023 INFO O| Feb 21 22:45:19.023 INFO ok! |
9809 | 2025-02-21T22:45:21.044Z | [ host-image] Feb 21 22:45:19.023 INFO O| Feb 21 22:45:19.023 INFO STEP 105 (ensure_file) COMPLETE |
9810 | 2025-02-21T22:45:21.044Z | [ host-image] Feb 21 22:45:19.023 INFO O| Feb 21 22:45:19.023 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9811 | 2025-02-21T22:45:21.072Z | [ host-image] Feb 21 22:45:19.054 INFO O| Feb 21 22:45:19.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9812 | 2025-02-21T22:45:21.073Z | [ host-image] Feb 21 22:45:19.054 INFO O| Feb 21 22:45:19.054 INFO copying /tmp/.tmpguEzOU/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 ... |
9813 | 2025-02-21T22:45:21.073Z | [ host-image] Feb 21 22:45:19.055 INFO O| Feb 21 22:45:19.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9814 | 2025-02-21T22:45:21.075Z | [ host-image] Feb 21 22:45:19.055 INFO O| Feb 21 22:45:19.055 INFO ok! |
9815 | 2025-02-21T22:45:21.075Z | [ host-image] Feb 21 22:45:19.055 INFO O| Feb 21 22:45:19.055 INFO STEP 106 (ensure_file) COMPLETE |
9816 | 2025-02-21T22:45:21.075Z | [ host-image] Feb 21 22:45:19.055 INFO O| Feb 21 22:45:19.055 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9817 | 2025-02-21T22:45:21.127Z | [ host-image] Feb 21 22:45:19.109 INFO O| Feb 21 22:45:19.109 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9818 | 2025-02-21T22:45:21.127Z | [ host-image] Feb 21 22:45:19.109 INFO O| Feb 21 22:45:19.109 INFO copying /tmp/.tmpguEzOU/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 ... |
9819 | 2025-02-21T22:45:21.130Z | [ host-image] Feb 21 22:45:19.110 INFO O| Feb 21 22:45:19.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9820 | 2025-02-21T22:45:21.130Z | [ host-image] Feb 21 22:45:19.110 INFO O| Feb 21 22:45:19.110 INFO ok! |
9821 | 2025-02-21T22:45:21.130Z | [ host-image] Feb 21 22:45:19.110 INFO O| Feb 21 22:45:19.110 INFO STEP 107 (ensure_file) COMPLETE |
9822 | 2025-02-21T22:45:21.130Z | [ host-image] Feb 21 22:45:19.110 INFO O| Feb 21 22:45:19.110 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9823 | 2025-02-21T22:45:21.160Z | [ host-image] Feb 21 22:45:19.142 INFO O| Feb 21 22:45:19.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9824 | 2025-02-21T22:45:21.160Z | [ host-image] Feb 21 22:45:19.142 INFO O| Feb 21 22:45:19.142 INFO copying /tmp/.tmpguEzOU/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 ... |
9825 | 2025-02-21T22:45:21.163Z | [ host-image] Feb 21 22:45:19.142 INFO O| Feb 21 22:45:19.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9826 | 2025-02-21T22:45:21.163Z | [ host-image] Feb 21 22:45:19.142 INFO O| Feb 21 22:45:19.142 INFO ok! |
9827 | 2025-02-21T22:45:21.163Z | [ host-image] Feb 21 22:45:19.142 INFO O| Feb 21 22:45:19.142 INFO STEP 108 (ensure_file) COMPLETE |
9828 | 2025-02-21T22:45:21.163Z | [ host-image] Feb 21 22:45:19.142 INFO O| Feb 21 22:45:19.142 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9829 | 2025-02-21T22:45:21.181Z | [ host-image] Feb 21 22:45:19.163 INFO O| Feb 21 22:45:19.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9830 | 2025-02-21T22:45:21.183Z | [ host-image] Feb 21 22:45:19.163 INFO O| Feb 21 22:45:19.163 INFO copying /tmp/.tmpguEzOU/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 ... |
9831 | 2025-02-21T22:45:21.183Z | [ host-image] Feb 21 22:45:19.163 INFO O| Feb 21 22:45:19.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9832 | 2025-02-21T22:45:21.183Z | [ host-image] Feb 21 22:45:19.163 INFO O| Feb 21 22:45:19.163 INFO ok! |
9833 | 2025-02-21T22:45:21.183Z | [ host-image] Feb 21 22:45:19.163 INFO O| Feb 21 22:45:19.163 INFO STEP 109 (ensure_file) COMPLETE |
9834 | 2025-02-21T22:45:21.183Z | [ host-image] Feb 21 22:45:19.163 INFO O| Feb 21 22:45:19.163 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9835 | 2025-02-21T22:45:21.229Z | [ host-image] Feb 21 22:45:19.207 INFO O| Feb 21 22:45:19.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9836 | 2025-02-21T22:45:21.229Z | [ host-image] Feb 21 22:45:19.208 INFO O| Feb 21 22:45:19.208 INFO copying /tmp/.tmpguEzOU/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 ... |
9837 | 2025-02-21T22:45:21.234Z | [ host-image] Feb 21 22:45:19.208 INFO O| Feb 21 22:45:19.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9838 | 2025-02-21T22:45:21.235Z | [ host-image] Feb 21 22:45:19.208 INFO O| Feb 21 22:45:19.208 INFO ok! |
9839 | 2025-02-21T22:45:21.235Z | [ host-image] Feb 21 22:45:19.208 INFO O| Feb 21 22:45:19.208 INFO STEP 110 (ensure_file) COMPLETE |
9840 | 2025-02-21T22:45:21.235Z | [ host-image] Feb 21 22:45:19.209 INFO O| Feb 21 22:45:19.208 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9841 | 2025-02-21T22:45:21.308Z | [ host-image] Feb 21 22:45:19.290 INFO O| Feb 21 22:45:19.290 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9842 | 2025-02-21T22:45:21.308Z | [ host-image] Feb 21 22:45:19.290 INFO O| Feb 21 22:45:19.290 INFO copying /tmp/.tmpguEzOU/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 ... |
9843 | 2025-02-21T22:45:21.311Z | [ host-image] Feb 21 22:45:19.291 INFO O| Feb 21 22:45:19.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9844 | 2025-02-21T22:45:21.311Z | [ host-image] Feb 21 22:45:19.291 INFO O| Feb 21 22:45:19.291 INFO ok! |
9845 | 2025-02-21T22:45:21.311Z | [ host-image] Feb 21 22:45:19.291 INFO O| Feb 21 22:45:19.291 INFO STEP 111 (ensure_file) COMPLETE |
9846 | 2025-02-21T22:45:21.311Z | [ host-image] Feb 21 22:45:19.291 INFO O| Feb 21 22:45:19.291 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9847 | 2025-02-21T22:45:21.331Z | [ host-image] Feb 21 22:45:19.313 INFO O| Feb 21 22:45:19.313 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9848 | 2025-02-21T22:45:21.331Z | [ host-image] Feb 21 22:45:19.313 INFO O| Feb 21 22:45:19.313 INFO copying /tmp/.tmpguEzOU/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 ... |
9849 | 2025-02-21T22:45:21.334Z | [ host-image] Feb 21 22:45:19.314 INFO O| Feb 21 22:45:19.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9850 | 2025-02-21T22:45:21.334Z | [ host-image] Feb 21 22:45:19.314 INFO O| Feb 21 22:45:19.314 INFO ok! |
9851 | 2025-02-21T22:45:21.334Z | [ host-image] Feb 21 22:45:19.314 INFO O| Feb 21 22:45:19.314 INFO STEP 112 (ensure_file) COMPLETE |
9852 | 2025-02-21T22:45:21.334Z | [ host-image] Feb 21 22:45:19.314 INFO O| Feb 21 22:45:19.314 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9853 | 2025-02-21T22:45:21.372Z | [ host-image] Feb 21 22:45:19.354 INFO O| Feb 21 22:45:19.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist |
9854 | 2025-02-21T22:45:21.372Z | [ host-image] Feb 21 22:45:19.354 INFO O| Feb 21 22:45:19.354 INFO copying /tmp/.tmpguEzOU/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 ... |
9855 | 2025-02-21T22:45:21.375Z | [ host-image] Feb 21 22:45:19.354 INFO O| Feb 21 22:45:19.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh |
9856 | 2025-02-21T22:45:21.375Z | [ host-image] Feb 21 22:45:19.355 INFO O| Feb 21 22:45:19.354 INFO ok! |
9857 | 2025-02-21T22:45:21.375Z | [ host-image] Feb 21 22:45:19.355 INFO O| Feb 21 22:45:19.354 INFO STEP 113 (ensure_file) COMPLETE |
9858 | 2025-02-21T22:45:21.375Z | [ host-image] Feb 21 22:45:19.355 INFO O| Feb 21 22:45:19.355 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9859 | 2025-02-21T22:45:21.394Z | [ host-image] Feb 21 22:45:19.376 INFO O| Feb 21 22:45:19.376 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist |
9860 | 2025-02-21T22:45:21.394Z | [ host-image] Feb 21 22:45:19.376 INFO O| Feb 21 22:45:19.376 INFO copying /tmp/.tmpguEzOU/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 ... |
9861 | 2025-02-21T22:45:21.397Z | [ host-image] Feb 21 22:45:19.376 INFO O| Feb 21 22:45:19.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d |
9862 | 2025-02-21T22:45:21.397Z | [ host-image] Feb 21 22:45:19.376 INFO O| Feb 21 22:45:19.376 INFO ok! |
9863 | 2025-02-21T22:45:21.397Z | [ host-image] Feb 21 22:45:19.376 INFO O| Feb 21 22:45:19.376 INFO STEP 114 (ensure_file) COMPLETE |
9864 | 2025-02-21T22:45:21.397Z | [ host-image] Feb 21 22:45:19.376 INFO O| Feb 21 22:45:19.376 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9865 | 2025-02-21T22:45:21.455Z | [ host-image] Feb 21 22:45:19.437 INFO O| Feb 21 22:45:19.437 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9866 | 2025-02-21T22:45:21.455Z | [ host-image] Feb 21 22:45:19.437 INFO O| Feb 21 22:45:19.437 INFO copying /tmp/.tmpguEzOU/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 ... |
9867 | 2025-02-21T22:45:21.458Z | [ host-image] Feb 21 22:45:19.437 INFO O| Feb 21 22:45:19.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9868 | 2025-02-21T22:45:21.458Z | [ host-image] Feb 21 22:45:19.437 INFO O| Feb 21 22:45:19.437 INFO ok! |
9869 | 2025-02-21T22:45:21.458Z | [ host-image] Feb 21 22:45:19.437 INFO O| Feb 21 22:45:19.437 INFO STEP 115 (ensure_file) COMPLETE |
9870 | 2025-02-21T22:45:21.458Z | [ host-image] Feb 21 22:45:19.437 INFO O| Feb 21 22:45:19.437 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9871 | 2025-02-21T22:45:21.476Z | [ host-image] Feb 21 22:45:19.458 INFO O| Feb 21 22:45:19.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9872 | 2025-02-21T22:45:21.476Z | [ host-image] Feb 21 22:45:19.458 INFO O| Feb 21 22:45:19.458 INFO copying /tmp/.tmpguEzOU/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 ... |
9873 | 2025-02-21T22:45:21.479Z | [ host-image] Feb 21 22:45:19.458 INFO O| Feb 21 22:45:19.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9874 | 2025-02-21T22:45:21.479Z | [ host-image] Feb 21 22:45:19.458 INFO O| Feb 21 22:45:19.458 INFO ok! |
9875 | 2025-02-21T22:45:21.479Z | [ host-image] Feb 21 22:45:19.458 INFO O| Feb 21 22:45:19.458 INFO STEP 116 (ensure_file) COMPLETE |
9876 | 2025-02-21T22:45:21.479Z | [ host-image] Feb 21 22:45:19.458 INFO O| Feb 21 22:45:19.458 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9877 | 2025-02-21T22:45:21.497Z | [ host-image] Feb 21 22:45:19.478 INFO O| Feb 21 22:45:19.478 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9878 | 2025-02-21T22:45:21.497Z | [ host-image] Feb 21 22:45:19.478 INFO O| Feb 21 22:45:19.478 INFO copying /tmp/.tmpguEzOU/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 ... |
9879 | 2025-02-21T22:45:21.497Z | [ host-image] Feb 21 22:45:19.478 INFO O| Feb 21 22:45:19.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9880 | 2025-02-21T22:45:21.497Z | [ host-image] Feb 21 22:45:19.478 INFO O| Feb 21 22:45:19.478 INFO ok! |
9881 | 2025-02-21T22:45:21.498Z | [ host-image] Feb 21 22:45:19.478 INFO O| Feb 21 22:45:19.478 INFO STEP 117 (ensure_file) COMPLETE |
9882 | 2025-02-21T22:45:21.498Z | [ host-image] Feb 21 22:45:19.478 INFO O| Feb 21 22:45:19.478 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9883 | 2025-02-21T22:45:21.517Z | [ host-image] Feb 21 22:45:19.499 INFO O| Feb 21 22:45:19.499 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9884 | 2025-02-21T22:45:21.517Z | [ host-image] Feb 21 22:45:19.499 INFO O| Feb 21 22:45:19.499 INFO copying /tmp/.tmpguEzOU/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 ... |
9885 | 2025-02-21T22:45:21.517Z | [ host-image] Feb 21 22:45:19.499 INFO O| Feb 21 22:45:19.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9886 | 2025-02-21T22:45:21.517Z | [ host-image] Feb 21 22:45:19.499 INFO O| Feb 21 22:45:19.499 INFO ok! |
9887 | 2025-02-21T22:45:21.519Z | [ host-image] Feb 21 22:45:19.499 INFO O| Feb 21 22:45:19.499 INFO STEP 118 (ensure_file) COMPLETE |
9888 | 2025-02-21T22:45:21.519Z | [ host-image] Feb 21 22:45:19.499 INFO O| Feb 21 22:45:19.499 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9889 | 2025-02-21T22:45:21.572Z | [ host-image] Feb 21 22:45:19.554 INFO O| Feb 21 22:45:19.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9890 | 2025-02-21T22:45:21.572Z | [ host-image] Feb 21 22:45:19.554 INFO O| Feb 21 22:45:19.554 INFO copying /tmp/.tmpguEzOU/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 ... |
9891 | 2025-02-21T22:45:21.575Z | [ host-image] Feb 21 22:45:19.554 INFO O| Feb 21 22:45:19.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9892 | 2025-02-21T22:45:21.575Z | [ host-image] Feb 21 22:45:19.554 INFO O| Feb 21 22:45:19.554 INFO ok! |
9893 | 2025-02-21T22:45:21.575Z | [ host-image] Feb 21 22:45:19.554 INFO O| Feb 21 22:45:19.554 INFO STEP 119 (ensure_file) COMPLETE |
9894 | 2025-02-21T22:45:21.575Z | [ host-image] Feb 21 22:45:19.554 INFO O| Feb 21 22:45:19.554 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9895 | 2025-02-21T22:45:21.609Z | [ host-image] Feb 21 22:45:19.591 INFO O| Feb 21 22:45:19.591 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9896 | 2025-02-21T22:45:21.609Z | [ host-image] Feb 21 22:45:19.591 INFO O| Feb 21 22:45:19.591 INFO copying /tmp/.tmpguEzOU/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 ... |
9897 | 2025-02-21T22:45:21.611Z | [ host-image] Feb 21 22:45:19.591 INFO O| Feb 21 22:45:19.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9898 | 2025-02-21T22:45:21.612Z | [ host-image] Feb 21 22:45:19.591 INFO O| Feb 21 22:45:19.591 INFO ok! |
9899 | 2025-02-21T22:45:21.612Z | [ host-image] Feb 21 22:45:19.591 INFO O| Feb 21 22:45:19.591 INFO STEP 120 (ensure_file) COMPLETE |
9900 | 2025-02-21T22:45:21.612Z | [ host-image] Feb 21 22:45:19.591 INFO O| Feb 21 22:45:19.591 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9901 | 2025-02-21T22:45:21.680Z | [ host-image] Feb 21 22:45:19.661 INFO O| Feb 21 22:45:19.661 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9902 | 2025-02-21T22:45:21.680Z | [ host-image] Feb 21 22:45:19.661 INFO O| Feb 21 22:45:19.661 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9903 | 2025-02-21T22:45:21.683Z | [ host-image] Feb 21 22:45:19.662 INFO O| Feb 21 22:45:19.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9904 | 2025-02-21T22:45:21.683Z | [ host-image] Feb 21 22:45:19.662 INFO O| Feb 21 22:45:19.662 INFO ok! |
9905 | 2025-02-21T22:45:21.683Z | [ host-image] Feb 21 22:45:19.662 INFO O| Feb 21 22:45:19.662 INFO STEP 121 (ensure_file) COMPLETE |
9906 | 2025-02-21T22:45:21.683Z | [ host-image] Feb 21 22:45:19.662 INFO O| Feb 21 22:45:19.662 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9907 | 2025-02-21T22:45:21.740Z | [ host-image] Feb 21 22:45:19.722 INFO O| Feb 21 22:45:19.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9908 | 2025-02-21T22:45:21.743Z | [ host-image] Feb 21 22:45:19.722 INFO O| Feb 21 22:45:19.722 INFO copying /tmp/.tmpguEzOU/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 ... |
9909 | 2025-02-21T22:45:21.743Z | [ host-image] Feb 21 22:45:19.722 INFO O| Feb 21 22:45:19.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9910 | 2025-02-21T22:45:21.743Z | [ host-image] Feb 21 22:45:19.722 INFO O| Feb 21 22:45:19.722 INFO ok! |
9911 | 2025-02-21T22:45:21.743Z | [ host-image] Feb 21 22:45:19.722 INFO O| Feb 21 22:45:19.722 INFO STEP 122 (ensure_file) COMPLETE |
9912 | 2025-02-21T22:45:21.743Z | [ host-image] Feb 21 22:45:19.723 INFO O| Feb 21 22:45:19.722 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9913 | 2025-02-21T22:45:21.779Z | [ host-image] Feb 21 22:45:19.761 INFO O| Feb 21 22:45:19.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9914 | 2025-02-21T22:45:21.779Z | [ host-image] Feb 21 22:45:19.761 INFO O| Feb 21 22:45:19.761 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9915 | 2025-02-21T22:45:21.779Z | [ host-image] Feb 21 22:45:19.761 INFO O| Feb 21 22:45:19.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9916 | 2025-02-21T22:45:21.779Z | [ host-image] Feb 21 22:45:19.761 INFO O| Feb 21 22:45:19.761 INFO ok! |
9917 | 2025-02-21T22:45:21.779Z | [ host-image] Feb 21 22:45:19.761 INFO O| Feb 21 22:45:19.761 INFO STEP 123 (ensure_file) COMPLETE |
9918 | 2025-02-21T22:45:21.779Z | [ host-image] Feb 21 22:45:19.761 INFO O| Feb 21 22:45:19.761 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9919 | 2025-02-21T22:45:21.821Z | [ host-image] Feb 21 22:45:19.802 INFO O| Feb 21 22:45:19.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9920 | 2025-02-21T22:45:21.821Z | [ host-image] Feb 21 22:45:19.802 INFO O| Feb 21 22:45:19.802 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9921 | 2025-02-21T22:45:35.069Z | [ host-image] Feb 21 22:45:33.049 INFO O| Feb 21 22:45:33.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9922 | 2025-02-21T22:45:35.069Z | [ host-image] Feb 21 22:45:33.049 INFO O| Feb 21 22:45:33.048 INFO ok! |
9923 | 2025-02-21T22:45:35.069Z | [ host-image] Feb 21 22:45:33.049 INFO O| Feb 21 22:45:33.049 INFO STEP 124 (ensure_file) COMPLETE |
9924 | 2025-02-21T22:45:35.072Z | [ host-image] Feb 21 22:45:33.049 INFO O| Feb 21 22:45:33.049 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9925 | 2025-02-21T22:45:35.088Z | [ host-image] Feb 21 22:45:33.068 INFO O| Feb 21 22:45:33.068 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9926 | 2025-02-21T22:45:35.089Z | [ host-image] Feb 21 22:45:33.068 INFO O| Feb 21 22:45:33.068 INFO STEP 125 (ensure_dir) COMPLETE |
9927 | 2025-02-21T22:45:35.091Z | [ host-image] Feb 21 22:45:33.069 INFO O| Feb 21 22:45:33.068 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9928 | 2025-02-21T22:45:35.128Z | [ host-image] Feb 21 22:45:33.108 INFO O| Feb 21 22:45:33.108 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9929 | 2025-02-21T22:45:35.128Z | [ host-image] Feb 21 22:45:33.108 INFO O| Feb 21 22:45:33.108 INFO STEP 126 (ensure_dir) COMPLETE |
9930 | 2025-02-21T22:45:35.131Z | [ host-image] Feb 21 22:45:33.108 INFO O| Feb 21 22:45:33.108 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9931 | 2025-02-21T22:45:35.161Z | [ host-image] Feb 21 22:45:33.141 INFO O| Feb 21 22:45:33.141 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9932 | 2025-02-21T22:45:35.161Z | [ host-image] Feb 21 22:45:33.141 INFO O| Feb 21 22:45:33.141 INFO STEP 127 (ensure_dir) COMPLETE |
9933 | 2025-02-21T22:45:35.164Z | [ host-image] Feb 21 22:45:33.141 INFO O| Feb 21 22:45:33.141 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9934 | 2025-02-21T22:45:35.180Z | [ host-image] Feb 21 22:45:33.160 INFO O| Feb 21 22:45:33.160 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9935 | 2025-02-21T22:45:35.180Z | [ host-image] Feb 21 22:45:33.160 INFO O| Feb 21 22:45:33.160 INFO STEP 128 (ensure_dir) COMPLETE |
9936 | 2025-02-21T22:45:35.183Z | [ host-image] Feb 21 22:45:33.160 INFO O| Feb 21 22:45:33.160 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9937 | 2025-02-21T22:45:35.277Z | [ host-image] Feb 21 22:45:33.256 INFO O| Feb 21 22:45:33.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9938 | 2025-02-21T22:45:35.277Z | [ host-image] Feb 21 22:45:33.257 INFO O| Feb 21 22:45:33.256 INFO copying /tmp/.tmpguEzOU/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 ... |
9939 | 2025-02-21T22:45:35.277Z | [ host-image] Feb 21 22:45:33.257 INFO O| Feb 21 22:45:33.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9940 | 2025-02-21T22:45:35.277Z | [ host-image] Feb 21 22:45:33.257 INFO O| Feb 21 22:45:33.257 INFO ok! |
9941 | 2025-02-21T22:45:35.280Z | [ host-image] Feb 21 22:45:33.257 INFO O| Feb 21 22:45:33.257 INFO STEP 129 (ensure_file) COMPLETE |
9942 | 2025-02-21T22:45:35.280Z | [ host-image] Feb 21 22:45:33.257 INFO O| Feb 21 22:45:33.257 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9943 | 2025-02-21T22:45:35.299Z | [ host-image] Feb 21 22:45:33.279 INFO O| Feb 21 22:45:33.279 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9944 | 2025-02-21T22:45:35.302Z | [ host-image] Feb 21 22:45:33.280 INFO O| Feb 21 22:45:33.279 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9945 | 2025-02-21T22:45:35.302Z | [ host-image] Feb 21 22:45:33.280 INFO O| Feb 21 22:45:33.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9946 | 2025-02-21T22:45:35.302Z | [ host-image] Feb 21 22:45:33.280 INFO O| Feb 21 22:45:33.280 INFO STEP 130 (ensure_dir) COMPLETE |
9947 | 2025-02-21T22:45:35.302Z | [ host-image] Feb 21 22:45:33.280 INFO O| Feb 21 22:45:33.280 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9948 | 2025-02-21T22:45:35.323Z | [ host-image] Feb 21 22:45:33.303 INFO O| Feb 21 22:45:33.303 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9949 | 2025-02-21T22:45:35.326Z | [ host-image] Feb 21 22:45:33.303 INFO O| Feb 21 22:45:33.303 INFO copying /tmp/.tmpguEzOU/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9950 | 2025-02-21T22:45:35.326Z | [ host-image] Feb 21 22:45:33.304 INFO O| Feb 21 22:45:33.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9951 | 2025-02-21T22:45:35.326Z | [ host-image] Feb 21 22:45:33.304 INFO O| Feb 21 22:45:33.304 INFO ok! |
9952 | 2025-02-21T22:45:35.326Z | [ host-image] Feb 21 22:45:33.304 INFO O| Feb 21 22:45:33.304 INFO STEP 131 (ensure_file) COMPLETE |
9953 | 2025-02-21T22:45:35.326Z | [ host-image] Feb 21 22:45:33.304 INFO O| Feb 21 22:45:33.304 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9954 | 2025-02-21T22:45:35.346Z | [ host-image] Feb 21 22:45:33.326 INFO O| Feb 21 22:45:33.326 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9955 | 2025-02-21T22:45:35.349Z | [ host-image] Feb 21 22:45:33.326 INFO O| Feb 21 22:45:33.326 INFO STEP 132 (remove_files) COMPLETE |
9956 | 2025-02-21T22:45:35.349Z | [ host-image] Feb 21 22:45:33.326 INFO O| Feb 21 22:45:33.326 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9957 | 2025-02-21T22:45:35.421Z | [ host-image] Feb 21 22:45:33.399 INFO O| Feb 21 22:45:33.399 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9958 | 2025-02-21T22:45:35.424Z | [ host-image] Feb 21 22:45:33.400 INFO O| Feb 21 22:45:33.400 INFO STEP 133 (remove_files) COMPLETE |
9959 | 2025-02-21T22:45:35.424Z | [ host-image] Feb 21 22:45:33.400 INFO O| Feb 21 22:45:33.400 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9960 | 2025-02-21T22:45:35.535Z | [ host-image] Feb 21 22:45:33.460 INFO O| Feb 21 22:45:33.460 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9961 | 2025-02-21T22:45:35.535Z | [ host-image] Feb 21 22:45:33.461 INFO O| Feb 21 22:45:33.461 INFO STEP 134 (remove_files) COMPLETE |
9962 | 2025-02-21T22:45:35.535Z | [ host-image] Feb 21 22:45:33.461 INFO O| Feb 21 22:45:33.461 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9963 | 2025-02-21T22:45:35.535Z | [ host-image] Feb 21 22:45:33.480 INFO O| Feb 21 22:45:33.480 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9964 | 2025-02-21T22:45:35.538Z | [ host-image] Feb 21 22:45:33.481 INFO O| Feb 21 22:45:33.481 INFO STEP 135 (remove_files) COMPLETE |
9965 | 2025-02-21T22:45:35.538Z | [ host-image] Feb 21 22:45:33.481 INFO O| Feb 21 22:45:33.481 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9966 | 2025-02-21T22:45:35.538Z | [ host-image] Feb 21 22:45:33.500 INFO O| Feb 21 22:45:33.499 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9967 | 2025-02-21T22:45:35.538Z | [ host-image] Feb 21 22:45:33.500 INFO O| Feb 21 22:45:33.500 INFO STEP 136 (remove_files) COMPLETE |
9968 | 2025-02-21T22:45:35.538Z | [ host-image] Feb 21 22:45:33.500 INFO O| Feb 21 22:45:33.500 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9969 | 2025-02-21T22:45:35.541Z | [ host-image] Feb 21 22:45:33.521 INFO O| Feb 21 22:45:33.521 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9970 | 2025-02-21T22:45:35.544Z | [ host-image] Feb 21 22:45:33.521 INFO O| Feb 21 22:45:33.521 INFO STEP 137 (remove_files) COMPLETE |
9971 | 2025-02-21T22:45:35.544Z | [ host-image] Feb 21 22:45:33.521 INFO O| Feb 21 22:45:33.521 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9972 | 2025-02-21T22:45:35.620Z | [ host-image] Feb 21 22:45:33.599 INFO O| Feb 21 22:45:33.599 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9973 | 2025-02-21T22:45:35.620Z | [ host-image] Feb 21 22:45:33.600 INFO O| Feb 21 22:45:33.600 INFO STEP 138 (remove_files) COMPLETE |
9974 | 2025-02-21T22:45:35.620Z | [ host-image] Feb 21 22:45:33.600 INFO O| Feb 21 22:45:33.600 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9975 | 2025-02-21T22:45:35.665Z | [ host-image] Feb 21 22:45:33.645 INFO O| Feb 21 22:45:33.644 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9976 | 2025-02-21T22:45:35.668Z | [ host-image] Feb 21 22:45:33.645 INFO O| Feb 21 22:45:33.645 INFO STEP 139 (remove_files) COMPLETE |
9977 | 2025-02-21T22:45:35.668Z | [ host-image] Feb 21 22:45:33.645 INFO O| Feb 21 22:45:33.645 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9978 | 2025-02-21T22:45:35.686Z | [ host-image] Feb 21 22:45:33.665 INFO O| Feb 21 22:45:33.665 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9979 | 2025-02-21T22:45:35.686Z | [ host-image] Feb 21 22:45:33.665 INFO O| Feb 21 22:45:33.665 INFO STEP 140 (remove_files) COMPLETE |
9980 | 2025-02-21T22:45:35.686Z | [ host-image] Feb 21 22:45:33.665 INFO O| Feb 21 22:45:33.665 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9981 | 2025-02-21T22:45:35.706Z | [ host-image] Feb 21 22:45:33.686 INFO O| Feb 21 22:45:33.685 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9982 | 2025-02-21T22:45:35.706Z | [ host-image] Feb 21 22:45:33.686 INFO O| Feb 21 22:45:33.686 INFO STEP 141 (remove_files) COMPLETE |
9983 | 2025-02-21T22:45:35.706Z | [ host-image] Feb 21 22:45:33.686 INFO O| Feb 21 22:45:33.686 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9984 | 2025-02-21T22:45:35.727Z | [ host-image] Feb 21 22:45:33.706 INFO O| Feb 21 22:45:33.706 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9985 | 2025-02-21T22:45:35.727Z | [ host-image] Feb 21 22:45:33.706 INFO O| Feb 21 22:45:33.706 INFO STEP 142 (remove_files) COMPLETE |
9986 | 2025-02-21T22:45:35.727Z | [ host-image] Feb 21 22:45:33.706 INFO O| Feb 21 22:45:33.706 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9987 | 2025-02-21T22:45:35.747Z | [ host-image] Feb 21 22:45:33.726 INFO O| Feb 21 22:45:33.726 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9988 | 2025-02-21T22:45:35.747Z | [ host-image] Feb 21 22:45:33.726 INFO O| Feb 21 22:45:33.726 INFO STEP 143 (remove_files) COMPLETE |
9989 | 2025-02-21T22:45:35.747Z | [ host-image] Feb 21 22:45:33.726 INFO O| Feb 21 22:45:33.726 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9990 | 2025-02-21T22:45:35.815Z | [ host-image] Feb 21 22:45:33.794 INFO O| Feb 21 22:45:33.794 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9991 | 2025-02-21T22:45:35.818Z | [ host-image] Feb 21 22:45:33.794 INFO O| Feb 21 22:45:33.794 INFO STEP 144 (remove_files) COMPLETE |
9992 | 2025-02-21T22:45:35.818Z | [ host-image] Feb 21 22:45:33.794 INFO O| Feb 21 22:45:33.794 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9993 | 2025-02-21T22:45:35.837Z | [ host-image] Feb 21 22:45:33.816 INFO O| Feb 21 22:45:33.816 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9994 | 2025-02-21T22:45:35.839Z | [ host-image] Feb 21 22:45:33.817 INFO O| Feb 21 22:45:33.817 INFO STEP 145 (remove_files) COMPLETE |
9995 | 2025-02-21T22:45:35.840Z | [ host-image] Feb 21 22:45:33.817 INFO O| Feb 21 22:45:33.817 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9996 | 2025-02-21T22:45:35.858Z | [ host-image] Feb 21 22:45:33.837 INFO O| Feb 21 22:45:33.837 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9997 | 2025-02-21T22:45:35.860Z | [ host-image] Feb 21 22:45:33.838 INFO O| Feb 21 22:45:33.837 INFO STEP 146 (remove_files) COMPLETE |
9998 | 2025-02-21T22:45:35.860Z | [ host-image] Feb 21 22:45:33.838 INFO O| Feb 21 22:45:33.838 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9999 | 2025-02-21T22:45:35.878Z | [ host-image] Feb 21 22:45:33.857 INFO O| Feb 21 22:45:33.857 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
10000 | 2025-02-21T22:45:35.880Z | [ host-image] Feb 21 22:45:33.858 INFO O| Feb 21 22:45:33.858 INFO STEP 147 (remove_files) COMPLETE |
10001 | 2025-02-21T22:45:35.880Z | [ host-image] Feb 21 22:45:33.858 INFO O| Feb 21 22:45:33.858 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10002 | 2025-02-21T22:45:35.897Z | [ host-image] Feb 21 22:45:33.877 INFO O| Feb 21 22:45:33.877 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
10003 | 2025-02-21T22:45:35.900Z | [ host-image] Feb 21 22:45:33.877 INFO O| Feb 21 22:45:33.877 INFO STEP 148 (remove_files) COMPLETE |
10004 | 2025-02-21T22:45:35.900Z | [ host-image] Feb 21 22:45:33.877 INFO O| Feb 21 22:45:33.877 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10005 | 2025-02-21T22:45:35.916Z | [ host-image] Feb 21 22:45:33.896 INFO O| Feb 21 22:45:33.896 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
10006 | 2025-02-21T22:45:35.918Z | [ host-image] Feb 21 22:45:33.896 INFO O| Feb 21 22:45:33.896 INFO STEP 149 (remove_files) COMPLETE |
10007 | 2025-02-21T22:45:35.918Z | [ host-image] Feb 21 22:45:33.896 INFO O| Feb 21 22:45:33.896 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10008 | 2025-02-21T22:45:35.934Z | [ host-image] Feb 21 22:45:33.914 INFO O| Feb 21 22:45:33.914 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
10009 | 2025-02-21T22:45:35.937Z | [ host-image] Feb 21 22:45:33.914 INFO O| Feb 21 22:45:33.914 INFO STEP 150 (remove_files) COMPLETE |
10010 | 2025-02-21T22:45:35.937Z | [ host-image] Feb 21 22:45:33.914 INFO O| Feb 21 22:45:33.914 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10011 | 2025-02-21T22:45:35.953Z | [ host-image] Feb 21 22:45:33.933 INFO O| Feb 21 22:45:33.933 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
10012 | 2025-02-21T22:45:35.953Z | [ host-image] Feb 21 22:45:33.933 INFO O| Feb 21 22:45:33.933 INFO STEP 151 (remove_files) COMPLETE |
10013 | 2025-02-21T22:45:35.956Z | [ host-image] Feb 21 22:45:33.933 INFO O| Feb 21 22:45:33.933 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10014 | 2025-02-21T22:45:35.973Z | [ host-image] Feb 21 22:45:33.952 INFO O| Feb 21 22:45:33.952 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
10015 | 2025-02-21T22:45:35.973Z | [ host-image] Feb 21 22:45:33.952 INFO O| Feb 21 22:45:33.952 INFO STEP 152 (remove_files) COMPLETE |
10016 | 2025-02-21T22:45:35.973Z | [ host-image] Feb 21 22:45:33.952 INFO O| Feb 21 22:45:33.952 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10017 | 2025-02-21T22:45:36.101Z | [ recovery-image] Feb 21 22:45:34.081 INFO E| Finished `release` profile [optimized] target(s) in 1m 31s |
10018 | 2025-02-21T22:45:36.142Z | [ host-image] Feb 21 22:45:34.120 INFO O| Feb 21 22:45:34.120 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
10019 | 2025-02-21T22:45:36.146Z | [ recovery-image] Feb 21 22:45:34.121 INFO building host image... |
10020 | 2025-02-21T22:45:36.146Z | [ host-image] Feb 21 22:45:34.120 INFO O| Feb 21 22:45:34.120 INFO STEP 153 (remove_files) COMPLETE |
10021 | 2025-02-21T22:45:36.146Z | [ host-image] Feb 21 22:45:34.120 INFO O| Feb 21 22:45:34.120 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10022 | 2025-02-21T22:45:36.146Z | [ recovery-image] Feb 21 22:45:34.121 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") |
10023 | 2025-02-21T22:45:36.177Z | [ host-image] Feb 21 22:45:34.156 INFO O| Feb 21 22:45:34.156 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
10024 | 2025-02-21T22:45:36.177Z | [ host-image] Feb 21 22:45:34.156 INFO O| Feb 21 22:45:34.156 INFO STEP 154 (remove_files) COMPLETE |
10025 | 2025-02-21T22:45:36.177Z | [ host-image] Feb 21 22:45:34.156 INFO O| Feb 21 22:45:34.156 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10026 | 2025-02-21T22:45:36.215Z | [ host-image] Feb 21 22:45:34.195 INFO O| Feb 21 22:45:34.195 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
10027 | 2025-02-21T22:45:36.218Z | [ host-image] Feb 21 22:45:34.195 INFO O| Feb 21 22:45:34.195 INFO STEP 155 (remove_files) COMPLETE |
10028 | 2025-02-21T22:45:36.218Z | [ host-image] Feb 21 22:45:34.195 INFO O| Feb 21 22:45:34.195 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10029 | 2025-02-21T22:45:36.261Z | [ host-image] Feb 21 22:45:34.241 INFO O| Feb 21 22:45:34.241 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
10030 | 2025-02-21T22:45:36.264Z | [ host-image] Feb 21 22:45:34.241 INFO O| Feb 21 22:45:34.241 INFO STEP 156 (remove_files) COMPLETE |
10031 | 2025-02-21T22:45:36.264Z | [ host-image] Feb 21 22:45:34.241 INFO O| Feb 21 22:45:34.241 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10032 | 2025-02-21T22:45:36.282Z | [ host-image] Feb 21 22:45:34.262 INFO O| Feb 21 22:45:34.262 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
10033 | 2025-02-21T22:45:36.286Z | [ host-image] Feb 21 22:45:34.262 INFO O| Feb 21 22:45:34.262 INFO STEP 157 (remove_files) COMPLETE |
10034 | 2025-02-21T22:45:36.288Z | [ host-image] Feb 21 22:45:34.262 INFO O| Feb 21 22:45:34.262 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10035 | 2025-02-21T22:45:36.324Z | [ host-image] Feb 21 22:45:34.300 INFO O| Feb 21 22:45:34.300 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
10036 | 2025-02-21T22:45:36.324Z | [ host-image] Feb 21 22:45:34.300 INFO O| Feb 21 22:45:34.300 INFO STEP 158 (remove_files) COMPLETE |
10037 | 2025-02-21T22:45:36.324Z | [ host-image] Feb 21 22:45:34.300 INFO O| Feb 21 22:45:34.300 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10038 | 2025-02-21T22:45:36.362Z | [ host-image] Feb 21 22:45:34.341 INFO O| Feb 21 22:45:34.341 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
10039 | 2025-02-21T22:45:36.367Z | [ host-image] Feb 21 22:45:34.341 INFO O| Feb 21 22:45:34.341 INFO STEP 159 (remove_files) COMPLETE |
10040 | 2025-02-21T22:45:36.367Z | [ host-image] Feb 21 22:45:34.341 INFO O| Feb 21 22:45:34.341 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10041 | 2025-02-21T22:45:36.386Z | [ host-image] Feb 21 22:45:34.365 INFO O| Feb 21 22:45:34.365 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
10042 | 2025-02-21T22:45:36.390Z | [ host-image] Feb 21 22:45:34.365 INFO O| Feb 21 22:45:34.365 INFO STEP 160 (remove_files) COMPLETE |
10043 | 2025-02-21T22:45:36.390Z | [ host-image] Feb 21 22:45:34.366 INFO O| Feb 21 22:45:34.365 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
10044 | 2025-02-21T22:45:36.414Z | [ host-image] Feb 21 22:45:34.393 INFO O| Feb 21 22:45:34.393 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
10045 | 2025-02-21T22:45:36.417Z | [ host-image] Feb 21 22:45:34.394 INFO O| Feb 21 22:45:34.394 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
10046 | 2025-02-21T22:45:37.025Z | [ recovery-image] Feb 21 22:45:35.004 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
10047 | 2025-02-21T22:45:39.451Z | [ recovery-image] Feb 21 22:45:37.431 INFO image complete! materials are in "/work/os-recovery" |
10048 | 2025-02-21T22:45:39.458Z | [ recovery-image] |
10049 | 2025-02-21T22:45:39.458Z | [ recovery-image] real 11:20.532526729 |
10050 | 2025-02-21T22:45:39.461Z | [ recovery-image] user 7:01.925683661 |
10051 | 2025-02-21T22:45:39.461Z | [ recovery-image] sys 1:07.028662692 |
10052 | 2025-02-21T22:45:39.461Z | [ recovery-image] trap 0.445021715 |
10053 | 2025-02-21T22:45:39.461Z | [ recovery-image] tflt 0.509036008 |
10054 | 2025-02-21T22:45:39.461Z | [ recovery-image] dflt 3.620355158 |
10055 | 2025-02-21T22:45:39.461Z | [ recovery-image] kflt 0.008014654 |
10056 | 2025-02-21T22:45:39.461Z | [ recovery-image] lock 27:59.516284089 |
10057 | 2025-02-21T22:45:39.461Z | [ recovery-image] slp 1:09:07.297220755 |
10058 | 2025-02-21T22:45:39.461Z | [ recovery-image] lat 5:43.393234395 |
10059 | 2025-02-21T22:45:39.461Z | [ recovery-image] stop 14.507132705 |
10060 | 2025-02-21T22:45:39.461Z | Feb 21 22:45:37.439 INFO [recovery-image] process exited with exit status: 0 (680.598321001s) |
10061 | 2025-02-21T22:45:45.172Z | [ host-image] Feb 21 22:45:43.150 INFO O| Feb 21 22:45:43.150 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 |
10062 | 2025-02-21T22:45:45.172Z | [ host-image] Feb 21 22:45:43.150 INFO O| Feb 21 22:45:43.150 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
10063 | 2025-02-21T22:45:45.195Z | [ host-image] Feb 21 22:45:43.171 INFO O| Feb 21 22:45:43.171 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_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"} |
10064 | 2025-02-21T22:45:45.371Z | [ host-image] Feb 21 22:45:43.349 INFO O| Feb 21 22:45:43.349 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
10065 | 2025-02-21T22:45:45.371Z | [ host-image] Feb 21 22:45:43.349 INFO O| Feb 21 22:45:43.349 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
10066 | 2025-02-21T22:45:45.374Z | [ host-image] Feb 21 22:45:43.351 INFO O| Feb 21 22:45:43.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
10067 | 2025-02-21T22:45:45.374Z | [ host-image] Feb 21 22:45:43.352 INFO O| Feb 21 22:45:43.351 INFO ok! |
10068 | 2025-02-21T22:45:45.374Z | [ host-image] Feb 21 22:45:43.352 INFO O| Feb 21 22:45:43.352 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
10069 | 2025-02-21T22:45:45.374Z | [ host-image] Feb 21 22:45:43.352 INFO O| Feb 21 22:45:43.352 INFO STEP 161 (seed_smf) COMPLETE |
10070 | 2025-02-21T22:45:45.374Z | [ host-image] Feb 21 22:45:43.352 INFO O| Feb 21 22:45:43.352 INFO steps complete; finalising image! |
10071 | 2025-02-21T22:45:45.374Z | [ host-image] Feb 21 22:45:43.352 INFO O| Feb 21 22:45:43.352 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
10072 | 2025-02-21T22:45:45.569Z | [ host-image] Feb 21 22:45:43.548 INFO O| Feb 21 22:45:43.548 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Feb 21 22:45:43 2025) |
10073 | 2025-02-21T22:45:45.782Z | [ host-image] Feb 21 22:45:43.760 INFO O| Feb 21 22:45:43.760 INFO trim TEMPORARY-gimlet-zfs: (20% trimmed, started at Fri Feb 21 22:45:43 2025) |
10074 | 2025-02-21T22:45:45.994Z | [ host-image] Feb 21 22:45:43.972 INFO O| Feb 21 22:45:43.972 INFO trim TEMPORARY-gimlet-zfs: (69% trimmed, started at Fri Feb 21 22:45:43 2025) |
10075 | 2025-02-21T22:45:46.205Z | [ host-image] Feb 21 22:45:44.183 INFO O| Feb 21 22:45:44.183 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Fri Feb 21 22:45:43 2025) |
10076 | 2025-02-21T22:45:46.452Z | [ host-image] Feb 21 22:45:44.429 INFO O| Feb 21 22:45:44.429 INFO temporary pool has 721M used, 111M avail, 1.80x compressratio |
10077 | 2025-02-21T22:45:46.452Z | [ host-image] Feb 21 22:45:44.429 INFO O| Feb 21 22:45:44.429 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
10078 | 2025-02-21T22:45:47.053Z | [ host-image] Feb 21 22:45:45.031 INFO O| Feb 21 22:45:45.031 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
10079 | 2025-02-21T22:45:47.055Z | [ host-image] Feb 21 22:45:45.031 INFO O| Feb 21 22:45:45.031 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
10080 | 2025-02-21T22:45:49.032Z | [ host-image] Feb 21 22:45:47.008 INFO O| Feb 21 22:45:47.008 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
10081 | 2025-02-21T22:45:49.032Z | [ host-image] Feb 21 22:45:47.008 INFO O| Feb 21 22:45:47.008 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
10082 | 2025-02-21T22:45:49.032Z | [ host-image] Feb 21 22:45:47.008 INFO O| Feb 21 22:45:47.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
10083 | 2025-02-21T22:45:49.032Z | [ host-image] Feb 21 22:45:47.008 INFO O| Feb 21 22:45:47.008 INFO completed processing gimlet/zfs |
10084 | 2025-02-21T22:45:49.032Z | [ host-image] Feb 21 22:45:47.008 INFO O| Feb 21 22:45:47.008 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
10085 | 2025-02-21T22:45:58.245Z | [ host-image] Feb 21 22:45:56.222 INFO O| Feb 21 22:45:56.221 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
10086 | 2025-02-21T22:45:58.400Z | [ host-image] Feb 21 22:45:56.376 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n" |
10087 | 2025-02-21T22:45:58.400Z | [ host-image] Feb 21 22:45:56.376 INFO expanded image name: "ci 8728fad/${os_short_commit} 2025-02-21 22:10" -> "ci 8728fad/9fcb5ef 2025-02-21 22:10" |
10088 | 2025-02-21T22:45:58.405Z | [ host-image] Feb 21 22:45:56.376 INFO output artefacts stored in: "/work/os-host" |
10089 | 2025-02-21T22:45:58.405Z | [ host-image] Feb 21 22:45:56.376 INFO collecting git info from project "amd-firmware"... |
10090 | 2025-02-21T22:45:58.423Z | [ host-image] Feb 21 22:45:56.395 INFO collecting git info from project "chelsio-t6-roms"... |
10091 | 2025-02-21T22:45:58.427Z | [ host-image] Feb 21 22:45:56.403 INFO collecting git info from project "phbl"... |
10092 | 2025-02-21T22:45:58.433Z | [ host-image] Feb 21 22:45:56.410 INFO collecting git info from project "bootserver"... |
10093 | 2025-02-21T22:45:58.441Z | [ host-image] Feb 21 22:45:56.417 INFO collecting git info from project "pilot"... |
10094 | 2025-02-21T22:45:58.455Z | [ host-image] Feb 21 22:45:56.425 INFO collecting git info from project "amd-host-image-builder"... |
10095 | 2025-02-21T22:45:58.496Z | [ host-image] Feb 21 22:45:56.473 INFO collecting git info from project "image-builder"... |
10096 | 2025-02-21T22:45:58.505Z | [ host-image] Feb 21 22:45:56.481 INFO collecting git info from project "pinprick"... |
10097 | 2025-02-21T22:45:58.516Z | [ host-image] Feb 21 22:45:56.489 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
10098 | 2025-02-21T22:46:00.436Z | [ host-image] Feb 21 22:45:58.411 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
10099 | 2025-02-21T22:46:01.148Z | [ host-image] Feb 21 22:45:59.123 INFO creating Oxide boot image... |
10100 | 2025-02-21T22:46:01.149Z | [ host-image] Feb 21 22:45:59.123 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 8728fad/9fcb5ef 2025-02-21 22:10", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
10101 | 2025-02-21T22:46:03.550Z | [ host-image] Feb 21 22:46:01.521 INFO O| ok, image written! |
10102 | 2025-02-21T22:46:03.553Z | [ host-image] Feb 21 22:46:01.522 INFO O| ok, boot_image_csum file written! |
10103 | 2025-02-21T22:46:03.553Z | [ host-image] Feb 21 22:46:01.526 INFO creating boot archive (CPIO)... |
10104 | 2025-02-21T22:46:03.553Z | [ host-image] Feb 21 22:46:01.526 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 |
10105 | 2025-02-21T22:46:03.566Z | [ host-image] Feb 21 22:46:01.542 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
10106 | 2025-02-21T22:46:03.566Z | [ host-image] Feb 21 22:46:01.542 INFO E| + outfile=/work/os-host/cpio |
10107 | 2025-02-21T22:46:03.566Z | [ host-image] Feb 21 22:46:01.542 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
10108 | 2025-02-21T22:46:03.570Z | [ host-image] Feb 21 22:46:01.545 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
10109 | 2025-02-21T22:46:03.573Z | [ host-image] Feb 21 22:46:01.546 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
10110 | 2025-02-21T22:46:03.634Z | [ host-image] Feb 21 22:46:01.609 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
10111 | 2025-02-21T22:46:03.634Z | [ host-image] Feb 21 22:46:01.609 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
10112 | 2025-02-21T22:46:03.645Z | [ host-image] Feb 21 22:46:01.621 INFO creating compressed cpio/unix for nanobl-rs... |
10113 | 2025-02-21T22:46:03.645Z | [ host-image] Feb 21 22:46:01.621 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 |
10114 | 2025-02-21T22:46:04.188Z | [ host-image] Feb 21 22:46:02.163 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
10115 | 2025-02-21T22:46:10.595Z | [ host-image] Feb 21 22:46:08.569 INFO creating reset image... |
10116 | 2025-02-21T22:46:10.595Z | [ host-image] Feb 21 22:46:08.569 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
10117 | 2025-02-21T22:46:10.799Z | [ host-image] Feb 21 22:46:08.770 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
10118 | 2025-02-21T22:46:10.823Z | [ host-image] Feb 21 22:46:08.796 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
10119 | 2025-02-21T22:46:11.035Z | [ host-image] Feb 21 22:46:09.009 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
10120 | 2025-02-21T22:46:14.821Z | [ host-image] Feb 21 22:46:12.794 INFO E| Finished `release` profile [optimized] target(s) in 3.95s |
10121 | 2025-02-21T22:46:14.839Z | [ host-image] Feb 21 22:46:12.812 INFO building host image... |
10122 | 2025-02-21T22:46:14.841Z | [ host-image] Feb 21 22:46:12.812 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") |
10123 | 2025-02-21T22:46:15.706Z | [ host-image] Feb 21 22:46:13.678 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
10124 | 2025-02-21T22:47:34.588Z | [ host-image] Feb 21 22:47:32.550 INFO image complete! materials are in "/work/os-host" |
10125 | 2025-02-21T22:47:34.594Z | [ host-image] |
10126 | 2025-02-21T22:47:34.594Z | [ host-image] real 13:53.184820691 |
10127 | 2025-02-21T22:47:34.597Z | [ host-image] user 7:11.328720760 |
10128 | 2025-02-21T22:47:34.597Z | [ host-image] sys 1:10.830504564 |
10129 | 2025-02-21T22:47:34.597Z | [ host-image] trap 0.360614097 |
10130 | 2025-02-21T22:47:34.597Z | [ host-image] tflt 0.034290827 |
10131 | 2025-02-21T22:47:34.597Z | [ host-image] dflt 0.071155089 |
10132 | 2025-02-21T22:47:34.597Z | [ host-image] kflt 0.033749075 |
10133 | 2025-02-21T22:47:34.598Z | [ host-image] lock 8:08.555068858 |
10134 | 2025-02-21T22:47:34.598Z | [ host-image] slp 1:11:33.189408340 |
10135 | 2025-02-21T22:47:34.598Z | [ host-image] lat 3:26.740175721 |
10136 | 2025-02-21T22:47:34.598Z | [ host-image] stop 1.135348356 |
10137 | 2025-02-21T22:47:34.598Z | Feb 21 22:47:32.557 INFO [host-image] process exited with exit status: 0 (833.207542895s) |
10138 | 2025-02-21T22:47:34.598Z | Feb 21 22:47:32.557 INFO [tuf-repo] running task |
10139 | 2025-02-21T22:48:07.027Z | Feb 21 22:48:04.955 INFO assembling repository in `/tmp/tufaceousJ3iaaW`, component: OmicronRepoAssembler |
10140 | 2025-02-21T22:48:34.023Z | Feb 21 22:48:31.974 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10141 | 2025-02-21T22:48:34.294Z | Feb 21 22:48:32.247 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10142 | 2025-02-21T22:48:41.718Z | Feb 21 22:48:39.669 INFO [tuf-repo] task succeeded (67.111677632s) |
10143 | 2025-02-21T22:49:08.395Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
10144 | 2025-02-21T22:50:43.518Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
10145 | 2025-02-21T22:51:04.220Z | [verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
10146 | 2025-02-21T22:51:07.042Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
10147 | 2025-02-21T22:56:34.827Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 22m 12s |
10148 | 2025-02-21T22:56:35.309Z | Feb 21 22:56:33.189 INFO [verify-libraries] process exited with exit status: 0 (1336.964876924s) |
10149 | 2025-02-21T22:56:35.312Z | Feb 21 22:56:33.189 INFO all jobs completed in 2784.801546355s |
10150 | 2025-02-21T22:56:36.108Z | process exited: duration 3443391 ms, exit code 0 |
|
10151 | 2025-02-21T22:56:36.131Z | found 33 output files |
10152 | 2025-02-21T22:56:36.137Z | uploading: /work/manifest.toml (13429 bytes) |
10153 | 2025-02-21T22:56:37.146Z | uploaded: /work/manifest.toml |
10154 | 2025-02-21T22:56:37.146Z | uploading: /work/repo.zip (2153934885 bytes) |
10155 | 2025-02-21T22:57:29.594Z | uploaded: /work/repo.zip |
10156 | 2025-02-21T22:57:29.594Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10157 | 2025-02-21T22:57:30.620Z | uploaded: /work/repo.zip.sha256.txt |
10158 | 2025-02-21T22:57:30.620Z | uploading: /work/helios-setup.log (69013 bytes) |
10159 | 2025-02-21T22:57:31.637Z | uploaded: /work/helios-setup.log |
10160 | 2025-02-21T22:57:31.638Z | uploading: /work/host-image.log (199117 bytes) |
10161 | 2025-02-21T22:57:32.678Z | uploaded: /work/host-image.log |
10162 | 2025-02-21T22:57:32.678Z | uploading: /work/host-package.log (24050 bytes) |
10163 | 2025-02-21T22:57:33.701Z | uploaded: /work/host-package.log |
10164 | 2025-02-21T22:57:33.701Z | uploading: /work/host-target.log (101 bytes) |
10165 | 2025-02-21T22:57:34.726Z | uploaded: /work/host-target.log |
10166 | 2025-02-21T22:57:34.726Z | uploading: /work/omicron-package.log (6784 bytes) |
10167 | 2025-02-21T22:57:35.755Z | uploaded: /work/omicron-package.log |
10168 | 2025-02-21T22:57:35.755Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10169 | 2025-02-21T22:57:36.793Z | uploaded: /work/phbl-toolchain.log |
10170 | 2025-02-21T22:57:36.793Z | uploading: /work/recovery-image.log (578493 bytes) |
10171 | 2025-02-21T22:57:37.831Z | uploaded: /work/recovery-image.log |
10172 | 2025-02-21T22:57:37.831Z | uploading: /work/recovery-package.log (1762 bytes) |
10173 | 2025-02-21T22:57:38.841Z | uploaded: /work/recovery-package.log |
10174 | 2025-02-21T22:57:38.842Z | uploading: /work/recovery-target.log (98 bytes) |
10175 | 2025-02-21T22:57:39.859Z | uploaded: /work/recovery-target.log |
10176 | 2025-02-21T22:57:39.859Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10177 | 2025-02-21T22:57:40.875Z | uploaded: /work/stamp-clickhouse.log |
10178 | 2025-02-21T22:57:40.875Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10179 | 2025-02-21T22:57:41.902Z | uploaded: /work/stamp-clickhouse_keeper.log |
10180 | 2025-02-21T22:57:41.902Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10181 | 2025-02-21T22:57:42.926Z | uploaded: /work/stamp-cockroachdb.log |
10182 | 2025-02-21T22:57:42.926Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10183 | 2025-02-21T22:57:43.942Z | uploaded: /work/stamp-crucible-dtrace.log |
10184 | 2025-02-21T22:57:43.942Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10185 | 2025-02-21T22:57:44.959Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10186 | 2025-02-21T22:57:44.960Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10187 | 2025-02-21T22:57:45.975Z | uploaded: /work/stamp-crucible-zone.log |
10188 | 2025-02-21T22:57:45.975Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10189 | 2025-02-21T22:57:46.984Z | uploaded: /work/stamp-external-dns.log |
10190 | 2025-02-21T22:57:46.984Z | uploading: /work/stamp-installinator.log (103 bytes) |
10191 | 2025-02-21T22:57:48.006Z | uploaded: /work/stamp-installinator.log |
10192 | 2025-02-21T22:57:48.006Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10193 | 2025-02-21T22:57:49.022Z | uploaded: /work/stamp-internal-dns.log |
10194 | 2025-02-21T22:57:49.022Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10195 | 2025-02-21T22:57:50.061Z | uploaded: /work/stamp-mg-ddm-gz.log |
10196 | 2025-02-21T22:57:50.061Z | uploading: /work/stamp-nexus.log (112 bytes) |
10197 | 2025-02-21T22:57:51.128Z | uploaded: /work/stamp-nexus.log |
10198 | 2025-02-21T22:57:51.128Z | uploading: /work/stamp-ntp.log (110 bytes) |
10199 | 2025-02-21T22:57:52.244Z | uploaded: /work/stamp-ntp.log |
10200 | 2025-02-21T22:57:52.245Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10201 | 2025-02-21T22:57:53.262Z | uploaded: /work/stamp-omicron-sled-agent.log |
10202 | 2025-02-21T22:57:53.262Z | uploading: /work/stamp-overlay.log (114 bytes) |
10203 | 2025-02-21T22:57:59.672Z | uploaded: /work/stamp-overlay.log |
10204 | 2025-02-21T22:57:59.672Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10205 | 2025-02-21T22:58:00.771Z | uploaded: /work/stamp-oximeter.log |
10206 | 2025-02-21T22:58:00.771Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10207 | 2025-02-21T22:58:01.796Z | uploaded: /work/stamp-oxlog.log |
10208 | 2025-02-21T22:58:01.796Z | uploading: /work/stamp-probe.log (112 bytes) |
10209 | 2025-02-21T22:58:02.815Z | uploaded: /work/stamp-probe.log |
10210 | 2025-02-21T22:58:02.815Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10211 | 2025-02-21T22:58:03.839Z | uploaded: /work/stamp-propolis-server.log |
10212 | 2025-02-21T22:58:03.839Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10213 | 2025-02-21T22:58:04.861Z | uploaded: /work/stamp-pumpkind-gz.log |
10214 | 2025-02-21T22:58:04.861Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10215 | 2025-02-21T22:58:05.880Z | uploaded: /work/stamp-switch-asic.log |
10216 | 2025-02-21T22:58:05.880Z | uploading: /work/verify-libraries.log (17218 bytes) |
10217 | 2025-02-21T22:58:06.892Z | uploaded: /work/verify-libraries.log |