|
|
|
1 | 2024-12-20T21:12:17.594Z | job assigned to worker 01JFJYJ3H48KB7TV43G7DAG9W7 [factory aws, i-0999e465ff9c457be] (queued for 1 m 2 s) |
|
2 | 2024-12-20T21:12:26.095Z | starting task 0: "setup" |
3 | 2024-12-20T21:12:26.105Z | ++ uname -s |
4 | 2024-12-20T21:12:26.108Z | + kern=SunOS |
5 | 2024-12-20T21:12:26.108Z | + case "$kern" in |
6 | 2024-12-20T21:12:26.108Z | + groupadd -g 12345 build |
7 | 2024-12-20T21:12:26.111Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T21:12:28.118Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T21:12:28.274Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T21:12:28.276Z | + home_fs=zfs |
11 | 2024-12-20T21:12:28.276Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T21:12:28.276Z | + mkdir -p /home/build |
13 | 2024-12-20T21:12:28.278Z | + chown build:build /home/build /work |
14 | 2024-12-20T21:12:30.280Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T21:12:30.283Z | process exited: duration 4187 ms, exit code 0 |
|
16 | 2024-12-20T21:12:30.291Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T21:12:30.294Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T21:12:30.295Z | ' 1.81.0 |
19 | 2024-12-20T21:12:30.295Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T21:12:30.295Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-20T21:12:30.295Z | ' default |
22 | 2024-12-20T21:12:30.295Z | * toolchain profile = "default" |
23 | 2024-12-20T21:12:30.298Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T21:12:30.298Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T21:12:30.459Z | info: downloading installer |
26 | 2024-12-20T21:12:31.907Z | info: profile set to 'default' |
27 | 2024-12-20T21:12:31.907Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T21:12:31.910Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T21:12:32.061Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T21:12:32.061Z | info: downloading component 'cargo' |
31 | 2024-12-20T21:12:32.907Z | info: downloading component 'clippy' |
32 | 2024-12-20T21:12:33.220Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T21:12:34.394Z | info: downloading component 'rust-std' |
34 | 2024-12-20T21:12:36.216Z | info: downloading component 'rustc' |
35 | 2024-12-20T21:12:42.758Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T21:12:43.005Z | info: installing component 'cargo' |
37 | 2024-12-20T21:12:43.809Z | info: installing component 'clippy' |
38 | 2024-12-20T21:12:44.166Z | info: installing component 'rust-docs' |
39 | 2024-12-20T21:12:45.831Z | info: installing component 'rust-std' |
40 | 2024-12-20T21:12:47.513Z | info: installing component 'rustc' |
41 | 2024-12-20T21:12:53.089Z | info: installing component 'rustfmt' |
42 | 2024-12-20T21:12:53.407Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T21:12:53.407Z | |
44 | 2024-12-20T21:12:53.768Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T21:12:53.768Z | |
46 | 2024-12-20T21:12:53.773Z | |
47 | 2024-12-20T21:12:53.773Z | Rust is installed now. Great! |
48 | 2024-12-20T21:12:53.773Z | |
49 | 2024-12-20T21:12:53.774Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T21:12:53.774Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T21:12:53.774Z | |
52 | 2024-12-20T21:12:53.774Z | To configure your current shell, you need to source |
53 | 2024-12-20T21:12:53.774Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T21:12:53.774Z | |
55 | 2024-12-20T21:12:53.774Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T21:12:53.774Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T21:12:53.774Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T21:12:53.834Z | + rustc --version |
59 | 2024-12-20T21:12:53.899Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T21:12:53.902Z | process exited: duration 23609 ms, exit code 0 |
|
61 | 2024-12-20T21:12:53.909Z | starting task 2: "authentication" |
62 | 2024-12-20T21:12:53.931Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-20T21:12:53.938Z | starting task 3: "clone repository" |
64 | 2024-12-20T21:12:53.943Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T21:12:53.947Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T21:12:54.608Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T21:13:01.806Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T21:13:01.806Z | + git fetch origin f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
69 | 2024-12-20T21:13:02.111Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T21:13:02.111Z | * branch f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 -> FETCH_HEAD |
71 | 2024-12-20T21:13:02.117Z | + [[ -n gjcolombo/ingest-propolis-ensure-api ]] |
72 | 2024-12-20T21:13:02.121Z | ++ git branch --show-current |
73 | 2024-12-20T21:13:02.124Z | + current=main |
74 | 2024-12-20T21:13:02.124Z | + [[ main != gjcolombo/ingest-propolis-ensure-api ]] |
75 | 2024-12-20T21:13:02.124Z | + git branch -f gjcolombo/ingest-propolis-ensure-api f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
76 | 2024-12-20T21:13:02.127Z | + git checkout -f gjcolombo/ingest-propolis-ensure-api |
77 | 2024-12-20T21:13:02.259Z | Switched to branch 'gjcolombo/ingest-propolis-ensure-api' |
78 | 2024-12-20T21:13:02.263Z | + git reset --hard f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
79 | 2024-12-20T21:13:02.394Z | HEAD is now at f0c692d7a PR feedback: SocketAddrV6, misc cleanup |
80 | 2024-12-20T21:13:02.396Z | process exited: duration 8456 ms, exit code 0 |
|
81 | 2024-12-20T21:13:02.405Z | starting task 4: "build" |
82 | 2024-12-20T21:13:02.408Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T21:13:02.408Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T21:13:02.408Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T21:13:02.408Z | + cargo --version |
86 | 2024-12-20T21:13:02.466Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T21:13:02.468Z | + rustc --version |
88 | 2024-12-20T21:13:02.527Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T21:13:02.536Z | + cargo tree --locked |
90 | 2024-12-20T21:13:02.782Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-20T21:13:03.086Z | Updating crates.io index |
92 | 2024-12-20T21:13:03.172Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-20T21:13:03.744Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-20T21:13:03.992Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-20T21:13:04.260Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-20T21:13:04.523Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-20T21:13:05.525Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-20T21:13:07.009Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-20T21:13:07.623Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-20T21:13:08.430Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-20T21:13:08.700Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-20T21:13:09.052Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-20T21:13:09.605Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-20T21:13:09.901Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-20T21:13:10.227Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-20T21:13:10.523Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-20T21:13:10.806Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-20T21:13:11.050Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-20T21:13:11.348Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-20T21:13:11.669Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-20T21:13:12.082Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-20T21:13:12.332Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-20T21:13:12.775Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-20T21:13:13.112Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-20T21:13:13.443Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-20T21:13:13.863Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-20T21:13:14.165Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-20T21:13:14.460Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-20T21:13:14.707Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-20T21:13:16.029Z | Downloading crates ... |
121 | 2024-12-20T21:13:16.155Z | Downloaded escape8259 v0.5.3 |
122 | 2024-12-20T21:13:16.205Z | Downloaded errno v0.3.9 |
123 | 2024-12-20T21:13:16.206Z | Downloaded ciborium v0.2.2 |
124 | 2024-12-20T21:13:16.206Z | Downloaded event-listener v5.3.1 |
125 | 2024-12-20T21:13:16.206Z | Downloaded foreign-types v0.3.2 |
126 | 2024-12-20T21:13:16.207Z | Downloaded float-ord v0.3.2 |
127 | 2024-12-20T21:13:16.207Z | Downloaded fxhash v0.2.1 |
128 | 2024-12-20T21:13:16.207Z | Downloaded guppy-workspace-hack v0.1.0 |
129 | 2024-12-20T21:13:16.207Z | Downloaded foreign-types-shared v0.1.1 |
130 | 2024-12-20T21:13:16.279Z | Downloaded hubpack_derive v0.1.1 |
131 | 2024-12-20T21:13:16.280Z | Downloaded assert-json-diff v2.0.2 |
132 | 2024-12-20T21:13:16.280Z | Downloaded foreign-types-shared v0.3.1 |
133 | 2024-12-20T21:13:16.280Z | Downloaded http-body v1.0.1 |
134 | 2024-12-20T21:13:16.280Z | Downloaded ascii-canvas v3.0.0 |
135 | 2024-12-20T21:13:16.280Z | Downloaded adler2 v2.0.0 |
136 | 2024-12-20T21:13:16.280Z | Downloaded anstyle v1.0.10 |
137 | 2024-12-20T21:13:16.280Z | Downloaded headers-core v0.3.0 |
138 | 2024-12-20T21:13:16.280Z | Downloaded ahash v0.8.11 |
139 | 2024-12-20T21:13:16.280Z | Downloaded http-range v0.1.5 |
140 | 2024-12-20T21:13:16.280Z | Downloaded fastrand v2.1.1 |
141 | 2024-12-20T21:13:16.280Z | Downloaded fnv v1.0.7 |
142 | 2024-12-20T21:13:16.281Z | Downloaded flagset v0.4.6 |
143 | 2024-12-20T21:13:16.281Z | Downloaded event-listener v2.5.3 |
144 | 2024-12-20T21:13:16.281Z | Downloaded foreign-types v0.5.0 |
145 | 2024-12-20T21:13:16.281Z | Downloaded async-stream-impl v0.3.6 |
146 | 2024-12-20T21:13:16.282Z | Downloaded atty v0.2.14 |
147 | 2024-12-20T21:13:16.282Z | Downloaded fd-lock v4.0.2 |
148 | 2024-12-20T21:13:16.282Z | Downloaded event-listener-strategy v0.5.2 |
149 | 2024-12-20T21:13:16.282Z | Downloaded glob v0.3.1 |
150 | 2024-12-20T21:13:16.283Z | Downloaded fallible-streaming-iterator v0.1.9 |
151 | 2024-12-20T21:13:16.283Z | Downloaded hex-literal v0.4.1 |
152 | 2024-12-20T21:13:16.283Z | Downloaded futures-executor v0.3.31 |
153 | 2024-12-20T21:13:16.283Z | Downloaded fallible-iterator v0.2.0 |
154 | 2024-12-20T21:13:16.283Z | Downloaded num-iter v0.1.45 |
155 | 2024-12-20T21:13:16.363Z | Downloaded float-cmp v0.9.0 |
156 | 2024-12-20T21:13:16.365Z | Downloaded fixedbitset v0.4.2 |
157 | 2024-12-20T21:13:16.365Z | Downloaded async-channel v1.9.0 |
158 | 2024-12-20T21:13:16.365Z | Downloaded heck v0.3.3 |
159 | 2024-12-20T21:13:16.366Z | Downloaded futures-task v0.3.31 |
160 | 2024-12-20T21:13:16.366Z | Downloaded futures-sink v0.3.31 |
161 | 2024-12-20T21:13:16.367Z | Downloaded ghash v0.5.1 |
162 | 2024-12-20T21:13:16.367Z | Downloaded futures-macro v0.3.31 |
163 | 2024-12-20T21:13:16.367Z | Downloaded async-attributes v1.1.2 |
164 | 2024-12-20T21:13:16.367Z | Downloaded assert_matches v1.5.0 |
165 | 2024-12-20T21:13:16.367Z | Downloaded anstyle-parse v0.2.5 |
166 | 2024-12-20T21:13:16.367Z | Downloaded httpdate v1.0.3 |
167 | 2024-12-20T21:13:16.367Z | Downloaded home v0.5.9 |
168 | 2024-12-20T21:13:16.367Z | Downloaded group v0.13.0 |
169 | 2024-12-20T21:13:16.368Z | Downloaded gethostname v0.5.0 |
170 | 2024-12-20T21:13:16.368Z | Downloaded cfg_aliases v0.2.1 |
171 | 2024-12-20T21:13:16.368Z | Downloaded cfg_aliases v0.1.1 |
172 | 2024-12-20T21:13:16.368Z | Downloaded humantime v2.1.0 |
173 | 2024-12-20T21:13:16.368Z | Downloaded hostname v0.3.1 |
174 | 2024-12-20T21:13:16.368Z | Downloaded hash32 v0.3.1 |
175 | 2024-12-20T21:13:16.368Z | Downloaded generic-array v0.14.7 |
176 | 2024-12-20T21:13:16.368Z | Downloaded heck v0.5.0 |
177 | 2024-12-20T21:13:16.368Z | Downloaded async-global-executor v2.4.1 |
178 | 2024-12-20T21:13:16.369Z | Downloaded foreign-types-macros v0.2.3 |
179 | 2024-12-20T21:13:16.369Z | Downloaded futures-io v0.3.31 |
180 | 2024-12-20T21:13:16.369Z | Downloaded async-recursion v1.1.1 |
181 | 2024-12-20T21:13:16.369Z | Downloaded hubpack v0.1.2 |
182 | 2024-12-20T21:13:16.369Z | Downloaded fallible-iterator v0.3.0 |
183 | 2024-12-20T21:13:16.369Z | Downloaded http-body-util v0.1.2 |
184 | 2024-12-20T21:13:16.369Z | Downloaded peg-runtime v0.8.3 |
185 | 2024-12-20T21:13:16.370Z | Downloaded anstream v0.6.15 |
186 | 2024-12-20T21:13:16.370Z | Downloaded futures-timer v3.0.3 |
187 | 2024-12-20T21:13:16.370Z | Downloaded anes v0.1.6 |
188 | 2024-12-20T21:13:16.370Z | Downloaded hex v0.4.3 |
189 | 2024-12-20T21:13:16.370Z | Downloaded hash32 v0.2.1 |
190 | 2024-12-20T21:13:16.370Z | Downloaded bitfield-struct v0.6.2 |
191 | 2024-12-20T21:13:16.371Z | Downloaded funty v2.0.0 |
192 | 2024-12-20T21:13:16.371Z | Downloaded bb8 v0.8.5 |
193 | 2024-12-20T21:13:16.371Z | Downloaded async-bb8-diesel v0.2.1 |
194 | 2024-12-20T21:13:16.371Z | Downloaded async-process v2.3.0 |
195 | 2024-12-20T21:13:16.371Z | Downloaded getrandom v0.2.15 |
196 | 2024-12-20T21:13:16.371Z | Downloaded hostname v0.4.0 |
197 | 2024-12-20T21:13:16.371Z | Downloaded cfg-if v1.0.0 |
198 | 2024-12-20T21:13:16.371Z | Downloaded cast v0.3.0 |
199 | 2024-12-20T21:13:16.371Z | Downloaded cargo-platform v0.1.8 |
200 | 2024-12-20T21:13:16.372Z | Downloaded num_enum_derive v0.5.11 |
201 | 2024-12-20T21:13:16.372Z | Downloaded cbc v0.1.2 |
202 | 2024-12-20T21:13:16.372Z | Downloaded hyper-rustls v0.27.3 |
203 | 2024-12-20T21:13:16.372Z | Downloaded globset v0.4.15 |
204 | 2024-12-20T21:13:16.372Z | Downloaded castaway v0.2.3 |
205 | 2024-12-20T21:13:16.372Z | Downloaded httptest v0.16.1 |
206 | 2024-12-20T21:13:16.373Z | Downloaded chrono-tz-build v0.4.0 |
207 | 2024-12-20T21:13:16.373Z | Downloaded futures-channel v0.3.31 |
208 | 2024-12-20T21:13:16.373Z | Downloaded chacha20 v0.9.1 |
209 | 2024-12-20T21:13:16.453Z | Downloaded cassowary v0.3.0 |
210 | 2024-12-20T21:13:16.453Z | Downloaded highway v1.2.0 |
211 | 2024-12-20T21:13:16.454Z | Downloaded hashlink v0.9.1 |
212 | 2024-12-20T21:13:16.454Z | Downloaded pretty-hex v0.2.1 |
213 | 2024-12-20T21:13:16.454Z | Downloaded async-stream v0.3.6 |
214 | 2024-12-20T21:13:16.454Z | Downloaded addr2line v0.24.2 |
215 | 2024-12-20T21:13:16.455Z | Downloaded async-trait v0.1.83 |
216 | 2024-12-20T21:13:16.455Z | Downloaded olpc-cjson v0.1.4 |
217 | 2024-12-20T21:13:16.455Z | Downloaded ff v0.13.0 |
218 | 2024-12-20T21:13:16.455Z | Downloaded fatfs v0.3.6 |
219 | 2024-12-20T21:13:16.455Z | Downloaded hyper-rustls v0.26.0 |
220 | 2024-12-20T21:13:16.455Z | Downloaded bcs v0.1.6 |
221 | 2024-12-20T21:13:16.455Z | Downloaded half v2.4.1 |
222 | 2024-12-20T21:13:16.455Z | Downloaded assert_cmd v2.0.16 |
223 | 2024-12-20T21:13:16.455Z | Downloaded rtoolbox v0.0.2 |
224 | 2024-12-20T21:13:16.455Z | Downloaded camino-tempfile v1.1.1 |
225 | 2024-12-20T21:13:16.455Z | Downloaded serde-big-array v0.5.1 |
226 | 2024-12-20T21:13:16.455Z | Downloaded cargo_metadata v0.18.1 |
227 | 2024-12-20T21:13:16.455Z | Downloaded camino v1.1.9 |
228 | 2024-12-20T21:13:16.455Z | Downloaded signal-hook-tokio v0.3.1 |
229 | 2024-12-20T21:13:16.456Z | Downloaded bzip2 v0.4.4 |
230 | 2024-12-20T21:13:16.456Z | Downloaded take_mut v0.2.2 |
231 | 2024-12-20T21:13:16.456Z | Downloaded cexpr v0.6.0 |
232 | 2024-12-20T21:13:16.456Z | Downloaded cancel-safe-futures v0.1.5 |
233 | 2024-12-20T21:13:16.456Z | Downloaded try-lock v0.2.5 |
234 | 2024-12-20T21:13:16.456Z | Downloaded rand_xorshift v0.3.0 |
235 | 2024-12-20T21:13:16.456Z | Downloaded hmac v0.12.1 |
236 | 2024-12-20T21:13:16.456Z | Downloaded polyval v0.6.2 |
237 | 2024-12-20T21:13:16.456Z | Downloaded futures v0.3.31 |
238 | 2024-12-20T21:13:16.456Z | Downloaded rand_seeder v0.3.0 |
239 | 2024-12-20T21:13:16.456Z | Downloaded hickory-client v0.24.1 |
240 | 2024-12-20T21:13:16.456Z | Downloaded want v0.3.1 |
241 | 2024-12-20T21:13:16.456Z | Downloaded slog-dtrace v0.3.0 |
242 | 2024-12-20T21:13:16.456Z | Downloaded scrypt v0.11.0 |
243 | 2024-12-20T21:13:16.456Z | Downloaded bitflags v2.6.0 |
244 | 2024-12-20T21:13:16.456Z | Downloaded slog-json v2.6.1 |
245 | 2024-12-20T21:13:16.456Z | Downloaded darling_macro v0.20.10 |
246 | 2024-12-20T21:13:16.456Z | Downloaded psl-types v2.0.11 |
247 | 2024-12-20T21:13:16.456Z | Downloaded slog-envlogger v2.2.0 |
248 | 2024-12-20T21:13:16.456Z | Downloaded predicates-tree v1.0.11 |
249 | 2024-12-20T21:13:16.456Z | Downloaded predicates-core v1.0.8 |
250 | 2024-12-20T21:13:16.456Z | Downloaded ident_case v1.0.1 |
251 | 2024-12-20T21:13:16.456Z | Downloaded rustversion v1.0.17 |
252 | 2024-12-20T21:13:16.456Z | Downloaded icu_provider_macros v1.5.0 |
253 | 2024-12-20T21:13:16.456Z | Downloaded dtrace-parser v0.2.0 |
254 | 2024-12-20T21:13:16.456Z | Downloaded rustfmt-wrapper v0.2.1 |
255 | 2024-12-20T21:13:16.456Z | Downloaded rustc_version v0.4.1 |
256 | 2024-12-20T21:13:16.456Z | Downloaded password-hash v0.5.0 |
257 | 2024-12-20T21:13:16.456Z | Downloaded cfg-expr v0.17.0 |
258 | 2024-12-20T21:13:16.456Z | Downloaded httparse v1.9.5 |
259 | 2024-12-20T21:13:16.542Z | Downloaded match_cfg v0.1.0 |
260 | 2024-12-20T21:13:16.542Z | Downloaded is_ci v1.2.0 |
261 | 2024-12-20T21:13:16.542Z | Downloaded crucible-workspace-hack v0.1.0 |
262 | 2024-12-20T21:13:16.542Z | Downloaded tokio-tungstenite v0.23.1 |
263 | 2024-12-20T21:13:16.542Z | Downloaded blake2b_simd v1.0.2 |
264 | 2024-12-20T21:13:16.542Z | Downloaded utf8_iter v1.0.4 |
265 | 2024-12-20T21:13:16.542Z | Downloaded spki v0.7.3 |
266 | 2024-12-20T21:13:16.542Z | Downloaded spin v0.5.2 |
267 | 2024-12-20T21:13:16.543Z | Downloaded tabled_derive v0.7.0 |
268 | 2024-12-20T21:13:16.543Z | Downloaded thiserror-impl v2.0.3 |
269 | 2024-12-20T21:13:16.543Z | Downloaded tabwriter v1.4.0 |
270 | 2024-12-20T21:13:16.543Z | Downloaded newtype_derive v0.1.6 |
271 | 2024-12-20T21:13:16.543Z | Downloaded newline-converter v0.3.0 |
272 | 2024-12-20T21:13:16.543Z | Downloaded base64 v0.13.1 |
273 | 2024-12-20T21:13:16.543Z | Downloaded powerfmt v0.2.0 |
274 | 2024-12-20T21:13:16.543Z | Downloaded convert_case v0.4.0 |
275 | 2024-12-20T21:13:16.543Z | Downloaded colored v2.1.0 |
276 | 2024-12-20T21:13:16.543Z | Downloaded tui-tree-widget v0.22.0 |
277 | 2024-12-20T21:13:16.543Z | Downloaded colorchoice v1.0.2 |
278 | 2024-12-20T21:13:16.543Z | Downloaded zone v0.3.0 |
279 | 2024-12-20T21:13:16.543Z | Downloaded data-encoding v2.6.0 |
280 | 2024-12-20T21:13:16.544Z | Downloaded strum_macros v0.26.4 |
281 | 2024-12-20T21:13:16.544Z | Downloaded curve25519-dalek-derive v0.1.1 |
282 | 2024-12-20T21:13:16.544Z | Downloaded zone v0.1.8 |
283 | 2024-12-20T21:13:16.544Z | Downloaded which v4.4.2 |
284 | 2024-12-20T21:13:16.544Z | Downloaded strip-ansi-escapes v0.2.0 |
285 | 2024-12-20T21:13:16.544Z | Downloaded indent_write v2.2.0 |
286 | 2024-12-20T21:13:16.544Z | Downloaded dunce v1.0.5 |
287 | 2024-12-20T21:13:16.544Z | Downloaded tiny-keccak v2.0.2 |
288 | 2024-12-20T21:13:16.544Z | Downloaded bytes v1.8.0 |
289 | 2024-12-20T21:13:16.544Z | Downloaded path-slash v0.1.5 |
290 | 2024-12-20T21:13:16.544Z | Downloaded tokio-tungstenite v0.24.0 |
291 | 2024-12-20T21:13:16.545Z | Downloaded zeroize_derive v1.4.2 |
292 | 2024-12-20T21:13:16.545Z | Downloaded tokio-tungstenite v0.21.0 |
293 | 2024-12-20T21:13:16.545Z | Downloaded maplit v1.0.2 |
294 | 2024-12-20T21:13:16.545Z | Downloaded libsw v3.3.1 |
295 | 2024-12-20T21:13:16.545Z | Downloaded is_terminal_polyfill v1.70.1 |
296 | 2024-12-20T21:13:16.545Z | Downloaded is-terminal v0.4.13 |
297 | 2024-12-20T21:13:16.545Z | Downloaded rusty-fork v0.3.0 |
298 | 2024-12-20T21:13:16.545Z | Downloaded backtrace v0.3.74 |
299 | 2024-12-20T21:13:16.545Z | Downloaded oso v0.27.3 |
300 | 2024-12-20T21:13:16.546Z | Downloaded newtype-uuid v1.1.3 |
301 | 2024-12-20T21:13:16.546Z | Downloaded fancy-regex v0.13.0 |
302 | 2024-12-20T21:13:16.631Z | Downloaded semver v1.0.23 |
303 | 2024-12-20T21:13:16.631Z | Downloaded progenitor-client v0.8.0 |
304 | 2024-12-20T21:13:16.631Z | Downloaded packed_struct_codegen v0.10.1 |
305 | 2024-12-20T21:13:16.631Z | Downloaded digest v0.10.7 |
306 | 2024-12-20T21:13:16.632Z | Downloaded difflib v0.4.0 |
307 | 2024-12-20T21:13:16.632Z | Downloaded criterion-plot v0.5.0 |
308 | 2024-12-20T21:13:16.632Z | Downloaded pin-utils v0.1.0 |
309 | 2024-12-20T21:13:16.632Z | Downloaded spin v0.9.8 |
310 | 2024-12-20T21:13:16.632Z | Downloaded tls_codec_derive v0.4.1 |
311 | 2024-12-20T21:13:16.632Z | Downloaded thiserror-impl-no-std v2.0.2 |
312 | 2024-12-20T21:13:16.632Z | Downloaded time-core v0.1.2 |
313 | 2024-12-20T21:13:16.632Z | Downloaded dyn-clone v1.0.17 |
314 | 2024-12-20T21:13:16.633Z | Downloaded progenitor v0.8.0 |
315 | 2024-12-20T21:13:16.633Z | Downloaded subprocess v0.2.9 |
316 | 2024-12-20T21:13:16.633Z | Downloaded whoami v1.5.2 |
317 | 2024-12-20T21:13:16.634Z | Downloaded tower-service v0.3.3 |
318 | 2024-12-20T21:13:16.634Z | Downloaded ref-cast v1.0.23 |
319 | 2024-12-20T21:13:16.634Z | Downloaded zone_cfg_derive v0.3.0 |
320 | 2024-12-20T21:13:16.634Z | Downloaded heapless v0.8.0 |
321 | 2024-12-20T21:13:16.634Z | Downloaded heapless v0.7.17 |
322 | 2024-12-20T21:13:16.634Z | Downloaded hyper-tls v0.6.0 |
323 | 2024-12-20T21:13:16.634Z | Downloaded rand_chacha v0.3.1 |
324 | 2024-12-20T21:13:16.634Z | Downloaded nibble_vec v0.1.0 |
325 | 2024-12-20T21:13:16.634Z | Downloaded mime v0.3.17 |
326 | 2024-12-20T21:13:16.634Z | Downloaded base64 v0.21.7 |
327 | 2024-12-20T21:13:16.634Z | Downloaded serde-hex v0.1.0 |
328 | 2024-12-20T21:13:16.634Z | Downloaded memoffset v0.9.1 |
329 | 2024-12-20T21:13:16.634Z | Downloaded waitgroup v0.1.2 |
330 | 2024-12-20T21:13:16.635Z | Downloaded vsss-rs v3.3.4 |
331 | 2024-12-20T21:13:16.635Z | Downloaded serde_spanned v0.6.8 |
332 | 2024-12-20T21:13:16.635Z | Downloaded smf v0.2.3 |
333 | 2024-12-20T21:13:16.635Z | Downloaded password-hash v0.4.2 |
334 | 2024-12-20T21:13:16.635Z | Downloaded path-tree v0.8.1 |
335 | 2024-12-20T21:13:16.635Z | Downloaded paste v1.0.15 |
336 | 2024-12-20T21:13:16.635Z | Downloaded stringmetrics v2.2.2 |
337 | 2024-12-20T21:13:16.635Z | Downloaded postcard v1.0.10 |
338 | 2024-12-20T21:13:16.635Z | Downloaded headers v0.4.0 |
339 | 2024-12-20T21:13:16.635Z | Downloaded tinystr v0.7.6 |
340 | 2024-12-20T21:13:16.635Z | Downloaded aes-gcm v0.10.3 |
341 | 2024-12-20T21:13:16.635Z | Downloaded hyper-staticfile v0.10.1 |
342 | 2024-12-20T21:13:16.635Z | Downloaded bumpalo v3.16.0 |
343 | 2024-12-20T21:13:16.635Z | Downloaded ecdsa v0.16.9 |
344 | 2024-12-20T21:13:16.636Z | Downloaded http v1.1.0 |
345 | 2024-12-20T21:13:16.636Z | Downloaded new_debug_unreachable v1.0.6 |
346 | 2024-12-20T21:13:16.636Z | Downloaded unarray v0.1.4 |
347 | 2024-12-20T21:13:16.636Z | Downloaded topological-sort v0.2.2 |
348 | 2024-12-20T21:13:16.636Z | Downloaded expectorate v1.1.0 |
349 | 2024-12-20T21:13:16.636Z | Downloaded serde_urlencoded v0.7.1 |
350 | 2024-12-20T21:13:16.636Z | Downloaded structmeta v0.2.0 |
351 | 2024-12-20T21:13:16.636Z | Downloaded strsim v0.11.1 |
352 | 2024-12-20T21:13:16.636Z | Downloaded flate2 v1.0.34 |
353 | 2024-12-20T21:13:16.636Z | Downloaded phf_shared v0.10.0 |
354 | 2024-12-20T21:13:16.636Z | Downloaded nested v0.1.1 |
355 | 2024-12-20T21:13:16.637Z | Downloaded cpufeatures v0.2.14 |
356 | 2024-12-20T21:13:16.637Z | Downloaded constant_time_eq v0.3.1 |
357 | 2024-12-20T21:13:16.637Z | Downloaded crc v3.2.1 |
358 | 2024-12-20T21:13:16.637Z | Downloaded darling_core v0.20.10 |
359 | 2024-12-20T21:13:16.637Z | Downloaded mime_guess v2.0.5 |
360 | 2024-12-20T21:13:16.637Z | Downloaded dirs-sys-next v0.1.2 |
361 | 2024-12-20T21:13:16.637Z | Downloaded unicode-linebreak v0.1.5 |
362 | 2024-12-20T21:13:16.637Z | Downloaded pin-project-internal v1.1.6 |
363 | 2024-12-20T21:13:16.690Z | Downloaded pretty-hex v0.4.1 |
364 | 2024-12-20T21:13:16.690Z | Downloaded russh-cryptovec v0.7.3 |
365 | 2024-12-20T21:13:16.691Z | Downloaded either v1.13.0 |
366 | 2024-12-20T21:13:16.691Z | Downloaded ed25519 v2.2.3 |
367 | 2024-12-20T21:13:16.691Z | Downloaded dsl_auto_type v0.1.2 |
368 | 2024-12-20T21:13:16.691Z | Downloaded thiserror-impl v1.0.69 |
369 | 2024-12-20T21:13:16.691Z | Downloaded wait-timeout v0.2.0 |
370 | 2024-12-20T21:13:16.691Z | Downloaded sqlparser_derive v0.2.2 |
371 | 2024-12-20T21:13:16.691Z | Downloaded cc v1.1.30 |
372 | 2024-12-20T21:13:16.691Z | Downloaded time-macros v0.2.18 |
373 | 2024-12-20T21:13:16.691Z | Downloaded kv-log-macro v1.0.7 |
374 | 2024-12-20T21:13:16.692Z | Downloaded ron v0.8.1 |
375 | 2024-12-20T21:13:16.692Z | Downloaded kstat-rs v0.2.4 |
376 | 2024-12-20T21:13:16.693Z | Downloaded swrite v0.1.0 |
377 | 2024-12-20T21:13:16.693Z | Downloaded rustls-pki-types v1.10.0 |
378 | 2024-12-20T21:13:16.693Z | Downloaded keccak v0.1.5 |
379 | 2024-12-20T21:13:16.693Z | Downloaded itoa v1.0.11 |
380 | 2024-12-20T21:13:16.693Z | Downloaded num_cpus v1.16.0 |
381 | 2024-12-20T21:13:16.693Z | Downloaded clap v4.5.21 |
382 | 2024-12-20T21:13:16.693Z | Downloaded scroll_derive v0.12.0 |
383 | 2024-12-20T21:13:16.693Z | Downloaded phf_generator v0.11.2 |
384 | 2024-12-20T21:13:16.693Z | Downloaded sigpipe v0.1.3 |
385 | 2024-12-20T21:13:16.693Z | Downloaded usdt-macro v0.5.0 |
386 | 2024-12-20T21:13:16.693Z | Downloaded r2d2 v0.8.10 |
387 | 2024-12-20T21:13:16.693Z | Downloaded macaddr v1.0.1 |
388 | 2024-12-20T21:13:16.693Z | Downloaded instability v0.3.2 |
389 | 2024-12-20T21:13:16.693Z | Downloaded quick-error v1.2.3 |
390 | 2024-12-20T21:13:16.693Z | Downloaded des v0.8.1 |
391 | 2024-12-20T21:13:16.693Z | Downloaded ref-cast-impl v1.0.23 |
392 | 2024-12-20T21:13:16.694Z | Downloaded indexmap v1.9.3 |
393 | 2024-12-20T21:13:16.703Z | Downloaded icu_locid_transform_data v1.5.0 |
394 | 2024-12-20T21:13:16.703Z | Downloaded mockall v0.13.0 |
395 | 2024-12-20T21:13:16.703Z | Downloaded proc-macro2 v1.0.89 |
396 | 2024-12-20T21:13:16.703Z | Downloaded hashbrown v0.13.2 |
397 | 2024-12-20T21:13:16.703Z | Downloaded downcast v0.11.0 |
398 | 2024-12-20T21:13:16.703Z | Downloaded openssl-probe v0.1.5 |
399 | 2024-12-20T21:13:16.703Z | Downloaded num-derive v0.4.2 |
400 | 2024-12-20T21:13:16.703Z | Downloaded walkdir v2.5.0 |
401 | 2024-12-20T21:13:16.703Z | Downloaded publicsuffix v2.2.3 |
402 | 2024-12-20T21:13:16.703Z | Downloaded ssh-encoding v0.2.0 |
403 | 2024-12-20T21:13:16.703Z | Downloaded ssh-cipher v0.2.0 |
404 | 2024-12-20T21:13:16.703Z | Downloaded unicase v2.7.0 |
405 | 2024-12-20T21:13:16.703Z | Downloaded native-tls v0.2.12 |
406 | 2024-12-20T21:13:16.703Z | Downloaded matches v0.1.10 |
407 | 2024-12-20T21:13:16.703Z | Downloaded memmap2 v0.9.5 |
408 | 2024-12-20T21:13:16.703Z | Downloaded jobserver v0.1.32 |
409 | 2024-12-20T21:13:16.703Z | Downloaded tracing v0.1.40 |
410 | 2024-12-20T21:13:16.703Z | Downloaded crunchy v0.2.2 |
411 | 2024-12-20T21:13:16.703Z | Downloaded typify-macro v0.2.0 |
412 | 2024-12-20T21:13:16.703Z | Downloaded terminal_size v0.4.0 |
413 | 2024-12-20T21:13:16.715Z | Downloaded crc-any v2.5.0 |
414 | 2024-12-20T21:13:16.715Z | Downloaded samael v0.0.17 |
415 | 2024-12-20T21:13:16.715Z | Downloaded pathdiff v0.2.2 |
416 | 2024-12-20T21:13:16.716Z | Downloaded parse-size v1.1.0 |
417 | 2024-12-20T21:13:16.730Z | Downloaded embedded-io v0.4.0 |
418 | 2024-12-20T21:13:16.730Z | Downloaded ciborium-ll v0.2.2 |
419 | 2024-12-20T21:13:16.730Z | Downloaded num v0.4.3 |
420 | 2024-12-20T21:13:16.730Z | Downloaded normalize-line-endings v0.3.0 |
421 | 2024-12-20T21:13:16.730Z | Downloaded zeroize v1.8.1 |
422 | 2024-12-20T21:13:16.730Z | Downloaded version_check v0.9.5 |
423 | 2024-12-20T21:13:16.730Z | Downloaded cipher v0.4.4 |
424 | 2024-12-20T21:13:16.739Z | Downloaded icu_normalizer_data v1.5.0 |
425 | 2024-12-20T21:13:16.739Z | Downloaded slog-bunyan v2.5.0 |
426 | 2024-12-20T21:13:16.739Z | Downloaded slog-async v2.8.0 |
427 | 2024-12-20T21:13:16.739Z | Downloaded socket2 v0.5.7 |
428 | 2024-12-20T21:13:16.740Z | Downloaded crossbeam-deque v0.8.5 |
429 | 2024-12-20T21:13:16.740Z | Downloaded thiserror v1.0.69 |
430 | 2024-12-20T21:13:16.740Z | Downloaded dof v0.3.0 |
431 | 2024-12-20T21:13:16.750Z | Downloaded thiserror-no-std v2.0.2 |
432 | 2024-12-20T21:13:16.750Z | Downloaded unicode-properties v0.1.3 |
433 | 2024-12-20T21:13:16.750Z | Downloaded unicode-ident v1.0.13 |
434 | 2024-12-20T21:13:16.750Z | Downloaded target-triple v0.1.3 |
435 | 2024-12-20T21:13:16.750Z | Downloaded zerocopy v0.6.6 |
436 | 2024-12-20T21:13:16.865Z | Downloaded slog-scope v4.4.0 |
437 | 2024-12-20T21:13:16.866Z | Downloaded once_cell v1.20.2 |
438 | 2024-12-20T21:13:16.866Z | Downloaded maybe-uninit v2.0.0 |
439 | 2024-12-20T21:13:16.866Z | Downloaded managed v0.8.0 |
440 | 2024-12-20T21:13:16.866Z | Downloaded xattr v1.3.1 |
441 | 2024-12-20T21:13:16.866Z | Downloaded tokio-stream v0.1.16 |
442 | 2024-12-20T21:13:16.866Z | Downloaded tokio-rustls v0.26.0 |
443 | 2024-12-20T21:13:16.867Z | Downloaded postgres-protocol v0.6.7 |
444 | 2024-12-20T21:13:16.867Z | Downloaded dhcproto v0.12.0 |
445 | 2024-12-20T21:13:17.050Z | Downloaded papergrid v0.11.0 |
446 | 2024-12-20T21:13:17.050Z | Downloaded yoke-derive v0.7.4 |
447 | 2024-12-20T21:13:17.051Z | Downloaded relative-path v1.9.3 |
448 | 2024-12-20T21:13:17.051Z | Downloaded scheduled-thread-pool v0.2.7 |
449 | 2024-12-20T21:13:17.051Z | Downloaded usdt-impl v0.5.0 |
450 | 2024-12-20T21:13:17.051Z | Downloaded tokio-rustls v0.25.0 |
451 | 2024-12-20T21:13:17.051Z | Downloaded wyz v0.5.1 |
452 | 2024-12-20T21:13:17.051Z | Downloaded tokio-rustls v0.24.1 |
453 | 2024-12-20T21:13:17.052Z | Downloaded signature v2.2.0 |
454 | 2024-12-20T21:13:17.052Z | Downloaded scroll v0.12.0 |
455 | 2024-12-20T21:13:17.052Z | Downloaded guppy v0.17.8 |
456 | 2024-12-20T21:13:17.052Z | Downloaded diesel_table_macro_syntax v0.2.0 |
457 | 2024-12-20T21:13:17.052Z | Downloaded tokio-macros v2.4.0 |
458 | 2024-12-20T21:13:17.052Z | Downloaded structmeta-derive v0.3.0 |
459 | 2024-12-20T21:13:17.052Z | Downloaded rstest_macros v0.23.0 |
460 | 2024-12-20T21:13:17.052Z | Downloaded lazy_static v1.5.0 |
461 | 2024-12-20T21:13:17.052Z | Downloaded ipnet v2.10.1 |
462 | 2024-12-20T21:13:17.052Z | Downloaded indoc v1.0.9 |
463 | 2024-12-20T21:13:17.052Z | Downloaded shlex v1.3.0 |
464 | 2024-12-20T21:13:17.052Z | Downloaded shell-words v1.1.0 |
465 | 2024-12-20T21:13:17.052Z | Downloaded plotters-svg v0.3.7 |
466 | 2024-12-20T21:13:17.052Z | Downloaded multimap v0.10.0 |
467 | 2024-12-20T21:13:17.053Z | Downloaded lazycell v1.3.0 |
468 | 2024-12-20T21:13:17.053Z | Downloaded target-spec v3.2.2 |
469 | 2024-12-20T21:13:17.053Z | Downloaded hyper-util v0.1.10 |
470 | 2024-12-20T21:13:17.053Z | Downloaded sct v0.7.1 |
471 | 2024-12-20T21:13:17.053Z | Downloaded pbkdf2 v0.12.2 |
472 | 2024-12-20T21:13:17.053Z | Downloaded parking_lot v0.11.2 |
473 | 2024-12-20T21:13:17.053Z | Downloaded unicode_categories v0.1.1 |
474 | 2024-12-20T21:13:17.053Z | Downloaded nom v7.1.3 |
475 | 2024-12-20T21:13:17.053Z | Downloaded clang-sys v1.8.1 |
476 | 2024-12-20T21:13:17.053Z | Downloaded steno v0.4.1 |
477 | 2024-12-20T21:13:17.054Z | Downloaded unicode-bidi v0.3.17 |
478 | 2024-12-20T21:13:17.054Z | Downloaded tempfile v3.13.0 |
479 | 2024-12-20T21:13:17.054Z | Downloaded pin-project v1.1.6 |
480 | 2024-12-20T21:13:17.054Z | Downloaded precomputed-hash v0.1.1 |
481 | 2024-12-20T21:13:17.054Z | Downloaded env_filter v0.1.2 |
482 | 2024-12-20T21:13:17.054Z | Downloaded simd-adler32 v0.3.7 |
483 | 2024-12-20T21:13:17.054Z | Downloaded itertools v0.10.5 |
484 | 2024-12-20T21:13:17.054Z | Downloaded derive_builder v0.20.2 |
485 | 2024-12-20T21:13:17.056Z | Downloaded linked-hash-map v0.5.6 |
486 | 2024-12-20T21:13:17.057Z | Downloaded twox-hash v1.6.3 |
487 | 2024-12-20T21:13:17.057Z | Downloaded tls_codec v0.4.1 |
488 | 2024-12-20T21:13:17.057Z | Downloaded target-lexicon v0.12.16 |
489 | 2024-12-20T21:13:17.057Z | Downloaded supports-color v3.0.1 |
490 | 2024-12-20T21:13:17.058Z | Downloaded hashbrown v0.14.5 |
491 | 2024-12-20T21:13:17.061Z | Downloaded nanorand v0.7.0 |
492 | 2024-12-20T21:13:17.061Z | Downloaded usdt-attr-macro v0.5.0 |
493 | 2024-12-20T21:13:17.061Z | Downloaded termtree v0.4.1 |
494 | 2024-12-20T21:13:17.062Z | Downloaded nu-ansi-term v0.50.1 |
495 | 2024-12-20T21:13:17.062Z | Downloaded crypto-common v0.1.6 |
496 | 2024-12-20T21:13:17.062Z | Downloaded clap_lex v0.7.2 |
497 | 2024-12-20T21:13:17.069Z | Downloaded libefi-sys v0.1.0 |
498 | 2024-12-20T21:13:17.070Z | Downloaded defmt-parser v0.3.4 |
499 | 2024-12-20T21:13:17.070Z | Downloaded defmt-macros v0.3.9 |
500 | 2024-12-20T21:13:17.070Z | Downloaded ed25519-dalek v2.1.1 |
501 | 2024-12-20T21:13:17.070Z | Downloaded yoke v0.7.4 |
502 | 2024-12-20T21:13:17.070Z | Downloaded clap_derive v4.5.18 |
503 | 2024-12-20T21:13:17.071Z | Downloaded semver v0.1.20 |
504 | 2024-12-20T21:13:17.251Z | Downloaded hashbrown v0.15.1 |
505 | 2024-12-20T21:13:17.252Z | Downloaded derive_builder_macro v0.20.2 |
506 | 2024-12-20T21:13:17.252Z | Downloaded derive-where v1.2.7 |
507 | 2024-12-20T21:13:17.253Z | Downloaded doc-comment v0.3.3 |
508 | 2024-12-20T21:13:17.253Z | Downloaded secrecy v0.8.0 |
509 | 2024-12-20T21:13:17.253Z | Downloaded num-bigint-dig v0.8.4 |
510 | 2024-12-20T21:13:17.253Z | Downloaded mirai-annotations v1.12.0 |
511 | 2024-12-20T21:13:17.253Z | Downloaded icu_properties v1.5.1 |
512 | 2024-12-20T21:13:17.253Z | Downloaded aho-corasick v1.1.3 |
513 | 2024-12-20T21:13:17.253Z | Downloaded termios v0.3.3 |
514 | 2024-12-20T21:13:17.254Z | Downloaded termcolor v1.4.1 |
515 | 2024-12-20T21:13:17.254Z | Downloaded signal-hook v0.3.17 |
516 | 2024-12-20T21:13:17.254Z | Downloaded diff v0.1.13 |
517 | 2024-12-20T21:13:17.255Z | Downloaded linear-map v1.2.0 |
518 | 2024-12-20T21:13:17.255Z | Downloaded libloading v0.8.5 |
519 | 2024-12-20T21:13:17.255Z | Downloaded zerovec-derive v0.10.3 |
520 | 2024-12-20T21:13:17.255Z | Downloaded untrusted v0.7.1 |
521 | 2024-12-20T21:13:17.255Z | Downloaded smallvec v0.6.14 |
522 | 2024-12-20T21:13:17.255Z | Downloaded russh-keys v0.45.0 |
523 | 2024-12-20T21:13:17.256Z | Downloaded winnow v0.5.40 |
524 | 2024-12-20T21:13:17.256Z | Downloaded cobs v0.2.3 |
525 | 2024-12-20T21:13:17.256Z | Downloaded cmake v0.1.51 |
526 | 2024-12-20T21:13:17.256Z | Downloaded resolv-conf v0.7.0 |
527 | 2024-12-20T21:13:17.256Z | Downloaded multer v3.1.0 |
528 | 2024-12-20T21:13:17.256Z | Downloaded displaydoc v0.2.5 |
529 | 2024-12-20T21:13:17.256Z | Downloaded untrusted v0.9.0 |
530 | 2024-12-20T21:13:17.256Z | Downloaded subtle v2.6.1 |
531 | 2024-12-20T21:13:17.257Z | Downloaded rand_core v0.6.4 |
532 | 2024-12-20T21:13:17.257Z | Downloaded display-error-chain v0.2.2 |
533 | 2024-12-20T21:13:17.257Z | Downloaded hyper v1.5.0 |
534 | 2024-12-20T21:13:17.257Z | Downloaded crossbeam-utils v0.8.20 |
535 | 2024-12-20T21:13:17.257Z | Downloaded hkdf v0.12.4 |
536 | 2024-12-20T21:13:17.257Z | Downloaded h2 v0.4.6 |
537 | 2024-12-20T21:13:17.257Z | Downloaded cstr-argument v0.1.2 |
538 | 2024-12-20T21:13:17.257Z | Downloaded indoc v2.0.5 |
539 | 2024-12-20T21:13:17.257Z | Downloaded zone_cfg_derive v0.1.2 |
540 | 2024-12-20T21:13:17.258Z | Downloaded tough v0.19.0 |
541 | 2024-12-20T21:13:17.258Z | Downloaded num_threads v0.1.7 |
542 | 2024-12-20T21:13:17.258Z | Downloaded nodrop v0.1.14 |
543 | 2024-12-20T21:13:17.258Z | Downloaded similar v2.6.0 |
544 | 2024-12-20T21:13:17.258Z | Downloaded progenitor-macro v0.8.0 |
545 | 2024-12-20T21:13:17.258Z | Downloaded yasna v0.5.2 |
546 | 2024-12-20T21:13:17.258Z | Downloaded md5 v0.7.0 |
547 | 2024-12-20T21:13:17.259Z | Downloaded predicates v3.1.2 |
548 | 2024-12-20T21:13:17.259Z | Downloaded rustc-hash v1.1.0 |
549 | 2024-12-20T21:13:17.259Z | Downloaded plain v0.2.3 |
550 | 2024-12-20T21:13:17.259Z | Downloaded pkg-config v0.3.31 |
551 | 2024-12-20T21:13:17.259Z | Downloaded slog-term v2.9.1 |
552 | 2024-12-20T21:13:17.259Z | Downloaded serde_derive_internals v0.29.1 |
553 | 2024-12-20T21:13:17.259Z | Downloaded mockall_derive v0.13.0 |
554 | 2024-12-20T21:13:17.259Z | Downloaded tar v0.4.42 |
555 | 2024-12-20T21:13:17.259Z | Downloaded icu_provider v1.5.0 |
556 | 2024-12-20T21:13:17.260Z | Downloaded pest_meta v2.7.14 |
557 | 2024-12-20T21:13:17.260Z | Downloaded vergen v8.3.2 |
558 | 2024-12-20T21:13:17.260Z | Downloaded litemap v0.7.3 |
559 | 2024-12-20T21:13:17.260Z | Downloaded tinyvec_macros v0.1.1 |
560 | 2024-12-20T21:13:17.260Z | Downloaded strum v0.26.3 |
561 | 2024-12-20T21:13:17.260Z | Downloaded quinn v0.11.5 |
562 | 2024-12-20T21:13:17.260Z | Downloaded elliptic-curve v0.13.8 |
563 | 2024-12-20T21:13:17.260Z | Downloaded futures-util v0.3.31 |
564 | 2024-12-20T21:13:17.260Z | Downloaded equivalent v1.0.1 |
565 | 2024-12-20T21:13:17.260Z | Downloaded deranged v0.3.11 |
566 | 2024-12-20T21:13:17.260Z | Downloaded xz2 v0.1.7 |
567 | 2024-12-20T21:13:17.261Z | Downloaded universal-hash v0.5.1 |
568 | 2024-12-20T21:13:17.261Z | Downloaded vte_generate_state_changes v0.1.2 |
569 | 2024-12-20T21:13:17.261Z | Downloaded structmeta v0.3.0 |
570 | 2024-12-20T21:13:17.261Z | Downloaded stable_deref_trait v1.2.0 |
571 | 2024-12-20T21:13:17.261Z | Downloaded term v0.7.0 |
572 | 2024-12-20T21:13:17.261Z | Downloaded number_prefix v0.4.0 |
573 | 2024-12-20T21:13:17.261Z | Downloaded parking v2.2.1 |
574 | 2024-12-20T21:13:17.261Z | Downloaded ipnetwork v0.20.0 |
575 | 2024-12-20T21:13:17.261Z | Downloaded rusqlite v0.32.1 |
576 | 2024-12-20T21:13:17.261Z | Downloaded pretty_assertions v1.4.1 |
577 | 2024-12-20T21:13:17.261Z | Downloaded typenum v1.17.0 |
578 | 2024-12-20T21:13:17.261Z | Downloaded proc-macro-crate v3.2.0 |
579 | 2024-12-20T21:13:17.262Z | Downloaded oso-derive v0.27.3 |
580 | 2024-12-20T21:13:17.262Z | Downloaded write16 v1.0.0 |
581 | 2024-12-20T21:13:17.262Z | Downloaded rustc-demangle v0.1.24 |
582 | 2024-12-20T21:13:17.262Z | Downloaded crossterm v0.28.1 |
583 | 2024-12-20T21:13:17.262Z | Downloaded snafu-derive v0.8.5 |
584 | 2024-12-20T21:13:17.263Z | Downloaded parse-zoneinfo v0.3.1 |
585 | 2024-12-20T21:13:17.263Z | Downloaded ciborium-io v0.2.2 |
586 | 2024-12-20T21:13:17.263Z | Downloaded writeable v0.5.5 |
587 | 2024-12-20T21:13:17.263Z | Downloaded russh v0.45.0 |
588 | 2024-12-20T21:13:17.263Z | Downloaded phf v0.11.2 |
589 | 2024-12-20T21:13:17.263Z | Downloaded rayon-core v1.12.1 |
590 | 2024-12-20T21:13:17.263Z | Downloaded scopeguard v1.2.0 |
591 | 2024-12-20T21:13:17.263Z | Downloaded sync-ptr v0.1.1 |
592 | 2024-12-20T21:13:17.263Z | Downloaded tokio-util v0.7.12 |
593 | 2024-12-20T21:13:17.264Z | Downloaded ena v0.14.3 |
594 | 2024-12-20T21:13:17.264Z | Downloaded x509-cert v0.2.5 |
595 | 2024-12-20T21:13:17.264Z | Downloaded tokio-native-tls v0.3.1 |
596 | 2024-12-20T21:13:17.264Z | Downloaded bitvec v1.0.1 |
597 | 2024-12-20T21:13:17.264Z | Downloaded rustc_version v0.1.7 |
598 | 2024-12-20T21:13:17.264Z | Downloaded derive_builder_core v0.20.2 |
599 | 2024-12-20T21:13:17.264Z | Downloaded utf-8 v0.7.6 |
600 | 2024-12-20T21:13:17.264Z | Downloaded progenitor-impl v0.8.0 |
601 | 2024-12-20T21:13:17.264Z | Downloaded strum_macros v0.25.3 |
602 | 2024-12-20T21:13:17.264Z | Downloaded siphasher v0.3.11 |
603 | 2024-12-20T21:13:17.264Z | Downloaded sqlformat v0.2.6 |
604 | 2024-12-20T21:13:17.408Z | Downloaded bindgen v0.69.5 |
605 | 2024-12-20T21:13:17.408Z | Downloaded endian-type v0.1.2 |
606 | 2024-12-20T21:13:17.408Z | Downloaded ucd-trie v0.1.7 |
607 | 2024-12-20T21:13:17.408Z | Downloaded memmap v0.7.0 |
608 | 2024-12-20T21:13:17.408Z | Downloaded strum_macros v0.24.3 |
609 | 2024-12-20T21:13:17.408Z | Downloaded ctr v0.9.2 |
610 | 2024-12-20T21:13:17.408Z | Downloaded concurrent-queue v2.5.0 |
611 | 2024-12-20T21:13:17.409Z | Downloaded typify v0.2.0 |
612 | 2024-12-20T21:13:17.410Z | Downloaded tap v1.0.1 |
613 | 2024-12-20T21:13:17.410Z | Downloaded chrono v0.4.38 |
614 | 2024-12-20T21:13:17.410Z | Downloaded dhcproto-macros v0.1.0 |
615 | 2024-12-20T21:13:17.410Z | Downloaded env_logger v0.11.5 |
616 | 2024-12-20T21:13:17.410Z | Downloaded rustls-pemfile v1.0.4 |
617 | 2024-12-20T21:13:17.410Z | Downloaded inout v0.1.3 |
618 | 2024-12-20T21:13:17.411Z | Downloaded env_logger v0.10.2 |
619 | 2024-12-20T21:13:17.411Z | Downloaded rust-argon2 v2.1.0 |
620 | 2024-12-20T21:13:17.411Z | Downloaded winnow v0.6.20 |
621 | 2024-12-20T21:13:17.411Z | Downloaded debug-ignore v1.0.5 |
622 | 2024-12-20T21:13:17.411Z | Downloaded schemars v0.8.21 |
623 | 2024-12-20T21:13:17.411Z | Downloaded ppv-lite86 v0.2.20 |
624 | 2024-12-20T21:13:17.412Z | Downloaded proc-macro-error-attr v1.0.4 |
625 | 2024-12-20T21:13:17.412Z | Downloaded defmt v0.3.8 |
626 | 2024-12-20T21:13:17.412Z | Downloaded zerofrom v0.1.4 |
627 | 2024-12-20T21:13:17.412Z | Downloaded snafu v0.8.5 |
628 | 2024-12-20T21:13:17.412Z | Downloaded quinn-udp v0.5.5 |
629 | 2024-12-20T21:13:17.412Z | Downloaded p256 v0.13.2 |
630 | 2024-12-20T21:13:17.413Z | Downloaded petname v2.0.2 |
631 | 2024-12-20T21:13:17.413Z | Downloaded num-conv v0.1.0 |
632 | 2024-12-20T21:13:17.413Z | Downloaded icu_locid_transform v1.5.0 |
633 | 2024-12-20T21:13:17.413Z | Downloaded smawk v0.3.2 |
634 | 2024-12-20T21:13:17.413Z | Downloaded owo-colors v4.1.0 |
635 | 2024-12-20T21:13:17.414Z | Downloaded poly1305 v0.8.0 |
636 | 2024-12-20T21:13:17.414Z | Downloaded sha2 v0.10.8 |
637 | 2024-12-20T21:13:17.414Z | Downloaded embedded-io v0.6.1 |
638 | 2024-12-20T21:13:17.414Z | Downloaded tinytemplate v1.2.1 |
639 | 2024-12-20T21:13:17.414Z | Downloaded lru v0.12.5 |
640 | 2024-12-20T21:13:17.414Z | Downloaded rpassword v7.3.1 |
641 | 2024-12-20T21:13:17.415Z | Downloaded lockfree-object-pool v0.1.6 |
642 | 2024-12-20T21:13:17.415Z | Downloaded structmeta-derive v0.2.0 |
643 | 2024-12-20T21:13:17.415Z | Downloaded num-traits v0.2.19 |
644 | 2024-12-20T21:13:17.415Z | Downloaded sync_wrapper v1.0.1 |
645 | 2024-12-20T21:13:17.415Z | Downloaded console v0.15.8 |
646 | 2024-12-20T21:13:17.416Z | Downloaded unicode-truncate v1.1.0 |
647 | 2024-12-20T21:13:17.416Z | Downloaded slab v0.4.9 |
648 | 2024-12-20T21:13:17.416Z | Downloaded similar-asserts v1.6.0 |
649 | 2024-12-20T21:13:17.416Z | Downloaded qorb v0.2.1 |
650 | 2024-12-20T21:13:17.417Z | Downloaded peg v0.8.4 |
651 | 2024-12-20T21:13:17.417Z | Downloaded indicatif v0.17.9 |
652 | 2024-12-20T21:13:17.418Z | Downloaded proc-macro-error v1.0.4 |
653 | 2024-12-20T21:13:17.418Z | Downloaded postgres-types v0.2.8 |
654 | 2024-12-20T21:13:17.418Z | Downloaded pem-rfc7468 v0.7.0 |
655 | 2024-12-20T21:13:17.418Z | Downloaded radium v0.7.0 |
656 | 2024-12-20T21:13:17.418Z | Downloaded thread-id v4.2.2 |
657 | 2024-12-20T21:13:17.418Z | Downloaded lock_api v0.4.12 |
658 | 2024-12-20T21:13:17.418Z | Downloaded unicode-normalization v0.1.24 |
659 | 2024-12-20T21:13:17.419Z | Downloaded tinyvec v1.8.0 |
660 | 2024-12-20T21:13:17.419Z | Downloaded toolchain_find v0.4.0 |
661 | 2024-12-20T21:13:17.419Z | Downloaded der v0.7.9 |
662 | 2024-12-20T21:13:17.419Z | Downloaded smallvec v1.13.2 |
663 | 2024-12-20T21:13:17.419Z | Downloaded tungstenite v0.23.0 |
664 | 2024-12-20T21:13:17.419Z | Downloaded zerofrom-derive v0.1.4 |
665 | 2024-12-20T21:13:17.419Z | Downloaded idna_adapter v1.2.0 |
666 | 2024-12-20T21:13:17.419Z | Downloaded sec1 v0.7.3 |
667 | 2024-12-20T21:13:17.419Z | Downloaded schemars_derive v0.8.21 |
668 | 2024-12-20T21:13:17.419Z | Downloaded diesel-dtrace v0.4.2 |
669 | 2024-12-20T21:13:17.419Z | Downloaded zerocopy-derive v0.7.35 |
670 | 2024-12-20T21:13:17.419Z | Downloaded phf_codegen v0.11.2 |
671 | 2024-12-20T21:13:17.419Z | Downloaded md-5 v0.10.6 |
672 | 2024-12-20T21:13:17.419Z | Downloaded lru-cache v0.1.2 |
673 | 2024-12-20T21:13:17.508Z | Downloaded lalrpop-util v0.19.12 |
674 | 2024-12-20T21:13:17.509Z | Downloaded openssl-sys v0.9.103 |
675 | 2024-12-20T21:13:17.509Z | Downloaded typed-path v0.9.3 |
676 | 2024-12-20T21:13:17.509Z | Downloaded impl-trait-for-tuples v0.2.2 |
677 | 2024-12-20T21:13:17.509Z | Downloaded plotters v0.3.7 |
678 | 2024-12-20T21:13:17.509Z | Downloaded toml_datetime v0.6.8 |
679 | 2024-12-20T21:13:17.509Z | Downloaded synstructure v0.13.1 |
680 | 2024-12-20T21:13:17.510Z | Downloaded threadpool v1.8.1 |
681 | 2024-12-20T21:13:17.510Z | Downloaded percent-encoding v2.3.1 |
682 | 2024-12-20T21:13:17.510Z | Downloaded crc-catalog v2.4.0 |
683 | 2024-12-20T21:13:17.510Z | Downloaded parse-display v0.10.0 |
684 | 2024-12-20T21:13:17.510Z | Downloaded rustls-native-certs v0.7.3 |
685 | 2024-12-20T21:13:17.510Z | Downloaded rustc-hash v2.0.0 |
686 | 2024-12-20T21:13:17.510Z | Downloaded piper v0.2.4 |
687 | 2024-12-20T21:13:17.510Z | Downloaded peg-macros v0.8.4 |
688 | 2024-12-20T21:13:17.510Z | Downloaded zerocopy v0.7.35 |
689 | 2024-12-20T21:13:17.510Z | Downloaded utf8parse v0.2.2 |
690 | 2024-12-20T21:13:17.510Z | Downloaded tabled v0.15.0 |
691 | 2024-12-20T21:13:17.510Z | Downloaded uuid v1.11.0 |
692 | 2024-12-20T21:13:17.510Z | Downloaded quote v1.0.37 |
693 | 2024-12-20T21:13:17.510Z | Downloaded crc32fast v1.4.2 |
694 | 2024-12-20T21:13:17.510Z | Downloaded enum-as-inner v0.6.1 |
695 | 2024-12-20T21:13:17.511Z | Downloaded value-bag v1.9.0 |
696 | 2024-12-20T21:13:17.511Z | Downloaded toml v0.7.8 |
697 | 2024-12-20T21:13:17.511Z | Downloaded ssh-key v0.6.6 |
698 | 2024-12-20T21:13:17.511Z | Downloaded num-complex v0.4.6 |
699 | 2024-12-20T21:13:17.511Z | Downloaded unicode-xid v0.2.6 |
700 | 2024-12-20T21:13:17.511Z | Downloaded textwrap v0.16.1 |
701 | 2024-12-20T21:13:17.511Z | Downloaded yansi v1.0.1 |
702 | 2024-12-20T21:13:17.511Z | Downloaded tokio-postgres v0.7.12 |
703 | 2024-12-20T21:13:17.511Z | Downloaded p384 v0.13.0 |
704 | 2024-12-20T21:13:17.511Z | Downloaded parking_lot_core v0.9.10 |
705 | 2024-12-20T21:13:17.511Z | Downloaded enum-as-inner v0.5.1 |
706 | 2024-12-20T21:13:17.513Z | Downloaded indexmap v2.6.0 |
707 | 2024-12-20T21:13:17.513Z | Downloaded uzers v0.12.1 |
708 | 2024-12-20T21:13:17.513Z | Downloaded memchr v2.7.4 |
709 | 2024-12-20T21:13:17.513Z | Downloaded zip v2.1.3 |
710 | 2024-12-20T21:13:17.513Z | Downloaded slog v2.7.0 |
711 | 2024-12-20T21:13:17.513Z | Downloaded ron v0.7.1 |
712 | 2024-12-20T21:13:17.514Z | Downloaded rustls-pemfile v2.2.0 |
713 | 2024-12-20T21:13:17.514Z | Downloaded libm v0.2.8 |
714 | 2024-12-20T21:13:17.569Z | Downloaded icu_collections v1.5.0 |
715 | 2024-12-20T21:13:17.569Z | Downloaded webpki-roots v0.26.6 |
716 | 2024-12-20T21:13:17.569Z | Downloaded pkcs8 v0.10.2 |
717 | 2024-12-20T21:13:17.570Z | Downloaded miniz_oxide v0.8.0 |
718 | 2024-12-20T21:13:17.570Z | Downloaded pkcs5 v0.7.1 |
719 | 2024-12-20T21:13:17.570Z | Downloaded zip v0.6.6 |
720 | 2024-12-20T21:13:17.570Z | Downloaded ryu v1.0.18 |
721 | 2024-12-20T21:13:17.570Z | Downloaded gimli v0.31.1 |
722 | 2024-12-20T21:13:17.570Z | Downloaded tungstenite v0.21.0 |
723 | 2024-12-20T21:13:17.570Z | Downloaded openssl v0.10.66 |
724 | 2024-12-20T21:13:17.570Z | Downloaded rstest v0.23.0 |
725 | 2024-12-20T21:13:17.570Z | Downloaded clap_builder v4.5.21 |
726 | 2024-12-20T21:13:17.570Z | Downloaded reqwest v0.12.9 |
727 | 2024-12-20T21:13:17.570Z | Downloaded const-oid v0.9.6 |
728 | 2024-12-20T21:13:17.570Z | Downloaded rsa v0.9.6 |
729 | 2024-12-20T21:13:17.571Z | Downloaded curve25519-dalek v4.1.3 |
730 | 2024-12-20T21:13:17.571Z | Downloaded rayon v1.10.0 |
731 | 2024-12-20T21:13:17.571Z | Downloaded const_format v0.2.33 |
732 | 2024-12-20T21:13:17.685Z | Downloaded trust-dns-proto v0.22.0 |
733 | 2024-12-20T21:13:17.685Z | Downloaded zerocopy-derive v0.8.10 |
734 | 2024-12-20T21:13:17.686Z | Downloaded time v0.3.36 |
735 | 2024-12-20T21:13:17.686Z | Downloaded itertools v0.13.0 |
736 | 2024-12-20T21:13:17.686Z | Downloaded rand v0.8.5 |
737 | 2024-12-20T21:13:17.686Z | Downloaded minimal-lexical v0.2.1 |
738 | 2024-12-20T21:13:17.686Z | Downloaded object v0.30.4 |
739 | 2024-12-20T21:13:17.686Z | Downloaded syn v1.0.109 |
740 | 2024-12-20T21:13:17.686Z | Downloaded toml_edit v0.19.15 |
741 | 2024-12-20T21:13:17.687Z | Downloaded icu_properties_data v1.5.0 |
742 | 2024-12-20T21:13:17.774Z | Downloaded toml_edit v0.22.22 |
743 | 2024-12-20T21:13:17.774Z | Downloaded idna v1.0.3 |
744 | 2024-12-20T21:13:17.774Z | Downloaded sqlparser v0.45.0 |
745 | 2024-12-20T21:13:17.774Z | Downloaded syn v2.0.87 |
746 | 2024-12-20T21:13:17.775Z | Downloaded chrono-tz v0.10.0 |
747 | 2024-12-20T21:13:17.775Z | Downloaded zerovec v0.10.4 |
748 | 2024-12-20T21:13:17.775Z | Downloaded regress v0.10.1 |
749 | 2024-12-20T21:13:17.775Z | Downloaded vcpkg v0.2.15 |
750 | 2024-12-20T21:13:17.892Z | Downloaded rustls-webpki v0.101.7 |
751 | 2024-12-20T21:13:17.892Z | Downloaded serde_json v1.0.132 |
752 | 2024-12-20T21:13:17.892Z | Downloaded quinn-proto v0.11.8 |
753 | 2024-12-20T21:13:17.892Z | Downloaded object v0.36.5 |
754 | 2024-12-20T21:13:17.892Z | Downloaded polar-core v0.27.3 |
755 | 2024-12-20T21:13:17.892Z | Downloaded unicode-width v0.2.0 |
756 | 2024-12-20T21:13:17.892Z | Downloaded idna v0.4.0 |
757 | 2024-12-20T21:13:17.892Z | Downloaded lalrpop v0.19.12 |
758 | 2024-12-20T21:13:17.893Z | Downloaded nix v0.27.1 |
759 | 2024-12-20T21:13:17.893Z | Downloaded smoltcp v0.11.0 |
760 | 2024-12-20T21:13:17.893Z | Downloaded nix v0.28.0 |
761 | 2024-12-20T21:13:17.893Z | Downloaded unicode-width v0.1.14 |
762 | 2024-12-20T21:13:17.893Z | Downloaded rustls v0.23.19 |
763 | 2024-12-20T21:13:17.950Z | Downloaded nix v0.29.0 |
764 | 2024-12-20T21:13:17.950Z | Downloaded regex-syntax v0.8.5 |
765 | 2024-12-20T21:13:17.950Z | Downloaded idna v0.5.0 |
766 | 2024-12-20T21:13:17.950Z | Downloaded idna v0.3.0 |
767 | 2024-12-20T21:13:17.951Z | Downloaded rustix v0.38.37 |
768 | 2024-12-20T21:13:17.951Z | Downloaded ratatui v0.28.1 |
769 | 2024-12-20T21:13:17.951Z | Downloaded typify-impl v0.2.0 |
770 | 2024-12-20T21:13:17.951Z | Downloaded rustls v0.21.12 |
771 | 2024-12-20T21:13:17.951Z | Downloaded diesel v2.2.6 |
772 | 2024-12-20T21:13:17.955Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
773 | 2024-12-20T21:13:17.969Z | Downloaded sled v0.34.7 |
774 | 2024-12-20T21:13:17.975Z | Downloaded rustls v0.22.4 |
775 | 2024-12-20T21:13:17.989Z | Downloaded dropshot v0.13.0 |
776 | 2024-12-20T21:13:18.034Z | Downloaded zerocopy-derive v0.6.6 |
777 | 2024-12-20T21:13:18.114Z | Downloaded regex-automata v0.4.8 |
778 | 2024-12-20T21:13:18.115Z | Downloaded hickory-proto v0.24.1 |
779 | 2024-12-20T21:13:18.115Z | Downloaded smoltcp v0.9.1 |
780 | 2024-12-20T21:13:18.115Z | Downloaded regex-syntax v0.6.29 |
781 | 2024-12-20T21:13:18.115Z | Downloaded idna v0.2.3 |
782 | 2024-12-20T21:13:18.115Z | Downloaded openapiv3 v2.0.0 |
783 | 2024-12-20T21:13:18.204Z | Downloaded tokio v1.40.0 |
784 | 2024-12-20T21:13:18.204Z | Downloaded regress v0.9.1 |
785 | 2024-12-20T21:13:18.204Z | Downloaded bstr v1.10.0 |
786 | 2024-12-20T21:13:18.204Z | Downloaded criterion v0.5.1 |
787 | 2024-12-20T21:13:18.204Z | Downloaded petgraph v0.6.5 |
788 | 2024-12-20T21:13:18.205Z | Downloaded lzma-sys v0.1.20 |
789 | 2024-12-20T21:13:18.293Z | Downloaded libc v0.2.162 |
790 | 2024-12-20T21:13:18.293Z | Downloaded unicode-segmentation v1.12.0 |
791 | 2024-12-20T21:13:18.293Z | Downloaded libxml v0.3.3 |
792 | 2024-12-20T21:13:18.293Z | Downloaded regex v1.11.1 |
793 | 2024-12-20T21:13:18.293Z | Downloaded pest v2.7.14 |
794 | 2024-12-20T21:13:18.293Z | Downloaded zerocopy v0.8.10 |
795 | 2024-12-20T21:13:18.373Z | Downloaded quick-xml v0.33.0 |
796 | 2024-12-20T21:13:18.374Z | Downloaded sha3 v0.10.8 |
797 | 2024-12-20T21:13:18.374Z | Downloaded dropshot v0.12.0 |
798 | 2024-12-20T21:13:18.374Z | Downloaded libz-sys v1.1.20 |
799 | 2024-12-20T21:13:18.374Z | Downloaded proptest v1.5.0 |
800 | 2024-12-20T21:13:18.374Z | Downloaded csv v1.3.0 |
801 | 2024-12-20T21:13:18.375Z | Downloaded serde_yaml v0.9.34+deprecated |
802 | 2024-12-20T21:13:18.379Z | Downloaded toml v0.8.19 |
803 | 2024-12-20T21:13:18.380Z | Downloaded csv-core v0.1.11 |
804 | 2024-12-20T21:13:18.380Z | Downloaded mio v1.0.2 |
805 | 2024-12-20T21:13:18.380Z | Downloaded thread_local v1.1.8 |
806 | 2024-12-20T21:13:18.380Z | Downloaded num-integer v0.1.46 |
807 | 2024-12-20T21:13:18.380Z | Downloaded parking_lot_core v0.8.6 |
808 | 2024-12-20T21:13:18.380Z | Downloaded rustls-webpki v0.102.8 |
809 | 2024-12-20T21:13:18.380Z | Downloaded crossbeam-channel v0.5.13 |
810 | 2024-12-20T21:13:18.380Z | Downloaded git2 v0.19.0 |
811 | 2024-12-20T21:13:18.427Z | Downloaded crypto-bigint v0.5.5 |
812 | 2024-12-20T21:13:18.427Z | Downloaded rustyline v14.0.0 |
813 | 2024-12-20T21:13:18.427Z | Downloaded parking_lot v0.12.3 |
814 | 2024-12-20T21:13:18.427Z | Downloaded serde_with_macros v3.11.0 |
815 | 2024-12-20T21:13:18.428Z | Downloaded vte v0.11.1 |
816 | 2024-12-20T21:13:18.428Z | Downloaded radix_trie v0.2.1 |
817 | 2024-12-20T21:13:18.428Z | Downloaded slog-stdlog v4.1.1 |
818 | 2024-12-20T21:13:18.428Z | Downloaded iana-time-zone v0.1.61 |
819 | 2024-12-20T21:13:18.430Z | Downloaded derive_more v0.99.18 |
820 | 2024-12-20T21:13:18.430Z | Downloaded icu_locid v1.5.0 |
821 | 2024-12-20T21:13:18.436Z | Downloaded internet-checksum v0.2.1 |
822 | 2024-12-20T21:13:18.436Z | Downloaded salty v0.3.0 |
823 | 2024-12-20T21:13:18.436Z | Downloaded datatest-stable v0.2.9 |
824 | 2024-12-20T21:13:18.436Z | Downloaded num-rational v0.4.2 |
825 | 2024-12-20T21:13:18.436Z | Downloaded itertools v0.12.1 |
826 | 2024-12-20T21:13:18.439Z | Downloaded diesel_derives v2.2.3 |
827 | 2024-12-20T21:13:18.439Z | Downloaded serde_with v3.11.0 |
828 | 2024-12-20T21:13:18.447Z | Downloaded sha1 v0.10.6 |
829 | 2024-12-20T21:13:18.450Z | Downloaded num-bigint v0.4.6 |
830 | 2024-12-20T21:13:18.453Z | Downloaded async-std v1.13.0 |
831 | 2024-12-20T21:13:18.475Z | Downloaded httpmock v0.8.0-alpha.1 |
832 | 2024-12-20T21:13:18.492Z | Downloaded instant v0.1.13 |
833 | 2024-12-20T21:13:18.496Z | Downloaded test-strategy v0.3.1 |
834 | 2024-12-20T21:13:18.496Z | Downloaded goblin v0.8.2 |
835 | 2024-12-20T21:13:18.500Z | Downloaded rand_distr v0.4.3 |
836 | 2024-12-20T21:13:18.502Z | Downloaded proc-macro-crate v1.3.1 |
837 | 2024-12-20T21:13:18.502Z | Downloaded url v2.5.3 |
838 | 2024-12-20T21:13:18.507Z | Downloaded tungstenite v0.24.0 |
839 | 2024-12-20T21:13:18.507Z | Downloaded portable-atomic v1.9.0 |
840 | 2024-12-20T21:13:18.514Z | Downloaded blake3 v1.5.4 |
841 | 2024-12-20T21:13:18.520Z | Downloaded aws-lc-rs v1.10.0 |
842 | 2024-12-20T21:13:18.529Z | Downloaded reedline v0.35.0 |
843 | 2024-12-20T21:13:18.535Z | Downloaded p521 v0.13.3 |
844 | 2024-12-20T21:13:18.540Z | Downloaded encoding_rs v0.8.34 |
845 | 2024-12-20T21:13:18.560Z | Downloaded dirs-next v2.0.0 |
846 | 2024-12-20T21:13:18.563Z | Downloaded pest_generator v2.7.14 |
847 | 2024-12-20T21:13:18.563Z | Downloaded pest_derive v2.7.14 |
848 | 2024-12-20T21:13:18.566Z | Downloaded unsafe-libyaml v0.2.11 |
849 | 2024-12-20T21:13:18.568Z | Downloaded polling v3.7.3 |
850 | 2024-12-20T21:13:18.572Z | Downloaded thiserror v2.0.3 |
851 | 2024-12-20T21:13:18.575Z | Downloaded rfc6979 v0.4.0 |
852 | 2024-12-20T21:13:18.578Z | Downloaded primeorder v0.13.6 |
853 | 2024-12-20T21:13:18.578Z | Downloaded packed_struct v0.10.1 |
854 | 2024-12-20T21:13:18.581Z | Downloaded dropshot_endpoint v0.13.0 |
855 | 2024-12-20T21:13:18.584Z | Downloaded dropshot_endpoint v0.12.0 |
856 | 2024-12-20T21:13:18.592Z | Downloaded crossbeam-epoch v0.9.18 |
857 | 2024-12-20T21:13:18.596Z | Downloaded compact_str v0.8.0 |
858 | 2024-12-20T21:13:18.596Z | Downloaded prettyplease v0.2.25 |
859 | 2024-12-20T21:13:18.596Z | Downloaded salsa20 v0.10.2 |
860 | 2024-12-20T21:13:18.596Z | Downloaded zopfli v0.8.1 |
861 | 2024-12-20T21:13:18.599Z | Downloaded rcgen v0.12.1 |
862 | 2024-12-20T21:13:18.600Z | Downloaded icu_normalizer v1.5.0 |
863 | 2024-12-20T21:13:18.604Z | Downloaded der_derive v0.7.3 |
864 | 2024-12-20T21:13:18.624Z | Downloaded hashbrown v0.12.3 |
865 | 2024-12-20T21:13:18.624Z | Downloaded cookie_store v0.21.0 |
866 | 2024-12-20T21:13:18.626Z | Downloaded const_format_proc_macros v0.2.33 |
867 | 2024-12-20T21:13:18.626Z | Downloaded serde_derive v1.0.215 |
868 | 2024-12-20T21:13:18.626Z | Downloaded serde v1.0.215 |
869 | 2024-12-20T21:13:18.626Z | Downloaded openssl-macros v0.1.1 |
870 | 2024-12-20T21:13:18.626Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
871 | 2024-12-20T21:13:18.672Z | Downloaded opaque-debug v0.3.1 |
872 | 2024-12-20T21:13:18.675Z | Downloaded oorandom v11.1.4 |
873 | 2024-12-20T21:13:18.675Z | Downloaded aes v0.8.4 |
874 | 2024-12-20T21:13:18.678Z | Downloaded darling v0.20.10 |
875 | 2024-12-20T21:13:18.682Z | Downloaded hickory-server v0.24.1 |
876 | 2024-12-20T21:13:18.686Z | Downloaded hickory-resolver v0.24.1 |
877 | 2024-12-20T21:13:18.690Z | Downloaded same-file v1.0.6 |
878 | 2024-12-20T21:13:18.693Z | Downloaded libtest-mimic v0.7.3 |
879 | 2024-12-20T21:13:18.693Z | Downloaded trybuild v1.0.101 |
880 | 2024-12-20T21:13:18.696Z | Downloaded serde_tokenstream v0.2.2 |
881 | 2024-12-20T21:13:18.699Z | Downloaded log v0.4.22 |
882 | 2024-12-20T21:13:18.702Z | Downloaded tracing-core v0.1.32 |
883 | 2024-12-20T21:13:18.704Z | Downloaded partial-io v0.5.4 |
884 | 2024-12-20T21:13:18.704Z | Downloaded string_cache v0.8.7 |
885 | 2024-12-20T21:13:18.707Z | Downloaded static_assertions v1.1.0 |
886 | 2024-12-20T21:13:18.707Z | Downloaded pin-project-lite v0.2.14 |
887 | 2024-12-20T21:13:18.710Z | Downloaded num_enum v0.5.11 |
888 | 2024-12-20T21:13:18.722Z | Downloaded serde_repr v0.1.19 |
889 | 2024-12-20T21:13:18.727Z | Downloaded serde_regex v1.1.0 |
890 | 2024-12-20T21:13:18.727Z | Downloaded serde_plain v1.0.2 |
891 | 2024-12-20T21:13:18.727Z | Downloaded serde_path_to_error v0.1.16 |
892 | 2024-12-20T21:13:18.727Z | Downloaded flume v0.11.1 |
893 | 2024-12-20T21:13:18.727Z | Downloaded cookie v0.18.1 |
894 | 2024-12-20T21:13:18.731Z | Downloaded base64 v0.22.1 |
895 | 2024-12-20T21:13:18.731Z | Downloaded omicron-zone-package v0.11.1 |
896 | 2024-12-20T21:13:18.734Z | Downloaded tracing-attributes v0.1.27 |
897 | 2024-12-20T21:13:18.741Z | Downloaded chacha20poly1305 v0.10.1 |
898 | 2024-12-20T21:13:18.741Z | Downloaded stringprep v0.1.5 |
899 | 2024-12-20T21:13:18.741Z | Downloaded signal-hook-registry v1.4.2 |
900 | 2024-12-20T21:13:18.741Z | Downloaded signal-hook-mio v0.2.4 |
901 | 2024-12-20T21:13:18.745Z | Downloaded pkcs1 v0.7.5 |
902 | 2024-12-20T21:13:18.745Z | Downloaded pem v3.0.4 |
903 | 2024-12-20T21:13:18.747Z | Downloaded arc-swap v1.7.1 |
904 | 2024-12-20T21:13:18.747Z | Downloaded utf16_iter v1.0.5 |
905 | 2024-12-20T21:13:18.751Z | Downloaded usdt v0.5.0 |
906 | 2024-12-20T21:13:18.751Z | Downloaded blake2 v0.10.6 |
907 | 2024-12-20T21:13:18.757Z | Downloaded allocator-api2 v0.2.18 |
908 | 2024-12-20T21:13:18.761Z | Downloaded async-io v2.3.4 |
909 | 2024-12-20T21:13:18.761Z | Downloaded buf-list v1.0.3 |
910 | 2024-12-20T21:13:18.761Z | Downloaded block-padding v0.3.3 |
911 | 2024-12-20T21:13:18.761Z | Downloaded plotters-backend v0.3.7 |
912 | 2024-12-20T21:13:18.765Z | Downloaded phf_shared v0.11.2 |
913 | 2024-12-20T21:13:18.765Z | Downloaded pbkdf2 v0.11.0 |
914 | 2024-12-20T21:13:18.765Z | Downloaded parse-display-derive v0.10.0 |
915 | 2024-12-20T21:13:18.767Z | Downloaded anyhow v1.0.93 |
916 | 2024-12-20T21:13:18.771Z | Downloaded futures-lite v2.3.0 |
917 | 2024-12-20T21:13:18.771Z | Downloaded base64ct v1.6.0 |
918 | 2024-12-20T21:13:18.773Z | Downloaded backoff v0.4.0 |
919 | 2024-12-20T21:13:18.776Z | Downloaded async-task v4.7.1 |
920 | 2024-12-20T21:13:18.776Z | Downloaded byteorder v1.5.0 |
921 | 2024-12-20T21:13:18.780Z | Downloaded async-lock v3.4.0 |
922 | 2024-12-20T21:13:18.783Z | Downloaded async-executor v1.13.1 |
923 | 2024-12-20T21:13:18.783Z | Downloaded arrayvec v0.7.6 |
924 | 2024-12-20T21:13:18.783Z | Downloaded heck v0.4.1 |
925 | 2024-12-20T21:13:18.786Z | Downloaded bitfield v0.14.0 |
926 | 2024-12-20T21:13:18.786Z | Downloaded fragile v2.0.0 |
927 | 2024-12-20T21:13:18.789Z | Downloaded bytecount v0.6.8 |
928 | 2024-12-20T21:13:18.789Z | Downloaded blowfish v0.9.1 |
929 | 2024-12-20T21:13:18.792Z | Downloaded blocking v1.6.1 |
930 | 2024-12-20T21:13:18.792Z | Downloaded fs_extra v1.3.0 |
931 | 2024-12-20T21:13:18.797Z | Downloaded argon2 v0.5.3 |
932 | 2024-12-20T21:13:18.798Z | Downloaded approx v0.5.1 |
933 | 2024-12-20T21:13:18.798Z | Downloaded block-buffer v0.10.4 |
934 | 2024-12-20T21:13:18.798Z | Downloaded bitflags v1.3.2 |
935 | 2024-12-20T21:13:18.802Z | Downloaded bit-vec v0.6.3 |
936 | 2024-12-20T21:13:18.802Z | Downloaded bit-set v0.5.3 |
937 | 2024-12-20T21:13:18.802Z | Downloaded bcrypt-pbkdf v0.10.0 |
938 | 2024-12-20T21:13:18.808Z | Downloaded base16ct v0.2.0 |
939 | 2024-12-20T21:13:18.808Z | Downloaded autocfg v1.4.0 |
940 | 2024-12-20T21:13:18.808Z | Downloaded atomic-waker v1.1.2 |
941 | 2024-12-20T21:13:18.822Z | Downloaded async-signal v0.2.10 |
942 | 2024-12-20T21:13:18.822Z | Downloaded array-init v0.0.4 |
943 | 2024-12-20T21:13:18.822Z | Downloaded async-channel v2.3.1 |
944 | 2024-12-20T21:13:18.822Z | Downloaded arrayref v0.3.9 |
945 | 2024-12-20T21:13:18.822Z | Downloaded fs-err v2.11.0 |
946 | 2024-12-20T21:13:18.822Z | Downloaded form_urlencoded v1.2.1 |
947 | 2024-12-20T21:13:18.822Z | Downloaded futures-core v0.3.31 |
948 | 2024-12-20T21:13:18.822Z | Downloaded anstyle-query v1.1.1 |
949 | 2024-12-20T21:13:18.822Z | Downloaded aead v0.5.2 |
950 | 2024-12-20T21:13:18.822Z | Downloaded atomicwrites v0.4.4 |
951 | 2024-12-20T21:13:18.822Z | Downloaded async-object-pool v0.1.5 |
952 | 2024-12-20T21:13:18.822Z | Downloaded foldhash v0.1.3 |
953 | 2024-12-20T21:13:18.825Z | Downloaded filetime v0.2.25 |
954 | 2024-12-20T21:13:18.999Z | Downloaded ring v0.17.8 |
955 | 2024-12-20T21:13:19.145Z | Downloaded ring v0.16.20 |
956 | 2024-12-20T21:13:19.234Z | Downloaded libsqlite3-sys v0.30.1 |
957 | 2024-12-20T21:13:19.460Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-20T21:13:19.942Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-20T21:13:33.752Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-20T21:13:37.798Z | Startup: Caching catalogs ... Done |
961 | 2024-12-20T21:13:48.565Z | Planning: Solver setup ... Done (9.799s) |
962 | 2024-12-20T21:13:48.701Z | Planning: Running solver ... Done (0.137s) |
963 | 2024-12-20T21:13:48.887Z | Planning: Finding local manifests ... Done (0.083s) |
964 | 2024-12-20T21:13:50.148Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-20T21:13:51.294Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-20T21:13:51.480Z | Planning: Package planning ... Done (0.186s) |
967 | 2024-12-20T21:13:51.537Z | Planning: Merging actions ... Done (0.056s) |
968 | 2024-12-20T21:13:52.348Z | Planning: Checking for conflicting actions ... Done (0.811s) |
969 | 2024-12-20T21:13:57.349Z | Planning: Consolidating action changes ... Done (5.000s) |
970 | 2024-12-20T21:13:57.742Z | Planning: Evaluating mediators ... Done (0.393s) |
971 | 2024-12-20T21:13:57.821Z | Planning: Planning completed in 19.93 seconds |
972 | 2024-12-20T21:13:57.836Z | Packages to install: 4 |
973 | 2024-12-20T21:13:57.836Z | Packages to update: 1 |
974 | 2024-12-20T21:13:57.839Z | Mediators to change: 2 |
975 | 2024-12-20T21:13:57.839Z | Services to change: 1 |
976 | 2024-12-20T21:13:57.839Z | Estimated space available: 155.37 GB |
977 | 2024-12-20T21:13:57.839Z | Estimated space to be consumed: 1.62 GB |
978 | 2024-12-20T21:13:57.839Z | Create boot environment: No |
979 | 2024-12-20T21:13:57.839Z | Create backup boot environment: Yes |
980 | 2024-12-20T21:13:57.839Z | Rebuild boot archive: No |
981 | 2024-12-20T21:13:57.839Z | |
982 | 2024-12-20T21:13:57.839Z | Changed mediators: |
983 | 2024-12-20T21:13:57.839Z | mediator clang: |
984 | 2024-12-20T21:13:57.839Z | version: None -> 15 (system default) |
985 | 2024-12-20T21:13:57.839Z | |
986 | 2024-12-20T21:13:57.839Z | mediator llvm: |
987 | 2024-12-20T21:13:57.839Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-20T21:13:57.839Z | |
989 | 2024-12-20T21:13:57.839Z | Changed packages: |
990 | 2024-12-20T21:13:57.839Z | helios-dev |
991 | 2024-12-20T21:13:57.839Z | developer/build-essential |
992 | 2024-12-20T21:13:57.839Z | None -> 11-2.0 |
993 | 2024-12-20T21:13:57.839Z | library/libxmlsec1 |
994 | 2024-12-20T21:13:57.839Z | None -> 1.2.35-2.0 |
995 | 2024-12-20T21:13:57.839Z | ooce/developer/clang-15 |
996 | 2024-12-20T21:13:57.839Z | None -> 15.0.7-2.0 |
997 | 2024-12-20T21:13:57.839Z | ooce/developer/llvm-15 |
998 | 2024-12-20T21:13:57.839Z | None -> 15.0.7-2.0 |
999 | 2024-12-20T21:13:57.839Z | package/pkg |
1000 | 2024-12-20T21:13:57.839Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-20T21:13:57.839Z | |
1002 | 2024-12-20T21:13:57.839Z | Services: |
1003 | 2024-12-20T21:13:57.839Z | restart_fmri: |
1004 | 2024-12-20T21:13:57.839Z | svc:/system/update-man-index:default |
1005 | 2024-12-20T21:13:57.839Z | |
1006 | 2024-12-20T21:13:57.839Z | Editable files to change: |
1007 | 2024-12-20T21:13:57.839Z | Update: |
1008 | 2024-12-20T21:13:57.839Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-20T21:13:58.118Z | |
1010 | 2024-12-20T21:13:58.118Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-20T21:14:04.647Z | Download: 213/4281 items 1.3/220.6MB 0% complete (822k/s) |
1012 | 2024-12-20T21:14:09.654Z | Download: 521/4281 items 17.0/220.6MB 7% complete (1.6M/s) |
1013 | 2024-12-20T21:14:14.655Z | Download: 996/4281 items 19.5/220.6MB 8% complete (1.8M/s) |
1014 | 2024-12-20T21:14:20.408Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (6.6M/s) |
1015 | 2024-12-20T21:14:25.410Z | Download: 1233/4281 items 100.7/220.6MB 45% complete (7.2M/s) |
1016 | 2024-12-20T21:14:30.484Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (3.9M/s) |
1017 | 2024-12-20T21:14:35.807Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (11.4M/s) |
1018 | 2024-12-20T21:14:39.079Z | Download: Completed 220.60 MB in 40.96 seconds (5.4M/s) |
1019 | 2024-12-20T21:14:41.254Z | Actions: 1/5063 actions (Removing old actions) |
1020 | 2024-12-20T21:14:41.279Z | Actions: 194/5063 actions (Installing new actions) |
1021 | 2024-12-20T21:14:46.301Z | Actions: 4094/5063 actions (Installing new actions) |
1022 | 2024-12-20T21:14:46.575Z | Actions: 4226/5063 actions (Updating modified actions) |
1023 | 2024-12-20T21:14:46.945Z | Actions: Completed 5063 actions in 5.69 seconds. |
1024 | 2024-12-20T21:14:47.362Z | Done (0.409s) |
1025 | 2024-12-20T21:14:47.364Z | Done (0.000s) |
1026 | 2024-12-20T21:14:47.956Z | Done (0.593s) |
1027 | 2024-12-20T21:14:53.522Z | Done (5.338s) |
1028 | 2024-12-20T21:14:53.768Z | Done (0.178s) |
1029 | 2024-12-20T21:14:53.772Z | Done (0.000s) |
1030 | 2024-12-20T21:14:53.954Z | Done (0.000s) |
1031 | 2024-12-20T21:14:54.641Z | Planning: Evaluating mediator changes ... Done |
1032 | 2024-12-20T21:14:54.804Z | Planning: Checking for conflicting actions ... Done |
1033 | 2024-12-20T21:14:54.807Z | Planning: Consolidating action changes ... Done |
1034 | 2024-12-20T21:14:55.076Z | Planning: Evaluating mediators ... Done |
1035 | 2024-12-20T21:14:55.079Z | Planning: Planning completed in 0.43 seconds |
1036 | 2024-12-20T21:14:55.112Z | Mediators to change: 2 |
1037 | 2024-12-20T21:14:55.112Z | Create boot environment: No |
1038 | 2024-12-20T21:14:55.115Z | Create backup boot environment: No |
1039 | 2024-12-20T21:14:55.191Z | Done |
1040 | 2024-12-20T21:14:55.192Z | Done |
1041 | 2024-12-20T21:14:55.555Z | Done |
1042 | 2024-12-20T21:14:59.148Z | Done |
1043 | 2024-12-20T21:14:59.237Z | Done |
1044 | 2024-12-20T21:14:59.239Z | Done |
1045 | 2024-12-20T21:14:59.386Z | Done |
1046 | 2024-12-20T21:14:59.987Z | Planning: Evaluating mediator changes ... Done |
1047 | 2024-12-20T21:14:59.990Z | Planning: Merging actions ... Done |
1048 | 2024-12-20T21:15:00.179Z | Planning: Checking for conflicting actions ... Done |
1049 | 2024-12-20T21:15:00.181Z | Planning: Consolidating action changes ... Done |
1050 | 2024-12-20T21:15:00.443Z | Planning: Evaluating mediators ... Done |
1051 | 2024-12-20T21:15:00.498Z | Planning: Planning completed in 0.75 seconds |
1052 | 2024-12-20T21:15:00.537Z | Packages to change: 1 |
1053 | 2024-12-20T21:15:00.537Z | Mediators to change: 1 |
1054 | 2024-12-20T21:15:00.540Z | Services to change: 1 |
1055 | 2024-12-20T21:15:00.541Z | Create boot environment: No |
1056 | 2024-12-20T21:15:00.541Z | Create backup boot environment: Yes |
1057 | 2024-12-20T21:15:02.732Z | Actions: 1/6 actions (Updating modified actions) |
1058 | 2024-12-20T21:15:02.785Z | Actions: Completed 6 actions in 0.05 seconds. |
1059 | 2024-12-20T21:15:02.787Z | Done |
1060 | 2024-12-20T21:15:02.787Z | Done |
1061 | 2024-12-20T21:15:02.902Z | Done |
1062 | 2024-12-20T21:15:06.484Z | Done |
1063 | 2024-12-20T21:15:06.573Z | Done |
1064 | 2024-12-20T21:15:06.577Z | Done |
1065 | 2024-12-20T21:15:06.725Z | Done |
1066 | 2024-12-20T21:15:07.163Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1067 | 2024-12-20T21:15:07.164Z | clang system 15 system |
1068 | 2024-12-20T21:15:07.164Z | csh system system illumos |
1069 | 2024-12-20T21:15:07.164Z | ctags system system illumos |
1070 | 2024-12-20T21:15:07.164Z | gcc vendor 12 vendor |
1071 | 2024-12-20T21:15:07.164Z | gcc system 10 system |
1072 | 2024-12-20T21:15:07.164Z | gcc system 7 system |
1073 | 2024-12-20T21:15:07.164Z | go system 1.20 system |
1074 | 2024-12-20T21:15:07.164Z | go system 1.19 system |
1075 | 2024-12-20T21:15:07.164Z | llvm system 15 system |
1076 | 2024-12-20T21:15:07.164Z | llvm system 14 system |
1077 | 2024-12-20T21:15:07.164Z | mariadb system 10.6 system |
1078 | 2024-12-20T21:15:07.164Z | mta vendor vendor dma |
1079 | 2024-12-20T21:15:07.164Z | openjdk system 17 system |
1080 | 2024-12-20T21:15:07.164Z | openjdk system 11 system |
1081 | 2024-12-20T21:15:07.164Z | openjdk system 1.8 system |
1082 | 2024-12-20T21:15:07.164Z | openssl vendor 3 vendor |
1083 | 2024-12-20T21:15:07.164Z | perl system 5.36 system |
1084 | 2024-12-20T21:15:07.164Z | postgresql system 15 system |
1085 | 2024-12-20T21:15:07.164Z | postgresql system 13 system |
1086 | 2024-12-20T21:15:07.164Z | python vendor 3 vendor |
1087 | 2024-12-20T21:15:07.164Z | python system 2 system |
1088 | 2024-12-20T21:15:07.164Z | python3 system 3.11 system |
1089 | 2024-12-20T21:15:07.164Z | ruby system 3.0 system |
1090 | 2024-12-20T21:15:07.164Z | words vendor vendor american-english |
1091 | 2024-12-20T21:15:07.164Z | words system system australian-english |
1092 | 2024-12-20T21:15:07.164Z | words system system british-english |
1093 | 2024-12-20T21:15:07.164Z | words system system canadian-english |
1094 | 2024-12-20T21:15:07.164Z | words system system french |
1095 | 2024-12-20T21:15:07.164Z | words system system italian |
1096 | 2024-12-20T21:15:07.164Z | words system system ngerman |
1097 | 2024-12-20T21:15:07.164Z | words system system ogerman |
1098 | 2024-12-20T21:15:07.164Z | words system system spanish |
1099 | 2024-12-20T21:15:07.495Z | PUBLISHER TYPE STATUS P LOCATION |
1100 | 2024-12-20T21:15:07.496Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1101 | 2024-12-20T21:15:10.224Z | FMRI IFO |
1102 | 2024-12-20T21:15:10.224Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1103 | 2024-12-20T21:15:10.224Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1104 | 2024-12-20T21:15:10.224Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1105 | 2024-12-20T21:15:10.224Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1106 | 2024-12-20T21:15:10.224Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1107 | 2024-12-20T21:15:10.225Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1108 | 2024-12-20T21:15:10.225Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1109 | 2024-12-20T21:15:10.225Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1110 | 2024-12-20T21:15:10.225Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1111 | 2024-12-20T21:15:10.225Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1112 | 2024-12-20T21:15:10.225Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1113 | 2024-12-20T21:15:10.225Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1114 | 2024-12-20T21:15:10.225Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1115 | 2024-12-20T21:15:10.225Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1116 | 2024-12-20T21:15:10.225Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1117 | 2024-12-20T21:15:11.264Z | Downloading crates ... |
1118 | 2024-12-20T21:15:11.368Z | Downloaded cargo_toml v0.20.5 |
1119 | 2024-12-20T21:15:11.505Z | Compiling proc-macro2 v1.0.89 |
1120 | 2024-12-20T21:15:11.505Z | Compiling unicode-ident v1.0.13 |
1121 | 2024-12-20T21:15:11.509Z | Compiling serde v1.0.215 |
1122 | 2024-12-20T21:15:11.509Z | Compiling version_check v0.9.5 |
1123 | 2024-12-20T21:15:11.510Z | Compiling memchr v2.7.4 |
1124 | 2024-12-20T21:15:11.510Z | Compiling thiserror v1.0.69 |
1125 | 2024-12-20T21:15:11.510Z | Compiling libc v0.2.162 |
1126 | 2024-12-20T21:15:11.510Z | Compiling ryu v1.0.18 |
1127 | 2024-12-20T21:15:11.764Z | Compiling ucd-trie v0.1.7 |
1128 | 2024-12-20T21:15:11.889Z | Compiling itoa v1.0.11 |
1129 | 2024-12-20T21:15:12.076Z | Compiling once_cell v1.20.2 |
1130 | 2024-12-20T21:15:12.308Z | Compiling byteorder v1.5.0 |
1131 | 2024-12-20T21:15:12.408Z | Compiling serde_json v1.0.132 |
1132 | 2024-12-20T21:15:12.613Z | Compiling rustix v0.38.37 |
1133 | 2024-12-20T21:15:13.395Z | Compiling bitflags v2.6.0 |
1134 | 2024-12-20T21:15:13.418Z | Compiling usdt-impl v0.5.0 |
1135 | 2024-12-20T21:15:13.473Z | Compiling proc-macro-error-attr v1.0.4 |
1136 | 2024-12-20T21:15:13.622Z | Compiling syn v1.0.109 |
1137 | 2024-12-20T21:15:13.667Z | Compiling proc-macro-error v1.0.4 |
1138 | 2024-12-20T21:15:13.756Z | Compiling hashbrown v0.15.1 |
1139 | 2024-12-20T21:15:13.785Z | Compiling plain v0.2.3 |
1140 | 2024-12-20T21:15:13.834Z | Compiling equivalent v1.0.1 |
1141 | 2024-12-20T21:15:13.916Z | Compiling log v0.4.22 |
1142 | 2024-12-20T21:15:13.929Z | Compiling camino v1.1.9 |
1143 | 2024-12-20T21:15:13.939Z | Compiling utf8parse v0.2.2 |
1144 | 2024-12-20T21:15:14.071Z | Compiling anstyle-parse v0.2.5 |
1145 | 2024-12-20T21:15:14.257Z | Compiling thread-id v4.2.2 |
1146 | 2024-12-20T21:15:14.347Z | Compiling unicode-width v0.1.14 |
1147 | 2024-12-20T21:15:14.404Z | Compiling anstyle v1.0.10 |
1148 | 2024-12-20T21:15:14.424Z | Compiling quote v1.0.37 |
1149 | 2024-12-20T21:15:14.590Z | Compiling errno v0.3.9 |
1150 | 2024-12-20T21:15:14.600Z | Compiling anstyle-query v1.1.1 |
1151 | 2024-12-20T21:15:14.732Z | Compiling winnow v0.6.20 |
1152 | 2024-12-20T21:15:14.798Z | Compiling syn v2.0.87 |
1153 | 2024-12-20T21:15:14.866Z | Compiling indexmap v2.6.0 |
1154 | 2024-12-20T21:15:14.944Z | Compiling autocfg v1.4.0 |
1155 | 2024-12-20T21:15:15.162Z | Compiling semver v1.0.23 |
1156 | 2024-12-20T21:15:15.675Z | Compiling pretty-hex v0.4.1 |
1157 | 2024-12-20T21:15:15.862Z | Compiling is_terminal_polyfill v1.70.1 |
1158 | 2024-12-20T21:15:15.980Z | Compiling colorchoice v1.0.2 |
1159 | 2024-12-20T21:15:16.113Z | Compiling fs-err v2.11.0 |
1160 | 2024-12-20T21:15:16.154Z | Compiling anstream v0.6.15 |
1161 | 2024-12-20T21:15:16.493Z | Compiling heck v0.5.0 |
1162 | 2024-12-20T21:15:16.652Z | Compiling anyhow v1.0.93 |
1163 | 2024-12-20T21:15:16.846Z | Compiling cfg-if v1.0.0 |
1164 | 2024-12-20T21:15:16.908Z | Compiling heck v0.4.1 |
1165 | 2024-12-20T21:15:16.951Z | Compiling fnv v1.0.7 |
1166 | 2024-12-20T21:15:17.023Z | Compiling bytecount v0.6.8 |
1167 | 2024-12-20T21:15:17.089Z | Compiling terminal_size v0.4.0 |
1168 | 2024-12-20T21:15:17.199Z | Compiling clap_lex v0.7.2 |
1169 | 2024-12-20T21:15:17.241Z | Compiling strsim v0.11.1 |
1170 | 2024-12-20T21:15:17.253Z | Compiling fastrand v2.1.1 |
1171 | 2024-12-20T21:15:17.722Z | Compiling clap_builder v4.5.21 |
1172 | 2024-12-20T21:15:17.745Z | Compiling tempfile v3.13.0 |
1173 | 2024-12-20T21:15:17.823Z | Compiling papergrid v0.11.0 |
1174 | 2024-12-20T21:15:18.305Z | Compiling memmap v0.7.0 |
1175 | 2024-12-20T21:15:18.355Z | Compiling smawk v0.3.2 |
1176 | 2024-12-20T21:15:18.544Z | Compiling unicode-linebreak v0.1.5 |
1177 | 2024-12-20T21:15:18.666Z | Compiling swrite v0.1.0 |
1178 | 2024-12-20T21:15:19.023Z | Compiling textwrap v0.16.1 |
1179 | 2024-12-20T21:15:20.179Z | Compiling tabled_derive v0.7.0 |
1180 | 2024-12-20T21:15:21.691Z | Compiling tabled v0.15.0 |
1181 | 2024-12-20T21:15:23.627Z | Compiling serde_derive v1.0.215 |
1182 | 2024-12-20T21:15:23.627Z | Compiling thiserror-impl v1.0.69 |
1183 | 2024-12-20T21:15:23.631Z | Compiling zerocopy-derive v0.7.35 |
1184 | 2024-12-20T21:15:23.631Z | Compiling scroll_derive v0.12.0 |
1185 | 2024-12-20T21:15:23.631Z | Compiling clap_derive v4.5.18 |
1186 | 2024-12-20T21:15:24.830Z | Compiling scroll v0.12.0 |
1187 | 2024-12-20T21:15:25.184Z | Compiling zerocopy v0.7.35 |
1188 | 2024-12-20T21:15:25.341Z | Compiling goblin v0.8.2 |
1189 | 2024-12-20T21:15:26.356Z | Compiling pest v2.7.14 |
1190 | 2024-12-20T21:15:27.473Z | Compiling clap v4.5.21 |
1191 | 2024-12-20T21:15:28.455Z | Compiling pest_meta v2.7.14 |
1192 | 2024-12-20T21:15:29.285Z | Compiling pest_generator v2.7.14 |
1193 | 2024-12-20T21:15:31.303Z | Compiling pest_derive v2.7.14 |
1194 | 2024-12-20T21:15:32.046Z | Compiling dtrace-parser v0.2.0 |
1195 | 2024-12-20T21:15:33.513Z | Compiling serde_spanned v0.6.8 |
1196 | 2024-12-20T21:15:33.513Z | Compiling toml_datetime v0.6.8 |
1197 | 2024-12-20T21:15:33.517Z | Compiling cargo-platform v0.1.8 |
1198 | 2024-12-20T21:15:33.919Z | Compiling serde_tokenstream v0.2.2 |
1199 | 2024-12-20T21:15:33.989Z | Compiling toml_edit v0.22.22 |
1200 | 2024-12-20T21:15:34.052Z | Compiling macaddr v1.0.1 |
1201 | 2024-12-20T21:15:34.155Z | Compiling camino-tempfile v1.1.1 |
1202 | 2024-12-20T21:15:35.000Z | Compiling dof v0.3.0 |
1203 | 2024-12-20T21:15:35.000Z | Compiling cargo_metadata v0.18.1 |
1204 | 2024-12-20T21:15:36.807Z | Compiling toml v0.8.19 |
1205 | 2024-12-20T21:15:36.948Z | Compiling usdt-macro v0.5.0 |
1206 | 2024-12-20T21:15:36.950Z | Compiling usdt-attr-macro v0.5.0 |
1207 | 2024-12-20T21:15:37.583Z | Compiling cargo_toml v0.20.5 |
1208 | 2024-12-20T21:15:38.283Z | Compiling usdt v0.5.0 |
1209 | 2024-12-20T21:15:41.035Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1210 | 2024-12-20T21:15:45.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.39s |
1211 | 2024-12-20T21:15:45.209Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1212 | 2024-12-20T21:15:46.171Z | Compiling serde v1.0.215 |
1213 | 2024-12-20T21:15:46.276Z | Compiling lock_api v0.4.12 |
1214 | 2024-12-20T21:15:46.276Z | Compiling scopeguard v1.2.0 |
1215 | 2024-12-20T21:15:46.276Z | Compiling value-bag v1.9.0 |
1216 | 2024-12-20T21:15:46.277Z | Compiling typenum v1.17.0 |
1217 | 2024-12-20T21:15:46.277Z | Compiling generic-array v0.14.7 |
1218 | 2024-12-20T21:15:46.277Z | Compiling syn v2.0.87 |
1219 | 2024-12-20T21:15:46.277Z | Compiling getrandom v0.2.15 |
1220 | 2024-12-20T21:15:46.384Z | Compiling subtle v2.6.1 |
1221 | 2024-12-20T21:15:46.515Z | Compiling rand_core v0.6.4 |
1222 | 2024-12-20T21:15:46.635Z | Compiling log v0.4.22 |
1223 | 2024-12-20T21:15:46.733Z | Compiling shlex v1.3.0 |
1224 | 2024-12-20T21:15:46.774Z | Compiling jobserver v0.1.32 |
1225 | 2024-12-20T21:15:46.774Z | Compiling const-oid v0.9.6 |
1226 | 2024-12-20T21:15:47.049Z | Compiling smallvec v1.13.2 |
1227 | 2024-12-20T21:15:47.070Z | Compiling spin v0.9.8 |
1228 | 2024-12-20T21:15:47.117Z | Compiling cc v1.1.30 |
1229 | 2024-12-20T21:15:47.423Z | Compiling pin-project-lite v0.2.14 |
1230 | 2024-12-20T21:15:47.439Z | Compiling rustix v0.38.37 |
1231 | 2024-12-20T21:15:47.524Z | Compiling parking_lot_core v0.9.10 |
1232 | 2024-12-20T21:15:47.543Z | Compiling futures-core v0.3.31 |
1233 | 2024-12-20T21:15:47.627Z | Compiling signal-hook-registry v1.4.2 |
1234 | 2024-12-20T21:15:47.786Z | Compiling mio v1.0.2 |
1235 | 2024-12-20T21:15:48.322Z | Compiling aho-corasick v1.1.3 |
1236 | 2024-12-20T21:15:48.457Z | Compiling parking_lot v0.12.3 |
1237 | 2024-12-20T21:15:48.649Z | Compiling cpufeatures v0.2.14 |
1238 | 2024-12-20T21:15:48.769Z | Compiling regex-syntax v0.8.5 |
1239 | 2024-12-20T21:15:48.787Z | Compiling lazy_static v1.5.0 |
1240 | 2024-12-20T21:15:48.797Z | Compiling futures-sink v0.3.31 |
1241 | 2024-12-20T21:15:48.877Z | Compiling glob v0.3.1 |
1242 | 2024-12-20T21:15:48.944Z | Compiling either v1.13.0 |
1243 | 2024-12-20T21:15:48.956Z | Compiling stable_deref_trait v1.2.0 |
1244 | 2024-12-20T21:15:49.070Z | Compiling socket2 v0.5.7 |
1245 | 2024-12-20T21:15:49.368Z | Compiling slab v0.4.9 |
1246 | 2024-12-20T21:15:49.386Z | Compiling prettyplease v0.2.25 |
1247 | 2024-12-20T21:15:49.743Z | Compiling minimal-lexical v0.2.1 |
1248 | 2024-12-20T21:15:49.880Z | Compiling clang-sys v1.8.1 |
1249 | 2024-12-20T21:15:50.022Z | Compiling libloading v0.8.5 |
1250 | 2024-12-20T21:15:50.079Z | Compiling serde_json v1.0.132 |
1251 | 2024-12-20T21:15:50.261Z | Compiling nom v7.1.3 |
1252 | 2024-12-20T21:15:50.390Z | Compiling bindgen v0.69.5 |
1253 | 2024-12-20T21:15:50.407Z | Compiling home v0.5.9 |
1254 | 2024-12-20T21:15:50.680Z | Compiling itertools v0.10.5 |
1255 | 2024-12-20T21:15:51.149Z | Compiling futures-channel v0.3.31 |
1256 | 2024-12-20T21:15:51.323Z | Compiling futures-task v0.3.31 |
1257 | 2024-12-20T21:15:51.571Z | Compiling foldhash v0.1.3 |
1258 | 2024-12-20T21:15:51.624Z | Compiling allocator-api2 v0.2.18 |
1259 | 2024-12-20T21:15:51.876Z | Compiling lazycell v1.3.0 |
1260 | 2024-12-20T21:15:52.042Z | Compiling futures-io v0.3.31 |
1261 | 2024-12-20T21:15:52.346Z | Compiling regex-automata v0.4.8 |
1262 | 2024-12-20T21:15:52.487Z | Compiling pin-utils v0.1.0 |
1263 | 2024-12-20T21:15:52.580Z | Compiling rustc-hash v1.1.0 |
1264 | 2024-12-20T21:15:52.734Z | Compiling hashbrown v0.15.1 |
1265 | 2024-12-20T21:15:53.546Z | Compiling cmake v0.1.51 |
1266 | 2024-12-20T21:15:53.950Z | Compiling synstructure v0.13.1 |
1267 | 2024-12-20T21:15:53.973Z | Compiling cexpr v0.6.0 |
1268 | 2024-12-20T21:15:54.556Z | Compiling fs_extra v1.3.0 |
1269 | 2024-12-20T21:15:55.157Z | Compiling dunce v1.0.5 |
1270 | 2024-12-20T21:15:55.289Z | Compiling pkg-config v0.3.31 |
1271 | 2024-12-20T21:15:55.507Z | Compiling tinyvec_macros v0.1.1 |
1272 | 2024-12-20T21:15:55.601Z | Compiling libm v0.2.8 |
1273 | 2024-12-20T21:15:55.685Z | Compiling tinyvec v1.8.0 |
1274 | 2024-12-20T21:15:55.763Z | Compiling num-traits v0.2.19 |
1275 | 2024-12-20T21:15:56.256Z | Compiling ring v0.17.8 |
1276 | 2024-12-20T21:15:56.836Z | Compiling base64ct v1.6.0 |
1277 | 2024-12-20T21:15:57.250Z | Compiling unicode-normalization v0.1.24 |
1278 | 2024-12-20T21:15:57.343Z | Compiling writeable v0.5.5 |
1279 | 2024-12-20T21:15:57.363Z | Compiling litemap v0.7.3 |
1280 | 2024-12-20T21:15:57.407Z | Compiling unicode-bidi v0.3.17 |
1281 | 2024-12-20T21:15:57.409Z | Compiling paste v1.0.15 |
1282 | 2024-12-20T21:15:57.902Z | Compiling regex v1.11.1 |
1283 | 2024-12-20T21:15:57.970Z | Compiling pem-rfc7468 v0.7.0 |
1284 | 2024-12-20T21:15:58.650Z | Compiling flagset v0.4.6 |
1285 | 2024-12-20T21:15:58.778Z | Compiling aws-lc-rs v1.10.0 |
1286 | 2024-12-20T21:15:58.824Z | Compiling httparse v1.9.5 |
1287 | 2024-12-20T21:15:59.202Z | Compiling tracing-core v0.1.32 |
1288 | 2024-12-20T21:15:59.600Z | Compiling crossbeam-utils v0.8.20 |
1289 | 2024-12-20T21:15:59.962Z | Compiling percent-encoding v2.3.1 |
1290 | 2024-12-20T21:16:00.192Z | Compiling rustls-pki-types v1.10.0 |
1291 | 2024-12-20T21:16:00.207Z | Compiling icu_locid_transform_data v1.5.0 |
1292 | 2024-12-20T21:16:00.330Z | Compiling vcpkg v0.2.15 |
1293 | 2024-12-20T21:16:00.498Z | Compiling powerfmt v0.2.0 |
1294 | 2024-12-20T21:16:00.519Z | Compiling serde_derive v1.0.215 |
1295 | 2024-12-20T21:16:00.824Z | Compiling zeroize_derive v1.4.2 |
1296 | 2024-12-20T21:16:00.950Z | Compiling zerocopy-derive v0.7.35 |
1297 | 2024-12-20T21:16:01.183Z | Compiling tokio-macros v2.4.0 |
1298 | 2024-12-20T21:16:02.346Z | Compiling zerofrom-derive v0.1.4 |
1299 | 2024-12-20T21:16:02.388Z | Compiling zeroize v1.8.1 |
1300 | 2024-12-20T21:16:02.526Z | Compiling yoke-derive v0.7.4 |
1301 | 2024-12-20T21:16:02.766Z | Compiling thiserror-impl v1.0.69 |
1302 | 2024-12-20T21:16:03.142Z | Compiling zerocopy v0.7.35 |
1303 | 2024-12-20T21:16:04.168Z | Compiling crypto-common v0.1.6 |
1304 | 2024-12-20T21:16:04.410Z | Compiling block-buffer v0.10.4 |
1305 | 2024-12-20T21:16:04.642Z | Compiling digest v0.10.7 |
1306 | 2024-12-20T21:16:04.787Z | Compiling futures-macro v0.3.31 |
1307 | 2024-12-20T21:16:05.102Z | Compiling hmac v0.12.1 |
1308 | 2024-12-20T21:16:05.119Z | Compiling zerovec-derive v0.10.3 |
1309 | 2024-12-20T21:16:05.347Z | Compiling block-padding v0.3.3 |
1310 | 2024-12-20T21:16:05.363Z | Compiling displaydoc v0.2.5 |
1311 | 2024-12-20T21:16:05.593Z | Compiling inout v0.1.3 |
1312 | 2024-12-20T21:16:05.852Z | Compiling cipher v0.4.4 |
1313 | 2024-12-20T21:16:06.068Z | Compiling thiserror v1.0.69 |
1314 | 2024-12-20T21:16:06.206Z | Compiling sha2 v0.10.8 |
1315 | 2024-12-20T21:16:06.337Z | Compiling ppv-lite86 v0.2.20 |
1316 | 2024-12-20T21:16:06.445Z | Compiling zerofrom v0.1.4 |
1317 | 2024-12-20T21:16:06.665Z | Compiling futures-util v0.3.31 |
1318 | 2024-12-20T21:16:06.725Z | Compiling yoke v0.7.4 |
1319 | 2024-12-20T21:16:07.032Z | Compiling icu_provider_macros v1.5.0 |
1320 | 2024-12-20T21:16:07.095Z | Compiling der_derive v0.7.3 |
1321 | 2024-12-20T21:16:07.160Z | Compiling rand_chacha v0.3.1 |
1322 | 2024-12-20T21:16:07.775Z | Compiling zerovec v0.10.4 |
1323 | 2024-12-20T21:16:08.095Z | Compiling tracing-attributes v0.1.27 |
1324 | 2024-12-20T21:16:09.268Z | Compiling rand v0.8.5 |
1325 | 2024-12-20T21:16:09.366Z | Compiling salsa20 v0.10.2 |
1326 | 2024-12-20T21:16:09.538Z | Compiling tinystr v0.7.6 |
1327 | 2024-12-20T21:16:09.574Z | Compiling der v0.7.9 |
1328 | 2024-12-20T21:16:09.930Z | Compiling icu_locid v1.5.0 |
1329 | 2024-12-20T21:16:09.988Z | Compiling icu_collections v1.5.0 |
1330 | 2024-12-20T21:16:11.348Z | Compiling icu_provider v1.5.0 |
1331 | 2024-12-20T21:16:11.367Z | Compiling pest v2.7.14 |
1332 | 2024-12-20T21:16:11.873Z | Compiling tracing v0.1.40 |
1333 | 2024-12-20T21:16:12.205Z | Compiling icu_locid_transform v1.5.0 |
1334 | 2024-12-20T21:16:12.346Z | Compiling spki v0.7.3 |
1335 | 2024-12-20T21:16:12.403Z | Compiling pbkdf2 v0.12.2 |
1336 | 2024-12-20T21:16:12.469Z | Compiling untrusted v0.9.0 |
1337 | 2024-12-20T21:16:12.567Z | Compiling time-core v0.1.2 |
1338 | 2024-12-20T21:16:12.639Z | Compiling untrusted v0.7.1 |
1339 | 2024-12-20T21:16:12.672Z | Compiling num-conv v0.1.0 |
1340 | 2024-12-20T21:16:12.688Z | Compiling icu_properties_data v1.5.0 |
1341 | 2024-12-20T21:16:12.747Z | Compiling mirai-annotations v1.12.0 |
1342 | 2024-12-20T21:16:12.924Z | Compiling scrypt v0.11.0 |
1343 | 2024-12-20T21:16:12.927Z | Compiling aes v0.8.4 |
1344 | 2024-12-20T21:16:12.962Z | Compiling cbc v0.1.2 |
1345 | 2024-12-20T21:16:12.964Z | Compiling time-macros v0.2.18 |
1346 | 2024-12-20T21:16:13.182Z | Compiling openssl-sys v0.9.103 |
1347 | 2024-12-20T21:16:13.497Z | Compiling icu_properties v1.5.1 |
1348 | 2024-12-20T21:16:14.256Z | Compiling bitflags v2.6.0 |
1349 | 2024-12-20T21:16:14.359Z | Compiling bytes v1.8.0 |
1350 | 2024-12-20T21:16:14.899Z | Compiling indexmap v2.6.0 |
1351 | 2024-12-20T21:16:15.637Z | Compiling tokio v1.40.0 |
1352 | 2024-12-20T21:16:15.781Z | Compiling http v1.1.0 |
1353 | 2024-12-20T21:16:16.366Z | Compiling semver v1.0.23 |
1354 | 2024-12-20T21:16:16.396Z | Compiling pest_meta v2.7.14 |
1355 | 2024-12-20T21:16:16.640Z | Compiling deranged v0.3.11 |
1356 | 2024-12-20T21:16:17.126Z | Compiling rustc_version v0.4.1 |
1357 | 2024-12-20T21:16:17.946Z | Compiling scroll_derive v0.12.0 |
1358 | 2024-12-20T21:16:18.347Z | Compiling utf8_iter v1.0.4 |
1359 | 2024-12-20T21:16:18.520Z | Compiling num_threads v0.1.7 |
1360 | 2024-12-20T21:16:18.569Z | Compiling which v4.4.2 |
1361 | 2024-12-20T21:16:18.636Z | Compiling write16 v1.0.0 |
1362 | 2024-12-20T21:16:18.654Z | Compiling utf16_iter v1.0.5 |
1363 | 2024-12-20T21:16:18.768Z | Compiling icu_normalizer_data v1.5.0 |
1364 | 2024-12-20T21:16:18.859Z | Compiling atomic-waker v1.1.2 |
1365 | 2024-12-20T21:16:19.043Z | Compiling icu_normalizer v1.5.0 |
1366 | 2024-12-20T21:16:19.165Z | Compiling time v0.3.36 |
1367 | 2024-12-20T21:16:19.304Z | Compiling pest_generator v2.7.14 |
1368 | 2024-12-20T21:16:19.406Z | Compiling scroll v0.12.0 |
1369 | 2024-12-20T21:16:19.950Z | Compiling http-body v1.0.1 |
1370 | 2024-12-20T21:16:20.188Z | Compiling pkcs5 v0.7.1 |
1371 | 2024-12-20T21:16:20.347Z | Compiling form_urlencoded v1.2.1 |
1372 | 2024-12-20T21:16:20.690Z | Compiling try-lock v0.2.5 |
1373 | 2024-12-20T21:16:20.842Z | Compiling slog v2.7.0 |
1374 | 2024-12-20T21:16:21.063Z | Compiling pkcs8 v0.10.2 |
1375 | 2024-12-20T21:16:21.323Z | Compiling want v0.3.1 |
1376 | 2024-12-20T21:16:21.439Z | Compiling goblin v0.8.2 |
1377 | 2024-12-20T21:16:21.442Z | Compiling idna_adapter v1.2.0 |
1378 | 2024-12-20T21:16:21.615Z | Compiling pest_derive v2.7.14 |
1379 | 2024-12-20T21:16:21.664Z | Compiling httpdate v1.0.3 |
1380 | 2024-12-20T21:16:21.692Z | Compiling idna v1.0.3 |
1381 | 2024-12-20T21:16:22.129Z | Compiling serde_tokenstream v0.2.2 |
1382 | 2024-12-20T21:16:22.440Z | Compiling dtrace-parser v0.2.0 |
1383 | 2024-12-20T21:16:22.570Z | Compiling serde_spanned v0.6.8 |
1384 | 2024-12-20T21:16:22.748Z | Compiling toml_datetime v0.6.8 |
1385 | 2024-12-20T21:16:22.809Z | Compiling uuid v1.11.0 |
1386 | 2024-12-20T21:16:23.260Z | Compiling base64 v0.22.1 |
1387 | 2024-12-20T21:16:23.519Z | Compiling iana-time-zone v0.1.61 |
1388 | 2024-12-20T21:16:24.022Z | Compiling openssl v0.10.66 |
1389 | 2024-12-20T21:16:24.109Z | Compiling tokio-util v0.7.12 |
1390 | 2024-12-20T21:16:24.276Z | Compiling adler2 v2.0.0 |
1391 | 2024-12-20T21:16:24.394Z | Compiling tower-service v0.3.3 |
1392 | 2024-12-20T21:16:24.433Z | Compiling rustversion v1.0.17 |
1393 | 2024-12-20T21:16:24.467Z | Compiling foreign-types-shared v0.1.1 |
1394 | 2024-12-20T21:16:24.526Z | Compiling match_cfg v0.1.0 |
1395 | 2024-12-20T21:16:24.574Z | Compiling foreign-types v0.3.2 |
1396 | 2024-12-20T21:16:24.621Z | Compiling hostname v0.3.1 |
1397 | 2024-12-20T21:16:24.670Z | Compiling miniz_oxide v0.8.0 |
1398 | 2024-12-20T21:16:24.687Z | Compiling chrono v0.4.38 |
1399 | 2024-12-20T21:16:24.872Z | Compiling url v2.5.3 |
1400 | 2024-12-20T21:16:25.135Z | Compiling h2 v0.4.6 |
1401 | 2024-12-20T21:16:26.223Z | Compiling async-trait v0.1.83 |
1402 | 2024-12-20T21:16:26.869Z | Compiling openssl-macros v0.1.1 |
1403 | 2024-12-20T21:16:26.954Z | Compiling dirs-sys-next v0.1.2 |
1404 | 2024-12-20T21:16:27.634Z | Compiling dof v0.3.0 |
1405 | 2024-12-20T21:16:27.636Z | Compiling data-encoding v2.6.0 |
1406 | 2024-12-20T21:16:28.504Z | Compiling usdt-impl v0.5.0 |
1407 | 2024-12-20T21:16:28.988Z | Compiling siphasher v0.3.11 |
1408 | 2024-12-20T21:16:29.380Z | Compiling rustls v0.23.19 |
1409 | 2024-12-20T21:16:29.645Z | Compiling rustls v0.22.4 |
1410 | 2024-12-20T21:16:29.871Z | Compiling native-tls v0.2.12 |
1411 | 2024-12-20T21:16:29.907Z | Compiling syn v1.0.109 |
1412 | 2024-12-20T21:16:30.091Z | Compiling dirs-next v2.0.0 |
1413 | 2024-12-20T21:16:30.284Z | Compiling http-body-util v0.1.2 |
1414 | 2024-12-20T21:16:30.594Z | Compiling crossbeam-epoch v0.9.18 |
1415 | 2024-12-20T21:16:30.854Z | Compiling heapless v0.7.17 |
1416 | 2024-12-20T21:16:31.231Z | Compiling signature v2.2.0 |
1417 | 2024-12-20T21:16:31.303Z | Compiling sha1 v0.10.6 |
1418 | 2024-12-20T21:16:31.343Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1419 | 2024-12-20T21:16:31.498Z | Compiling serde_derive_internals v0.29.1 |
1420 | 2024-12-20T21:16:31.571Z | Compiling thread_local v1.1.8 |
1421 | 2024-12-20T21:16:31.749Z | Compiling encoding_rs v0.8.34 |
1422 | 2024-12-20T21:16:31.858Z | Compiling multer v3.1.0 |
1423 | 2024-12-20T21:16:31.915Z | Compiling cookie v0.18.1 |
1424 | 2024-12-20T21:16:32.129Z | Compiling hyper v1.5.0 |
1425 | 2024-12-20T21:16:32.147Z | Compiling mime v0.3.17 |
1426 | 2024-12-20T21:16:32.193Z | Compiling gimli v0.31.1 |
1427 | 2024-12-20T21:16:32.741Z | Compiling unicode-properties v0.1.3 |
1428 | 2024-12-20T21:16:33.129Z | Compiling signal-hook v0.3.17 |
1429 | 2024-12-20T21:16:33.399Z | Compiling slog-async v2.8.0 |
1430 | 2024-12-20T21:16:33.934Z | Compiling ipnet v2.10.1 |
1431 | 2024-12-20T21:16:34.383Z | Compiling rayon-core v1.12.1 |
1432 | 2024-12-20T21:16:34.646Z | Compiling hyper-util v0.1.10 |
1433 | 2024-12-20T21:16:35.192Z | Compiling openssl-probe v0.1.5 |
1434 | 2024-12-20T21:16:35.561Z | Compiling schemars v0.8.21 |
1435 | 2024-12-20T21:16:35.946Z | Compiling schemars_derive v0.8.21 |
1436 | 2024-12-20T21:16:36.030Z | Compiling toml_edit v0.22.22 |
1437 | 2024-12-20T21:16:36.350Z | Compiling stringprep v0.1.5 |
1438 | 2024-12-20T21:16:36.830Z | Compiling addr2line v0.24.2 |
1439 | 2024-12-20T21:16:37.571Z | Compiling usdt-attr-macro v0.5.0 |
1440 | 2024-12-20T21:16:37.618Z | Compiling usdt-macro v0.5.0 |
1441 | 2024-12-20T21:16:37.927Z | Compiling crossbeam-deque v0.8.5 |
1442 | 2024-12-20T21:16:38.758Z | Compiling term v0.7.0 |
1443 | 2024-12-20T21:16:39.006Z | Compiling slog-json v2.6.1 |
1444 | 2024-12-20T21:16:39.057Z | Compiling serde_urlencoded v0.7.1 |
1445 | 2024-12-20T21:16:39.162Z | Compiling crossbeam-channel v0.5.13 |
1446 | 2024-12-20T21:16:39.333Z | Compiling curve25519-dalek v4.1.3 |
1447 | 2024-12-20T21:16:39.362Z | Compiling enum-as-inner v0.6.1 |
1448 | 2024-12-20T21:16:39.583Z | Compiling futures-executor v0.3.31 |
1449 | 2024-12-20T21:16:39.950Z | Compiling md-5 v0.10.6 |
1450 | 2024-12-20T21:16:40.152Z | Compiling rustls-pemfile v2.2.0 |
1451 | 2024-12-20T21:16:40.218Z | Compiling async-stream-impl v0.3.6 |
1452 | 2024-12-20T21:16:40.265Z | Compiling num-integer v0.1.46 |
1453 | 2024-12-20T21:16:40.283Z | Compiling idna v0.3.0 |
1454 | 2024-12-20T21:16:40.471Z | Compiling idna v0.4.0 |
1455 | 2024-12-20T21:16:40.473Z | Compiling hash32 v0.2.1 |
1456 | 2024-12-20T21:16:40.893Z | Compiling ff v0.13.0 |
1457 | 2024-12-20T21:16:41.015Z | Compiling is-terminal v0.4.13 |
1458 | 2024-12-20T21:16:41.107Z | Compiling dropshot v0.12.0 |
1459 | 2024-12-20T21:16:41.145Z | Compiling object v0.36.5 |
1460 | 2024-12-20T21:16:41.387Z | Compiling anyhow v1.0.93 |
1461 | 2024-12-20T21:16:41.559Z | Compiling rustc-demangle v0.1.24 |
1462 | 2024-12-20T21:16:42.010Z | Compiling dyn-clone v1.0.17 |
1463 | 2024-12-20T21:16:42.090Z | Compiling utf-8 v0.7.6 |
1464 | 2024-12-20T21:16:42.226Z | Compiling quick-error v1.2.3 |
1465 | 2024-12-20T21:16:42.267Z | Compiling smoltcp v0.9.1 |
1466 | 2024-12-20T21:16:42.381Z | Compiling linked-hash-map v0.5.6 |
1467 | 2024-12-20T21:16:42.412Z | Compiling psl-types v2.0.11 |
1468 | 2024-12-20T21:16:42.568Z | Compiling num-bigint-dig v0.8.4 |
1469 | 2024-12-20T21:16:42.606Z | Compiling portable-atomic v1.9.0 |
1470 | 2024-12-20T21:16:42.738Z | Compiling fallible-iterator v0.2.0 |
1471 | 2024-12-20T21:16:42.853Z | Compiling base16ct v0.2.0 |
1472 | 2024-12-20T21:16:42.993Z | Compiling take_mut v0.2.2 |
1473 | 2024-12-20T21:16:43.179Z | Compiling sec1 v0.7.3 |
1474 | 2024-12-20T21:16:43.440Z | Compiling postgres-protocol v0.6.7 |
1475 | 2024-12-20T21:16:43.778Z | Compiling lru-cache v0.1.2 |
1476 | 2024-12-20T21:16:43.798Z | Compiling publicsuffix v2.2.3 |
1477 | 2024-12-20T21:16:43.981Z | Compiling resolv-conf v0.7.0 |
1478 | 2024-12-20T21:16:44.070Z | Compiling tungstenite v0.24.0 |
1479 | 2024-12-20T21:16:44.790Z | Compiling async-stream v0.3.6 |
1480 | 2024-12-20T21:16:44.830Z | Compiling hickory-proto v0.24.1 |
1481 | 2024-12-20T21:16:44.861Z | Compiling slog-term v2.9.1 |
1482 | 2024-12-20T21:16:45.099Z | Compiling usdt v0.5.0 |
1483 | 2024-12-20T21:16:45.615Z | Compiling group v0.13.0 |
1484 | 2024-12-20T21:16:46.158Z | Compiling num-iter v0.1.45 |
1485 | 2024-12-20T21:16:46.425Z | Compiling futures v0.3.31 |
1486 | 2024-12-20T21:16:46.462Z | Compiling slog-bunyan v2.5.0 |
1487 | 2024-12-20T21:16:46.547Z | Compiling toml v0.8.19 |
1488 | 2024-12-20T21:16:48.283Z | Compiling tokio-native-tls v0.3.1 |
1489 | 2024-12-20T21:16:48.557Z | Compiling backtrace v0.3.74 |
1490 | 2024-12-20T21:16:48.684Z | Compiling camino v1.1.9 |
1491 | 2024-12-20T21:16:49.291Z | Compiling phf_shared v0.11.2 |
1492 | 2024-12-20T21:16:49.324Z | Compiling dropshot_endpoint v0.12.0 |
1493 | 2024-12-20T21:16:49.381Z | Compiling waitgroup v0.1.2 |
1494 | 2024-12-20T21:16:49.600Z | Compiling terminal_size v0.4.0 |
1495 | 2024-12-20T21:16:49.672Z | Compiling openapiv3 v2.0.0 |
1496 | 2024-12-20T21:16:49.676Z | Compiling serde_path_to_error v0.1.16 |
1497 | 2024-12-20T21:16:49.805Z | Compiling hkdf v0.12.4 |
1498 | 2024-12-20T21:16:50.051Z | Compiling crypto-bigint v0.5.5 |
1499 | 2024-12-20T21:16:50.559Z | Compiling webpki-roots v0.26.6 |
1500 | 2024-12-20T21:16:50.769Z | Compiling curve25519-dalek-derive v0.1.1 |
1501 | 2024-12-20T21:16:52.342Z | Compiling zerocopy-derive v0.6.6 |
1502 | 2024-12-20T21:16:52.372Z | Compiling idna v0.5.0 |
1503 | 2024-12-20T21:16:52.624Z | Compiling hubpack_derive v0.1.1 |
1504 | 2024-12-20T21:16:53.539Z | Compiling hostname v0.4.0 |
1505 | 2024-12-20T21:16:53.780Z | Compiling ahash v0.8.11 |
1506 | 2024-12-20T21:16:53.997Z | Compiling fs-err v2.11.0 |
1507 | 2024-12-20T21:16:54.109Z | Compiling crc32fast v1.4.2 |
1508 | 2024-12-20T21:16:54.140Z | Compiling winnow v0.5.40 |
1509 | 2024-12-20T21:16:54.140Z | Compiling bitflags v1.3.2 |
1510 | 2024-12-20T21:16:54.234Z | Compiling managed v0.8.0 |
1511 | 2024-12-20T21:16:54.266Z | Compiling debug-ignore v1.0.5 |
1512 | 2024-12-20T21:16:54.409Z | Compiling flate2 v1.0.34 |
1513 | 2024-12-20T21:16:54.439Z | Compiling strum_macros v0.25.3 |
1514 | 2024-12-20T21:16:54.580Z | Compiling zerocopy v0.6.6 |
1515 | 2024-12-20T21:16:55.410Z | Compiling console v0.15.8 |
1516 | 2024-12-20T21:16:55.429Z | Compiling clap_builder v4.5.21 |
1517 | 2024-12-20T21:16:55.653Z | Compiling hubpack v0.1.2 |
1518 | 2024-12-20T21:16:56.103Z | Compiling cookie_store v0.21.0 |
1519 | 2024-12-20T21:16:56.252Z | Compiling elliptic-curve v0.13.8 |
1520 | 2024-12-20T21:16:57.053Z | Compiling hickory-resolver v0.24.1 |
1521 | 2024-12-20T21:16:57.143Z | Compiling phf v0.11.2 |
1522 | 2024-12-20T21:16:57.751Z | Compiling toml_edit v0.19.15 |
1523 | 2024-12-20T21:16:57.976Z | Compiling signal-hook-mio v0.2.4 |
1524 | 2024-12-20T21:16:58.146Z | Compiling hyper-tls v0.6.0 |
1525 | 2024-12-20T21:16:58.364Z | Compiling rayon v1.10.0 |
1526 | 2024-12-20T21:16:58.572Z | Compiling bzip2 v0.4.4 |
1527 | 2024-12-20T21:16:58.963Z | Compiling tokio-tungstenite v0.24.0 |
1528 | 2024-12-20T21:16:59.514Z | Compiling postgres-types v0.2.8 |
1529 | 2024-12-20T21:17:02.395Z | Compiling ed25519 v2.2.3 |
1530 | 2024-12-20T21:17:03.263Z | Compiling phf_shared v0.10.0 |
1531 | 2024-12-20T21:17:03.663Z | Compiling tokio-stream v0.1.16 |
1532 | 2024-12-20T21:17:03.928Z | Compiling pkcs1 v0.7.5 |
1533 | 2024-12-20T21:17:04.280Z | Compiling serde-big-array v0.5.1 |
1534 | 2024-12-20T21:17:04.511Z | Compiling clap_derive v4.5.18 |
1535 | 2024-12-20T21:17:04.742Z | Compiling rfc6979 v0.4.0 |
1536 | 2024-12-20T21:17:04.920Z | Compiling serde_repr v0.1.19 |
1537 | 2024-12-20T21:17:04.937Z | Compiling derive-where v1.2.7 |
1538 | 2024-12-20T21:17:04.961Z | Compiling float-cmp v0.9.0 |
1539 | 2024-12-20T21:17:04.984Z | Compiling bstr v1.10.0 |
1540 | 2024-12-20T21:17:05.187Z | Compiling sync_wrapper v1.0.1 |
1541 | 2024-12-20T21:17:05.338Z | Compiling difflib v0.4.0 |
1542 | 2024-12-20T21:17:05.864Z | Compiling fixedbitset v0.4.2 |
1543 | 2024-12-20T21:17:06.140Z | Compiling number_prefix v0.4.0 |
1544 | 2024-12-20T21:17:06.312Z | Compiling static_assertions v1.1.0 |
1545 | 2024-12-20T21:17:06.349Z | Compiling unicode-width v0.2.0 |
1546 | 2024-12-20T21:17:06.414Z | Compiling whoami v1.5.2 |
1547 | 2024-12-20T21:17:06.812Z | Compiling normalize-line-endings v0.3.0 |
1548 | 2024-12-20T21:17:06.910Z | Compiling predicates-core v1.0.8 |
1549 | 2024-12-20T21:17:06.939Z | Compiling precomputed-hash v0.1.1 |
1550 | 2024-12-20T21:17:07.016Z | Compiling unicode-segmentation v1.12.0 |
1551 | 2024-12-20T21:17:07.062Z | Compiling new_debug_unreachable v1.0.6 |
1552 | 2024-12-20T21:17:07.093Z | Compiling bit-vec v0.6.3 |
1553 | 2024-12-20T21:17:07.156Z | Compiling string_cache v0.8.7 |
1554 | 2024-12-20T21:17:07.278Z | Compiling predicates v3.1.2 |
1555 | 2024-12-20T21:17:07.562Z | Compiling bit-set v0.5.3 |
1556 | 2024-12-20T21:17:07.641Z | Compiling indicatif v0.17.9 |
1557 | 2024-12-20T21:17:07.863Z | Compiling similar v2.6.0 |
1558 | 2024-12-20T21:17:07.910Z | Compiling tokio-postgres v0.7.12 |
1559 | 2024-12-20T21:17:08.512Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1560 | 2024-12-20T21:17:09.035Z | Compiling petgraph v0.6.5 |
1561 | 2024-12-20T21:17:09.735Z | Compiling clap v4.5.21 |
1562 | 2024-12-20T21:17:09.857Z | Compiling ecdsa v0.16.9 |
1563 | 2024-12-20T21:17:09.901Z | Compiling rsa v0.9.6 |
1564 | 2024-12-20T21:17:10.348Z | Compiling ed25519-dalek v2.1.1 |
1565 | 2024-12-20T21:17:10.697Z | Compiling toml v0.7.8 |
1566 | 2024-12-20T21:17:11.750Z | Compiling zip v0.6.6 |
1567 | 2024-12-20T21:17:12.466Z | Compiling crossterm v0.28.1 |
1568 | 2024-12-20T21:17:13.285Z | Compiling hex v0.4.3 |
1569 | 2024-12-20T21:17:13.639Z | Compiling x509-cert v0.2.5 |
1570 | 2024-12-20T21:17:13.816Z | Compiling peg-runtime v0.8.3 |
1571 | 2024-12-20T21:17:13.909Z | Compiling unicode-xid v0.2.6 |
1572 | 2024-12-20T21:17:14.082Z | Compiling lalrpop-util v0.19.12 |
1573 | 2024-12-20T21:17:14.085Z | Compiling strum_macros v0.26.4 |
1574 | 2024-12-20T21:17:14.436Z | Compiling xattr v1.3.1 |
1575 | 2024-12-20T21:17:14.487Z | Compiling filetime v0.2.25 |
1576 | 2024-12-20T21:17:14.713Z | Compiling tar v0.4.42 |
1577 | 2024-12-20T21:17:19.348Z | Compiling strum v0.26.3 |
1578 | 2024-12-20T21:17:22.325Z | Compiling aws-lc-sys v0.22.0 |
1579 | 2024-12-20T21:17:57.296Z | Compiling rustls-webpki v0.102.8 |
1580 | 2024-12-20T21:18:00.646Z | Compiling tokio-rustls v0.25.0 |
1581 | 2024-12-20T21:18:02.312Z | Compiling tokio-rustls v0.26.0 |
1582 | 2024-12-20T21:18:02.656Z | Compiling hyper-rustls v0.27.3 |
1583 | 2024-12-20T21:18:03.010Z | Compiling reqwest v0.12.9 |
1584 | 2024-12-20T21:18:04.053Z | Compiling qorb v0.2.1 |
1585 | 2024-12-20T21:18:09.046Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1586 | 2024-12-20T21:18:09.270Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1587 | 2024-12-20T21:18:15.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1588 | 2024-12-20T21:18:15.180Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1589 | 2024-12-20T21:18:15.241Z | Dec 20 21:18:14.518 INFO Starting download, target: Cockroach |
1590 | 2024-12-20T21:18:15.241Z | Dec 20 21:18:14.518 INFO Starting download, target: Clickhouse |
1591 | 2024-12-20T21:18:15.259Z | Dec 20 21:18:14.518 INFO Starting download, target: Console |
1592 | 2024-12-20T21:18:15.259Z | Dec 20 21:18:14.518 INFO Starting download, target: DendriteOpenapi |
1593 | 2024-12-20T21:18:15.259Z | Dec 20 21:18:14.518 INFO Starting download, target: DendriteStub |
1594 | 2024-12-20T21:18:15.259Z | Dec 20 21:18:14.518 INFO Starting download, target: MaghemiteMgd |
1595 | 2024-12-20T21:18:15.259Z | Dec 20 21:18:14.518 INFO Starting download, target: TransceiverControl |
1596 | 2024-12-20T21:18:15.259Z | Dec 20 21:18:14.519 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1597 | 2024-12-20T21:18:15.259Z | Dec 20 21:18:14.519 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1598 | 2024-12-20T21:18:15.259Z | Dec 20 21:18:14.519 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1599 | 2024-12-20T21:18:15.260Z | Dec 20 21:18:14.519 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1600 | 2024-12-20T21:18:15.260Z | Dec 20 21:18:14.519 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1601 | 2024-12-20T21:18:15.260Z | Dec 20 21:18:14.519 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1602 | 2024-12-20T21:18:15.260Z | Dec 20 21:18:14.519 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1603 | 2024-12-20T21:18:15.378Z | Dec 20 21:18:14.688 INFO Download complete, target: DendriteOpenapi |
1604 | 2024-12-20T21:18:15.793Z | Dec 20 21:18:15.016 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1605 | 2024-12-20T21:18:15.900Z | Dec 20 21:18:15.045 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1606 | 2024-12-20T21:18:16.093Z | Dec 20 21:18:15.370 INFO Download complete, target: Console |
1607 | 2024-12-20T21:18:16.259Z | Dec 20 21:18:15.565 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1608 | 2024-12-20T21:18:16.380Z | Dec 20 21:18:15.693 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1609 | 2024-12-20T21:18:16.387Z | Dec 20 21:18:15.700 INFO Download complete, target: TransceiverControl |
1610 | 2024-12-20T21:18:17.028Z | Dec 20 21:18:16.340 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1611 | 2024-12-20T21:18:17.028Z | Dec 20 21:18:16.341 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1612 | 2024-12-20T21:18:17.245Z | Dec 20 21:18:16.557 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1613 | 2024-12-20T21:18:19.300Z | Dec 20 21:18:18.612 INFO Download complete, target: DendriteStub |
1614 | 2024-12-20T21:18:19.456Z | Dec 20 21:18:18.768 INFO Download complete, target: MaghemiteMgd |
1615 | 2024-12-20T21:18:24.693Z | Dec 20 21:18:24.004 INFO Checking that binary works, target: Cockroach |
1616 | 2024-12-20T21:18:24.893Z | Dec 20 21:18:24.159 INFO Download complete, target: Cockroach |
1617 | 2024-12-20T21:18:30.247Z | Dec 20 21:18:29.550 INFO Checking that binary works, target: Clickhouse |
1618 | 2024-12-20T21:18:31.021Z | Dec 20 21:18:30.332 INFO Download complete, target: Clickhouse |
1619 | 2024-12-20T21:18:31.029Z | All prerequisites installed successfully |
1620 | 2024-12-20T21:18:31.032Z | |
1621 | 2024-12-20T21:18:31.032Z | real 5:11.056452572 |
1622 | 2024-12-20T21:18:31.032Z | user 16:22.141551008 |
1623 | 2024-12-20T21:18:31.032Z | sys 3:07.387212598 |
1624 | 2024-12-20T21:18:31.032Z | trap 0.506760290 |
1625 | 2024-12-20T21:18:31.032Z | tflt 8.436006700 |
1626 | 2024-12-20T21:18:31.032Z | dflt 7.014325835 |
1627 | 2024-12-20T21:18:31.032Z | kflt 0.292745946 |
1628 | 2024-12-20T21:18:31.032Z | lock 32:44.732019480 |
1629 | 2024-12-20T21:18:31.032Z | slp 1:03:21.921516126 |
1630 | 2024-12-20T21:18:31.032Z | lat 50.820128033 |
1631 | 2024-12-20T21:18:31.032Z | stop 1:58.277024293 |
1632 | 2024-12-20T21:18:31.033Z | + source ./tools/include/force-git-over-https.sh |
1633 | 2024-12-20T21:18:31.033Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1634 | 2024-12-20T21:18:31.033Z | ++ (( i = 0 )) |
1635 | 2024-12-20T21:18:31.033Z | ++ (( i < 5 )) |
1636 | 2024-12-20T21:18:31.033Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1637 | 2024-12-20T21:18:31.037Z | ++ (( i++ )) |
1638 | 2024-12-20T21:18:31.037Z | ++ (( i < 5 )) |
1639 | 2024-12-20T21:18:31.037Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1640 | 2024-12-20T21:18:31.041Z | ++ (( i++ )) |
1641 | 2024-12-20T21:18:31.041Z | ++ (( i < 5 )) |
1642 | 2024-12-20T21:18:31.041Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1643 | 2024-12-20T21:18:31.044Z | ++ (( i++ )) |
1644 | 2024-12-20T21:18:31.045Z | ++ (( i < 5 )) |
1645 | 2024-12-20T21:18:31.045Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1646 | 2024-12-20T21:18:31.045Z | ++ (( i++ )) |
1647 | 2024-12-20T21:18:31.045Z | ++ (( i < 5 )) |
1648 | 2024-12-20T21:18:31.045Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1649 | 2024-12-20T21:18:31.047Z | ++ (( i++ )) |
1650 | 2024-12-20T21:18:31.048Z | ++ (( i < 5 )) |
1651 | 2024-12-20T21:18:31.048Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1652 | 2024-12-20T21:18:31.048Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1653 | 2024-12-20T21:18:31.048Z | + rc=0 |
1654 | 2024-12-20T21:18:31.048Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1655 | 2024-12-20T21:19:01.834Z | + case $rc in |
1656 | 2024-12-20T21:19:01.834Z | + pfexec zfs create -p rpool/images/build/host |
1657 | 2024-12-20T21:19:02.082Z | + pfexec zfs create -p rpool/images/build/recovery |
1658 | 2024-12-20T21:19:02.166Z | + cargo xtask releng --output-dir /work |
1659 | 2024-12-20T21:19:02.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1660 | 2024-12-20T21:19:02.701Z | Running `target/debug/xtask releng --output-dir /work` |
1661 | 2024-12-20T21:19:03.606Z | Compiling proc-macro2 v1.0.89 |
1662 | 2024-12-20T21:19:03.606Z | Compiling unicode-ident v1.0.13 |
1663 | 2024-12-20T21:19:03.607Z | Compiling libc v0.2.162 |
1664 | 2024-12-20T21:19:03.607Z | Compiling serde v1.0.215 |
1665 | 2024-12-20T21:19:03.609Z | Compiling autocfg v1.4.0 |
1666 | 2024-12-20T21:19:03.610Z | Compiling version_check v0.9.5 |
1667 | 2024-12-20T21:19:03.610Z | Compiling cfg-if v1.0.0 |
1668 | 2024-12-20T21:19:03.867Z | Compiling memchr v2.7.4 |
1669 | 2024-12-20T21:19:03.928Z | Compiling typenum v1.17.0 |
1670 | 2024-12-20T21:19:03.970Z | Compiling shlex v1.3.0 |
1671 | 2024-12-20T21:19:04.505Z | Compiling generic-array v0.14.7 |
1672 | 2024-12-20T21:19:04.531Z | Compiling value-bag v1.9.0 |
1673 | 2024-12-20T21:19:04.571Z | Compiling lock_api v0.4.12 |
1674 | 2024-12-20T21:19:04.777Z | Compiling scopeguard v1.2.0 |
1675 | 2024-12-20T21:19:04.923Z | Compiling parking_lot_core v0.9.10 |
1676 | 2024-12-20T21:19:04.989Z | Compiling log v0.4.22 |
1677 | 2024-12-20T21:19:05.295Z | Compiling rustix v0.38.37 |
1678 | 2024-12-20T21:19:05.328Z | Compiling serde_json v1.0.132 |
1679 | 2024-12-20T21:19:05.596Z | Compiling quote v1.0.37 |
1680 | 2024-12-20T21:19:05.683Z | Compiling libm v0.2.8 |
1681 | 2024-12-20T21:19:05.819Z | Compiling jobserver v0.1.32 |
1682 | 2024-12-20T21:19:05.965Z | Compiling syn v2.0.87 |
1683 | 2024-12-20T21:19:06.012Z | Compiling getrandom v0.2.15 |
1684 | 2024-12-20T21:19:06.156Z | Compiling num-traits v0.2.19 |
1685 | 2024-12-20T21:19:06.202Z | Compiling cc v1.1.30 |
1686 | 2024-12-20T21:19:06.347Z | Compiling thiserror v1.0.69 |
1687 | 2024-12-20T21:19:06.369Z | Compiling once_cell v1.20.2 |
1688 | 2024-12-20T21:19:06.448Z | Compiling spin v0.9.8 |
1689 | 2024-12-20T21:19:06.499Z | Compiling itoa v1.0.11 |
1690 | 2024-12-20T21:19:06.595Z | Compiling aho-corasick v1.1.3 |
1691 | 2024-12-20T21:19:06.783Z | Compiling regex-syntax v0.8.5 |
1692 | 2024-12-20T21:19:06.855Z | Compiling slab v0.4.9 |
1693 | 2024-12-20T21:19:07.006Z | Compiling errno v0.3.9 |
1694 | 2024-12-20T21:19:07.326Z | Compiling byteorder v1.5.0 |
1695 | 2024-12-20T21:19:07.609Z | Compiling lazy_static v1.5.0 |
1696 | 2024-12-20T21:19:07.836Z | Compiling rand_core v0.6.4 |
1697 | 2024-12-20T21:19:07.966Z | Compiling glob v0.3.1 |
1698 | 2024-12-20T21:19:08.328Z | Compiling either v1.13.0 |
1699 | 2024-12-20T21:19:08.730Z | Compiling subtle v2.6.1 |
1700 | 2024-12-20T21:19:08.860Z | Compiling clang-sys v1.8.1 |
1701 | 2024-12-20T21:19:08.883Z | Compiling prettyplease v0.2.25 |
1702 | 2024-12-20T21:19:09.096Z | Compiling minimal-lexical v0.2.1 |
1703 | 2024-12-20T21:19:09.381Z | Compiling libloading v0.8.5 |
1704 | 2024-12-20T21:19:09.631Z | Compiling nom v7.1.3 |
1705 | 2024-12-20T21:19:09.660Z | Compiling bindgen v0.69.5 |
1706 | 2024-12-20T21:19:09.915Z | Compiling home v0.5.9 |
1707 | 2024-12-20T21:19:11.213Z | Compiling itertools v0.10.5 |
1708 | 2024-12-20T21:19:11.216Z | Compiling regex-automata v0.4.8 |
1709 | 2024-12-20T21:19:11.216Z | Compiling lazycell v1.3.0 |
1710 | 2024-12-20T21:19:11.331Z | Compiling rustc-hash v1.1.0 |
1711 | 2024-12-20T21:19:11.544Z | Compiling cmake v0.1.51 |
1712 | 2024-12-20T21:19:12.558Z | Compiling fs_extra v1.3.0 |
1713 | 2024-12-20T21:19:12.986Z | Compiling dunce v1.0.5 |
1714 | 2024-12-20T21:19:13.127Z | Compiling semver v1.0.23 |
1715 | 2024-12-20T21:19:13.176Z | Compiling smallvec v1.13.2 |
1716 | 2024-12-20T21:19:13.219Z | Compiling cexpr v0.6.0 |
1717 | 2024-12-20T21:19:13.340Z | Compiling pkg-config v0.3.31 |
1718 | 2024-12-20T21:19:13.579Z | Compiling ring v0.17.8 |
1719 | 2024-12-20T21:19:13.723Z | Compiling ryu v1.0.18 |
1720 | 2024-12-20T21:19:14.043Z | Compiling synstructure v0.13.1 |
1721 | 2024-12-20T21:19:14.661Z | Compiling paste v1.0.15 |
1722 | 2024-12-20T21:19:14.770Z | Compiling const-oid v0.9.6 |
1723 | 2024-12-20T21:19:14.970Z | Compiling httparse v1.9.5 |
1724 | 2024-12-20T21:19:15.345Z | Compiling aws-lc-rs v1.10.0 |
1725 | 2024-12-20T21:19:16.088Z | Compiling pin-project-lite v0.2.14 |
1726 | 2024-12-20T21:19:16.202Z | Compiling heck v0.5.0 |
1727 | 2024-12-20T21:19:16.668Z | Compiling regex v1.11.1 |
1728 | 2024-12-20T21:19:16.827Z | Compiling allocator-api2 v0.2.18 |
1729 | 2024-12-20T21:19:17.026Z | Compiling futures-core v0.3.31 |
1730 | 2024-12-20T21:19:17.374Z | Compiling signal-hook-registry v1.4.2 |
1731 | 2024-12-20T21:19:17.923Z | Compiling num-conv v0.1.0 |
1732 | 2024-12-20T21:19:18.029Z | Compiling time-core v0.1.2 |
1733 | 2024-12-20T21:19:18.255Z | Compiling crossbeam-utils v0.8.20 |
1734 | 2024-12-20T21:19:18.724Z | Compiling time-macros v0.2.18 |
1735 | 2024-12-20T21:19:18.788Z | Compiling parking_lot v0.12.3 |
1736 | 2024-12-20T21:19:18.963Z | Compiling mio v1.0.2 |
1737 | 2024-12-20T21:19:19.074Z | Compiling vcpkg v0.2.15 |
1738 | 2024-12-20T21:19:19.391Z | Compiling schemars v0.8.21 |
1739 | 2024-12-20T21:19:19.625Z | Compiling serde_derive v1.0.215 |
1740 | 2024-12-20T21:19:19.856Z | Compiling zeroize_derive v1.4.2 |
1741 | 2024-12-20T21:19:20.838Z | Compiling zerocopy-derive v0.7.35 |
1742 | 2024-12-20T21:19:20.954Z | Compiling tokio-macros v2.4.0 |
1743 | 2024-12-20T21:19:20.986Z | Compiling thiserror-impl v1.0.69 |
1744 | 2024-12-20T21:19:21.309Z | Compiling zerofrom-derive v0.1.4 |
1745 | 2024-12-20T21:19:21.443Z | Compiling zeroize v1.8.1 |
1746 | 2024-12-20T21:19:22.196Z | Compiling yoke-derive v0.7.4 |
1747 | 2024-12-20T21:19:22.257Z | Compiling futures-macro v0.3.31 |
1748 | 2024-12-20T21:19:22.399Z | Compiling zerovec-derive v0.10.3 |
1749 | 2024-12-20T21:19:23.103Z | Compiling displaydoc v0.2.5 |
1750 | 2024-12-20T21:19:24.030Z | Compiling zerocopy v0.7.35 |
1751 | 2024-12-20T21:19:24.609Z | Compiling crypto-common v0.1.6 |
1752 | 2024-12-20T21:19:24.806Z | Compiling icu_provider_macros v1.5.0 |
1753 | 2024-12-20T21:19:24.841Z | Compiling tracing-attributes v0.1.27 |
1754 | 2024-12-20T21:19:25.069Z | Compiling block-buffer v0.10.4 |
1755 | 2024-12-20T21:19:25.141Z | Compiling der_derive v0.7.3 |
1756 | 2024-12-20T21:19:25.312Z | Compiling digest v0.10.7 |
1757 | 2024-12-20T21:19:25.817Z | Compiling openssl-sys v0.9.103 |
1758 | 2024-12-20T21:19:26.004Z | Compiling fnv v1.0.7 |
1759 | 2024-12-20T21:19:26.899Z | Compiling serde_derive_internals v0.29.1 |
1760 | 2024-12-20T21:19:27.420Z | Compiling socket2 v0.5.7 |
1761 | 2024-12-20T21:19:27.989Z | Compiling ahash v0.8.11 |
1762 | 2024-12-20T21:19:29.271Z | Compiling cpufeatures v0.2.14 |
1763 | 2024-12-20T21:19:29.378Z | Compiling schemars_derive v0.8.21 |
1764 | 2024-12-20T21:19:29.381Z | Compiling foldhash v0.1.3 |
1765 | 2024-12-20T21:19:29.437Z | Compiling equivalent v1.0.1 |
1766 | 2024-12-20T21:19:29.599Z | Compiling futures-sink v0.3.31 |
1767 | 2024-12-20T21:19:29.781Z | Compiling hashbrown v0.15.1 |
1768 | 2024-12-20T21:19:30.039Z | Compiling slog v2.7.0 |
1769 | 2024-12-20T21:19:30.316Z | Compiling stable_deref_trait v1.2.0 |
1770 | 2024-12-20T21:19:31.460Z | Compiling futures-channel v0.3.31 |
1771 | 2024-12-20T21:19:31.779Z | Compiling zerofrom v0.1.4 |
1772 | 2024-12-20T21:19:31.846Z | Compiling scroll_derive v0.12.0 |
1773 | 2024-12-20T21:19:32.034Z | Compiling pin-utils v0.1.0 |
1774 | 2024-12-20T21:19:32.065Z | Compiling futures-task v0.3.31 |
1775 | 2024-12-20T21:19:32.128Z | Compiling futures-io v0.3.31 |
1776 | 2024-12-20T21:19:32.250Z | Compiling openssl v0.10.66 |
1777 | 2024-12-20T21:19:32.408Z | Compiling ucd-trie v0.1.7 |
1778 | 2024-12-20T21:19:32.529Z | Compiling futures-util v0.3.31 |
1779 | 2024-12-20T21:19:32.561Z | Compiling yoke v0.7.4 |
1780 | 2024-12-20T21:19:32.747Z | Compiling pest v2.7.14 |
1781 | 2024-12-20T21:19:33.023Z | Compiling hmac v0.12.1 |
1782 | 2024-12-20T21:19:33.302Z | Compiling tinyvec_macros v0.1.1 |
1783 | 2024-12-20T21:19:33.454Z | Compiling tinyvec v1.8.0 |
1784 | 2024-12-20T21:19:33.454Z | Compiling zerovec v0.10.4 |
1785 | 2024-12-20T21:19:33.657Z | Compiling bitflags v2.6.0 |
1786 | 2024-12-20T21:19:33.818Z | Compiling bytes v1.8.0 |
1787 | 2024-12-20T21:19:35.782Z | Compiling tokio v1.40.0 |
1788 | 2024-12-20T21:19:35.945Z | Compiling serde_tokenstream v0.2.2 |
1789 | 2024-12-20T21:19:36.067Z | Compiling indexmap v2.6.0 |
1790 | 2024-12-20T21:19:37.749Z | Compiling http v1.1.0 |
1791 | 2024-12-20T21:19:38.141Z | Compiling rustc_version v0.4.1 |
1792 | 2024-12-20T21:19:38.924Z | Compiling which v4.4.2 |
1793 | 2024-12-20T21:19:39.742Z | Compiling pest_meta v2.7.14 |
1794 | 2024-12-20T21:19:40.359Z | Compiling uuid v1.11.0 |
1795 | 2024-12-20T21:19:43.039Z | Compiling block-padding v0.3.3 |
1796 | 2024-12-20T21:19:43.406Z | Compiling openssl-macros v0.1.1 |
1797 | 2024-12-20T21:19:44.186Z | Compiling rustls v0.23.19 |
1798 | 2024-12-20T21:19:44.346Z | Compiling iana-time-zone v0.1.61 |
1799 | 2024-12-20T21:19:44.350Z | Compiling native-tls v0.2.12 |
1800 | 2024-12-20T21:19:44.697Z | Compiling chrono v0.4.38 |
1801 | 2024-12-20T21:19:44.785Z | Compiling inout v0.1.3 |
1802 | 2024-12-20T21:19:44.832Z | Compiling pest_generator v2.7.14 |
1803 | 2024-12-20T21:19:45.123Z | Compiling unicode-normalization v0.1.24 |
1804 | 2024-12-20T21:19:46.736Z | Compiling cipher v0.4.4 |
1805 | 2024-12-20T21:19:46.816Z | Compiling pest_derive v2.7.14 |
1806 | 2024-12-20T21:19:47.316Z | Compiling tinystr v0.7.6 |
1807 | 2024-12-20T21:19:47.703Z | Compiling sha2 v0.10.8 |
1808 | 2024-12-20T21:19:47.895Z | Compiling async-trait v0.1.83 |
1809 | 2024-12-20T21:19:47.985Z | Compiling usdt-impl v0.5.0 |
1810 | 2024-12-20T21:19:48.340Z | Compiling cookie v0.18.1 |
1811 | 2024-12-20T21:19:48.388Z | Compiling writeable v0.5.5 |
1812 | 2024-12-20T21:19:48.677Z | Compiling litemap v0.7.3 |
1813 | 2024-12-20T21:19:49.525Z | Compiling base64ct v1.6.0 |
1814 | 2024-12-20T21:19:49.620Z | Compiling unicode-bidi v0.3.17 |
1815 | 2024-12-20T21:19:50.352Z | Compiling icu_locid v1.5.0 |
1816 | 2024-12-20T21:19:50.446Z | Compiling pem-rfc7468 v0.7.0 |
1817 | 2024-12-20T21:19:51.731Z | Compiling scroll v0.12.0 |
1818 | 2024-12-20T21:19:52.686Z | Compiling ppv-lite86 v0.2.20 |
1819 | 2024-12-20T21:19:52.946Z | Compiling tracing-core v0.1.32 |
1820 | 2024-12-20T21:19:53.576Z | Compiling percent-encoding v2.3.1 |
1821 | 2024-12-20T21:19:54.020Z | Compiling untrusted v0.7.1 |
1822 | 2024-12-20T21:19:54.213Z | Compiling syn v1.0.109 |
1823 | 2024-12-20T21:19:54.367Z | Compiling aws-lc-sys v0.22.0 |
1824 | 2024-12-20T21:19:54.773Z | Compiling camino v1.1.9 |
1825 | 2024-12-20T21:19:55.250Z | Compiling plain v0.2.3 |
1826 | 2024-12-20T21:19:55.426Z | Compiling dyn-clone v1.0.17 |
1827 | 2024-12-20T21:19:55.447Z | Compiling flagset v0.4.6 |
1828 | 2024-12-20T21:19:55.694Z | Compiling rustls-pki-types v1.10.0 |
1829 | 2024-12-20T21:19:55.729Z | Compiling der v0.7.9 |
1830 | 2024-12-20T21:19:58.579Z | Compiling goblin v0.8.2 |
1831 | 2024-12-20T21:19:59.109Z | Compiling tracing v0.1.40 |
1832 | 2024-12-20T21:19:59.870Z | Compiling rand_chacha v0.3.1 |
1833 | 2024-12-20T21:20:01.380Z | Compiling icu_provider v1.5.0 |
1834 | 2024-12-20T21:20:02.198Z | Compiling tokio-util v0.7.12 |
1835 | 2024-12-20T21:20:03.739Z | Compiling icu_locid_transform_data v1.5.0 |
1836 | 2024-12-20T21:20:03.811Z | Compiling pretty-hex v0.4.1 |
1837 | 2024-12-20T21:20:04.137Z | Compiling rayon-core v1.12.1 |
1838 | 2024-12-20T21:20:04.393Z | Compiling untrusted v0.9.0 |
1839 | 2024-12-20T21:20:04.466Z | Compiling powerfmt v0.2.0 |
1840 | 2024-12-20T21:20:04.507Z | Compiling rustls v0.22.4 |
1841 | 2024-12-20T21:20:04.518Z | Compiling mirai-annotations v1.12.0 |
1842 | 2024-12-20T21:20:04.591Z | Compiling dof v0.3.0 |
1843 | 2024-12-20T21:20:04.732Z | Compiling deranged v0.3.11 |
1844 | 2024-12-20T21:20:04.937Z | Compiling icu_locid_transform v1.5.0 |
1845 | 2024-12-20T21:20:07.497Z | Compiling rand v0.8.5 |
1846 | 2024-12-20T21:20:07.837Z | Compiling spki v0.7.3 |
1847 | 2024-12-20T21:20:08.378Z | Compiling dtrace-parser v0.2.0 |
1848 | 2024-12-20T21:20:08.512Z | Compiling salsa20 v0.10.2 |
1849 | 2024-12-20T21:20:09.167Z | Compiling icu_collections v1.5.0 |
1850 | 2024-12-20T21:20:10.388Z | Compiling pbkdf2 v0.12.2 |
1851 | 2024-12-20T21:20:11.931Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1852 | 2024-12-20T21:20:11.990Z | Compiling thread-id v4.2.2 |
1853 | 2024-12-20T21:20:12.200Z | Compiling icu_properties_data v1.5.0 |
1854 | 2024-12-20T21:20:12.756Z | Compiling num_threads v0.1.7 |
1855 | 2024-12-20T21:20:13.290Z | Compiling atomic-waker v1.1.2 |
1856 | 2024-12-20T21:20:13.396Z | Compiling time v0.3.36 |
1857 | 2024-12-20T21:20:13.492Z | Compiling icu_properties v1.5.1 |
1858 | 2024-12-20T21:20:18.506Z | Compiling scrypt v0.11.0 |
1859 | 2024-12-20T21:20:19.108Z | Compiling form_urlencoded v1.2.1 |
1860 | 2024-12-20T21:20:19.592Z | Compiling aes v0.8.4 |
1861 | 2024-12-20T21:20:19.694Z | Compiling cbc v0.1.2 |
1862 | 2024-12-20T21:20:19.972Z | Compiling http-body v1.0.1 |
1863 | 2024-12-20T21:20:20.313Z | Compiling multer v3.1.0 |
1864 | 2024-12-20T21:20:20.671Z | Compiling write16 v1.0.0 |
1865 | 2024-12-20T21:20:20.727Z | Compiling utf8_iter v1.0.4 |
1866 | 2024-12-20T21:20:21.115Z | Compiling utf16_iter v1.0.5 |
1867 | 2024-12-20T21:20:21.187Z | Compiling icu_normalizer_data v1.5.0 |
1868 | 2024-12-20T21:20:21.353Z | Compiling slog-async v2.8.0 |
1869 | 2024-12-20T21:20:21.447Z | Compiling try-lock v0.2.5 |
1870 | 2024-12-20T21:20:21.487Z | Compiling icu_normalizer v1.5.0 |
1871 | 2024-12-20T21:20:21.739Z | Compiling want v0.3.1 |
1872 | 2024-12-20T21:20:22.046Z | Compiling pkcs5 v0.7.1 |
1873 | 2024-12-20T21:20:25.595Z | Compiling h2 v0.4.6 |
1874 | 2024-12-20T21:20:27.183Z | Compiling heapless v0.7.17 |
1875 | 2024-12-20T21:20:27.509Z | Compiling zerocopy-derive v0.6.6 |
1876 | 2024-12-20T21:20:27.659Z | Compiling num-bigint-dig v0.8.4 |
1877 | 2024-12-20T21:20:28.045Z | Compiling base64 v0.22.1 |
1878 | 2024-12-20T21:20:28.222Z | Compiling anyhow v1.0.93 |
1879 | 2024-12-20T21:20:29.050Z | Compiling httpdate v1.0.3 |
1880 | 2024-12-20T21:20:29.304Z | Compiling signal-hook v0.3.17 |
1881 | 2024-12-20T21:20:30.570Z | Compiling pkcs8 v0.10.2 |
1882 | 2024-12-20T21:20:31.368Z | Compiling idna_adapter v1.2.0 |
1883 | 2024-12-20T21:20:31.867Z | Compiling usdt-macro v0.5.0 |
1884 | 2024-12-20T21:20:32.460Z | Compiling usdt-attr-macro v0.5.0 |
1885 | 2024-12-20T21:20:33.979Z | Compiling async-stream-impl v0.3.6 |
1886 | 2024-12-20T21:20:34.012Z | Compiling tower-service v0.3.3 |
1887 | 2024-12-20T21:20:34.146Z | Compiling rustversion v1.0.17 |
1888 | 2024-12-20T21:20:34.745Z | Compiling hyper v1.5.0 |
1889 | 2024-12-20T21:20:34.935Z | Compiling strsim v0.11.1 |
1890 | 2024-12-20T21:20:36.495Z | Compiling idna v1.0.3 |
1891 | 2024-12-20T21:20:37.924Z | Compiling hyper-util v0.1.10 |
1892 | 2024-12-20T21:20:44.058Z | Compiling curve25519-dalek v4.1.3 |
1893 | 2024-12-20T21:20:44.080Z | Compiling openapiv3 v2.0.0 |
1894 | 2024-12-20T21:20:44.458Z | Compiling serde_spanned v0.6.8 |
1895 | 2024-12-20T21:20:44.461Z | Compiling toml_datetime v0.6.8 |
1896 | 2024-12-20T21:20:44.756Z | Compiling enum-as-inner v0.6.1 |
1897 | 2024-12-20T21:20:45.300Z | Compiling dropshot v0.12.0 |
1898 | 2024-12-20T21:20:45.590Z | Compiling adler2 v2.0.0 |
1899 | 2024-12-20T21:20:45.666Z | Compiling foreign-types-shared v0.1.1 |
1900 | 2024-12-20T21:20:45.811Z | Compiling match_cfg v0.1.0 |
1901 | 2024-12-20T21:20:45.945Z | Compiling smoltcp v0.9.1 |
1902 | 2024-12-20T21:20:46.092Z | Compiling portable-atomic v1.9.0 |
1903 | 2024-12-20T21:20:46.730Z | Compiling heck v0.4.1 |
1904 | 2024-12-20T21:20:47.234Z | Compiling foreign-types v0.3.2 |
1905 | 2024-12-20T21:20:47.383Z | Compiling hostname v0.3.1 |
1906 | 2024-12-20T21:20:47.658Z | Compiling miniz_oxide v0.8.0 |
1907 | 2024-12-20T21:20:49.193Z | Compiling url v2.5.3 |
1908 | 2024-12-20T21:20:57.037Z | Compiling http-body-util v0.1.2 |
1909 | 2024-12-20T21:20:57.345Z | Compiling clap_derive v4.5.18 |
1910 | 2024-12-20T21:20:57.865Z | Compiling dirs-sys-next v0.1.2 |
1911 | 2024-12-20T21:20:58.426Z | Compiling encoding_rs v0.8.34 |
1912 | 2024-12-20T21:21:00.069Z | Compiling data-encoding v2.6.0 |
1913 | 2024-12-20T21:21:02.183Z | Compiling mime v0.3.17 |
1914 | 2024-12-20T21:21:02.761Z | Compiling siphasher v0.3.11 |
1915 | 2024-12-20T21:21:03.453Z | Compiling dirs-next v2.0.0 |
1916 | 2024-12-20T21:21:10.124Z | Compiling hubpack_derive v0.1.1 |
1917 | 2024-12-20T21:21:10.730Z | Compiling serde_urlencoded v0.7.1 |
1918 | 2024-12-20T21:21:11.043Z | Compiling crossbeam-epoch v0.9.18 |
1919 | 2024-12-20T21:21:11.422Z | Compiling hashbrown v0.14.5 |
1920 | 2024-12-20T21:21:11.843Z | Compiling rustls-pemfile v2.2.0 |
1921 | 2024-12-20T21:21:12.456Z | Compiling rustls-webpki v0.102.8 |
1922 | 2024-12-20T21:21:13.000Z | Compiling dropshot_endpoint v0.12.0 |
1923 | 2024-12-20T21:21:13.900Z | Compiling sha1 v0.10.6 |
1924 | 2024-12-20T21:21:14.188Z | Compiling signature v2.2.0 |
1925 | 2024-12-20T21:21:14.294Z | Compiling curve25519-dalek-derive v0.1.1 |
1926 | 2024-12-20T21:21:14.437Z | Compiling thread_local v1.1.8 |
1927 | 2024-12-20T21:21:14.491Z | Compiling fs-err v2.11.0 |
1928 | 2024-12-20T21:21:14.902Z | Compiling anstyle v1.0.10 |
1929 | 2024-12-20T21:21:15.332Z | Compiling openssl-probe v0.1.5 |
1930 | 2024-12-20T21:21:15.640Z | Compiling utf8parse v0.2.2 |
1931 | 2024-12-20T21:21:15.686Z | Compiling ipnet v2.10.1 |
1932 | 2024-12-20T21:21:17.044Z | Compiling winnow v0.6.20 |
1933 | 2024-12-20T21:21:17.227Z | Compiling unicode-properties v0.1.3 |
1934 | 2024-12-20T21:21:17.622Z | Compiling gimli v0.31.1 |
1935 | 2024-12-20T21:21:18.821Z | Compiling stringprep v0.1.5 |
1936 | 2024-12-20T21:21:19.863Z | Compiling anstyle-parse v0.2.5 |
1937 | 2024-12-20T21:21:20.837Z | Compiling toml_edit v0.22.22 |
1938 | 2024-12-20T21:21:21.607Z | Compiling regress v0.10.1 |
1939 | 2024-12-20T21:21:22.712Z | Compiling addr2line v0.24.2 |
1940 | 2024-12-20T21:21:23.382Z | Compiling crossbeam-deque v0.8.5 |
1941 | 2024-12-20T21:21:23.736Z | Compiling term v0.7.0 |
1942 | 2024-12-20T21:21:25.013Z | Compiling slog-json v2.6.1 |
1943 | 2024-12-20T21:21:26.160Z | Compiling crossbeam-channel v0.5.13 |
1944 | 2024-12-20T21:21:27.553Z | Compiling idna v0.4.0 |
1945 | 2024-12-20T21:21:27.640Z | Compiling idna v0.3.0 |
1946 | 2024-12-20T21:21:29.084Z | Compiling futures-executor v0.3.31 |
1947 | 2024-12-20T21:21:29.131Z | Compiling num-integer v0.1.46 |
1948 | 2024-12-20T21:21:29.153Z | Compiling md-5 v0.10.6 |
1949 | 2024-12-20T21:21:29.414Z | Compiling ff v0.13.0 |
1950 | 2024-12-20T21:21:29.561Z | Compiling hash32 v0.2.1 |
1951 | 2024-12-20T21:21:29.635Z | Compiling memmap v0.7.0 |
1952 | 2024-12-20T21:21:29.876Z | Compiling is-terminal v0.4.13 |
1953 | 2024-12-20T21:21:29.941Z | Compiling object v0.36.5 |
1954 | 2024-12-20T21:21:29.963Z | Compiling anstyle-query v1.1.1 |
1955 | 2024-12-20T21:21:30.013Z | Compiling is_terminal_polyfill v1.70.1 |
1956 | 2024-12-20T21:21:30.118Z | Compiling take_mut v0.2.2 |
1957 | 2024-12-20T21:21:30.147Z | Compiling psl-types v2.0.11 |
1958 | 2024-12-20T21:21:30.301Z | Compiling linked-hash-map v0.5.6 |
1959 | 2024-12-20T21:21:30.371Z | Compiling rustc-demangle v0.1.24 |
1960 | 2024-12-20T21:21:30.689Z | Compiling fallible-iterator v0.2.0 |
1961 | 2024-12-20T21:21:31.437Z | Compiling colorchoice v1.0.2 |
1962 | 2024-12-20T21:21:31.466Z | Compiling base16ct v0.2.0 |
1963 | 2024-12-20T21:21:31.607Z | Compiling quick-error v1.2.3 |
1964 | 2024-12-20T21:21:31.758Z | Compiling utf-8 v0.7.6 |
1965 | 2024-12-20T21:21:31.778Z | Compiling resolv-conf v0.7.0 |
1966 | 2024-12-20T21:21:31.920Z | Compiling sec1 v0.7.3 |
1967 | 2024-12-20T21:21:32.060Z | Compiling tungstenite v0.24.0 |
1968 | 2024-12-20T21:21:32.458Z | Compiling anstream v0.6.15 |
1969 | 2024-12-20T21:21:32.509Z | Compiling publicsuffix v2.2.3 |
1970 | 2024-12-20T21:21:32.772Z | Compiling postgres-protocol v0.6.7 |
1971 | 2024-12-20T21:21:33.139Z | Compiling lru-cache v0.1.2 |
1972 | 2024-12-20T21:21:33.947Z | Compiling slog-term v2.9.1 |
1973 | 2024-12-20T21:21:34.106Z | Compiling usdt v0.5.0 |
1974 | 2024-12-20T21:21:34.590Z | Compiling num-iter v0.1.45 |
1975 | 2024-12-20T21:21:34.670Z | Compiling group v0.13.0 |
1976 | 2024-12-20T21:21:34.787Z | Compiling futures v0.3.31 |
1977 | 2024-12-20T21:21:35.077Z | Compiling hickory-proto v0.24.1 |
1978 | 2024-12-20T21:21:35.853Z | Compiling tokio-rustls v0.26.0 |
1979 | 2024-12-20T21:21:37.113Z | Compiling typify-impl v0.2.0 |
1980 | 2024-12-20T21:21:37.142Z | Compiling slog-bunyan v2.5.0 |
1981 | 2024-12-20T21:21:37.255Z | Compiling tokio-rustls v0.25.0 |
1982 | 2024-12-20T21:21:37.344Z | Compiling toml v0.8.19 |
1983 | 2024-12-20T21:21:37.533Z | Compiling backtrace v0.3.74 |
1984 | 2024-12-20T21:21:37.701Z | Compiling tokio-native-tls v0.3.1 |
1985 | 2024-12-20T21:21:38.048Z | Compiling phf_shared v0.11.2 |
1986 | 2024-12-20T21:21:38.298Z | Compiling strum_macros v0.25.3 |
1987 | 2024-12-20T21:21:38.773Z | Compiling async-stream v0.3.6 |
1988 | 2024-12-20T21:21:39.081Z | Compiling waitgroup v0.1.2 |
1989 | 2024-12-20T21:21:39.259Z | Compiling webpki-roots v0.26.6 |
1990 | 2024-12-20T21:21:39.535Z | Compiling idna v0.5.0 |
1991 | 2024-12-20T21:21:40.362Z | Compiling terminal_size v0.4.0 |
1992 | 2024-12-20T21:21:40.590Z | Compiling serde_path_to_error v0.1.16 |
1993 | 2024-12-20T21:21:41.408Z | Compiling hkdf v0.12.4 |
1994 | 2024-12-20T21:21:41.598Z | Compiling crypto-bigint v0.5.5 |
1995 | 2024-12-20T21:21:41.649Z | Compiling serde_repr v0.1.19 |
1996 | 2024-12-20T21:21:41.861Z | Compiling derive-where v1.2.7 |
1997 | 2024-12-20T21:21:42.859Z | Compiling hostname v0.4.0 |
1998 | 2024-12-20T21:21:43.086Z | Compiling crc32fast v1.4.2 |
1999 | 2024-12-20T21:21:43.594Z | Compiling managed v0.8.0 |
2000 | 2024-12-20T21:21:43.753Z | Compiling debug-ignore v1.0.5 |
2001 | 2024-12-20T21:21:44.016Z | Compiling unicode-width v0.1.14 |
2002 | 2024-12-20T21:21:44.039Z | Compiling bitflags v1.3.2 |
2003 | 2024-12-20T21:21:44.293Z | Compiling clap_lex v0.7.2 |
2004 | 2024-12-20T21:21:44.744Z | Compiling winnow v0.5.40 |
2005 | 2024-12-20T21:21:45.064Z | Compiling elliptic-curve v0.13.8 |
2006 | 2024-12-20T21:21:45.220Z | Compiling clap_builder v4.5.21 |
2007 | 2024-12-20T21:21:45.835Z | Compiling console v0.15.8 |
2008 | 2024-12-20T21:21:48.542Z | Compiling toml_edit v0.19.15 |
2009 | 2024-12-20T21:21:48.825Z | Compiling flate2 v1.0.34 |
2010 | 2024-12-20T21:21:49.081Z | Compiling typify-macro v0.2.0 |
2011 | 2024-12-20T21:21:49.376Z | Compiling hickory-resolver v0.24.1 |
2012 | 2024-12-20T21:21:49.738Z | Compiling cookie_store v0.21.0 |
2013 | 2024-12-20T21:21:54.136Z | Compiling hyper-rustls v0.27.3 |
2014 | 2024-12-20T21:21:55.471Z | Compiling phf v0.11.2 |
2015 | 2024-12-20T21:21:55.527Z | Compiling hyper-tls v0.6.0 |
2016 | 2024-12-20T21:21:55.938Z | Compiling signal-hook-mio v0.2.4 |
2017 | 2024-12-20T21:21:56.109Z | Compiling rayon v1.10.0 |
2018 | 2024-12-20T21:21:56.183Z | Compiling bzip2 v0.4.4 |
2019 | 2024-12-20T21:21:56.588Z | Compiling postgres-types v0.2.8 |
2020 | 2024-12-20T21:21:56.817Z | Compiling tokio-tungstenite v0.24.0 |
2021 | 2024-12-20T21:21:56.986Z | Compiling ed25519 v2.2.3 |
2022 | 2024-12-20T21:21:57.378Z | Compiling hubpack v0.1.2 |
2023 | 2024-12-20T21:21:57.470Z | Compiling phf_shared v0.10.0 |
2024 | 2024-12-20T21:21:57.862Z | Compiling pkcs1 v0.7.5 |
2025 | 2024-12-20T21:21:58.061Z | Compiling zerocopy v0.6.6 |
2026 | 2024-12-20T21:21:58.106Z | Compiling tokio-stream v0.1.16 |
2027 | 2024-12-20T21:21:59.181Z | Compiling serde-big-array v0.5.1 |
2028 | 2024-12-20T21:21:59.202Z | Compiling rfc6979 v0.4.0 |
2029 | 2024-12-20T21:21:59.396Z | Compiling float-cmp v0.9.0 |
2030 | 2024-12-20T21:21:59.562Z | Compiling sync_wrapper v1.0.1 |
2031 | 2024-12-20T21:21:59.719Z | Compiling bstr v1.10.0 |
2032 | 2024-12-20T21:21:59.793Z | Compiling normalize-line-endings v0.3.0 |
2033 | 2024-12-20T21:21:59.922Z | Compiling precomputed-hash v0.1.1 |
2034 | 2024-12-20T21:21:59.946Z | Compiling unicode-width v0.2.0 |
2035 | 2024-12-20T21:22:00.279Z | Compiling predicates-core v1.0.8 |
2036 | 2024-12-20T21:22:00.591Z | Compiling whoami v1.5.2 |
2037 | 2024-12-20T21:22:00.893Z | Compiling new_debug_unreachable v1.0.6 |
2038 | 2024-12-20T21:22:00.931Z | Compiling static_assertions v1.1.0 |
2039 | 2024-12-20T21:22:01.002Z | Compiling number_prefix v0.4.0 |
2040 | 2024-12-20T21:22:01.191Z | Compiling bit-vec v0.6.3 |
2041 | 2024-12-20T21:22:01.239Z | Compiling fixedbitset v0.4.2 |
2042 | 2024-12-20T21:22:01.313Z | Compiling unicode-segmentation v1.12.0 |
2043 | 2024-12-20T21:22:01.662Z | Compiling difflib v0.4.0 |
2044 | 2024-12-20T21:22:01.685Z | Compiling bit-set v0.5.3 |
2045 | 2024-12-20T21:22:01.968Z | Compiling petgraph v0.6.5 |
2046 | 2024-12-20T21:22:02.182Z | Compiling predicates v3.1.2 |
2047 | 2024-12-20T21:22:02.933Z | Compiling similar v2.6.0 |
2048 | 2024-12-20T21:22:03.024Z | Compiling reqwest v0.12.9 |
2049 | 2024-12-20T21:22:03.702Z | Compiling indicatif v0.17.9 |
2050 | 2024-12-20T21:22:04.958Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2051 | 2024-12-20T21:22:05.940Z | Compiling string_cache v0.8.7 |
2052 | 2024-12-20T21:22:06.069Z | Compiling tokio-postgres v0.7.12 |
2053 | 2024-12-20T21:22:07.515Z | Compiling ecdsa v0.16.9 |
2054 | 2024-12-20T21:22:08.553Z | Compiling qorb v0.2.1 |
2055 | 2024-12-20T21:22:09.387Z | Compiling rsa v0.9.6 |
2056 | 2024-12-20T21:22:11.029Z | Compiling ed25519-dalek v2.1.1 |
2057 | 2024-12-20T21:22:11.588Z | Compiling zip v0.6.6 |
2058 | 2024-12-20T21:22:11.844Z | Compiling crossterm v0.28.1 |
2059 | 2024-12-20T21:22:12.282Z | Compiling toml v0.7.8 |
2060 | 2024-12-20T21:22:12.499Z | Compiling clap v4.5.21 |
2061 | 2024-12-20T21:22:14.766Z | Compiling x509-cert v0.2.5 |
2062 | 2024-12-20T21:22:15.569Z | Compiling hex v0.4.3 |
2063 | 2024-12-20T21:22:19.127Z | Compiling peg-runtime v0.8.3 |
2064 | 2024-12-20T21:22:19.448Z | Compiling lalrpop-util v0.19.12 |
2065 | 2024-12-20T21:22:19.672Z | Compiling unicode-xid v0.2.6 |
2066 | 2024-12-20T21:22:20.219Z | Compiling radium v0.7.0 |
2067 | 2024-12-20T21:22:20.726Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2068 | 2024-12-20T21:22:37.461Z | Compiling tap v1.0.1 |
2069 | 2024-12-20T21:22:38.659Z | Compiling ident_case v1.0.1 |
2070 | 2024-12-20T21:22:38.848Z | Compiling maybe-uninit v2.0.0 |
2071 | 2024-12-20T21:22:38.970Z | Compiling darling_core v0.20.10 |
2072 | 2024-12-20T21:22:40.266Z | Compiling wyz v0.5.1 |
2073 | 2024-12-20T21:22:49.255Z | Compiling typify v0.2.0 |
2074 | 2024-12-20T21:22:53.569Z | Compiling funty v2.0.0 |
2075 | 2024-12-20T21:22:54.262Z | Compiling packed_struct v0.10.1 |
2076 | 2024-12-20T21:22:54.674Z | Compiling unsafe-libyaml v0.2.11 |
2077 | 2024-12-20T21:22:54.765Z | Compiling bitvec v1.0.1 |
2078 | 2024-12-20T21:22:56.043Z | Compiling serde_yaml v0.9.34+deprecated |
2079 | 2024-12-20T21:22:59.739Z | Compiling progenitor-impl v0.8.0 |
2080 | 2024-12-20T21:23:00.593Z | Compiling darling_macro v0.20.10 |
2081 | 2024-12-20T21:23:02.231Z | Compiling packed_struct_codegen v0.10.1 |
2082 | 2024-12-20T21:23:04.739Z | Compiling structmeta-derive v0.3.0 |
2083 | 2024-12-20T21:23:04.947Z | Compiling indexmap v1.9.3 |
2084 | 2024-12-20T21:23:05.387Z | Compiling newtype-uuid v1.1.3 |
2085 | 2024-12-20T21:23:05.681Z | Compiling crc-catalog v2.4.0 |
2086 | 2024-12-20T21:23:05.850Z | Compiling nodrop v0.1.14 |
2087 | 2024-12-20T21:23:05.874Z | Compiling fastrand v2.1.1 |
2088 | 2024-12-20T21:23:06.544Z | Compiling tempfile v3.13.0 |
2089 | 2024-12-20T21:23:06.636Z | Compiling progenitor-macro v0.8.0 |
2090 | 2024-12-20T21:23:07.355Z | Compiling structmeta v0.3.0 |
2091 | 2024-12-20T21:23:08.275Z | Compiling array-init v0.0.4 |
2092 | 2024-12-20T21:23:08.662Z | Compiling crc v3.2.1 |
2093 | 2024-12-20T21:23:13.985Z | Compiling smallvec v0.6.14 |
2094 | 2024-12-20T21:23:15.365Z | Compiling darling v0.20.10 |
2095 | 2024-12-20T21:23:21.028Z | Compiling progenitor-client v0.8.0 |
2096 | 2024-12-20T21:23:23.560Z | Compiling pin-project-internal v1.1.6 |
2097 | 2024-12-20T21:23:23.748Z | Compiling dropshot v0.13.0 |
2098 | 2024-12-20T21:23:23.984Z | Compiling bitfield v0.14.0 |
2099 | 2024-12-20T21:23:24.420Z | Compiling base64 v0.21.7 |
2100 | 2024-12-20T21:23:24.624Z | Compiling hashbrown v0.12.3 |
2101 | 2024-12-20T21:23:25.355Z | Compiling termcolor v1.4.1 |
2102 | 2024-12-20T21:23:26.282Z | Compiling same-file v1.0.6 |
2103 | 2024-12-20T21:23:34.442Z | Compiling walkdir v2.5.0 |
2104 | 2024-12-20T21:23:35.084Z | Compiling pin-project v1.1.6 |
2105 | 2024-12-20T21:23:36.586Z | Compiling env_logger v0.10.2 |
2106 | 2024-12-20T21:23:37.571Z | Compiling ron v0.8.1 |
2107 | 2024-12-20T21:23:38.352Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2108 | 2024-12-20T21:23:44.471Z | Compiling progenitor v0.8.0 |
2109 | 2024-12-20T21:23:44.779Z | Compiling serde_with_macros v3.11.0 |
2110 | 2024-12-20T21:23:45.104Z | Compiling serde-hex v0.1.0 |
2111 | 2024-12-20T21:23:45.494Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2112 | 2024-12-20T21:23:45.715Z | Compiling parse-display-derive v0.10.0 |
2113 | 2024-12-20T21:23:47.410Z | Compiling strum_macros v0.26.4 |
2114 | 2024-12-20T21:23:49.115Z | Compiling snafu-derive v0.8.5 |
2115 | 2024-12-20T21:23:49.707Z | Compiling hashbrown v0.13.2 |
2116 | 2024-12-20T21:23:50.339Z | Compiling ipnetwork v0.20.0 |
2117 | 2024-12-20T21:23:51.140Z | Compiling xattr v1.3.1 |
2118 | 2024-12-20T21:23:51.484Z | Compiling dropshot_endpoint v0.13.0 |
2119 | 2024-12-20T21:23:51.834Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2120 | 2024-12-20T21:23:52.605Z | Compiling ring v0.16.20 |
2121 | 2024-12-20T21:23:52.737Z | Compiling blake3 v1.5.4 |
2122 | 2024-12-20T21:23:53.357Z | Compiling filetime v0.2.25 |
2123 | 2024-12-20T21:23:53.573Z | Compiling instant v0.1.13 |
2124 | 2024-12-20T21:23:53.719Z | Compiling buf-list v1.0.3 |
2125 | 2024-12-20T21:23:53.752Z | Compiling lockfree-object-pool v0.1.6 |
2126 | 2024-12-20T21:23:53.873Z | Compiling bumpalo v3.16.0 |
2127 | 2024-12-20T21:23:54.077Z | Compiling simd-adler32 v0.3.7 |
2128 | 2024-12-20T21:23:54.245Z | Compiling crc-any v2.5.0 |
2129 | 2024-12-20T21:23:54.755Z | Compiling zip v2.1.3 |
2130 | 2024-12-20T21:23:54.969Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2131 | 2024-12-20T21:23:55.110Z | Compiling zopfli v0.8.1 |
2132 | 2024-12-20T21:23:55.187Z | Compiling snafu v0.8.5 |
2133 | 2024-12-20T21:23:55.231Z | Compiling backoff v0.4.0 |
2134 | 2024-12-20T21:23:55.651Z | Compiling tar v0.4.42 |
2135 | 2024-12-20T21:23:57.173Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2136 | 2024-12-20T21:23:57.418Z | Compiling strum v0.26.3 |
2137 | 2024-12-20T21:23:57.640Z | Compiling object v0.30.4 |
2138 | 2024-12-20T21:23:59.332Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2139 | 2024-12-20T21:24:01.292Z | Compiling parse-display v0.10.0 |
2140 | 2024-12-20T21:24:01.553Z | Compiling serde_with v3.11.0 |
2141 | 2024-12-20T21:24:03.078Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2142 | 2024-12-20T21:24:03.302Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2143 | 2024-12-20T21:24:03.896Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2144 | 2024-12-20T21:24:04.586Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2145 | 2024-12-20T21:24:04.606Z | Compiling camino-tempfile v1.1.1 |
2146 | 2024-12-20T21:24:05.320Z | Compiling globset v0.4.15 |
2147 | 2024-12-20T21:24:05.878Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2148 | 2024-12-20T21:24:06.077Z | Compiling regress v0.9.1 |
2149 | 2024-12-20T21:24:09.990Z | Compiling pem v3.0.4 |
2150 | 2024-12-20T21:24:10.812Z | Compiling olpc-cjson v0.1.4 |
2151 | 2024-12-20T21:24:11.170Z | Compiling serde_plain v1.0.2 |
2152 | 2024-12-20T21:24:11.441Z | Compiling macaddr v1.0.1 |
2153 | 2024-12-20T21:24:11.702Z | Compiling async-recursion v1.1.1 |
2154 | 2024-12-20T21:24:12.002Z | Compiling memmap2 v0.9.5 |
2155 | 2024-12-20T21:24:12.088Z | Compiling constant_time_eq v0.3.1 |
2156 | 2024-12-20T21:24:12.275Z | Compiling typed-path v0.9.3 |
2157 | 2024-12-20T21:24:12.609Z | Compiling path-slash v0.1.5 |
2158 | 2024-12-20T21:24:12.629Z | Compiling spin v0.5.2 |
2159 | 2024-12-20T21:24:12.857Z | Compiling arrayref v0.3.9 |
2160 | 2024-12-20T21:24:12.900Z | Compiling arrayvec v0.7.6 |
2161 | 2024-12-20T21:24:13.013Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2162 | 2024-12-20T21:24:13.185Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2163 | 2024-12-20T21:24:16.203Z | Compiling tough v0.19.0 |
2164 | 2024-12-20T21:24:19.537Z | Compiling itertools v0.13.0 |
2165 | 2024-12-20T21:24:19.732Z | Compiling cargo-platform v0.1.8 |
2166 | 2024-12-20T21:24:20.244Z | Compiling topological-sort v0.2.2 |
2167 | 2024-12-20T21:24:20.530Z | Compiling parse-size v1.1.0 |
2168 | 2024-12-20T21:24:20.838Z | Compiling omicron-zone-package v0.11.1 |
2169 | 2024-12-20T21:24:20.856Z | Compiling cargo_metadata v0.18.1 |
2170 | 2024-12-20T21:24:23.246Z | Compiling shell-words v1.1.0 |
2171 | 2024-12-20T21:24:26.541Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2172 | 2024-12-20T21:24:40.173Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2173 | 2024-12-20T21:24:55.376Z | Finished `release` profile [optimized] target(s) in 5m 52s |
2174 | 2024-12-20T21:24:55.540Z | Running `target/release/omicron-releng --output-dir /work` |
2175 | 2024-12-20T21:24:55.589Z | Dec 20 21:24:54.863 DEBG changing working directory to /work/oxidecomputer/omicron |
2176 | 2024-12-20T21:24:55.691Z | Dec 20 21:24:54.967 DEBG running: git rev-parse HEAD |
2177 | 2024-12-20T21:24:55.699Z | Dec 20 21:24:54.974 DEBG process exited with exit status: 0 (6.764009ms) |
2178 | 2024-12-20T21:24:55.699Z | Dec 20 21:24:54.974 INFO version: 12.0.0-0.ci+gitf0c692d7aa8 |
2179 | 2024-12-20T21:24:55.738Z | Dec 20 21:24:55.015 INFO cloning helios to /work/oxidecomputer/helios |
2180 | 2024-12-20T21:24:55.738Z | Dec 20 21:24:55.015 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2181 | 2024-12-20T21:24:55.744Z | Cloning into '/work/oxidecomputer/helios'... |
2182 | 2024-12-20T21:24:56.268Z | Dec 20 21:24:55.545 DEBG process exited with exit status: 0 (529.977485ms) |
2183 | 2024-12-20T21:24:56.269Z | Dec 20 21:24:55.545 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2184 | 2024-12-20T21:24:56.277Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2185 | 2024-12-20T21:24:56.277Z | # branch.head master |
2186 | 2024-12-20T21:24:56.277Z | # branch.upstream origin/master |
2187 | 2024-12-20T21:24:56.277Z | # branch.ab +0 -0 |
2188 | 2024-12-20T21:24:56.280Z | Dec 20 21:24:55.553 DEBG process exited with exit status: 0 (8.038041ms) |
2189 | 2024-12-20T21:24:56.280Z | Dec 20 21:24:55.553 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2190 | 2024-12-20T21:24:57.139Z | Dec 20 21:24:56.415 DEBG process exited with exit status: 0 (861.50479ms) |
2191 | 2024-12-20T21:24:57.139Z | Dec 20 21:24:56.415 DEBG running: zfs list rpool/images/build/host |
2192 | 2024-12-20T21:24:57.148Z | NAME USED AVAIL REFER MOUNTPOINT |
2193 | 2024-12-20T21:24:57.148Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2194 | 2024-12-20T21:24:57.151Z | Dec 20 21:24:56.425 DEBG process exited with exit status: 0 (10.646441ms) |
2195 | 2024-12-20T21:24:57.151Z | Dec 20 21:24:56.426 DEBG running: zfs list rpool/images/build/recovery |
2196 | 2024-12-20T21:24:57.159Z | NAME USED AVAIL REFER MOUNTPOINT |
2197 | 2024-12-20T21:24:57.159Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2198 | 2024-12-20T21:24:57.162Z | Dec 20 21:24:56.436 DEBG process exited with exit status: 0 (10.50909ms) |
2199 | 2024-12-20T21:24:57.162Z | Dec 20 21:24:56.437 INFO [hubris-staging] running task |
2200 | 2024-12-20T21:24:57.162Z | Dec 20 21:24:56.437 INFO [hubris-production] running task |
2201 | 2024-12-20T21:24:57.162Z | Dec 20 21:24:56.438 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2202 | 2024-12-20T21:24:57.165Z | Dec 20 21:24:56.442 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2203 | 2024-12-20T21:24:57.249Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2204 | 2024-12-20T21:24:57.658Z | [ omicron-package] Blocking waiting for file lock on package cache |
2205 | 2024-12-20T21:24:58.313Z | [ omicron-package] Blocking waiting for file lock on package cache |
2206 | 2024-12-20T21:24:58.581Z | [ omicron-package] Blocking waiting for file lock on package cache |
2207 | 2024-12-20T21:24:58.909Z | Dec 20 21:24:58.185 INFO [hubris-production] task succeeded (1.747483835s) |
2208 | 2024-12-20T21:24:59.449Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2209 | 2024-12-20T21:24:59.452Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2210 | 2024-12-20T21:24:59.453Z | [ omicron-package] Compiling itertools v0.13.0 |
2211 | 2024-12-20T21:24:59.453Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2212 | 2024-12-20T21:24:59.453Z | [ omicron-package] Compiling heapless v0.8.0 |
2213 | 2024-12-20T21:24:59.453Z | [ omicron-package] Compiling hash32 v0.3.1 |
2214 | 2024-12-20T21:24:59.453Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2215 | 2024-12-20T21:24:59.453Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2216 | 2024-12-20T21:25:00.802Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2217 | 2024-12-20T21:25:00.929Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2218 | 2024-12-20T21:25:01.295Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2219 | 2024-12-20T21:25:01.377Z | [ omicron-package] Compiling cobs v0.2.3 |
2220 | 2024-12-20T21:25:02.061Z | [ omicron-package] Compiling postcard v1.0.10 |
2221 | 2024-12-20T21:25:02.454Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2222 | 2024-12-20T21:25:02.542Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2223 | 2024-12-20T21:25:02.698Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2224 | 2024-12-20T21:25:03.429Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2225 | 2024-12-20T21:25:03.553Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2226 | 2024-12-20T21:25:04.475Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2227 | 2024-12-20T21:25:04.816Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2228 | 2024-12-20T21:25:04.899Z | [ omicron-package] Compiling num_enum v0.5.11 |
2229 | 2024-12-20T21:25:05.341Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2230 | 2024-12-20T21:25:05.583Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2231 | 2024-12-20T21:25:05.978Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2232 | 2024-12-20T21:25:05.978Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2233 | 2024-12-20T21:25:06.215Z | [ omicron-package] Compiling thiserror v2.0.3 |
2234 | 2024-12-20T21:25:06.321Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2235 | 2024-12-20T21:25:06.483Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2236 | 2024-12-20T21:25:06.590Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2237 | 2024-12-20T21:25:06.744Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2238 | 2024-12-20T21:25:07.206Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2239 | 2024-12-20T21:25:07.611Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2240 | 2024-12-20T21:25:07.745Z | [ omicron-package] Compiling colored v2.1.0 |
2241 | 2024-12-20T21:25:07.957Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2242 | 2024-12-20T21:25:09.140Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2243 | 2024-12-20T21:25:09.339Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2244 | 2024-12-20T21:25:10.307Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2245 | 2024-12-20T21:25:10.767Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2246 | 2024-12-20T21:25:11.117Z | [ omicron-package] Compiling num-derive v0.4.2 |
2247 | 2024-12-20T21:25:11.155Z | Dec 20 21:25:10.430 INFO [hubris-staging] task succeeded (13.993139833s) |
2248 | 2024-12-20T21:25:11.480Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2249 | 2024-12-20T21:25:12.328Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2250 | 2024-12-20T21:25:12.499Z | [ omicron-package] Compiling zone v0.3.0 |
2251 | 2024-12-20T21:25:13.527Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2252 | 2024-12-20T21:25:13.785Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2253 | 2024-12-20T21:25:14.146Z | [ omicron-package] Compiling smf v0.2.3 |
2254 | 2024-12-20T21:25:14.448Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2255 | 2024-12-20T21:25:14.898Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2256 | 2024-12-20T21:25:15.197Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2257 | 2024-12-20T21:25:17.502Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2258 | 2024-12-20T21:25:17.532Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2259 | 2024-12-20T21:25:17.808Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2260 | 2024-12-20T21:25:17.858Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2261 | 2024-12-20T21:25:17.935Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2262 | 2024-12-20T21:25:18.137Z | [ omicron-package] Compiling gethostname v0.5.0 |
2263 | 2024-12-20T21:25:18.236Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2264 | 2024-12-20T21:25:19.095Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2265 | 2024-12-20T21:25:21.188Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2266 | 2024-12-20T21:25:22.633Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2267 | 2024-12-20T21:25:24.074Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2268 | 2024-12-20T21:25:26.931Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2269 | 2024-12-20T21:25:27.574Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2270 | 2024-12-20T21:25:29.278Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2271 | 2024-12-20T21:25:38.932Z | [ helios-setup] Dec 20 21:25:38.204 INFO helios repository root is: /work/oxidecomputer/helios |
2272 | 2024-12-20T21:25:38.934Z | [ helios-setup] Dec 20 21:25:38.207 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 |
2273 | 2024-12-20T21:25:38.934Z | [ helios-setup] Dec 20 21:25:38.207 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2274 | 2024-12-20T21:25:38.938Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2275 | 2024-12-20T21:25:39.723Z | [ helios-setup] Dec 20 21:25:38.994 INFO clone ok!, project: image-builder |
2276 | 2024-12-20T21:25:39.726Z | [ helios-setup] Dec 20 21:25:38.994 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 |
2277 | 2024-12-20T21:25:39.726Z | [ helios-setup] Dec 20 21:25:38.994 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2278 | 2024-12-20T21:25:39.729Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2279 | 2024-12-20T21:25:40.315Z | [ helios-setup] Dec 20 21:25:39.587 INFO clone ok!, project: bootserver |
2280 | 2024-12-20T21:25:40.317Z | [ helios-setup] Dec 20 21:25:39.587 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2281 | 2024-12-20T21:25:40.317Z | [ helios-setup] Dec 20 21:25:39.587 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 |
2282 | 2024-12-20T21:25:40.317Z | [ helios-setup] Dec 20 21:25:39.587 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 |
2283 | 2024-12-20T21:25:40.320Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2284 | 2024-12-20T21:25:41.318Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2285 | 2024-12-20T21:25:41.327Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2286 | 2024-12-20T21:25:47.236Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2287 | 2024-12-20T21:25:47.246Z | [ helios-setup] Dec 20 21:25:46.518 INFO clone ok!, project: amd-host-image-builder |
2288 | 2024-12-20T21:25:47.249Z | [ helios-setup] Dec 20 21:25:46.518 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2289 | 2024-12-20T21:25:47.249Z | [ helios-setup] Dec 20 21:25:46.518 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 |
2290 | 2024-12-20T21:25:47.249Z | [ helios-setup] Dec 20 21:25:46.518 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2291 | 2024-12-20T21:25:47.251Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2292 | 2024-12-20T21:25:47.722Z | [ helios-setup] Dec 20 21:25:46.994 INFO clone ok!, project: pinprick |
2293 | 2024-12-20T21:25:47.728Z | [ helios-setup] Dec 20 21:25:46.994 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 |
2294 | 2024-12-20T21:25:47.728Z | [ helios-setup] Dec 20 21:25:46.994 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2295 | 2024-12-20T21:25:47.728Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2296 | 2024-12-20T21:25:48.078Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 50.90s |
2297 | 2024-12-20T21:25:48.215Z | [ helios-setup] Dec 20 21:25:47.487 INFO clone ok!, project: phbl |
2298 | 2024-12-20T21:25:48.218Z | [ helios-setup] Dec 20 21:25:47.487 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2299 | 2024-12-20T21:25:48.218Z | [ helios-setup] Dec 20 21:25:47.487 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 |
2300 | 2024-12-20T21:25:48.218Z | [ helios-setup] Dec 20 21:25:47.487 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2301 | 2024-12-20T21:25:48.220Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2302 | 2024-12-20T21:25:48.338Z | [ omicron-package] |
2303 | 2024-12-20T21:25:48.338Z | [ omicron-package] real 51.124686356 |
2304 | 2024-12-20T21:25:48.341Z | [ omicron-package] user 2:56.298024054 |
2305 | 2024-12-20T21:25:48.341Z | [ omicron-package] sys 26.111908768 |
2306 | 2024-12-20T21:25:48.341Z | [ omicron-package] trap 0.271516432 |
2307 | 2024-12-20T21:25:48.341Z | [ omicron-package] tflt 0.395628209 |
2308 | 2024-12-20T21:25:48.341Z | [ omicron-package] dflt 0.794046933 |
2309 | 2024-12-20T21:25:48.341Z | [ omicron-package] kflt 0.000197852 |
2310 | 2024-12-20T21:25:48.341Z | [ omicron-package] lock 6:10.156322768 |
2311 | 2024-12-20T21:25:48.341Z | [ omicron-package] slp 10:05.230513664 |
2312 | 2024-12-20T21:25:48.341Z | Dec 20 21:25:47.609 INFO [omicron-package] process exited with exit status: 0 (51.171417658s)[ omicron-package] lat 1:36.126249777 |
2313 | 2024-12-20T21:25:48.341Z | |
2314 | 2024-12-20T21:25:48.341Z | [ omicron-package] stop 1:04.195138671 |
2315 | 2024-12-20T21:25:48.341Z | Dec 20 21:25:47.610 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled |
2316 | 2024-12-20T21:25:48.405Z | Dec 20 21:25:47.676 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2317 | 2024-12-20T21:25:48.417Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2318 | 2024-12-20T21:25:48.420Z | [ host-target] Created new build target 'host' and set it as active |
2319 | 2024-12-20T21:25:48.420Z | Dec 20 21:25:47.691 INFO [host-target] process exited with exit status: 0 (81.367596ms) |
2320 | 2024-12-20T21:25:48.420Z | Dec 20 21:25:47.691 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2321 | 2024-12-20T21:25:48.425Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2322 | 2024-12-20T21:25:48.428Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2323 | 2024-12-20T21:25:48.428Z | Dec 20 21:25:47.699 INFO [recovery-target] process exited with exit status: 0 (22.102739ms) |
2324 | 2024-12-20T21:25:48.434Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2325 | 2024-12-20T21:25:49.067Z | [ helios-setup] Dec 20 21:25:48.339 INFO clone ok!, project: chelsio-t6-roms |
2326 | 2024-12-20T21:25:49.070Z | [ helios-setup] Dec 20 21:25:48.339 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 |
2327 | 2024-12-20T21:25:49.070Z | [ helios-setup] Dec 20 21:25:48.339 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2328 | 2024-12-20T21:25:49.073Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2329 | 2024-12-20T21:25:49.594Z | [ host-package] Compiling convert_case v0.4.0 |
2330 | 2024-12-20T21:25:49.594Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2331 | 2024-12-20T21:25:49.599Z | [ host-package] Compiling newline-converter v0.3.0 |
2332 | 2024-12-20T21:25:49.599Z | [ host-package] Compiling password-hash v0.5.0 |
2333 | 2024-12-20T21:25:49.599Z | [ host-package] Compiling progenitor-client v0.8.0 |
2334 | 2024-12-20T21:25:49.599Z | [ host-package] Compiling blake2 v0.10.6 |
2335 | 2024-12-20T21:25:49.599Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2336 | 2024-12-20T21:25:49.600Z | [ host-package] Compiling atomicwrites v0.4.4 |
2337 | 2024-12-20T21:25:49.882Z | [ helios-setup] Dec 20 21:25:49.154 INFO clone ok!, project: pilot |
2338 | 2024-12-20T21:25:49.885Z | [ helios-setup] Dec 20 21:25:49.154 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 |
2339 | 2024-12-20T21:25:49.885Z | [ helios-setup] Dec 20 21:25:49.154 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2340 | 2024-12-20T21:25:49.888Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2341 | 2024-12-20T21:25:49.997Z | [ host-package] Compiling expectorate v1.1.0 |
2342 | 2024-12-20T21:25:50.060Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2343 | 2024-12-20T21:25:50.196Z | [ host-package] Compiling owo-colors v4.1.0 |
2344 | 2024-12-20T21:25:50.261Z | [ host-package] Compiling num-rational v0.4.2 |
2345 | 2024-12-20T21:25:50.370Z | [ host-package] Compiling argon2 v0.5.3 |
2346 | 2024-12-20T21:25:50.418Z | [ host-package] Compiling progenitor v0.8.0 |
2347 | 2024-12-20T21:25:50.437Z | [ host-package] Compiling derive_more v0.99.18 |
2348 | 2024-12-20T21:25:50.554Z | [ host-package] Compiling num-complex v0.4.6 |
2349 | 2024-12-20T21:25:50.964Z | [ host-package] Compiling libsw v3.3.1 |
2350 | 2024-12-20T21:25:51.336Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2351 | 2024-12-20T21:25:51.407Z | [ host-package] Compiling linear-map v1.2.0 |
2352 | 2024-12-20T21:25:51.884Z | [ host-package] Compiling num v0.4.3 |
2353 | 2024-12-20T21:25:51.953Z | [ host-package] Compiling indent_write v2.2.0 |
2354 | 2024-12-20T21:25:51.976Z | [ host-package] Compiling float-ord v0.3.2 |
2355 | 2024-12-20T21:25:51.976Z | [ host-package] Compiling swrite v0.1.0 |
2356 | 2024-12-20T21:25:52.018Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2357 | 2024-12-20T21:25:52.139Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2358 | 2024-12-20T21:25:52.173Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2359 | 2024-12-20T21:25:52.220Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2360 | 2024-12-20T21:25:52.842Z | [ host-package] Compiling highway v1.2.0 |
2361 | 2024-12-20T21:25:52.855Z | [ host-package] Compiling semver v0.1.20 |
2362 | 2024-12-20T21:25:53.470Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2363 | 2024-12-20T21:25:53.870Z | [ host-package] Compiling rustc_version v0.1.7 |
2364 | 2024-12-20T21:25:54.290Z | [ host-package] Compiling tungstenite v0.21.0 |
2365 | 2024-12-20T21:25:54.317Z | [ host-package] Compiling newtype_derive v0.1.6 |
2366 | 2024-12-20T21:25:54.669Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2367 | 2024-12-20T21:25:55.174Z | [ host-package] Compiling dropshot v0.13.0 |
2368 | 2024-12-20T21:25:55.255Z | [ host-package] Compiling ipnetwork v0.20.0 |
2369 | 2024-12-20T21:25:56.070Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2370 | 2024-12-20T21:25:56.790Z | [ host-package] Compiling instant v0.1.13 |
2371 | 2024-12-20T21:25:56.987Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2372 | 2024-12-20T21:25:57.458Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2373 | 2024-12-20T21:25:58.765Z | [ helios-setup] Dec 20 21:25:58.035 INFO clone ok!, project: amd-firmware |
2374 | 2024-12-20T21:25:58.768Z | [ helios-setup] Dec 20 21:25:58.036 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2375 | 2024-12-20T21:25:59.567Z | [ helios-setup] Dec 20 21:25:58.838 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2376 | 2024-12-20T21:25:59.735Z | [ host-package] Compiling humantime v2.1.0 |
2377 | 2024-12-20T21:26:00.154Z | [ helios-setup] Dec 20 21:25:59.424 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2378 | 2024-12-20T21:26:00.157Z | [ helios-setup] Dec 20 21:25:59.424 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2379 | 2024-12-20T21:26:00.564Z | [ host-package] Compiling backoff v0.4.0 |
2380 | 2024-12-20T21:26:00.704Z | [ helios-setup] Dec 20 21:25:59.974 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2381 | 2024-12-20T21:26:00.817Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2382 | 2024-12-20T21:26:01.254Z | [ helios-setup] Dec 20 21:26:00.524 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2383 | 2024-12-20T21:26:01.254Z | [ helios-setup] Dec 20 21:26:00.524 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2384 | 2024-12-20T21:26:01.839Z | [ helios-setup] Dec 20 21:26:01.109 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2385 | 2024-12-20T21:26:01.941Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2386 | 2024-12-20T21:26:01.944Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2387 | 2024-12-20T21:26:02.157Z | [ host-package] Compiling parse-display v0.10.0 |
2388 | 2024-12-20T21:26:02.360Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2389 | 2024-12-20T21:26:02.385Z | [ helios-setup] Dec 20 21:26:01.655 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2390 | 2024-12-20T21:26:02.388Z | [ helios-setup] Dec 20 21:26:01.656 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2391 | 2024-12-20T21:26:02.388Z | [ helios-setup] Dec 20 21:26:01.656 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2392 | 2024-12-20T21:26:02.388Z | [ helios-setup] Dec 20 21:26:01.656 INFO ok! |
2393 | 2024-12-20T21:26:02.388Z | [ helios-setup] Dec 20 21:26:01.656 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2394 | 2024-12-20T21:26:02.388Z | [ helios-setup] Dec 20 21:26:01.656 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2395 | 2024-12-20T21:26:02.388Z | [ helios-setup] Dec 20 21:26:01.656 INFO ok! |
2396 | 2024-12-20T21:26:02.388Z | [ helios-setup] Dec 20 21:26:01.656 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2397 | 2024-12-20T21:26:02.388Z | [ helios-setup] Dec 20 21:26:01.656 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2398 | 2024-12-20T21:26:02.388Z | [ helios-setup] Dec 20 21:26:01.656 INFO ok! |
2399 | 2024-12-20T21:26:02.388Z | [ helios-setup] Dec 20 21:26:01.656 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2400 | 2024-12-20T21:26:02.388Z | [ helios-setup] Dec 20 21:26:01.656 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2401 | 2024-12-20T21:26:02.691Z | [ helios-setup] Dec 20 21:26:01.961 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2402 | 2024-12-20T21:26:02.738Z | [ host-package] Compiling strum v0.26.3 |
2403 | 2024-12-20T21:26:02.860Z | [ host-package] Compiling serde_with v3.11.0 |
2404 | 2024-12-20T21:26:02.957Z | [ host-package] Compiling regress v0.9.1 |
2405 | 2024-12-20T21:26:03.239Z | [ helios-setup] Dec 20 21:26:02.510 INFO E| From https://github.com/jclulow/rust-jmclib |
2406 | 2024-12-20T21:26:03.239Z | [ helios-setup] Dec 20 21:26:02.510 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2407 | 2024-12-20T21:26:03.322Z | [ helios-setup] Dec 20 21:26:02.592 INFO E| Updating crates.io index |
2408 | 2024-12-20T21:26:03.420Z | [ helios-setup] Dec 20 21:26:02.691 INFO E| Downloading crates ... |
2409 | 2024-12-20T21:26:03.569Z | [ helios-setup] Dec 20 21:26:02.838 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2410 | 2024-12-20T21:26:03.572Z | [ helios-setup] Dec 20 21:26:02.840 INFO E| Downloaded block-buffer v0.9.0 |
2411 | 2024-12-20T21:26:03.572Z | [ helios-setup] Dec 20 21:26:02.841 INFO E| Downloaded anyhow v1.0.72 |
2412 | 2024-12-20T21:26:03.575Z | [ helios-setup] Dec 20 21:26:02.846 INFO E| Downloaded getrandom v0.2.10 |
2413 | 2024-12-20T21:26:03.579Z | [ helios-setup] Dec 20 21:26:02.850 INFO E| Downloaded itoa v1.0.9 |
2414 | 2024-12-20T21:26:03.582Z | [ helios-setup] Dec 20 21:26:02.851 INFO E| Downloaded sha-1 v0.9.8 |
2415 | 2024-12-20T21:26:03.585Z | [ helios-setup] Dec 20 21:26:02.854 INFO E| Downloaded walkdir v2.3.3 |
2416 | 2024-12-20T21:26:03.614Z | [ helios-setup] Dec 20 21:26:02.884 INFO E| Downloaded md-5 v0.9.1 |
2417 | 2024-12-20T21:26:03.616Z | [ helios-setup] Dec 20 21:26:02.886 INFO E| Downloaded once_cell v1.18.0 |
2418 | 2024-12-20T21:26:03.620Z | [ helios-setup] Dec 20 21:26:02.890 INFO E| Downloaded digest v0.9.0 |
2419 | 2024-12-20T21:26:03.623Z | [ helios-setup] Dec 20 21:26:02.892 INFO E| Downloaded fastrand v2.0.0 |
2420 | 2024-12-20T21:26:03.625Z | [ helios-setup] Dec 20 21:26:02.894 INFO E| Downloaded toml v0.5.11 |
2421 | 2024-12-20T21:26:03.629Z | [ helios-setup] Dec 20 21:26:02.897 INFO E| Downloaded uuid v0.8.2 |
2422 | 2024-12-20T21:26:03.632Z | [ helios-setup] Dec 20 21:26:02.902 INFO E| Downloaded errno v0.3.1 |
2423 | 2024-12-20T21:26:03.634Z | [ helios-setup] Dec 20 21:26:02.904 INFO E| Downloaded opaque-debug v0.3.0 |
2424 | 2024-12-20T21:26:03.637Z | [ helios-setup] Dec 20 21:26:02.906 INFO E| Downloaded cpufeatures v0.2.9 |
2425 | 2024-12-20T21:26:03.639Z | [ helios-setup] Dec 20 21:26:02.907 INFO E| Downloaded quote v1.0.31 |
2426 | 2024-12-20T21:26:03.648Z | [ helios-setup] Dec 20 21:26:02.911 INFO E| Downloaded unicode-ident v1.0.11 |
2427 | 2024-12-20T21:26:03.648Z | [ helios-setup] Dec 20 21:26:02.916 INFO E| Downloaded unicode-width v0.1.10 |
2428 | 2024-12-20T21:26:03.648Z | [ helios-setup] Dec 20 21:26:02.918 INFO E| Downloaded ryu v1.0.15 |
2429 | 2024-12-20T21:26:03.666Z | [ helios-setup] Dec 20 21:26:02.923 INFO E| Downloaded tempfile v3.7.0 |
2430 | 2024-12-20T21:26:03.666Z | [ helios-setup] Dec 20 21:26:02.926 INFO E| Downloaded serde_derive v1.0.193 |
2431 | 2024-12-20T21:26:03.668Z | [ helios-setup] Dec 20 21:26:02.930 INFO E| Downloaded serde v1.0.193 |
2432 | 2024-12-20T21:26:03.668Z | [ helios-setup] Dec 20 21:26:02.935 INFO E| Downloaded bitflags v2.3.3 |
2433 | 2024-12-20T21:26:03.688Z | [ helios-setup] Dec 20 21:26:02.940 INFO E| Downloaded typenum v1.16.0 |
2434 | 2024-12-20T21:26:03.688Z | [ helios-setup] Dec 20 21:26:02.943 INFO E| Downloaded proc-macro2 v1.0.66 |
2435 | 2024-12-20T21:26:03.707Z | [ helios-setup] Dec 20 21:26:02.977 INFO E| Downloaded serde_json v1.0.103 |
2436 | 2024-12-20T21:26:03.749Z | [ helios-setup] Dec 20 21:26:03.019 INFO E| Downloaded syn v2.0.32 |
2437 | 2024-12-20T21:26:03.766Z | [ helios-setup] Dec 20 21:26:03.035 INFO E| Downloaded rustix v0.38.4 |
2438 | 2024-12-20T21:26:03.856Z | [ helios-setup] Dec 20 21:26:03.126 INFO E| Downloaded libc v0.2.147 |
2439 | 2024-12-20T21:26:03.980Z | [ helios-setup] Dec 20 21:26:03.250 INFO E| Compiling libc v0.2.147 |
2440 | 2024-12-20T21:26:03.987Z | [ helios-setup] Dec 20 21:26:03.250 INFO E| Compiling proc-macro2 v1.0.66 |
2441 | 2024-12-20T21:26:03.987Z | [ helios-setup] Dec 20 21:26:03.250 INFO E| Compiling unicode-ident v1.0.11 |
2442 | 2024-12-20T21:26:03.987Z | [ helios-setup] Dec 20 21:26:03.251 INFO E| Compiling cfg-if v1.0.0 |
2443 | 2024-12-20T21:26:03.987Z | [ helios-setup] Dec 20 21:26:03.251 INFO E| Compiling typenum v1.16.0 |
2444 | 2024-12-20T21:26:03.987Z | [ helios-setup] Dec 20 21:26:03.251 INFO E| Compiling version_check v0.9.4 |
2445 | 2024-12-20T21:26:03.987Z | [ helios-setup] Dec 20 21:26:03.251 INFO E| Compiling serde v1.0.193 |
2446 | 2024-12-20T21:26:03.987Z | [ helios-setup] Dec 20 21:26:03.251 INFO E| Compiling num-conv v0.1.0 |
2447 | 2024-12-20T21:26:04.522Z | [ helios-setup] Dec 20 21:26:03.792 INFO E| Compiling powerfmt v0.2.0 |
2448 | 2024-12-20T21:26:04.772Z | [ helios-setup] Dec 20 21:26:04.042 INFO E| Compiling itoa v1.0.9 |
2449 | 2024-12-20T21:26:05.232Z | [ helios-setup] Dec 20 21:26:04.502 INFO E| Compiling time-core v0.1.2 |
2450 | 2024-12-20T21:26:05.336Z | [ helios-setup] Dec 20 21:26:04.604 INFO E| Compiling slog v2.7.0 |
2451 | 2024-12-20T21:26:05.367Z | [ helios-setup] Dec 20 21:26:04.636 INFO E| Compiling rustix v0.38.4 |
2452 | 2024-12-20T21:26:05.481Z | [ helios-setup] Dec 20 21:26:04.751 INFO E| Compiling deranged v0.3.11 |
2453 | 2024-12-20T21:26:05.586Z | [ helios-setup] Dec 20 21:26:04.855 INFO E| Compiling time-macros v0.2.18 |
2454 | 2024-12-20T21:26:05.646Z | [ helios-setup] Dec 20 21:26:04.915 INFO E| Compiling generic-array v0.14.7 |
2455 | 2024-12-20T21:26:06.350Z | [ helios-setup] Dec 20 21:26:05.614 INFO E| Compiling bitflags v2.3.3 |
2456 | 2024-12-20T21:26:06.579Z | [ helios-setup] Dec 20 21:26:05.849 INFO E| Compiling num_threads v0.1.6 |
2457 | 2024-12-20T21:26:06.881Z | [ helios-setup] Dec 20 21:26:06.150 INFO E| Compiling quote v1.0.31 |
2458 | 2024-12-20T21:26:07.289Z | [ helios-setup] Dec 20 21:26:06.559 INFO E| Compiling once_cell v1.18.0 |
2459 | 2024-12-20T21:26:08.225Z | [ helios-setup] Dec 20 21:26:07.495 INFO E| Compiling syn v2.0.32 |
2460 | 2024-12-20T21:26:08.379Z | [ helios-setup] Dec 20 21:26:07.649 INFO E| Compiling dirs-sys-next v0.1.2 |
2461 | 2024-12-20T21:26:08.415Z | [ helios-setup] Dec 20 21:26:07.685 INFO E| Compiling errno v0.3.1 |
2462 | 2024-12-20T21:26:08.575Z | [ helios-setup] Dec 20 21:26:07.845 INFO E| Compiling thread_local v1.1.7 |
2463 | 2024-12-20T21:26:09.003Z | [ helios-setup] Dec 20 21:26:08.272 INFO E| Compiling dirs-next v2.0.0 |
2464 | 2024-12-20T21:26:09.237Z | [ helios-setup] Dec 20 21:26:08.507 INFO E| Compiling term v0.7.0 |
2465 | 2024-12-20T21:26:09.580Z | [ helios-setup] Dec 20 21:26:08.849 INFO E| Compiling atty v0.2.14 |
2466 | 2024-12-20T21:26:09.792Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2467 | 2024-12-20T21:26:09.808Z | [ helios-setup] Dec 20 21:26:09.076 INFO E| Compiling anyhow v1.0.72 |
2468 | 2024-12-20T21:26:09.840Z | [ helios-setup] Dec 20 21:26:09.110 INFO E| Compiling opaque-debug v0.3.0 |
2469 | 2024-12-20T21:26:09.859Z | [ helios-setup] Dec 20 21:26:09.128 INFO E| Compiling serde_json v1.0.103 |
2470 | 2024-12-20T21:26:09.925Z | [ helios-setup] Dec 20 21:26:09.194 INFO E| Compiling fastrand v2.0.0 |
2471 | 2024-12-20T21:26:11.023Z | [ helios-setup] Dec 20 21:26:10.292 INFO E| Compiling block-buffer v0.9.0 |
2472 | 2024-12-20T21:26:11.034Z | [ helios-setup] Dec 20 21:26:10.303 INFO E| Compiling digest v0.9.0 |
2473 | 2024-12-20T21:26:11.296Z | [ helios-setup] Dec 20 21:26:10.565 INFO E| Compiling getrandom v0.2.10 |
2474 | 2024-12-20T21:26:11.317Z | [ helios-setup] Dec 20 21:26:10.586 INFO E| Compiling unicode-width v0.1.10 |
2475 | 2024-12-20T21:26:11.349Z | [ helios-setup] Dec 20 21:26:10.618 INFO E| Compiling time v0.3.36 |
2476 | 2024-12-20T21:26:11.421Z | [ helios-setup] Dec 20 21:26:10.689 INFO E| Compiling cpufeatures v0.2.9 |
2477 | 2024-12-20T21:26:11.510Z | [ helios-setup] Dec 20 21:26:10.779 INFO E| Compiling same-file v1.0.6 |
2478 | 2024-12-20T21:26:11.513Z | [ host-package] Compiling macaddr v1.0.1 |
2479 | 2024-12-20T21:26:11.621Z | [ helios-setup] Dec 20 21:26:10.890 INFO E| Compiling ryu v1.0.15 |
2480 | 2024-12-20T21:26:11.965Z | [ helios-setup] Dec 20 21:26:11.234 INFO E| Compiling walkdir v2.3.3 |
2481 | 2024-12-20T21:26:12.249Z | [ helios-setup] Dec 20 21:26:11.518 INFO E| Compiling tempfile v3.7.0 |
2482 | 2024-12-20T21:26:12.393Z | [ helios-setup] Dec 20 21:26:11.662 INFO E| Compiling getopts v0.2.21 |
2483 | 2024-12-20T21:26:12.675Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2484 | 2024-12-20T21:26:12.771Z | [ helios-setup] Dec 20 21:26:12.040 INFO E| Compiling sha-1 v0.9.8 |
2485 | 2024-12-20T21:26:13.402Z | [ helios-setup] Dec 20 21:26:12.670 INFO E| Compiling md-5 v0.9.1 |
2486 | 2024-12-20T21:26:13.562Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2487 | 2024-12-20T21:26:13.652Z | [ helios-setup] Dec 20 21:26:12.922 INFO E| Compiling libdevinfo-sys v1.0.0 |
2488 | 2024-12-20T21:26:13.698Z | [ host-package] Compiling steno v0.4.1 |
2489 | 2024-12-20T21:26:13.835Z | [ helios-setup] Dec 20 21:26:13.105 INFO E| Compiling glob v0.3.1 |
2490 | 2024-12-20T21:26:13.946Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2491 | 2024-12-20T21:26:15.181Z | [ helios-setup] Dec 20 21:26:14.450 INFO E| Compiling slog-term v2.9.0 |
2492 | 2024-12-20T21:26:15.882Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2493 | 2024-12-20T21:26:17.359Z | [ host-package] Compiling prettyplease v0.2.25 |
2494 | 2024-12-20T21:26:17.394Z | [ helios-setup] Dec 20 21:26:16.663 INFO E| Compiling serde_derive v1.0.193 |
2495 | 2024-12-20T21:26:17.939Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2496 | 2024-12-20T21:26:19.091Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2497 | 2024-12-20T21:26:19.849Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2498 | 2024-12-20T21:26:21.399Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2499 | 2024-12-20T21:26:22.782Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2500 | 2024-12-20T21:26:25.216Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2501 | 2024-12-20T21:26:31.313Z | [ helios-setup] Dec 20 21:26:30.580 INFO E| Compiling toml v0.5.11 |
2502 | 2024-12-20T21:26:31.313Z | [ helios-setup] Dec 20 21:26:30.580 INFO E| Compiling uuid v0.8.2 |
2503 | 2024-12-20T21:26:33.416Z | [ helios-setup] Dec 20 21:26:32.684 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2504 | 2024-12-20T21:26:36.992Z | [ helios-setup] Dec 20 21:26:36.259 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2505 | 2024-12-20T21:26:37.094Z | [ host-package] Compiling half v2.4.1 |
2506 | 2024-12-20T21:26:37.368Z | [ host-package] Compiling ciborium-io v0.2.2 |
2507 | 2024-12-20T21:26:37.586Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2508 | 2024-12-20T21:26:37.912Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2509 | 2024-12-20T21:26:38.584Z | [ host-package] Compiling ciborium v0.2.2 |
2510 | 2024-12-20T21:26:40.333Z | [ host-package] Compiling display-error-chain v0.2.2 |
2511 | 2024-12-20T21:26:40.597Z | [ host-package] Compiling same-file v1.0.6 |
2512 | 2024-12-20T21:26:40.881Z | [ host-package] Compiling fastrand v2.1.1 |
2513 | 2024-12-20T21:26:41.054Z | [ host-package] Compiling walkdir v2.5.0 |
2514 | 2024-12-20T21:26:41.655Z | [ host-package] Compiling tempfile v3.13.0 |
2515 | 2024-12-20T21:26:41.868Z | [ host-package] Compiling ring v0.16.20 |
2516 | 2024-12-20T21:26:42.534Z | [ host-package] Compiling blake3 v1.5.4 |
2517 | 2024-12-20T21:26:43.340Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2518 | 2024-12-20T21:26:43.665Z | [ host-package] Compiling xattr v1.3.1 |
2519 | 2024-12-20T21:26:44.022Z | [ host-package] Compiling filetime v0.2.25 |
2520 | 2024-12-20T21:26:44.465Z | [ host-package] Compiling memmap2 v0.9.5 |
2521 | 2024-12-20T21:26:44.523Z | [ host-package] Compiling arrayref v0.3.9 |
2522 | 2024-12-20T21:26:44.643Z | [ host-package] Compiling arrayvec v0.7.6 |
2523 | 2024-12-20T21:26:44.683Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2524 | 2024-12-20T21:26:44.770Z | [ host-package] Compiling spin v0.5.2 |
2525 | 2024-12-20T21:26:44.979Z | [ host-package] Compiling keccak v0.1.5 |
2526 | 2024-12-20T21:26:45.120Z | [ host-package] Compiling tar v0.4.42 |
2527 | 2024-12-20T21:26:45.174Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2528 | 2024-12-20T21:26:45.295Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2529 | 2024-12-20T21:26:45.775Z | [ host-package] Compiling sha3 v0.10.8 |
2530 | 2024-12-20T21:26:46.211Z | [ host-package] Compiling toolchain_find v0.4.0 |
2531 | 2024-12-20T21:26:46.544Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2532 | 2024-12-20T21:26:46.887Z | [ host-package] Compiling maplit v1.0.2 |
2533 | 2024-12-20T21:26:46.974Z | [ host-package] Compiling crunchy v0.2.2 |
2534 | 2024-12-20T21:26:47.232Z | [ host-package] Compiling topological-sort v0.2.2 |
2535 | 2024-12-20T21:26:47.521Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2536 | 2024-12-20T21:26:47.597Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2537 | 2024-12-20T21:26:48.031Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2538 | 2024-12-20T21:26:48.035Z | [ host-package] Compiling phf_generator v0.11.2 |
2539 | 2024-12-20T21:26:48.184Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2540 | 2024-12-20T21:26:48.348Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2541 | 2024-12-20T21:26:48.821Z | [ host-package] Compiling const_format v0.2.33 |
2542 | 2024-12-20T21:26:49.379Z | [ helios-setup] Dec 20 21:26:48.645 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.89s |
2543 | 2024-12-20T21:26:49.410Z | [ helios-setup] Dec 20 21:26:48.675 INFO building project "image-builder" ok (47 seconds) |
2544 | 2024-12-20T21:26:49.410Z | [ helios-setup] Dec 20 21:26:48.675 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2545 | 2024-12-20T21:26:49.412Z | [ helios-setup] Dec 20 21:26:48.676 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2546 | 2024-12-20T21:26:49.664Z | [ host-package] Compiling secrecy v0.8.0 |
2547 | 2024-12-20T21:26:49.694Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2548 | 2024-12-20T21:26:49.727Z | [ helios-setup] Dec 20 21:26:48.993 INFO E| Downloading crates ... |
2549 | 2024-12-20T21:26:49.745Z | [ host-package] Compiling arc-swap v1.7.1 |
2550 | 2024-12-20T21:26:49.837Z | [ helios-setup] Dec 20 21:26:49.103 INFO E| Downloaded digest v0.10.3 |
2551 | 2024-12-20T21:26:49.873Z | [ helios-setup] Dec 20 21:26:49.138 INFO E| Downloaded generic-array v0.14.6 |
2552 | 2024-12-20T21:26:49.875Z | [ helios-setup] Dec 20 21:26:49.141 INFO E| Downloaded typenum v1.15.0 |
2553 | 2024-12-20T21:26:49.879Z | [ helios-setup] Dec 20 21:26:49.145 INFO E| Downloaded flate2 v1.0.25 |
2554 | 2024-12-20T21:26:49.885Z | [ helios-setup] Dec 20 21:26:49.151 INFO E| Downloaded sha2 v0.10.5 |
2555 | 2024-12-20T21:26:49.889Z | [ helios-setup] Dec 20 21:26:49.154 INFO E| Downloaded cpufeatures v0.2.5 |
2556 | 2024-12-20T21:26:49.892Z | [ helios-setup] Dec 20 21:26:49.156 INFO E| Downloaded bytes v1.2.1 |
2557 | 2024-12-20T21:26:49.896Z | [ helios-setup] Dec 20 21:26:49.162 INFO E| Downloaded anyhow v1.0.62 |
2558 | 2024-12-20T21:26:49.901Z | [ helios-setup] Dec 20 21:26:49.167 INFO E| Downloaded miniz_oxide v0.6.2 |
2559 | 2024-12-20T21:26:49.905Z | [ helios-setup] Dec 20 21:26:49.171 INFO E| Downloaded block-buffer v0.10.3 |
2560 | 2024-12-20T21:26:49.968Z | [ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling typenum v1.15.0 |
2561 | 2024-12-20T21:26:49.968Z | [ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling version_check v0.9.4 |
2562 | 2024-12-20T21:26:49.983Z | [ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling crc32fast v1.3.2 |
2563 | 2024-12-20T21:26:49.983Z | [ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling cfg-if v1.0.0 |
2564 | 2024-12-20T21:26:49.983Z | [ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling anyhow v1.0.62 |
2565 | 2024-12-20T21:26:49.983Z | [ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling adler v1.0.2 |
2566 | 2024-12-20T21:26:49.983Z | [ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling unicode-width v0.1.10 |
2567 | 2024-12-20T21:26:49.984Z | [ helios-setup] Dec 20 21:26:49.234 INFO E| Compiling cpufeatures v0.2.5 |
2568 | 2024-12-20T21:26:50.089Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2569 | 2024-12-20T21:26:50.155Z | [ host-package] Compiling diesel_derives v2.2.3 |
2570 | 2024-12-20T21:26:50.241Z | [ host-package] Compiling slog-scope v4.4.0 |
2571 | 2024-12-20T21:26:50.501Z | [ helios-setup] Dec 20 21:26:49.766 INFO E| Compiling bytes v1.2.1 |
2572 | 2024-12-20T21:26:50.501Z | [ helios-setup] Dec 20 21:26:49.766 INFO E| Compiling bitflags v1.3.2 |
2573 | 2024-12-20T21:26:50.534Z | [ host-package] Compiling r2d2 v0.8.10 |
2574 | 2024-12-20T21:26:50.583Z | [ host-package] Compiling phf_codegen v0.11.2 |
2575 | 2024-12-20T21:26:50.623Z | [ helios-setup] Dec 20 21:26:49.889 INFO E| Compiling miniz_oxide v0.6.2 |
2576 | 2024-12-20T21:26:50.975Z | [ helios-setup] Dec 20 21:26:50.241 INFO E| Compiling getopts v0.2.21 |
2577 | 2024-12-20T21:26:51.398Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2578 | 2024-12-20T21:26:51.531Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2579 | 2024-12-20T21:26:51.769Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2580 | 2024-12-20T21:26:51.886Z | [ helios-setup] Dec 20 21:26:51.152 INFO E| Compiling generic-array v0.14.6 |
2581 | 2024-12-20T21:26:52.097Z | [ helios-setup] Dec 20 21:26:51.363 INFO E| Compiling flate2 v1.0.25 |
2582 | 2024-12-20T21:26:52.199Z | [ host-package] Compiling universal-hash v0.5.1 |
2583 | 2024-12-20T21:26:52.481Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2584 | 2024-12-20T21:26:52.909Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2585 | 2024-12-20T21:26:53.198Z | [ host-package] Compiling ena v0.14.3 |
2586 | 2024-12-20T21:26:54.071Z | [ host-package] Compiling regex-syntax v0.6.29 |
2587 | 2024-12-20T21:26:55.258Z | [ host-package] Compiling opaque-debug v0.3.1 |
2588 | 2024-12-20T21:26:55.401Z | [ host-package] Compiling diff v0.1.13 |
2589 | 2024-12-20T21:26:55.611Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2590 | 2024-12-20T21:26:55.836Z | [ helios-setup] Dec 20 21:26:55.101 INFO E| Compiling block-buffer v0.10.3 |
2591 | 2024-12-20T21:26:55.836Z | [ helios-setup] Dec 20 21:26:55.101 INFO E| Compiling crypto-common v0.1.6 |
2592 | 2024-12-20T21:26:56.019Z | [ helios-setup] Dec 20 21:26:55.284 INFO E| Compiling digest v0.10.3 |
2593 | 2024-12-20T21:26:56.214Z | [ host-package] Compiling poly1305 v0.8.0 |
2594 | 2024-12-20T21:26:56.339Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2595 | 2024-12-20T21:26:56.398Z | [ helios-setup] Dec 20 21:26:55.663 INFO E| Compiling sha2 v0.10.5 |
2596 | 2024-12-20T21:26:56.635Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2597 | 2024-12-20T21:26:56.910Z | [ helios-setup] Dec 20 21:26:56.175 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2598 | 2024-12-20T21:26:58.087Z | [ host-package] Compiling lalrpop v0.19.12 |
2599 | 2024-12-20T21:26:58.178Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2600 | 2024-12-20T21:27:00.403Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2601 | 2024-12-20T21:27:00.610Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2602 | 2024-12-20T21:27:01.417Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2603 | 2024-12-20T21:27:02.014Z | [ host-package] Compiling chacha20 v0.9.1 |
2604 | 2024-12-20T21:27:02.079Z | [ helios-setup] Dec 20 21:27:01.344 INFO E| Finished `release` profile [optimized] target(s) in 12.57s |
2605 | 2024-12-20T21:27:02.095Z | [ helios-setup] Dec 20 21:27:01.360 INFO building project "bootserver" ok (12 seconds) |
2606 | 2024-12-20T21:27:02.095Z | [ helios-setup] Dec 20 21:27:01.360 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2607 | 2024-12-20T21:27:02.095Z | [ helios-setup] Dec 20 21:27:01.360 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2608 | 2024-12-20T21:27:02.105Z | [ helios-setup] Dec 20 21:27:01.370 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2609 | 2024-12-20T21:27:02.299Z | [ helios-setup] Dec 20 21:27:01.563 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2610 | 2024-12-20T21:27:02.299Z | [ helios-setup] Dec 20 21:27:01.564 INFO E| info: downloading component 'cargo' |
2611 | 2024-12-20T21:27:02.420Z | [ host-package] Compiling aead v0.5.2 |
2612 | 2024-12-20T21:27:02.544Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2613 | 2024-12-20T21:27:02.826Z | [ host-package] Compiling ref-cast v1.0.23 |
2614 | 2024-12-20T21:27:03.194Z | [ host-package] Compiling vte v0.11.1 |
2615 | 2024-12-20T21:27:03.237Z | [ helios-setup] Dec 20 21:27:02.502 INFO E| info: downloading component 'clippy' |
2616 | 2024-12-20T21:27:03.417Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2617 | 2024-12-20T21:27:03.533Z | [ helios-setup] Dec 20 21:27:02.798 INFO E| info: downloading component 'rust-docs' |
2618 | 2024-12-20T21:27:03.713Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2619 | 2024-12-20T21:27:04.738Z | [ host-package] Compiling chrono-tz v0.10.0 |
2620 | 2024-12-20T21:27:05.214Z | [ helios-setup] Dec 20 21:27:04.478 INFO E| info: downloading component 'rust-src' |
2621 | 2024-12-20T21:27:05.350Z | [ host-package] Compiling diesel v2.2.6 |
2622 | 2024-12-20T21:27:05.421Z | [ helios-setup] Dec 20 21:27:04.684 INFO E| info: downloading component 'rust-std' |
2623 | 2024-12-20T21:27:05.439Z | [ host-package] Compiling vsss-rs v3.3.4 |
2624 | 2024-12-20T21:27:06.501Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2625 | 2024-12-20T21:27:06.827Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2626 | 2024-12-20T21:27:07.725Z | [ helios-setup] Dec 20 21:27:06.989 INFO E| info: downloading component 'rustc' |
2627 | 2024-12-20T21:27:09.031Z | [ host-package] Compiling headers-core v0.3.0 |
2628 | 2024-12-20T21:27:09.226Z | [ host-package] Compiling fxhash v0.2.1 |
2629 | 2024-12-20T21:27:09.473Z | [ host-package] Compiling libxml v0.3.3 |
2630 | 2024-12-20T21:27:09.856Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2631 | 2024-12-20T21:27:10.233Z | [ host-package] Compiling bytecount v0.6.8 |
2632 | 2024-12-20T21:27:10.572Z | [ host-package] Compiling papergrid v0.11.0 |
2633 | 2024-12-20T21:27:12.874Z | [ helios-setup] Dec 20 21:27:12.138 INFO E| info: downloading component 'rustfmt' |
2634 | 2024-12-20T21:27:13.134Z | [ helios-setup] Dec 20 21:27:12.397 INFO E| info: installing component 'cargo' |
2635 | 2024-12-20T21:27:14.398Z | [ helios-setup] Dec 20 21:27:13.662 INFO E| info: installing component 'clippy' |
2636 | 2024-12-20T21:27:14.864Z | [ helios-setup] Dec 20 21:27:14.128 INFO E| info: installing component 'rust-docs' |
2637 | 2024-12-20T21:27:21.133Z | [ helios-setup] Dec 20 21:27:20.396 INFO E| info: installing component 'rust-src' |
2638 | 2024-12-20T21:27:21.807Z | [ helios-setup] Dec 20 21:27:21.069 INFO E| info: installing component 'rust-std' |
2639 | 2024-12-20T21:27:24.266Z | [ helios-setup] Dec 20 21:27:23.529 INFO E| info: installing component 'rustc' |
2640 | 2024-12-20T21:27:26.261Z | [ host-package] Compiling headers v0.4.0 |
2641 | 2024-12-20T21:27:28.094Z | [ host-package] Compiling polar-core v0.27.3 |
2642 | 2024-12-20T21:27:29.676Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2643 | 2024-12-20T21:27:30.519Z | [ helios-setup] Dec 20 21:27:29.781 INFO E| info: installing component 'rustfmt' |
2644 | 2024-12-20T21:27:30.560Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2645 | 2024-12-20T21:27:31.363Z | [ helios-setup] Dec 20 21:27:30.625 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2646 | 2024-12-20T21:27:31.441Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2647 | 2024-12-20T21:27:31.690Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2648 | 2024-12-20T21:27:31.969Z | [ host-package] Compiling tabled_derive v0.7.0 |
2649 | 2024-12-20T21:27:32.000Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2650 | 2024-12-20T21:27:32.086Z | [ helios-setup] Dec 20 21:27:31.348 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2651 | 2024-12-20T21:27:32.092Z | [ helios-setup] Dec 20 21:27:31.348 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2652 | 2024-12-20T21:27:32.092Z | [ helios-setup] Dec 20 21:27:31.348 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2653 | 2024-12-20T21:27:32.120Z | [ helios-setup] Dec 20 21:27:31.381 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2654 | 2024-12-20T21:27:32.120Z | [ helios-setup] Dec 20 21:27:31.381 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2655 | 2024-12-20T21:27:32.123Z | [ helios-setup] Dec 20 21:27:31.381 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2656 | 2024-12-20T21:27:32.123Z | [ helios-setup] Dec 20 21:27:31.382 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2657 | 2024-12-20T21:27:32.123Z | [ helios-setup] Dec 20 21:27:31.382 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2658 | 2024-12-20T21:27:32.123Z | [ helios-setup] Dec 20 21:27:31.382 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2659 | 2024-12-20T21:27:32.123Z | [ helios-setup] Dec 20 21:27:31.382 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2660 | 2024-12-20T21:27:32.123Z | [ helios-setup] Dec 20 21:27:31.382 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2661 | 2024-12-20T21:27:32.123Z | [ helios-setup] Dec 20 21:27:31.383 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2662 | 2024-12-20T21:27:32.123Z | [ helios-setup] Dec 20 21:27:31.383 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2663 | 2024-12-20T21:27:32.123Z | [ helios-setup] Dec 20 21:27:31.383 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2664 | 2024-12-20T21:27:32.157Z | [ helios-setup] Dec 20 21:27:31.419 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2665 | 2024-12-20T21:27:33.040Z | [ helios-setup] Dec 20 21:27:32.302 INFO E| From https://github.com/oxidecomputer/amd-efs |
2666 | 2024-12-20T21:27:33.040Z | [ helios-setup] Dec 20 21:27:32.302 INFO E| * [new branch] empty -> origin/empty |
2667 | 2024-12-20T21:27:33.040Z | [ helios-setup] Dec 20 21:27:32.302 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2668 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.302 INFO E| * [new branch] main -> origin/main |
2669 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.302 INFO E| * [new branch] review -> origin/review |
2670 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.302 INFO E| * [new ref] -> origin/HEAD |
2671 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.303 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2672 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.303 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2673 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.303 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2674 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.303 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2675 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.303 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2676 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.303 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2677 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2678 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2679 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2680 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2681 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2682 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2683 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.304 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2684 | 2024-12-20T21:27:33.043Z | [ helios-setup] Dec 20 21:27:32.305 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2685 | 2024-12-20T21:27:33.066Z | [ helios-setup] Dec 20 21:27:32.328 INFO E| Updating crates.io index |
2686 | 2024-12-20T21:27:33.223Z | [ helios-setup] Dec 20 21:27:32.485 INFO E| Downloading crates ... |
2687 | 2024-12-20T21:27:33.371Z | [ helios-setup] Dec 20 21:27:32.633 INFO E| Downloaded ansi_term v0.12.1 |
2688 | 2024-12-20T21:27:33.374Z | [ helios-setup] Dec 20 21:27:32.636 INFO E| Downloaded fletcher v0.1.0 |
2689 | 2024-12-20T21:27:33.377Z | [ helios-setup] Dec 20 21:27:32.638 INFO E| Downloaded cfg-if v0.1.10 |
2690 | 2024-12-20T21:27:33.387Z | [ helios-setup] Dec 20 21:27:32.649 INFO E| Downloaded unic-char-range v0.9.0 |
2691 | 2024-12-20T21:27:33.410Z | [ helios-setup] Dec 20 21:27:32.652 INFO E| Downloaded scroll_derive v0.10.5 |
2692 | 2024-12-20T21:27:33.416Z | [ helios-setup] Dec 20 21:27:32.667 INFO E| Downloaded unic-ucd-version v0.9.0 |
2693 | 2024-12-20T21:27:33.416Z | [ helios-setup] Dec 20 21:27:32.669 INFO E| Downloaded strum v0.23.0 |
2694 | 2024-12-20T21:27:33.416Z | [ helios-setup] Dec 20 21:27:32.670 INFO E| Downloaded proc-macro-crate v0.1.5 |
2695 | 2024-12-20T21:27:33.416Z | [ helios-setup] Dec 20 21:27:32.671 INFO E| Downloaded pest_generator v2.7.13 |
2696 | 2024-12-20T21:27:33.417Z | [ helios-setup] Dec 20 21:27:32.673 INFO E| Downloaded parse_int v0.6.0 |
2697 | 2024-12-20T21:27:33.417Z | [ helios-setup] Dec 20 21:27:32.674 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2698 | 2024-12-20T21:27:33.417Z | [ helios-setup] Dec 20 21:27:32.676 INFO E| Downloaded semver v0.9.0 |
2699 | 2024-12-20T21:27:33.417Z | [ helios-setup] Dec 20 21:27:32.678 INFO E| Downloaded vec_map v0.8.2 |
2700 | 2024-12-20T21:27:33.419Z | [ helios-setup] Dec 20 21:27:32.679 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2701 | 2024-12-20T21:27:33.419Z | [ helios-setup] Dec 20 21:27:32.682 INFO E| Downloaded strum_macros v0.23.1 |
2702 | 2024-12-20T21:27:33.422Z | [ helios-setup] Dec 20 21:27:32.685 INFO E| Downloaded unic-common v0.9.0 |
2703 | 2024-12-20T21:27:33.426Z | [ helios-setup] Dec 20 21:27:32.686 INFO E| Downloaded unic-char-property v0.9.0 |
2704 | 2024-12-20T21:27:33.426Z | [ helios-setup] Dec 20 21:27:32.687 INFO E| Downloaded thiserror-impl v1.0.64 |
2705 | 2024-12-20T21:27:33.429Z | [ helios-setup] Dec 20 21:27:32.689 INFO E| Downloaded thiserror v1.0.64 |
2706 | 2024-12-20T21:27:33.435Z | [ helios-setup] Dec 20 21:27:32.697 INFO E| Downloaded semver-parser v0.7.0 |
2707 | 2024-12-20T21:27:33.439Z | [ helios-setup] Dec 20 21:27:32.699 INFO E| Downloaded textwrap v0.11.0 |
2708 | 2024-12-20T21:27:33.442Z | [ helios-setup] Dec 20 21:27:32.702 INFO E| Downloaded structopt v0.3.26 |
2709 | 2024-12-20T21:27:33.451Z | [ helios-setup] Dec 20 21:27:32.713 INFO E| Downloaded serde_derive v1.0.210 |
2710 | 2024-12-20T21:27:33.455Z | [ helios-setup] Dec 20 21:27:32.717 INFO E| Downloaded proc-macro2 v1.0.86 |
2711 | 2024-12-20T21:27:33.459Z | [ helios-setup] Dec 20 21:27:32.721 INFO E| Downloaded pest_meta v2.7.13 |
2712 | 2024-12-20T21:27:33.462Z | [ helios-setup] Dec 20 21:27:32.724 INFO E| Downloaded modular-bitfield v0.11.2 |
2713 | 2024-12-20T21:27:33.480Z | [ helios-setup] Dec 20 21:27:32.742 INFO E| Downloaded serde v1.0.210 |
2714 | 2024-12-20T21:27:33.485Z | [ helios-setup] Dec 20 21:27:32.747 INFO E| Downloaded scroll v0.10.2 |
2715 | 2024-12-20T21:27:33.488Z | [ helios-setup] Dec 20 21:27:32.750 INFO E| Downloaded serde_json v1.0.128 |
2716 | 2024-12-20T21:27:33.499Z | [ helios-setup] Dec 20 21:27:32.761 INFO E| Downloaded goblin v0.4.3 |
2717 | 2024-12-20T21:27:33.508Z | [ helios-setup] Dec 20 21:27:32.770 INFO E| Downloaded clap v2.34.0 |
2718 | 2024-12-20T21:27:33.519Z | [ helios-setup] Dec 20 21:27:32.780 INFO E| Downloaded syn v2.0.79 |
2719 | 2024-12-20T21:27:33.535Z | [ helios-setup] Dec 20 21:27:32.797 INFO E| Downloaded libc v0.2.159 |
2720 | 2024-12-20T21:27:33.587Z | [ helios-setup] Dec 20 21:27:32.849 INFO E| Downloaded pest v2.7.13 |
2721 | 2024-12-20T21:27:33.595Z | [ helios-setup] Dec 20 21:27:32.856 INFO E| Downloaded once_cell v1.20.1 |
2722 | 2024-12-20T21:27:33.598Z | [ helios-setup] Dec 20 21:27:32.860 INFO E| Downloaded pre-proc-macro v0.2.1 |
2723 | 2024-12-20T21:27:33.600Z | [ helios-setup] Dec 20 21:27:32.862 INFO E| Downloaded pest_derive v2.7.13 |
2724 | 2024-12-20T21:27:33.604Z | [ helios-setup] Dec 20 21:27:32.866 INFO E| Downloaded rustc_version v0.2.3 |
2725 | 2024-12-20T21:27:33.606Z | [ helios-setup] Dec 20 21:27:32.867 INFO E| Downloaded structopt-derive v0.4.18 |
2726 | 2024-12-20T21:27:33.609Z | [ helios-setup] Dec 20 21:27:32.869 INFO E| Downloaded strsim v0.8.0 |
2727 | 2024-12-20T21:27:33.609Z | [ helios-setup] Dec 20 21:27:32.871 INFO E| Downloaded pre v0.2.1 |
2728 | 2024-12-20T21:27:33.612Z | [ helios-setup] Dec 20 21:27:32.872 INFO E| Downloaded four-cc v0.3.0 |
2729 | 2024-12-20T21:27:33.612Z | [ helios-setup] Dec 20 21:27:32.873 INFO E| Downloaded bytesize v1.3.0 |
2730 | 2024-12-20T21:27:33.615Z | [ helios-setup] Dec 20 21:27:32.875 INFO E| Downloaded memoffset v0.5.6 |
2731 | 2024-12-20T21:27:33.733Z | [ helios-setup] Dec 20 21:27:32.995 INFO E| Compiling proc-macro2 v1.0.86 |
2732 | 2024-12-20T21:27:33.733Z | [ helios-setup] Dec 20 21:27:32.995 INFO E| Compiling unicode-ident v1.0.13 |
2733 | 2024-12-20T21:27:33.733Z | [ helios-setup] Dec 20 21:27:32.995 INFO E| Compiling syn v1.0.109 |
2734 | 2024-12-20T21:27:33.738Z | [ helios-setup] Dec 20 21:27:32.995 INFO E| Compiling version_check v0.9.5 |
2735 | 2024-12-20T21:27:33.738Z | [ helios-setup] Dec 20 21:27:32.996 INFO E| Compiling memchr v2.7.4 |
2736 | 2024-12-20T21:27:33.738Z | [ helios-setup] Dec 20 21:27:32.996 INFO E| Compiling autocfg v1.4.0 |
2737 | 2024-12-20T21:27:33.738Z | [ helios-setup] Dec 20 21:27:32.996 INFO E| Compiling thiserror v1.0.64 |
2738 | 2024-12-20T21:27:33.738Z | [ helios-setup] Dec 20 21:27:32.996 INFO E| Compiling semver-parser v0.7.0 |
2739 | 2024-12-20T21:27:34.294Z | [ helios-setup] Dec 20 21:27:33.556 INFO E| Compiling serde v1.0.210 |
2740 | 2024-12-20T21:27:34.367Z | [ host-package] Compiling itertools v0.12.1 |
2741 | 2024-12-20T21:27:35.123Z | [ host-package] Compiling fd-lock v4.0.2 |
2742 | 2024-12-20T21:27:35.312Z | [ helios-setup] Dec 20 21:27:34.574 INFO E| Compiling semver v0.9.0 |
2743 | 2024-12-20T21:27:35.568Z | [ host-package] Compiling peg-macros v0.8.4 |
2744 | 2024-12-20T21:27:35.679Z | [ helios-setup] Dec 20 21:27:34.940 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2745 | 2024-12-20T21:27:35.906Z | [ helios-setup] Dec 20 21:27:35.167 INFO E| Compiling proc-macro-error v1.0.4 |
2746 | 2024-12-20T21:27:36.056Z | [ helios-setup] Dec 20 21:27:35.317 INFO E| Compiling rustc_version v0.2.3 |
2747 | 2024-12-20T21:27:36.389Z | [ helios-setup] Dec 20 21:27:35.651 INFO E| Compiling serde_json v1.0.128 |
2748 | 2024-12-20T21:27:36.468Z | [ helios-setup] Dec 20 21:27:35.727 INFO E| Compiling num-traits v0.2.19 |
2749 | 2024-12-20T21:27:36.576Z | [ helios-setup] Dec 20 21:27:35.832 INFO E| Compiling schemars v0.8.21 |
2750 | 2024-12-20T21:27:36.740Z | [ helios-setup] Dec 20 21:27:36.002 INFO E| Compiling ryu v1.0.18 |
2751 | 2024-12-20T21:27:36.895Z | [ helios-setup] Dec 20 21:27:36.157 INFO E| Compiling unicode-segmentation v1.12.0 |
2752 | 2024-12-20T21:27:37.089Z | [ helios-setup] Dec 20 21:27:36.350 INFO E| Compiling itoa v1.0.11 |
2753 | 2024-12-20T21:27:37.404Z | [ helios-setup] Dec 20 21:27:36.666 INFO E| Compiling pre-proc-macro v0.2.1 |
2754 | 2024-12-20T21:27:37.438Z | [ helios-setup] Dec 20 21:27:36.700 INFO E| Compiling memoffset v0.5.6 |
2755 | 2024-12-20T21:27:37.465Z | [ helios-setup] Dec 20 21:27:36.726 INFO E| Compiling lazy_static v1.5.0 |
2756 | 2024-12-20T21:27:37.603Z | [ helios-setup] Dec 20 21:27:36.865 INFO E| Compiling paste v1.0.15 |
2757 | 2024-12-20T21:27:37.681Z | [ helios-setup] Dec 20 21:27:36.943 INFO E| Compiling rustversion v1.0.17 |
2758 | 2024-12-20T21:27:37.869Z | [ helios-setup] Dec 20 21:27:37.130 INFO E| Compiling quote v1.0.37 |
2759 | 2024-12-20T21:27:38.108Z | [ helios-setup] Dec 20 21:27:37.369 INFO E| Compiling dyn-clone v1.0.17 |
2760 | 2024-12-20T21:27:38.219Z | [ helios-setup] Dec 20 21:27:37.481 INFO E| Compiling libc v0.2.159 |
2761 | 2024-12-20T21:27:38.517Z | [ helios-setup] Dec 20 21:27:37.778 INFO E| Compiling syn v2.0.79 |
2762 | 2024-12-20T21:27:38.961Z | [ helios-setup] Dec 20 21:27:38.222 INFO E| Compiling heck v0.3.3 |
2763 | 2024-12-20T21:27:39.022Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2764 | 2024-12-20T21:27:39.044Z | [ helios-setup] Dec 20 21:27:38.305 INFO E| Compiling ucd-trie v0.1.7 |
2765 | 2024-12-20T21:27:39.528Z | [ helios-setup] Dec 20 21:27:38.790 INFO E| Compiling pre v0.2.1 |
2766 | 2024-12-20T21:27:40.032Z | [ helios-setup] Dec 20 21:27:39.293 INFO E| Compiling cfg-if v0.1.10 |
2767 | 2024-12-20T21:27:40.112Z | [ helios-setup] Dec 20 21:27:39.374 INFO E| Compiling static_assertions v1.1.0 |
2768 | 2024-12-20T21:27:40.209Z | [ helios-setup] Dec 20 21:27:39.469 INFO E| Compiling byteorder v1.5.0 |
2769 | 2024-12-20T21:27:40.338Z | [ helios-setup] Dec 20 21:27:39.600 INFO E| Compiling once_cell v1.20.1 |
2770 | 2024-12-20T21:27:41.406Z | [ helios-setup] Dec 20 21:27:40.668 INFO E| Compiling unicode-width v0.1.14 |
2771 | 2024-12-20T21:27:41.458Z | [ host-package] Compiling strum_macros v0.24.3 |
2772 | 2024-12-20T21:27:41.801Z | [ host-package] Compiling kstat-rs v0.2.4 |
2773 | 2024-12-20T21:27:41.956Z | [ host-package] Compiling samael v0.0.17 |
2774 | 2024-12-20T21:27:41.961Z | [ helios-setup] Dec 20 21:27:41.222 INFO E| Compiling atty v0.2.14 |
2775 | 2024-12-20T21:27:42.216Z | [ helios-setup] Dec 20 21:27:41.477 INFO E| Compiling strum v0.23.0 |
2776 | 2024-12-20T21:27:42.401Z | [ helios-setup] Dec 20 21:27:41.662 INFO E| Compiling textwrap v0.11.0 |
2777 | 2024-12-20T21:27:42.448Z | [ helios-setup] Dec 20 21:27:41.708 INFO E| Compiling ansi_term v0.12.1 |
2778 | 2024-12-20T21:27:43.401Z | [ helios-setup] Dec 20 21:27:42.662 INFO E| Compiling unic-char-range v0.9.0 |
2779 | 2024-12-20T21:27:43.634Z | [ helios-setup] Dec 20 21:27:42.895 INFO E| Compiling fletcher v0.1.0 |
2780 | 2024-12-20T21:27:43.759Z | [ helios-setup] Dec 20 21:27:43.020 INFO E| Compiling bitflags v1.3.2 |
2781 | 2024-12-20T21:27:43.864Z | [ host-package] Compiling unicase v2.7.0 |
2782 | 2024-12-20T21:27:43.880Z | [ helios-setup] Dec 20 21:27:43.141 INFO E| Compiling unic-common v0.9.0 |
2783 | 2024-12-20T21:27:43.889Z | [ helios-setup] Dec 20 21:27:43.151 INFO E| Compiling strsim v0.8.0 |
2784 | 2024-12-20T21:27:43.897Z | [ helios-setup] Dec 20 21:27:43.158 INFO E| Compiling vec_map v0.8.2 |
2785 | 2024-12-20T21:27:44.105Z | [ helios-setup] Dec 20 21:27:43.366 INFO E| Compiling parse_int v0.6.0 |
2786 | 2024-12-20T21:27:44.327Z | [ helios-setup] Dec 20 21:27:43.587 INFO E| Compiling clap v2.34.0 |
2787 | 2024-12-20T21:27:44.346Z | [ helios-setup] Dec 20 21:27:43.607 INFO E| Compiling unic-ucd-version v0.9.0 |
2788 | 2024-12-20T21:27:44.412Z | [ helios-setup] Dec 20 21:27:43.673 INFO E| Compiling unic-char-property v0.9.0 |
2789 | 2024-12-20T21:27:44.438Z | [ helios-setup] Dec 20 21:27:43.699 INFO E| Compiling plain v0.2.3 |
2790 | 2024-12-20T21:27:44.485Z | [ helios-setup] Dec 20 21:27:43.745 INFO E| Compiling log v0.4.22 |
2791 | 2024-12-20T21:27:44.668Z | [ host-package] Compiling indoc v1.0.9 |
2792 | 2024-12-20T21:27:44.776Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2793 | 2024-12-20T21:27:44.799Z | [ helios-setup] Dec 20 21:27:44.060 INFO E| Compiling unic-ucd-ident v0.9.0 |
2794 | 2024-12-20T21:27:45.069Z | [ helios-setup] Dec 20 21:27:44.330 INFO E| Compiling bytesize v1.3.0 |
2795 | 2024-12-20T21:27:46.182Z | [ host-package] Compiling reedline v0.35.0 |
2796 | 2024-12-20T21:27:47.119Z | [ helios-setup] Dec 20 21:27:46.380 INFO E| Compiling serde_derive_internals v0.29.1 |
2797 | 2024-12-20T21:27:47.218Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2798 | 2024-12-20T21:27:48.606Z | [ helios-setup] Dec 20 21:27:47.867 INFO E| Compiling toml v0.5.11 |
2799 | 2024-12-20T21:27:51.654Z | [ helios-setup] Dec 20 21:27:50.914 INFO E| Compiling proc-macro-crate v0.1.5 |
2800 | 2024-12-20T21:27:53.293Z | [ helios-setup] Dec 20 21:27:52.551 INFO E| Compiling thiserror-impl v1.0.64 |
2801 | 2024-12-20T21:27:53.293Z | [ helios-setup] Dec 20 21:27:52.551 INFO E| Compiling serde_derive v1.0.210 |
2802 | 2024-12-20T21:27:53.397Z | [ helios-setup] Dec 20 21:27:52.657 INFO E| Compiling schemars_derive v0.8.21 |
2803 | 2024-12-20T21:27:53.515Z | [ helios-setup] Dec 20 21:27:52.775 INFO E| Compiling zerocopy-derive v0.6.6 |
2804 | 2024-12-20T21:27:53.786Z | [ helios-setup] Dec 20 21:27:53.046 INFO E| Compiling num-derive v0.4.2 |
2805 | 2024-12-20T21:27:53.869Z | [ host-package] Compiling peg v0.8.4 |
2806 | 2024-12-20T21:27:54.214Z | [ host-package] Compiling tabled v0.15.0 |
2807 | 2024-12-20T21:27:57.437Z | [ helios-setup] Dec 20 21:27:56.696 INFO E| Compiling zerocopy v0.6.6 |
2808 | 2024-12-20T21:27:59.268Z | [ helios-setup] Dec 20 21:27:58.527 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2809 | 2024-12-20T21:27:59.268Z | [ helios-setup] Dec 20 21:27:58.527 INFO E| Compiling strum_macros v0.23.1 |
2810 | 2024-12-20T21:27:59.337Z | [ helios-setup] Dec 20 21:27:58.594 INFO E| Compiling scroll_derive v0.10.5 |
2811 | 2024-12-20T21:27:59.629Z | [ helios-setup] Dec 20 21:27:58.889 INFO E| Compiling pest v2.7.13 |
2812 | 2024-12-20T21:28:00.112Z | [ helios-setup] Dec 20 21:27:59.346 INFO E| Compiling structopt-derive v0.4.18 |
2813 | 2024-12-20T21:28:02.441Z | [ helios-setup] Dec 20 21:28:01.700 INFO E| Compiling scroll v0.10.2 |
2814 | 2024-12-20T21:28:04.181Z | [ helios-setup] Dec 20 21:28:03.437 INFO E| Compiling goblin v0.4.3 |
2815 | 2024-12-20T21:28:04.935Z | [ helios-setup] Dec 20 21:28:04.194 INFO E| Compiling pest_meta v2.7.13 |
2816 | 2024-12-20T21:28:05.200Z | [ helios-setup] Dec 20 21:28:04.459 INFO E| Compiling modular-bitfield v0.11.2 |
2817 | 2024-12-20T21:28:05.353Z | [ helios-setup] Dec 20 21:28:04.612 INFO E| Compiling structopt v0.3.26 |
2818 | 2024-12-20T21:28:07.318Z | [ helios-setup] Dec 20 21:28:06.576 INFO E| Compiling pest_generator v2.7.13 |
2819 | 2024-12-20T21:28:12.613Z | [ helios-setup] Dec 20 21:28:11.872 INFO E| Compiling pest_derive v2.7.13 |
2820 | 2024-12-20T21:28:15.533Z | [ host-package] Compiling derive_builder v0.20.2 |
2821 | 2024-12-20T21:28:15.982Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2822 | 2024-12-20T21:28:16.821Z | [ helios-setup] Dec 20 21:28:16.079 INFO E| Compiling json5 v0.4.1 |
2823 | 2024-12-20T21:28:20.013Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2824 | 2024-12-20T21:28:20.689Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2825 | 2024-12-20T21:28:22.277Z | [ helios-setup] Dec 20 21:28:21.535 INFO E| Compiling four-cc v0.3.0 |
2826 | 2024-12-20T21:28:22.277Z | [ helios-setup] Dec 20 21:28:21.535 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2827 | 2024-12-20T21:28:22.477Z | [ helios-setup] Dec 20 21:28:21.735 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2828 | 2024-12-20T21:28:24.585Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2829 | 2024-12-20T21:28:25.241Z | [ host-package] Compiling bcs v0.1.6 |
2830 | 2024-12-20T21:28:26.225Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2831 | 2024-12-20T21:28:26.316Z | [ host-package] Compiling oso-derive v0.27.3 |
2832 | 2024-12-20T21:28:26.538Z | [ host-package] Compiling libz-sys v1.1.20 |
2833 | 2024-12-20T21:28:27.508Z | [ host-package] Compiling quick-xml v0.33.0 |
2834 | 2024-12-20T21:28:27.819Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2835 | 2024-12-20T21:28:28.354Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2836 | 2024-12-20T21:28:34.218Z | [ host-package] Compiling oso v0.27.3 |
2837 | 2024-12-20T21:28:34.337Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2838 | 2024-12-20T21:28:36.137Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2839 | 2024-12-20T21:28:42.431Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2840 | 2024-12-20T21:28:45.925Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2841 | 2024-12-20T21:28:46.433Z | [ host-package] Compiling bb8 v0.8.5 |
2842 | 2024-12-20T21:28:47.574Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2843 | 2024-12-20T21:28:50.839Z | [ host-package] Compiling nibble_vec v0.1.0 |
2844 | 2024-12-20T21:28:51.129Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2845 | 2024-12-20T21:28:52.045Z | [ host-package] Compiling atty v0.2.14 |
2846 | 2024-12-20T21:28:52.280Z | [ host-package] Compiling salty v0.3.0 |
2847 | 2024-12-20T21:28:52.778Z | [ host-package] Compiling endian-type v0.1.2 |
2848 | 2024-12-20T21:28:53.108Z | [ host-package] Compiling radix_trie v0.2.1 |
2849 | 2024-12-20T21:28:54.665Z | [ host-package] Compiling parking_lot v0.11.2 |
2850 | 2024-12-20T21:28:57.126Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2851 | 2024-12-20T21:29:04.278Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2852 | 2024-12-20T21:29:05.322Z | [ helios-setup] Dec 20 21:29:04.575 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2853 | 2024-12-20T21:29:10.008Z | [ host-package] Compiling sled v0.34.7 |
2854 | 2024-12-20T21:29:18.707Z | [ helios-setup] Dec 20 21:29:17.960 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2855 | 2024-12-20T21:29:29.333Z | [ host-package] Compiling mime_guess v2.0.5 |
2856 | 2024-12-20T21:29:30.781Z | [ host-package] Compiling hickory-client v0.24.1 |
2857 | 2024-12-20T21:29:31.207Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2858 | 2024-12-20T21:29:31.784Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2859 | 2024-12-20T21:29:31.843Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2860 | 2024-12-20T21:29:33.737Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2861 | 2024-12-20T21:29:36.781Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2862 | 2024-12-20T21:29:39.017Z | [ host-package] Compiling hickory-server v0.24.1 |
2863 | 2024-12-20T21:29:39.059Z | [ host-package] Compiling primeorder v0.13.6 |
2864 | 2024-12-20T21:29:39.796Z | [ host-package] Compiling castaway v0.2.3 |
2865 | 2024-12-20T21:29:40.078Z | [ host-package] Compiling vergen v8.3.2 |
2866 | 2024-12-20T21:29:40.450Z | [ host-package] Compiling env_filter v0.1.2 |
2867 | 2024-12-20T21:29:42.336Z | [ host-package] Compiling cargo-platform v0.1.8 |
2868 | 2024-12-20T21:29:43.049Z | [ host-package] Compiling nanorand v0.7.0 |
2869 | 2024-12-20T21:29:43.984Z | [ host-package] Compiling memoffset v0.9.1 |
2870 | 2024-12-20T21:29:43.987Z | [ host-package] Compiling flume v0.11.1 |
2871 | 2024-12-20T21:29:44.644Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2872 | 2024-12-20T21:29:45.293Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2873 | 2024-12-20T21:29:48.965Z | [ host-package] Compiling git2 v0.19.0 |
2874 | 2024-12-20T21:29:49.187Z | [ host-package] Compiling env_logger v0.11.5 |
2875 | 2024-12-20T21:29:51.342Z | [ host-package] Compiling compact_str v0.8.0 |
2876 | 2024-12-20T21:29:52.142Z | [ host-package] Compiling p384 v0.13.0 |
2877 | 2024-12-20T21:29:52.793Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2878 | 2024-12-20T21:29:54.120Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2879 | 2024-12-20T21:29:55.353Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2880 | 2024-12-20T21:29:56.682Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2881 | 2024-12-20T21:29:57.153Z | [ host-package] Compiling unicode-truncate v1.1.0 |
2882 | 2024-12-20T21:29:57.496Z | [ host-package] Compiling lru v0.12.5 |
2883 | 2024-12-20T21:29:57.988Z | [ host-package] Compiling rand_seeder v0.3.0 |
2884 | 2024-12-20T21:29:58.118Z | [ helios-setup] Dec 20 21:29:57.367 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 26s |
2885 | 2024-12-20T21:29:58.152Z | [ helios-setup] Dec 20 21:29:57.400 INFO building project "amd-host-image-builder" ok (176 seconds) |
2886 | 2024-12-20T21:29:58.152Z | [ helios-setup] Dec 20 21:29:57.401 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2887 | 2024-12-20T21:29:58.154Z | [ helios-setup] Dec 20 21:29:57.401 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2888 | 2024-12-20T21:29:58.422Z | [ helios-setup] Dec 20 21:29:57.671 INFO E| Downloading crates ... |
2889 | 2024-12-20T21:29:58.510Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2890 | 2024-12-20T21:29:58.598Z | [ host-package] Compiling lzma-sys v0.1.20 |
2891 | 2024-12-20T21:29:58.609Z | [ helios-setup] Dec 20 21:29:57.858 INFO E| Downloaded miniz_oxide v0.7.2 |
2892 | 2024-12-20T21:29:58.664Z | [ helios-setup] Dec 20 21:29:57.913 INFO E| Compiling adler v1.0.2 |
2893 | 2024-12-20T21:29:58.808Z | [ helios-setup] Dec 20 21:29:58.057 INFO E| Compiling miniz_oxide v0.7.2 |
2894 | 2024-12-20T21:29:59.144Z | [ host-package] Compiling instability v0.3.2 |
2895 | 2024-12-20T21:29:59.508Z | [ host-package] Compiling cassowary v0.3.0 |
2896 | 2024-12-20T21:30:00.208Z | [ host-package] Compiling http-range v0.1.5 |
2897 | 2024-12-20T21:30:00.436Z | [ host-package] Compiling rustls v0.21.12 |
2898 | 2024-12-20T21:30:00.927Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2899 | 2024-12-20T21:30:00.927Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2900 | 2024-12-20T21:30:01.060Z | [ host-package] Compiling nix v0.29.0 |
2901 | 2024-12-20T21:30:01.542Z | [ host-package] Compiling ratatui v0.28.1 |
2902 | 2024-12-20T21:30:01.747Z | [ helios-setup] Dec 20 21:30:00.995 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2903 | 2024-12-20T21:30:02.194Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2904 | 2024-12-20T21:30:02.657Z | [ helios-setup] Dec 20 21:30:01.906 INFO E| Finished `release` profile [optimized] target(s) in 4.42s |
2905 | 2024-12-20T21:30:02.668Z | [ helios-setup] Dec 20 21:30:01.916 INFO building project "pinprick" ok (4 seconds) |
2906 | 2024-12-20T21:30:02.670Z | [ helios-setup] Dec 20 21:30:01.916 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2907 | 2024-12-20T21:30:02.670Z | [ helios-setup] Dec 20 21:30:01.916 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2908 | 2024-12-20T21:30:03.023Z | [ helios-setup] Dec 20 21:30:02.271 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2909 | 2024-12-20T21:30:03.523Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2910 | 2024-12-20T21:30:04.114Z | [ helios-setup] Dec 20 21:30:03.362 INFO E| From https://github.com/oxidecomputer/progenitor |
2911 | 2024-12-20T21:30:04.114Z | [ helios-setup] Dec 20 21:30:03.362 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2912 | 2024-12-20T21:30:04.147Z | [ helios-setup] Dec 20 21:30:03.396 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2913 | 2024-12-20T21:30:04.147Z | [ helios-setup] Dec 20 21:30:03.396 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2914 | 2024-12-20T21:30:04.272Z | [ helios-setup] Dec 20 21:30:03.520 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2915 | 2024-12-20T21:30:04.522Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2916 | 2024-12-20T21:30:04.907Z | [ helios-setup] Dec 20 21:30:04.155 INFO E| From https://github.com/jclulow/hiercmd |
2917 | 2024-12-20T21:30:04.907Z | [ helios-setup] Dec 20 21:30:04.155 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2918 | 2024-12-20T21:30:04.927Z | [ helios-setup] Dec 20 21:30:04.175 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2919 | 2024-12-20T21:30:05.410Z | [ helios-setup] Dec 20 21:30:04.658 INFO E| From https://github.com/jclulow/network-interface |
2920 | 2024-12-20T21:30:05.410Z | [ helios-setup] Dec 20 21:30:04.658 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2921 | 2024-12-20T21:30:05.429Z | [ helios-setup] Dec 20 21:30:04.677 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2922 | 2024-12-20T21:30:06.023Z | [ helios-setup] Dec 20 21:30:05.271 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2923 | 2024-12-20T21:30:06.023Z | [ helios-setup] Dec 20 21:30:05.271 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2924 | 2024-12-20T21:30:06.070Z | [ helios-setup] Dec 20 21:30:05.318 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2925 | 2024-12-20T21:30:06.231Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2926 | 2024-12-20T21:30:06.805Z | [ helios-setup] Dec 20 21:30:06.053 INFO E| From https://github.com/oxidecomputer/facade |
2927 | 2024-12-20T21:30:06.805Z | [ helios-setup] Dec 20 21:30:06.053 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2928 | 2024-12-20T21:30:06.846Z | [ helios-setup] Dec 20 21:30:06.094 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2929 | 2024-12-20T21:30:06.916Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2930 | 2024-12-20T21:30:07.060Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2931 | 2024-12-20T21:30:07.232Z | [ host-package] Compiling sct v0.7.1 |
2932 | 2024-12-20T21:30:07.557Z | [ helios-setup] Dec 20 21:30:06.805 INFO E| From https://github.com/oxidecomputer/dropshot |
2933 | 2024-12-20T21:30:07.558Z | [ helios-setup] Dec 20 21:30:06.805 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2934 | 2024-12-20T21:30:07.594Z | [ helios-setup] Dec 20 21:30:06.842 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2935 | 2024-12-20T21:30:07.594Z | [ helios-setup] Dec 20 21:30:06.842 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2936 | 2024-12-20T21:30:07.598Z | [ helios-setup] Dec 20 21:30:06.842 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2937 | 2024-12-20T21:30:07.598Z | [ helios-setup] Dec 20 21:30:06.842 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2938 | 2024-12-20T21:30:07.598Z | [ helios-setup] Dec 20 21:30:06.843 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2939 | 2024-12-20T21:30:07.598Z | [ helios-setup] Dec 20 21:30:06.843 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2940 | 2024-12-20T21:30:07.598Z | [ helios-setup] Dec 20 21:30:06.843 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2941 | 2024-12-20T21:30:07.598Z | [ helios-setup] Dec 20 21:30:06.843 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2942 | 2024-12-20T21:30:07.644Z | [ helios-setup] Dec 20 21:30:06.892 INFO E| Updating crates.io index |
2943 | 2024-12-20T21:30:07.754Z | [ helios-setup] Dec 20 21:30:07.002 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2944 | 2024-12-20T21:30:07.771Z | [ host-package] Compiling heck v0.3.3 |
2945 | 2024-12-20T21:30:08.206Z | [ host-package] Compiling csv-core v0.1.11 |
2946 | 2024-12-20T21:30:08.579Z | [ helios-setup] Dec 20 21:30:07.827 INFO E| From https://github.com/oxidecomputer/typify |
2947 | 2024-12-20T21:30:08.579Z | [ helios-setup] Dec 20 21:30:07.827 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2948 | 2024-12-20T21:30:08.614Z | [ helios-setup] Dec 20 21:30:07.862 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2949 | 2024-12-20T21:30:08.614Z | [ helios-setup] Dec 20 21:30:07.862 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2950 | 2024-12-20T21:30:08.617Z | [ helios-setup] Dec 20 21:30:07.862 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2951 | 2024-12-20T21:30:08.617Z | [ helios-setup] Dec 20 21:30:07.862 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2952 | 2024-12-20T21:30:08.617Z | [ helios-setup] Dec 20 21:30:07.862 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2953 | 2024-12-20T21:30:08.617Z | [ helios-setup] Dec 20 21:30:07.862 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2954 | 2024-12-20T21:30:08.617Z | [ helios-setup] Dec 20 21:30:07.863 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2955 | 2024-12-20T21:30:08.892Z | [ helios-setup] Dec 20 21:30:08.140 INFO E| Downloading crates ... |
2956 | 2024-12-20T21:30:09.069Z | [ helios-setup] Dec 20 21:30:08.316 INFO E| Downloaded const-random-macro v0.1.15 |
2957 | 2024-12-20T21:30:09.071Z | [ helios-setup] Dec 20 21:30:08.319 INFO E| Downloaded ahash v0.7.6 |
2958 | 2024-12-20T21:30:09.076Z | [ helios-setup] Dec 20 21:30:08.323 INFO E| Downloaded async-stream-impl v0.3.5 |
2959 | 2024-12-20T21:30:09.091Z | [ helios-setup] Dec 20 21:30:08.339 INFO E| Downloaded crossbeam-deque v0.8.2 |
2960 | 2024-12-20T21:30:09.094Z | [ helios-setup] Dec 20 21:30:08.342 INFO E| Downloaded concolor-override v1.0.0 |
2961 | 2024-12-20T21:30:09.097Z | [ helios-setup] Dec 20 21:30:08.343 INFO E| Downloaded autocfg v1.1.0 |
2962 | 2024-12-20T21:30:09.121Z | [ helios-setup] Dec 20 21:30:08.368 INFO E| Downloaded project-root v0.2.2 |
2963 | 2024-12-20T21:30:09.123Z | [ helios-setup] Dec 20 21:30:08.370 INFO E| Downloaded rustls-pemfile v1.0.2 |
2964 | 2024-12-20T21:30:09.126Z | [ helios-setup] Dec 20 21:30:08.374 INFO E| Downloaded async-stream v0.3.5 |
2965 | 2024-12-20T21:30:09.130Z | [ helios-setup] Dec 20 21:30:08.378 INFO E| Downloaded num_cpus v1.15.0 |
2966 | 2024-12-20T21:30:09.136Z | [ helios-setup] Dec 20 21:30:08.384 INFO E| Downloaded slog-bunyan v2.4.0 |
2967 | 2024-12-20T21:30:09.139Z | [ helios-setup] Dec 20 21:30:08.387 INFO E| Downloaded tower-service v0.3.2 |
2968 | 2024-12-20T21:30:09.141Z | [ helios-setup] Dec 20 21:30:08.388 INFO E| Downloaded paste v1.0.12 |
2969 | 2024-12-20T21:30:09.146Z | [ helios-setup] Dec 20 21:30:08.393 INFO E| Downloaded want v0.3.0 |
2970 | 2024-12-20T21:30:09.148Z | [ helios-setup] Dec 20 21:30:08.395 INFO E| Downloaded itoa v1.0.6 |
2971 | 2024-12-20T21:30:09.151Z | [ helios-setup] Dec 20 21:30:08.398 INFO E| Downloaded iana-time-zone v0.1.56 |
2972 | 2024-12-20T21:30:09.154Z | [ helios-setup] Dec 20 21:30:08.402 INFO E| Downloaded either v1.8.0 |
2973 | 2024-12-20T21:30:09.157Z | [ helios-setup] Dec 20 21:30:08.404 INFO E| Downloaded jobserver v0.1.26 |
2974 | 2024-12-20T21:30:09.159Z | [ helios-setup] Dec 20 21:30:08.407 INFO E| Downloaded futures-executor v0.3.28 |
2975 | 2024-12-20T21:30:09.162Z | [ helios-setup] Dec 20 21:30:08.410 INFO E| Downloaded bincode v1.3.3 |
2976 | 2024-12-20T21:30:09.166Z | [ helios-setup] Dec 20 21:30:08.414 INFO E| Downloaded toolchain_find v0.2.0 |
2977 | 2024-12-20T21:30:09.168Z | [ helios-setup] Dec 20 21:30:08.416 INFO E| Downloaded thiserror v1.0.38 |
2978 | 2024-12-20T21:30:09.175Z | [ helios-setup] Dec 20 21:30:08.423 INFO E| Downloaded try-lock v0.2.4 |
2979 | 2024-12-20T21:30:09.178Z | [ helios-setup] Dec 20 21:30:08.425 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2980 | 2024-12-20T21:30:09.181Z | [ helios-setup] Dec 20 21:30:08.427 INFO E| Downloaded proc-macro-crate v1.2.1 |
2981 | 2024-12-20T21:30:09.181Z | [ helios-setup] Dec 20 21:30:08.428 INFO E| Downloaded pkg-config v0.3.26 |
2982 | 2024-12-20T21:30:09.184Z | [ helios-setup] Dec 20 21:30:08.431 INFO E| Downloaded thiserror-impl v1.0.38 |
2983 | 2024-12-20T21:30:09.195Z | [ helios-setup] Dec 20 21:30:08.432 INFO E| Downloaded slab v0.4.7 |
2984 | 2024-12-20T21:30:09.195Z | [ helios-setup] Dec 20 21:30:08.435 INFO E| Downloaded utf8parse v0.2.1 |
2985 | 2024-12-20T21:30:09.195Z | [ helios-setup] Dec 20 21:30:08.436 INFO E| Downloaded ipnet v2.7.2 |
2986 | 2024-12-20T21:30:09.195Z | [ helios-setup] Dec 20 21:30:08.439 INFO E| Downloaded dyn-clone v1.0.11 |
2987 | 2024-12-20T21:30:09.195Z | [ helios-setup] Dec 20 21:30:08.441 INFO E| Downloaded clap_derive v4.2.0 |
2988 | 2024-12-20T21:30:09.198Z | [ helios-setup] Dec 20 21:30:08.444 INFO E| Downloaded clap_lex v0.4.1 |
2989 | 2024-12-20T21:30:09.200Z | [ helios-setup] Dec 20 21:30:08.446 INFO E| Downloaded async-trait v0.1.68 |
2990 | 2024-12-20T21:30:09.203Z | [ helios-setup] Dec 20 21:30:08.451 INFO E| Downloaded serde_path_to_error v0.1.11 |
2991 | 2024-12-20T21:30:09.205Z | [ helios-setup] Dec 20 21:30:08.453 INFO E| Downloaded semver v0.11.0 |
2992 | 2024-12-20T21:30:09.208Z | [ helios-setup] Dec 20 21:30:08.456 INFO E| Downloaded toml_datetime v0.6.1 |
2993 | 2024-12-20T21:30:09.211Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2994 | 2024-12-20T21:30:09.211Z | [ helios-setup] Dec 20 21:30:08.458 INFO E| Downloaded serde_spanned v0.6.1 |
2995 | 2024-12-20T21:30:09.213Z | [ helios-setup] Dec 20 21:30:08.460 INFO E| Downloaded schemars_derive v0.8.12 |
2996 | 2024-12-20T21:30:09.216Z | [ helios-setup] Dec 20 21:30:08.462 INFO E| Downloaded tempfile v3.5.0 |
2997 | 2024-12-20T21:30:09.219Z | [ helios-setup] Dec 20 21:30:08.466 INFO E| Downloaded terminal_size v0.2.6 |
2998 | 2024-12-20T21:30:09.222Z | [ helios-setup] Dec 20 21:30:08.469 INFO E| Downloaded rhai_codegen v1.5.0 |
2999 | 2024-12-20T21:30:09.240Z | [ helios-setup] Dec 20 21:30:08.488 INFO E| Downloaded sct v0.7.0 |
3000 | 2024-12-20T21:30:09.246Z | [ helios-setup] Dec 20 21:30:08.493 INFO E| Downloaded anyhow v1.0.68 |
3001 | 2024-12-20T21:30:09.252Z | [ helios-setup] Dec 20 21:30:08.500 INFO E| Downloaded semver v1.0.17 |
3002 | 2024-12-20T21:30:09.255Z | [ helios-setup] Dec 20 21:30:08.503 INFO E| Downloaded serde_derive_internals v0.26.0 |
3003 | 2024-12-20T21:30:09.258Z | [ helios-setup] Dec 20 21:30:08.506 INFO E| Downloaded time v0.1.45 |
3004 | 2024-12-20T21:30:09.274Z | [ helios-setup] Dec 20 21:30:08.521 INFO E| Downloaded serde_derive v1.0.204 |
3005 | 2024-12-20T21:30:09.279Z | [ helios-setup] Dec 20 21:30:08.526 INFO E| Downloaded crossbeam-utils v0.8.14 |
3006 | 2024-12-20T21:30:09.283Z | [ helios-setup] Dec 20 21:30:08.531 INFO E| Downloaded ryu v1.0.13 |
3007 | 2024-12-20T21:30:09.289Z | [ helios-setup] Dec 20 21:30:08.537 INFO E| Downloaded uuid v1.3.0 |
3008 | 2024-12-20T21:30:09.297Z | [ helios-setup] Dec 20 21:30:08.544 INFO E| Downloaded schemars v0.8.12 |
3009 | 2024-12-20T21:30:09.317Z | [ helios-setup] Dec 20 21:30:08.565 INFO E| Downloaded smallvec v1.10.0 |
3010 | 2024-12-20T21:30:09.320Z | [ helios-setup] Dec 20 21:30:08.568 INFO E| Downloaded unicode-linebreak v0.1.4 |
3011 | 2024-12-20T21:30:09.323Z | [ helios-setup] Dec 20 21:30:08.571 INFO E| Downloaded tungstenite v0.18.0 |
3012 | 2024-12-20T21:30:09.333Z | [ helios-setup] Dec 20 21:30:08.581 INFO E| Downloaded serde v1.0.204 |
3013 | 2024-12-20T21:30:09.338Z | [ helios-setup] Dec 20 21:30:08.586 INFO E| Downloaded toml_edit v0.19.8 |
3014 | 2024-12-20T21:30:09.379Z | [ helios-setup] Dec 20 21:30:08.626 INFO E| Downloaded unicode-normalization v0.1.22 |
3015 | 2024-12-20T21:30:09.384Z | [ helios-setup] Dec 20 21:30:08.632 INFO E| Downloaded winnow v0.4.1 |
3016 | 2024-12-20T21:30:09.408Z | [ helios-setup] Dec 20 21:30:08.656 INFO E| Downloaded serde_json v1.0.95 |
3017 | 2024-12-20T21:30:09.439Z | [ helios-setup] Dec 20 21:30:08.686 INFO E| Downloaded aho-corasick v0.7.20 |
3018 | 2024-12-20T21:30:09.444Z | [ helios-setup] Dec 20 21:30:08.692 INFO E| Downloaded clap_builder v4.2.1 |
3019 | 2024-12-20T21:30:09.455Z | [ helios-setup] Dec 20 21:30:08.702 INFO E| Downloaded serde_yaml v0.9.21 |
3020 | 2024-12-20T21:30:09.460Z | [ helios-setup] Dec 20 21:30:08.707 INFO E| Downloaded h2 v0.3.16 |
3021 | 2024-12-20T21:30:09.469Z | [ helios-setup] Dec 20 21:30:08.716 INFO E| Downloaded futures-util v0.3.28 |
3022 | 2024-12-20T21:30:09.485Z | [ helios-setup] Dec 20 21:30:08.732 INFO E| Downloaded reqwest v0.11.16 |
3023 | 2024-12-20T21:30:09.496Z | [ helios-setup] Dec 20 21:30:08.743 INFO E| Downloaded syn v1.0.107 |
3024 | 2024-12-20T21:30:09.514Z | [ helios-setup] Dec 20 21:30:08.761 INFO E| Downloaded syn v2.0.72 |
3025 | 2024-12-20T21:30:09.531Z | [ helios-setup] Dec 20 21:30:08.779 INFO E| Downloaded rayon v1.6.1 |
3026 | 2024-12-20T21:30:09.545Z | [ helios-setup] Dec 20 21:30:08.793 INFO E| Downloaded regex v1.7.3 |
3027 | 2024-12-20T21:30:09.557Z | [ helios-setup] Dec 20 21:30:08.805 INFO E| Downloaded hyper v0.14.25 |
3028 | 2024-12-20T21:30:09.571Z | [ helios-setup] Dec 20 21:30:08.818 INFO E| Downloaded regress v0.5.0 |
3029 | 2024-12-20T21:30:09.585Z | [ helios-setup] Dec 20 21:30:08.832 INFO E| Downloaded rustls v0.21.0 |
3030 | 2024-12-20T21:30:09.618Z | [ helios-setup] Dec 20 21:30:08.865 INFO E| Downloaded git2 v0.16.1 |
3031 | 2024-12-20T21:30:09.629Z | [ helios-setup] Dec 20 21:30:08.876 INFO E| Downloaded rustix v0.37.3 |
3032 | 2024-12-20T21:30:09.656Z | [ helios-setup] Dec 20 21:30:08.903 INFO E| Downloaded chrono v0.4.24 |
3033 | 2024-12-20T21:30:09.667Z | [ helios-setup] Dec 20 21:30:08.914 INFO E| Downloaded pest v2.5.7 |
3034 | 2024-12-20T21:30:09.675Z | [ helios-setup] Dec 20 21:30:08.922 INFO E| Downloaded rhai v1.14.0 |
3035 | 2024-12-20T21:30:09.693Z | [ helios-setup] Dec 20 21:30:08.941 INFO E| Downloaded http v0.2.9 |
3036 | 2024-12-20T21:30:09.701Z | [ helios-setup] Dec 20 21:30:08.947 INFO E| Downloaded mio v0.8.5 |
3037 | 2024-12-20T21:30:09.707Z | [ helios-setup] Dec 20 21:30:08.955 INFO E| Downloaded openapiv3 v1.0.2 |
3038 | 2024-12-20T21:30:09.726Z | [ helios-setup] Dec 20 21:30:08.973 INFO E| Downloaded tokio-util v0.7.7 |
3039 | 2024-12-20T21:30:09.734Z | [ helios-setup] Dec 20 21:30:08.982 INFO E| Downloaded crossbeam-channel v0.5.6 |
3040 | 2024-12-20T21:30:09.740Z | [ helios-setup] Dec 20 21:30:08.988 INFO E| Downloaded url v2.3.1 |
3041 | 2024-12-20T21:30:09.744Z | [ helios-setup] Dec 20 21:30:08.992 INFO E| Downloaded tracing-core v0.1.30 |
3042 | 2024-12-20T21:30:09.748Z | [ helios-setup] Dec 20 21:30:08.995 INFO E| Downloaded tracing v0.1.37 |
3043 | 2024-12-20T21:30:09.754Z | [ helios-setup] Dec 20 21:30:09.001 INFO E| Downloaded rustls-webpki v0.100.1 |
3044 | 2024-12-20T21:30:09.762Z | [ helios-setup] Dec 20 21:30:09.010 INFO E| Downloaded unsafe-libyaml v0.2.8 |
3045 | 2024-12-20T21:30:09.767Z | [ helios-setup] Dec 20 21:30:09.015 INFO E| Downloaded ucd-trie v0.1.5 |
3046 | 2024-12-20T21:30:09.770Z | [ helios-setup] Dec 20 21:30:09.017 INFO E| Downloaded textwrap v0.16.0 |
3047 | 2024-12-20T21:30:09.773Z | [ helios-setup] Dec 20 21:30:09.021 INFO E| Downloaded tinyvec v1.6.0 |
3048 | 2024-12-20T21:30:09.794Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3049 | 2024-12-20T21:30:09.798Z | [ helios-setup] Dec 20 21:30:09.046 INFO E| Downloaded rayon-core v1.10.2 |
3050 | 2024-12-20T21:30:09.814Z | [ helios-setup] Dec 20 21:30:09.053 INFO E| Downloaded tokio v1.27.0 |
3051 | 2024-12-20T21:30:09.861Z | [ helios-setup] Dec 20 21:30:09.109 INFO E| Downloaded num-traits v0.2.15 |
3052 | 2024-12-20T21:30:09.865Z | [ helios-setup] Dec 20 21:30:09.113 INFO E| Downloaded clap v4.2.1 |
3053 | 2024-12-20T21:30:09.875Z | [ host-package] Compiling glob v0.3.1 |
3054 | 2024-12-20T21:30:09.879Z | [ helios-setup] Dec 20 21:30:09.127 INFO E| Downloaded cc v1.0.78 |
3055 | 2024-12-20T21:30:09.883Z | [ helios-setup] Dec 20 21:30:09.131 INFO E| Downloaded bytes v1.4.0 |
3056 | 2024-12-20T21:30:09.889Z | [ helios-setup] Dec 20 21:30:09.137 INFO E| Downloaded unicode-ident v1.0.8 |
3057 | 2024-12-20T21:30:09.894Z | [ helios-setup] Dec 20 21:30:09.142 INFO E| Downloaded unicode-bidi v0.3.13 |
3058 | 2024-12-20T21:30:09.898Z | [ helios-setup] Dec 20 21:30:09.146 INFO E| Downloaded libc v0.2.139 |
3059 | 2024-12-20T21:30:09.968Z | [ helios-setup] Dec 20 21:30:09.216 INFO E| Downloaded toml v0.7.3 |
3060 | 2024-12-20T21:30:09.973Z | [ helios-setup] Dec 20 21:30:09.221 INFO E| Downloaded memchr v2.5.0 |
3061 | 2024-12-20T21:30:09.979Z | [ helios-setup] Dec 20 21:30:09.227 INFO E| Downloaded socket2 v0.4.9 |
3062 | 2024-12-20T21:30:09.983Z | [ helios-setup] Dec 20 21:30:09.230 INFO E| Downloaded semver-parser v0.10.2 |
3063 | 2024-12-20T21:30:09.985Z | [ helios-setup] Dec 20 21:30:09.233 INFO E| Downloaded base64 v0.21.0 |
3064 | 2024-12-20T21:30:09.990Z | [ helios-setup] Dec 20 21:30:09.238 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3065 | 2024-12-20T21:30:09.994Z | [ helios-setup] Dec 20 21:30:09.242 INFO E| Downloaded scopeguard v1.1.0 |
3066 | 2024-12-20T21:30:09.996Z | [ helios-setup] Dec 20 21:30:09.244 INFO E| Downloaded tokio-tungstenite v0.18.0 |
3067 | 2024-12-20T21:30:09.999Z | [ helios-setup] Dec 20 21:30:09.246 INFO E| Downloaded tokio-rustls v0.24.0 |
3068 | 2024-12-20T21:30:10.004Z | [ helios-setup] Dec 20 21:30:09.252 INFO E| Downloaded sha1 v0.10.5 |
3069 | 2024-12-20T21:30:10.006Z | [ helios-setup] Dec 20 21:30:09.254 INFO E| Downloaded serde_tokenstream v0.2.0 |
3070 | 2024-12-20T21:30:10.011Z | [ helios-setup] Dec 20 21:30:09.259 INFO E| Downloaded parking_lot_core v0.9.6 |
3071 | 2024-12-20T21:30:10.016Z | [ helios-setup] Dec 20 21:30:09.262 INFO E| Downloaded parking_lot v0.12.1 |
3072 | 2024-12-20T21:30:10.018Z | [ helios-setup] Dec 20 21:30:09.266 INFO E| Downloaded futures v0.3.28 |
3073 | 2024-12-20T21:30:10.026Z | [ helios-setup] Dec 20 21:30:09.274 INFO E| Downloaded getrandom v0.2.8 |
3074 | 2024-12-20T21:30:10.031Z | [ helios-setup] Dec 20 21:30:09.278 INFO E| Downloaded smartstring v1.0.1 |
3075 | 2024-12-20T21:30:10.034Z | [ helios-setup] Dec 20 21:30:09.282 INFO E| Downloaded percent-encoding v2.2.0 |
3076 | 2024-12-20T21:30:10.036Z | [ helios-setup] Dec 20 21:30:09.283 INFO E| Downloaded log v0.4.17 |
3077 | 2024-12-20T21:30:10.039Z | [ helios-setup] Dec 20 21:30:09.287 INFO E| Downloaded io-lifetimes v1.0.10 |
3078 | 2024-12-20T21:30:10.043Z | [ helios-setup] Dec 20 21:30:09.291 INFO E| Downloaded camino v1.1.4 |
3079 | 2024-12-20T21:30:10.046Z | [ helios-setup] Dec 20 21:30:09.294 INFO E| Downloaded strsim v0.10.0 |
3080 | 2024-12-20T21:30:10.049Z | [ helios-setup] Dec 20 21:30:09.297 INFO E| Downloaded quote v1.0.36 |
3081 | 2024-12-20T21:30:10.053Z | [ helios-setup] Dec 20 21:30:09.301 INFO E| Downloaded futures-channel v0.3.28 |
3082 | 2024-12-20T21:30:10.058Z | [ helios-setup] Dec 20 21:30:09.305 INFO E| Downloaded once_cell v1.17.0 |
3083 | 2024-12-20T21:30:10.062Z | [ helios-setup] Dec 20 21:30:09.310 INFO E| Downloaded ahash v0.8.3 |
3084 | 2024-12-20T21:30:10.066Z | [ helios-setup] Dec 20 21:30:09.314 INFO E| Downloaded pin-project-lite v0.2.9 |
3085 | 2024-12-20T21:30:10.085Z | [ helios-setup] Dec 20 21:30:09.321 INFO E| Downloaded lock_api v0.4.9 |
3086 | 2024-12-20T21:30:10.085Z | [ helios-setup] Dec 20 21:30:09.324 INFO E| Downloaded httparse v1.8.0 |
3087 | 2024-12-20T21:30:10.085Z | [ helios-setup] Dec 20 21:30:09.328 INFO E| Downloaded cargo-lock v8.0.3 |
3088 | 2024-12-20T21:30:10.085Z | [ helios-setup] Dec 20 21:30:09.332 INFO E| Downloaded anstyle-parse v0.1.1 |
3089 | 2024-12-20T21:30:10.088Z | [ helios-setup] Dec 20 21:30:09.335 INFO E| Downloaded smawk v0.3.1 |
3090 | 2024-12-20T21:30:10.092Z | [ helios-setup] Dec 20 21:30:09.337 INFO E| Downloaded slog-async v2.7.0 |
3091 | 2024-12-20T21:30:10.092Z | [ helios-setup] Dec 20 21:30:09.340 INFO E| Downloaded num_enum_derive v0.5.7 |
3092 | 2024-12-20T21:30:10.094Z | [ helios-setup] Dec 20 21:30:09.341 INFO E| Downloaded num_enum v0.5.7 |
3093 | 2024-12-20T21:30:10.100Z | [ helios-setup] Dec 20 21:30:09.348 INFO E| Downloaded form_urlencoded v1.1.0 |
3094 | 2024-12-20T21:30:10.103Z | [ helios-setup] Dec 20 21:30:09.350 INFO E| Downloaded tokio-macros v2.0.0 |
3095 | 2024-12-20T21:30:10.105Z | [ helios-setup] Dec 20 21:30:09.352 INFO E| Downloaded http-body v0.4.5 |
3096 | 2024-12-20T21:30:10.107Z | [ helios-setup] Dec 20 21:30:09.354 INFO E| Downloaded futures-core v0.3.28 |
3097 | 2024-12-20T21:30:10.110Z | [ helios-setup] Dec 20 21:30:09.357 INFO E| Downloaded home v0.5.4 |
3098 | 2024-12-20T21:30:10.113Z | [ helios-setup] Dec 20 21:30:09.359 INFO E| Downloaded futures-macro v0.3.28 |
3099 | 2024-12-20T21:30:10.113Z | [ helios-setup] Dec 20 21:30:09.360 INFO E| Downloaded fastrand v1.9.0 |
3100 | 2024-12-20T21:30:10.116Z | [ helios-setup] Dec 20 21:30:09.363 INFO E| Downloaded digest v0.10.6 |
3101 | 2024-12-20T21:30:10.127Z | [ helios-setup] Dec 20 21:30:09.366 INFO E| Downloaded memoffset v0.7.1 |
3102 | 2024-12-20T21:30:10.127Z | [ helios-setup] Dec 20 21:30:09.367 INFO E| Downloaded encoding_rs v0.8.32 |
3103 | 2024-12-20T21:30:10.152Z | [ helios-setup] Dec 20 21:30:09.400 INFO E| Downloaded lazy_static v1.4.0 |
3104 | 2024-12-20T21:30:10.155Z | [ helios-setup] Dec 20 21:30:09.402 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
3105 | 2024-12-20T21:30:10.158Z | [ helios-setup] Dec 20 21:30:09.405 INFO E| Downloaded num-integer v0.1.45 |
3106 | 2024-12-20T21:30:10.161Z | [ helios-setup] Dec 20 21:30:09.408 INFO E| Downloaded const-random v0.1.15 |
3107 | 2024-12-20T21:30:10.163Z | [ helios-setup] Dec 20 21:30:09.409 INFO E| Downloaded concolor-query v0.3.3 |
3108 | 2024-12-20T21:30:10.163Z | [ helios-setup] Dec 20 21:30:09.411 INFO E| Downloaded signal-hook-registry v1.4.0 |
3109 | 2024-12-20T21:30:10.166Z | [ helios-setup] Dec 20 21:30:09.413 INFO E| Downloaded sha2 v0.10.6 |
3110 | 2024-12-20T21:30:10.169Z | [ helios-setup] Dec 20 21:30:09.416 INFO E| Downloaded ppv-lite86 v0.2.17 |
3111 | 2024-12-20T21:30:10.195Z | [ helios-setup] Dec 20 21:30:09.438 INFO E| Downloaded is-terminal v0.4.7 |
3112 | 2024-12-20T21:30:10.200Z | [ helios-setup] Dec 20 21:30:09.440 INFO E| Downloaded futures-io v0.3.28 |
3113 | 2024-12-20T21:30:10.200Z | [ helios-setup] Dec 20 21:30:09.441 INFO E| Downloaded httpdate v1.0.2 |
3114 | 2024-12-20T21:30:10.200Z | [ helios-setup] Dec 20 21:30:09.443 INFO E| Downloaded byteorder v1.4.3 |
3115 | 2024-12-20T21:30:10.203Z | [ helios-setup] Dec 20 21:30:09.446 INFO E| Downloaded anstream v0.2.6 |
3116 | 2024-12-20T21:30:10.203Z | [ helios-setup] Dec 20 21:30:09.449 INFO E| Downloaded anstyle v0.3.5 |
3117 | 2024-12-20T21:30:10.204Z | [ helios-setup] Dec 20 21:30:09.451 INFO E| Downloaded futures-task v0.3.28 |
3118 | 2024-12-20T21:30:10.206Z | [ helios-setup] Dec 20 21:30:09.453 INFO E| Downloaded futures-sink v0.3.28 |
3119 | 2024-12-20T21:30:10.206Z | [ helios-setup] Dec 20 21:30:09.454 INFO E| Downloaded built v0.6.0 |
3120 | 2024-12-20T21:30:10.239Z | [ helios-setup] Dec 20 21:30:09.482 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3121 | 2024-12-20T21:30:10.399Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3122 | 2024-12-20T21:30:10.418Z | [ helios-setup] Dec 20 21:30:09.666 INFO E| Downloaded libz-sys v1.1.8 |
3123 | 2024-12-20T21:30:10.802Z | [ helios-setup] Dec 20 21:30:10.049 INFO E| Compiling proc-macro2 v1.0.86 |
3124 | 2024-12-20T21:30:10.824Z | [ helios-setup] Dec 20 21:30:10.071 INFO E| Compiling libc v0.2.139 |
3125 | 2024-12-20T21:30:10.827Z | [ helios-setup] Dec 20 21:30:10.071 INFO E| Compiling unicode-ident v1.0.8 |
3126 | 2024-12-20T21:30:10.827Z | [ helios-setup] Dec 20 21:30:10.071 INFO E| Compiling autocfg v1.1.0 |
3127 | 2024-12-20T21:30:10.827Z | [ helios-setup] Dec 20 21:30:10.072 INFO E| Compiling cfg-if v1.0.0 |
3128 | 2024-12-20T21:30:10.827Z | [ helios-setup] Dec 20 21:30:10.072 INFO E| Compiling version_check v0.9.4 |
3129 | 2024-12-20T21:30:10.827Z | [ helios-setup] Dec 20 21:30:10.072 INFO E| Compiling serde v1.0.204 |
3130 | 2024-12-20T21:30:10.827Z | [ helios-setup] Dec 20 21:30:10.072 INFO E| Compiling syn v1.0.107 |
3131 | 2024-12-20T21:30:11.410Z | [ helios-setup] Dec 20 21:30:10.657 INFO E| Compiling memchr v2.5.0 |
3132 | 2024-12-20T21:30:12.516Z | [ host-package] Compiling csv v1.3.0 |
3133 | 2024-12-20T21:30:12.615Z | [ helios-setup] Dec 20 21:30:11.862 INFO E| Compiling once_cell v1.17.0 |
3134 | 2024-12-20T21:30:12.654Z | [ helios-setup] Dec 20 21:30:11.898 INFO E| Compiling thiserror v1.0.38 |
3135 | 2024-12-20T21:30:12.956Z | [ helios-setup] Dec 20 21:30:12.204 INFO E| Compiling log v0.4.17 |
3136 | 2024-12-20T21:30:13.585Z | [ helios-setup] Dec 20 21:30:12.833 INFO E| Compiling itoa v1.0.6 |
3137 | 2024-12-20T21:30:13.812Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3138 | 2024-12-20T21:30:13.855Z | [ helios-setup] Dec 20 21:30:13.094 INFO E| Compiling serde_json v1.0.95 |
3139 | 2024-12-20T21:30:14.471Z | [ helios-setup] Dec 20 21:30:13.715 INFO E| Compiling quote v1.0.36 |
3140 | 2024-12-20T21:30:15.091Z | [ helios-setup] Dec 20 21:30:14.338 INFO E| Compiling jobserver v0.1.26 |
3141 | 2024-12-20T21:30:15.183Z | [ helios-setup] Dec 20 21:30:14.421 INFO E| Compiling getrandom v0.2.8 |
3142 | 2024-12-20T21:30:15.570Z | [ helios-setup] Dec 20 21:30:14.817 INFO E| Compiling syn v2.0.72 |
3143 | 2024-12-20T21:30:15.867Z | [ helios-setup] Dec 20 21:30:15.114 INFO E| Compiling cc v1.0.78 |
3144 | 2024-12-20T21:30:16.209Z | [ helios-setup] Dec 20 21:30:15.456 INFO E| Compiling indexmap v1.9.3 |
3145 | 2024-12-20T21:30:16.301Z | [ helios-setup] Dec 20 21:30:15.548 INFO E| Compiling pin-project-lite v0.2.9 |
3146 | 2024-12-20T21:30:16.479Z | [ helios-setup] Dec 20 21:30:15.726 INFO E| Compiling scopeguard v1.1.0 |
3147 | 2024-12-20T21:30:16.856Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3148 | 2024-12-20T21:30:17.073Z | [ helios-setup] Dec 20 21:30:16.320 INFO E| Compiling num-integer v0.1.45 |
3149 | 2024-12-20T21:30:17.076Z | [ helios-setup] Dec 20 21:30:16.320 INFO E| Compiling futures-core v0.3.28 |
3150 | 2024-12-20T21:30:17.197Z | [ helios-setup] Dec 20 21:30:16.444 INFO E| Compiling bytes v1.4.0 |
3151 | 2024-12-20T21:30:17.856Z | [ helios-setup] Dec 20 21:30:17.103 INFO E| Compiling ryu v1.0.13 |
3152 | 2024-12-20T21:30:18.919Z | [ helios-setup] Dec 20 21:30:18.165 INFO E| Compiling lock_api v0.4.9 |
3153 | 2024-12-20T21:30:19.096Z | [ helios-setup] Dec 20 21:30:18.343 INFO E| Compiling parking_lot_core v0.9.6 |
3154 | 2024-12-20T21:30:19.477Z | [ helios-setup] Dec 20 21:30:18.723 INFO E| Compiling typenum v1.16.0 |
3155 | 2024-12-20T21:30:19.615Z | [ helios-setup] Dec 20 21:30:18.862 INFO E| Compiling bitflags v1.3.2 |
3156 | 2024-12-20T21:30:20.255Z | [ helios-setup] Dec 20 21:30:19.502 INFO E| Compiling num_cpus v1.15.0 |
3157 | 2024-12-20T21:30:20.334Z | [ helios-setup] Dec 20 21:30:19.581 INFO E| Compiling generic-array v0.14.6 |
3158 | 2024-12-20T21:30:20.394Z | [ helios-setup] Dec 20 21:30:19.641 INFO E| Compiling slab v0.4.7 |
3159 | 2024-12-20T21:30:20.425Z | [ helios-setup] Dec 20 21:30:19.671 INFO E| Compiling futures-sink v0.3.28 |
3160 | 2024-12-20T21:30:20.521Z | [ helios-setup] Dec 20 21:30:19.768 INFO E| Compiling futures-channel v0.3.28 |
3161 | 2024-12-20T21:30:20.662Z | [ helios-setup] Dec 20 21:30:19.908 INFO E| Compiling futures-task v0.3.28 |
3162 | 2024-12-20T21:30:21.929Z | [ helios-setup] Dec 20 21:30:21.175 INFO E| Compiling tokio v1.27.0 |
3163 | 2024-12-20T21:30:21.937Z | [ helios-setup] Dec 20 21:30:21.183 INFO E| Compiling schemars v0.8.12 |
3164 | 2024-12-20T21:30:22.425Z | [ host-package] Compiling nix v0.27.1 |
3165 | 2024-12-20T21:30:22.464Z | [ helios-setup] Dec 20 21:30:21.346 INFO E| Compiling futures-util v0.3.28 |
3166 | 2024-12-20T21:30:22.464Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3167 | 2024-12-20T21:30:23.110Z | [ helios-setup] Dec 20 21:30:22.357 INFO E| Compiling mio v0.8.5 |
3168 | 2024-12-20T21:30:23.154Z | [ helios-setup] Dec 20 21:30:22.400 INFO E| Compiling signal-hook-registry v1.4.0 |
3169 | 2024-12-20T21:30:23.351Z | [ helios-setup] Dec 20 21:30:22.597 INFO E| Compiling socket2 v0.4.9 |
3170 | 2024-12-20T21:30:23.473Z | [ helios-setup] Dec 20 21:30:22.719 INFO E| Compiling ahash v0.7.6 |
3171 | 2024-12-20T21:30:23.521Z | [ helios-setup] Dec 20 21:30:22.767 INFO E| Compiling num-traits v0.2.15 |
3172 | 2024-12-20T21:30:24.316Z | [ helios-setup] Dec 20 21:30:23.562 INFO E| Compiling pin-utils v0.1.0 |
3173 | 2024-12-20T21:30:24.364Z | [ helios-setup] Dec 20 21:30:23.611 INFO E| Compiling io-lifetimes v1.0.10 |
3174 | 2024-12-20T21:30:24.522Z | [ helios-setup] Dec 20 21:30:23.768 INFO E| Compiling futures-io v0.3.28 |
3175 | 2024-12-20T21:30:25.612Z | [ helios-setup] Dec 20 21:30:24.852 INFO E| Compiling crunchy v0.2.2 |
3176 | 2024-12-20T21:30:26.825Z | [ helios-setup] Dec 20 21:30:26.071 INFO E| Compiling ahash v0.8.3 |
3177 | 2024-12-20T21:30:26.855Z | [ helios-setup] Dec 20 21:30:26.101 INFO E| Compiling rustix v0.37.3 |
3178 | 2024-12-20T21:30:27.260Z | [ helios-setup] Dec 20 21:30:26.506 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3179 | 2024-12-20T21:30:27.485Z | [ helios-setup] Dec 20 21:30:26.731 INFO E| Compiling tiny-keccak v2.0.2 |
3180 | 2024-12-20T21:30:27.552Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3181 | 2024-12-20T21:30:27.676Z | [ helios-setup] Dec 20 21:30:26.922 INFO E| Compiling serde_derive_internals v0.26.0 |
3182 | 2024-12-20T21:30:27.849Z | [ helios-setup] Dec 20 21:30:27.095 INFO E| Compiling hashbrown v0.12.3 |
3183 | 2024-12-20T21:30:28.822Z | [ helios-setup] Dec 20 21:30:28.068 INFO E| Compiling crypto-common v0.1.6 |
3184 | 2024-12-20T21:30:28.867Z | [ helios-setup] Dec 20 21:30:28.113 INFO E| Compiling block-buffer v0.10.3 |
3185 | 2024-12-20T21:30:30.221Z | [ helios-setup] Dec 20 21:30:29.467 INFO E| Compiling errno v0.3.1 |
3186 | 2024-12-20T21:30:30.464Z | [ helios-setup] Dec 20 21:30:29.710 INFO E| Compiling pkg-config v0.3.26 |
3187 | 2024-12-20T21:30:30.618Z | [ helios-setup] Dec 20 21:30:29.864 INFO E| Compiling crossbeam-utils v0.8.14 |
3188 | 2024-12-20T21:30:30.837Z | [ helios-setup] Dec 20 21:30:30.082 INFO E| Compiling fnv v1.0.7 |
3189 | 2024-12-20T21:30:31.127Z | [ helios-setup] Dec 20 21:30:30.373 INFO E| Compiling slog v2.7.0 |
3190 | 2024-12-20T21:30:31.904Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3191 | 2024-12-20T21:30:32.082Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3192 | 2024-12-20T21:30:32.429Z | [ helios-setup] Dec 20 21:30:31.674 INFO E| Compiling http v0.2.9 |
3193 | 2024-12-20T21:30:33.681Z | [ helios-setup] Dec 20 21:30:32.926 INFO E| Compiling digest v0.10.6 |
3194 | 2024-12-20T21:30:34.452Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
3195 | 2024-12-20T21:30:34.613Z | [ helios-setup] Dec 20 21:30:33.858 INFO E| Compiling aho-corasick v0.7.20 |
3196 | 2024-12-20T21:30:35.093Z | [ helios-setup] Dec 20 21:30:34.339 INFO E| Compiling percent-encoding v2.2.0 |
3197 | 2024-12-20T21:30:35.373Z | [ helios-setup] Dec 20 21:30:34.618 INFO E| Compiling cpufeatures v0.2.5 |
3198 | 2024-12-20T21:30:35.753Z | [ helios-setup] Dec 20 21:30:34.999 INFO E| Compiling anyhow v1.0.68 |
3199 | 2024-12-20T21:30:35.892Z | [ helios-setup] Dec 20 21:30:35.137 INFO E| Compiling heck v0.4.1 |
3200 | 2024-12-20T21:30:36.673Z | [ helios-setup] Dec 20 21:30:35.918 INFO E| Compiling tinyvec_macros v0.1.1 |
3201 | 2024-12-20T21:30:37.226Z | [ helios-setup] Dec 20 21:30:36.471 INFO E| Compiling unicode-width v0.1.10 |
3202 | 2024-12-20T21:30:37.415Z | [ helios-setup] Dec 20 21:30:36.660 INFO E| Compiling httparse v1.8.0 |
3203 | 2024-12-20T21:30:37.486Z | [ helios-setup] Dec 20 21:30:36.732 INFO E| Compiling regex-syntax v0.6.29 |
3204 | 2024-12-20T21:30:37.532Z | [ helios-setup] Dec 20 21:30:36.777 INFO E| Compiling const-random-macro v0.1.15 |
3205 | 2024-12-20T21:30:37.939Z | [ helios-setup] Dec 20 21:30:37.183 INFO E| Compiling tinyvec v1.6.0 |
3206 | 2024-12-20T21:30:37.990Z | [ helios-setup] Dec 20 21:30:37.235 INFO E| Compiling thiserror-impl v1.0.38 |
3207 | 2024-12-20T21:30:38.601Z | [ helios-setup] Dec 20 21:30:37.846 INFO E| Compiling schemars_derive v0.8.12 |
3208 | 2024-12-20T21:30:38.688Z | [ helios-setup] Dec 20 21:30:37.918 INFO E| Compiling serde_derive v1.0.204 |
3209 | 2024-12-20T21:30:38.767Z | [ helios-setup] Dec 20 21:30:38.011 INFO E| Compiling tokio-macros v2.0.0 |
3210 | 2024-12-20T21:30:39.459Z | [ helios-setup] Dec 20 21:30:38.704 INFO E| Compiling futures-macro v0.3.28 |
3211 | 2024-12-20T21:30:41.934Z | [ helios-setup] Dec 20 21:30:41.178 INFO E| Compiling form_urlencoded v1.1.0 |
3212 | 2024-12-20T21:30:42.343Z | [ helios-setup] Dec 20 21:30:41.587 INFO E| Compiling hashbrown v0.13.2 |
3213 | 2024-12-20T21:30:43.782Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3214 | 2024-12-20T21:30:44.662Z | [ helios-setup] Dec 20 21:30:43.906 INFO E| Compiling regex v1.7.3 |
3215 | 2024-12-20T21:30:44.704Z | [ helios-setup] Dec 20 21:30:43.947 INFO E| Compiling chrono v0.4.24 |
3216 | 2024-12-20T21:30:44.919Z | [ helios-setup] Dec 20 21:30:44.162 INFO E| Compiling libz-sys v1.1.8 |
3217 | 2024-12-20T21:30:47.057Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3218 | 2024-12-20T21:30:48.109Z | [ helios-setup] Dec 20 21:30:47.353 INFO E| Compiling uuid v1.3.0 |
3219 | 2024-12-20T21:30:48.327Z | [ helios-setup] Dec 20 21:30:47.571 INFO E| Compiling dyn-clone v1.0.11 |
3220 | 2024-12-20T21:30:48.881Z | [ helios-setup] Dec 20 21:30:48.125 INFO E| Compiling regress v0.5.0 |
3221 | 2024-12-20T21:30:49.010Z | [ helios-setup] Dec 20 21:30:48.253 INFO E| Compiling unicode-normalization v0.1.22 |
3222 | 2024-12-20T21:30:51.088Z | [ helios-setup] Dec 20 21:30:50.332 INFO E| Compiling const-random v0.1.15 |
3223 | 2024-12-20T21:30:51.217Z | [ helios-setup] Dec 20 21:30:50.461 INFO E| Compiling getopts v0.2.21 |
3224 | 2024-12-20T21:30:51.632Z | [ helios-setup] Dec 20 21:30:50.874 INFO E| Compiling tracing-core v0.1.30 |
3225 | 2024-12-20T21:30:52.324Z | [ helios-setup] Dec 20 21:30:51.553 INFO E| Compiling memoffset v0.7.1 |
3226 | 2024-12-20T21:30:53.290Z | [ helios-setup] Dec 20 21:30:52.533 INFO E| Compiling unicode-bidi v0.3.13 |
3227 | 2024-12-20T21:30:54.713Z | [ helios-setup] Dec 20 21:30:53.957 INFO E| Compiling ucd-trie v0.1.5 |
3228 | 2024-12-20T21:30:55.762Z | [ helios-setup] Dec 20 21:30:55.005 INFO E| Compiling num-conv v0.1.0 |
3229 | 2024-12-20T21:30:56.423Z | [ helios-setup] Dec 20 21:30:55.666 INFO E| Compiling time-core v0.1.2 |
3230 | 2024-12-20T21:30:56.423Z | [ helios-setup] Dec 20 21:30:55.666 INFO E| Compiling powerfmt v0.2.0 |
3231 | 2024-12-20T21:30:57.284Z | [ helios-setup] Dec 20 21:30:56.528 INFO E| Compiling time-macros v0.2.18 |
3232 | 2024-12-20T21:30:57.423Z | [ helios-setup] Dec 20 21:30:56.666 INFO E| Compiling deranged v0.3.11 |
3233 | 2024-12-20T21:30:57.600Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3234 | 2024-12-20T21:30:58.194Z | [ helios-setup] Dec 20 21:30:57.436 INFO E| Compiling idna v0.3.0 |
3235 | 2024-12-20T21:30:58.473Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3236 | 2024-12-20T21:30:59.616Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3237 | 2024-12-20T21:30:59.885Z | [ helios-setup] Dec 20 21:30:59.128 INFO E| Compiling pest v2.5.7 |
3238 | 2024-12-20T21:31:00.361Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3239 | 2024-12-20T21:31:01.455Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3240 | 2024-12-20T21:31:02.431Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3241 | 2024-12-20T21:31:02.591Z | [ helios-setup] Dec 20 21:31:01.833 INFO E| Compiling tracing v0.1.37 |
3242 | 2024-12-20T21:31:03.747Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3243 | 2024-12-20T21:31:04.871Z | [ helios-setup] Dec 20 21:31:04.113 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3244 | 2024-12-20T21:31:04.970Z | [ host-package] Compiling hashlink v0.9.1 |
3245 | 2024-12-20T21:31:05.194Z | [ helios-setup] Dec 20 21:31:04.437 INFO E| Compiling time v0.1.45 |
3246 | 2024-12-20T21:31:05.572Z | [ helios-setup] Dec 20 21:31:04.814 INFO E| Compiling crossbeam-epoch v0.9.13 |
3247 | 2024-12-20T21:31:06.318Z | [ helios-setup] Dec 20 21:31:05.560 INFO E| Compiling semver v1.0.17 |
3248 | 2024-12-20T21:31:06.539Z | [ host-package] Compiling tungstenite v0.23.0 |
3249 | 2024-12-20T21:31:06.826Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3250 | 2024-12-20T21:31:07.050Z | [ helios-setup] Dec 20 21:31:06.291 INFO E| Compiling toml v0.5.11 |
3251 | 2024-12-20T21:31:07.392Z | [ helios-setup] Dec 20 21:31:06.634 INFO E| Compiling serde_tokenstream v0.2.0 |
3252 | 2024-12-20T21:31:08.186Z | [ helios-setup] Dec 20 21:31:07.428 INFO E| Compiling num_threads v0.1.6 |
3253 | 2024-12-20T21:31:08.661Z | [ helios-setup] Dec 20 21:31:07.903 INFO E| Compiling iana-time-zone v0.1.56 |
3254 | 2024-12-20T21:31:08.861Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3255 | 2024-12-20T21:31:08.894Z | [ helios-setup] Dec 20 21:31:08.136 INFO E| Compiling time v0.3.36 |
3256 | 2024-12-20T21:31:09.091Z | [ helios-setup] Dec 20 21:31:08.334 INFO E| Compiling smallvec v1.10.0 |
3257 | 2024-12-20T21:31:09.199Z | [ host-package] Compiling base64 v0.13.1 |
3258 | 2024-12-20T21:31:09.862Z | [ host-package] Compiling rusqlite v0.32.1 |
3259 | 2024-12-20T21:31:11.097Z | [ host-package] Compiling ron v0.7.1 |
3260 | 2024-12-20T21:31:11.606Z | [ helios-setup] Dec 20 21:31:10.848 INFO E| Compiling parking_lot v0.12.1 |
3261 | 2024-12-20T21:31:14.014Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3262 | 2024-12-20T21:31:15.508Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3263 | 2024-12-20T21:31:15.785Z | [ helios-setup] Dec 20 21:31:15.026 INFO E| Compiling semver-parser v0.10.2 |
3264 | 2024-12-20T21:31:16.502Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3265 | 2024-12-20T21:31:18.149Z | [ helios-setup] Dec 20 21:31:17.391 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3266 | 2024-12-20T21:31:19.551Z | [ helios-setup] Dec 20 21:31:18.792 INFO E| Compiling url v2.3.1 |
3267 | 2024-12-20T21:31:21.049Z | [ host-package] Compiling xz2 v0.1.7 |
3268 | 2024-12-20T21:31:21.473Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3269 | 2024-12-20T21:31:21.877Z | [ helios-setup] Dec 20 21:31:21.118 INFO E| Compiling crossbeam-channel v0.5.6 |
3270 | 2024-12-20T21:31:22.613Z | [ host-package] Compiling zone v0.1.8 |
3271 | 2024-12-20T21:31:23.437Z | [ helios-setup] Dec 20 21:31:22.677 INFO E| Compiling dirs-sys-next v0.1.2 |
3272 | 2024-12-20T21:31:25.252Z | [ helios-setup] Dec 20 21:31:24.492 INFO E| Compiling crc32fast v1.3.2 |
3273 | 2024-12-20T21:31:25.544Z | [ helios-setup] Dec 20 21:31:24.784 INFO E| Compiling same-file v1.0.6 |
3274 | 2024-12-20T21:31:25.795Z | [ helios-setup] Dec 20 21:31:25.036 INFO E| Compiling try-lock v0.2.4 |
3275 | 2024-12-20T21:31:26.016Z | [ helios-setup] Dec 20 21:31:25.257 INFO E| Compiling want v0.3.0 |
3276 | 2024-12-20T21:31:26.541Z | [ helios-setup] Dec 20 21:31:25.780 INFO E| Compiling walkdir v2.3.3 |
3277 | 2024-12-20T21:31:26.761Z | [ helios-setup] Dec 20 21:31:26.002 INFO E| Compiling dirs-next v2.0.0 |
3278 | 2024-12-20T21:31:29.224Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3279 | 2024-12-20T21:31:30.261Z | [ helios-setup] Dec 20 21:31:29.501 INFO E| Compiling semver v0.11.0 |
3280 | 2024-12-20T21:31:30.404Z | [ helios-setup] Dec 20 21:31:29.645 INFO E| Compiling proc-macro-crate v1.2.1 |
3281 | 2024-12-20T21:31:31.833Z | [ helios-setup] Dec 20 21:31:31.073 INFO E| Compiling tokio-util v0.7.7 |
3282 | 2024-12-20T21:31:32.455Z | [ helios-setup] Dec 20 21:31:31.695 INFO E| Compiling futures-executor v0.3.28 |
3283 | 2024-12-20T21:31:34.539Z | [ helios-setup] Dec 20 21:31:33.779 INFO E| Compiling h2 v0.3.16 |
3284 | 2024-12-20T21:31:35.085Z | [ helios-setup] Dec 20 21:31:34.325 INFO E| Compiling http-body v0.4.5 |
3285 | 2024-12-20T21:31:35.885Z | [ helios-setup] Dec 20 21:31:35.125 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3286 | 2024-12-20T21:31:36.205Z | [ helios-setup] Dec 20 21:31:35.445 INFO E| Compiling ring v0.16.20 |
3287 | 2024-12-20T21:31:36.466Z | [ helios-setup] Dec 20 21:31:35.706 INFO E| Compiling rand_core v0.6.4 |
3288 | 2024-12-20T21:31:37.595Z | [ helios-setup] Dec 20 21:31:36.835 INFO E| Compiling thread_local v1.1.7 |
3289 | 2024-12-20T21:31:37.666Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3290 | 2024-12-20T21:31:38.953Z | [ helios-setup] Dec 20 21:31:38.193 INFO E| Compiling ppv-lite86 v0.2.17 |
3291 | 2024-12-20T21:31:39.022Z | [ helios-setup] Dec 20 21:31:38.261 INFO E| Compiling utf8parse v0.2.1 |
3292 | 2024-12-20T21:31:39.407Z | [ helios-setup] Dec 20 21:31:38.646 INFO E| Compiling base64 v0.21.0 |
3293 | 2024-12-20T21:31:40.942Z | [ helios-setup] Dec 20 21:31:40.181 INFO E| Compiling tower-service v0.3.2 |
3294 | 2024-12-20T21:31:41.170Z | [ helios-setup] Dec 20 21:31:40.409 INFO E| Compiling rayon-core v1.10.2 |
3295 | 2024-12-20T21:31:41.509Z | [ helios-setup] Dec 20 21:31:40.748 INFO E| Compiling fastrand v1.9.0 |
3296 | 2024-12-20T21:31:42.051Z | [ helios-setup] Dec 20 21:31:41.290 INFO E| Compiling lazy_static v1.4.0 |
3297 | 2024-12-20T21:31:42.448Z | [ helios-setup] Dec 20 21:31:41.687 INFO E| Compiling adler v1.0.2 |
3298 | 2024-12-20T21:31:42.554Z | [ helios-setup] Dec 20 21:31:41.793 INFO E| Compiling httpdate v1.0.2 |
3299 | 2024-12-20T21:31:43.308Z | [ helios-setup] Dec 20 21:31:42.547 INFO E| Compiling home v0.5.4 |
3300 | 2024-12-20T21:31:44.035Z | [ helios-setup] Dec 20 21:31:43.274 INFO E| Compiling toolchain_find v0.2.0 |
3301 | 2024-12-20T21:31:44.057Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3302 | 2024-12-20T21:31:44.099Z | [ helios-setup] Dec 20 21:31:43.338 INFO E| Compiling miniz_oxide v0.6.2 |
3303 | 2024-12-20T21:31:44.931Z | [ helios-setup] Dec 20 21:31:44.170 INFO E| Compiling tempfile v3.5.0 |
3304 | 2024-12-20T21:31:45.541Z | [ helios-setup] Dec 20 21:31:44.780 INFO E| Compiling rand_chacha v0.3.1 |
3305 | 2024-12-20T21:31:46.680Z | [ helios-setup] Dec 20 21:31:45.918 INFO E| Compiling anstyle-parse v0.1.1 |
3306 | 2024-12-20T21:31:47.546Z | [ helios-setup] Dec 20 21:31:46.784 INFO E| Compiling hyper v0.14.25 |
3307 | 2024-12-20T21:31:51.704Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3308 | 2024-12-20T21:31:54.102Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3309 | 2024-12-20T21:31:57.816Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3310 | 2024-12-20T21:32:00.909Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3311 | 2024-12-20T21:32:05.870Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3312 | 2024-12-20T21:32:05.942Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3313 | 2024-12-20T21:32:06.777Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3314 | 2024-12-20T21:32:06.937Z | [ helios-setup] Dec 20 21:32:06.174 INFO E| Compiling futures v0.3.28 |
3315 | 2024-12-20T21:32:07.145Z | [ helios-setup] Dec 20 21:32:06.382 INFO E| Compiling num_enum_derive v0.5.7 |
3316 | 2024-12-20T21:32:07.291Z | [ helios-setup] Dec 20 21:32:06.528 INFO E| Compiling cargo-lock v8.0.3 |
3317 | 2024-12-20T21:32:07.423Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3318 | 2024-12-20T21:32:08.101Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3319 | 2024-12-20T21:32:08.497Z | [ host-package] Compiling twox-hash v1.6.3 |
3320 | 2024-12-20T21:32:10.703Z | [ host-package] Compiling yasna v0.5.2 |
3321 | 2024-12-20T21:32:11.113Z | [ helios-setup] Dec 20 21:32:10.349 INFO E| Compiling crossbeam-deque v0.8.2 |
3322 | 2024-12-20T21:32:11.168Z | [ helios-setup] Dec 20 21:32:10.404 INFO E| Compiling term v0.7.0 |
3323 | 2024-12-20T21:32:12.020Z | [ helios-setup] Dec 20 21:32:11.257 INFO E| Compiling serde_urlencoded v0.7.1 |
3324 | 2024-12-20T21:32:13.020Z | [ helios-setup] Dec 20 21:32:12.256 INFO E| Compiling is-terminal v0.4.7 |
3325 | 2024-12-20T21:32:13.421Z | [ helios-setup] Dec 20 21:32:12.654 INFO E| Compiling sha1 v0.10.5 |
3326 | 2024-12-20T21:32:13.520Z | [ helios-setup] Dec 20 21:32:12.756 INFO E| Compiling sha2 v0.10.6 |
3327 | 2024-12-20T21:32:14.676Z | [ helios-setup] Dec 20 21:32:13.912 INFO E| Compiling atty v0.2.14 |
3328 | 2024-12-20T21:32:15.550Z | [ helios-setup] Dec 20 21:32:14.786 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3329 | 2024-12-20T21:32:15.624Z | [ host-package] Compiling smawk v0.3.2 |
3330 | 2024-12-20T21:32:15.981Z | [ host-package] Compiling is_ci v1.2.0 |
3331 | 2024-12-20T21:32:16.436Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3332 | 2024-12-20T21:32:16.608Z | [ host-package] Compiling supports-color v3.0.1 |
3333 | 2024-12-20T21:32:16.828Z | [ helios-setup] Dec 20 21:32:16.064 INFO E| Compiling concolor-override v1.0.0 |
3334 | 2024-12-20T21:32:16.876Z | [ helios-setup] Dec 20 21:32:16.113 INFO E| Compiling concolor-query v0.3.3 |
3335 | 2024-12-20T21:32:17.382Z | [ helios-setup] Dec 20 21:32:16.618 INFO E| Compiling anstyle v0.3.5 |
3336 | 2024-12-20T21:32:17.444Z | [ host-package] Compiling textwrap v0.16.1 |
3337 | 2024-12-20T21:32:17.537Z | [ host-package] Compiling rcgen v0.12.1 |
3338 | 2024-12-20T21:32:19.689Z | [ helios-setup] Dec 20 21:32:18.925 INFO E| Compiling anstream v0.2.6 |
3339 | 2024-12-20T21:32:22.314Z | [ helios-setup] Dec 20 21:32:21.550 INFO E| Compiling slog-term v2.9.0 |
3340 | 2024-12-20T21:32:24.136Z | [ helios-setup] Dec 20 21:32:23.371 INFO E| Compiling flate2 v1.0.25 |
3341 | 2024-12-20T21:32:24.921Z | [ helios-setup] Dec 20 21:32:24.156 INFO E| Compiling num_enum v0.5.7 |
3342 | 2024-12-20T21:32:25.265Z | [ helios-setup] Dec 20 21:32:24.500 INFO E| Compiling rand v0.8.5 |
3343 | 2024-12-20T21:32:26.822Z | [ helios-setup] Dec 20 21:32:26.057 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3344 | 2024-12-20T21:32:27.693Z | [ helios-setup] Dec 20 21:32:26.929 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3345 | 2024-12-20T21:32:28.163Z | [ helios-setup] Dec 20 21:32:27.397 INFO E| Compiling openapiv3 v1.0.2 |
3346 | 2024-12-20T21:32:28.972Z | [ helios-setup] Dec 20 21:32:28.207 INFO E| Compiling encoding_rs v0.8.32 |
3347 | 2024-12-20T21:32:29.514Z | [ helios-setup] Dec 20 21:32:28.749 INFO E| Compiling strsim v0.10.0 |
3348 | 2024-12-20T21:32:30.391Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3349 | 2024-12-20T21:32:32.978Z | [ helios-setup] Dec 20 21:32:32.212 INFO E| Compiling unsafe-libyaml v0.2.8 |
3350 | 2024-12-20T21:32:36.187Z | [ helios-setup] Dec 20 21:32:35.421 INFO E| Compiling mime v0.3.17 |
3351 | 2024-12-20T21:32:36.650Z | [ helios-setup] Dec 20 21:32:35.885 INFO E| Compiling byteorder v1.4.3 |
3352 | 2024-12-20T21:32:37.160Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3353 | 2024-12-20T21:32:37.296Z | [ helios-setup] Dec 20 21:32:36.530 INFO E| Compiling either v1.8.0 |
3354 | 2024-12-20T21:32:38.028Z | [ helios-setup] Dec 20 21:32:37.263 INFO E| Compiling ipnet v2.7.2 |
3355 | 2024-12-20T21:32:38.213Z | [ helios-setup] Dec 20 21:32:37.447 INFO E| Compiling base64 v0.13.1 |
3356 | 2024-12-20T21:32:38.384Z | [ helios-setup] Dec 20 21:32:37.618 INFO E| Compiling clap_lex v0.4.1 |
3357 | 2024-12-20T21:32:38.623Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3358 | 2024-12-20T21:32:39.798Z | [ helios-setup] Dec 20 21:32:39.032 INFO E| Compiling spin v0.5.2 |
3359 | 2024-12-20T21:32:39.859Z | [ helios-setup] Dec 20 21:32:39.093 INFO E| Compiling utf-8 v0.7.6 |
3360 | 2024-12-20T21:32:40.456Z | [ helios-setup] Dec 20 21:32:39.689 INFO E| Compiling untrusted v0.7.1 |
3361 | 2024-12-20T21:32:40.606Z | [ helios-setup] Dec 20 21:32:39.840 INFO E| Compiling project-root v0.2.2 |
3362 | 2024-12-20T21:32:41.134Z | [ helios-setup] Dec 20 21:32:40.367 INFO E| Compiling tungstenite v0.18.0 |
3363 | 2024-12-20T21:32:41.503Z | [ helios-setup] Dec 20 21:32:40.737 INFO E| Compiling clap_builder v4.2.1 |
3364 | 2024-12-20T21:32:42.141Z | [ helios-setup] Dec 20 21:32:41.375 INFO E| Compiling reqwest v0.11.16 |
3365 | 2024-12-20T21:32:43.328Z | [ helios-setup] Dec 20 21:32:42.562 INFO E| Compiling rayon v1.6.1 |
3366 | 2024-12-20T21:32:45.678Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3367 | 2024-12-20T21:32:47.953Z | [ helios-setup] Dec 20 21:32:47.186 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3368 | 2024-12-20T21:32:49.996Z | [ helios-setup] Dec 20 21:32:49.228 INFO E| Compiling serde_yaml v0.9.21 |
3369 | 2024-12-20T21:32:54.361Z | [ helios-setup] Dec 20 21:32:53.593 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3370 | 2024-12-20T21:32:57.316Z | [ helios-setup] Dec 20 21:32:56.548 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3371 | 2024-12-20T21:32:59.603Z | [ helios-setup] Dec 20 21:32:58.835 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3372 | 2024-12-20T21:32:59.902Z | [ helios-setup] Dec 20 21:32:59.134 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3373 | 2024-12-20T21:33:01.497Z | [ helios-setup] Dec 20 21:33:00.729 INFO E| Compiling clap_derive v4.2.0 |
3374 | 2024-12-20T21:33:11.297Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3375 | 2024-12-20T21:33:11.618Z | [ helios-setup] Dec 20 21:33:10.849 INFO E| Compiling clap v4.2.1 |
3376 | 2024-12-20T21:33:12.189Z | [ helios-setup] Dec 20 21:33:11.420 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3377 | 2024-12-20T21:33:13.129Z | [ helios-setup] Dec 20 21:33:12.359 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3378 | 2024-12-20T21:33:19.816Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3379 | 2024-12-20T21:33:22.663Z | [ helios-setup] Dec 20 21:33:21.893 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3380 | 2024-12-20T21:33:26.069Z | [ helios-setup] Dec 20 21:33:25.299 INFO E| Compiling tokio-tungstenite v0.18.0 |
3381 | 2024-12-20T21:33:27.581Z | [ helios-setup] Dec 20 21:33:26.811 INFO E| Compiling smartstring v1.0.1 |
3382 | 2024-12-20T21:33:28.224Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3383 | 2024-12-20T21:33:28.768Z | [ helios-setup] Dec 20 21:33:27.997 INFO E| Compiling rustls v0.21.0 |
3384 | 2024-12-20T21:33:31.061Z | [ helios-setup] Dec 20 21:33:30.290 INFO E| Compiling serde_spanned v0.6.1 |
3385 | 2024-12-20T21:33:31.615Z | [ helios-setup] Dec 20 21:33:30.844 INFO E| Compiling toml_datetime v0.6.1 |
3386 | 2024-12-20T21:33:33.112Z | [ helios-setup] Dec 20 21:33:32.337 INFO E| Compiling paste v1.0.12 |
3387 | 2024-12-20T21:33:33.819Z | [ helios-setup] Dec 20 21:33:33.047 INFO E| Compiling camino v1.1.4 |
3388 | 2024-12-20T21:33:34.316Z | [ helios-setup] Dec 20 21:33:33.544 INFO E| Compiling async-trait v0.1.68 |
3389 | 2024-12-20T21:33:35.212Z | [ helios-setup] Dec 20 21:33:34.440 INFO E| Compiling match_cfg v0.1.0 |
3390 | 2024-12-20T21:33:35.264Z | [ helios-setup] Dec 20 21:33:34.488 INFO E| Compiling winnow v0.4.1 |
3391 | 2024-12-20T21:33:35.408Z | [ helios-setup] Dec 20 21:33:34.637 INFO E| Compiling slog-async v2.7.0 |
3392 | 2024-12-20T21:33:35.606Z | [ helios-setup] Dec 20 21:33:34.835 INFO E| Compiling static_assertions v1.1.0 |
3393 | 2024-12-20T21:33:37.543Z | [ helios-setup] Dec 20 21:33:36.772 INFO E| Compiling hostname v0.3.1 |
3394 | 2024-12-20T21:33:38.017Z | [ helios-setup] Dec 20 21:33:37.246 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3395 | 2024-12-20T21:33:38.371Z | [ helios-setup] Dec 20 21:33:37.599 INFO E| Compiling slog-json v2.6.1 |
3396 | 2024-12-20T21:33:39.442Z | [ helios-setup] Dec 20 21:33:38.670 INFO E| Compiling unicode-linebreak v0.1.4 |
3397 | 2024-12-20T21:33:41.525Z | [ helios-setup] Dec 20 21:33:40.754 INFO E| Compiling async-stream-impl v0.3.5 |
3398 | 2024-12-20T21:33:42.938Z | [ helios-setup] Dec 20 21:33:42.166 INFO E| Compiling toml_edit v0.19.8 |
3399 | 2024-12-20T21:33:44.592Z | [ helios-setup] Dec 20 21:33:43.820 INFO E| Compiling sct v0.7.0 |
3400 | 2024-12-20T21:33:44.786Z | [ helios-setup] Dec 20 21:33:44.014 INFO E| Compiling rustls-webpki v0.100.1 |
3401 | 2024-12-20T21:33:45.631Z | [ helios-setup] Dec 20 21:33:44.859 INFO E| Compiling rhai_codegen v1.5.0 |
3402 | 2024-12-20T21:33:49.034Z | [ helios-setup] Dec 20 21:33:48.261 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3403 | 2024-12-20T21:33:50.136Z | [ helios-setup] Dec 20 21:33:49.364 INFO E| Compiling take_mut v0.2.2 |
3404 | 2024-12-20T21:33:50.719Z | [ helios-setup] Dec 20 21:33:49.946 INFO E| Compiling rhai v1.14.0 |
3405 | 2024-12-20T21:33:54.406Z | [ helios-setup] Dec 20 21:33:53.633 INFO E| Compiling toml v0.7.3 |
3406 | 2024-12-20T21:33:54.535Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3407 | 2024-12-20T21:33:55.221Z | [ helios-setup] Dec 20 21:33:54.448 INFO E| Compiling async-stream v0.3.5 |
3408 | 2024-12-20T21:33:56.128Z | [ helios-setup] Dec 20 21:33:55.355 INFO E| Compiling tokio-rustls v0.24.0 |
3409 | 2024-12-20T21:33:56.183Z | [ helios-setup] Dec 20 21:33:55.410 INFO E| Compiling slog-bunyan v2.4.0 |
3410 | 2024-12-20T21:33:59.109Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3411 | 2024-12-20T21:33:59.608Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3412 | 2024-12-20T21:33:59.976Z | [ helios-setup] Dec 20 21:33:59.203 INFO E| Compiling rustls-pemfile v1.0.2 |
3413 | 2024-12-20T21:34:00.252Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3414 | 2024-12-20T21:34:00.435Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3415 | 2024-12-20T21:34:00.640Z | [ helios-setup] Dec 20 21:33:59.866 INFO E| Compiling bincode v1.3.3 |
3416 | 2024-12-20T21:34:01.390Z | [ helios-setup] Dec 20 21:34:00.616 INFO E| Compiling serde_path_to_error v0.1.11 |
3417 | 2024-12-20T21:34:03.235Z | [ helios-setup] Dec 20 21:34:02.461 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3418 | 2024-12-20T21:34:03.462Z | [ helios-setup] Dec 20 21:34:02.689 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3419 | 2024-12-20T21:34:05.734Z | [ helios-setup] Dec 20 21:34:04.960 INFO E| Compiling terminal_size v0.2.6 |
3420 | 2024-12-20T21:34:06.102Z | [ helios-setup] Dec 20 21:34:05.328 INFO E| Compiling smawk v0.3.1 |
3421 | 2024-12-20T21:34:06.858Z | [ helios-setup] Dec 20 21:34:06.084 INFO E| Compiling textwrap v0.16.0 |
3422 | 2024-12-20T21:34:12.688Z | [ host-package] Compiling fatfs v0.3.6 |
3423 | 2024-12-20T21:34:18.378Z | [ host-package] Compiling subprocess v0.2.9 |
3424 | 2024-12-20T21:34:21.067Z | [ host-package] Compiling rtoolbox v0.0.2 |
3425 | 2024-12-20T21:34:22.322Z | [ host-package] Compiling assert_matches v1.5.0 |
3426 | 2024-12-20T21:34:26.633Z | [ host-package] Compiling rpassword v7.3.1 |
3427 | 2024-12-20T21:34:27.441Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3428 | 2024-12-20T21:34:34.158Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3429 | 2024-12-20T21:34:38.905Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3430 | 2024-12-20T21:34:38.964Z | [ helios-setup] Dec 20 21:34:38.187 INFO E| Compiling git2 v0.16.1 |
3431 | 2024-12-20T21:34:39.524Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3432 | 2024-12-20T21:34:40.672Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3433 | 2024-12-20T21:34:41.299Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3434 | 2024-12-20T21:34:44.391Z | [ helios-setup] Dec 20 21:34:43.614 INFO E| Compiling built v0.6.0 |
3435 | 2024-12-20T21:34:47.832Z | [ helios-setup] Dec 20 21:34:47.054 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3436 | 2024-12-20T21:34:47.935Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3437 | 2024-12-20T21:34:48.424Z | [ host-package] Compiling uzers v0.12.1 |
3438 | 2024-12-20T21:34:49.301Z | [ helios-setup] Dec 20 21:34:48.523 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3439 | 2024-12-20T21:34:50.007Z | [ helios-setup] Dec 20 21:34:49.229 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3440 | 2024-12-20T21:34:50.010Z | [ helios-setup] Dec 20 21:34:49.229 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3441 | 2024-12-20T21:34:52.801Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3442 | 2024-12-20T21:34:53.561Z | [ helios-setup] Dec 20 21:34:52.783 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3443 | 2024-12-20T21:35:02.245Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3444 | 2024-12-20T21:35:06.150Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3445 | 2024-12-20T21:35:40.571Z | [ helios-setup] Dec 20 21:35:39.788 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3446 | 2024-12-20T21:35:51.378Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3447 | 2024-12-20T21:35:55.891Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3448 | 2024-12-20T21:36:01.588Z | [ host-package] Compiling multimap v0.10.0 |
3449 | 2024-12-20T21:36:46.412Z | [ helios-setup] Dec 20 21:36:45.623 INFO E| Finished `release` profile [optimized] target(s) in 6m 43s |
3450 | 2024-12-20T21:36:46.593Z | [ helios-setup] Dec 20 21:36:45.804 INFO building project "pilot" ok (403 seconds) |
3451 | 2024-12-20T21:36:46.595Z | [ helios-setup] rm -f helios-build |
3452 | 2024-12-20T21:36:46.598Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3453 | 2024-12-20T21:36:46.601Z | [ helios-setup] |
3454 | 2024-12-20T21:36:46.603Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3455 | 2024-12-20T21:36:46.606Z | [ helios-setup] |
3456 | 2024-12-20T21:36:46.606Z | [ helios-setup] |
3457 | 2024-12-20T21:36:46.606Z | [ helios-setup] real 11:49.368589209 |
3458 | 2024-12-20T21:36:46.606Z | [ helios-setup] user 28:59.975344852 |
3459 | 2024-12-20T21:36:46.606Z | [ helios-setup] sys 3:32.849870232 |
3460 | 2024-12-20T21:36:46.606Z | [ helios-setup] trap 1.750097407 |
3461 | 2024-12-20T21:36:46.606Z | [ helios-setup] tflt 7.000070873 |
3462 | 2024-12-20T21:36:46.607Z | [ helios-setup] dflt 27.414559121 |
3463 | 2024-12-20T21:36:46.607Z | [ helios-setup] kflt 0.032727314 |
3464 | 2024-12-20T21:36:46.607Z | [ helios-setup] lock 2:01:59.593291837 |
3465 | 2024-12-20T21:36:46.607Z | [ helios-setup] slp 3:41:40.867375894 |
3466 | 2024-12-20T21:36:46.607Z | [ helios-setup] lat 32:49.413968602 |
3467 | 2024-12-20T21:36:46.607Z | [ helios-setup] stop 4:11.279779887 |
3468 | 2024-12-20T21:36:46.607Z | Dec 20 21:36:45.817 INFO [helios-setup] process exited with exit status: 0 (709.375745118s) |
3469 | 2024-12-20T21:36:46.609Z | Dec 20 21:36:45.818 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3470 | 2024-12-20T21:36:46.631Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3471 | 2024-12-20T21:36:47.023Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3472 | 2024-12-20T21:36:47.023Z | [ phbl-toolchain] info: downloading component 'cargo' |
3473 | 2024-12-20T21:36:48.654Z | [ phbl-toolchain] info: downloading component 'clippy' |
3474 | 2024-12-20T21:36:49.006Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3475 | 2024-12-20T21:36:53.711Z | [ phbl-toolchain] info: downloading component 'miri' |
3476 | 2024-12-20T21:36:53.897Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3477 | 2024-12-20T21:36:55.463Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3478 | 2024-12-20T21:36:55.686Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3479 | 2024-12-20T21:36:57.566Z | [ phbl-toolchain] info: downloading component 'rustc' |
3480 | 2024-12-20T21:37:06.210Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3481 | 2024-12-20T21:37:06.581Z | [ phbl-toolchain] info: installing component 'cargo' |
3482 | 2024-12-20T21:37:08.017Z | [ phbl-toolchain] info: installing component 'clippy' |
3483 | 2024-12-20T21:37:08.536Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3484 | 2024-12-20T21:37:14.269Z | [ phbl-toolchain] info: installing component 'miri' |
3485 | 2024-12-20T21:37:14.590Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3486 | 2024-12-20T21:37:23.019Z | [ phbl-toolchain] info: installing component 'rust-src' |
3487 | 2024-12-20T21:37:23.918Z | [ phbl-toolchain] info: installing component 'rust-std' |
3488 | 2024-12-20T21:37:26.429Z | [ phbl-toolchain] info: installing component 'rustc' |
3489 | 2024-12-20T21:37:35.627Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3490 | 2024-12-20T21:37:36.443Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3491 | 2024-12-20T21:37:36.446Z | Dec 20 21:37:35.653 INFO [phbl-toolchain] process exited with exit status: 0 (49.835611789s) |
3492 | 2024-12-20T21:38:43.049Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3493 | 2024-12-20T21:38:46.106Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3494 | 2024-12-20T21:45:31.254Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 42s |
3495 | 2024-12-20T21:46:40.128Z | Dec 20 21:46:39.285 INFO [host-package] process exited with exit status: 0 (1251.594040205s) |
3496 | 2024-12-20T21:46:40.128Z | Dec 20 21:46:39.286 INFO [host-stamp] running task |
3497 | 2024-12-20T21:46:40.132Z | Dec 20 21:46:39.286 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3498 | 2024-12-20T21:46:40.132Z | Dec 20 21:46:39.286 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+gitf0c692d7aa8 |
3499 | 2024-12-20T21:46:40.142Z | Dec 20 21:46:39.300 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+gitf0c692d7aa8 |
3500 | 2024-12-20T21:46:40.148Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3501 | 2024-12-20T21:46:40.154Z | Dec 20 21:46:39.306 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+gitf0c692d7aa8 |
3502 | 2024-12-20T21:46:40.157Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3503 | 2024-12-20T21:46:40.159Z | Dec 20 21:46:39.314 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+gitf0c692d7aa8 |
3504 | 2024-12-20T21:46:40.164Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3505 | 2024-12-20T21:46:40.167Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3506 | 2024-12-20T21:46:40.167Z | Dec 20 21:46:39.324 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+gitf0c692d7aa8 |
3507 | 2024-12-20T21:46:40.172Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3508 | 2024-12-20T21:46:40.176Z | Dec 20 21:46:39.334 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+gitf0c692d7aa8 |
3509 | 2024-12-20T21:46:40.185Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3510 | 2024-12-20T21:46:40.189Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3511 | 2024-12-20T21:46:40.194Z | Dec 20 21:46:39.347 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+gitf0c692d7aa8 |
3512 | 2024-12-20T21:46:40.204Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3513 | 2024-12-20T21:46:40.212Z | Dec 20 21:46:39.362 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+gitf0c692d7aa8 |
3514 | 2024-12-20T21:46:40.219Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3515 | 2024-12-20T21:46:40.222Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3516 | 2024-12-20T21:46:40.225Z | Dec 20 21:46:39.380 INFO [stamp-oxlog] process exited with exit status: 0 (94.15872ms) |
3517 | 2024-12-20T21:46:40.225Z | Dec 20 21:46:39.380 INFO [stamp-overlay] process exited with exit status: 0 (33.047135ms) |
3518 | 2024-12-20T21:46:40.231Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3519 | 2024-12-20T21:46:40.234Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3520 | 2024-12-20T21:46:40.237Z | Dec 20 21:46:39.395 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (32.797854ms) |
3521 | 2024-12-20T21:46:40.310Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3522 | 2024-12-20T21:46:40.315Z | Dec 20 21:46:39.470 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (136.190084ms) |
3523 | 2024-12-20T21:46:40.374Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3524 | 2024-12-20T21:46:40.379Z | Dec 20 21:46:39.535 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (234.944601ms) |
3525 | 2024-12-20T21:46:40.513Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3526 | 2024-12-20T21:46:40.517Z | Dec 20 21:46:39.675 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (368.549464ms) |
3527 | 2024-12-20T21:46:41.276Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3528 | 2024-12-20T21:46:41.296Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3529 | 2024-12-20T21:46:41.300Z | Dec 20 21:46:40.455 INFO [stamp-propolis-server] process exited with exit status: 0 (1.140886548s) |
3530 | 2024-12-20T21:46:43.616Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3531 | 2024-12-20T21:46:50.938Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3532 | 2024-12-20T21:46:50.945Z | Dec 20 21:46:50.098 INFO [stamp-switch-asic] process exited with exit status: 0 (10.773240583s) |
3533 | 2024-12-20T21:46:50.945Z | Dec 20 21:46:50.098 INFO [host-stamp] task succeeded (10.812219181s) |
3534 | 2024-12-20T21:46:50.945Z | Dec 20 21:46:50.098 INFO [host-proto] running task |
3535 | 2024-12-20T21:46:51.352Z | Dec 20 21:46:50.508 INFO [host-proto] task succeeded (410.160491ms) |
3536 | 2024-12-20T21:46:51.352Z | Dec 20 21:46:50.508 INFO [host-profile] running task |
3537 | 2024-12-20T21:46:51.358Z | Dec 20 21:46:50.509 INFO [host-profile] task succeeded (419.188µs) |
3538 | 2024-12-20T21:46:51.358Z | Dec 20 21:46:50.509 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.311' -P /tmp/.tmpz5fbTL/proto/host/root -N 'ci f0c692d/${os_short_commit} 2024-12-20 21:24' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3539 | 2024-12-20T21:46:51.370Z | [ host-image] Dec 20 21:46:50.527 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3540 | 2024-12-20T21:46:51.378Z | [ host-image] Dec 20 21:46:50.527 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3541 | 2024-12-20T21:46:51.388Z | [ host-image] Dec 20 21:46:50.544 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpz5fbTL/proto/host/root" |
3542 | 2024-12-20T21:46:51.394Z | [ host-image] Dec 20 21:46:50.544 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3543 | 2024-12-20T21:46:51.395Z | [ host-image] Dec 20 21:46:50.545 INFO image builder template: ramdisk-01-os... |
3544 | 2024-12-20T21:46:51.395Z | [ host-image] Dec 20 21:46:50.545 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/.tmpz5fbTL/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.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3545 | 2024-12-20T21:46:51.408Z | [ host-image] Dec 20 21:46:50.565 INFO O| Dec 20 21:46:50.564 INFO CREATE DATASET: rpool/images/build/host/output |
3546 | 2024-12-20T21:46:51.829Z | [ host-image] Dec 20 21:46:50.985 INFO O| Dec 20 21:46:50.985 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3547 | 2024-12-20T21:46:51.845Z | [ host-image] Dec 20 21:46:50.991 INFO O| Dec 20 21:46:50.991 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3548 | 2024-12-20T21:46:52.057Z | [ host-image] Dec 20 21:46:51.210 INFO O| Dec 20 21:46:51.209 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3549 | 2024-12-20T21:46:52.127Z | [ host-image] Dec 20 21:46:51.281 INFO O| Dec 20 21:46:51.281 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3550 | 2024-12-20T21:46:52.127Z | [ host-image] Dec 20 21:46:51.281 INFO O| Dec 20 21:46:51.281 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3551 | 2024-12-20T21:46:52.152Z | [ host-image] Dec 20 21:46:51.281 INFO O| Dec 20 21:46:51.281 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3552 | 2024-12-20T21:46:52.152Z | [ host-image] Dec 20 21:46:51.281 INFO O| Dec 20 21:46:51.281 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3553 | 2024-12-20T21:46:52.175Z | [ host-image] Dec 20 21:46:51.293 INFO O| Dec 20 21:46:51.293 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3554 | 2024-12-20T21:46:52.379Z | [ host-image] Dec 20 21:46:51.535 INFO O| Dec 20 21:46:51.535 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3555 | 2024-12-20T21:46:52.395Z | [ host-image] Dec 20 21:46:51.551 INFO O| Dec 20 21:46:51.551 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3556 | 2024-12-20T21:46:52.977Z | [ host-image] Dec 20 21:46:52.133 INFO O| Dec 20 21:46:52.133 INFO O| Caching catalogs ... Done |
3557 | 2024-12-20T21:46:53.109Z | [ host-image] Dec 20 21:46:52.261 INFO O| Dec 20 21:46:52.261 INFO STEP 0 (pkg_image_create) COMPLETE |
3558 | 2024-12-20T21:46:53.109Z | [ host-image] Dec 20 21:46:52.261 INFO O| Dec 20 21:46:52.261 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3559 | 2024-12-20T21:46:53.122Z | [ host-image] Dec 20 21:46:52.261 INFO O| Dec 20 21:46:52.261 INFO skip step because feature "repo_redist" is not enabled |
3560 | 2024-12-20T21:46:53.122Z | [ host-image] Dec 20 21:46:52.261 INFO O| Dec 20 21:46:52.261 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3561 | 2024-12-20T21:46:53.140Z | [ host-image] Dec 20 21:46:52.279 INFO O| Dec 20 21:46:52.279 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"] |
3562 | 2024-12-20T21:46:56.456Z | [ host-image] Dec 20 21:46:52.838 INFO O| Dec 20 21:46:52.838 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3563 | 2024-12-20T21:46:56.456Z | [ host-image] Dec 20 21:46:52.838 INFO O| Dec 20 21:46:52.838 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3564 | 2024-12-20T21:46:56.520Z | [ host-image] Dec 20 21:46:52.855 INFO O| Dec 20 21:46:52.855 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"] |
3565 | 2024-12-20T21:46:56.520Z | [ host-image] Dec 20 21:46:53.432 INFO O| Dec 20 21:46:53.432 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3566 | 2024-12-20T21:46:56.520Z | [ host-image] Dec 20 21:46:53.432 INFO O| Dec 20 21:46:53.432 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3567 | 2024-12-20T21:46:56.520Z | [ host-image] Dec 20 21:46:53.432 INFO O| Dec 20 21:46:53.432 INFO skip step because feature "repo_redist" is not enabled |
3568 | 2024-12-20T21:46:56.520Z | [ host-image] Dec 20 21:46:53.432 INFO O| Dec 20 21:46:53.432 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3569 | 2024-12-20T21:46:56.520Z | [ host-image] Dec 20 21:46:54.001 INFO O| Dec 20 21:46:54.000 INFO variant opensolaris.zone is already global |
3570 | 2024-12-20T21:46:56.520Z | [ host-image] Dec 20 21:46:54.001 INFO O| Dec 20 21:46:54.000 INFO STEP 5 (pkg_change_variant) COMPLETE |
3571 | 2024-12-20T21:46:56.520Z | [ host-image] Dec 20 21:46:54.001 INFO O| Dec 20 21:46:54.000 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3572 | 2024-12-20T21:46:56.520Z | [ host-image] Dec 20 21:46:54.552 INFO O| Dec 20 21:46:54.552 INFO variant opensolaris.imagetype is full; changing to partial |
3573 | 2024-12-20T21:46:56.520Z | [ host-image] Dec 20 21:46:54.552 INFO O| Dec 20 21:46:54.552 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3574 | 2024-12-20T21:47:02.935Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.55s |
3575 | 2024-12-20T21:47:03.219Z | [ host-image] Dec 20 21:47:02.374 INFO O| Dec 20 21:47:02.374 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3576 | 2024-12-20T21:47:04.242Z | Dec 20 21:47:03.398 INFO [recovery-package] process exited with exit status: 0 (24.111642058s) |
3577 | 2024-12-20T21:47:04.245Z | Dec 20 21:47:03.398 INFO [recovery-stamp] running task |
3578 | 2024-12-20T21:47:04.245Z | Dec 20 21:47:03.398 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3579 | 2024-12-20T21:47:04.250Z | Dec 20 21:47:03.406 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitf0c692d7aa8 |
3580 | 2024-12-20T21:47:04.256Z | Dec 20 21:47:03.412 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+gitf0c692d7aa8 |
3581 | 2024-12-20T21:47:04.265Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3582 | 2024-12-20T21:47:04.272Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3583 | 2024-12-20T21:47:04.349Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3584 | 2024-12-20T21:47:04.353Z | Dec 20 21:47:03.509 INFO [stamp-installinator] process exited with exit status: 0 (103.102872ms) |
3585 | 2024-12-20T21:47:04.388Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3586 | 2024-12-20T21:47:04.392Z | Dec 20 21:47:03.547 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (135.120157ms) |
3587 | 2024-12-20T21:47:04.394Z | Dec 20 21:47:03.547 INFO [recovery-stamp] task succeeded (149.50169ms) |
3588 | 2024-12-20T21:47:04.394Z | Dec 20 21:47:03.547 INFO [recovery-proto] running task |
3589 | 2024-12-20T21:47:04.394Z | Dec 20 21:47:03.547 INFO [tuf-stamp] running task |
3590 | 2024-12-20T21:47:04.394Z | Dec 20 21:47:03.548 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+gitf0c692d7aa8 |
3591 | 2024-12-20T21:47:04.407Z | Dec 20 21:47:03.561 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+gitf0c692d7aa8 |
3592 | 2024-12-20T21:47:04.420Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3593 | 2024-12-20T21:47:04.423Z | Dec 20 21:47:03.576 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+gitf0c692d7aa8 |
3594 | 2024-12-20T21:47:04.436Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3595 | 2024-12-20T21:47:04.439Z | Dec 20 21:47:03.591 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+gitf0c692d7aa8 |
3596 | 2024-12-20T21:47:04.453Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3597 | 2024-12-20T21:47:04.456Z | Dec 20 21:47:03.609 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+gitf0c692d7aa8 |
3598 | 2024-12-20T21:47:04.477Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3599 | 2024-12-20T21:47:04.480Z | Dec 20 21:47:03.633 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+gitf0c692d7aa8 |
3600 | 2024-12-20T21:47:04.564Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3601 | 2024-12-20T21:47:04.567Z | Dec 20 21:47:03.720 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+gitf0c692d7aa8 |
3602 | 2024-12-20T21:47:04.567Z | Dec 20 21:47:03.720 INFO [recovery-proto] task succeeded (172.023465ms) |
3603 | 2024-12-20T21:47:04.574Z | Dec 20 21:47:03.730 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.311' -P /tmp/.tmpz5fbTL/proto/recovery/root -N 'recovery f0c692d/${os_short_commit} 2024-12-20 21:24' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3604 | 2024-12-20T21:47:04.589Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3605 | 2024-12-20T21:47:04.589Z | Dec 20 21:47:03.745 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+gitf0c692d7aa8 |
3606 | 2024-12-20T21:47:04.672Z | Dec 20 21:47:03.826 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+gitf0c692d7aa8 |
3607 | 2024-12-20T21:47:04.675Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3608 | 2024-12-20T21:47:04.675Z | [ recovery-image] Dec 20 21:47:03.752 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3609 | 2024-12-20T21:47:04.773Z | Dec 20 21:47:03.929 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+gitf0c692d7aa8 |
3610 | 2024-12-20T21:47:04.808Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3611 | 2024-12-20T21:47:04.829Z | [ recovery-image] Dec 20 21:47:03.753 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3612 | 2024-12-20T21:47:04.832Z | [ recovery-image] Dec 20 21:47:03.769 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpz5fbTL/proto/recovery/root" |
3613 | 2024-12-20T21:47:04.832Z | [ recovery-image] Dec 20 21:47:03.769 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3614 | 2024-12-20T21:47:04.832Z | [ recovery-image] Dec 20 21:47:03.769 INFO image builder template: ramdisk-01-os... |
3615 | 2024-12-20T21:47:04.832Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3616 | 2024-12-20T21:47:04.832Z | Dec 20 21:47:03.985 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+gitf0c692d7aa8 |
3617 | 2024-12-20T21:47:04.832Z | [ recovery-image] Dec 20 21:47:03.769 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/.tmpz5fbTL/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.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3618 | 2024-12-20T21:47:04.832Z | [ recovery-image] Dec 20 21:47:03.819 INFO O| Dec 20 21:47:03.819 INFO CREATE DATASET: rpool/images/build/recovery/output |
3619 | 2024-12-20T21:47:04.849Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3620 | 2024-12-20T21:47:04.864Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3621 | 2024-12-20T21:47:05.003Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3622 | 2024-12-20T21:47:05.067Z | Dec 20 21:47:04.220 INFO [stamp-probe] process exited with exit status: 0 (290.93174ms) |
3623 | 2024-12-20T21:47:05.161Z | [ recovery-image] Dec 20 21:47:04.314 INFO O| Dec 20 21:47:04.313 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3624 | 2024-12-20T21:47:05.166Z | [ recovery-image] Dec 20 21:47:04.320 INFO O| Dec 20 21:47:04.320 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3625 | 2024-12-20T21:47:05.197Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
3626 | 2024-12-20T21:47:05.226Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3627 | 2024-12-20T21:47:05.453Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3628 | 2024-12-20T21:47:05.467Z | Dec 20 21:47:04.620 INFO [stamp-ntp] process exited with exit status: 0 (635.1249ms) |
3629 | 2024-12-20T21:47:05.636Z | [ recovery-image] Dec 20 21:47:04.791 INFO O| Dec 20 21:47:04.791 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3630 | 2024-12-20T21:47:05.773Z | [ recovery-image] Dec 20 21:47:04.906 INFO O| Dec 20 21:47:04.906 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3631 | 2024-12-20T21:47:05.831Z | [ recovery-image] Dec 20 21:47:04.906 INFO O| Dec 20 21:47:04.906 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3632 | 2024-12-20T21:47:05.900Z | [ recovery-image] Dec 20 21:47:04.906 INFO O| Dec 20 21:47:04.906 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3633 | 2024-12-20T21:47:05.900Z | [ recovery-image] Dec 20 21:47:04.906 INFO O| Dec 20 21:47:04.906 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3634 | 2024-12-20T21:47:05.903Z | [ recovery-image] Dec 20 21:47:04.918 INFO O| Dec 20 21:47:04.918 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3635 | 2024-12-20T21:47:06.209Z | [ recovery-image] Dec 20 21:47:05.364 INFO O| Dec 20 21:47:05.364 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3636 | 2024-12-20T21:47:06.242Z | [ recovery-image] Dec 20 21:47:05.397 INFO O| Dec 20 21:47:05.397 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3637 | 2024-12-20T21:47:06.253Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3638 | 2024-12-20T21:47:06.311Z | Dec 20 21:47:05.467 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.64067079s) |
3639 | 2024-12-20T21:47:06.485Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3640 | 2024-12-20T21:47:06.511Z | Dec 20 21:47:05.666 INFO [stamp-internal-dns] process exited with exit status: 0 (1.921385707s) |
3641 | 2024-12-20T21:47:06.511Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3642 | 2024-12-20T21:47:06.515Z | Dec 20 21:47:05.670 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.060609998s) |
3643 | 2024-12-20T21:47:06.618Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3644 | 2024-12-20T21:47:06.687Z | Dec 20 21:47:05.842 INFO [stamp-external-dns] process exited with exit status: 0 (2.122315866s) |
3645 | 2024-12-20T21:47:06.745Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3646 | 2024-12-20T21:47:06.749Z | Dec 20 21:47:05.904 INFO [stamp-oximeter] process exited with exit status: 0 (2.328110711s) |
3647 | 2024-12-20T21:47:06.813Z | [ recovery-image] Dec 20 21:47:05.968 INFO O| Dec 20 21:47:05.968 INFO O| Caching catalogs ... Done |
3648 | 2024-12-20T21:47:06.930Z | [ recovery-image] Dec 20 21:47:06.085 INFO O| Dec 20 21:47:06.085 INFO STEP 0 (pkg_image_create) COMPLETE |
3649 | 2024-12-20T21:47:06.930Z | [ recovery-image] Dec 20 21:47:06.085 INFO O| Dec 20 21:47:06.085 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3650 | 2024-12-20T21:47:06.930Z | [ recovery-image] Dec 20 21:47:06.085 INFO O| Dec 20 21:47:06.085 INFO skip step because feature "repo_redist" is not enabled |
3651 | 2024-12-20T21:47:06.933Z | [ recovery-image] Dec 20 21:47:06.085 INFO O| Dec 20 21:47:06.085 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3652 | 2024-12-20T21:47:06.945Z | [ recovery-image] Dec 20 21:47:06.100 INFO O| Dec 20 21:47:06.100 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"] |
3653 | 2024-12-20T21:47:07.403Z | [ recovery-image] Dec 20 21:47:06.558 INFO O| Dec 20 21:47:06.558 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3654 | 2024-12-20T21:47:07.403Z | [ recovery-image] Dec 20 21:47:06.558 INFO O| Dec 20 21:47:06.558 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3655 | 2024-12-20T21:47:07.418Z | [ recovery-image] Dec 20 21:47:06.573 INFO O| Dec 20 21:47:06.573 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"] |
3656 | 2024-12-20T21:47:07.909Z | [ recovery-image] Dec 20 21:47:07.063 INFO O| Dec 20 21:47:07.063 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3657 | 2024-12-20T21:47:07.912Z | [ recovery-image] Dec 20 21:47:07.063 INFO O| Dec 20 21:47:07.063 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3658 | 2024-12-20T21:47:07.912Z | [ recovery-image] Dec 20 21:47:07.063 INFO O| Dec 20 21:47:07.063 INFO skip step because feature "repo_redist" is not enabled |
3659 | 2024-12-20T21:47:07.913Z | [ recovery-image] Dec 20 21:47:07.063 INFO O| Dec 20 21:47:07.063 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3660 | 2024-12-20T21:47:08.375Z | [ recovery-image] Dec 20 21:47:07.530 INFO O| Dec 20 21:47:07.530 INFO variant opensolaris.zone is already global |
3661 | 2024-12-20T21:47:08.377Z | [ recovery-image] Dec 20 21:47:07.530 INFO O| Dec 20 21:47:07.530 INFO STEP 5 (pkg_change_variant) COMPLETE |
3662 | 2024-12-20T21:47:08.377Z | [ recovery-image] Dec 20 21:47:07.530 INFO O| Dec 20 21:47:07.530 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3663 | 2024-12-20T21:47:08.806Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3664 | 2024-12-20T21:47:08.810Z | Dec 20 21:47:07.965 INFO [stamp-nexus] process exited with exit status: 0 (4.416745401s) |
3665 | 2024-12-20T21:47:08.845Z | [ recovery-image] Dec 20 21:47:08.000 INFO O| Dec 20 21:47:07.999 INFO variant opensolaris.imagetype is full; changing to partial |
3666 | 2024-12-20T21:47:08.849Z | [ recovery-image] Dec 20 21:47:08.000 INFO O| Dec 20 21:47:08.000 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3667 | 2024-12-20T21:47:09.155Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3668 | 2024-12-20T21:47:09.157Z | [verify-libraries] Compiling home v0.5.9 |
3669 | 2024-12-20T21:47:09.343Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3670 | 2024-12-20T21:47:09.371Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3671 | 2024-12-20T21:47:09.374Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3672 | 2024-12-20T21:47:09.374Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3673 | 2024-12-20T21:47:09.484Z | [verify-libraries] Compiling nix v0.28.0 |
3674 | 2024-12-20T21:47:09.670Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3675 | 2024-12-20T21:47:09.767Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3676 | 2024-12-20T21:47:09.769Z | [verify-libraries] Compiling polyval v0.6.2 |
3677 | 2024-12-20T21:47:09.929Z | [ host-image] Dec 20 21:47:09.083 INFO O| Dec 20 21:47:09.083 INFO O| Startup: Caching catalogs ... Done |
3678 | 2024-12-20T21:47:09.974Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3679 | 2024-12-20T21:47:10.037Z | [ host-image] Dec 20 21:47:09.192 INFO O| Dec 20 21:47:09.191 INFO O| Planning: Planning completed in 0.00 seconds |
3680 | 2024-12-20T21:47:10.040Z | [ host-image] Dec 20 21:47:09.193 INFO O| Dec 20 21:47:09.193 INFO O| Planning: Consolidating action changes ... Done |
3681 | 2024-12-20T21:47:10.040Z | [ host-image] Dec 20 21:47:09.193 INFO O| Dec 20 21:47:09.193 INFO O| Planning: Evaluating mediators ... Done |
3682 | 2024-12-20T21:47:10.040Z | [ host-image] Dec 20 21:47:09.194 INFO O| Dec 20 21:47:09.194 INFO O| Planning: Planning completed in 0.00 seconds |
3683 | 2024-12-20T21:47:10.040Z | [ host-image] Dec 20 21:47:09.194 INFO O| Dec 20 21:47:09.194 INFO O| Variants/Facets to change: 1 |
3684 | 2024-12-20T21:47:10.101Z | [ host-image] Dec 20 21:47:09.256 INFO O| Dec 20 21:47:09.256 INFO O| Done |
3685 | 2024-12-20T21:47:10.102Z | [ host-image] Dec 20 21:47:09.256 INFO O| Dec 20 21:47:09.256 INFO O| Done |
3686 | 2024-12-20T21:47:10.597Z | [verify-libraries] Compiling ghash v0.5.1 |
3687 | 2024-12-20T21:47:10.655Z | [verify-libraries] Compiling ctr v0.9.2 |
3688 | 2024-12-20T21:47:11.148Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3689 | 2024-12-20T21:47:11.182Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3690 | 2024-12-20T21:47:11.210Z | Dec 20 21:47:10.365 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.773250186s) |
3691 | 2024-12-20T21:47:11.212Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3692 | 2024-12-20T21:47:11.268Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3693 | 2024-12-20T21:47:11.424Z | [verify-libraries] Compiling blowfish v0.9.1 |
3694 | 2024-12-20T21:47:11.446Z | [ host-image] Dec 20 21:47:10.600 INFO O| Dec 20 21:47:10.600 INFO O| Done |
3695 | 2024-12-20T21:47:11.564Z | [ host-image] Dec 20 21:47:10.715 INFO O| Dec 20 21:47:10.715 INFO O| Done |
3696 | 2024-12-20T21:47:11.567Z | [ host-image] Dec 20 21:47:10.716 INFO O| Dec 20 21:47:10.716 INFO O| Done |
3697 | 2024-12-20T21:47:11.567Z | [ host-image] Dec 20 21:47:10.716 INFO O| Dec 20 21:47:10.716 INFO O| Done |
3698 | 2024-12-20T21:47:11.568Z | [ host-image] Dec 20 21:47:10.718 INFO O| Dec 20 21:47:10.718 INFO O| Done |
3699 | 2024-12-20T21:47:12.245Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3700 | 2024-12-20T21:47:12.398Z | [ host-image] Dec 20 21:47:11.552 INFO O| Dec 20 21:47:11.552 INFO STEP 6 (pkg_change_variant) COMPLETE |
3701 | 2024-12-20T21:47:12.398Z | [ host-image] Dec 20 21:47:11.552 INFO O| Dec 20 21:47:11.552 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3702 | 2024-12-20T21:47:12.398Z | [ host-image] Dec 20 21:47:11.552 INFO O| Dec 20 21:47:11.552 INFO skip step because feature "debug_variant" is not enabled |
3703 | 2024-12-20T21:47:12.401Z | [ host-image] Dec 20 21:47:11.552 INFO O| Dec 20 21:47:11.552 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3704 | 2024-12-20T21:47:12.917Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3705 | 2024-12-20T21:47:12.988Z | [ host-image] Dec 20 21:47:12.142 INFO O| Dec 20 21:47:12.142 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3706 | 2024-12-20T21:47:13.139Z | [verify-libraries] Compiling password-hash v0.4.2 |
3707 | 2024-12-20T21:47:13.797Z | [ host-image] Dec 20 21:47:12.951 INFO O| Dec 20 21:47:12.950 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3708 | 2024-12-20T21:47:13.800Z | [ host-image] Dec 20 21:47:12.952 INFO O| Dec 20 21:47:12.952 INFO O| Planning: Planning completed in 0.00 seconds |
3709 | 2024-12-20T21:47:13.800Z | [ host-image] Dec 20 21:47:12.953 INFO O| Dec 20 21:47:12.953 INFO O| Planning: Consolidating action changes ... Done |
3710 | 2024-12-20T21:47:13.800Z | [ host-image] Dec 20 21:47:12.953 INFO O| Dec 20 21:47:12.953 INFO O| Planning: Evaluating mediators ... Done |
3711 | 2024-12-20T21:47:13.800Z | [ host-image] Dec 20 21:47:12.954 INFO O| Dec 20 21:47:12.953 INFO O| Planning: Planning completed in 0.00 seconds |
3712 | 2024-12-20T21:47:13.800Z | [ host-image] Dec 20 21:47:12.954 INFO O| Dec 20 21:47:12.954 INFO O| Variants/Facets to change: 1 |
3713 | 2024-12-20T21:47:13.890Z | [ host-image] Dec 20 21:47:13.044 INFO O| Dec 20 21:47:13.044 INFO O| Done |
3714 | 2024-12-20T21:47:13.890Z | [ host-image] Dec 20 21:47:13.044 INFO O| Dec 20 21:47:13.044 INFO O| Done |
3715 | 2024-12-20T21:47:14.830Z | [ host-image] Dec 20 21:47:13.983 INFO O| Dec 20 21:47:13.983 INFO O| Done |
3716 | 2024-12-20T21:47:14.935Z | [ host-image] Dec 20 21:47:14.089 INFO O| Dec 20 21:47:14.089 INFO O| Done |
3717 | 2024-12-20T21:47:14.940Z | [ host-image] Dec 20 21:47:14.090 INFO O| Dec 20 21:47:14.090 INFO O| Done |
3718 | 2024-12-20T21:47:14.940Z | [ host-image] Dec 20 21:47:14.090 INFO O| Dec 20 21:47:14.090 INFO O| Done |
3719 | 2024-12-20T21:47:14.940Z | [ host-image] Dec 20 21:47:14.092 INFO O| Dec 20 21:47:14.092 INFO O| Done |
3720 | 2024-12-20T21:47:15.038Z | [ host-image] Dec 20 21:47:14.192 INFO O| Dec 20 21:47:14.191 INFO STEP 8 (pkg_change_facet) COMPLETE |
3721 | 2024-12-20T21:47:15.038Z | [ host-image] Dec 20 21:47:14.192 INFO O| Dec 20 21:47:14.192 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3722 | 2024-12-20T21:47:15.039Z | [ host-image] Dec 20 21:47:14.192 INFO O| Dec 20 21:47:14.192 INFO skip step because feature "recovery" is not enabled |
3723 | 2024-12-20T21:47:15.039Z | [ host-image] Dec 20 21:47:14.192 INFO O| Dec 20 21:47:14.192 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3724 | 2024-12-20T21:47:15.039Z | [ host-image] Dec 20 21:47:14.192 INFO O| Dec 20 21:47:14.192 INFO skip step because feature "recovery" is not enabled |
3725 | 2024-12-20T21:47:15.039Z | [ host-image] Dec 20 21:47:14.192 INFO O| Dec 20 21:47:14.192 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3726 | 2024-12-20T21:47:15.058Z | [ host-image] Dec 20 21:47:14.212 INFO O| Dec 20 21:47:14.212 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"] |
3727 | 2024-12-20T21:47:15.967Z | [verify-libraries] Compiling rustyline v14.0.0 |
3728 | 2024-12-20T21:47:16.693Z | [ host-image] Dec 20 21:47:15.847 INFO O| Dec 20 21:47:15.847 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3729 | 2024-12-20T21:47:18.428Z | [verify-libraries] Compiling matches v0.1.10 |
3730 | 2024-12-20T21:47:18.727Z | [verify-libraries] Compiling idna v0.2.3 |
3731 | 2024-12-20T21:47:18.996Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3732 | 2024-12-20T21:47:19.029Z | Dec 20 21:47:18.183 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.550076092s) |
3733 | 2024-12-20T21:47:19.190Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3734 | 2024-12-20T21:47:19.338Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3735 | 2024-12-20T21:47:19.540Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3736 | 2024-12-20T21:47:19.586Z | Dec 20 21:47:18.739 INFO [stamp-clickhouse] process exited with exit status: 0 (15.177809001s) |
3737 | 2024-12-20T21:47:19.587Z | Dec 20 21:47:18.739 INFO [tuf-stamp] task succeeded (15.191889467s) |
3738 | 2024-12-20T21:47:19.820Z | [verify-libraries] Compiling p256 v0.13.2 |
3739 | 2024-12-20T21:47:22.878Z | [verify-libraries] Compiling p521 v0.13.3 |
3740 | 2024-12-20T21:47:23.163Z | [ recovery-image] Dec 20 21:47:22.316 INFO O| Dec 20 21:47:22.316 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3741 | 2024-12-20T21:47:23.728Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3742 | 2024-12-20T21:47:25.056Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3743 | 2024-12-20T21:47:25.368Z | [verify-libraries] Compiling md5 v0.7.0 |
3744 | 2024-12-20T21:47:25.531Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3745 | 2024-12-20T21:47:26.030Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3746 | 2024-12-20T21:47:31.720Z | [ recovery-image] Dec 20 21:47:30.873 INFO O| Dec 20 21:47:30.873 INFO O| Startup: Caching catalogs ... Done |
3747 | 2024-12-20T21:47:31.892Z | [ recovery-image] Dec 20 21:47:31.044 INFO O| Dec 20 21:47:31.044 INFO O| Planning: Planning completed in 0.00 seconds |
3748 | 2024-12-20T21:47:31.895Z | [ recovery-image] Dec 20 21:47:31.046 INFO O| Dec 20 21:47:31.046 INFO O| Planning: Consolidating action changes ... Done |
3749 | 2024-12-20T21:47:31.895Z | [ recovery-image] Dec 20 21:47:31.046 INFO O| Dec 20 21:47:31.046 INFO O| Planning: Evaluating mediators ... Done |
3750 | 2024-12-20T21:47:31.895Z | [ recovery-image] Dec 20 21:47:31.046 INFO O| Dec 20 21:47:31.046 INFO O| Planning: Planning completed in 0.00 seconds |
3751 | 2024-12-20T21:47:31.895Z | [ recovery-image] Dec 20 21:47:31.047 INFO O| Dec 20 21:47:31.047 INFO O| Variants/Facets to change: 1 |
3752 | 2024-12-20T21:47:32.046Z | [ recovery-image] Dec 20 21:47:31.198 INFO O| Dec 20 21:47:31.198 INFO O| Done |
3753 | 2024-12-20T21:47:32.046Z | [ recovery-image] Dec 20 21:47:31.198 INFO O| Dec 20 21:47:31.198 INFO O| Done |
3754 | 2024-12-20T21:47:33.126Z | [ recovery-image] Dec 20 21:47:32.279 INFO O| Dec 20 21:47:32.279 INFO O| Done |
3755 | 2024-12-20T21:47:33.221Z | [ recovery-image] Dec 20 21:47:32.373 INFO O| Dec 20 21:47:32.373 INFO O| Done |
3756 | 2024-12-20T21:47:33.223Z | [ recovery-image] Dec 20 21:47:32.375 INFO O| Dec 20 21:47:32.375 INFO O| Done |
3757 | 2024-12-20T21:47:33.224Z | [ recovery-image] Dec 20 21:47:32.375 INFO O| Dec 20 21:47:32.375 INFO O| Done |
3758 | 2024-12-20T21:47:33.226Z | [ recovery-image] Dec 20 21:47:32.377 INFO O| Dec 20 21:47:32.377 INFO O| Done |
3759 | 2024-12-20T21:47:33.941Z | [ recovery-image] Dec 20 21:47:33.094 INFO O| Dec 20 21:47:33.094 INFO STEP 6 (pkg_change_variant) COMPLETE |
3760 | 2024-12-20T21:47:33.941Z | [ recovery-image] Dec 20 21:47:33.094 INFO O| Dec 20 21:47:33.094 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3761 | 2024-12-20T21:47:33.944Z | [ recovery-image] Dec 20 21:47:33.094 INFO O| Dec 20 21:47:33.094 INFO skip step because feature "debug_variant" is not enabled |
3762 | 2024-12-20T21:47:33.944Z | [ recovery-image] Dec 20 21:47:33.094 INFO O| Dec 20 21:47:33.094 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3763 | 2024-12-20T21:47:34.614Z | [ recovery-image] Dec 20 21:47:33.767 INFO O| Dec 20 21:47:33.767 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3764 | 2024-12-20T21:47:35.539Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3765 | 2024-12-20T21:47:35.834Z | [ recovery-image] Dec 20 21:47:34.986 INFO O| Dec 20 21:47:34.986 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3766 | 2024-12-20T21:47:35.836Z | [ recovery-image] Dec 20 21:47:34.988 INFO O| Dec 20 21:47:34.988 INFO O| Planning: Planning completed in 0.00 seconds |
3767 | 2024-12-20T21:47:35.836Z | [ recovery-image] Dec 20 21:47:34.989 INFO O| Dec 20 21:47:34.989 INFO O| Planning: Consolidating action changes ... Done |
3768 | 2024-12-20T21:47:35.836Z | [ recovery-image] Dec 20 21:47:34.989 INFO O| Dec 20 21:47:34.989 INFO O| Planning: Evaluating mediators ... Done |
3769 | 2024-12-20T21:47:35.839Z | [ recovery-image] Dec 20 21:47:34.990 INFO O| Dec 20 21:47:34.990 INFO O| Planning: Planning completed in 0.00 seconds |
3770 | 2024-12-20T21:47:35.839Z | [ recovery-image] Dec 20 21:47:34.990 INFO O| Dec 20 21:47:34.990 INFO O| Variants/Facets to change: 1 |
3771 | 2024-12-20T21:47:35.921Z | [ recovery-image] Dec 20 21:47:35.074 INFO O| Dec 20 21:47:35.073 INFO O| Done |
3772 | 2024-12-20T21:47:35.921Z | [ recovery-image] Dec 20 21:47:35.074 INFO O| Dec 20 21:47:35.073 INFO O| Done |
3773 | 2024-12-20T21:47:36.713Z | [ recovery-image] Dec 20 21:47:35.865 INFO O| Dec 20 21:47:35.865 INFO O| Done |
3774 | 2024-12-20T21:47:36.794Z | [ recovery-image] Dec 20 21:47:35.945 INFO O| Dec 20 21:47:35.945 INFO O| Done |
3775 | 2024-12-20T21:47:36.797Z | [ recovery-image] Dec 20 21:47:35.946 INFO O| Dec 20 21:47:35.946 INFO O| Done |
3776 | 2024-12-20T21:47:36.797Z | [ recovery-image] Dec 20 21:47:35.946 INFO O| Dec 20 21:47:35.946 INFO O| Done |
3777 | 2024-12-20T21:47:36.797Z | [ recovery-image] Dec 20 21:47:35.948 INFO O| Dec 20 21:47:35.948 INFO O| Done |
3778 | 2024-12-20T21:47:36.935Z | [ recovery-image] Dec 20 21:47:36.087 INFO O| Dec 20 21:47:36.087 INFO STEP 8 (pkg_change_facet) COMPLETE |
3779 | 2024-12-20T21:47:36.935Z | [ recovery-image] Dec 20 21:47:36.087 INFO O| Dec 20 21:47:36.087 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3780 | 2024-12-20T21:47:37.661Z | [ recovery-image] Dec 20 21:47:36.813 INFO O| Dec 20 21:47:36.813 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3781 | 2024-12-20T21:47:38.959Z | [ recovery-image] Dec 20 21:47:38.111 INFO O| Dec 20 21:47:38.111 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3782 | 2024-12-20T21:47:38.962Z | [ recovery-image] Dec 20 21:47:38.113 INFO O| Dec 20 21:47:38.113 INFO O| Planning: Planning completed in 0.00 seconds |
3783 | 2024-12-20T21:47:38.962Z | [ recovery-image] Dec 20 21:47:38.114 INFO O| Dec 20 21:47:38.114 INFO O| Planning: Consolidating action changes ... Done |
3784 | 2024-12-20T21:47:38.962Z | [ recovery-image] Dec 20 21:47:38.114 INFO O| Dec 20 21:47:38.114 INFO O| Planning: Evaluating mediators ... Done |
3785 | 2024-12-20T21:47:38.965Z | [ recovery-image] Dec 20 21:47:38.115 INFO O| Dec 20 21:47:38.115 INFO O| Planning: Planning completed in 0.00 seconds |
3786 | 2024-12-20T21:47:38.965Z | [ recovery-image] Dec 20 21:47:38.115 INFO O| Dec 20 21:47:38.115 INFO O| Variants/Facets to change: 1 |
3787 | 2024-12-20T21:47:39.119Z | [ recovery-image] Dec 20 21:47:38.271 INFO O| Dec 20 21:47:38.271 INFO O| Done |
3788 | 2024-12-20T21:47:39.119Z | [ recovery-image] Dec 20 21:47:38.271 INFO O| Dec 20 21:47:38.271 INFO O| Done |
3789 | 2024-12-20T21:47:40.100Z | [ recovery-image] Dec 20 21:47:39.252 INFO O| Dec 20 21:47:39.251 INFO O| Done |
3790 | 2024-12-20T21:47:40.223Z | [ recovery-image] Dec 20 21:47:39.375 INFO O| Dec 20 21:47:39.375 INFO O| Done |
3791 | 2024-12-20T21:47:40.225Z | [ recovery-image] Dec 20 21:47:39.376 INFO O| Dec 20 21:47:39.376 INFO O| Done |
3792 | 2024-12-20T21:47:40.225Z | [ recovery-image] Dec 20 21:47:39.376 INFO O| Dec 20 21:47:39.376 INFO O| Done |
3793 | 2024-12-20T21:47:40.229Z | [ recovery-image] Dec 20 21:47:39.378 INFO O| Dec 20 21:47:39.378 INFO O| Done |
3794 | 2024-12-20T21:47:40.409Z | [ recovery-image] Dec 20 21:47:39.561 INFO O| Dec 20 21:47:39.561 INFO STEP 9 (pkg_change_facet) COMPLETE |
3795 | 2024-12-20T21:47:40.409Z | [ recovery-image] Dec 20 21:47:39.561 INFO O| Dec 20 21:47:39.561 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3796 | 2024-12-20T21:47:41.018Z | [ recovery-image] Dec 20 21:47:40.169 INFO O| Dec 20 21:47:40.169 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3797 | 2024-12-20T21:47:42.003Z | [ recovery-image] Dec 20 21:47:41.153 INFO O| Dec 20 21:47:41.153 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3798 | 2024-12-20T21:47:42.006Z | [ recovery-image] Dec 20 21:47:41.155 INFO O| Dec 20 21:47:41.155 INFO O| Planning: Planning completed in 0.00 seconds |
3799 | 2024-12-20T21:47:42.006Z | [ recovery-image] Dec 20 21:47:41.156 INFO O| Dec 20 21:47:41.156 INFO O| Planning: Consolidating action changes ... Done |
3800 | 2024-12-20T21:47:42.006Z | [ recovery-image] Dec 20 21:47:41.156 INFO O| Dec 20 21:47:41.156 INFO O| Planning: Evaluating mediators ... Done |
3801 | 2024-12-20T21:47:42.006Z | [ recovery-image] Dec 20 21:47:41.157 INFO O| Dec 20 21:47:41.157 INFO O| Planning: Planning completed in 0.00 seconds |
3802 | 2024-12-20T21:47:42.006Z | [ recovery-image] Dec 20 21:47:41.157 INFO O| Dec 20 21:47:41.157 INFO O| Variants/Facets to change: 1 |
3803 | 2024-12-20T21:47:42.102Z | [ recovery-image] Dec 20 21:47:41.252 INFO O| Dec 20 21:47:41.252 INFO O| Done |
3804 | 2024-12-20T21:47:42.102Z | [ recovery-image] Dec 20 21:47:41.252 INFO O| Dec 20 21:47:41.252 INFO O| Done |
3805 | 2024-12-20T21:47:42.181Z | [verify-libraries] Compiling des v0.8.1 |
3806 | 2024-12-20T21:47:42.859Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3807 | 2024-12-20T21:47:42.973Z | [ recovery-image] Dec 20 21:47:42.124 INFO O| Dec 20 21:47:42.123 INFO O| Done |
3808 | 2024-12-20T21:47:43.073Z | [ recovery-image] Dec 20 21:47:42.223 INFO O| Dec 20 21:47:42.223 INFO O| Done |
3809 | 2024-12-20T21:47:43.076Z | [ recovery-image] Dec 20 21:47:42.224 INFO O| Dec 20 21:47:42.224 INFO O| Done |
3810 | 2024-12-20T21:47:43.076Z | [ recovery-image] Dec 20 21:47:42.224 INFO O| Dec 20 21:47:42.224 INFO O| Done |
3811 | 2024-12-20T21:47:43.076Z | [ recovery-image] Dec 20 21:47:42.226 INFO O| Dec 20 21:47:42.226 INFO O| Done |
3812 | 2024-12-20T21:47:43.207Z | [ recovery-image] Dec 20 21:47:42.324 INFO O| Dec 20 21:47:42.324 INFO STEP 10 (pkg_change_facet) COMPLETE |
3813 | 2024-12-20T21:47:43.208Z | [ recovery-image] Dec 20 21:47:42.324 INFO O| Dec 20 21:47:42.324 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3814 | 2024-12-20T21:47:43.294Z | [ recovery-image] Dec 20 21:47:42.345 INFO O| Dec 20 21:47:42.345 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"] |
3815 | 2024-12-20T21:47:44.051Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3816 | 2024-12-20T21:47:44.306Z | [ recovery-image] Dec 20 21:47:43.426 INFO O| Dec 20 21:47:43.426 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3817 | 2024-12-20T21:47:44.316Z | [verify-libraries] Compiling russh v0.45.0 |
3818 | 2024-12-20T21:47:45.904Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3819 | 2024-12-20T21:47:49.926Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3820 | 2024-12-20T21:47:52.146Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3821 | 2024-12-20T21:47:56.930Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3822 | 2024-12-20T21:48:05.789Z | [verify-libraries] Compiling petname v2.0.2 |
3823 | 2024-12-20T21:48:07.052Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3824 | 2024-12-20T21:48:07.753Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3825 | 2024-12-20T21:48:08.545Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3826 | 2024-12-20T21:48:12.959Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3827 | 2024-12-20T21:48:16.699Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3828 | 2024-12-20T21:48:22.168Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3829 | 2024-12-20T21:48:23.231Z | [ host-image] Dec 20 21:48:22.374 INFO O| Dec 20 21:48:22.374 INFO O| Planning: Solver setup ... Done |
3830 | 2024-12-20T21:48:29.851Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3831 | 2024-12-20T21:48:50.029Z | [ recovery-image] Dec 20 21:48:49.174 INFO O| Dec 20 21:48:49.174 INFO O| Planning: Solver setup ... Done |
3832 | 2024-12-20T21:48:55.678Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3833 | 2024-12-20T21:48:58.071Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3834 | 2024-12-20T21:49:01.185Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3835 | 2024-12-20T21:49:29.809Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3836 | 2024-12-20T21:49:32.950Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3837 | 2024-12-20T21:49:33.520Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3838 | 2024-12-20T21:49:34.050Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3839 | 2024-12-20T21:49:34.755Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3840 | 2024-12-20T21:49:35.002Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3841 | 2024-12-20T21:49:35.345Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3842 | 2024-12-20T21:49:35.704Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3843 | 2024-12-20T21:49:43.438Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3844 | 2024-12-20T21:49:45.513Z | [ host-image] Dec 20 21:49:44.654 INFO O| Dec 20 21:49:44.653 INFO O| Planning: Running solver ... Done |
3845 | 2024-12-20T21:49:46.148Z | [ host-image] Dec 20 21:49:45.288 INFO O| Dec 20 21:49:45.288 INFO O| Planning: Finding local manifests ... Done |
3846 | 2024-12-20T21:49:46.167Z | [ host-image] Dec 20 21:49:45.305 INFO O| Dec 20 21:49:45.305 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3847 | 2024-12-20T21:49:49.331Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3848 | 2024-12-20T21:49:51.973Z | [ host-image] Dec 20 21:49:51.101 INFO O| Dec 20 21:49:51.101 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3849 | 2024-12-20T21:49:52.154Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3850 | 2024-12-20T21:49:53.069Z | [ host-image] Dec 20 21:49:52.207 INFO O| Dec 20 21:49:52.207 INFO O| Planning: Package planning ... Done |
3851 | 2024-12-20T21:49:54.696Z | [ host-image] Dec 20 21:49:53.836 INFO O| Dec 20 21:49:53.835 INFO O| Planning: Merging actions ... Done |
3852 | 2024-12-20T21:49:55.225Z | [ host-image] Dec 20 21:49:54.364 INFO O| Dec 20 21:49:54.364 INFO O| Planning: Checking for conflicting actions ... Done |
3853 | 2024-12-20T21:49:55.552Z | [ host-image] Dec 20 21:49:54.645 INFO O| Dec 20 21:49:54.645 INFO O| Planning: Consolidating action changes ... Done |
3854 | 2024-12-20T21:49:56.027Z | [ host-image] Dec 20 21:49:55.166 INFO O| Dec 20 21:49:55.166 INFO O| Planning: Evaluating mediators ... Done |
3855 | 2024-12-20T21:50:01.712Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3856 | 2024-12-20T21:50:02.674Z | [ host-image] Dec 20 21:50:01.813 INFO O| Dec 20 21:50:01.813 INFO O| Planning: Planning completed in 165.97 seconds |
3857 | 2024-12-20T21:50:02.700Z | [ host-image] Dec 20 21:50:01.839 INFO O| Dec 20 21:50:01.839 INFO O| Packages to install: 124 |
3858 | 2024-12-20T21:50:02.703Z | [ host-image] Dec 20 21:50:01.839 INFO O| Dec 20 21:50:01.839 INFO O| Mediators to change: 4 |
3859 | 2024-12-20T21:50:02.703Z | [ host-image] Dec 20 21:50:01.839 INFO O| Dec 20 21:50:01.839 INFO O| Services to change: 6 |
3860 | 2024-12-20T21:50:02.814Z | [ host-image] Dec 20 21:50:01.953 INFO O| Dec 20 21:50:01.953 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3861 | 2024-12-20T21:50:06.605Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3862 | 2024-12-20T21:50:07.884Z | [ host-image] Dec 20 21:50:06.959 INFO O| Dec 20 21:50:06.959 INFO O| Download: 891/22788 items 6.1/199.7MB 3% complete (1.3M/s) |
3863 | 2024-12-20T21:50:12.536Z | [ recovery-image] Dec 20 21:50:11.674 INFO O| Dec 20 21:50:11.674 INFO O| Planning: Running solver ... Done |
3864 | 2024-12-20T21:50:13.085Z | [ recovery-image] Dec 20 21:50:12.223 INFO O| Dec 20 21:50:12.223 INFO O| Planning: Finding local manifests ... Done |
3865 | 2024-12-20T21:50:13.110Z | [ recovery-image] Dec 20 21:50:12.247 INFO O| Dec 20 21:50:12.247 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3866 | 2024-12-20T21:50:13.148Z | [ host-image] Dec 20 21:50:12.286 INFO O| Dec 20 21:50:12.286 INFO O| Download: 1617/22788 items 9.7/199.7MB 4% complete (1014k/s) |
3867 | 2024-12-20T21:50:17.990Z | [ recovery-image] Dec 20 21:50:17.128 INFO O| Dec 20 21:50:17.127 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3868 | 2024-12-20T21:50:18.498Z | [ host-image] Dec 20 21:50:17.635 INFO O| Dec 20 21:50:17.635 INFO O| Download: 1944/22788 items 22.1/199.7MB 11% complete (1.5M/s) |
3869 | 2024-12-20T21:50:19.229Z | [ recovery-image] Dec 20 21:50:18.366 INFO O| Dec 20 21:50:18.366 INFO O| Planning: Package planning ... Done |
3870 | 2024-12-20T21:50:20.029Z | [ recovery-image] Dec 20 21:50:19.166 INFO O| Dec 20 21:50:19.166 INFO O| Planning: Merging actions ... Done |
3871 | 2024-12-20T21:50:20.228Z | [ recovery-image] Dec 20 21:50:19.362 INFO O| Dec 20 21:50:19.362 INFO O| Planning: Checking for conflicting actions ... Done |
3872 | 2024-12-20T21:50:20.387Z | [ recovery-image] Dec 20 21:50:19.524 INFO O| Dec 20 21:50:19.524 INFO O| Planning: Consolidating action changes ... Done |
3873 | 2024-12-20T21:50:20.750Z | [ recovery-image] Dec 20 21:50:19.887 INFO O| Dec 20 21:50:19.887 INFO O| Planning: Evaluating mediators ... Done |
3874 | 2024-12-20T21:50:23.542Z | [ host-image] Dec 20 21:50:22.678 INFO O| Dec 20 21:50:22.678 INFO O| Download: 2236/22788 items 24.5/199.7MB 12% complete (1.5M/s) |
3875 | 2024-12-20T21:50:26.604Z | [ recovery-image] Dec 20 21:50:25.741 INFO O| Dec 20 21:50:25.741 INFO O| Planning: Planning completed in 162.31 seconds |
3876 | 2024-12-20T21:50:26.611Z | [ recovery-image] Dec 20 21:50:25.748 INFO O| Dec 20 21:50:25.748 INFO O| Packages to install: 124 |
3877 | 2024-12-20T21:50:26.611Z | [ recovery-image] Dec 20 21:50:25.748 INFO O| Dec 20 21:50:25.748 INFO O| Mediators to change: 4 |
3878 | 2024-12-20T21:50:26.614Z | [ recovery-image] Dec 20 21:50:25.748 INFO O| Dec 20 21:50:25.748 INFO O| Services to change: 5 |
3879 | 2024-12-20T21:50:26.685Z | [ recovery-image] Dec 20 21:50:25.822 INFO O| Dec 20 21:50:25.822 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3880 | 2024-12-20T21:50:27.457Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3881 | 2024-12-20T21:50:28.589Z | [ host-image] Dec 20 21:50:27.725 INFO O| Dec 20 21:50:27.725 INFO O| Download: 2464/22788 items 28.4/199.7MB 14% complete (636k/s) |
3882 | 2024-12-20T21:50:31.754Z | [ recovery-image] Dec 20 21:50:30.829 INFO O| Dec 20 21:50:30.829 INFO O| Download: 738/15862 items 6.3/176.4MB 3% complete (1.3M/s) |
3883 | 2024-12-20T21:50:33.597Z | [ host-image] Dec 20 21:50:32.733 INFO O| Dec 20 21:50:32.733 INFO O| Download: 2908/22788 items 33.5/199.7MB 16% complete (929k/s) |
3884 | 2024-12-20T21:50:34.278Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3885 | 2024-12-20T21:50:34.913Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3886 | 2024-12-20T21:50:37.979Z | [ recovery-image] Dec 20 21:50:37.000 INFO O| Dec 20 21:50:37.000 INFO O| Download: 1050/15862 items 7.9/176.4MB 4% complete (822k/s) |
3887 | 2024-12-20T21:50:38.705Z | [ host-image] Dec 20 21:50:37.784 INFO O| Dec 20 21:50:37.784 INFO O| Download: 3481/22788 items 35.7/199.7MB 17% complete (819k/s) |
3888 | 2024-12-20T21:50:39.114Z | [verify-libraries] Compiling termios v0.3.3 |
3889 | 2024-12-20T21:50:39.466Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3890 | 2024-12-20T21:50:42.953Z | [ recovery-image] Dec 20 21:50:42.088 INFO O| Dec 20 21:50:42.088 INFO O| Download: 1458/15862 items 21.2/176.4MB 12% complete (1.4M/s) |
3891 | 2024-12-20T21:50:47.096Z | [ host-image] Dec 20 21:50:46.230 INFO O| Dec 20 21:50:46.230 INFO O| Download: 3487/22788 items 35.7/199.7MB 17% complete (771k/s) |
3892 | 2024-12-20T21:50:49.149Z | [ recovery-image] Dec 20 21:50:48.284 INFO O| Dec 20 21:50:48.284 INFO O| Download: 1528/15862 items 22.1/176.4MB 12% complete (1.5M/s) |
3893 | 2024-12-20T21:50:52.106Z | [ host-image] Dec 20 21:50:51.240 INFO O| Dec 20 21:50:51.239 INFO O| Download: 4202/22788 items 40.7/199.7MB 20% complete (1.0M/s) |
3894 | 2024-12-20T21:50:53.975Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3895 | 2024-12-20T21:50:54.176Z | [ recovery-image] Dec 20 21:50:53.309 INFO O| Dec 20 21:50:53.309 INFO O| Download: 1577/15862 items 24.4/176.4MB 13% complete (290k/s) |
3896 | 2024-12-20T21:50:57.132Z | [ host-image] Dec 20 21:50:56.266 INFO O| Dec 20 21:50:56.266 INFO O| Download: 4535/22788 items 42.4/199.7MB 21% complete (687k/s) |
3897 | 2024-12-20T21:50:59.589Z | [ recovery-image] Dec 20 21:50:58.723 INFO O| Dec 20 21:50:58.723 INFO O| Download: 1643/15862 items 25.6/176.4MB 14% complete (354k/s) |
3898 | 2024-12-20T21:51:02.663Z | [ host-image] Dec 20 21:51:01.797 INFO O| Dec 20 21:51:01.797 INFO O| Download: 4539/22788 items 42.4/199.7MB 21% complete (640k/s) |
3899 | 2024-12-20T21:51:04.594Z | [ recovery-image] Dec 20 21:51:03.727 INFO O| Dec 20 21:51:03.727 INFO O| Download: 1781/15862 items 28.1/176.4MB 15% complete (394k/s) |
3900 | 2024-12-20T21:51:04.632Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3901 | 2024-12-20T21:51:08.430Z | [ host-image] Dec 20 21:51:07.563 INFO O| Dec 20 21:51:07.563 INFO O| Download: 4641/22788 items 43.0/199.7MB 21% complete (94.9k/s) |
3902 | 2024-12-20T21:51:09.594Z | [ recovery-image] Dec 20 21:51:08.727 INFO O| Dec 20 21:51:08.727 INFO O| Download: 2338/15862 items 31.3/176.4MB 17% complete (595k/s) |
3903 | 2024-12-20T21:51:13.452Z | [ host-image] Dec 20 21:51:12.584 INFO O| Dec 20 21:51:12.584 INFO O| Download: 4979/22788 items 45.8/199.7MB 22% complete (346k/s) |
3904 | 2024-12-20T21:51:14.598Z | [ recovery-image] Dec 20 21:51:13.729 INFO O| Dec 20 21:51:13.729 INFO O| Download: 2648/15862 items 33.0/176.4MB 18% complete (510k/s) |
3905 | 2024-12-20T21:51:18.453Z | [ host-image] Dec 20 21:51:17.585 INFO O| Dec 20 21:51:17.585 INFO O| Download: 5474/22788 items 46.1/199.7MB 23% complete (331k/s) |
3906 | 2024-12-20T21:51:24.175Z | [ recovery-image] Dec 20 21:51:23.307 INFO O| Dec 20 21:51:23.306 INFO O| Download: 2679/15862 items 33.1/176.4MB 18% complete (470k/s) |
3907 | 2024-12-20T21:51:33.725Z | [ recovery-image] Dec 20 21:51:32.856 INFO O| Dec 20 21:51:32.856 INFO O| Download: 2681/15862 items 33.1/176.4MB 18% complete |
3908 | 2024-12-20T21:51:38.777Z | [ recovery-image] Dec 20 21:51:37.907 INFO O| Dec 20 21:51:37.907 INFO O| Download: 3067/15862 items 37.2/176.4MB 21% complete (441k/s) |
3909 | 2024-12-20T21:51:43.804Z | [ recovery-image] Dec 20 21:51:42.934 INFO O| Dec 20 21:51:42.934 INFO O| Download: 3538/15862 items 38.4/176.4MB 21% complete (543k/s) |
3910 | 2024-12-20T21:51:46.896Z | [ host-image] Dec 20 21:51:46.025 INFO O| Dec 20 21:51:46.025 INFO O| Download: 5750/22788 items 46.3/199.7MB 23% complete |
3911 | 2024-12-20T21:51:48.829Z | [ recovery-image] Dec 20 21:51:47.955 INFO O| Dec 20 21:51:47.954 INFO O| Download: 3688/15862 items 40.1/176.4MB 22% complete (298k/s) |
3912 | 2024-12-20T21:51:51.915Z | [ host-image] Dec 20 21:51:51.034 INFO O| Dec 20 21:51:51.034 INFO O| Download: 6490/22788 items 46.7/199.7MB 23% complete (88.3k/s) |
3913 | 2024-12-20T21:51:53.867Z | [ recovery-image] Dec 20 21:51:52.996 INFO O| Dec 20 21:51:52.995 INFO O| Download: 3766/15862 items 42.1/176.4MB 23% complete (387k/s) |
3914 | 2024-12-20T21:51:57.497Z | [ host-image] Dec 20 21:51:56.625 INFO O| Dec 20 21:51:56.625 INFO O| Download: 6857/22788 items 49.0/199.7MB 24% complete (282k/s) |
3915 | 2024-12-20T21:51:58.901Z | [ recovery-image] Dec 20 21:51:58.018 INFO O| Dec 20 21:51:58.018 INFO O| Download: 4771/15862 items 43.0/176.4MB 24% complete (306k/s) |
3916 | 2024-12-20T21:52:05.341Z | [ host-image] Dec 20 21:52:02.385 INFO O| Dec 20 21:52:02.385 INFO O| Download: 6978/22788 items 50.1/199.7MB 25% complete (328k/s) |
3917 | 2024-12-20T21:52:05.341Z | [ recovery-image] Dec 20 21:52:03.354 INFO O| Dec 20 21:52:03.354 INFO O| Download: 4792/15862 items 43.0/176.4MB 24% complete (94.3k/s) |
3918 | 2024-12-20T21:52:09.248Z | [ recovery-image] Dec 20 21:52:08.362 INFO O| Dec 20 21:52:08.362 INFO O| Download: 5527/15862 items 43.4/176.4MB 24% complete (43.4k/s) |
3919 | 2024-12-20T21:52:11.602Z | [ host-image] Dec 20 21:52:10.730 INFO O| Dec 20 21:52:10.729 INFO O| Download: 6983/22788 items 50.4/199.7MB 25% complete (295k/s) |
3920 | 2024-12-20T21:52:16.607Z | [ host-image] Dec 20 21:52:15.733 INFO O| Dec 20 21:52:15.733 INFO O| Download: 7483/22788 items 58.0/199.7MB 29% complete (1.6M/s) |
3921 | 2024-12-20T21:52:18.493Z | [ recovery-image] Dec 20 21:52:17.620 INFO O| Dec 20 21:52:17.620 INFO O| Download: 5703/15862 items 45.3/176.4MB 25% complete (240k/s) |
3922 | 2024-12-20T21:52:24.913Z | [ recovery-image] Dec 20 21:52:24.040 INFO O| Dec 20 21:52:24.039 INFO O| Download: 5705/15862 items 45.5/176.4MB 25% complete (231k/s) |
3923 | 2024-12-20T21:52:30.389Z | [ recovery-image] Dec 20 21:52:29.514 INFO O| Dec 20 21:52:29.514 INFO O| Download: 5913/15862 items 53.0/176.4MB 30% complete (1.8M/s) |
3924 | 2024-12-20T21:52:35.413Z | [ recovery-image] Dec 20 21:52:34.538 INFO O| Dec 20 21:52:34.538 INFO O| Download: 6083/15862 items 54.4/176.4MB 30% complete (872k/s) |
3925 | 2024-12-20T21:52:38.791Z | [ host-image] Dec 20 21:52:37.915 INFO O| Dec 20 21:52:37.915 INFO O| Download: 7959/22788 items 59.6/199.7MB 29% complete |
3926 | 2024-12-20T21:52:41.989Z | [ recovery-image] Dec 20 21:52:41.113 INFO O| Dec 20 21:52:41.113 INFO O| Download: 6119/15862 items 58.6/176.4MB 33% complete (492k/s) |
3927 | 2024-12-20T21:52:44.576Z | [ host-image] Dec 20 21:52:43.699 INFO O| Dec 20 21:52:43.699 INFO O| Download: 8237/22788 items 63.4/199.7MB 31% complete (835k/s) |
3928 | 2024-12-20T21:52:47.053Z | [ recovery-image] Dec 20 21:52:46.173 INFO O| Dec 20 21:52:46.173 INFO O| Download: 6181/15862 items 62.0/176.4MB 35% complete (783k/s) |
3929 | 2024-12-20T21:52:51.822Z | [ host-image] Dec 20 21:52:50.931 INFO O| Dec 20 21:52:50.931 INFO O| Download: 8299/22788 items 67.5/199.7MB 33% complete (786k/s) |
3930 | 2024-12-20T21:52:52.062Z | [ recovery-image] Dec 20 21:52:51.176 INFO O| Dec 20 21:52:51.176 INFO O| Download: 6648/15862 items 64.4/176.4MB 36% complete (591k/s) |
3931 | 2024-12-20T21:52:52.093Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3932 | 2024-12-20T21:52:57.085Z | [ recovery-image] Dec 20 21:52:56.207 INFO O| Dec 20 21:52:56.207 INFO O| Download: 7186/15862 items 73.1/176.4MB 41% complete (1.1M/s) |
3933 | 2024-12-20T21:52:57.443Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3934 | 2024-12-20T21:52:59.583Z | [ host-image] Dec 20 21:52:58.706 INFO O| Dec 20 21:52:58.706 INFO O| Download: 8361/22788 items 69.1/199.7MB 34% complete (458k/s) |
3935 | 2024-12-20T21:53:02.094Z | [ recovery-image] Dec 20 21:53:01.217 INFO O| Dec 20 21:53:01.216 INFO O| Download: 7348/15862 items 73.4/176.4MB 41% complete (935k/s) |
3936 | 2024-12-20T21:53:04.585Z | [ host-image] Dec 20 21:53:03.706 INFO O| Dec 20 21:53:03.706 INFO O| Download: 8731/22788 items 71.2/199.7MB 35% complete (248k/s) |
3937 | 2024-12-20T21:53:07.144Z | [ recovery-image] Dec 20 21:53:06.266 INFO O| Dec 20 21:53:06.266 INFO O| Download: 7630/15862 items 73.7/176.4MB 41% complete (66.3k/s) |
3938 | 2024-12-20T21:53:10.366Z | [ host-image] Dec 20 21:53:09.488 INFO O| Dec 20 21:53:09.488 INFO O| Download: 9388/22788 items 81.5/199.7MB 40% complete (1.3M/s) |
3939 | 2024-12-20T21:53:13.301Z | [ recovery-image] Dec 20 21:53:12.422 INFO O| Dec 20 21:53:12.422 INFO O| Download: 7867/15862 items 75.7/176.4MB 42% complete (218k/s) |
3940 | 2024-12-20T21:53:15.382Z | [ host-image] Dec 20 21:53:14.504 INFO O| Dec 20 21:53:14.503 INFO O| Download: 10132/22788 items 85.2/199.7MB 42% complete (1.4M/s) |
3941 | 2024-12-20T21:53:18.301Z | [ recovery-image] Dec 20 21:53:17.423 INFO O| Dec 20 21:53:17.423 INFO O| Download: 7938/15862 items 77.7/176.4MB 44% complete (385k/s) |
3942 | 2024-12-20T21:53:20.385Z | [ host-image] Dec 20 21:53:19.506 INFO O| Dec 20 21:53:19.506 INFO O| Download: 10556/22788 items 88.8/199.7MB 44% complete (760k/s) |
3943 | 2024-12-20T21:53:22.250Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3944 | 2024-12-20T21:53:23.313Z | [ recovery-image] Dec 20 21:53:22.434 INFO O| Dec 20 21:53:22.433 INFO O| Download: 8315/15862 items 79.8/176.4MB 45% complete (421k/s) |
3945 | 2024-12-20T21:53:25.734Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3946 | 2024-12-20T21:53:25.787Z | [ host-image] Dec 20 21:53:24.908 INFO O| Dec 20 21:53:24.908 INFO O| Download: 10847/22788 items 90.0/199.7MB 45% complete (642k/s) |
3947 | 2024-12-20T21:53:27.475Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3948 | 2024-12-20T21:53:28.737Z | [ recovery-image] Dec 20 21:53:27.857 INFO O| Dec 20 21:53:27.857 INFO O| Download: 8662/15862 items 81.5/176.4MB 46% complete (396k/s) |
3949 | 2024-12-20T21:53:30.806Z | [ host-image] Dec 20 21:53:29.925 INFO O| Dec 20 21:53:29.925 INFO O| Download: 11095/22788 items 92.1/199.7MB 46% complete (331k/s) |
3950 | 2024-12-20T21:53:36.240Z | [ host-image] Dec 20 21:53:35.360 INFO O| Dec 20 21:53:35.360 INFO O| Download: 11201/22788 items 93.9/199.7MB 47% complete (414k/s) |
3951 | 2024-12-20T21:53:36.789Z | [ recovery-image] Dec 20 21:53:35.908 INFO O| Dec 20 21:53:35.908 INFO O| Download: 8663/15862 items 81.5/176.4MB 46% complete (387k/s) |
3952 | 2024-12-20T21:53:41.245Z | [ host-image] Dec 20 21:53:40.365 INFO O| Dec 20 21:53:40.364 INFO O| Download: 11457/22788 items 96.2/199.7MB 48% complete (341k/s) |
3953 | 2024-12-20T21:53:41.817Z | [ recovery-image] Dec 20 21:53:40.936 INFO O| Dec 20 21:53:40.936 INFO O| Download: 8791/15862 items 91.1/176.4MB 51% complete (1.8M/s) |
3954 | 2024-12-20T21:53:46.605Z | [ host-image] Dec 20 21:53:45.724 INFO O| Dec 20 21:53:45.724 INFO O| Download: 11979/22788 items 98.2/199.7MB 49% complete (427k/s) |
3955 | 2024-12-20T21:53:47.774Z | [ recovery-image] Dec 20 21:53:46.888 INFO O| Dec 20 21:53:46.888 INFO O| Download: 8820/15862 items 91.7/176.4MB 51% complete (1.8M/s) |
3956 | 2024-12-20T21:53:52.379Z | [ host-image] Dec 20 21:53:51.497 INFO O| Dec 20 21:53:51.497 INFO O| Download: 12198/22788 items 108.7/199.7MB 54% complete (1.3M/s) |
3957 | 2024-12-20T21:53:52.778Z | [ recovery-image] Dec 20 21:53:51.896 INFO O| Dec 20 21:53:51.896 INFO O| Download: 9220/15862 items 92.8/176.4MB 52% complete (143k/s) |
3958 | 2024-12-20T21:53:57.391Z | [ host-image] Dec 20 21:53:56.509 INFO O| Dec 20 21:53:56.509 INFO O| Download: 12224/22788 items 109.4/199.7MB 54% complete (1.1M/s) |
3959 | 2024-12-20T21:53:57.812Z | [ recovery-image] Dec 20 21:53:56.929 INFO O| Dec 20 21:53:56.929 INFO O| Download: 9927/15862 items 93.1/176.4MB 52% complete (148k/s) |
3960 | 2024-12-20T21:54:02.412Z | [ host-image] Dec 20 21:54:01.529 INFO O| Dec 20 21:54:01.529 INFO O| Download: 12541/22788 items 109.6/199.7MB 54% complete (89.2k/s) |
3961 | 2024-12-20T21:54:02.793Z | [ recovery-image] Dec 20 21:54:01.909 INFO O| Dec 20 21:54:01.909 INFO O| Download: 10316/15862 items 93.3/176.4MB 52% complete (55.2k/s) |
3962 | 2024-12-20T21:54:07.423Z | [ host-image] Dec 20 21:54:06.539 INFO O| Dec 20 21:54:06.539 INFO O| Download: 13062/22788 items 109.8/199.7MB 55% complete (78.5k/s) |
3963 | 2024-12-20T21:54:07.902Z | [ recovery-image] Dec 20 21:54:07.018 INFO O| Dec 20 21:54:07.018 INFO O| Download: 10545/15862 items 93.5/176.4MB 52% complete (49.0k/s) |
3964 | 2024-12-20T21:54:25.544Z | [ host-image] Dec 20 21:54:24.659 INFO O| Dec 20 21:54:24.659 INFO O| Download: 13315/22788 items 110.0/199.7MB 55% complete |
3965 | 2024-12-20T21:54:28.934Z | [ recovery-image] Dec 20 21:54:28.048 INFO O| Dec 20 21:54:28.048 INFO O| Download: 10547/15862 items 93.5/176.4MB 52% complete |
3966 | 2024-12-20T21:54:30.547Z | [ host-image] Dec 20 21:54:29.661 INFO O| Dec 20 21:54:29.661 INFO O| Download: 13876/22788 items 110.3/199.7MB 55% complete (62.9k/s) |
3967 | 2024-12-20T21:54:35.171Z | [ recovery-image] Dec 20 21:54:34.286 INFO O| Dec 20 21:54:34.286 INFO O| Download: 10908/15862 items 93.9/176.4MB 53% complete (144k/s) |
3968 | 2024-12-20T21:54:35.549Z | [ host-image] Dec 20 21:54:34.663 INFO O| Dec 20 21:54:34.663 INFO O| Download: 14073/22788 items 110.4/199.7MB 55% complete (39.5k/s) |
3969 | 2024-12-20T21:54:41.211Z | [ host-image] Dec 20 21:54:40.325 INFO O| Dec 20 21:54:40.325 INFO O| Download: 14269/22788 items 110.7/199.7MB 55% complete (55.2k/s) |
3970 | 2024-12-20T21:54:41.577Z | [ recovery-image] Dec 20 21:54:40.690 INFO O| Dec 20 21:54:40.690 INFO O| Download: 10909/15862 items 93.9/176.4MB 53% complete (140k/s) |
3971 | 2024-12-20T21:54:46.246Z | [ host-image] Dec 20 21:54:45.359 INFO O| Dec 20 21:54:45.359 INFO O| Download: 14467/22788 items 112.4/199.7MB 56% complete (186k/s) |
3972 | 2024-12-20T21:54:46.593Z | [ recovery-image] Dec 20 21:54:45.707 INFO O| Dec 20 21:54:45.707 INFO O| Download: 11402/15862 items 107.1/176.4MB 60% complete (2.7M/s) |
3973 | 2024-12-20T21:54:51.248Z | [ host-image] Dec 20 21:54:50.361 INFO O| Dec 20 21:54:50.361 INFO O| Download: 14890/22788 items 117.9/199.7MB 59% complete (745k/s) |
3974 | 2024-12-20T21:54:51.594Z | [ recovery-image] Dec 20 21:54:50.707 INFO O| Dec 20 21:54:50.707 INFO O| Download: 11541/15862 items 111.8/176.4MB 63% complete (1.8M/s) |
3975 | 2024-12-20T21:54:56.248Z | [ host-image] Dec 20 21:54:55.361 INFO O| Dec 20 21:54:55.361 INFO O| Download: 15508/22788 items 124.2/199.7MB 62% complete (1.2M/s) |
3976 | 2024-12-20T21:54:56.988Z | [ recovery-image] Dec 20 21:54:56.100 INFO O| Dec 20 21:54:56.100 INFO O| Download: 11926/15862 items 128.4/176.4MB 72% complete (2.7M/s) |
3977 | 2024-12-20T21:55:01.508Z | [ host-image] Dec 20 21:55:00.619 INFO O| Dec 20 21:55:00.619 INFO O| Download: 15789/22788 items 127.4/199.7MB 63% complete (896k/s) |
3978 | 2024-12-20T21:55:02.136Z | [ recovery-image] Dec 20 21:55:01.248 INFO O| Dec 20 21:55:01.248 INFO O| Download: 11978/15862 items 138.4/176.4MB 78% complete (2.4M/s) |
3979 | 2024-12-20T21:55:06.509Z | [ host-image] Dec 20 21:55:05.620 INFO O| Dec 20 21:55:05.620 INFO O| Download: 16214/22788 items 143.7/199.7MB 71% complete (1.9M/s) |
3980 | 2024-12-20T21:55:07.147Z | [ recovery-image] Dec 20 21:55:06.259 INFO O| Dec 20 21:55:06.259 INFO O| Download: 12433/15862 items 141.9/176.4MB 80% complete (1.4M/s) |
3981 | 2024-12-20T21:55:11.523Z | [ host-image] Dec 20 21:55:10.634 INFO O| Dec 20 21:55:10.634 INFO O| Download: 16774/22788 items 148.2/199.7MB 74% complete (2.1M/s) |
3982 | 2024-12-20T21:55:12.157Z | [ recovery-image] Dec 20 21:55:11.268 INFO O| Dec 20 21:55:11.268 INFO O| Download: 13000/15862 items 144.0/176.4MB 81% complete (603k/s) |
3983 | 2024-12-20T21:55:16.544Z | [ host-image] Dec 20 21:55:15.653 INFO O| Dec 20 21:55:15.653 INFO O| Download: 16960/22788 items 148.6/199.7MB 74% complete (667k/s) |
3984 | 2024-12-20T21:55:17.166Z | [ recovery-image] Dec 20 21:55:16.276 INFO O| Dec 20 21:55:16.276 INFO O| Download: 13113/15862 items 144.4/176.4MB 81% complete (284k/s) |
3985 | 2024-12-20T21:55:21.563Z | [ host-image] Dec 20 21:55:20.673 INFO O| Dec 20 21:55:20.672 INFO O| Download: 17201/22788 items 149.0/199.7MB 74% complete (104k/s) |
3986 | 2024-12-20T21:55:22.175Z | [ recovery-image] Dec 20 21:55:21.285 INFO O| Dec 20 21:55:21.285 INFO O| Download: 13554/15862 items 146.9/176.4MB 83% complete (319k/s) |
3987 | 2024-12-20T21:55:26.564Z | [ host-image] Dec 20 21:55:25.674 INFO O| Dec 20 21:55:25.674 INFO O| Download: 17873/22788 items 150.2/199.7MB 75% complete (166k/s) |
3988 | 2024-12-20T21:55:28.008Z | [ recovery-image] Dec 20 21:55:27.118 INFO O| Dec 20 21:55:27.117 INFO O| Download: 14043/15862 items 148.5/176.4MB 84% complete (425k/s) |
3989 | 2024-12-20T21:55:32.820Z | [ host-image] Dec 20 21:55:31.928 INFO O| Dec 20 21:55:31.928 INFO O| Download: 17956/22788 items 161.1/199.7MB 80% complete (1.1M/s) |
3990 | 2024-12-20T21:55:33.010Z | [ recovery-image] Dec 20 21:55:32.119 INFO O| Dec 20 21:55:32.119 INFO O| Download: 14637/15862 items 150.5/176.4MB 85% complete (351k/s) |
3991 | 2024-12-20T21:55:37.827Z | [ host-image] Dec 20 21:55:36.936 INFO O| Dec 20 21:55:36.935 INFO O| Download: 18218/22788 items 162.7/199.7MB 81% complete (1.3M/s) |
3992 | 2024-12-20T21:55:38.273Z | [ recovery-image] Dec 20 21:55:37.381 INFO O| Dec 20 21:55:37.381 INFO O| Download: 14740/15862 items 155.4/176.4MB 88% complete (548k/s) |
3993 | 2024-12-20T21:55:42.828Z | [ host-image] Dec 20 21:55:41.936 INFO O| Dec 20 21:55:41.936 INFO O| Download: 18988/22788 items 165.9/199.7MB 83% complete (487k/s) |
3994 | 2024-12-20T21:55:43.558Z | [ recovery-image] Dec 20 21:55:42.666 INFO O| Dec 20 21:55:42.666 INFO O| Download: 14760/15862 items 156.4/176.4MB 88% complete (581k/s) |
3995 | 2024-12-20T21:55:47.888Z | [ host-image] Dec 20 21:55:46.995 INFO O| Dec 20 21:55:46.995 INFO O| Download: 20005/22788 items 170.4/199.7MB 85% complete (790k/s) |
3996 | 2024-12-20T21:55:49.173Z | [ recovery-image] Dec 20 21:55:48.280 INFO O| Dec 20 21:55:48.280 INFO O| Download: 14771/15862 items 156.4/176.4MB 88% complete (577k/s) |
3997 | 2024-12-20T21:55:53.083Z | [ host-image] Dec 20 21:55:52.190 INFO O| Dec 20 21:55:52.190 INFO O| Download: 20036/22788 items 170.5/199.7MB 85% complete (459k/s) |
3998 | 2024-12-20T21:55:54.225Z | [ recovery-image] Dec 20 21:55:53.330 INFO O| Dec 20 21:55:53.330 INFO O| Download: 14895/15862 items 157.2/176.4MB 89% complete (89.3k/s) |
3999 | 2024-12-20T21:55:58.086Z | [ host-image] Dec 20 21:55:57.193 INFO O| Dec 20 21:55:57.193 INFO O| Download: 20627/22788 items 172.5/199.7MB 86% complete (208k/s) |
4000 | 2024-12-20T21:55:59.253Z | [ recovery-image] Dec 20 21:55:58.359 INFO O| Dec 20 21:55:58.359 INFO O| Download: 15302/15862 items 161.1/176.4MB 91% complete (487k/s) |
4001 | 2024-12-20T21:56:03.231Z | [ host-image] Dec 20 21:56:02.313 INFO O| Dec 20 21:56:02.313 INFO O| Download: 20836/22788 items 176.2/199.7MB 88% complete (547k/s) |
4002 | 2024-12-20T21:56:04.511Z | [ recovery-image] Dec 20 21:56:03.617 INFO O| Dec 20 21:56:03.617 INFO O| Download: 15622/15862 items 169.7/176.4MB 96% complete (1.2M/s) |
4003 | 2024-12-20T21:56:08.482Z | [ host-image] Dec 20 21:56:07.588 INFO O| Dec 20 21:56:07.588 INFO O| Download: 20849/22788 items 178.2/199.7MB 89% complete (608k/s) |
4004 | 2024-12-20T21:56:09.512Z | [ recovery-image] Dec 20 21:56:08.617 INFO O| Dec 20 21:56:08.617 INFO O| Download: 15849/15862 items 175.4/176.4MB 99% complete (1.4M/s) |
4005 | 2024-12-20T21:56:11.935Z | [ recovery-image] Dec 20 21:56:11.040 INFO O| Dec 20 21:56:11.040 INFO O| Download: Completed 176.38 MB in 345.22 seconds (521k/s) |
4006 | 2024-12-20T21:56:12.873Z | [ recovery-image] Dec 20 21:56:11.978 INFO O| Dec 20 21:56:11.978 INFO O| Actions: 1/25028 actions (Installing new actions) |
4007 | 2024-12-20T21:56:13.483Z | [ host-image] Dec 20 21:56:12.588 INFO O| Dec 20 21:56:12.588 INFO O| Download: 21059/22788 items 179.4/199.7MB 89% complete (319k/s) |
4008 | 2024-12-20T21:56:17.875Z | [ recovery-image] Dec 20 21:56:16.980 INFO O| Dec 20 21:56:16.980 INFO O| Actions: 10023/25028 actions (Installing new actions) |
4009 | 2024-12-20T21:56:18.816Z | [ host-image] Dec 20 21:56:17.920 INFO O| Dec 20 21:56:17.920 INFO O| Download: 21587/22788 items 183.3/199.7MB 91% complete (459k/s) |
4010 | 2024-12-20T21:56:22.949Z | [ recovery-image] Dec 20 21:56:21.980 INFO O| Dec 20 21:56:21.980 INFO O| Actions: 16226/25028 actions (Installing new actions) |
4011 | 2024-12-20T21:56:23.942Z | [ host-image] Dec 20 21:56:23.046 INFO O| Dec 20 21:56:23.046 INFO O| Download: 21920/22788 items 191.0/199.7MB 95% complete (1.1M/s) |
4012 | 2024-12-20T21:56:27.581Z | [ recovery-image] Dec 20 21:56:26.312 INFO O| Dec 20 21:56:26.312 INFO O| Actions: Completed 25028 actions in 14.33 seconds. |
4013 | 2024-12-20T21:56:28.072Z | [ recovery-image] Dec 20 21:56:27.176 INFO O| Dec 20 21:56:27.176 INFO O| Done |
4014 | 2024-12-20T21:56:28.072Z | [ recovery-image] Dec 20 21:56:27.176 INFO O| Dec 20 21:56:27.176 INFO O| Done |
4015 | 2024-12-20T21:56:29.623Z | [ recovery-image] Dec 20 21:56:28.727 INFO O| Dec 20 21:56:28.727 INFO O| Done |
4016 | 2024-12-20T21:56:31.469Z | [ recovery-image] Dec 20 21:56:30.573 INFO O| Dec 20 21:56:30.573 INFO O| Done |
4017 | 2024-12-20T21:56:31.492Z | [ recovery-image] Dec 20 21:56:30.595 INFO O| Dec 20 21:56:30.595 INFO O| Done |
4018 | 2024-12-20T21:56:36.064Z | [ recovery-image] Dec 20 21:56:35.167 INFO O| Dec 20 21:56:35.167 INFO O| Done |
4019 | 2024-12-20T21:56:36.675Z | [ recovery-image] Dec 20 21:56:35.778 INFO O| Dec 20 21:56:35.778 INFO O| Done |
4020 | 2024-12-20T21:56:37.161Z | [ recovery-image] Dec 20 21:56:36.264 INFO O| Dec 20 21:56:36.264 INFO STEP 11 (pkg_install) COMPLETE |
4021 | 2024-12-20T21:56:37.161Z | [ recovery-image] Dec 20 21:56:36.264 INFO O| Dec 20 21:56:36.264 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4022 | 2024-12-20T21:56:37.163Z | [ recovery-image] Dec 20 21:56:36.264 INFO O| Dec 20 21:56:36.264 INFO skip step because feature "recovery" is enabled |
4023 | 2024-12-20T21:56:37.163Z | [ recovery-image] Dec 20 21:56:36.264 INFO O| Dec 20 21:56:36.264 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4024 | 2024-12-20T21:56:37.163Z | [ recovery-image] Dec 20 21:56:36.264 INFO O| Dec 20 21:56:36.264 INFO skip step because feature "omicron1" is not enabled |
4025 | 2024-12-20T21:56:37.163Z | [ recovery-image] Dec 20 21:56:36.264 INFO O| Dec 20 21:56:36.264 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4026 | 2024-12-20T21:56:37.181Z | [ recovery-image] Dec 20 21:56:36.285 INFO O| Dec 20 21:56:36.285 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4027 | 2024-12-20T21:56:38.772Z | [ host-image] Dec 20 21:56:37.875 INFO O| Dec 20 21:56:37.875 INFO O| Download: 21964/22788 items 191.6/199.7MB 95% complete |
4028 | 2024-12-20T21:56:40.710Z | [ recovery-image] Dec 20 21:56:39.813 INFO O| Dec 20 21:56:39.813 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4029 | 2024-12-20T21:56:43.781Z | [ host-image] Dec 20 21:56:42.884 INFO O| Dec 20 21:56:42.884 INFO O| Download: 22228/22788 items 197.4/199.7MB 98% complete (1.1M/s) |
4030 | 2024-12-20T21:56:44.454Z | [ recovery-image] Dec 20 21:56:43.556 INFO O| Dec 20 21:56:43.556 INFO O| Planning: Solver setup ... Done |
4031 | 2024-12-20T21:56:44.462Z | [ recovery-image] Dec 20 21:56:43.563 INFO O| Dec 20 21:56:43.562 INFO O| Planning: Running solver ... Done |
4032 | 2024-12-20T21:56:44.553Z | [ recovery-image] Dec 20 21:56:43.655 INFO O| Dec 20 21:56:43.655 INFO O| Planning: Finding local manifests ... Done |
4033 | 2024-12-20T21:56:44.555Z | [ recovery-image] Dec 20 21:56:43.656 INFO O| Dec 20 21:56:43.656 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4034 | 2024-12-20T21:56:44.731Z | [ recovery-image] Dec 20 21:56:43.833 INFO O| Dec 20 21:56:43.833 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4035 | 2024-12-20T21:56:44.839Z | [ recovery-image] Dec 20 21:56:43.941 INFO O| Dec 20 21:56:43.941 INFO O| Planning: Package planning ... Done |
4036 | 2024-12-20T21:56:44.841Z | [ recovery-image] Dec 20 21:56:43.942 INFO O| Dec 20 21:56:43.942 INFO O| Planning: Merging actions ... Done |
4037 | 2024-12-20T21:56:44.901Z | [ recovery-image] Dec 20 21:56:44.004 INFO O| Dec 20 21:56:44.004 INFO O| Planning: Checking for conflicting actions ... Done |
4038 | 2024-12-20T21:56:44.905Z | [ recovery-image] Dec 20 21:56:44.006 INFO O| Dec 20 21:56:44.006 INFO O| Planning: Consolidating action changes ... Done |
4039 | 2024-12-20T21:56:45.212Z | [ recovery-image] Dec 20 21:56:44.314 INFO O| Dec 20 21:56:44.314 INFO O| Planning: Evaluating mediators ... Done |
4040 | 2024-12-20T21:56:45.214Z | [ recovery-image] Dec 20 21:56:44.315 INFO O| Dec 20 21:56:44.315 INFO O| Planning: Planning completed in 4.50 seconds |
4041 | 2024-12-20T21:56:45.215Z | [ recovery-image] Dec 20 21:56:44.317 INFO O| Dec 20 21:56:44.317 INFO O| Packages to install: 1 |
4042 | 2024-12-20T21:56:45.236Z | [ recovery-image] Dec 20 21:56:44.339 INFO O| Dec 20 21:56:44.339 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4043 | 2024-12-20T21:56:45.609Z | [ recovery-image] Dec 20 21:56:44.711 INFO O| Dec 20 21:56:44.711 INFO O| Download: Completed 9.99 MB in 0.37 seconds (26.9M/s) |
4044 | 2024-12-20T21:56:45.691Z | [ recovery-image] Dec 20 21:56:44.794 INFO O| Dec 20 21:56:44.794 INFO O| Actions: 1/22 actions (Installing new actions) |
4045 | 2024-12-20T21:56:46.068Z | [ recovery-image] Dec 20 21:56:45.170 INFO O| Dec 20 21:56:45.170 INFO O| Actions: Completed 22 actions in 0.38 seconds. |
4046 | 2024-12-20T21:56:46.469Z | [ recovery-image] Dec 20 21:56:45.571 INFO O| Dec 20 21:56:45.571 INFO O| Done |
4047 | 2024-12-20T21:56:46.469Z | [ recovery-image] Dec 20 21:56:45.571 INFO O| Dec 20 21:56:45.571 INFO O| Done |
4048 | 2024-12-20T21:56:47.737Z | [ recovery-image] Dec 20 21:56:46.839 INFO O| Dec 20 21:56:46.839 INFO O| Done |
4049 | 2024-12-20T21:56:48.844Z | [ host-image] Dec 20 21:56:47.946 INFO O| Dec 20 21:56:47.946 INFO O| Download: 22780/22788 items 199.6/199.7MB 99% complete (896k/s) |
4050 | 2024-12-20T21:56:49.503Z | [ recovery-image] Dec 20 21:56:48.605 INFO O| Dec 20 21:56:48.605 INFO O| Done |
4051 | 2024-12-20T21:56:49.524Z | [ recovery-image] Dec 20 21:56:48.626 INFO O| Dec 20 21:56:48.626 INFO O| Done |
4052 | 2024-12-20T21:56:49.524Z | [ recovery-image] Dec 20 21:56:48.626 INFO O| Dec 20 21:56:48.626 INFO O| Done |
4053 | 2024-12-20T21:56:49.544Z | [ recovery-image] Dec 20 21:56:48.643 INFO O| Dec 20 21:56:48.643 INFO O| Done |
4054 | 2024-12-20T21:56:49.714Z | [ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO STEP 14 (pkg_install) COMPLETE |
4055 | 2024-12-20T21:56:49.714Z | [ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4056 | 2024-12-20T21:56:49.714Z | [ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO skip step because feature "mfg" is not enabled |
4057 | 2024-12-20T21:56:49.717Z | [ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4058 | 2024-12-20T21:56:49.717Z | [ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO skip step because feature "compliance" is not enabled |
4059 | 2024-12-20T21:56:49.717Z | [ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4060 | 2024-12-20T21:56:49.717Z | [ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO skip step because feature "stress" is not enabled |
4061 | 2024-12-20T21:56:49.717Z | [ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4062 | 2024-12-20T21:56:49.717Z | [ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO skip step because feature "nfs" is not enabled |
4063 | 2024-12-20T21:56:49.717Z | [ recovery-image] Dec 20 21:56:48.816 INFO O| Dec 20 21:56:48.816 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4064 | 2024-12-20T21:56:49.717Z | [ recovery-image] Dec 20 21:56:48.817 INFO O| Dec 20 21:56:48.817 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4065 | 2024-12-20T21:56:49.877Z | [ recovery-image] Dec 20 21:56:48.979 INFO O| Dec 20 21:56:48.979 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4066 | 2024-12-20T21:56:50.014Z | [ recovery-image] Dec 20 21:56:49.115 INFO O| Dec 20 21:56:49.115 INFO completed processing gimlet/ramdisk-01-os |
4067 | 2024-12-20T21:56:50.016Z | [ recovery-image] Dec 20 21:56:49.119 INFO image builder template: ramdisk-02-trim... |
4068 | 2024-12-20T21:56:50.016Z | [ recovery-image] Dec 20 21:56:49.119 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/.tmpz5fbTL/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.311", "-n", "ramdisk-02-trim"], pwd: None |
4069 | 2024-12-20T21:56:50.061Z | [ recovery-image] Dec 20 21:56:49.163 INFO O| Dec 20 21:56:49.163 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4070 | 2024-12-20T21:56:50.077Z | [ recovery-image] Dec 20 21:56:49.179 INFO O| Dec 20 21:56:49.179 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4071 | 2024-12-20T21:56:50.253Z | [ recovery-image] Dec 20 21:56:49.355 INFO O| Dec 20 21:56:49.355 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4072 | 2024-12-20T21:56:50.356Z | [ recovery-image] Dec 20 21:56:49.458 INFO O| Dec 20 21:56:49.458 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4073 | 2024-12-20T21:56:50.359Z | [ recovery-image] Dec 20 21:56:49.459 INFO O| Dec 20 21:56:49.459 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4074 | 2024-12-20T21:56:50.368Z | [ recovery-image] Dec 20 21:56:49.470 INFO O| Dec 20 21:56:49.470 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4075 | 2024-12-20T21:56:50.377Z | [ recovery-image] Dec 20 21:56:49.479 INFO O| Dec 20 21:56:49.478 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4076 | 2024-12-20T21:56:50.385Z | [ recovery-image] Dec 20 21:56:49.488 INFO O| Dec 20 21:56:49.487 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4077 | 2024-12-20T21:56:50.789Z | [ recovery-image] Dec 20 21:56:49.891 INFO O| Dec 20 21:56:49.891 INFO rolled back to input snapshot; work may begin |
4078 | 2024-12-20T21:56:50.789Z | [ recovery-image] Dec 20 21:56:49.891 INFO O| Dec 20 21:56:49.891 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4079 | 2024-12-20T21:56:50.798Z | [ recovery-image] Dec 20 21:56:49.900 INFO O| Dec 20 21:56:49.900 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4080 | 2024-12-20T21:56:50.814Z | [ recovery-image] Dec 20 21:56:49.916 INFO O| Dec 20 21:56:49.916 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4081 | 2024-12-20T21:56:50.997Z | [ recovery-image] Dec 20 21:56:50.099 INFO O| Dec 20 21:56:50.098 INFO STEP 0 (remove_files) COMPLETE |
4082 | 2024-12-20T21:56:50.997Z | [ recovery-image] Dec 20 21:56:50.099 INFO O| Dec 20 21:56:50.099 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4083 | 2024-12-20T21:56:51.034Z | [ recovery-image] Dec 20 21:56:50.136 INFO O| Dec 20 21:56:50.136 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4084 | 2024-12-20T21:56:51.037Z | [ recovery-image] Dec 20 21:56:50.139 INFO O| Dec 20 21:56:50.139 INFO STEP 1 (remove_files) COMPLETE |
4085 | 2024-12-20T21:56:51.039Z | [ recovery-image] Dec 20 21:56:50.139 INFO O| Dec 20 21:56:50.139 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4086 | 2024-12-20T21:56:51.098Z | [ recovery-image] Dec 20 21:56:50.200 INFO O| Dec 20 21:56:50.200 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4087 | 2024-12-20T21:56:51.141Z | [ recovery-image] Dec 20 21:56:50.243 INFO O| Dec 20 21:56:50.243 INFO STEP 2 (remove_files) COMPLETE |
4088 | 2024-12-20T21:56:51.141Z | [ recovery-image] Dec 20 21:56:50.243 INFO O| Dec 20 21:56:50.243 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4089 | 2024-12-20T21:56:51.163Z | [ recovery-image] Dec 20 21:56:50.265 INFO O| Dec 20 21:56:50.264 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4090 | 2024-12-20T21:56:51.165Z | [ recovery-image] Dec 20 21:56:50.267 INFO O| Dec 20 21:56:50.267 INFO STEP 3 (remove_files) COMPLETE |
4091 | 2024-12-20T21:56:51.165Z | [ recovery-image] Dec 20 21:56:50.267 INFO O| Dec 20 21:56:50.267 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4092 | 2024-12-20T21:56:51.185Z | [ recovery-image] Dec 20 21:56:50.287 INFO O| Dec 20 21:56:50.287 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4093 | 2024-12-20T21:56:51.191Z | [ recovery-image] Dec 20 21:56:50.293 INFO O| Dec 20 21:56:50.293 INFO STEP 4 (remove_files) COMPLETE |
4094 | 2024-12-20T21:56:51.194Z | [ recovery-image] Dec 20 21:56:50.293 INFO O| Dec 20 21:56:50.293 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4095 | 2024-12-20T21:56:51.209Z | [ recovery-image] Dec 20 21:56:50.311 INFO O| Dec 20 21:56:50.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4096 | 2024-12-20T21:56:51.212Z | [ recovery-image] Dec 20 21:56:50.311 INFO O| Dec 20 21:56:50.311 INFO STEP 5 (remove_files) COMPLETE |
4097 | 2024-12-20T21:56:51.212Z | [ recovery-image] Dec 20 21:56:50.311 INFO O| Dec 20 21:56:50.311 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4098 | 2024-12-20T21:56:51.228Z | [ recovery-image] Dec 20 21:56:50.330 INFO O| Dec 20 21:56:50.330 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4099 | 2024-12-20T21:56:51.247Z | [ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO STEP 6 (remove_files) COMPLETE |
4100 | 2024-12-20T21:56:51.247Z | [ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4101 | 2024-12-20T21:56:51.247Z | [ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO skip step because feature "recovery" is enabled |
4102 | 2024-12-20T21:56:51.250Z | [ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4103 | 2024-12-20T21:56:51.250Z | [ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO skip step because feature "recovery" is enabled |
4104 | 2024-12-20T21:56:51.250Z | [ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4105 | 2024-12-20T21:56:51.250Z | [ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO skip step because feature "recovery" is enabled |
4106 | 2024-12-20T21:56:51.250Z | [ recovery-image] Dec 20 21:56:50.349 INFO O| Dec 20 21:56:50.349 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4107 | 2024-12-20T21:56:51.268Z | [ recovery-image] Dec 20 21:56:50.370 INFO O| Dec 20 21:56:50.370 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4108 | 2024-12-20T21:56:51.274Z | [ recovery-image] Dec 20 21:56:50.376 INFO O| Dec 20 21:56:50.376 INFO STEP 10 (remove_files) COMPLETE |
4109 | 2024-12-20T21:56:51.274Z | [ recovery-image] Dec 20 21:56:50.376 INFO O| Dec 20 21:56:50.376 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4110 | 2024-12-20T21:56:51.295Z | [ recovery-image] Dec 20 21:56:50.397 INFO O| Dec 20 21:56:50.397 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4111 | 2024-12-20T21:56:51.298Z | [ recovery-image] Dec 20 21:56:50.398 INFO O| Dec 20 21:56:50.398 INFO STEP 11 (remove_files) COMPLETE |
4112 | 2024-12-20T21:56:51.298Z | [ recovery-image] Dec 20 21:56:50.398 INFO O| Dec 20 21:56:50.398 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4113 | 2024-12-20T21:56:51.342Z | [ recovery-image] Dec 20 21:56:50.440 INFO O| Dec 20 21:56:50.440 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4114 | 2024-12-20T21:56:51.342Z | [ recovery-image] Dec 20 21:56:50.442 INFO O| Dec 20 21:56:50.442 INFO STEP 12 (remove_files) COMPLETE |
4115 | 2024-12-20T21:56:51.342Z | [ recovery-image] Dec 20 21:56:50.442 INFO O| Dec 20 21:56:50.442 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4116 | 2024-12-20T21:56:51.408Z | [ recovery-image] Dec 20 21:56:50.510 INFO O| Dec 20 21:56:50.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4117 | 2024-12-20T21:56:51.732Z | [ recovery-image] Dec 20 21:56:50.834 INFO O| Dec 20 21:56:50.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4118 | 2024-12-20T21:56:51.739Z | [ recovery-image] Dec 20 21:56:50.841 INFO O| Dec 20 21:56:50.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4119 | 2024-12-20T21:56:51.742Z | [ recovery-image] Dec 20 21:56:50.844 INFO O| Dec 20 21:56:50.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4120 | 2024-12-20T21:56:51.742Z | [ recovery-image] Dec 20 21:56:50.844 INFO O| Dec 20 21:56:50.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4121 | 2024-12-20T21:56:51.834Z | [ recovery-image] Dec 20 21:56:50.935 INFO O| Dec 20 21:56:50.935 INFO STEP 13 (remove_files) COMPLETE |
4122 | 2024-12-20T21:56:51.834Z | [ recovery-image] Dec 20 21:56:50.935 INFO O| Dec 20 21:56:50.935 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4123 | 2024-12-20T21:56:51.894Z | [ recovery-image] Dec 20 21:56:50.996 INFO O| Dec 20 21:56:50.996 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4124 | 2024-12-20T21:56:51.897Z | [ recovery-image] Dec 20 21:56:50.998 INFO O| Dec 20 21:56:50.998 INFO STEP 14 (remove_files) COMPLETE |
4125 | 2024-12-20T21:56:51.897Z | [ recovery-image] Dec 20 21:56:50.998 INFO O| Dec 20 21:56:50.998 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4126 | 2024-12-20T21:56:51.916Z | [ recovery-image] Dec 20 21:56:51.017 INFO O| Dec 20 21:56:51.017 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4127 | 2024-12-20T21:56:51.926Z | [ recovery-image] Dec 20 21:56:51.028 INFO O| Dec 20 21:56:51.028 INFO STEP 15 (remove_files) COMPLETE |
4128 | 2024-12-20T21:56:51.926Z | [ recovery-image] Dec 20 21:56:51.028 INFO O| Dec 20 21:56:51.028 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4129 | 2024-12-20T21:56:51.979Z | [ recovery-image] Dec 20 21:56:51.081 INFO O| Dec 20 21:56:51.081 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4130 | 2024-12-20T21:56:51.982Z | [ recovery-image] Dec 20 21:56:51.082 INFO O| Dec 20 21:56:51.082 INFO STEP 16 (remove_files) COMPLETE |
4131 | 2024-12-20T21:56:51.982Z | [ recovery-image] Dec 20 21:56:51.082 INFO O| Dec 20 21:56:51.082 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4132 | 2024-12-20T21:56:51.998Z | [ recovery-image] Dec 20 21:56:51.100 INFO O| Dec 20 21:56:51.100 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4133 | 2024-12-20T21:56:52.002Z | [ recovery-image] Dec 20 21:56:51.102 INFO O| Dec 20 21:56:51.102 INFO STEP 17 (remove_files) COMPLETE |
4134 | 2024-12-20T21:56:52.002Z | [ recovery-image] Dec 20 21:56:51.102 INFO O| Dec 20 21:56:51.102 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4135 | 2024-12-20T21:56:52.020Z | [ recovery-image] Dec 20 21:56:51.120 INFO O| Dec 20 21:56:51.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4136 | 2024-12-20T21:56:52.020Z | [ recovery-image] Dec 20 21:56:51.121 INFO O| Dec 20 21:56:51.121 INFO STEP 18 (remove_files) COMPLETE |
4137 | 2024-12-20T21:56:52.020Z | [ recovery-image] Dec 20 21:56:51.121 INFO O| Dec 20 21:56:51.121 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4138 | 2024-12-20T21:56:52.036Z | [ recovery-image] Dec 20 21:56:51.138 INFO O| Dec 20 21:56:51.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4139 | 2024-12-20T21:56:52.036Z | [ recovery-image] Dec 20 21:56:51.138 INFO O| Dec 20 21:56:51.138 INFO STEP 19 (remove_files) COMPLETE |
4140 | 2024-12-20T21:56:52.037Z | [ recovery-image] Dec 20 21:56:51.138 INFO O| Dec 20 21:56:51.138 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4141 | 2024-12-20T21:56:52.074Z | [ recovery-image] Dec 20 21:56:51.176 INFO O| Dec 20 21:56:51.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4142 | 2024-12-20T21:56:52.074Z | [ recovery-image] Dec 20 21:56:51.176 INFO O| Dec 20 21:56:51.176 INFO STEP 20 (remove_files) COMPLETE |
4143 | 2024-12-20T21:56:52.078Z | [ recovery-image] Dec 20 21:56:51.176 INFO O| Dec 20 21:56:51.176 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4144 | 2024-12-20T21:56:52.114Z | [ recovery-image] Dec 20 21:56:51.216 INFO O| Dec 20 21:56:51.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4145 | 2024-12-20T21:56:52.114Z | [ recovery-image] Dec 20 21:56:51.216 INFO O| Dec 20 21:56:51.216 INFO STEP 21 (remove_files) COMPLETE |
4146 | 2024-12-20T21:56:52.114Z | [ recovery-image] Dec 20 21:56:51.216 INFO O| Dec 20 21:56:51.216 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4147 | 2024-12-20T21:56:52.134Z | [ recovery-image] Dec 20 21:56:51.235 INFO O| Dec 20 21:56:51.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4148 | 2024-12-20T21:56:52.134Z | [ recovery-image] Dec 20 21:56:51.235 INFO O| Dec 20 21:56:51.235 INFO STEP 22 (remove_files) COMPLETE |
4149 | 2024-12-20T21:56:52.134Z | [ recovery-image] Dec 20 21:56:51.235 INFO O| Dec 20 21:56:51.235 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4150 | 2024-12-20T21:56:52.152Z | [ recovery-image] Dec 20 21:56:51.254 INFO O| Dec 20 21:56:51.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4151 | 2024-12-20T21:56:52.152Z | [ recovery-image] Dec 20 21:56:51.254 INFO O| Dec 20 21:56:51.254 INFO STEP 23 (remove_files) COMPLETE |
4152 | 2024-12-20T21:56:52.155Z | [ recovery-image] Dec 20 21:56:51.254 INFO O| Dec 20 21:56:51.254 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-20T21:56:52.171Z | [ recovery-image] Dec 20 21:56:51.273 INFO O| Dec 20 21:56:51.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4154 | 2024-12-20T21:56:52.171Z | [ recovery-image] Dec 20 21:56:51.273 INFO O| Dec 20 21:56:51.273 INFO STEP 24 (remove_files) COMPLETE |
4155 | 2024-12-20T21:56:52.174Z | [ recovery-image] Dec 20 21:56:51.273 INFO O| Dec 20 21:56:51.273 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-20T21:56:52.202Z | [ recovery-image] Dec 20 21:56:51.304 INFO O| Dec 20 21:56:51.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4157 | 2024-12-20T21:56:52.202Z | [ recovery-image] Dec 20 21:56:51.304 INFO O| Dec 20 21:56:51.304 INFO STEP 25 (remove_files) COMPLETE |
4158 | 2024-12-20T21:56:52.202Z | [ recovery-image] Dec 20 21:56:51.304 INFO O| Dec 20 21:56:51.304 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4159 | 2024-12-20T21:56:52.220Z | [ recovery-image] Dec 20 21:56:51.322 INFO O| Dec 20 21:56:51.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4160 | 2024-12-20T21:56:52.220Z | [ recovery-image] Dec 20 21:56:51.322 INFO O| Dec 20 21:56:51.322 INFO STEP 26 (remove_files) COMPLETE |
4161 | 2024-12-20T21:56:52.220Z | [ recovery-image] Dec 20 21:56:51.322 INFO O| Dec 20 21:56:51.322 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-20T21:56:52.237Z | [ recovery-image] Dec 20 21:56:51.339 INFO O| Dec 20 21:56:51.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4163 | 2024-12-20T21:56:52.237Z | [ recovery-image] Dec 20 21:56:51.339 INFO O| Dec 20 21:56:51.339 INFO STEP 27 (remove_files) COMPLETE |
4164 | 2024-12-20T21:56:52.237Z | [ recovery-image] Dec 20 21:56:51.339 INFO O| Dec 20 21:56:51.339 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4165 | 2024-12-20T21:56:52.267Z | [ recovery-image] Dec 20 21:56:51.369 INFO O| Dec 20 21:56:51.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4166 | 2024-12-20T21:56:52.267Z | [ recovery-image] Dec 20 21:56:51.369 INFO O| Dec 20 21:56:51.369 INFO STEP 28 (remove_files) COMPLETE |
4167 | 2024-12-20T21:56:52.270Z | [ recovery-image] Dec 20 21:56:51.369 INFO O| Dec 20 21:56:51.369 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-20T21:56:52.287Z | [ recovery-image] Dec 20 21:56:51.389 INFO O| Dec 20 21:56:51.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4169 | 2024-12-20T21:56:52.290Z | [ recovery-image] Dec 20 21:56:51.389 INFO O| Dec 20 21:56:51.389 INFO STEP 29 (remove_files) COMPLETE |
4170 | 2024-12-20T21:56:52.290Z | [ recovery-image] Dec 20 21:56:51.389 INFO O| Dec 20 21:56:51.389 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4171 | 2024-12-20T21:56:52.306Z | [ recovery-image] Dec 20 21:56:51.408 INFO O| Dec 20 21:56:51.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4172 | 2024-12-20T21:56:52.306Z | [ recovery-image] Dec 20 21:56:51.408 INFO O| Dec 20 21:56:51.408 INFO STEP 30 (remove_files) COMPLETE |
4173 | 2024-12-20T21:56:52.309Z | [ recovery-image] Dec 20 21:56:51.408 INFO O| Dec 20 21:56:51.408 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4174 | 2024-12-20T21:56:52.324Z | [ recovery-image] Dec 20 21:56:51.425 INFO O| Dec 20 21:56:51.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4175 | 2024-12-20T21:56:52.324Z | [ recovery-image] Dec 20 21:56:51.425 INFO O| Dec 20 21:56:51.425 INFO STEP 31 (remove_files) COMPLETE |
4176 | 2024-12-20T21:56:52.324Z | [ recovery-image] Dec 20 21:56:51.425 INFO O| Dec 20 21:56:51.425 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4177 | 2024-12-20T21:56:52.340Z | [ recovery-image] Dec 20 21:56:51.441 INFO O| Dec 20 21:56:51.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4178 | 2024-12-20T21:56:52.340Z | [ recovery-image] Dec 20 21:56:51.441 INFO O| Dec 20 21:56:51.441 INFO STEP 32 (remove_files) COMPLETE |
4179 | 2024-12-20T21:56:52.342Z | [ recovery-image] Dec 20 21:56:51.441 INFO O| Dec 20 21:56:51.441 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4180 | 2024-12-20T21:56:52.371Z | [ recovery-image] Dec 20 21:56:51.473 INFO O| Dec 20 21:56:51.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4181 | 2024-12-20T21:56:52.371Z | [ recovery-image] Dec 20 21:56:51.473 INFO O| Dec 20 21:56:51.473 INFO STEP 33 (remove_files) COMPLETE |
4182 | 2024-12-20T21:56:52.374Z | [ recovery-image] Dec 20 21:56:51.473 INFO O| Dec 20 21:56:51.473 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4183 | 2024-12-20T21:56:52.408Z | [ recovery-image] Dec 20 21:56:51.509 INFO O| Dec 20 21:56:51.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4184 | 2024-12-20T21:56:52.411Z | [ recovery-image] Dec 20 21:56:51.509 INFO O| Dec 20 21:56:51.509 INFO STEP 34 (remove_files) COMPLETE |
4185 | 2024-12-20T21:56:52.411Z | [ recovery-image] Dec 20 21:56:51.509 INFO O| Dec 20 21:56:51.509 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4186 | 2024-12-20T21:56:52.426Z | [ recovery-image] Dec 20 21:56:51.528 INFO O| Dec 20 21:56:51.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4187 | 2024-12-20T21:56:52.429Z | [ recovery-image] Dec 20 21:56:51.528 INFO O| Dec 20 21:56:51.528 INFO STEP 35 (remove_files) COMPLETE |
4188 | 2024-12-20T21:56:52.429Z | [ recovery-image] Dec 20 21:56:51.528 INFO O| Dec 20 21:56:51.528 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4189 | 2024-12-20T21:56:52.444Z | [ recovery-image] Dec 20 21:56:51.546 INFO O| Dec 20 21:56:51.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4190 | 2024-12-20T21:56:52.444Z | [ recovery-image] Dec 20 21:56:51.546 INFO O| Dec 20 21:56:51.546 INFO STEP 36 (remove_files) COMPLETE |
4191 | 2024-12-20T21:56:52.448Z | [ recovery-image] Dec 20 21:56:51.546 INFO O| Dec 20 21:56:51.546 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4192 | 2024-12-20T21:56:52.462Z | [ recovery-image] Dec 20 21:56:51.564 INFO O| Dec 20 21:56:51.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4193 | 2024-12-20T21:56:52.463Z | [ recovery-image] Dec 20 21:56:51.564 INFO O| Dec 20 21:56:51.564 INFO STEP 37 (remove_files) COMPLETE |
4194 | 2024-12-20T21:56:52.463Z | [ recovery-image] Dec 20 21:56:51.564 INFO O| Dec 20 21:56:51.564 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4195 | 2024-12-20T21:56:52.481Z | [ recovery-image] Dec 20 21:56:51.583 INFO O| Dec 20 21:56:51.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4196 | 2024-12-20T21:56:52.481Z | [ recovery-image] Dec 20 21:56:51.583 INFO O| Dec 20 21:56:51.583 INFO STEP 38 (remove_files) COMPLETE |
4197 | 2024-12-20T21:56:52.481Z | [ recovery-image] Dec 20 21:56:51.583 INFO O| Dec 20 21:56:51.583 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4198 | 2024-12-20T21:56:52.500Z | [ recovery-image] Dec 20 21:56:51.601 INFO O| Dec 20 21:56:51.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4199 | 2024-12-20T21:56:52.500Z | [ recovery-image] Dec 20 21:56:51.601 INFO O| Dec 20 21:56:51.601 INFO STEP 39 (remove_files) COMPLETE |
4200 | 2024-12-20T21:56:52.500Z | [ recovery-image] Dec 20 21:56:51.601 INFO O| Dec 20 21:56:51.601 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4201 | 2024-12-20T21:56:52.520Z | [ recovery-image] Dec 20 21:56:51.620 INFO O| Dec 20 21:56:51.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4202 | 2024-12-20T21:56:52.520Z | [ recovery-image] Dec 20 21:56:51.620 INFO O| Dec 20 21:56:51.620 INFO STEP 40 (remove_files) COMPLETE |
4203 | 2024-12-20T21:56:52.520Z | [ recovery-image] Dec 20 21:56:51.620 INFO O| Dec 20 21:56:51.620 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4204 | 2024-12-20T21:56:52.565Z | [ recovery-image] Dec 20 21:56:51.667 INFO O| Dec 20 21:56:51.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4205 | 2024-12-20T21:56:52.565Z | [ recovery-image] Dec 20 21:56:51.667 INFO O| Dec 20 21:56:51.667 INFO STEP 41 (remove_files) COMPLETE |
4206 | 2024-12-20T21:56:52.565Z | [ recovery-image] Dec 20 21:56:51.667 INFO O| Dec 20 21:56:51.667 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4207 | 2024-12-20T21:56:52.583Z | [ recovery-image] Dec 20 21:56:51.684 INFO O| Dec 20 21:56:51.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4208 | 2024-12-20T21:56:52.583Z | [ recovery-image] Dec 20 21:56:51.684 INFO O| Dec 20 21:56:51.684 INFO STEP 42 (remove_files) COMPLETE |
4209 | 2024-12-20T21:56:52.583Z | [ recovery-image] Dec 20 21:56:51.684 INFO O| Dec 20 21:56:51.684 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4210 | 2024-12-20T21:56:52.673Z | [ recovery-image] Dec 20 21:56:51.774 INFO O| Dec 20 21:56:51.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4211 | 2024-12-20T21:56:52.673Z | [ recovery-image] Dec 20 21:56:51.774 INFO O| Dec 20 21:56:51.774 INFO STEP 43 (remove_files) COMPLETE |
4212 | 2024-12-20T21:56:52.675Z | [ recovery-image] Dec 20 21:56:51.774 INFO O| Dec 20 21:56:51.774 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4213 | 2024-12-20T21:56:52.679Z | [ host-image] Dec 20 21:56:51.781 INFO O| Dec 20 21:56:51.781 INFO O| Download: Completed 199.66 MB in 409.83 seconds (497k/s) |
4214 | 2024-12-20T21:56:52.716Z | [ recovery-image] Dec 20 21:56:51.818 INFO O| Dec 20 21:56:51.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4215 | 2024-12-20T21:56:52.716Z | [ recovery-image] Dec 20 21:56:51.818 INFO O| Dec 20 21:56:51.818 INFO STEP 44 (remove_files) COMPLETE |
4216 | 2024-12-20T21:56:52.718Z | [ recovery-image] Dec 20 21:56:51.818 INFO O| Dec 20 21:56:51.818 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4217 | 2024-12-20T21:56:52.782Z | [ recovery-image] Dec 20 21:56:51.884 INFO O| Dec 20 21:56:51.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4218 | 2024-12-20T21:56:52.784Z | [ recovery-image] Dec 20 21:56:51.884 INFO O| Dec 20 21:56:51.884 INFO STEP 45 (remove_files) COMPLETE |
4219 | 2024-12-20T21:56:52.784Z | [ recovery-image] Dec 20 21:56:51.884 INFO O| Dec 20 21:56:51.884 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4220 | 2024-12-20T21:56:52.802Z | [ recovery-image] Dec 20 21:56:51.904 INFO O| Dec 20 21:56:51.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4221 | 2024-12-20T21:56:52.804Z | [ recovery-image] Dec 20 21:56:51.904 INFO O| Dec 20 21:56:51.904 INFO STEP 46 (remove_files) COMPLETE |
4222 | 2024-12-20T21:56:52.804Z | [ recovery-image] Dec 20 21:56:51.904 INFO O| Dec 20 21:56:51.904 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4223 | 2024-12-20T21:56:52.865Z | [ recovery-image] Dec 20 21:56:51.967 INFO O| Dec 20 21:56:51.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4224 | 2024-12-20T21:56:52.868Z | [ recovery-image] Dec 20 21:56:51.967 INFO O| Dec 20 21:56:51.967 INFO STEP 47 (remove_files) COMPLETE |
4225 | 2024-12-20T21:56:52.868Z | [ recovery-image] Dec 20 21:56:51.967 INFO O| Dec 20 21:56:51.967 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4226 | 2024-12-20T21:56:52.885Z | [ recovery-image] Dec 20 21:56:51.987 INFO O| Dec 20 21:56:51.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4227 | 2024-12-20T21:56:52.885Z | [ recovery-image] Dec 20 21:56:51.987 INFO O| Dec 20 21:56:51.987 INFO STEP 48 (remove_files) COMPLETE |
4228 | 2024-12-20T21:56:52.888Z | [ recovery-image] Dec 20 21:56:51.987 INFO O| Dec 20 21:56:51.987 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4229 | 2024-12-20T21:56:52.905Z | [ recovery-image] Dec 20 21:56:52.007 INFO O| Dec 20 21:56:52.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4230 | 2024-12-20T21:56:52.908Z | [ recovery-image] Dec 20 21:56:52.007 INFO O| Dec 20 21:56:52.007 INFO STEP 49 (remove_files) COMPLETE |
4231 | 2024-12-20T21:56:52.908Z | [ recovery-image] Dec 20 21:56:52.007 INFO O| Dec 20 21:56:52.007 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4232 | 2024-12-20T21:56:52.925Z | [ recovery-image] Dec 20 21:56:52.026 INFO O| Dec 20 21:56:52.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4233 | 2024-12-20T21:56:52.927Z | [ recovery-image] Dec 20 21:56:52.027 INFO O| Dec 20 21:56:52.027 INFO STEP 50 (remove_files) COMPLETE |
4234 | 2024-12-20T21:56:52.927Z | [ recovery-image] Dec 20 21:56:52.027 INFO O| Dec 20 21:56:52.027 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4235 | 2024-12-20T21:56:52.960Z | [ recovery-image] Dec 20 21:56:52.061 INFO O| Dec 20 21:56:52.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4236 | 2024-12-20T21:56:52.960Z | [ recovery-image] Dec 20 21:56:52.061 INFO O| Dec 20 21:56:52.061 INFO STEP 51 (remove_files) COMPLETE |
4237 | 2024-12-20T21:56:52.962Z | [ recovery-image] Dec 20 21:56:52.062 INFO O| Dec 20 21:56:52.061 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4238 | 2024-12-20T21:56:52.981Z | [ recovery-image] Dec 20 21:56:52.083 INFO O| Dec 20 21:56:52.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4239 | 2024-12-20T21:56:52.981Z | [ recovery-image] Dec 20 21:56:52.083 INFO O| Dec 20 21:56:52.083 INFO STEP 52 (remove_files) COMPLETE |
4240 | 2024-12-20T21:56:52.984Z | [ recovery-image] Dec 20 21:56:52.083 INFO O| Dec 20 21:56:52.083 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4241 | 2024-12-20T21:56:53.024Z | [ recovery-image] Dec 20 21:56:52.125 INFO O| Dec 20 21:56:52.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4242 | 2024-12-20T21:56:53.024Z | [ recovery-image] Dec 20 21:56:52.126 INFO O| Dec 20 21:56:52.125 INFO STEP 53 (remove_files) COMPLETE |
4243 | 2024-12-20T21:56:53.026Z | [ recovery-image] Dec 20 21:56:52.126 INFO O| Dec 20 21:56:52.125 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4244 | 2024-12-20T21:56:53.045Z | [ recovery-image] Dec 20 21:56:52.146 INFO O| Dec 20 21:56:52.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4245 | 2024-12-20T21:56:53.045Z | [ recovery-image] Dec 20 21:56:52.146 INFO O| Dec 20 21:56:52.146 INFO STEP 54 (remove_files) COMPLETE |
4246 | 2024-12-20T21:56:53.045Z | [ recovery-image] Dec 20 21:56:52.147 INFO O| Dec 20 21:56:52.146 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4247 | 2024-12-20T21:56:53.099Z | [ recovery-image] Dec 20 21:56:52.200 INFO O| Dec 20 21:56:52.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4248 | 2024-12-20T21:56:53.099Z | [ recovery-image] Dec 20 21:56:52.200 INFO O| Dec 20 21:56:52.200 INFO STEP 55 (remove_files) COMPLETE |
4249 | 2024-12-20T21:56:53.102Z | [ recovery-image] Dec 20 21:56:52.200 INFO O| Dec 20 21:56:52.200 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4250 | 2024-12-20T21:56:53.116Z | [ recovery-image] Dec 20 21:56:52.218 INFO O| Dec 20 21:56:52.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4251 | 2024-12-20T21:56:53.116Z | [ recovery-image] Dec 20 21:56:52.218 INFO O| Dec 20 21:56:52.218 INFO STEP 56 (remove_files) COMPLETE |
4252 | 2024-12-20T21:56:53.118Z | [ recovery-image] Dec 20 21:56:52.218 INFO O| Dec 20 21:56:52.218 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4253 | 2024-12-20T21:56:53.147Z | [ recovery-image] Dec 20 21:56:52.249 INFO O| Dec 20 21:56:52.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4254 | 2024-12-20T21:56:53.147Z | [ recovery-image] Dec 20 21:56:52.249 INFO O| Dec 20 21:56:52.249 INFO STEP 57 (remove_files) COMPLETE |
4255 | 2024-12-20T21:56:53.150Z | [ recovery-image] Dec 20 21:56:52.249 INFO O| Dec 20 21:56:52.249 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4256 | 2024-12-20T21:56:53.166Z | [ recovery-image] Dec 20 21:56:52.267 INFO O| Dec 20 21:56:52.267 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4257 | 2024-12-20T21:56:53.166Z | [ recovery-image] Dec 20 21:56:52.267 INFO O| Dec 20 21:56:52.267 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4258 | 2024-12-20T21:56:53.168Z | [ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.267 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4259 | 2024-12-20T21:56:53.168Z | [ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.268 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4260 | 2024-12-20T21:56:53.168Z | [ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.268 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4261 | 2024-12-20T21:56:53.169Z | [ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.268 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4262 | 2024-12-20T21:56:53.169Z | [ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.268 INFO ok! |
4263 | 2024-12-20T21:56:53.169Z | [ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.268 INFO STEP 58 (ensure_file) COMPLETE |
4264 | 2024-12-20T21:56:53.169Z | [ recovery-image] Dec 20 21:56:52.268 INFO O| Dec 20 21:56:52.268 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4265 | 2024-12-20T21:56:53.185Z | [ recovery-image] Dec 20 21:56:52.287 INFO O| Dec 20 21:56:52.287 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4266 | 2024-12-20T21:56:53.185Z | [ recovery-image] Dec 20 21:56:52.287 INFO O| Dec 20 21:56:52.287 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4267 | 2024-12-20T21:56:53.188Z | [ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4268 | 2024-12-20T21:56:53.188Z | [ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4269 | 2024-12-20T21:56:53.188Z | [ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4270 | 2024-12-20T21:56:53.188Z | [ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4271 | 2024-12-20T21:56:53.188Z | [ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO ok! |
4272 | 2024-12-20T21:56:53.188Z | [ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO STEP 59 (ensure_file) COMPLETE |
4273 | 2024-12-20T21:56:53.189Z | [ recovery-image] Dec 20 21:56:52.288 INFO O| Dec 20 21:56:52.288 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4274 | 2024-12-20T21:56:53.205Z | [ recovery-image] Dec 20 21:56:52.306 INFO O| Dec 20 21:56:52.306 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4275 | 2024-12-20T21:56:53.205Z | [ recovery-image] Dec 20 21:56:52.306 INFO O| Dec 20 21:56:52.306 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4276 | 2024-12-20T21:56:53.207Z | [ recovery-image] Dec 20 21:56:52.306 INFO O| Dec 20 21:56:52.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4277 | 2024-12-20T21:56:53.207Z | [ recovery-image] Dec 20 21:56:52.306 INFO O| Dec 20 21:56:52.306 INFO ok! |
4278 | 2024-12-20T21:56:53.207Z | [ recovery-image] Dec 20 21:56:52.306 INFO O| Dec 20 21:56:52.306 INFO STEP 60 (ensure_file) COMPLETE |
4279 | 2024-12-20T21:56:53.207Z | [ recovery-image] Dec 20 21:56:52.306 INFO O| Dec 20 21:56:52.306 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4280 | 2024-12-20T21:56:53.239Z | [ recovery-image] Dec 20 21:56:52.340 INFO O| Dec 20 21:56:52.340 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4281 | 2024-12-20T21:56:53.239Z | [ recovery-image] Dec 20 21:56:52.340 INFO O| Dec 20 21:56:52.340 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4282 | 2024-12-20T21:56:53.239Z | [ recovery-image] Dec 20 21:56:52.341 INFO O| Dec 20 21:56:52.341 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4283 | 2024-12-20T21:56:53.241Z | [ recovery-image] Dec 20 21:56:52.341 INFO O| Dec 20 21:56:52.341 INFO ok! |
4284 | 2024-12-20T21:56:53.241Z | [ recovery-image] Dec 20 21:56:52.341 INFO O| Dec 20 21:56:52.341 INFO STEP 61 (ensure_file) COMPLETE |
4285 | 2024-12-20T21:56:53.241Z | [ recovery-image] Dec 20 21:56:52.341 INFO O| Dec 20 21:56:52.341 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4286 | 2024-12-20T21:56:53.302Z | [ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.403 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4287 | 2024-12-20T21:56:53.302Z | [ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.404 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4288 | 2024-12-20T21:56:53.302Z | [ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.404 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4289 | 2024-12-20T21:56:53.305Z | [ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.404 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4290 | 2024-12-20T21:56:53.305Z | [ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.404 INFO ok! |
4291 | 2024-12-20T21:56:53.305Z | [ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.404 INFO STEP 62 (ensure_file) COMPLETE |
4292 | 2024-12-20T21:56:53.305Z | [ recovery-image] Dec 20 21:56:52.404 INFO O| Dec 20 21:56:52.404 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4293 | 2024-12-20T21:56:53.367Z | [ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4294 | 2024-12-20T21:56:53.367Z | [ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4295 | 2024-12-20T21:56:53.371Z | [ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4296 | 2024-12-20T21:56:53.371Z | [ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4297 | 2024-12-20T21:56:53.371Z | [ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO ok! |
4298 | 2024-12-20T21:56:53.371Z | [ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO STEP 63 (ensure_file) COMPLETE |
4299 | 2024-12-20T21:56:53.371Z | [ recovery-image] Dec 20 21:56:52.469 INFO O| Dec 20 21:56:52.469 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4300 | 2024-12-20T21:56:53.411Z | [ recovery-image] Dec 20 21:56:52.512 INFO O| Dec 20 21:56:52.512 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4301 | 2024-12-20T21:56:53.411Z | [ recovery-image] Dec 20 21:56:52.512 INFO O| Dec 20 21:56:52.512 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4302 | 2024-12-20T21:56:53.414Z | [ recovery-image] Dec 20 21:56:52.513 INFO O| Dec 20 21:56:52.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4303 | 2024-12-20T21:56:53.414Z | [ recovery-image] Dec 20 21:56:52.513 INFO O| Dec 20 21:56:52.513 INFO ok! |
4304 | 2024-12-20T21:56:53.414Z | [ recovery-image] Dec 20 21:56:52.513 INFO O| Dec 20 21:56:52.513 INFO STEP 64 (assemble_files) COMPLETE |
4305 | 2024-12-20T21:56:53.414Z | [ recovery-image] Dec 20 21:56:52.513 INFO O| Dec 20 21:56:52.513 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4306 | 2024-12-20T21:56:53.449Z | [ recovery-image] Dec 20 21:56:52.551 INFO O| Dec 20 21:56:52.551 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4307 | 2024-12-20T21:56:53.449Z | [ recovery-image] Dec 20 21:56:52.551 INFO O| Dec 20 21:56:52.551 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4308 | 2024-12-20T21:56:53.449Z | [ recovery-image] Dec 20 21:56:52.551 INFO O| Dec 20 21:56:52.551 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4309 | 2024-12-20T21:56:53.449Z | [ recovery-image] Dec 20 21:56:52.551 INFO O| Dec 20 21:56:52.551 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4310 | 2024-12-20T21:56:53.452Z | [ recovery-image] Dec 20 21:56:52.551 INFO O| Dec 20 21:56:52.551 INFO ok! |
4311 | 2024-12-20T21:56:53.453Z | [ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.551 INFO STEP 65 (ensure_file) COMPLETE |
4312 | 2024-12-20T21:56:53.453Z | [ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.551 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4313 | 2024-12-20T21:56:53.453Z | [ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.552 INFO skip step because feature "omicron1" is not enabled |
4314 | 2024-12-20T21:56:53.453Z | [ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.552 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4315 | 2024-12-20T21:56:53.453Z | [ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.552 INFO skip step because feature "omicron1" is not enabled |
4316 | 2024-12-20T21:56:53.453Z | [ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.552 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4317 | 2024-12-20T21:56:53.453Z | [ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.552 INFO skip step because feature "omicron1" is not enabled |
4318 | 2024-12-20T21:56:53.453Z | [ recovery-image] Dec 20 21:56:52.552 INFO O| Dec 20 21:56:52.552 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4319 | 2024-12-20T21:56:53.510Z | [ recovery-image] Dec 20 21:56:52.612 INFO O| Dec 20 21:56:52.612 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4320 | 2024-12-20T21:56:53.510Z | [ recovery-image] Dec 20 21:56:52.612 INFO O| Dec 20 21:56:52.612 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4321 | 2024-12-20T21:56:54.535Z | [ host-image] Dec 20 21:56:53.636 INFO O| Dec 20 21:56:53.636 INFO O| Actions: 1/49485 actions (Installing new actions) |
4322 | 2024-12-20T21:56:56.666Z | [ recovery-image] Dec 20 21:56:55.767 INFO O| Dec 20 21:56:55.767 INFO STEP 69 (pack_tar) COMPLETE |
4323 | 2024-12-20T21:56:56.666Z | [ recovery-image] Dec 20 21:56:55.767 INFO O| Dec 20 21:56:55.767 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4324 | 2024-12-20T21:56:56.670Z | [ recovery-image] Dec 20 21:56:55.767 INFO O| Dec 20 21:56:55.767 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4325 | 2024-12-20T21:56:57.007Z | [ recovery-image] Dec 20 21:56:56.108 INFO O| Dec 20 21:56:56.108 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4326 | 2024-12-20T21:56:57.121Z | [ recovery-image] Dec 20 21:56:56.223 INFO O| Dec 20 21:56:56.223 INFO completed processing gimlet/ramdisk-02-trim |
4327 | 2024-12-20T21:56:57.125Z | [ recovery-image] Dec 20 21:56:56.226 INFO image builder template: ramdisk-03-recovery-trim... |
4328 | 2024-12-20T21:56:57.125Z | [ recovery-image] Dec 20 21:56:56.226 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/.tmpz5fbTL/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.311", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4329 | 2024-12-20T21:56:57.390Z | [ recovery-image] Dec 20 21:56:56.491 INFO O| Dec 20 21:56:56.491 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4330 | 2024-12-20T21:56:57.399Z | [ recovery-image] Dec 20 21:56:56.500 INFO O| Dec 20 21:56:56.500 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4331 | 2024-12-20T21:56:57.523Z | [ recovery-image] Dec 20 21:56:56.623 INFO O| Dec 20 21:56:56.623 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4332 | 2024-12-20T21:56:57.612Z | [ recovery-image] Dec 20 21:56:56.714 INFO O| Dec 20 21:56:56.713 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4333 | 2024-12-20T21:56:57.615Z | [ recovery-image] Dec 20 21:56:56.714 INFO O| Dec 20 21:56:56.714 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4334 | 2024-12-20T21:56:57.628Z | [ recovery-image] Dec 20 21:56:56.729 INFO O| Dec 20 21:56:56.729 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4335 | 2024-12-20T21:56:57.651Z | [ recovery-image] Dec 20 21:56:56.752 INFO O| Dec 20 21:56:56.752 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4336 | 2024-12-20T21:56:57.662Z | [ recovery-image] Dec 20 21:56:56.763 INFO O| Dec 20 21:56:56.762 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4337 | 2024-12-20T21:56:58.459Z | [ recovery-image] Dec 20 21:56:57.560 INFO O| Dec 20 21:56:57.560 INFO rolled back to input snapshot; work may begin |
4338 | 2024-12-20T21:56:58.459Z | [ recovery-image] Dec 20 21:56:57.560 INFO O| Dec 20 21:56:57.560 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4339 | 2024-12-20T21:56:58.495Z | [ recovery-image] Dec 20 21:56:57.595 INFO O| Dec 20 21:56:57.595 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-12-20T21:56:58.558Z | [ recovery-image] Dec 20 21:56:57.659 INFO O| Dec 20 21:56:57.659 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4341 | 2024-12-20T21:56:58.562Z | [ recovery-image] Dec 20 21:56:57.663 INFO O| Dec 20 21:56:57.663 INFO STEP 0 (remove_files) COMPLETE |
4342 | 2024-12-20T21:56:58.562Z | [ recovery-image] Dec 20 21:56:57.663 INFO O| Dec 20 21:56:57.663 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-12-20T21:56:58.581Z | [ recovery-image] Dec 20 21:56:57.682 INFO O| Dec 20 21:56:57.682 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4344 | 2024-12-20T21:56:58.762Z | [ recovery-image] Dec 20 21:56:57.862 INFO O| Dec 20 21:56:57.862 INFO STEP 1 (remove_files) COMPLETE |
4345 | 2024-12-20T21:56:58.764Z | [ recovery-image] Dec 20 21:56:57.863 INFO O| Dec 20 21:56:57.862 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-12-20T21:56:58.807Z | [ recovery-image] Dec 20 21:56:57.908 INFO O| Dec 20 21:56:57.908 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4347 | 2024-12-20T21:56:58.913Z | [ recovery-image] Dec 20 21:56:58.014 INFO O| Dec 20 21:56:58.014 INFO STEP 2 (remove_files) COMPLETE |
4348 | 2024-12-20T21:56:58.916Z | [ recovery-image] Dec 20 21:56:58.014 INFO O| Dec 20 21:56:58.014 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-12-20T21:56:58.991Z | [ recovery-image] Dec 20 21:56:58.092 INFO O| Dec 20 21:56:58.092 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4350 | 2024-12-20T21:56:59.067Z | [ recovery-image] Dec 20 21:56:58.168 INFO O| Dec 20 21:56:58.168 INFO STEP 3 (remove_files) COMPLETE |
4351 | 2024-12-20T21:56:59.067Z | [ recovery-image] Dec 20 21:56:58.168 INFO O| Dec 20 21:56:58.168 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-12-20T21:56:59.086Z | [ recovery-image] Dec 20 21:56:58.187 INFO O| Dec 20 21:56:58.187 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4353 | 2024-12-20T21:56:59.100Z | [ recovery-image] Dec 20 21:56:58.201 INFO O| Dec 20 21:56:58.201 INFO STEP 4 (remove_files) COMPLETE |
4354 | 2024-12-20T21:56:59.100Z | [ recovery-image] Dec 20 21:56:58.201 INFO O| Dec 20 21:56:58.201 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-12-20T21:56:59.119Z | [ recovery-image] Dec 20 21:56:58.220 INFO O| Dec 20 21:56:58.220 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4356 | 2024-12-20T21:56:59.124Z | [ recovery-image] Dec 20 21:56:58.225 INFO O| Dec 20 21:56:58.225 INFO STEP 5 (remove_files) COMPLETE |
4357 | 2024-12-20T21:56:59.126Z | [ recovery-image] Dec 20 21:56:58.225 INFO O| Dec 20 21:56:58.225 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-12-20T21:56:59.143Z | [ recovery-image] Dec 20 21:56:58.244 INFO O| Dec 20 21:56:58.244 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4359 | 2024-12-20T21:56:59.146Z | [ recovery-image] Dec 20 21:56:58.246 INFO O| Dec 20 21:56:58.246 INFO STEP 6 (remove_files) COMPLETE |
4360 | 2024-12-20T21:56:59.146Z | [ recovery-image] Dec 20 21:56:58.246 INFO O| Dec 20 21:56:58.246 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-12-20T21:56:59.165Z | [ recovery-image] Dec 20 21:56:58.266 INFO O| Dec 20 21:56:58.266 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4362 | 2024-12-20T21:56:59.168Z | [ recovery-image] Dec 20 21:56:58.269 INFO O| Dec 20 21:56:58.268 INFO STEP 7 (remove_files) COMPLETE |
4363 | 2024-12-20T21:56:59.168Z | [ recovery-image] Dec 20 21:56:58.269 INFO O| Dec 20 21:56:58.268 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-12-20T21:56:59.186Z | [ recovery-image] Dec 20 21:56:58.288 INFO O| Dec 20 21:56:58.288 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4365 | 2024-12-20T21:56:59.189Z | [ recovery-image] Dec 20 21:56:58.291 INFO O| Dec 20 21:56:58.291 INFO STEP 8 (remove_files) COMPLETE |
4366 | 2024-12-20T21:56:59.192Z | [ recovery-image] Dec 20 21:56:58.291 INFO O| Dec 20 21:56:58.291 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-12-20T21:56:59.208Z | [ recovery-image] Dec 20 21:56:58.309 INFO O| Dec 20 21:56:58.309 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4368 | 2024-12-20T21:56:59.210Z | [ recovery-image] Dec 20 21:56:58.309 INFO O| Dec 20 21:56:58.309 INFO STEP 9 (remove_files) COMPLETE |
4369 | 2024-12-20T21:56:59.210Z | [ recovery-image] Dec 20 21:56:58.310 INFO O| Dec 20 21:56:58.309 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-12-20T21:56:59.225Z | [ recovery-image] Dec 20 21:56:58.326 INFO O| Dec 20 21:56:58.325 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4371 | 2024-12-20T21:56:59.228Z | [ recovery-image] Dec 20 21:56:58.327 INFO O| Dec 20 21:56:58.327 INFO STEP 10 (remove_files) COMPLETE |
4372 | 2024-12-20T21:56:59.228Z | [ recovery-image] Dec 20 21:56:58.327 INFO O| Dec 20 21:56:58.327 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-12-20T21:56:59.244Z | [ recovery-image] Dec 20 21:56:58.345 INFO O| Dec 20 21:56:58.345 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4374 | 2024-12-20T21:56:59.323Z | [ recovery-image] Dec 20 21:56:58.423 INFO O| Dec 20 21:56:58.423 INFO STEP 11 (remove_files) COMPLETE |
4375 | 2024-12-20T21:56:59.323Z | [ recovery-image] Dec 20 21:56:58.423 INFO O| Dec 20 21:56:58.423 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-12-20T21:56:59.344Z | [ recovery-image] Dec 20 21:56:58.446 INFO O| Dec 20 21:56:58.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4377 | 2024-12-20T21:56:59.348Z | [ recovery-image] Dec 20 21:56:58.449 INFO O| Dec 20 21:56:58.449 INFO STEP 12 (remove_files) COMPLETE |
4378 | 2024-12-20T21:56:59.348Z | [ recovery-image] Dec 20 21:56:58.449 INFO O| Dec 20 21:56:58.449 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-12-20T21:56:59.370Z | [ recovery-image] Dec 20 21:56:58.471 INFO O| Dec 20 21:56:58.471 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4380 | 2024-12-20T21:56:59.374Z | [ recovery-image] Dec 20 21:56:58.474 INFO O| Dec 20 21:56:58.474 INFO STEP 13 (remove_files) COMPLETE |
4381 | 2024-12-20T21:56:59.374Z | [ recovery-image] Dec 20 21:56:58.474 INFO O| Dec 20 21:56:58.474 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-12-20T21:56:59.393Z | [ recovery-image] Dec 20 21:56:58.494 INFO O| Dec 20 21:56:58.494 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4383 | 2024-12-20T21:56:59.395Z | [ recovery-image] Dec 20 21:56:58.494 INFO O| Dec 20 21:56:58.494 INFO STEP 14 (remove_files) COMPLETE |
4384 | 2024-12-20T21:56:59.395Z | [ recovery-image] Dec 20 21:56:58.494 INFO O| Dec 20 21:56:58.494 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-12-20T21:56:59.412Z | [ recovery-image] Dec 20 21:56:58.513 INFO O| Dec 20 21:56:58.513 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4386 | 2024-12-20T21:56:59.415Z | [ recovery-image] Dec 20 21:56:58.515 INFO O| Dec 20 21:56:58.515 INFO STEP 15 (remove_files) COMPLETE |
4387 | 2024-12-20T21:56:59.415Z | [ recovery-image] Dec 20 21:56:58.515 INFO O| Dec 20 21:56:58.515 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-12-20T21:56:59.431Z | [ recovery-image] Dec 20 21:56:58.532 INFO O| Dec 20 21:56:58.532 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4389 | 2024-12-20T21:56:59.439Z | [ recovery-image] Dec 20 21:56:58.540 INFO O| Dec 20 21:56:58.540 INFO STEP 16 (remove_files) COMPLETE |
4390 | 2024-12-20T21:56:59.443Z | [ recovery-image] Dec 20 21:56:58.541 INFO O| Dec 20 21:56:58.540 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-12-20T21:56:59.456Z | [ recovery-image] Dec 20 21:56:58.557 INFO O| Dec 20 21:56:58.557 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4392 | 2024-12-20T21:56:59.460Z | [ recovery-image] Dec 20 21:56:58.558 INFO O| Dec 20 21:56:58.558 INFO STEP 17 (remove_files) COMPLETE |
4393 | 2024-12-20T21:56:59.460Z | [ recovery-image] Dec 20 21:56:58.558 INFO O| Dec 20 21:56:58.558 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-12-20T21:56:59.474Z | [ recovery-image] Dec 20 21:56:58.574 INFO O| Dec 20 21:56:58.574 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4395 | 2024-12-20T21:56:59.476Z | [ recovery-image] Dec 20 21:56:58.574 INFO O| Dec 20 21:56:58.574 INFO STEP 18 (remove_files) COMPLETE |
4396 | 2024-12-20T21:56:59.476Z | [ recovery-image] Dec 20 21:56:58.574 INFO O| Dec 20 21:56:58.574 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-12-20T21:56:59.489Z | [ recovery-image] Dec 20 21:56:58.590 INFO O| Dec 20 21:56:58.590 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4398 | 2024-12-20T21:56:59.535Z | [ host-image] Dec 20 21:56:58.636 INFO O| Dec 20 21:56:58.636 INFO O| Actions: 9771/49485 actions (Installing new actions) |
4399 | 2024-12-20T21:56:59.548Z | [ recovery-image] Dec 20 21:56:58.649 INFO O| Dec 20 21:56:58.648 INFO STEP 19 (remove_files) COMPLETE |
4400 | 2024-12-20T21:56:59.548Z | [ recovery-image] Dec 20 21:56:58.649 INFO O| Dec 20 21:56:58.649 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-12-20T21:56:59.566Z | [ recovery-image] Dec 20 21:56:58.667 INFO O| Dec 20 21:56:58.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4402 | 2024-12-20T21:56:59.568Z | [ recovery-image] Dec 20 21:56:58.668 INFO O| Dec 20 21:56:58.668 INFO STEP 20 (remove_files) COMPLETE |
4403 | 2024-12-20T21:56:59.568Z | [ recovery-image] Dec 20 21:56:58.668 INFO O| Dec 20 21:56:58.668 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-12-20T21:56:59.587Z | [ recovery-image] Dec 20 21:56:58.688 INFO O| Dec 20 21:56:58.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4405 | 2024-12-20T21:56:59.589Z | [ recovery-image] Dec 20 21:56:58.688 INFO O| Dec 20 21:56:58.688 INFO STEP 21 (remove_files) COMPLETE |
4406 | 2024-12-20T21:56:59.589Z | [ recovery-image] Dec 20 21:56:58.688 INFO O| Dec 20 21:56:58.688 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-12-20T21:56:59.606Z | [ recovery-image] Dec 20 21:56:58.706 INFO O| Dec 20 21:56:58.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4408 | 2024-12-20T21:56:59.608Z | [ recovery-image] Dec 20 21:56:58.707 INFO O| Dec 20 21:56:58.707 INFO STEP 22 (remove_files) COMPLETE |
4409 | 2024-12-20T21:56:59.608Z | [ recovery-image] Dec 20 21:56:58.707 INFO O| Dec 20 21:56:58.707 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-12-20T21:56:59.626Z | [ recovery-image] Dec 20 21:56:58.726 INFO O| Dec 20 21:56:58.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4411 | 2024-12-20T21:56:59.628Z | [ recovery-image] Dec 20 21:56:58.726 INFO O| Dec 20 21:56:58.726 INFO STEP 23 (remove_files) COMPLETE |
4412 | 2024-12-20T21:56:59.628Z | [ recovery-image] Dec 20 21:56:58.726 INFO O| Dec 20 21:56:58.726 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-12-20T21:56:59.643Z | [ recovery-image] Dec 20 21:56:58.744 INFO O| Dec 20 21:56:58.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4414 | 2024-12-20T21:56:59.646Z | [ recovery-image] Dec 20 21:56:58.745 INFO O| Dec 20 21:56:58.745 INFO STEP 24 (remove_files) COMPLETE |
4415 | 2024-12-20T21:56:59.646Z | [ recovery-image] Dec 20 21:56:58.745 INFO O| Dec 20 21:56:58.745 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-12-20T21:56:59.664Z | [ recovery-image] Dec 20 21:56:58.765 INFO O| Dec 20 21:56:58.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4417 | 2024-12-20T21:56:59.664Z | [ recovery-image] Dec 20 21:56:58.765 INFO O| Dec 20 21:56:58.765 INFO STEP 25 (remove_files) COMPLETE |
4418 | 2024-12-20T21:56:59.664Z | [ recovery-image] Dec 20 21:56:58.765 INFO O| Dec 20 21:56:58.765 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-12-20T21:56:59.684Z | [ recovery-image] Dec 20 21:56:58.785 INFO O| Dec 20 21:56:58.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4420 | 2024-12-20T21:56:59.684Z | [ recovery-image] Dec 20 21:56:58.785 INFO O| Dec 20 21:56:58.785 INFO STEP 26 (remove_files) COMPLETE |
4421 | 2024-12-20T21:56:59.684Z | [ recovery-image] Dec 20 21:56:58.785 INFO O| Dec 20 21:56:58.785 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-12-20T21:56:59.704Z | [ recovery-image] Dec 20 21:56:58.805 INFO O| Dec 20 21:56:58.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4423 | 2024-12-20T21:56:59.704Z | [ recovery-image] Dec 20 21:56:58.805 INFO O| Dec 20 21:56:58.805 INFO STEP 27 (remove_files) COMPLETE |
4424 | 2024-12-20T21:56:59.704Z | [ recovery-image] Dec 20 21:56:58.805 INFO O| Dec 20 21:56:58.805 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-12-20T21:56:59.723Z | [ recovery-image] Dec 20 21:56:58.824 INFO O| Dec 20 21:56:58.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4426 | 2024-12-20T21:56:59.725Z | [ recovery-image] Dec 20 21:56:58.825 INFO O| Dec 20 21:56:58.824 INFO STEP 28 (remove_files) COMPLETE |
4427 | 2024-12-20T21:56:59.726Z | [ recovery-image] Dec 20 21:56:58.825 INFO O| Dec 20 21:56:58.825 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-12-20T21:56:59.744Z | [ recovery-image] Dec 20 21:56:58.845 INFO O| Dec 20 21:56:58.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4429 | 2024-12-20T21:56:59.746Z | [ recovery-image] Dec 20 21:56:58.845 INFO O| Dec 20 21:56:58.845 INFO STEP 29 (remove_files) COMPLETE |
4430 | 2024-12-20T21:56:59.746Z | [ recovery-image] Dec 20 21:56:58.845 INFO O| Dec 20 21:56:58.845 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-12-20T21:56:59.762Z | [ recovery-image] Dec 20 21:56:58.864 INFO O| Dec 20 21:56:58.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4432 | 2024-12-20T21:56:59.765Z | [ recovery-image] Dec 20 21:56:58.864 INFO O| Dec 20 21:56:58.864 INFO STEP 30 (remove_files) COMPLETE |
4433 | 2024-12-20T21:56:59.765Z | [ recovery-image] Dec 20 21:56:58.864 INFO O| Dec 20 21:56:58.864 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4434 | 2024-12-20T21:56:59.781Z | [ recovery-image] Dec 20 21:56:58.882 INFO O| Dec 20 21:56:58.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4435 | 2024-12-20T21:56:59.781Z | [ recovery-image] Dec 20 21:56:58.882 INFO O| Dec 20 21:56:58.882 INFO STEP 31 (remove_files) COMPLETE |
4436 | 2024-12-20T21:56:59.783Z | [ recovery-image] Dec 20 21:56:58.882 INFO O| Dec 20 21:56:58.882 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-12-20T21:56:59.800Z | [ recovery-image] Dec 20 21:56:58.901 INFO O| Dec 20 21:56:58.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4438 | 2024-12-20T21:56:59.802Z | [ recovery-image] Dec 20 21:56:58.901 INFO O| Dec 20 21:56:58.901 INFO STEP 32 (remove_files) COMPLETE |
4439 | 2024-12-20T21:56:59.802Z | [ recovery-image] Dec 20 21:56:58.901 INFO O| Dec 20 21:56:58.901 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-12-20T21:56:59.818Z | [ recovery-image] Dec 20 21:56:58.919 INFO O| Dec 20 21:56:58.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4441 | 2024-12-20T21:56:59.821Z | [ recovery-image] Dec 20 21:56:58.920 INFO O| Dec 20 21:56:58.920 INFO STEP 33 (remove_files) COMPLETE |
4442 | 2024-12-20T21:56:59.821Z | [ recovery-image] Dec 20 21:56:58.920 INFO O| Dec 20 21:56:58.920 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-12-20T21:56:59.839Z | [ recovery-image] Dec 20 21:56:58.939 INFO O| Dec 20 21:56:58.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4444 | 2024-12-20T21:56:59.839Z | [ recovery-image] Dec 20 21:56:58.939 INFO O| Dec 20 21:56:58.939 INFO STEP 34 (remove_files) COMPLETE |
4445 | 2024-12-20T21:56:59.839Z | [ recovery-image] Dec 20 21:56:58.939 INFO O| Dec 20 21:56:58.939 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-12-20T21:56:59.857Z | [ recovery-image] Dec 20 21:56:58.957 INFO O| Dec 20 21:56:58.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4447 | 2024-12-20T21:56:59.862Z | [ recovery-image] Dec 20 21:56:58.958 INFO O| Dec 20 21:56:58.958 INFO STEP 35 (remove_files) COMPLETE |
4448 | 2024-12-20T21:56:59.862Z | [ recovery-image] Dec 20 21:56:58.958 INFO O| Dec 20 21:56:58.958 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-12-20T21:56:59.876Z | [ recovery-image] Dec 20 21:56:58.977 INFO O| Dec 20 21:56:58.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4450 | 2024-12-20T21:56:59.876Z | [ recovery-image] Dec 20 21:56:58.977 INFO O| Dec 20 21:56:58.977 INFO STEP 36 (remove_files) COMPLETE |
4451 | 2024-12-20T21:56:59.879Z | [ recovery-image] Dec 20 21:56:58.977 INFO O| Dec 20 21:56:58.977 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-12-20T21:56:59.895Z | [ recovery-image] Dec 20 21:56:58.996 INFO O| Dec 20 21:56:58.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4453 | 2024-12-20T21:56:59.898Z | [ recovery-image] Dec 20 21:56:58.997 INFO O| Dec 20 21:56:58.997 INFO STEP 37 (remove_files) COMPLETE |
4454 | 2024-12-20T21:56:59.898Z | [ recovery-image] Dec 20 21:56:58.997 INFO O| Dec 20 21:56:58.997 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-12-20T21:56:59.915Z | [ recovery-image] Dec 20 21:56:59.016 INFO O| Dec 20 21:56:59.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4456 | 2024-12-20T21:56:59.915Z | [ recovery-image] Dec 20 21:56:59.017 INFO O| Dec 20 21:56:59.017 INFO STEP 38 (remove_files) COMPLETE |
4457 | 2024-12-20T21:56:59.919Z | [ recovery-image] Dec 20 21:56:59.017 INFO O| Dec 20 21:56:59.017 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-12-20T21:56:59.934Z | [ recovery-image] Dec 20 21:56:59.035 INFO O| Dec 20 21:56:59.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4459 | 2024-12-20T21:56:59.934Z | [ recovery-image] Dec 20 21:56:59.035 INFO O| Dec 20 21:56:59.035 INFO STEP 39 (remove_files) COMPLETE |
4460 | 2024-12-20T21:56:59.934Z | [ recovery-image] Dec 20 21:56:59.035 INFO O| Dec 20 21:56:59.035 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-12-20T21:56:59.953Z | [ recovery-image] Dec 20 21:56:59.054 INFO O| Dec 20 21:56:59.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4462 | 2024-12-20T21:56:59.953Z | [ recovery-image] Dec 20 21:56:59.054 INFO O| Dec 20 21:56:59.054 INFO STEP 40 (remove_files) COMPLETE |
4463 | 2024-12-20T21:56:59.958Z | [ recovery-image] Dec 20 21:56:59.055 INFO O| Dec 20 21:56:59.054 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-12-20T21:56:59.972Z | [ recovery-image] Dec 20 21:56:59.074 INFO O| Dec 20 21:56:59.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4465 | 2024-12-20T21:56:59.972Z | [ recovery-image] Dec 20 21:56:59.074 INFO O| Dec 20 21:56:59.074 INFO STEP 41 (remove_files) COMPLETE |
4466 | 2024-12-20T21:56:59.973Z | [ recovery-image] Dec 20 21:56:59.074 INFO O| Dec 20 21:56:59.074 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-12-20T21:56:59.990Z | [ recovery-image] Dec 20 21:56:59.091 INFO O| Dec 20 21:56:59.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4468 | 2024-12-20T21:56:59.990Z | [ recovery-image] Dec 20 21:56:59.091 INFO O| Dec 20 21:56:59.091 INFO STEP 42 (remove_files) COMPLETE |
4469 | 2024-12-20T21:56:59.990Z | [ recovery-image] Dec 20 21:56:59.091 INFO O| Dec 20 21:56:59.091 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4470 | 2024-12-20T21:57:00.008Z | [ recovery-image] Dec 20 21:56:59.109 INFO O| Dec 20 21:56:59.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4471 | 2024-12-20T21:57:00.008Z | [ recovery-image] Dec 20 21:56:59.109 INFO O| Dec 20 21:56:59.109 INFO STEP 43 (remove_files) COMPLETE |
4472 | 2024-12-20T21:57:00.011Z | [ recovery-image] Dec 20 21:56:59.110 INFO O| Dec 20 21:56:59.109 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4473 | 2024-12-20T21:57:00.026Z | [ recovery-image] Dec 20 21:56:59.128 INFO O| Dec 20 21:56:59.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4474 | 2024-12-20T21:57:00.029Z | [ recovery-image] Dec 20 21:56:59.128 INFO O| Dec 20 21:56:59.128 INFO STEP 44 (remove_files) COMPLETE |
4475 | 2024-12-20T21:57:00.029Z | [ recovery-image] Dec 20 21:56:59.128 INFO O| Dec 20 21:56:59.128 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4476 | 2024-12-20T21:57:00.044Z | [ recovery-image] Dec 20 21:56:59.145 INFO O| Dec 20 21:56:59.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4477 | 2024-12-20T21:57:00.047Z | [ recovery-image] Dec 20 21:56:59.146 INFO O| Dec 20 21:56:59.146 INFO STEP 45 (remove_files) COMPLETE |
4478 | 2024-12-20T21:57:00.047Z | [ recovery-image] Dec 20 21:56:59.146 INFO O| Dec 20 21:56:59.146 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4479 | 2024-12-20T21:57:00.062Z | [ recovery-image] Dec 20 21:56:59.164 INFO O| Dec 20 21:56:59.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4480 | 2024-12-20T21:57:00.065Z | [ recovery-image] Dec 20 21:56:59.164 INFO O| Dec 20 21:56:59.164 INFO STEP 46 (remove_files) COMPLETE |
4481 | 2024-12-20T21:57:00.065Z | [ recovery-image] Dec 20 21:56:59.164 INFO O| Dec 20 21:56:59.164 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4482 | 2024-12-20T21:57:00.082Z | [ recovery-image] Dec 20 21:56:59.183 INFO O| Dec 20 21:56:59.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4483 | 2024-12-20T21:57:00.084Z | [ recovery-image] Dec 20 21:56:59.183 INFO O| Dec 20 21:56:59.183 INFO STEP 47 (remove_files) COMPLETE |
4484 | 2024-12-20T21:57:00.084Z | [ recovery-image] Dec 20 21:56:59.183 INFO O| Dec 20 21:56:59.183 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4485 | 2024-12-20T21:57:00.100Z | [ recovery-image] Dec 20 21:56:59.201 INFO O| Dec 20 21:56:59.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4486 | 2024-12-20T21:57:00.100Z | [ recovery-image] Dec 20 21:56:59.201 INFO O| Dec 20 21:56:59.201 INFO STEP 48 (remove_files) COMPLETE |
4487 | 2024-12-20T21:57:00.103Z | [ recovery-image] Dec 20 21:56:59.201 INFO O| Dec 20 21:56:59.201 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2024-12-20T21:57:00.117Z | [ recovery-image] Dec 20 21:56:59.219 INFO O| Dec 20 21:56:59.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4489 | 2024-12-20T21:57:00.117Z | [ recovery-image] Dec 20 21:56:59.219 INFO O| Dec 20 21:56:59.219 INFO STEP 49 (remove_files) COMPLETE |
4490 | 2024-12-20T21:57:00.120Z | [ recovery-image] Dec 20 21:56:59.219 INFO O| Dec 20 21:56:59.219 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4491 | 2024-12-20T21:57:00.135Z | [ recovery-image] Dec 20 21:56:59.236 INFO O| Dec 20 21:56:59.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4492 | 2024-12-20T21:57:00.135Z | [ recovery-image] Dec 20 21:56:59.237 INFO O| Dec 20 21:56:59.237 INFO STEP 50 (remove_files) COMPLETE |
4493 | 2024-12-20T21:57:00.138Z | [ recovery-image] Dec 20 21:56:59.237 INFO O| Dec 20 21:56:59.237 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4494 | 2024-12-20T21:57:00.153Z | [ recovery-image] Dec 20 21:56:59.254 INFO O| Dec 20 21:56:59.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4495 | 2024-12-20T21:57:00.153Z | [ recovery-image] Dec 20 21:56:59.255 INFO O| Dec 20 21:56:59.255 INFO STEP 51 (remove_files) COMPLETE |
4496 | 2024-12-20T21:57:00.160Z | [ recovery-image] Dec 20 21:56:59.255 INFO O| Dec 20 21:56:59.255 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4497 | 2024-12-20T21:57:00.171Z | [ recovery-image] Dec 20 21:56:59.272 INFO O| Dec 20 21:56:59.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4498 | 2024-12-20T21:57:00.173Z | [ recovery-image] Dec 20 21:56:59.272 INFO O| Dec 20 21:56:59.272 INFO STEP 52 (remove_files) COMPLETE |
4499 | 2024-12-20T21:57:00.173Z | [ recovery-image] Dec 20 21:56:59.272 INFO O| Dec 20 21:56:59.272 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-12-20T21:57:00.189Z | [ recovery-image] Dec 20 21:56:59.290 INFO O| Dec 20 21:56:59.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4501 | 2024-12-20T21:57:00.189Z | [ recovery-image] Dec 20 21:56:59.290 INFO O| Dec 20 21:56:59.290 INFO STEP 53 (remove_files) COMPLETE |
4502 | 2024-12-20T21:57:00.192Z | [ recovery-image] Dec 20 21:56:59.290 INFO O| Dec 20 21:56:59.290 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-12-20T21:57:00.207Z | [ recovery-image] Dec 20 21:56:59.308 INFO O| Dec 20 21:56:59.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4504 | 2024-12-20T21:57:00.207Z | [ recovery-image] Dec 20 21:56:59.308 INFO O| Dec 20 21:56:59.308 INFO STEP 54 (remove_files) COMPLETE |
4505 | 2024-12-20T21:57:00.209Z | [ recovery-image] Dec 20 21:56:59.308 INFO O| Dec 20 21:56:59.308 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-12-20T21:57:00.225Z | [ recovery-image] Dec 20 21:56:59.326 INFO O| Dec 20 21:56:59.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4507 | 2024-12-20T21:57:00.225Z | [ recovery-image] Dec 20 21:56:59.326 INFO O| Dec 20 21:56:59.326 INFO STEP 55 (remove_files) COMPLETE |
4508 | 2024-12-20T21:57:00.225Z | [ recovery-image] Dec 20 21:56:59.326 INFO O| Dec 20 21:56:59.326 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-12-20T21:57:00.239Z | [ recovery-image] Dec 20 21:56:59.340 INFO O| Dec 20 21:56:59.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4510 | 2024-12-20T21:57:00.239Z | [ recovery-image] Dec 20 21:56:59.340 INFO O| Dec 20 21:56:59.340 INFO STEP 56 (remove_files) COMPLETE |
4511 | 2024-12-20T21:57:00.242Z | [ recovery-image] Dec 20 21:56:59.340 INFO O| Dec 20 21:56:59.340 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-12-20T21:57:00.252Z | [ recovery-image] Dec 20 21:56:59.353 INFO O| Dec 20 21:56:59.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4513 | 2024-12-20T21:57:00.254Z | [ recovery-image] Dec 20 21:56:59.353 INFO O| Dec 20 21:56:59.353 INFO STEP 57 (remove_files) COMPLETE |
4514 | 2024-12-20T21:57:00.254Z | [ recovery-image] Dec 20 21:56:59.353 INFO O| Dec 20 21:56:59.353 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-12-20T21:57:00.271Z | [ recovery-image] Dec 20 21:56:59.372 INFO O| Dec 20 21:56:59.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4516 | 2024-12-20T21:57:00.273Z | [ recovery-image] Dec 20 21:56:59.372 INFO O| Dec 20 21:56:59.372 INFO STEP 58 (remove_files) COMPLETE |
4517 | 2024-12-20T21:57:00.273Z | [ recovery-image] Dec 20 21:56:59.372 INFO O| Dec 20 21:56:59.372 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-12-20T21:57:00.287Z | [ recovery-image] Dec 20 21:56:59.388 INFO O| Dec 20 21:56:59.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4519 | 2024-12-20T21:57:00.287Z | [ recovery-image] Dec 20 21:56:59.388 INFO O| Dec 20 21:56:59.388 INFO STEP 59 (remove_files) COMPLETE |
4520 | 2024-12-20T21:57:00.290Z | [ recovery-image] Dec 20 21:56:59.388 INFO O| Dec 20 21:56:59.388 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-12-20T21:57:00.306Z | [ recovery-image] Dec 20 21:56:59.407 INFO O| Dec 20 21:56:59.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4522 | 2024-12-20T21:57:00.309Z | [ recovery-image] Dec 20 21:56:59.408 INFO O| Dec 20 21:56:59.408 INFO STEP 60 (remove_files) COMPLETE |
4523 | 2024-12-20T21:57:00.309Z | [ recovery-image] Dec 20 21:56:59.408 INFO O| Dec 20 21:56:59.408 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-12-20T21:57:00.325Z | [ recovery-image] Dec 20 21:56:59.426 INFO O| Dec 20 21:56:59.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4525 | 2024-12-20T21:57:00.325Z | [ recovery-image] Dec 20 21:56:59.426 INFO O| Dec 20 21:56:59.426 INFO STEP 61 (remove_files) COMPLETE |
4526 | 2024-12-20T21:57:00.327Z | [ recovery-image] Dec 20 21:56:59.426 INFO O| Dec 20 21:56:59.426 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2024-12-20T21:57:00.343Z | [ recovery-image] Dec 20 21:56:59.444 INFO O| Dec 20 21:56:59.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4528 | 2024-12-20T21:57:00.343Z | [ recovery-image] Dec 20 21:56:59.444 INFO O| Dec 20 21:56:59.444 INFO STEP 62 (remove_files) COMPLETE |
4529 | 2024-12-20T21:57:00.345Z | [ recovery-image] Dec 20 21:56:59.444 INFO O| Dec 20 21:56:59.444 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2024-12-20T21:57:00.360Z | [ recovery-image] Dec 20 21:56:59.461 INFO O| Dec 20 21:56:59.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4531 | 2024-12-20T21:57:00.363Z | [ recovery-image] Dec 20 21:56:59.461 INFO O| Dec 20 21:56:59.461 INFO STEP 63 (remove_files) COMPLETE |
4532 | 2024-12-20T21:57:00.363Z | [ recovery-image] Dec 20 21:56:59.461 INFO O| Dec 20 21:56:59.461 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-12-20T21:57:00.378Z | [ recovery-image] Dec 20 21:56:59.480 INFO O| Dec 20 21:56:59.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4534 | 2024-12-20T21:57:00.378Z | [ recovery-image] Dec 20 21:56:59.480 INFO O| Dec 20 21:56:59.480 INFO STEP 64 (remove_files) COMPLETE |
4535 | 2024-12-20T21:57:00.381Z | [ recovery-image] Dec 20 21:56:59.480 INFO O| Dec 20 21:56:59.480 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-12-20T21:57:00.395Z | [ recovery-image] Dec 20 21:56:59.496 INFO O| Dec 20 21:56:59.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4537 | 2024-12-20T21:57:00.395Z | [ recovery-image] Dec 20 21:56:59.496 INFO O| Dec 20 21:56:59.496 INFO STEP 65 (remove_files) COMPLETE |
4538 | 2024-12-20T21:57:00.397Z | [ recovery-image] Dec 20 21:56:59.496 INFO O| Dec 20 21:56:59.496 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-12-20T21:57:00.410Z | [ recovery-image] Dec 20 21:56:59.511 INFO O| Dec 20 21:56:59.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4540 | 2024-12-20T21:57:00.410Z | [ recovery-image] Dec 20 21:56:59.512 INFO O| Dec 20 21:56:59.511 INFO STEP 66 (remove_files) COMPLETE |
4541 | 2024-12-20T21:57:00.413Z | [ recovery-image] Dec 20 21:56:59.512 INFO O| Dec 20 21:56:59.511 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-12-20T21:57:00.427Z | [ recovery-image] Dec 20 21:56:59.527 INFO O| Dec 20 21:56:59.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4543 | 2024-12-20T21:57:00.427Z | [ recovery-image] Dec 20 21:56:59.528 INFO O| Dec 20 21:56:59.527 INFO STEP 67 (remove_files) COMPLETE |
4544 | 2024-12-20T21:57:00.430Z | [ recovery-image] Dec 20 21:56:59.528 INFO O| Dec 20 21:56:59.527 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-12-20T21:57:00.442Z | [ recovery-image] Dec 20 21:56:59.543 INFO O| Dec 20 21:56:59.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4546 | 2024-12-20T21:57:00.442Z | [ recovery-image] Dec 20 21:56:59.543 INFO O| Dec 20 21:56:59.543 INFO STEP 68 (remove_files) COMPLETE |
4547 | 2024-12-20T21:57:00.442Z | [ recovery-image] Dec 20 21:56:59.543 INFO O| Dec 20 21:56:59.543 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-12-20T21:57:00.460Z | [ recovery-image] Dec 20 21:56:59.561 INFO O| Dec 20 21:56:59.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4549 | 2024-12-20T21:57:00.460Z | [ recovery-image] Dec 20 21:56:59.561 INFO O| Dec 20 21:56:59.561 INFO STEP 69 (remove_files) COMPLETE |
4550 | 2024-12-20T21:57:00.463Z | [ recovery-image] Dec 20 21:56:59.561 INFO O| Dec 20 21:56:59.561 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-12-20T21:57:00.477Z | [ recovery-image] Dec 20 21:56:59.579 INFO O| Dec 20 21:56:59.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4552 | 2024-12-20T21:57:00.478Z | [ recovery-image] Dec 20 21:56:59.579 INFO O| Dec 20 21:56:59.579 INFO STEP 70 (remove_files) COMPLETE |
4553 | 2024-12-20T21:57:00.478Z | [ recovery-image] Dec 20 21:56:59.579 INFO O| Dec 20 21:56:59.579 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-12-20T21:57:00.495Z | [ recovery-image] Dec 20 21:56:59.596 INFO O| Dec 20 21:56:59.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4555 | 2024-12-20T21:57:00.495Z | [ recovery-image] Dec 20 21:56:59.596 INFO O| Dec 20 21:56:59.596 INFO STEP 71 (remove_files) COMPLETE |
4556 | 2024-12-20T21:57:00.495Z | [ recovery-image] Dec 20 21:56:59.597 INFO O| Dec 20 21:56:59.596 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-12-20T21:57:00.514Z | [ recovery-image] Dec 20 21:56:59.615 INFO O| Dec 20 21:56:59.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4558 | 2024-12-20T21:57:00.517Z | [ recovery-image] Dec 20 21:56:59.615 INFO O| Dec 20 21:56:59.615 INFO STEP 72 (remove_files) COMPLETE |
4559 | 2024-12-20T21:57:00.517Z | [ recovery-image] Dec 20 21:56:59.615 INFO O| Dec 20 21:56:59.615 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-12-20T21:57:00.532Z | [ recovery-image] Dec 20 21:56:59.633 INFO O| Dec 20 21:56:59.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4561 | 2024-12-20T21:57:00.535Z | [ recovery-image] Dec 20 21:56:59.633 INFO O| Dec 20 21:56:59.633 INFO STEP 73 (remove_files) COMPLETE |
4562 | 2024-12-20T21:57:00.535Z | [ recovery-image] Dec 20 21:56:59.633 INFO O| Dec 20 21:56:59.633 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-12-20T21:57:00.555Z | [ recovery-image] Dec 20 21:56:59.648 INFO O| Dec 20 21:56:59.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4564 | 2024-12-20T21:57:00.555Z | [ recovery-image] Dec 20 21:56:59.648 INFO O| Dec 20 21:56:59.648 INFO STEP 74 (remove_files) COMPLETE |
4565 | 2024-12-20T21:57:00.555Z | [ recovery-image] Dec 20 21:56:59.648 INFO O| Dec 20 21:56:59.648 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-12-20T21:57:00.565Z | [ recovery-image] Dec 20 21:56:59.666 INFO O| Dec 20 21:56:59.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4567 | 2024-12-20T21:57:00.568Z | [ recovery-image] Dec 20 21:56:59.666 INFO O| Dec 20 21:56:59.666 INFO STEP 75 (remove_files) COMPLETE |
4568 | 2024-12-20T21:57:00.568Z | [ recovery-image] Dec 20 21:56:59.666 INFO O| Dec 20 21:56:59.666 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-12-20T21:57:00.582Z | [ recovery-image] Dec 20 21:56:59.683 INFO O| Dec 20 21:56:59.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4570 | 2024-12-20T21:57:00.585Z | [ recovery-image] Dec 20 21:56:59.683 INFO O| Dec 20 21:56:59.683 INFO STEP 76 (remove_files) COMPLETE |
4571 | 2024-12-20T21:57:00.585Z | [ recovery-image] Dec 20 21:56:59.683 INFO O| Dec 20 21:56:59.683 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-12-20T21:57:00.600Z | [ recovery-image] Dec 20 21:56:59.701 INFO O| Dec 20 21:56:59.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4573 | 2024-12-20T21:57:00.603Z | [ recovery-image] Dec 20 21:56:59.701 INFO O| Dec 20 21:56:59.701 INFO STEP 77 (remove_files) COMPLETE |
4574 | 2024-12-20T21:57:00.603Z | [ recovery-image] Dec 20 21:56:59.702 INFO O| Dec 20 21:56:59.701 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-12-20T21:57:00.619Z | [ recovery-image] Dec 20 21:56:59.720 INFO O| Dec 20 21:56:59.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4576 | 2024-12-20T21:57:00.619Z | [ recovery-image] Dec 20 21:56:59.720 INFO O| Dec 20 21:56:59.720 INFO STEP 78 (remove_files) COMPLETE |
4577 | 2024-12-20T21:57:00.619Z | [ recovery-image] Dec 20 21:56:59.720 INFO O| Dec 20 21:56:59.720 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-12-20T21:57:00.638Z | [ recovery-image] Dec 20 21:56:59.739 INFO O| Dec 20 21:56:59.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4579 | 2024-12-20T21:57:00.638Z | [ recovery-image] Dec 20 21:56:59.739 INFO O| Dec 20 21:56:59.739 INFO STEP 79 (remove_files) COMPLETE |
4580 | 2024-12-20T21:57:00.640Z | [ recovery-image] Dec 20 21:56:59.739 INFO O| Dec 20 21:56:59.739 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-12-20T21:57:00.655Z | [ recovery-image] Dec 20 21:56:59.756 INFO O| Dec 20 21:56:59.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4582 | 2024-12-20T21:57:00.657Z | [ recovery-image] Dec 20 21:56:59.756 INFO O| Dec 20 21:56:59.756 INFO STEP 80 (remove_files) COMPLETE |
4583 | 2024-12-20T21:57:00.657Z | [ recovery-image] Dec 20 21:56:59.756 INFO O| Dec 20 21:56:59.756 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-12-20T21:57:00.674Z | [ recovery-image] Dec 20 21:56:59.775 INFO O| Dec 20 21:56:59.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4585 | 2024-12-20T21:57:00.677Z | [ recovery-image] Dec 20 21:56:59.775 INFO O| Dec 20 21:56:59.775 INFO STEP 81 (remove_files) COMPLETE |
4586 | 2024-12-20T21:57:00.677Z | [ recovery-image] Dec 20 21:56:59.775 INFO O| Dec 20 21:56:59.775 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-12-20T21:57:00.692Z | [ recovery-image] Dec 20 21:56:59.793 INFO O| Dec 20 21:56:59.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4588 | 2024-12-20T21:57:00.692Z | [ recovery-image] Dec 20 21:56:59.793 INFO O| Dec 20 21:56:59.793 INFO STEP 82 (remove_files) COMPLETE |
4589 | 2024-12-20T21:57:00.695Z | [ recovery-image] Dec 20 21:56:59.793 INFO O| Dec 20 21:56:59.793 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-12-20T21:57:00.710Z | [ recovery-image] Dec 20 21:56:59.811 INFO O| Dec 20 21:56:59.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4591 | 2024-12-20T21:57:00.710Z | [ recovery-image] Dec 20 21:56:59.811 INFO O| Dec 20 21:56:59.811 INFO STEP 83 (remove_files) COMPLETE |
4592 | 2024-12-20T21:57:00.710Z | [ recovery-image] Dec 20 21:56:59.811 INFO O| Dec 20 21:56:59.811 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-12-20T21:57:00.726Z | [ recovery-image] Dec 20 21:56:59.827 INFO O| Dec 20 21:56:59.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4594 | 2024-12-20T21:57:00.726Z | [ recovery-image] Dec 20 21:56:59.828 INFO O| Dec 20 21:56:59.827 INFO STEP 84 (remove_files) COMPLETE |
4595 | 2024-12-20T21:57:00.729Z | [ recovery-image] Dec 20 21:56:59.828 INFO O| Dec 20 21:56:59.827 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-12-20T21:57:00.744Z | [ recovery-image] Dec 20 21:56:59.845 INFO O| Dec 20 21:56:59.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4597 | 2024-12-20T21:57:00.744Z | [ recovery-image] Dec 20 21:56:59.845 INFO O| Dec 20 21:56:59.845 INFO STEP 85 (remove_files) COMPLETE |
4598 | 2024-12-20T21:57:00.744Z | [ recovery-image] Dec 20 21:56:59.845 INFO O| Dec 20 21:56:59.845 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-12-20T21:57:00.767Z | [ recovery-image] Dec 20 21:56:59.863 INFO O| Dec 20 21:56:59.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4600 | 2024-12-20T21:57:00.768Z | [ recovery-image] Dec 20 21:56:59.864 INFO O| Dec 20 21:56:59.863 INFO STEP 86 (remove_files) COMPLETE |
4601 | 2024-12-20T21:57:00.770Z | [ recovery-image] Dec 20 21:56:59.864 INFO O| Dec 20 21:56:59.863 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-12-20T21:57:00.781Z | [ recovery-image] Dec 20 21:56:59.882 INFO O| Dec 20 21:56:59.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4603 | 2024-12-20T21:57:00.781Z | [ recovery-image] Dec 20 21:56:59.882 INFO O| Dec 20 21:56:59.882 INFO STEP 87 (remove_files) COMPLETE |
4604 | 2024-12-20T21:57:00.781Z | [ recovery-image] Dec 20 21:56:59.882 INFO O| Dec 20 21:56:59.882 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-12-20T21:57:00.799Z | [ recovery-image] Dec 20 21:56:59.900 INFO O| Dec 20 21:56:59.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4606 | 2024-12-20T21:57:00.799Z | [ recovery-image] Dec 20 21:56:59.900 INFO O| Dec 20 21:56:59.900 INFO STEP 88 (remove_files) COMPLETE |
4607 | 2024-12-20T21:57:00.799Z | [ recovery-image] Dec 20 21:56:59.900 INFO O| Dec 20 21:56:59.900 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-12-20T21:57:00.816Z | [ recovery-image] Dec 20 21:56:59.917 INFO O| Dec 20 21:56:59.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4609 | 2024-12-20T21:57:00.816Z | [ recovery-image] Dec 20 21:56:59.917 INFO O| Dec 20 21:56:59.917 INFO STEP 89 (remove_files) COMPLETE |
4610 | 2024-12-20T21:57:00.819Z | [ recovery-image] Dec 20 21:56:59.917 INFO O| Dec 20 21:56:59.917 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-12-20T21:57:00.834Z | [ recovery-image] Dec 20 21:56:59.935 INFO O| Dec 20 21:56:59.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4612 | 2024-12-20T21:57:00.834Z | [ recovery-image] Dec 20 21:56:59.935 INFO O| Dec 20 21:56:59.935 INFO STEP 90 (remove_files) COMPLETE |
4613 | 2024-12-20T21:57:00.837Z | [ recovery-image] Dec 20 21:56:59.935 INFO O| Dec 20 21:56:59.935 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-12-20T21:57:00.851Z | [ recovery-image] Dec 20 21:56:59.952 INFO O| Dec 20 21:56:59.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4615 | 2024-12-20T21:57:00.851Z | [ recovery-image] Dec 20 21:56:59.952 INFO O| Dec 20 21:56:59.952 INFO STEP 91 (remove_files) COMPLETE |
4616 | 2024-12-20T21:57:00.854Z | [ recovery-image] Dec 20 21:56:59.953 INFO O| Dec 20 21:56:59.952 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-12-20T21:57:00.869Z | [ recovery-image] Dec 20 21:56:59.970 INFO O| Dec 20 21:56:59.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4618 | 2024-12-20T21:57:00.869Z | [ recovery-image] Dec 20 21:56:59.970 INFO O| Dec 20 21:56:59.970 INFO STEP 92 (remove_files) COMPLETE |
4619 | 2024-12-20T21:57:00.871Z | [ recovery-image] Dec 20 21:56:59.970 INFO O| Dec 20 21:56:59.970 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-12-20T21:57:00.886Z | [ recovery-image] Dec 20 21:56:59.987 INFO O| Dec 20 21:56:59.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4621 | 2024-12-20T21:57:00.886Z | [ recovery-image] Dec 20 21:56:59.987 INFO O| Dec 20 21:56:59.987 INFO STEP 93 (remove_files) COMPLETE |
4622 | 2024-12-20T21:57:00.886Z | [ recovery-image] Dec 20 21:56:59.987 INFO O| Dec 20 21:56:59.987 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-12-20T21:57:00.905Z | [ recovery-image] Dec 20 21:57:00.006 INFO O| Dec 20 21:57:00.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4624 | 2024-12-20T21:57:00.905Z | [ recovery-image] Dec 20 21:57:00.007 INFO O| Dec 20 21:57:00.007 INFO STEP 94 (remove_files) COMPLETE |
4625 | 2024-12-20T21:57:00.908Z | [ recovery-image] Dec 20 21:57:00.007 INFO O| Dec 20 21:57:00.007 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-12-20T21:57:00.920Z | [ recovery-image] Dec 20 21:57:00.021 INFO O| Dec 20 21:57:00.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4627 | 2024-12-20T21:57:00.920Z | [ recovery-image] Dec 20 21:57:00.021 INFO O| Dec 20 21:57:00.021 INFO STEP 95 (remove_files) COMPLETE |
4628 | 2024-12-20T21:57:00.920Z | [ recovery-image] Dec 20 21:57:00.021 INFO O| Dec 20 21:57:00.021 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-12-20T21:57:00.938Z | [ recovery-image] Dec 20 21:57:00.038 INFO O| Dec 20 21:57:00.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4630 | 2024-12-20T21:57:00.938Z | [ recovery-image] Dec 20 21:57:00.038 INFO O| Dec 20 21:57:00.038 INFO STEP 96 (remove_files) COMPLETE |
4631 | 2024-12-20T21:57:00.938Z | [ recovery-image] Dec 20 21:57:00.038 INFO O| Dec 20 21:57:00.038 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-12-20T21:57:00.955Z | [ recovery-image] Dec 20 21:57:00.056 INFO O| Dec 20 21:57:00.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4633 | 2024-12-20T21:57:00.955Z | [ recovery-image] Dec 20 21:57:00.056 INFO O| Dec 20 21:57:00.056 INFO STEP 97 (remove_files) COMPLETE |
4634 | 2024-12-20T21:57:00.958Z | [ recovery-image] Dec 20 21:57:00.056 INFO O| Dec 20 21:57:00.056 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-12-20T21:57:00.976Z | [ recovery-image] Dec 20 21:57:00.077 INFO O| Dec 20 21:57:00.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4636 | 2024-12-20T21:57:00.976Z | [ recovery-image] Dec 20 21:57:00.077 INFO O| Dec 20 21:57:00.077 INFO STEP 98 (remove_files) COMPLETE |
4637 | 2024-12-20T21:57:00.976Z | [ recovery-image] Dec 20 21:57:00.077 INFO O| Dec 20 21:57:00.077 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-12-20T21:57:00.993Z | [ recovery-image] Dec 20 21:57:00.094 INFO O| Dec 20 21:57:00.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4639 | 2024-12-20T21:57:00.995Z | [ recovery-image] Dec 20 21:57:00.094 INFO O| Dec 20 21:57:00.094 INFO STEP 99 (remove_files) COMPLETE |
4640 | 2024-12-20T21:57:00.995Z | [ recovery-image] Dec 20 21:57:00.094 INFO O| Dec 20 21:57:00.094 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-12-20T21:57:01.012Z | [ recovery-image] Dec 20 21:57:00.113 INFO O| Dec 20 21:57:00.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4642 | 2024-12-20T21:57:01.012Z | [ recovery-image] Dec 20 21:57:00.113 INFO O| Dec 20 21:57:00.113 INFO STEP 100 (remove_files) COMPLETE |
4643 | 2024-12-20T21:57:01.012Z | [ recovery-image] Dec 20 21:57:00.113 INFO O| Dec 20 21:57:00.113 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-12-20T21:57:01.030Z | [ recovery-image] Dec 20 21:57:00.130 INFO O| Dec 20 21:57:00.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4645 | 2024-12-20T21:57:01.030Z | [ recovery-image] Dec 20 21:57:00.130 INFO O| Dec 20 21:57:00.130 INFO STEP 101 (remove_files) COMPLETE |
4646 | 2024-12-20T21:57:01.030Z | [ recovery-image] Dec 20 21:57:00.131 INFO O| Dec 20 21:57:00.130 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-12-20T21:57:01.047Z | [ recovery-image] Dec 20 21:57:00.148 INFO O| Dec 20 21:57:00.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4648 | 2024-12-20T21:57:01.047Z | [ recovery-image] Dec 20 21:57:00.148 INFO O| Dec 20 21:57:00.148 INFO STEP 102 (remove_files) COMPLETE |
4649 | 2024-12-20T21:57:01.050Z | [ recovery-image] Dec 20 21:57:00.148 INFO O| Dec 20 21:57:00.148 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-12-20T21:57:01.059Z | [ recovery-image] Dec 20 21:57:00.160 INFO O| Dec 20 21:57:00.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4651 | 2024-12-20T21:57:01.059Z | [ recovery-image] Dec 20 21:57:00.160 INFO O| Dec 20 21:57:00.160 INFO STEP 103 (remove_files) COMPLETE |
4652 | 2024-12-20T21:57:01.061Z | [ recovery-image] Dec 20 21:57:00.160 INFO O| Dec 20 21:57:00.160 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-12-20T21:57:01.070Z | [ recovery-image] Dec 20 21:57:00.171 INFO O| Dec 20 21:57:00.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4654 | 2024-12-20T21:57:01.070Z | [ recovery-image] Dec 20 21:57:00.172 INFO O| Dec 20 21:57:00.171 INFO STEP 104 (remove_files) COMPLETE |
4655 | 2024-12-20T21:57:01.070Z | [ recovery-image] Dec 20 21:57:00.172 INFO O| Dec 20 21:57:00.172 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-12-20T21:57:01.089Z | [ recovery-image] Dec 20 21:57:00.190 INFO O| Dec 20 21:57:00.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4657 | 2024-12-20T21:57:01.092Z | [ recovery-image] Dec 20 21:57:00.190 INFO O| Dec 20 21:57:00.190 INFO STEP 105 (remove_files) COMPLETE |
4658 | 2024-12-20T21:57:01.092Z | [ recovery-image] Dec 20 21:57:00.190 INFO O| Dec 20 21:57:00.190 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-12-20T21:57:01.108Z | [ recovery-image] Dec 20 21:57:00.209 INFO O| Dec 20 21:57:00.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4660 | 2024-12-20T21:57:01.109Z | [ recovery-image] Dec 20 21:57:00.210 INFO O| Dec 20 21:57:00.210 INFO STEP 106 (remove_files) COMPLETE |
4661 | 2024-12-20T21:57:01.109Z | [ recovery-image] Dec 20 21:57:00.210 INFO O| Dec 20 21:57:00.210 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-12-20T21:57:01.124Z | [ recovery-image] Dec 20 21:57:00.225 INFO O| Dec 20 21:57:00.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4663 | 2024-12-20T21:57:01.124Z | [ recovery-image] Dec 20 21:57:00.226 INFO O| Dec 20 21:57:00.225 INFO STEP 107 (remove_files) COMPLETE |
4664 | 2024-12-20T21:57:01.127Z | [ recovery-image] Dec 20 21:57:00.226 INFO O| Dec 20 21:57:00.226 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-12-20T21:57:01.142Z | [ recovery-image] Dec 20 21:57:00.243 INFO O| Dec 20 21:57:00.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4666 | 2024-12-20T21:57:01.142Z | [ recovery-image] Dec 20 21:57:00.243 INFO O| Dec 20 21:57:00.243 INFO STEP 108 (remove_files) COMPLETE |
4667 | 2024-12-20T21:57:01.145Z | [ recovery-image] Dec 20 21:57:00.243 INFO O| Dec 20 21:57:00.243 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-12-20T21:57:01.156Z | [ recovery-image] Dec 20 21:57:00.257 INFO O| Dec 20 21:57:00.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4669 | 2024-12-20T21:57:01.156Z | [ recovery-image] Dec 20 21:57:00.257 INFO O| Dec 20 21:57:00.257 INFO STEP 109 (remove_files) COMPLETE |
4670 | 2024-12-20T21:57:01.158Z | [ recovery-image] Dec 20 21:57:00.257 INFO O| Dec 20 21:57:00.257 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-12-20T21:57:01.174Z | [ recovery-image] Dec 20 21:57:00.275 INFO O| Dec 20 21:57:00.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4672 | 2024-12-20T21:57:01.174Z | [ recovery-image] Dec 20 21:57:00.275 INFO O| Dec 20 21:57:00.275 INFO STEP 110 (remove_files) COMPLETE |
4673 | 2024-12-20T21:57:01.176Z | [ recovery-image] Dec 20 21:57:00.275 INFO O| Dec 20 21:57:00.275 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-12-20T21:57:01.191Z | [ recovery-image] Dec 20 21:57:00.292 INFO O| Dec 20 21:57:00.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4675 | 2024-12-20T21:57:01.191Z | [ recovery-image] Dec 20 21:57:00.292 INFO O| Dec 20 21:57:00.292 INFO STEP 111 (remove_files) COMPLETE |
4676 | 2024-12-20T21:57:01.191Z | [ recovery-image] Dec 20 21:57:00.292 INFO O| Dec 20 21:57:00.292 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-12-20T21:57:01.203Z | [ recovery-image] Dec 20 21:57:00.304 INFO O| Dec 20 21:57:00.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4678 | 2024-12-20T21:57:01.203Z | [ recovery-image] Dec 20 21:57:00.304 INFO O| Dec 20 21:57:00.304 INFO STEP 112 (remove_files) COMPLETE |
4679 | 2024-12-20T21:57:01.203Z | [ recovery-image] Dec 20 21:57:00.304 INFO O| Dec 20 21:57:00.304 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-12-20T21:57:01.215Z | [ recovery-image] Dec 20 21:57:00.316 INFO O| Dec 20 21:57:00.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4681 | 2024-12-20T21:57:01.215Z | [ recovery-image] Dec 20 21:57:00.316 INFO O| Dec 20 21:57:00.316 INFO STEP 113 (remove_files) COMPLETE |
4682 | 2024-12-20T21:57:01.219Z | [ recovery-image] Dec 20 21:57:00.316 INFO O| Dec 20 21:57:00.316 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-12-20T21:57:01.227Z | [ recovery-image] Dec 20 21:57:00.328 INFO O| Dec 20 21:57:00.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4684 | 2024-12-20T21:57:01.227Z | [ recovery-image] Dec 20 21:57:00.328 INFO O| Dec 20 21:57:00.328 INFO STEP 114 (remove_files) COMPLETE |
4685 | 2024-12-20T21:57:01.227Z | [ recovery-image] Dec 20 21:57:00.328 INFO O| Dec 20 21:57:00.328 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-12-20T21:57:01.245Z | [ recovery-image] Dec 20 21:57:00.346 INFO O| Dec 20 21:57:00.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4687 | 2024-12-20T21:57:01.245Z | [ recovery-image] Dec 20 21:57:00.346 INFO O| Dec 20 21:57:00.346 INFO STEP 115 (remove_files) COMPLETE |
4688 | 2024-12-20T21:57:01.245Z | [ recovery-image] Dec 20 21:57:00.346 INFO O| Dec 20 21:57:00.346 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-12-20T21:57:01.258Z | [ recovery-image] Dec 20 21:57:00.359 INFO O| Dec 20 21:57:00.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4690 | 2024-12-20T21:57:01.258Z | [ recovery-image] Dec 20 21:57:00.359 INFO O| Dec 20 21:57:00.359 INFO STEP 116 (remove_files) COMPLETE |
4691 | 2024-12-20T21:57:01.261Z | [ recovery-image] Dec 20 21:57:00.359 INFO O| Dec 20 21:57:00.359 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-12-20T21:57:01.275Z | [ recovery-image] Dec 20 21:57:00.376 INFO O| Dec 20 21:57:00.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4693 | 2024-12-20T21:57:01.278Z | [ recovery-image] Dec 20 21:57:00.377 INFO O| Dec 20 21:57:00.377 INFO STEP 117 (remove_files) COMPLETE |
4694 | 2024-12-20T21:57:01.278Z | [ recovery-image] Dec 20 21:57:00.377 INFO O| Dec 20 21:57:00.377 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-12-20T21:57:01.292Z | [ recovery-image] Dec 20 21:57:00.393 INFO O| Dec 20 21:57:00.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4696 | 2024-12-20T21:57:01.292Z | [ recovery-image] Dec 20 21:57:00.394 INFO O| Dec 20 21:57:00.394 INFO STEP 118 (remove_files) COMPLETE |
4697 | 2024-12-20T21:57:01.292Z | [ recovery-image] Dec 20 21:57:00.394 INFO O| Dec 20 21:57:00.394 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-12-20T21:57:01.310Z | [ recovery-image] Dec 20 21:57:00.411 INFO O| Dec 20 21:57:00.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4699 | 2024-12-20T21:57:01.314Z | [ recovery-image] Dec 20 21:57:00.412 INFO O| Dec 20 21:57:00.411 INFO STEP 119 (remove_files) COMPLETE |
4700 | 2024-12-20T21:57:01.314Z | [ recovery-image] Dec 20 21:57:00.412 INFO O| Dec 20 21:57:00.411 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-12-20T21:57:01.329Z | [ recovery-image] Dec 20 21:57:00.430 INFO O| Dec 20 21:57:00.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4702 | 2024-12-20T21:57:01.329Z | [ recovery-image] Dec 20 21:57:00.430 INFO O| Dec 20 21:57:00.430 INFO STEP 120 (remove_files) COMPLETE |
4703 | 2024-12-20T21:57:01.329Z | [ recovery-image] Dec 20 21:57:00.430 INFO O| Dec 20 21:57:00.430 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-12-20T21:57:01.349Z | [ recovery-image] Dec 20 21:57:00.449 INFO O| Dec 20 21:57:00.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4705 | 2024-12-20T21:57:01.352Z | [ recovery-image] Dec 20 21:57:00.450 INFO O| Dec 20 21:57:00.449 INFO STEP 121 (remove_files) COMPLETE |
4706 | 2024-12-20T21:57:01.352Z | [ recovery-image] Dec 20 21:57:00.450 INFO O| Dec 20 21:57:00.450 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-12-20T21:57:01.370Z | [ recovery-image] Dec 20 21:57:00.469 INFO O| Dec 20 21:57:00.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4708 | 2024-12-20T21:57:01.370Z | [ recovery-image] Dec 20 21:57:00.469 INFO O| Dec 20 21:57:00.469 INFO STEP 122 (remove_files) COMPLETE |
4709 | 2024-12-20T21:57:01.370Z | [ recovery-image] Dec 20 21:57:00.469 INFO O| Dec 20 21:57:00.469 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-12-20T21:57:01.385Z | [ recovery-image] Dec 20 21:57:00.486 INFO O| Dec 20 21:57:00.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4711 | 2024-12-20T21:57:01.388Z | [ recovery-image] Dec 20 21:57:00.487 INFO O| Dec 20 21:57:00.487 INFO STEP 123 (remove_files) COMPLETE |
4712 | 2024-12-20T21:57:01.388Z | [ recovery-image] Dec 20 21:57:00.487 INFO O| Dec 20 21:57:00.487 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-12-20T21:57:01.404Z | [ recovery-image] Dec 20 21:57:00.505 INFO O| Dec 20 21:57:00.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4714 | 2024-12-20T21:57:01.404Z | [ recovery-image] Dec 20 21:57:00.505 INFO O| Dec 20 21:57:00.505 INFO STEP 124 (remove_files) COMPLETE |
4715 | 2024-12-20T21:57:01.406Z | [ recovery-image] Dec 20 21:57:00.505 INFO O| Dec 20 21:57:00.505 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-12-20T21:57:01.419Z | [ recovery-image] Dec 20 21:57:00.520 INFO O| Dec 20 21:57:00.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4717 | 2024-12-20T21:57:01.419Z | [ recovery-image] Dec 20 21:57:00.520 INFO O| Dec 20 21:57:00.520 INFO STEP 125 (remove_files) COMPLETE |
4718 | 2024-12-20T21:57:01.421Z | [ recovery-image] Dec 20 21:57:00.520 INFO O| Dec 20 21:57:00.520 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-12-20T21:57:01.435Z | [ recovery-image] Dec 20 21:57:00.536 INFO O| Dec 20 21:57:00.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4720 | 2024-12-20T21:57:01.435Z | [ recovery-image] Dec 20 21:57:00.536 INFO O| Dec 20 21:57:00.536 INFO STEP 126 (remove_files) COMPLETE |
4721 | 2024-12-20T21:57:01.435Z | [ recovery-image] Dec 20 21:57:00.536 INFO O| Dec 20 21:57:00.536 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-12-20T21:57:01.450Z | [ recovery-image] Dec 20 21:57:00.551 INFO O| Dec 20 21:57:00.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4723 | 2024-12-20T21:57:01.451Z | [ recovery-image] Dec 20 21:57:00.551 INFO O| Dec 20 21:57:00.551 INFO STEP 127 (remove_files) COMPLETE |
4724 | 2024-12-20T21:57:01.454Z | [ recovery-image] Dec 20 21:57:00.551 INFO O| Dec 20 21:57:00.551 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-12-20T21:57:01.466Z | [ recovery-image] Dec 20 21:57:00.566 INFO O| Dec 20 21:57:00.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4726 | 2024-12-20T21:57:01.466Z | [ recovery-image] Dec 20 21:57:00.566 INFO O| Dec 20 21:57:00.566 INFO STEP 128 (remove_files) COMPLETE |
4727 | 2024-12-20T21:57:01.469Z | [ recovery-image] Dec 20 21:57:00.566 INFO O| Dec 20 21:57:00.566 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-12-20T21:57:01.482Z | [ recovery-image] Dec 20 21:57:00.583 INFO O| Dec 20 21:57:00.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4729 | 2024-12-20T21:57:01.482Z | [ recovery-image] Dec 20 21:57:00.583 INFO O| Dec 20 21:57:00.583 INFO STEP 129 (remove_files) COMPLETE |
4730 | 2024-12-20T21:57:01.486Z | [ recovery-image] Dec 20 21:57:00.583 INFO O| Dec 20 21:57:00.583 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-12-20T21:57:01.502Z | [ recovery-image] Dec 20 21:57:00.601 INFO O| Dec 20 21:57:00.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4732 | 2024-12-20T21:57:01.502Z | [ recovery-image] Dec 20 21:57:00.601 INFO O| Dec 20 21:57:00.601 INFO STEP 130 (remove_files) COMPLETE |
4733 | 2024-12-20T21:57:01.505Z | [ recovery-image] Dec 20 21:57:00.601 INFO O| Dec 20 21:57:00.601 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-12-20T21:57:01.516Z | [ recovery-image] Dec 20 21:57:00.617 INFO O| Dec 20 21:57:00.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4735 | 2024-12-20T21:57:01.516Z | [ recovery-image] Dec 20 21:57:00.617 INFO O| Dec 20 21:57:00.617 INFO STEP 131 (remove_files) COMPLETE |
4736 | 2024-12-20T21:57:01.519Z | [ recovery-image] Dec 20 21:57:00.617 INFO O| Dec 20 21:57:00.617 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-12-20T21:57:01.528Z | [ recovery-image] Dec 20 21:57:00.629 INFO O| Dec 20 21:57:00.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4738 | 2024-12-20T21:57:01.531Z | [ recovery-image] Dec 20 21:57:00.630 INFO O| Dec 20 21:57:00.630 INFO STEP 132 (remove_files) COMPLETE |
4739 | 2024-12-20T21:57:01.534Z | [ recovery-image] Dec 20 21:57:00.630 INFO O| Dec 20 21:57:00.630 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-12-20T21:57:01.541Z | [ recovery-image] Dec 20 21:57:00.642 INFO O| Dec 20 21:57:00.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4741 | 2024-12-20T21:57:01.541Z | [ recovery-image] Dec 20 21:57:00.642 INFO O| Dec 20 21:57:00.642 INFO STEP 133 (remove_files) COMPLETE |
4742 | 2024-12-20T21:57:01.543Z | [ recovery-image] Dec 20 21:57:00.642 INFO O| Dec 20 21:57:00.642 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-12-20T21:57:01.555Z | [ recovery-image] Dec 20 21:57:00.654 INFO O| Dec 20 21:57:00.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4744 | 2024-12-20T21:57:01.555Z | [ recovery-image] Dec 20 21:57:00.654 INFO O| Dec 20 21:57:00.654 INFO STEP 134 (remove_files) COMPLETE |
4745 | 2024-12-20T21:57:01.555Z | [ recovery-image] Dec 20 21:57:00.654 INFO O| Dec 20 21:57:00.654 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-12-20T21:57:01.569Z | [ recovery-image] Dec 20 21:57:00.670 INFO O| Dec 20 21:57:00.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4747 | 2024-12-20T21:57:01.569Z | [ recovery-image] Dec 20 21:57:00.670 INFO O| Dec 20 21:57:00.670 INFO STEP 135 (remove_files) COMPLETE |
4748 | 2024-12-20T21:57:01.572Z | [ recovery-image] Dec 20 21:57:00.670 INFO O| Dec 20 21:57:00.670 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-12-20T21:57:01.582Z | [ recovery-image] Dec 20 21:57:00.683 INFO O| Dec 20 21:57:00.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4750 | 2024-12-20T21:57:01.582Z | [ recovery-image] Dec 20 21:57:00.683 INFO O| Dec 20 21:57:00.683 INFO STEP 136 (remove_files) COMPLETE |
4751 | 2024-12-20T21:57:01.584Z | [ recovery-image] Dec 20 21:57:00.683 INFO O| Dec 20 21:57:00.683 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-12-20T21:57:01.594Z | [ recovery-image] Dec 20 21:57:00.695 INFO O| Dec 20 21:57:00.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4753 | 2024-12-20T21:57:01.594Z | [ recovery-image] Dec 20 21:57:00.695 INFO O| Dec 20 21:57:00.695 INFO STEP 137 (remove_files) COMPLETE |
4754 | 2024-12-20T21:57:01.596Z | [ recovery-image] Dec 20 21:57:00.695 INFO O| Dec 20 21:57:00.695 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-12-20T21:57:01.606Z | [ recovery-image] Dec 20 21:57:00.707 INFO O| Dec 20 21:57:00.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4756 | 2024-12-20T21:57:01.606Z | [ recovery-image] Dec 20 21:57:00.707 INFO O| Dec 20 21:57:00.707 INFO STEP 138 (remove_files) COMPLETE |
4757 | 2024-12-20T21:57:01.609Z | [ recovery-image] Dec 20 21:57:00.707 INFO O| Dec 20 21:57:00.707 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-12-20T21:57:01.622Z | [ recovery-image] Dec 20 21:57:00.723 INFO O| Dec 20 21:57:00.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4759 | 2024-12-20T21:57:01.622Z | [ recovery-image] Dec 20 21:57:00.723 INFO O| Dec 20 21:57:00.723 INFO STEP 139 (remove_files) COMPLETE |
4760 | 2024-12-20T21:57:01.626Z | [ recovery-image] Dec 20 21:57:00.723 INFO O| Dec 20 21:57:00.723 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-12-20T21:57:01.634Z | [ recovery-image] Dec 20 21:57:00.735 INFO O| Dec 20 21:57:00.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4762 | 2024-12-20T21:57:01.634Z | [ recovery-image] Dec 20 21:57:00.735 INFO O| Dec 20 21:57:00.735 INFO STEP 140 (remove_files) COMPLETE |
4763 | 2024-12-20T21:57:01.636Z | [ recovery-image] Dec 20 21:57:00.735 INFO O| Dec 20 21:57:00.735 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-12-20T21:57:01.649Z | [ recovery-image] Dec 20 21:57:00.750 INFO O| Dec 20 21:57:00.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4765 | 2024-12-20T21:57:01.649Z | [ recovery-image] Dec 20 21:57:00.750 INFO O| Dec 20 21:57:00.750 INFO STEP 141 (remove_files) COMPLETE |
4766 | 2024-12-20T21:57:01.652Z | [ recovery-image] Dec 20 21:57:00.750 INFO O| Dec 20 21:57:00.750 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-12-20T21:57:01.665Z | [ recovery-image] Dec 20 21:57:00.766 INFO O| Dec 20 21:57:00.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4768 | 2024-12-20T21:57:01.665Z | [ recovery-image] Dec 20 21:57:00.766 INFO O| Dec 20 21:57:00.766 INFO STEP 142 (remove_files) COMPLETE |
4769 | 2024-12-20T21:57:01.667Z | [ recovery-image] Dec 20 21:57:00.766 INFO O| Dec 20 21:57:00.766 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-12-20T21:57:01.676Z | [ recovery-image] Dec 20 21:57:00.777 INFO O| Dec 20 21:57:00.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4771 | 2024-12-20T21:57:01.679Z | [ recovery-image] Dec 20 21:57:00.778 INFO O| Dec 20 21:57:00.778 INFO STEP 143 (remove_files) COMPLETE |
4772 | 2024-12-20T21:57:01.679Z | [ recovery-image] Dec 20 21:57:00.778 INFO O| Dec 20 21:57:00.778 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-12-20T21:57:01.694Z | [ recovery-image] Dec 20 21:57:00.795 INFO O| Dec 20 21:57:00.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4774 | 2024-12-20T21:57:01.694Z | [ recovery-image] Dec 20 21:57:00.795 INFO O| Dec 20 21:57:00.795 INFO STEP 144 (remove_files) COMPLETE |
4775 | 2024-12-20T21:57:01.697Z | [ recovery-image] Dec 20 21:57:00.795 INFO O| Dec 20 21:57:00.795 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-12-20T21:57:01.706Z | [ recovery-image] Dec 20 21:57:00.807 INFO O| Dec 20 21:57:00.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4777 | 2024-12-20T21:57:01.708Z | [ recovery-image] Dec 20 21:57:00.808 INFO O| Dec 20 21:57:00.807 INFO STEP 145 (remove_files) COMPLETE |
4778 | 2024-12-20T21:57:01.709Z | [ recovery-image] Dec 20 21:57:00.808 INFO O| Dec 20 21:57:00.807 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-12-20T21:57:01.719Z | [ recovery-image] Dec 20 21:57:00.820 INFO O| Dec 20 21:57:00.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4780 | 2024-12-20T21:57:01.719Z | [ recovery-image] Dec 20 21:57:00.820 INFO O| Dec 20 21:57:00.820 INFO STEP 146 (remove_files) COMPLETE |
4781 | 2024-12-20T21:57:01.719Z | [ recovery-image] Dec 20 21:57:00.820 INFO O| Dec 20 21:57:00.820 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-12-20T21:57:01.736Z | [ recovery-image] Dec 20 21:57:00.837 INFO O| Dec 20 21:57:00.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4783 | 2024-12-20T21:57:01.736Z | [ recovery-image] Dec 20 21:57:00.837 INFO O| Dec 20 21:57:00.837 INFO STEP 147 (remove_files) COMPLETE |
4784 | 2024-12-20T21:57:01.742Z | [ recovery-image] Dec 20 21:57:00.837 INFO O| Dec 20 21:57:00.837 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-12-20T21:57:01.752Z | [ recovery-image] Dec 20 21:57:00.853 INFO O| Dec 20 21:57:00.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4786 | 2024-12-20T21:57:01.752Z | [ recovery-image] Dec 20 21:57:00.853 INFO O| Dec 20 21:57:00.853 INFO STEP 148 (remove_files) COMPLETE |
4787 | 2024-12-20T21:57:01.755Z | [ recovery-image] Dec 20 21:57:00.853 INFO O| Dec 20 21:57:00.853 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-12-20T21:57:01.770Z | [ recovery-image] Dec 20 21:57:00.870 INFO O| Dec 20 21:57:00.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4789 | 2024-12-20T21:57:01.770Z | [ recovery-image] Dec 20 21:57:00.870 INFO O| Dec 20 21:57:00.870 INFO STEP 149 (remove_files) COMPLETE |
4790 | 2024-12-20T21:57:01.773Z | [ recovery-image] Dec 20 21:57:00.870 INFO O| Dec 20 21:57:00.870 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-12-20T21:57:01.781Z | [ recovery-image] Dec 20 21:57:00.883 INFO O| Dec 20 21:57:00.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4792 | 2024-12-20T21:57:01.781Z | [ recovery-image] Dec 20 21:57:00.883 INFO O| Dec 20 21:57:00.883 INFO STEP 150 (remove_files) COMPLETE |
4793 | 2024-12-20T21:57:01.784Z | [ recovery-image] Dec 20 21:57:00.883 INFO O| Dec 20 21:57:00.883 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-12-20T21:57:01.793Z | [ recovery-image] Dec 20 21:57:00.894 INFO O| Dec 20 21:57:00.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4795 | 2024-12-20T21:57:01.793Z | [ recovery-image] Dec 20 21:57:00.894 INFO O| Dec 20 21:57:00.894 INFO STEP 151 (remove_files) COMPLETE |
4796 | 2024-12-20T21:57:01.796Z | [ recovery-image] Dec 20 21:57:00.895 INFO O| Dec 20 21:57:00.894 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-12-20T21:57:01.811Z | [ recovery-image] Dec 20 21:57:00.912 INFO O| Dec 20 21:57:00.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4798 | 2024-12-20T21:57:01.814Z | [ recovery-image] Dec 20 21:57:00.912 INFO O| Dec 20 21:57:00.912 INFO STEP 152 (remove_files) COMPLETE |
4799 | 2024-12-20T21:57:01.814Z | [ recovery-image] Dec 20 21:57:00.912 INFO O| Dec 20 21:57:00.912 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-12-20T21:57:01.828Z | [ recovery-image] Dec 20 21:57:00.929 INFO O| Dec 20 21:57:00.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4801 | 2024-12-20T21:57:01.831Z | [ recovery-image] Dec 20 21:57:00.930 INFO O| Dec 20 21:57:00.930 INFO STEP 153 (remove_files) COMPLETE |
4802 | 2024-12-20T21:57:01.831Z | [ recovery-image] Dec 20 21:57:00.930 INFO O| Dec 20 21:57:00.930 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-12-20T21:57:01.846Z | [ recovery-image] Dec 20 21:57:00.945 INFO O| Dec 20 21:57:00.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4804 | 2024-12-20T21:57:01.846Z | [ recovery-image] Dec 20 21:57:00.945 INFO O| Dec 20 21:57:00.945 INFO STEP 154 (remove_files) COMPLETE |
4805 | 2024-12-20T21:57:01.850Z | [ recovery-image] Dec 20 21:57:00.945 INFO O| Dec 20 21:57:00.945 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-12-20T21:57:01.860Z | [ recovery-image] Dec 20 21:57:00.961 INFO O| Dec 20 21:57:00.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4807 | 2024-12-20T21:57:01.860Z | [ recovery-image] Dec 20 21:57:00.961 INFO O| Dec 20 21:57:00.961 INFO STEP 155 (remove_files) COMPLETE |
4808 | 2024-12-20T21:57:01.860Z | [ recovery-image] Dec 20 21:57:00.961 INFO O| Dec 20 21:57:00.961 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-12-20T21:57:01.873Z | [ recovery-image] Dec 20 21:57:00.974 INFO O| Dec 20 21:57:00.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4810 | 2024-12-20T21:57:01.873Z | [ recovery-image] Dec 20 21:57:00.974 INFO O| Dec 20 21:57:00.974 INFO STEP 156 (remove_files) COMPLETE |
4811 | 2024-12-20T21:57:01.876Z | [ recovery-image] Dec 20 21:57:00.974 INFO O| Dec 20 21:57:00.974 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-12-20T21:57:01.889Z | [ recovery-image] Dec 20 21:57:00.990 INFO O| Dec 20 21:57:00.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4813 | 2024-12-20T21:57:01.889Z | [ recovery-image] Dec 20 21:57:00.990 INFO O| Dec 20 21:57:00.990 INFO STEP 157 (remove_files) COMPLETE |
4814 | 2024-12-20T21:57:01.891Z | [ recovery-image] Dec 20 21:57:00.990 INFO O| Dec 20 21:57:00.990 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-12-20T21:57:01.905Z | [ recovery-image] Dec 20 21:57:01.006 INFO O| Dec 20 21:57:01.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4816 | 2024-12-20T21:57:01.905Z | [ recovery-image] Dec 20 21:57:01.006 INFO O| Dec 20 21:57:01.006 INFO STEP 158 (remove_files) COMPLETE |
4817 | 2024-12-20T21:57:01.905Z | [ recovery-image] Dec 20 21:57:01.006 INFO O| Dec 20 21:57:01.006 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-12-20T21:57:01.921Z | [ recovery-image] Dec 20 21:57:01.022 INFO O| Dec 20 21:57:01.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4819 | 2024-12-20T21:57:01.921Z | [ recovery-image] Dec 20 21:57:01.022 INFO O| Dec 20 21:57:01.022 INFO STEP 159 (remove_files) COMPLETE |
4820 | 2024-12-20T21:57:01.921Z | [ recovery-image] Dec 20 21:57:01.022 INFO O| Dec 20 21:57:01.022 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-12-20T21:57:01.936Z | [ recovery-image] Dec 20 21:57:01.037 INFO O| Dec 20 21:57:01.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4822 | 2024-12-20T21:57:01.936Z | [ recovery-image] Dec 20 21:57:01.037 INFO O| Dec 20 21:57:01.037 INFO STEP 160 (remove_files) COMPLETE |
4823 | 2024-12-20T21:57:01.939Z | [ recovery-image] Dec 20 21:57:01.037 INFO O| Dec 20 21:57:01.037 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-12-20T21:57:01.952Z | [ recovery-image] Dec 20 21:57:01.053 INFO O| Dec 20 21:57:01.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4825 | 2024-12-20T21:57:01.952Z | [ recovery-image] Dec 20 21:57:01.053 INFO O| Dec 20 21:57:01.053 INFO STEP 161 (remove_files) COMPLETE |
4826 | 2024-12-20T21:57:01.955Z | [ recovery-image] Dec 20 21:57:01.053 INFO O| Dec 20 21:57:01.053 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-12-20T21:57:01.968Z | [ recovery-image] Dec 20 21:57:01.069 INFO O| Dec 20 21:57:01.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4828 | 2024-12-20T21:57:01.968Z | [ recovery-image] Dec 20 21:57:01.069 INFO O| Dec 20 21:57:01.069 INFO STEP 162 (remove_files) COMPLETE |
4829 | 2024-12-20T21:57:01.968Z | [ recovery-image] Dec 20 21:57:01.069 INFO O| Dec 20 21:57:01.069 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-12-20T21:57:01.984Z | [ recovery-image] Dec 20 21:57:01.085 INFO O| Dec 20 21:57:01.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4831 | 2024-12-20T21:57:01.984Z | [ recovery-image] Dec 20 21:57:01.085 INFO O| Dec 20 21:57:01.085 INFO STEP 163 (remove_files) COMPLETE |
4832 | 2024-12-20T21:57:01.986Z | [ recovery-image] Dec 20 21:57:01.085 INFO O| Dec 20 21:57:01.085 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-12-20T21:57:01.997Z | [ recovery-image] Dec 20 21:57:01.098 INFO O| Dec 20 21:57:01.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4834 | 2024-12-20T21:57:01.997Z | [ recovery-image] Dec 20 21:57:01.098 INFO O| Dec 20 21:57:01.098 INFO STEP 164 (remove_files) COMPLETE |
4835 | 2024-12-20T21:57:01.997Z | [ recovery-image] Dec 20 21:57:01.098 INFO O| Dec 20 21:57:01.098 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-12-20T21:57:02.010Z | [ recovery-image] Dec 20 21:57:01.111 INFO O| Dec 20 21:57:01.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4837 | 2024-12-20T21:57:02.010Z | [ recovery-image] Dec 20 21:57:01.111 INFO O| Dec 20 21:57:01.111 INFO STEP 165 (remove_files) COMPLETE |
4838 | 2024-12-20T21:57:02.013Z | [ recovery-image] Dec 20 21:57:01.111 INFO O| Dec 20 21:57:01.111 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-12-20T21:57:02.026Z | [ recovery-image] Dec 20 21:57:01.127 INFO O| Dec 20 21:57:01.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4840 | 2024-12-20T21:57:02.029Z | [ recovery-image] Dec 20 21:57:01.127 INFO O| Dec 20 21:57:01.127 INFO STEP 166 (remove_files) COMPLETE |
4841 | 2024-12-20T21:57:02.029Z | [ recovery-image] Dec 20 21:57:01.128 INFO O| Dec 20 21:57:01.127 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-12-20T21:57:02.043Z | [ recovery-image] Dec 20 21:57:01.144 INFO O| Dec 20 21:57:01.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4843 | 2024-12-20T21:57:02.043Z | [ recovery-image] Dec 20 21:57:01.144 INFO O| Dec 20 21:57:01.144 INFO STEP 167 (remove_files) COMPLETE |
4844 | 2024-12-20T21:57:02.043Z | [ recovery-image] Dec 20 21:57:01.144 INFO O| Dec 20 21:57:01.144 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-12-20T21:57:02.059Z | [ recovery-image] Dec 20 21:57:01.160 INFO O| Dec 20 21:57:01.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4846 | 2024-12-20T21:57:02.059Z | [ recovery-image] Dec 20 21:57:01.160 INFO O| Dec 20 21:57:01.160 INFO STEP 168 (remove_files) COMPLETE |
4847 | 2024-12-20T21:57:02.059Z | [ recovery-image] Dec 20 21:57:01.160 INFO O| Dec 20 21:57:01.160 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-12-20T21:57:02.073Z | [ recovery-image] Dec 20 21:57:01.175 INFO O| Dec 20 21:57:01.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4849 | 2024-12-20T21:57:02.074Z | [ recovery-image] Dec 20 21:57:01.175 INFO O| Dec 20 21:57:01.175 INFO STEP 169 (remove_files) COMPLETE |
4850 | 2024-12-20T21:57:02.074Z | [ recovery-image] Dec 20 21:57:01.175 INFO O| Dec 20 21:57:01.175 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-12-20T21:57:02.090Z | [ recovery-image] Dec 20 21:57:01.190 INFO O| Dec 20 21:57:01.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4852 | 2024-12-20T21:57:02.090Z | [ recovery-image] Dec 20 21:57:01.190 INFO O| Dec 20 21:57:01.190 INFO STEP 170 (remove_files) COMPLETE |
4853 | 2024-12-20T21:57:02.090Z | [ recovery-image] Dec 20 21:57:01.190 INFO O| Dec 20 21:57:01.190 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-12-20T21:57:02.101Z | [ recovery-image] Dec 20 21:57:01.202 INFO O| Dec 20 21:57:01.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4855 | 2024-12-20T21:57:02.101Z | [ recovery-image] Dec 20 21:57:01.202 INFO O| Dec 20 21:57:01.202 INFO STEP 171 (remove_files) COMPLETE |
4856 | 2024-12-20T21:57:02.101Z | [ recovery-image] Dec 20 21:57:01.202 INFO O| Dec 20 21:57:01.202 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-12-20T21:57:02.116Z | [ recovery-image] Dec 20 21:57:01.217 INFO O| Dec 20 21:57:01.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4858 | 2024-12-20T21:57:02.116Z | [ recovery-image] Dec 20 21:57:01.217 INFO O| Dec 20 21:57:01.217 INFO STEP 172 (remove_files) COMPLETE |
4859 | 2024-12-20T21:57:02.119Z | [ recovery-image] Dec 20 21:57:01.217 INFO O| Dec 20 21:57:01.217 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-12-20T21:57:02.131Z | [ recovery-image] Dec 20 21:57:01.232 INFO O| Dec 20 21:57:01.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4861 | 2024-12-20T21:57:02.131Z | [ recovery-image] Dec 20 21:57:01.232 INFO O| Dec 20 21:57:01.232 INFO STEP 173 (remove_files) COMPLETE |
4862 | 2024-12-20T21:57:02.131Z | [ recovery-image] Dec 20 21:57:01.232 INFO O| Dec 20 21:57:01.232 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-12-20T21:57:02.145Z | [ recovery-image] Dec 20 21:57:01.246 INFO O| Dec 20 21:57:01.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4864 | 2024-12-20T21:57:02.145Z | [ recovery-image] Dec 20 21:57:01.246 INFO O| Dec 20 21:57:01.246 INFO STEP 174 (remove_files) COMPLETE |
4865 | 2024-12-20T21:57:02.145Z | [ recovery-image] Dec 20 21:57:01.246 INFO O| Dec 20 21:57:01.246 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-12-20T21:57:02.158Z | [ recovery-image] Dec 20 21:57:01.259 INFO O| Dec 20 21:57:01.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4867 | 2024-12-20T21:57:02.158Z | [ recovery-image] Dec 20 21:57:01.259 INFO O| Dec 20 21:57:01.259 INFO STEP 175 (remove_files) COMPLETE |
4868 | 2024-12-20T21:57:02.158Z | [ recovery-image] Dec 20 21:57:01.259 INFO O| Dec 20 21:57:01.259 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-12-20T21:57:02.170Z | [ recovery-image] Dec 20 21:57:01.271 INFO O| Dec 20 21:57:01.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4870 | 2024-12-20T21:57:02.170Z | [ recovery-image] Dec 20 21:57:01.271 INFO O| Dec 20 21:57:01.271 INFO STEP 176 (remove_files) COMPLETE |
4871 | 2024-12-20T21:57:02.170Z | [ recovery-image] Dec 20 21:57:01.271 INFO O| Dec 20 21:57:01.271 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-12-20T21:57:02.182Z | [ recovery-image] Dec 20 21:57:01.283 INFO O| Dec 20 21:57:01.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4873 | 2024-12-20T21:57:02.182Z | [ recovery-image] Dec 20 21:57:01.283 INFO O| Dec 20 21:57:01.283 INFO STEP 177 (remove_files) COMPLETE |
4874 | 2024-12-20T21:57:02.182Z | [ recovery-image] Dec 20 21:57:01.283 INFO O| Dec 20 21:57:01.283 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-12-20T21:57:02.195Z | [ recovery-image] Dec 20 21:57:01.295 INFO O| Dec 20 21:57:01.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4876 | 2024-12-20T21:57:02.195Z | [ recovery-image] Dec 20 21:57:01.295 INFO O| Dec 20 21:57:01.295 INFO STEP 178 (remove_files) COMPLETE |
4877 | 2024-12-20T21:57:02.195Z | [ recovery-image] Dec 20 21:57:01.295 INFO O| Dec 20 21:57:01.295 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-12-20T21:57:02.207Z | [ recovery-image] Dec 20 21:57:01.308 INFO O| Dec 20 21:57:01.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4879 | 2024-12-20T21:57:02.207Z | [ recovery-image] Dec 20 21:57:01.308 INFO O| Dec 20 21:57:01.308 INFO STEP 179 (remove_files) COMPLETE |
4880 | 2024-12-20T21:57:02.207Z | [ recovery-image] Dec 20 21:57:01.308 INFO O| Dec 20 21:57:01.308 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-12-20T21:57:02.222Z | [ recovery-image] Dec 20 21:57:01.324 INFO O| Dec 20 21:57:01.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4882 | 2024-12-20T21:57:02.223Z | [ recovery-image] Dec 20 21:57:01.324 INFO O| Dec 20 21:57:01.324 INFO STEP 180 (remove_files) COMPLETE |
4883 | 2024-12-20T21:57:02.225Z | [ recovery-image] Dec 20 21:57:01.324 INFO O| Dec 20 21:57:01.324 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-12-20T21:57:02.235Z | [ recovery-image] Dec 20 21:57:01.336 INFO O| Dec 20 21:57:01.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4885 | 2024-12-20T21:57:02.235Z | [ recovery-image] Dec 20 21:57:01.336 INFO O| Dec 20 21:57:01.336 INFO STEP 181 (remove_files) COMPLETE |
4886 | 2024-12-20T21:57:02.238Z | [ recovery-image] Dec 20 21:57:01.336 INFO O| Dec 20 21:57:01.336 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-12-20T21:57:02.248Z | [ recovery-image] Dec 20 21:57:01.349 INFO O| Dec 20 21:57:01.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4888 | 2024-12-20T21:57:02.248Z | [ recovery-image] Dec 20 21:57:01.349 INFO O| Dec 20 21:57:01.349 INFO STEP 182 (remove_files) COMPLETE |
4889 | 2024-12-20T21:57:02.248Z | [ recovery-image] Dec 20 21:57:01.349 INFO O| Dec 20 21:57:01.349 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-12-20T21:57:02.263Z | [ recovery-image] Dec 20 21:57:01.364 INFO O| Dec 20 21:57:01.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4891 | 2024-12-20T21:57:02.263Z | [ recovery-image] Dec 20 21:57:01.364 INFO O| Dec 20 21:57:01.364 INFO STEP 183 (remove_files) COMPLETE |
4892 | 2024-12-20T21:57:02.263Z | [ recovery-image] Dec 20 21:57:01.364 INFO O| Dec 20 21:57:01.364 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-12-20T21:57:02.279Z | [ recovery-image] Dec 20 21:57:01.379 INFO O| Dec 20 21:57:01.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4894 | 2024-12-20T21:57:02.279Z | [ recovery-image] Dec 20 21:57:01.379 INFO O| Dec 20 21:57:01.379 INFO STEP 184 (remove_files) COMPLETE |
4895 | 2024-12-20T21:57:02.281Z | [ recovery-image] Dec 20 21:57:01.379 INFO O| Dec 20 21:57:01.379 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-12-20T21:57:02.295Z | [ recovery-image] Dec 20 21:57:01.396 INFO O| Dec 20 21:57:01.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4897 | 2024-12-20T21:57:02.295Z | [ recovery-image] Dec 20 21:57:01.396 INFO O| Dec 20 21:57:01.396 INFO STEP 185 (remove_files) COMPLETE |
4898 | 2024-12-20T21:57:02.297Z | [ recovery-image] Dec 20 21:57:01.396 INFO O| Dec 20 21:57:01.396 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-12-20T21:57:02.310Z | [ recovery-image] Dec 20 21:57:01.410 INFO O| Dec 20 21:57:01.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4900 | 2024-12-20T21:57:02.310Z | [ recovery-image] Dec 20 21:57:01.410 INFO O| Dec 20 21:57:01.410 INFO STEP 186 (remove_files) COMPLETE |
4901 | 2024-12-20T21:57:02.310Z | [ recovery-image] Dec 20 21:57:01.410 INFO O| Dec 20 21:57:01.410 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-12-20T21:57:02.325Z | [ recovery-image] Dec 20 21:57:01.426 INFO O| Dec 20 21:57:01.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4903 | 2024-12-20T21:57:02.325Z | [ recovery-image] Dec 20 21:57:01.426 INFO O| Dec 20 21:57:01.426 INFO STEP 187 (remove_files) COMPLETE |
4904 | 2024-12-20T21:57:02.325Z | [ recovery-image] Dec 20 21:57:01.426 INFO O| Dec 20 21:57:01.426 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-12-20T21:57:02.336Z | [ recovery-image] Dec 20 21:57:01.437 INFO O| Dec 20 21:57:01.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4906 | 2024-12-20T21:57:02.336Z | [ recovery-image] Dec 20 21:57:01.437 INFO O| Dec 20 21:57:01.437 INFO STEP 188 (remove_files) COMPLETE |
4907 | 2024-12-20T21:57:02.336Z | [ recovery-image] Dec 20 21:57:01.437 INFO O| Dec 20 21:57:01.437 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-12-20T21:57:02.350Z | [ recovery-image] Dec 20 21:57:01.451 INFO O| Dec 20 21:57:01.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4909 | 2024-12-20T21:57:02.350Z | [ recovery-image] Dec 20 21:57:01.451 INFO O| Dec 20 21:57:01.451 INFO STEP 189 (remove_files) COMPLETE |
4910 | 2024-12-20T21:57:02.352Z | [ recovery-image] Dec 20 21:57:01.451 INFO O| Dec 20 21:57:01.451 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-12-20T21:57:02.366Z | [ recovery-image] Dec 20 21:57:01.467 INFO O| Dec 20 21:57:01.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4912 | 2024-12-20T21:57:02.369Z | [ recovery-image] Dec 20 21:57:01.467 INFO O| Dec 20 21:57:01.467 INFO STEP 190 (remove_files) COMPLETE |
4913 | 2024-12-20T21:57:02.369Z | [ recovery-image] Dec 20 21:57:01.467 INFO O| Dec 20 21:57:01.467 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-12-20T21:57:02.419Z | [ recovery-image] Dec 20 21:57:01.520 INFO O| Dec 20 21:57:01.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4915 | 2024-12-20T21:57:02.419Z | [ recovery-image] Dec 20 21:57:01.520 INFO O| Dec 20 21:57:01.520 INFO STEP 191 (remove_files) COMPLETE |
4916 | 2024-12-20T21:57:02.421Z | [ recovery-image] Dec 20 21:57:01.520 INFO O| Dec 20 21:57:01.520 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-12-20T21:57:02.437Z | [ recovery-image] Dec 20 21:57:01.538 INFO O| Dec 20 21:57:01.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4918 | 2024-12-20T21:57:02.440Z | [ recovery-image] Dec 20 21:57:01.539 INFO O| Dec 20 21:57:01.538 INFO STEP 192 (remove_files) COMPLETE |
4919 | 2024-12-20T21:57:02.440Z | [ recovery-image] Dec 20 21:57:01.539 INFO O| Dec 20 21:57:01.539 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-12-20T21:57:02.463Z | [ recovery-image] Dec 20 21:57:01.563 INFO O| Dec 20 21:57:01.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4921 | 2024-12-20T21:57:02.463Z | [ recovery-image] Dec 20 21:57:01.563 INFO O| Dec 20 21:57:01.563 INFO STEP 193 (remove_files) COMPLETE |
4922 | 2024-12-20T21:57:02.466Z | [ recovery-image] Dec 20 21:57:01.563 INFO O| Dec 20 21:57:01.563 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-12-20T21:57:02.493Z | [ recovery-image] Dec 20 21:57:01.594 INFO O| Dec 20 21:57:01.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4924 | 2024-12-20T21:57:02.496Z | [ recovery-image] Dec 20 21:57:01.594 INFO O| Dec 20 21:57:01.594 INFO STEP 194 (remove_files) COMPLETE |
4925 | 2024-12-20T21:57:02.496Z | [ recovery-image] Dec 20 21:57:01.595 INFO O| Dec 20 21:57:01.594 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-12-20T21:57:02.512Z | [ recovery-image] Dec 20 21:57:01.613 INFO O| Dec 20 21:57:01.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4927 | 2024-12-20T21:57:02.515Z | [ recovery-image] Dec 20 21:57:01.613 INFO O| Dec 20 21:57:01.613 INFO STEP 195 (remove_files) COMPLETE |
4928 | 2024-12-20T21:57:02.515Z | [ recovery-image] Dec 20 21:57:01.613 INFO O| Dec 20 21:57:01.613 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-12-20T21:57:02.534Z | [ recovery-image] Dec 20 21:57:01.634 INFO O| Dec 20 21:57:01.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4930 | 2024-12-20T21:57:02.534Z | [ recovery-image] Dec 20 21:57:01.634 INFO O| Dec 20 21:57:01.634 INFO STEP 196 (remove_files) COMPLETE |
4931 | 2024-12-20T21:57:02.537Z | [ recovery-image] Dec 20 21:57:01.634 INFO O| Dec 20 21:57:01.634 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-12-20T21:57:02.557Z | [ recovery-image] Dec 20 21:57:01.658 INFO O| Dec 20 21:57:01.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4933 | 2024-12-20T21:57:02.557Z | [ recovery-image] Dec 20 21:57:01.658 INFO O| Dec 20 21:57:01.658 INFO STEP 197 (remove_files) COMPLETE |
4934 | 2024-12-20T21:57:02.557Z | [ recovery-image] Dec 20 21:57:01.658 INFO O| Dec 20 21:57:01.658 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-12-20T21:57:02.601Z | [ recovery-image] Dec 20 21:57:01.702 INFO O| Dec 20 21:57:01.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4936 | 2024-12-20T21:57:02.601Z | [ recovery-image] Dec 20 21:57:01.702 INFO O| Dec 20 21:57:01.702 INFO STEP 198 (remove_files) COMPLETE |
4937 | 2024-12-20T21:57:02.601Z | [ recovery-image] Dec 20 21:57:01.702 INFO O| Dec 20 21:57:01.702 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-12-20T21:57:02.683Z | [ recovery-image] Dec 20 21:57:01.783 INFO O| Dec 20 21:57:01.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4939 | 2024-12-20T21:57:02.683Z | [ recovery-image] Dec 20 21:57:01.783 INFO O| Dec 20 21:57:01.783 INFO STEP 199 (remove_files) COMPLETE |
4940 | 2024-12-20T21:57:02.683Z | [ recovery-image] Dec 20 21:57:01.783 INFO O| Dec 20 21:57:01.783 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-12-20T21:57:02.725Z | [ recovery-image] Dec 20 21:57:01.826 INFO O| Dec 20 21:57:01.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4942 | 2024-12-20T21:57:02.726Z | [ recovery-image] Dec 20 21:57:01.826 INFO O| Dec 20 21:57:01.826 INFO STEP 200 (remove_files) COMPLETE |
4943 | 2024-12-20T21:57:02.726Z | [ recovery-image] Dec 20 21:57:01.826 INFO O| Dec 20 21:57:01.826 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-12-20T21:57:02.746Z | [ recovery-image] Dec 20 21:57:01.845 INFO O| Dec 20 21:57:01.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4945 | 2024-12-20T21:57:02.746Z | [ recovery-image] Dec 20 21:57:01.845 INFO O| Dec 20 21:57:01.845 INFO STEP 201 (remove_files) COMPLETE |
4946 | 2024-12-20T21:57:02.746Z | [ recovery-image] Dec 20 21:57:01.845 INFO O| Dec 20 21:57:01.845 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-12-20T21:57:02.785Z | [ recovery-image] Dec 20 21:57:01.885 INFO O| Dec 20 21:57:01.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4948 | 2024-12-20T21:57:02.785Z | [ recovery-image] Dec 20 21:57:01.885 INFO O| Dec 20 21:57:01.885 INFO STEP 202 (remove_files) COMPLETE |
4949 | 2024-12-20T21:57:02.785Z | [ recovery-image] Dec 20 21:57:01.885 INFO O| Dec 20 21:57:01.885 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-12-20T21:57:02.824Z | [ recovery-image] Dec 20 21:57:01.925 INFO O| Dec 20 21:57:01.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4951 | 2024-12-20T21:57:02.824Z | [ recovery-image] Dec 20 21:57:01.925 INFO O| Dec 20 21:57:01.925 INFO STEP 203 (remove_files) COMPLETE |
4952 | 2024-12-20T21:57:02.826Z | [ recovery-image] Dec 20 21:57:01.925 INFO O| Dec 20 21:57:01.925 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-12-20T21:57:02.866Z | [ recovery-image] Dec 20 21:57:01.967 INFO O| Dec 20 21:57:01.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4954 | 2024-12-20T21:57:02.866Z | [ recovery-image] Dec 20 21:57:01.967 INFO O| Dec 20 21:57:01.967 INFO STEP 204 (remove_files) COMPLETE |
4955 | 2024-12-20T21:57:02.866Z | [ recovery-image] Dec 20 21:57:01.967 INFO O| Dec 20 21:57:01.967 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-12-20T21:57:02.909Z | [ recovery-image] Dec 20 21:57:02.010 INFO O| Dec 20 21:57:02.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4957 | 2024-12-20T21:57:02.909Z | [ recovery-image] Dec 20 21:57:02.010 INFO O| Dec 20 21:57:02.010 INFO STEP 205 (remove_files) COMPLETE |
4958 | 2024-12-20T21:57:02.912Z | [ recovery-image] Dec 20 21:57:02.010 INFO O| Dec 20 21:57:02.010 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-12-20T21:57:02.950Z | [ recovery-image] Dec 20 21:57:02.050 INFO O| Dec 20 21:57:02.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4960 | 2024-12-20T21:57:02.950Z | [ recovery-image] Dec 20 21:57:02.051 INFO O| Dec 20 21:57:02.051 INFO STEP 206 (remove_files) COMPLETE |
4961 | 2024-12-20T21:57:02.950Z | [ recovery-image] Dec 20 21:57:02.051 INFO O| Dec 20 21:57:02.051 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-12-20T21:57:02.994Z | [ recovery-image] Dec 20 21:57:02.094 INFO O| Dec 20 21:57:02.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4963 | 2024-12-20T21:57:02.994Z | [ recovery-image] Dec 20 21:57:02.094 INFO O| Dec 20 21:57:02.094 INFO STEP 207 (remove_files) COMPLETE |
4964 | 2024-12-20T21:57:02.996Z | [ recovery-image] Dec 20 21:57:02.094 INFO O| Dec 20 21:57:02.094 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-12-20T21:57:03.033Z | [ recovery-image] Dec 20 21:57:02.133 INFO O| Dec 20 21:57:02.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4966 | 2024-12-20T21:57:03.033Z | [ recovery-image] Dec 20 21:57:02.133 INFO O| Dec 20 21:57:02.133 INFO STEP 208 (remove_files) COMPLETE |
4967 | 2024-12-20T21:57:03.033Z | [ recovery-image] Dec 20 21:57:02.133 INFO O| Dec 20 21:57:02.133 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-12-20T21:57:03.085Z | [ recovery-image] Dec 20 21:57:02.186 INFO O| Dec 20 21:57:02.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4969 | 2024-12-20T21:57:03.085Z | [ recovery-image] Dec 20 21:57:02.186 INFO O| Dec 20 21:57:02.186 INFO STEP 209 (remove_files) COMPLETE |
4970 | 2024-12-20T21:57:03.085Z | [ recovery-image] Dec 20 21:57:02.186 INFO O| Dec 20 21:57:02.186 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-12-20T21:57:03.105Z | [ recovery-image] Dec 20 21:57:02.205 INFO O| Dec 20 21:57:02.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4972 | 2024-12-20T21:57:03.105Z | [ recovery-image] Dec 20 21:57:02.205 INFO O| Dec 20 21:57:02.205 INFO STEP 210 (remove_files) COMPLETE |
4973 | 2024-12-20T21:57:03.108Z | [ recovery-image] Dec 20 21:57:02.205 INFO O| Dec 20 21:57:02.205 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-12-20T21:57:03.126Z | [ recovery-image] Dec 20 21:57:02.227 INFO O| Dec 20 21:57:02.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4975 | 2024-12-20T21:57:03.126Z | [ recovery-image] Dec 20 21:57:02.227 INFO O| Dec 20 21:57:02.227 INFO STEP 211 (remove_files) COMPLETE |
4976 | 2024-12-20T21:57:03.126Z | [ recovery-image] Dec 20 21:57:02.227 INFO O| Dec 20 21:57:02.227 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-12-20T21:57:03.269Z | [ recovery-image] Dec 20 21:57:02.370 INFO O| Dec 20 21:57:02.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4978 | 2024-12-20T21:57:03.270Z | [ recovery-image] Dec 20 21:57:02.370 INFO O| Dec 20 21:57:02.370 INFO STEP 212 (remove_files) COMPLETE |
4979 | 2024-12-20T21:57:03.272Z | [ recovery-image] Dec 20 21:57:02.371 INFO O| Dec 20 21:57:02.370 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-12-20T21:57:03.373Z | [ recovery-image] Dec 20 21:57:02.473 INFO O| Dec 20 21:57:02.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4981 | 2024-12-20T21:57:03.373Z | [ recovery-image] Dec 20 21:57:02.473 INFO O| Dec 20 21:57:02.473 INFO STEP 213 (remove_files) COMPLETE |
4982 | 2024-12-20T21:57:03.373Z | [ recovery-image] Dec 20 21:57:02.473 INFO O| Dec 20 21:57:02.473 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-12-20T21:57:03.434Z | [ recovery-image] Dec 20 21:57:02.534 INFO O| Dec 20 21:57:02.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4984 | 2024-12-20T21:57:03.437Z | [ recovery-image] Dec 20 21:57:02.535 INFO O| Dec 20 21:57:02.534 INFO STEP 214 (remove_files) COMPLETE |
4985 | 2024-12-20T21:57:03.437Z | [ recovery-image] Dec 20 21:57:02.535 INFO O| Dec 20 21:57:02.535 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-12-20T21:57:03.460Z | [ recovery-image] Dec 20 21:57:02.560 INFO O| Dec 20 21:57:02.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4987 | 2024-12-20T21:57:03.463Z | [ recovery-image] Dec 20 21:57:02.561 INFO O| Dec 20 21:57:02.560 INFO STEP 215 (remove_files) COMPLETE |
4988 | 2024-12-20T21:57:03.463Z | [ recovery-image] Dec 20 21:57:02.561 INFO O| Dec 20 21:57:02.561 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-12-20T21:57:03.485Z | [ recovery-image] Dec 20 21:57:02.586 INFO O| Dec 20 21:57:02.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4990 | 2024-12-20T21:57:03.488Z | [ recovery-image] Dec 20 21:57:02.586 INFO O| Dec 20 21:57:02.586 INFO STEP 216 (remove_files) COMPLETE |
4991 | 2024-12-20T21:57:03.488Z | [ recovery-image] Dec 20 21:57:02.586 INFO O| Dec 20 21:57:02.586 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-12-20T21:57:03.507Z | [ recovery-image] Dec 20 21:57:02.608 INFO O| Dec 20 21:57:02.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4993 | 2024-12-20T21:57:03.511Z | [ recovery-image] Dec 20 21:57:02.608 INFO O| Dec 20 21:57:02.608 INFO STEP 217 (remove_files) COMPLETE |
4994 | 2024-12-20T21:57:03.511Z | [ recovery-image] Dec 20 21:57:02.608 INFO O| Dec 20 21:57:02.608 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-12-20T21:57:03.535Z | [ recovery-image] Dec 20 21:57:02.636 INFO O| Dec 20 21:57:02.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4996 | 2024-12-20T21:57:03.535Z | [ recovery-image] Dec 20 21:57:02.636 INFO O| Dec 20 21:57:02.636 INFO STEP 218 (remove_files) COMPLETE |
4997 | 2024-12-20T21:57:03.535Z | [ recovery-image] Dec 20 21:57:02.636 INFO O| Dec 20 21:57:02.636 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-12-20T21:57:03.565Z | [ recovery-image] Dec 20 21:57:02.665 INFO O| Dec 20 21:57:02.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4999 | 2024-12-20T21:57:03.565Z | [ recovery-image] Dec 20 21:57:02.665 INFO O| Dec 20 21:57:02.665 INFO STEP 219 (remove_files) COMPLETE |
5000 | 2024-12-20T21:57:03.565Z | [ recovery-image] Dec 20 21:57:02.666 INFO O| Dec 20 21:57:02.665 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-12-20T21:57:03.595Z | [ recovery-image] Dec 20 21:57:02.695 INFO O| Dec 20 21:57:02.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5002 | 2024-12-20T21:57:03.595Z | [ recovery-image] Dec 20 21:57:02.695 INFO O| Dec 20 21:57:02.695 INFO STEP 220 (remove_files) COMPLETE |
5003 | 2024-12-20T21:57:03.595Z | [ recovery-image] Dec 20 21:57:02.695 INFO O| Dec 20 21:57:02.695 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-12-20T21:57:03.662Z | [ recovery-image] Dec 20 21:57:02.762 INFO O| Dec 20 21:57:02.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5005 | 2024-12-20T21:57:03.664Z | [ recovery-image] Dec 20 21:57:02.763 INFO O| Dec 20 21:57:02.763 INFO STEP 221 (remove_files) COMPLETE |
5006 | 2024-12-20T21:57:03.664Z | [ recovery-image] Dec 20 21:57:02.763 INFO O| Dec 20 21:57:02.763 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-12-20T21:57:03.683Z | [ recovery-image] Dec 20 21:57:02.784 INFO O| Dec 20 21:57:02.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5008 | 2024-12-20T21:57:03.683Z | [ recovery-image] Dec 20 21:57:02.784 INFO O| Dec 20 21:57:02.784 INFO STEP 222 (remove_files) COMPLETE |
5009 | 2024-12-20T21:57:03.686Z | [ recovery-image] Dec 20 21:57:02.784 INFO O| Dec 20 21:57:02.784 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-12-20T21:57:03.730Z | [ recovery-image] Dec 20 21:57:02.831 INFO O| Dec 20 21:57:02.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5011 | 2024-12-20T21:57:03.730Z | [ recovery-image] Dec 20 21:57:02.831 INFO O| Dec 20 21:57:02.831 INFO STEP 223 (remove_files) COMPLETE |
5012 | 2024-12-20T21:57:03.730Z | [ recovery-image] Dec 20 21:57:02.831 INFO O| Dec 20 21:57:02.831 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-12-20T21:57:03.817Z | [ recovery-image] Dec 20 21:57:02.917 INFO O| Dec 20 21:57:02.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5014 | 2024-12-20T21:57:03.817Z | [ recovery-image] Dec 20 21:57:02.917 INFO O| Dec 20 21:57:02.917 INFO STEP 224 (remove_files) COMPLETE |
5015 | 2024-12-20T21:57:03.817Z | [ recovery-image] Dec 20 21:57:02.917 INFO O| Dec 20 21:57:02.917 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-12-20T21:57:03.872Z | [ recovery-image] Dec 20 21:57:02.973 INFO O| Dec 20 21:57:02.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5017 | 2024-12-20T21:57:03.875Z | [ recovery-image] Dec 20 21:57:02.973 INFO O| Dec 20 21:57:02.973 INFO STEP 225 (remove_files) COMPLETE |
5018 | 2024-12-20T21:57:03.875Z | [ recovery-image] Dec 20 21:57:02.973 INFO O| Dec 20 21:57:02.973 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-12-20T21:57:03.910Z | [ recovery-image] Dec 20 21:57:03.011 INFO O| Dec 20 21:57:03.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5020 | 2024-12-20T21:57:03.910Z | [ recovery-image] Dec 20 21:57:03.011 INFO O| Dec 20 21:57:03.011 INFO STEP 226 (remove_files) COMPLETE |
5021 | 2024-12-20T21:57:03.913Z | [ recovery-image] Dec 20 21:57:03.012 INFO O| Dec 20 21:57:03.011 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-12-20T21:57:03.952Z | [ recovery-image] Dec 20 21:57:03.053 INFO O| Dec 20 21:57:03.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5023 | 2024-12-20T21:57:03.952Z | [ recovery-image] Dec 20 21:57:03.053 INFO O| Dec 20 21:57:03.053 INFO STEP 227 (remove_files) COMPLETE |
5024 | 2024-12-20T21:57:03.952Z | [ recovery-image] Dec 20 21:57:03.053 INFO O| Dec 20 21:57:03.053 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-12-20T21:57:04.003Z | [ recovery-image] Dec 20 21:57:03.103 INFO O| Dec 20 21:57:03.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5026 | 2024-12-20T21:57:04.003Z | [ recovery-image] Dec 20 21:57:03.104 INFO O| Dec 20 21:57:03.103 INFO STEP 228 (remove_files) COMPLETE |
5027 | 2024-12-20T21:57:04.010Z | [ recovery-image] Dec 20 21:57:03.104 INFO O| Dec 20 21:57:03.104 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-12-20T21:57:04.061Z | [ recovery-image] Dec 20 21:57:03.161 INFO O| Dec 20 21:57:03.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5029 | 2024-12-20T21:57:04.061Z | [ recovery-image] Dec 20 21:57:03.161 INFO O| Dec 20 21:57:03.161 INFO STEP 229 (remove_files) COMPLETE |
5030 | 2024-12-20T21:57:04.061Z | [ recovery-image] Dec 20 21:57:03.161 INFO O| Dec 20 21:57:03.161 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-12-20T21:57:04.080Z | [ recovery-image] Dec 20 21:57:03.180 INFO O| Dec 20 21:57:03.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5032 | 2024-12-20T21:57:04.080Z | [ recovery-image] Dec 20 21:57:03.180 INFO O| Dec 20 21:57:03.180 INFO STEP 230 (remove_files) COMPLETE |
5033 | 2024-12-20T21:57:04.080Z | [ recovery-image] Dec 20 21:57:03.180 INFO O| Dec 20 21:57:03.180 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-12-20T21:57:04.097Z | [ recovery-image] Dec 20 21:57:03.198 INFO O| Dec 20 21:57:03.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5035 | 2024-12-20T21:57:04.097Z | [ recovery-image] Dec 20 21:57:03.198 INFO O| Dec 20 21:57:03.198 INFO STEP 231 (remove_files) COMPLETE |
5036 | 2024-12-20T21:57:04.100Z | [ recovery-image] Dec 20 21:57:03.198 INFO O| Dec 20 21:57:03.198 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-12-20T21:57:04.140Z | [ recovery-image] Dec 20 21:57:03.240 INFO O| Dec 20 21:57:03.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5038 | 2024-12-20T21:57:04.140Z | [ recovery-image] Dec 20 21:57:03.241 INFO O| Dec 20 21:57:03.241 INFO STEP 232 (remove_files) COMPLETE |
5039 | 2024-12-20T21:57:04.140Z | [ recovery-image] Dec 20 21:57:03.241 INFO O| Dec 20 21:57:03.241 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-12-20T21:57:04.157Z | [ recovery-image] Dec 20 21:57:03.257 INFO O| Dec 20 21:57:03.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5041 | 2024-12-20T21:57:04.157Z | [ recovery-image] Dec 20 21:57:03.257 INFO O| Dec 20 21:57:03.257 INFO STEP 233 (remove_files) COMPLETE |
5042 | 2024-12-20T21:57:04.157Z | [ recovery-image] Dec 20 21:57:03.257 INFO O| Dec 20 21:57:03.257 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-12-20T21:57:04.174Z | [ recovery-image] Dec 20 21:57:03.275 INFO O| Dec 20 21:57:03.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5044 | 2024-12-20T21:57:04.174Z | [ recovery-image] Dec 20 21:57:03.275 INFO O| Dec 20 21:57:03.275 INFO STEP 234 (remove_files) COMPLETE |
5045 | 2024-12-20T21:57:04.174Z | [ recovery-image] Dec 20 21:57:03.275 INFO O| Dec 20 21:57:03.275 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-12-20T21:57:04.224Z | [ recovery-image] Dec 20 21:57:03.325 INFO O| Dec 20 21:57:03.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5047 | 2024-12-20T21:57:04.224Z | [ recovery-image] Dec 20 21:57:03.325 INFO O| Dec 20 21:57:03.325 INFO STEP 235 (remove_files) COMPLETE |
5048 | 2024-12-20T21:57:04.225Z | [ recovery-image] Dec 20 21:57:03.325 INFO O| Dec 20 21:57:03.325 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-12-20T21:57:04.242Z | [ recovery-image] Dec 20 21:57:03.343 INFO O| Dec 20 21:57:03.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5050 | 2024-12-20T21:57:04.242Z | [ recovery-image] Dec 20 21:57:03.343 INFO O| Dec 20 21:57:03.343 INFO STEP 236 (remove_files) COMPLETE |
5051 | 2024-12-20T21:57:04.245Z | [ recovery-image] Dec 20 21:57:03.343 INFO O| Dec 20 21:57:03.343 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-12-20T21:57:04.263Z | [ recovery-image] Dec 20 21:57:03.364 INFO O| Dec 20 21:57:03.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5053 | 2024-12-20T21:57:04.264Z | [ recovery-image] Dec 20 21:57:03.364 INFO O| Dec 20 21:57:03.364 INFO STEP 237 (remove_files) COMPLETE |
5054 | 2024-12-20T21:57:04.264Z | [ recovery-image] Dec 20 21:57:03.364 INFO O| Dec 20 21:57:03.364 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-12-20T21:57:04.329Z | [ recovery-image] Dec 20 21:57:03.429 INFO O| Dec 20 21:57:03.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5056 | 2024-12-20T21:57:04.329Z | [ recovery-image] Dec 20 21:57:03.429 INFO O| Dec 20 21:57:03.429 INFO STEP 238 (remove_files) COMPLETE |
5057 | 2024-12-20T21:57:04.329Z | [ recovery-image] Dec 20 21:57:03.429 INFO O| Dec 20 21:57:03.429 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-12-20T21:57:04.346Z | [ recovery-image] Dec 20 21:57:03.446 INFO O| Dec 20 21:57:03.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5059 | 2024-12-20T21:57:04.346Z | [ recovery-image] Dec 20 21:57:03.447 INFO O| Dec 20 21:57:03.446 INFO STEP 239 (remove_files) COMPLETE |
5060 | 2024-12-20T21:57:04.346Z | [ recovery-image] Dec 20 21:57:03.447 INFO O| Dec 20 21:57:03.446 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-12-20T21:57:04.392Z | [ recovery-image] Dec 20 21:57:03.493 INFO O| Dec 20 21:57:03.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5062 | 2024-12-20T21:57:04.392Z | [ recovery-image] Dec 20 21:57:03.493 INFO O| Dec 20 21:57:03.493 INFO STEP 240 (remove_files) COMPLETE |
5063 | 2024-12-20T21:57:04.395Z | [ recovery-image] Dec 20 21:57:03.493 INFO O| Dec 20 21:57:03.493 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-12-20T21:57:04.433Z | [ recovery-image] Dec 20 21:57:03.533 INFO O| Dec 20 21:57:03.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5065 | 2024-12-20T21:57:04.433Z | [ recovery-image] Dec 20 21:57:03.533 INFO O| Dec 20 21:57:03.533 INFO STEP 241 (remove_files) COMPLETE |
5066 | 2024-12-20T21:57:04.433Z | [ recovery-image] Dec 20 21:57:03.533 INFO O| Dec 20 21:57:03.533 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-12-20T21:57:04.473Z | [ recovery-image] Dec 20 21:57:03.574 INFO O| Dec 20 21:57:03.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5068 | 2024-12-20T21:57:04.479Z | [ recovery-image] Dec 20 21:57:03.579 INFO O| Dec 20 21:57:03.579 INFO STEP 242 (remove_files) COMPLETE |
5069 | 2024-12-20T21:57:04.479Z | [ recovery-image] Dec 20 21:57:03.579 INFO O| Dec 20 21:57:03.579 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-12-20T21:57:04.540Z | [ host-image] Dec 20 21:57:03.641 INFO O| Dec 20 21:57:03.641 INFO O| Actions: 17505/49485 actions (Installing new actions) |
5071 | 2024-12-20T21:57:04.563Z | [ recovery-image] Dec 20 21:57:03.663 INFO O| Dec 20 21:57:03.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5072 | 2024-12-20T21:57:04.563Z | [ recovery-image] Dec 20 21:57:03.663 INFO O| Dec 20 21:57:03.663 INFO STEP 243 (remove_files) COMPLETE |
5073 | 2024-12-20T21:57:04.563Z | [ recovery-image] Dec 20 21:57:03.663 INFO O| Dec 20 21:57:03.663 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-12-20T21:57:04.581Z | [ recovery-image] Dec 20 21:57:03.682 INFO O| Dec 20 21:57:03.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5075 | 2024-12-20T21:57:04.581Z | [ recovery-image] Dec 20 21:57:03.682 INFO O| Dec 20 21:57:03.682 INFO STEP 244 (remove_files) COMPLETE |
5076 | 2024-12-20T21:57:04.581Z | [ recovery-image] Dec 20 21:57:03.682 INFO O| Dec 20 21:57:03.682 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-12-20T21:57:04.638Z | [ recovery-image] Dec 20 21:57:03.737 INFO O| Dec 20 21:57:03.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5078 | 2024-12-20T21:57:04.638Z | [ recovery-image] Dec 20 21:57:03.737 INFO O| Dec 20 21:57:03.737 INFO STEP 245 (remove_files) COMPLETE |
5079 | 2024-12-20T21:57:04.638Z | [ recovery-image] Dec 20 21:57:03.737 INFO O| Dec 20 21:57:03.737 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-12-20T21:57:04.659Z | [ recovery-image] Dec 20 21:57:03.759 INFO O| Dec 20 21:57:03.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5081 | 2024-12-20T21:57:04.659Z | [ recovery-image] Dec 20 21:57:03.760 INFO O| Dec 20 21:57:03.759 INFO STEP 246 (remove_files) COMPLETE |
5082 | 2024-12-20T21:57:04.659Z | [ recovery-image] Dec 20 21:57:03.760 INFO O| Dec 20 21:57:03.760 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-12-20T21:57:04.734Z | [ recovery-image] Dec 20 21:57:03.834 INFO O| Dec 20 21:57:03.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5084 | 2024-12-20T21:57:04.734Z | [ recovery-image] Dec 20 21:57:03.834 INFO O| Dec 20 21:57:03.834 INFO STEP 247 (remove_files) COMPLETE |
5085 | 2024-12-20T21:57:04.734Z | [ recovery-image] Dec 20 21:57:03.834 INFO O| Dec 20 21:57:03.834 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-12-20T21:57:04.759Z | [ recovery-image] Dec 20 21:57:03.856 INFO O| Dec 20 21:57:03.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5087 | 2024-12-20T21:57:04.759Z | [ recovery-image] Dec 20 21:57:03.856 INFO O| Dec 20 21:57:03.856 INFO STEP 248 (remove_files) COMPLETE |
5088 | 2024-12-20T21:57:04.762Z | [ recovery-image] Dec 20 21:57:03.856 INFO O| Dec 20 21:57:03.856 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-12-20T21:57:04.776Z | [ recovery-image] Dec 20 21:57:03.876 INFO O| Dec 20 21:57:03.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5090 | 2024-12-20T21:57:04.776Z | [ recovery-image] Dec 20 21:57:03.876 INFO O| Dec 20 21:57:03.876 INFO STEP 249 (remove_files) COMPLETE |
5091 | 2024-12-20T21:57:04.776Z | [ recovery-image] Dec 20 21:57:03.876 INFO O| Dec 20 21:57:03.876 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-12-20T21:57:04.824Z | [ recovery-image] Dec 20 21:57:03.924 INFO O| Dec 20 21:57:03.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5093 | 2024-12-20T21:57:04.824Z | [ recovery-image] Dec 20 21:57:03.924 INFO O| Dec 20 21:57:03.924 INFO STEP 250 (remove_files) COMPLETE |
5094 | 2024-12-20T21:57:04.824Z | [ recovery-image] Dec 20 21:57:03.924 INFO O| Dec 20 21:57:03.924 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-12-20T21:57:04.861Z | [ recovery-image] Dec 20 21:57:03.961 INFO O| Dec 20 21:57:03.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5096 | 2024-12-20T21:57:04.861Z | [ recovery-image] Dec 20 21:57:03.962 INFO O| Dec 20 21:57:03.961 INFO STEP 251 (remove_files) COMPLETE |
5097 | 2024-12-20T21:57:04.865Z | [ recovery-image] Dec 20 21:57:03.962 INFO O| Dec 20 21:57:03.962 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-12-20T21:57:04.882Z | [ recovery-image] Dec 20 21:57:03.982 INFO O| Dec 20 21:57:03.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5099 | 2024-12-20T21:57:04.882Z | [ recovery-image] Dec 20 21:57:03.982 INFO O| Dec 20 21:57:03.982 INFO STEP 252 (remove_files) COMPLETE |
5100 | 2024-12-20T21:57:04.882Z | [ recovery-image] Dec 20 21:57:03.982 INFO O| Dec 20 21:57:03.982 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-12-20T21:57:04.902Z | [ recovery-image] Dec 20 21:57:04.003 INFO O| Dec 20 21:57:04.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5102 | 2024-12-20T21:57:04.902Z | [ recovery-image] Dec 20 21:57:04.003 INFO O| Dec 20 21:57:04.003 INFO STEP 253 (remove_files) COMPLETE |
5103 | 2024-12-20T21:57:04.902Z | [ recovery-image] Dec 20 21:57:04.003 INFO O| Dec 20 21:57:04.003 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-12-20T21:57:04.922Z | [ recovery-image] Dec 20 21:57:04.023 INFO O| Dec 20 21:57:04.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5105 | 2024-12-20T21:57:04.922Z | [ recovery-image] Dec 20 21:57:04.023 INFO O| Dec 20 21:57:04.023 INFO STEP 254 (remove_files) COMPLETE |
5106 | 2024-12-20T21:57:04.926Z | [ recovery-image] Dec 20 21:57:04.023 INFO O| Dec 20 21:57:04.023 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-12-20T21:57:04.942Z | [ recovery-image] Dec 20 21:57:04.042 INFO O| Dec 20 21:57:04.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5108 | 2024-12-20T21:57:04.942Z | [ recovery-image] Dec 20 21:57:04.042 INFO O| Dec 20 21:57:04.042 INFO STEP 255 (remove_files) COMPLETE |
5109 | 2024-12-20T21:57:04.942Z | [ recovery-image] Dec 20 21:57:04.042 INFO O| Dec 20 21:57:04.042 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-12-20T21:57:04.967Z | [ recovery-image] Dec 20 21:57:04.067 INFO O| Dec 20 21:57:04.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5111 | 2024-12-20T21:57:04.967Z | [ recovery-image] Dec 20 21:57:04.067 INFO O| Dec 20 21:57:04.067 INFO STEP 256 (remove_files) COMPLETE |
5112 | 2024-12-20T21:57:04.970Z | [ recovery-image] Dec 20 21:57:04.068 INFO O| Dec 20 21:57:04.068 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-12-20T21:57:04.987Z | [ recovery-image] Dec 20 21:57:04.088 INFO O| Dec 20 21:57:04.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5114 | 2024-12-20T21:57:04.991Z | [ recovery-image] Dec 20 21:57:04.088 INFO O| Dec 20 21:57:04.088 INFO STEP 257 (remove_files) COMPLETE |
5115 | 2024-12-20T21:57:04.991Z | [ recovery-image] Dec 20 21:57:04.088 INFO O| Dec 20 21:57:04.088 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-12-20T21:57:05.025Z | [ recovery-image] Dec 20 21:57:04.125 INFO O| Dec 20 21:57:04.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5117 | 2024-12-20T21:57:05.027Z | [ recovery-image] Dec 20 21:57:04.125 INFO O| Dec 20 21:57:04.125 INFO STEP 258 (remove_files) COMPLETE |
5118 | 2024-12-20T21:57:05.027Z | [ recovery-image] Dec 20 21:57:04.126 INFO O| Dec 20 21:57:04.125 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-12-20T21:57:05.044Z | [ recovery-image] Dec 20 21:57:04.144 INFO O| Dec 20 21:57:04.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5120 | 2024-12-20T21:57:05.047Z | [ recovery-image] Dec 20 21:57:04.144 INFO O| Dec 20 21:57:04.144 INFO STEP 259 (remove_files) COMPLETE |
5121 | 2024-12-20T21:57:05.047Z | [ recovery-image] Dec 20 21:57:04.145 INFO O| Dec 20 21:57:04.144 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-12-20T21:57:05.063Z | [ recovery-image] Dec 20 21:57:04.164 INFO O| Dec 20 21:57:04.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5123 | 2024-12-20T21:57:05.066Z | [ recovery-image] Dec 20 21:57:04.164 INFO O| Dec 20 21:57:04.164 INFO STEP 260 (remove_files) COMPLETE |
5124 | 2024-12-20T21:57:05.066Z | [ recovery-image] Dec 20 21:57:04.164 INFO O| Dec 20 21:57:04.164 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-12-20T21:57:05.084Z | [ recovery-image] Dec 20 21:57:04.184 INFO O| Dec 20 21:57:04.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5126 | 2024-12-20T21:57:05.087Z | [ recovery-image] Dec 20 21:57:04.185 INFO O| Dec 20 21:57:04.185 INFO STEP 261 (remove_files) COMPLETE |
5127 | 2024-12-20T21:57:05.087Z | [ recovery-image] Dec 20 21:57:04.185 INFO O| Dec 20 21:57:04.185 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-12-20T21:57:05.116Z | [ recovery-image] Dec 20 21:57:04.216 INFO O| Dec 20 21:57:04.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5129 | 2024-12-20T21:57:05.118Z | [ recovery-image] Dec 20 21:57:04.216 INFO O| Dec 20 21:57:04.216 INFO STEP 262 (remove_files) COMPLETE |
5130 | 2024-12-20T21:57:05.118Z | [ recovery-image] Dec 20 21:57:04.217 INFO O| Dec 20 21:57:04.216 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-12-20T21:57:05.136Z | [ recovery-image] Dec 20 21:57:04.237 INFO O| Dec 20 21:57:04.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5132 | 2024-12-20T21:57:05.139Z | [ recovery-image] Dec 20 21:57:04.237 INFO O| Dec 20 21:57:04.237 INFO STEP 263 (remove_files) COMPLETE |
5133 | 2024-12-20T21:57:05.139Z | [ recovery-image] Dec 20 21:57:04.237 INFO O| Dec 20 21:57:04.237 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-12-20T21:57:05.157Z | [ recovery-image] Dec 20 21:57:04.257 INFO O| Dec 20 21:57:04.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5135 | 2024-12-20T21:57:05.159Z | [ recovery-image] Dec 20 21:57:04.258 INFO O| Dec 20 21:57:04.258 INFO STEP 264 (remove_files) COMPLETE |
5136 | 2024-12-20T21:57:05.159Z | [ recovery-image] Dec 20 21:57:04.258 INFO O| Dec 20 21:57:04.258 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-12-20T21:57:05.207Z | [ recovery-image] Dec 20 21:57:04.308 INFO O| Dec 20 21:57:04.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5138 | 2024-12-20T21:57:05.207Z | [ recovery-image] Dec 20 21:57:04.308 INFO O| Dec 20 21:57:04.308 INFO STEP 265 (remove_files) COMPLETE |
5139 | 2024-12-20T21:57:05.210Z | [ recovery-image] Dec 20 21:57:04.308 INFO O| Dec 20 21:57:04.308 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-12-20T21:57:05.247Z | [ recovery-image] Dec 20 21:57:04.347 INFO O| Dec 20 21:57:04.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5141 | 2024-12-20T21:57:05.247Z | [ recovery-image] Dec 20 21:57:04.347 INFO O| Dec 20 21:57:04.347 INFO STEP 266 (remove_files) COMPLETE |
5142 | 2024-12-20T21:57:05.247Z | [ recovery-image] Dec 20 21:57:04.348 INFO O| Dec 20 21:57:04.347 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-12-20T21:57:05.266Z | [ recovery-image] Dec 20 21:57:04.367 INFO O| Dec 20 21:57:04.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5144 | 2024-12-20T21:57:05.266Z | [ recovery-image] Dec 20 21:57:04.367 INFO O| Dec 20 21:57:04.367 INFO STEP 267 (remove_files) COMPLETE |
5145 | 2024-12-20T21:57:05.269Z | [ recovery-image] Dec 20 21:57:04.367 INFO O| Dec 20 21:57:04.367 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-12-20T21:57:05.295Z | [ recovery-image] Dec 20 21:57:04.395 INFO O| Dec 20 21:57:04.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5147 | 2024-12-20T21:57:05.295Z | [ recovery-image] Dec 20 21:57:04.395 INFO O| Dec 20 21:57:04.395 INFO STEP 268 (remove_files) COMPLETE |
5148 | 2024-12-20T21:57:05.295Z | [ recovery-image] Dec 20 21:57:04.395 INFO O| Dec 20 21:57:04.395 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-12-20T21:57:05.333Z | [ recovery-image] Dec 20 21:57:04.433 INFO O| Dec 20 21:57:04.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5150 | 2024-12-20T21:57:05.336Z | [ recovery-image] Dec 20 21:57:04.433 INFO O| Dec 20 21:57:04.433 INFO STEP 269 (remove_files) COMPLETE |
5151 | 2024-12-20T21:57:05.336Z | [ recovery-image] Dec 20 21:57:04.434 INFO O| Dec 20 21:57:04.433 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-12-20T21:57:05.354Z | [ recovery-image] Dec 20 21:57:04.454 INFO O| Dec 20 21:57:04.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5153 | 2024-12-20T21:57:05.356Z | [ recovery-image] Dec 20 21:57:04.454 INFO O| Dec 20 21:57:04.454 INFO STEP 270 (remove_files) COMPLETE |
5154 | 2024-12-20T21:57:05.356Z | [ recovery-image] Dec 20 21:57:04.455 INFO O| Dec 20 21:57:04.454 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-12-20T21:57:05.373Z | [ recovery-image] Dec 20 21:57:04.474 INFO O| Dec 20 21:57:04.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5156 | 2024-12-20T21:57:05.376Z | [ recovery-image] Dec 20 21:57:04.474 INFO O| Dec 20 21:57:04.474 INFO STEP 271 (remove_files) COMPLETE |
5157 | 2024-12-20T21:57:05.376Z | [ recovery-image] Dec 20 21:57:04.474 INFO O| Dec 20 21:57:04.474 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-12-20T21:57:05.426Z | [ recovery-image] Dec 20 21:57:04.527 INFO O| Dec 20 21:57:04.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5159 | 2024-12-20T21:57:05.426Z | [ recovery-image] Dec 20 21:57:04.527 INFO O| Dec 20 21:57:04.527 INFO STEP 272 (remove_files) COMPLETE |
5160 | 2024-12-20T21:57:05.426Z | [ recovery-image] Dec 20 21:57:04.527 INFO O| Dec 20 21:57:04.527 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-12-20T21:57:05.446Z | [ recovery-image] Dec 20 21:57:04.546 INFO O| Dec 20 21:57:04.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5162 | 2024-12-20T21:57:05.446Z | [ recovery-image] Dec 20 21:57:04.546 INFO O| Dec 20 21:57:04.546 INFO STEP 273 (remove_files) COMPLETE |
5163 | 2024-12-20T21:57:05.446Z | [ recovery-image] Dec 20 21:57:04.546 INFO O| Dec 20 21:57:04.546 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-12-20T21:57:05.486Z | [ recovery-image] Dec 20 21:57:04.586 INFO O| Dec 20 21:57:04.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5165 | 2024-12-20T21:57:05.486Z | [ recovery-image] Dec 20 21:57:04.586 INFO O| Dec 20 21:57:04.586 INFO STEP 274 (remove_files) COMPLETE |
5166 | 2024-12-20T21:57:05.486Z | [ recovery-image] Dec 20 21:57:04.587 INFO O| Dec 20 21:57:04.586 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-12-20T21:57:05.548Z | [ recovery-image] Dec 20 21:57:04.648 INFO O| Dec 20 21:57:04.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5168 | 2024-12-20T21:57:05.548Z | [ recovery-image] Dec 20 21:57:04.648 INFO O| Dec 20 21:57:04.648 INFO STEP 275 (remove_files) COMPLETE |
5169 | 2024-12-20T21:57:05.550Z | [ recovery-image] Dec 20 21:57:04.648 INFO O| Dec 20 21:57:04.648 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-12-20T21:57:05.567Z | [ recovery-image] Dec 20 21:57:04.668 INFO O| Dec 20 21:57:04.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5171 | 2024-12-20T21:57:05.567Z | [ recovery-image] Dec 20 21:57:04.668 INFO O| Dec 20 21:57:04.668 INFO STEP 276 (remove_files) COMPLETE |
5172 | 2024-12-20T21:57:05.567Z | [ recovery-image] Dec 20 21:57:04.668 INFO O| Dec 20 21:57:04.668 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-12-20T21:57:05.589Z | [ recovery-image] Dec 20 21:57:04.689 INFO O| Dec 20 21:57:04.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5174 | 2024-12-20T21:57:05.592Z | [ recovery-image] Dec 20 21:57:04.689 INFO O| Dec 20 21:57:04.689 INFO STEP 277 (remove_files) COMPLETE |
5175 | 2024-12-20T21:57:05.592Z | [ recovery-image] Dec 20 21:57:04.690 INFO O| Dec 20 21:57:04.690 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-12-20T21:57:05.610Z | [ recovery-image] Dec 20 21:57:04.710 INFO O| Dec 20 21:57:04.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5177 | 2024-12-20T21:57:05.613Z | [ recovery-image] Dec 20 21:57:04.711 INFO O| Dec 20 21:57:04.710 INFO STEP 278 (remove_files) COMPLETE |
5178 | 2024-12-20T21:57:05.613Z | [ recovery-image] Dec 20 21:57:04.711 INFO O| Dec 20 21:57:04.711 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-12-20T21:57:05.629Z | [ recovery-image] Dec 20 21:57:04.730 INFO O| Dec 20 21:57:04.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5180 | 2024-12-20T21:57:05.632Z | [ recovery-image] Dec 20 21:57:04.730 INFO O| Dec 20 21:57:04.730 INFO STEP 279 (remove_files) COMPLETE |
5181 | 2024-12-20T21:57:05.632Z | [ recovery-image] Dec 20 21:57:04.731 INFO O| Dec 20 21:57:04.731 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-12-20T21:57:05.649Z | [ recovery-image] Dec 20 21:57:04.750 INFO O| Dec 20 21:57:04.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5183 | 2024-12-20T21:57:05.652Z | [ recovery-image] Dec 20 21:57:04.750 INFO O| Dec 20 21:57:04.750 INFO STEP 280 (remove_files) COMPLETE |
5184 | 2024-12-20T21:57:05.652Z | [ recovery-image] Dec 20 21:57:04.751 INFO O| Dec 20 21:57:04.750 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-12-20T21:57:05.669Z | [ recovery-image] Dec 20 21:57:04.769 INFO O| Dec 20 21:57:04.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5186 | 2024-12-20T21:57:05.671Z | [ recovery-image] Dec 20 21:57:04.770 INFO O| Dec 20 21:57:04.770 INFO STEP 281 (remove_files) COMPLETE |
5187 | 2024-12-20T21:57:05.671Z | [ recovery-image] Dec 20 21:57:04.770 INFO O| Dec 20 21:57:04.770 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-12-20T21:57:05.693Z | [ recovery-image] Dec 20 21:57:04.793 INFO O| Dec 20 21:57:04.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5189 | 2024-12-20T21:57:05.695Z | [ recovery-image] Dec 20 21:57:04.793 INFO O| Dec 20 21:57:04.793 INFO STEP 282 (remove_files) COMPLETE |
5190 | 2024-12-20T21:57:05.696Z | [ recovery-image] Dec 20 21:57:04.794 INFO O| Dec 20 21:57:04.793 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-12-20T21:57:05.713Z | [ recovery-image] Dec 20 21:57:04.813 INFO O| Dec 20 21:57:04.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5192 | 2024-12-20T21:57:05.715Z | [ recovery-image] Dec 20 21:57:04.813 INFO O| Dec 20 21:57:04.813 INFO STEP 283 (remove_files) COMPLETE |
5193 | 2024-12-20T21:57:05.715Z | [ recovery-image] Dec 20 21:57:04.814 INFO O| Dec 20 21:57:04.813 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-12-20T21:57:05.733Z | [ recovery-image] Dec 20 21:57:04.833 INFO O| Dec 20 21:57:04.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5195 | 2024-12-20T21:57:05.736Z | [ recovery-image] Dec 20 21:57:04.833 INFO O| Dec 20 21:57:04.833 INFO STEP 284 (remove_files) COMPLETE |
5196 | 2024-12-20T21:57:05.736Z | [ recovery-image] Dec 20 21:57:04.833 INFO O| Dec 20 21:57:04.833 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-12-20T21:57:05.751Z | [ recovery-image] Dec 20 21:57:04.852 INFO O| Dec 20 21:57:04.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5198 | 2024-12-20T21:57:05.754Z | [ recovery-image] Dec 20 21:57:04.852 INFO O| Dec 20 21:57:04.852 INFO STEP 285 (remove_files) COMPLETE |
5199 | 2024-12-20T21:57:05.754Z | [ recovery-image] Dec 20 21:57:04.853 INFO O| Dec 20 21:57:04.852 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-12-20T21:57:05.771Z | [ recovery-image] Dec 20 21:57:04.872 INFO O| Dec 20 21:57:04.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5201 | 2024-12-20T21:57:05.775Z | [ recovery-image] Dec 20 21:57:04.872 INFO O| Dec 20 21:57:04.872 INFO STEP 286 (remove_files) COMPLETE |
5202 | 2024-12-20T21:57:05.775Z | [ recovery-image] Dec 20 21:57:04.872 INFO O| Dec 20 21:57:04.872 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-12-20T21:57:05.791Z | [ recovery-image] Dec 20 21:57:04.891 INFO O| Dec 20 21:57:04.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5204 | 2024-12-20T21:57:05.793Z | [ recovery-image] Dec 20 21:57:04.892 INFO O| Dec 20 21:57:04.892 INFO STEP 287 (remove_files) COMPLETE |
5205 | 2024-12-20T21:57:05.793Z | [ recovery-image] Dec 20 21:57:04.892 INFO O| Dec 20 21:57:04.892 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-12-20T21:57:05.811Z | [ recovery-image] Dec 20 21:57:04.911 INFO O| Dec 20 21:57:04.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5207 | 2024-12-20T21:57:05.813Z | [ recovery-image] Dec 20 21:57:04.912 INFO O| Dec 20 21:57:04.912 INFO STEP 288 (remove_files) COMPLETE |
5208 | 2024-12-20T21:57:05.813Z | [ recovery-image] Dec 20 21:57:04.912 INFO O| Dec 20 21:57:04.912 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-12-20T21:57:05.828Z | [ recovery-image] Dec 20 21:57:04.928 INFO O| Dec 20 21:57:04.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5210 | 2024-12-20T21:57:05.830Z | [ recovery-image] Dec 20 21:57:04.929 INFO O| Dec 20 21:57:04.929 INFO STEP 289 (remove_files) COMPLETE |
5211 | 2024-12-20T21:57:05.830Z | [ recovery-image] Dec 20 21:57:04.929 INFO O| Dec 20 21:57:04.929 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-12-20T21:57:05.846Z | [ recovery-image] Dec 20 21:57:04.947 INFO O| Dec 20 21:57:04.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5213 | 2024-12-20T21:57:05.857Z | [ recovery-image] Dec 20 21:57:04.947 INFO O| Dec 20 21:57:04.947 INFO STEP 290 (remove_files) COMPLETE |
5214 | 2024-12-20T21:57:05.857Z | [ recovery-image] Dec 20 21:57:04.947 INFO O| Dec 20 21:57:04.947 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-12-20T21:57:05.883Z | [ recovery-image] Dec 20 21:57:04.983 INFO O| Dec 20 21:57:04.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5216 | 2024-12-20T21:57:05.885Z | [ recovery-image] Dec 20 21:57:04.983 INFO O| Dec 20 21:57:04.983 INFO STEP 291 (remove_files) COMPLETE |
5217 | 2024-12-20T21:57:05.885Z | [ recovery-image] Dec 20 21:57:04.984 INFO O| Dec 20 21:57:04.983 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-12-20T21:57:05.901Z | [ recovery-image] Dec 20 21:57:05.001 INFO O| Dec 20 21:57:05.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5219 | 2024-12-20T21:57:05.904Z | [ recovery-image] Dec 20 21:57:05.002 INFO O| Dec 20 21:57:05.001 INFO STEP 292 (remove_files) COMPLETE |
5220 | 2024-12-20T21:57:05.904Z | [ recovery-image] Dec 20 21:57:05.002 INFO O| Dec 20 21:57:05.002 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-12-20T21:57:05.918Z | [ recovery-image] Dec 20 21:57:05.019 INFO O| Dec 20 21:57:05.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5222 | 2024-12-20T21:57:05.918Z | [ recovery-image] Dec 20 21:57:05.019 INFO O| Dec 20 21:57:05.019 INFO STEP 293 (remove_files) COMPLETE |
5223 | 2024-12-20T21:57:05.922Z | [ recovery-image] Dec 20 21:57:05.019 INFO O| Dec 20 21:57:05.019 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-12-20T21:57:05.936Z | [ recovery-image] Dec 20 21:57:05.037 INFO O| Dec 20 21:57:05.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5225 | 2024-12-20T21:57:05.940Z | [ recovery-image] Dec 20 21:57:05.037 INFO O| Dec 20 21:57:05.037 INFO STEP 294 (remove_files) COMPLETE |
5226 | 2024-12-20T21:57:05.940Z | [ recovery-image] Dec 20 21:57:05.037 INFO O| Dec 20 21:57:05.037 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-12-20T21:57:05.954Z | [ recovery-image] Dec 20 21:57:05.055 INFO O| Dec 20 21:57:05.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5228 | 2024-12-20T21:57:05.957Z | [ recovery-image] Dec 20 21:57:05.055 INFO O| Dec 20 21:57:05.055 INFO STEP 295 (remove_files) COMPLETE |
5229 | 2024-12-20T21:57:05.957Z | [ recovery-image] Dec 20 21:57:05.055 INFO O| Dec 20 21:57:05.055 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-12-20T21:57:05.972Z | [ recovery-image] Dec 20 21:57:05.073 INFO O| Dec 20 21:57:05.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5231 | 2024-12-20T21:57:05.975Z | [ recovery-image] Dec 20 21:57:05.073 INFO O| Dec 20 21:57:05.073 INFO STEP 296 (remove_files) COMPLETE |
5232 | 2024-12-20T21:57:05.975Z | [ recovery-image] Dec 20 21:57:05.073 INFO O| Dec 20 21:57:05.073 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-12-20T21:57:05.990Z | [ recovery-image] Dec 20 21:57:05.091 INFO O| Dec 20 21:57:05.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5234 | 2024-12-20T21:57:05.993Z | [ recovery-image] Dec 20 21:57:05.091 INFO O| Dec 20 21:57:05.091 INFO STEP 297 (remove_files) COMPLETE |
5235 | 2024-12-20T21:57:05.993Z | [ recovery-image] Dec 20 21:57:05.091 INFO O| Dec 20 21:57:05.091 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-12-20T21:57:06.011Z | [ recovery-image] Dec 20 21:57:05.112 INFO O| Dec 20 21:57:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5237 | 2024-12-20T21:57:06.011Z | [ recovery-image] Dec 20 21:57:05.112 INFO O| Dec 20 21:57:05.112 INFO STEP 298 (remove_files) COMPLETE |
5238 | 2024-12-20T21:57:06.014Z | [ recovery-image] Dec 20 21:57:05.112 INFO O| Dec 20 21:57:05.112 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-12-20T21:57:06.065Z | [ recovery-image] Dec 20 21:57:05.166 INFO O| Dec 20 21:57:05.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5240 | 2024-12-20T21:57:06.068Z | [ recovery-image] Dec 20 21:57:05.166 INFO O| Dec 20 21:57:05.166 INFO STEP 299 (remove_files) COMPLETE |
5241 | 2024-12-20T21:57:06.068Z | [ recovery-image] Dec 20 21:57:05.166 INFO O| Dec 20 21:57:05.166 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-12-20T21:57:06.085Z | [ recovery-image] Dec 20 21:57:05.185 INFO O| Dec 20 21:57:05.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5243 | 2024-12-20T21:57:06.087Z | [ recovery-image] Dec 20 21:57:05.186 INFO O| Dec 20 21:57:05.185 INFO STEP 300 (remove_files) COMPLETE |
5244 | 2024-12-20T21:57:06.087Z | [ recovery-image] Dec 20 21:57:05.186 INFO O| Dec 20 21:57:05.186 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-12-20T21:57:06.129Z | [ recovery-image] Dec 20 21:57:05.230 INFO O| Dec 20 21:57:05.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5246 | 2024-12-20T21:57:06.129Z | [ recovery-image] Dec 20 21:57:05.230 INFO O| Dec 20 21:57:05.230 INFO STEP 301 (remove_files) COMPLETE |
5247 | 2024-12-20T21:57:06.129Z | [ recovery-image] Dec 20 21:57:05.230 INFO O| Dec 20 21:57:05.230 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-12-20T21:57:06.174Z | [ recovery-image] Dec 20 21:57:05.274 INFO O| Dec 20 21:57:05.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5249 | 2024-12-20T21:57:06.174Z | [ recovery-image] Dec 20 21:57:05.274 INFO O| Dec 20 21:57:05.274 INFO STEP 302 (remove_files) COMPLETE |
5250 | 2024-12-20T21:57:06.176Z | [ recovery-image] Dec 20 21:57:05.274 INFO O| Dec 20 21:57:05.274 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-12-20T21:57:06.219Z | [ recovery-image] Dec 20 21:57:05.319 INFO O| Dec 20 21:57:05.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5252 | 2024-12-20T21:57:06.219Z | [ recovery-image] Dec 20 21:57:05.320 INFO O| Dec 20 21:57:05.320 INFO STEP 303 (remove_files) COMPLETE |
5253 | 2024-12-20T21:57:06.222Z | [ recovery-image] Dec 20 21:57:05.320 INFO O| Dec 20 21:57:05.320 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-12-20T21:57:06.238Z | [ recovery-image] Dec 20 21:57:05.339 INFO O| Dec 20 21:57:05.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5255 | 2024-12-20T21:57:06.238Z | [ recovery-image] Dec 20 21:57:05.339 INFO O| Dec 20 21:57:05.339 INFO STEP 304 (remove_files) COMPLETE |
5256 | 2024-12-20T21:57:06.239Z | [ recovery-image] Dec 20 21:57:05.339 INFO O| Dec 20 21:57:05.339 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-12-20T21:57:06.258Z | [ recovery-image] Dec 20 21:57:05.359 INFO O| Dec 20 21:57:05.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5258 | 2024-12-20T21:57:06.258Z | [ recovery-image] Dec 20 21:57:05.359 INFO O| Dec 20 21:57:05.359 INFO STEP 305 (remove_files) COMPLETE |
5259 | 2024-12-20T21:57:06.261Z | [ recovery-image] Dec 20 21:57:05.359 INFO O| Dec 20 21:57:05.359 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-12-20T21:57:06.301Z | [ recovery-image] Dec 20 21:57:05.401 INFO O| Dec 20 21:57:05.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5261 | 2024-12-20T21:57:06.301Z | [ recovery-image] Dec 20 21:57:05.401 INFO O| Dec 20 21:57:05.401 INFO STEP 306 (remove_files) COMPLETE |
5262 | 2024-12-20T21:57:06.301Z | [ recovery-image] Dec 20 21:57:05.401 INFO O| Dec 20 21:57:05.401 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-12-20T21:57:06.320Z | [ recovery-image] Dec 20 21:57:05.420 INFO O| Dec 20 21:57:05.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5264 | 2024-12-20T21:57:06.320Z | [ recovery-image] Dec 20 21:57:05.420 INFO O| Dec 20 21:57:05.420 INFO STEP 307 (remove_files) COMPLETE |
5265 | 2024-12-20T21:57:06.320Z | [ recovery-image] Dec 20 21:57:05.421 INFO O| Dec 20 21:57:05.420 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-12-20T21:57:06.346Z | [ recovery-image] Dec 20 21:57:05.440 INFO O| Dec 20 21:57:05.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5267 | 2024-12-20T21:57:06.346Z | [ recovery-image] Dec 20 21:57:05.440 INFO O| Dec 20 21:57:05.440 INFO STEP 308 (remove_files) COMPLETE |
5268 | 2024-12-20T21:57:06.346Z | [ recovery-image] Dec 20 21:57:05.440 INFO O| Dec 20 21:57:05.440 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-12-20T21:57:06.390Z | [ recovery-image] Dec 20 21:57:05.490 INFO O| Dec 20 21:57:05.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5270 | 2024-12-20T21:57:06.390Z | [ recovery-image] Dec 20 21:57:05.490 INFO O| Dec 20 21:57:05.490 INFO STEP 309 (remove_files) COMPLETE |
5271 | 2024-12-20T21:57:06.390Z | [ recovery-image] Dec 20 21:57:05.490 INFO O| Dec 20 21:57:05.490 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-12-20T21:57:06.464Z | [ recovery-image] Dec 20 21:57:05.563 INFO O| Dec 20 21:57:05.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5273 | 2024-12-20T21:57:06.464Z | [ recovery-image] Dec 20 21:57:05.563 INFO O| Dec 20 21:57:05.563 INFO STEP 310 (remove_files) COMPLETE |
5274 | 2024-12-20T21:57:06.464Z | [ recovery-image] Dec 20 21:57:05.563 INFO O| Dec 20 21:57:05.563 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2024-12-20T21:57:06.479Z | [ recovery-image] Dec 20 21:57:05.580 INFO O| Dec 20 21:57:05.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5276 | 2024-12-20T21:57:06.479Z | [ recovery-image] Dec 20 21:57:05.580 INFO O| Dec 20 21:57:05.580 INFO STEP 311 (remove_files) COMPLETE |
5277 | 2024-12-20T21:57:06.479Z | [ recovery-image] Dec 20 21:57:05.580 INFO O| Dec 20 21:57:05.580 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2024-12-20T21:57:06.494Z | [ recovery-image] Dec 20 21:57:05.595 INFO O| Dec 20 21:57:05.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5279 | 2024-12-20T21:57:06.498Z | [ recovery-image] Dec 20 21:57:05.595 INFO O| Dec 20 21:57:05.595 INFO STEP 312 (remove_files) COMPLETE |
5280 | 2024-12-20T21:57:06.498Z | [ recovery-image] Dec 20 21:57:05.595 INFO O| Dec 20 21:57:05.595 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-12-20T21:57:06.524Z | [ recovery-image] Dec 20 21:57:05.625 INFO O| Dec 20 21:57:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5282 | 2024-12-20T21:57:06.525Z | [ recovery-image] Dec 20 21:57:05.625 INFO O| Dec 20 21:57:05.625 INFO STEP 313 (remove_files) COMPLETE |
5283 | 2024-12-20T21:57:06.525Z | [ recovery-image] Dec 20 21:57:05.625 INFO O| Dec 20 21:57:05.625 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2024-12-20T21:57:06.564Z | [ recovery-image] Dec 20 21:57:05.663 INFO O| Dec 20 21:57:05.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5285 | 2024-12-20T21:57:06.564Z | [ recovery-image] Dec 20 21:57:05.663 INFO O| Dec 20 21:57:05.663 INFO STEP 314 (remove_files) COMPLETE |
5286 | 2024-12-20T21:57:06.566Z | [ recovery-image] Dec 20 21:57:05.663 INFO O| Dec 20 21:57:05.663 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-12-20T21:57:06.582Z | [ recovery-image] Dec 20 21:57:05.682 INFO O| Dec 20 21:57:05.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5288 | 2024-12-20T21:57:06.582Z | [ recovery-image] Dec 20 21:57:05.683 INFO O| Dec 20 21:57:05.682 INFO STEP 315 (remove_files) COMPLETE |
5289 | 2024-12-20T21:57:06.582Z | [ recovery-image] Dec 20 21:57:05.683 INFO O| Dec 20 21:57:05.683 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2024-12-20T21:57:06.624Z | [ recovery-image] Dec 20 21:57:05.724 INFO O| Dec 20 21:57:05.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5291 | 2024-12-20T21:57:06.624Z | [ recovery-image] Dec 20 21:57:05.724 INFO O| Dec 20 21:57:05.724 INFO STEP 316 (remove_files) COMPLETE |
5292 | 2024-12-20T21:57:06.624Z | [ recovery-image] Dec 20 21:57:05.724 INFO O| Dec 20 21:57:05.724 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2024-12-20T21:57:06.645Z | [ recovery-image] Dec 20 21:57:05.746 INFO O| Dec 20 21:57:05.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5294 | 2024-12-20T21:57:06.645Z | [ recovery-image] Dec 20 21:57:05.746 INFO O| Dec 20 21:57:05.746 INFO STEP 317 (remove_files) COMPLETE |
5295 | 2024-12-20T21:57:06.645Z | [ recovery-image] Dec 20 21:57:05.746 INFO O| Dec 20 21:57:05.746 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2024-12-20T21:57:06.666Z | [ recovery-image] Dec 20 21:57:05.766 INFO O| Dec 20 21:57:05.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5297 | 2024-12-20T21:57:06.666Z | [ recovery-image] Dec 20 21:57:05.766 INFO O| Dec 20 21:57:05.766 INFO STEP 318 (remove_files) COMPLETE |
5298 | 2024-12-20T21:57:06.666Z | [ recovery-image] Dec 20 21:57:05.766 INFO O| Dec 20 21:57:05.766 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2024-12-20T21:57:06.732Z | [ recovery-image] Dec 20 21:57:05.833 INFO O| Dec 20 21:57:05.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5300 | 2024-12-20T21:57:06.732Z | [ recovery-image] Dec 20 21:57:05.833 INFO O| Dec 20 21:57:05.833 INFO STEP 319 (remove_files) COMPLETE |
5301 | 2024-12-20T21:57:06.732Z | [ recovery-image] Dec 20 21:57:05.833 INFO O| Dec 20 21:57:05.833 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2024-12-20T21:57:06.797Z | [ recovery-image] Dec 20 21:57:05.898 INFO O| Dec 20 21:57:05.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5303 | 2024-12-20T21:57:06.797Z | [ recovery-image] Dec 20 21:57:05.898 INFO O| Dec 20 21:57:05.898 INFO STEP 320 (remove_files) COMPLETE |
5304 | 2024-12-20T21:57:06.797Z | [ recovery-image] Dec 20 21:57:05.898 INFO O| Dec 20 21:57:05.898 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2024-12-20T21:57:06.820Z | [ recovery-image] Dec 20 21:57:05.920 INFO O| Dec 20 21:57:05.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5306 | 2024-12-20T21:57:06.820Z | [ recovery-image] Dec 20 21:57:05.920 INFO O| Dec 20 21:57:05.920 INFO STEP 321 (remove_files) COMPLETE |
5307 | 2024-12-20T21:57:06.822Z | [ recovery-image] Dec 20 21:57:05.920 INFO O| Dec 20 21:57:05.920 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2024-12-20T21:57:06.838Z | [ recovery-image] Dec 20 21:57:05.938 INFO O| Dec 20 21:57:05.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5309 | 2024-12-20T21:57:06.838Z | [ recovery-image] Dec 20 21:57:05.938 INFO O| Dec 20 21:57:05.938 INFO STEP 322 (remove_files) COMPLETE |
5310 | 2024-12-20T21:57:06.840Z | [ recovery-image] Dec 20 21:57:05.938 INFO O| Dec 20 21:57:05.938 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2024-12-20T21:57:06.909Z | [ recovery-image] Dec 20 21:57:06.008 INFO O| Dec 20 21:57:06.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5312 | 2024-12-20T21:57:06.909Z | [ recovery-image] Dec 20 21:57:06.008 INFO O| Dec 20 21:57:06.008 INFO STEP 323 (remove_files) COMPLETE |
5313 | 2024-12-20T21:57:06.911Z | [ recovery-image] Dec 20 21:57:06.008 INFO O| Dec 20 21:57:06.008 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2024-12-20T21:57:06.990Z | [ recovery-image] Dec 20 21:57:06.090 INFO O| Dec 20 21:57:06.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5315 | 2024-12-20T21:57:06.990Z | [ recovery-image] Dec 20 21:57:06.090 INFO O| Dec 20 21:57:06.090 INFO STEP 324 (remove_files) COMPLETE |
5316 | 2024-12-20T21:57:06.990Z | [ recovery-image] Dec 20 21:57:06.090 INFO O| Dec 20 21:57:06.090 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2024-12-20T21:57:07.008Z | [ recovery-image] Dec 20 21:57:06.109 INFO O| Dec 20 21:57:06.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5318 | 2024-12-20T21:57:07.008Z | [ recovery-image] Dec 20 21:57:06.109 INFO O| Dec 20 21:57:06.109 INFO STEP 325 (remove_files) COMPLETE |
5319 | 2024-12-20T21:57:07.008Z | [ recovery-image] Dec 20 21:57:06.109 INFO O| Dec 20 21:57:06.109 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-12-20T21:57:07.026Z | [ recovery-image] Dec 20 21:57:06.127 INFO O| Dec 20 21:57:06.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5321 | 2024-12-20T21:57:07.026Z | [ recovery-image] Dec 20 21:57:06.127 INFO O| Dec 20 21:57:06.127 INFO STEP 326 (remove_files) COMPLETE |
5322 | 2024-12-20T21:57:07.029Z | [ recovery-image] Dec 20 21:57:06.127 INFO O| Dec 20 21:57:06.127 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2024-12-20T21:57:07.062Z | [ recovery-image] Dec 20 21:57:06.163 INFO O| Dec 20 21:57:06.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5324 | 2024-12-20T21:57:07.062Z | [ recovery-image] Dec 20 21:57:06.163 INFO O| Dec 20 21:57:06.163 INFO STEP 327 (remove_files) COMPLETE |
5325 | 2024-12-20T21:57:07.065Z | [ recovery-image] Dec 20 21:57:06.163 INFO O| Dec 20 21:57:06.163 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-12-20T21:57:07.103Z | [ recovery-image] Dec 20 21:57:06.203 INFO O| Dec 20 21:57:06.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5327 | 2024-12-20T21:57:07.103Z | [ recovery-image] Dec 20 21:57:06.203 INFO O| Dec 20 21:57:06.203 INFO STEP 328 (remove_files) COMPLETE |
5328 | 2024-12-20T21:57:07.103Z | [ recovery-image] Dec 20 21:57:06.203 INFO O| Dec 20 21:57:06.203 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-12-20T21:57:07.152Z | [ recovery-image] Dec 20 21:57:06.252 INFO O| Dec 20 21:57:06.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5330 | 2024-12-20T21:57:07.152Z | [ recovery-image] Dec 20 21:57:06.252 INFO O| Dec 20 21:57:06.252 INFO STEP 329 (remove_files) COMPLETE |
5331 | 2024-12-20T21:57:07.152Z | [ recovery-image] Dec 20 21:57:06.252 INFO O| Dec 20 21:57:06.252 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-12-20T21:57:07.240Z | [ recovery-image] Dec 20 21:57:06.340 INFO O| Dec 20 21:57:06.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5333 | 2024-12-20T21:57:07.243Z | [ recovery-image] Dec 20 21:57:06.341 INFO O| Dec 20 21:57:06.341 INFO STEP 330 (remove_files) COMPLETE |
5334 | 2024-12-20T21:57:07.243Z | [ recovery-image] Dec 20 21:57:06.341 INFO O| Dec 20 21:57:06.341 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-12-20T21:57:07.260Z | [ recovery-image] Dec 20 21:57:06.361 INFO O| Dec 20 21:57:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5336 | 2024-12-20T21:57:07.260Z | [ recovery-image] Dec 20 21:57:06.361 INFO O| Dec 20 21:57:06.361 INFO STEP 331 (remove_files) COMPLETE |
5337 | 2024-12-20T21:57:07.260Z | [ recovery-image] Dec 20 21:57:06.361 INFO O| Dec 20 21:57:06.361 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-12-20T21:57:07.301Z | [ recovery-image] Dec 20 21:57:06.401 INFO O| Dec 20 21:57:06.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5339 | 2024-12-20T21:57:07.322Z | [ recovery-image] Dec 20 21:57:06.423 INFO O| Dec 20 21:57:06.423 INFO STEP 332 (remove_files) COMPLETE |
5340 | 2024-12-20T21:57:07.322Z | [ recovery-image] Dec 20 21:57:06.423 INFO O| Dec 20 21:57:06.423 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-12-20T21:57:07.343Z | [ recovery-image] Dec 20 21:57:06.444 INFO O| Dec 20 21:57:06.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5342 | 2024-12-20T21:57:07.346Z | [ recovery-image] Dec 20 21:57:06.444 INFO O| Dec 20 21:57:06.444 INFO STEP 333 (remove_files) COMPLETE |
5343 | 2024-12-20T21:57:07.346Z | [ recovery-image] Dec 20 21:57:06.444 INFO O| Dec 20 21:57:06.444 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-12-20T21:57:07.390Z | [ recovery-image] Dec 20 21:57:06.491 INFO O| Dec 20 21:57:06.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5345 | 2024-12-20T21:57:07.392Z | [ recovery-image] Dec 20 21:57:06.491 INFO O| Dec 20 21:57:06.491 INFO STEP 334 (remove_files) COMPLETE |
5346 | 2024-12-20T21:57:07.392Z | [ recovery-image] Dec 20 21:57:06.491 INFO O| Dec 20 21:57:06.491 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-12-20T21:57:07.411Z | [ recovery-image] Dec 20 21:57:06.511 INFO O| Dec 20 21:57:06.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5348 | 2024-12-20T21:57:07.413Z | [ recovery-image] Dec 20 21:57:06.511 INFO O| Dec 20 21:57:06.511 INFO STEP 335 (remove_files) COMPLETE |
5349 | 2024-12-20T21:57:07.413Z | [ recovery-image] Dec 20 21:57:06.512 INFO O| Dec 20 21:57:06.511 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-12-20T21:57:07.431Z | [ recovery-image] Dec 20 21:57:06.531 INFO O| Dec 20 21:57:06.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5351 | 2024-12-20T21:57:07.433Z | [ recovery-image] Dec 20 21:57:06.531 INFO O| Dec 20 21:57:06.531 INFO STEP 336 (remove_files) COMPLETE |
5352 | 2024-12-20T21:57:07.433Z | [ recovery-image] Dec 20 21:57:06.532 INFO O| Dec 20 21:57:06.531 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-12-20T21:57:07.479Z | [ recovery-image] Dec 20 21:57:06.579 INFO O| Dec 20 21:57:06.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5354 | 2024-12-20T21:57:07.482Z | [ recovery-image] Dec 20 21:57:06.579 INFO O| Dec 20 21:57:06.579 INFO STEP 337 (remove_files) COMPLETE |
5355 | 2024-12-20T21:57:07.482Z | [ recovery-image] Dec 20 21:57:06.579 INFO O| Dec 20 21:57:06.579 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-12-20T21:57:07.501Z | [ recovery-image] Dec 20 21:57:06.601 INFO O| Dec 20 21:57:06.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5357 | 2024-12-20T21:57:07.503Z | [ recovery-image] Dec 20 21:57:06.601 INFO O| Dec 20 21:57:06.601 INFO STEP 338 (remove_files) COMPLETE |
5358 | 2024-12-20T21:57:07.503Z | [ recovery-image] Dec 20 21:57:06.602 INFO O| Dec 20 21:57:06.601 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-12-20T21:57:07.521Z | [ recovery-image] Dec 20 21:57:06.622 INFO O| Dec 20 21:57:06.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5360 | 2024-12-20T21:57:07.524Z | [ recovery-image] Dec 20 21:57:06.622 INFO O| Dec 20 21:57:06.622 INFO STEP 339 (remove_files) COMPLETE |
5361 | 2024-12-20T21:57:07.524Z | [ recovery-image] Dec 20 21:57:06.622 INFO O| Dec 20 21:57:06.622 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-12-20T21:57:07.556Z | [ recovery-image] Dec 20 21:57:06.656 INFO O| Dec 20 21:57:06.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5363 | 2024-12-20T21:57:07.556Z | [ recovery-image] Dec 20 21:57:06.656 INFO O| Dec 20 21:57:06.656 INFO STEP 340 (remove_files) COMPLETE |
5364 | 2024-12-20T21:57:07.556Z | [ recovery-image] Dec 20 21:57:06.656 INFO O| Dec 20 21:57:06.656 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-12-20T21:57:07.579Z | [ recovery-image] Dec 20 21:57:06.679 INFO O| Dec 20 21:57:06.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5366 | 2024-12-20T21:57:07.579Z | [ recovery-image] Dec 20 21:57:06.679 INFO O| Dec 20 21:57:06.679 INFO STEP 341 (remove_files) COMPLETE |
5367 | 2024-12-20T21:57:07.579Z | [ recovery-image] Dec 20 21:57:06.679 INFO O| Dec 20 21:57:06.679 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-12-20T21:57:07.628Z | [ recovery-image] Dec 20 21:57:06.728 INFO O| Dec 20 21:57:06.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5369 | 2024-12-20T21:57:07.629Z | [ recovery-image] Dec 20 21:57:06.728 INFO O| Dec 20 21:57:06.728 INFO STEP 342 (remove_files) COMPLETE |
5370 | 2024-12-20T21:57:07.629Z | [ recovery-image] Dec 20 21:57:06.728 INFO O| Dec 20 21:57:06.728 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-12-20T21:57:07.704Z | [ recovery-image] Dec 20 21:57:06.804 INFO O| Dec 20 21:57:06.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5372 | 2024-12-20T21:57:07.704Z | [ recovery-image] Dec 20 21:57:06.804 INFO O| Dec 20 21:57:06.804 INFO STEP 343 (remove_files) COMPLETE |
5373 | 2024-12-20T21:57:07.704Z | [ recovery-image] Dec 20 21:57:06.804 INFO O| Dec 20 21:57:06.804 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-12-20T21:57:07.723Z | [ recovery-image] Dec 20 21:57:06.824 INFO O| Dec 20 21:57:06.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5375 | 2024-12-20T21:57:07.723Z | [ recovery-image] Dec 20 21:57:06.824 INFO O| Dec 20 21:57:06.824 INFO STEP 344 (remove_files) COMPLETE |
5376 | 2024-12-20T21:57:07.723Z | [ recovery-image] Dec 20 21:57:06.824 INFO O| Dec 20 21:57:06.824 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-12-20T21:57:07.742Z | [ recovery-image] Dec 20 21:57:06.842 INFO O| Dec 20 21:57:06.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5378 | 2024-12-20T21:57:07.742Z | [ recovery-image] Dec 20 21:57:06.842 INFO O| Dec 20 21:57:06.842 INFO STEP 345 (remove_files) COMPLETE |
5379 | 2024-12-20T21:57:07.742Z | [ recovery-image] Dec 20 21:57:06.842 INFO O| Dec 20 21:57:06.842 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-12-20T21:57:07.760Z | [ recovery-image] Dec 20 21:57:06.861 INFO O| Dec 20 21:57:06.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5381 | 2024-12-20T21:57:07.760Z | [ recovery-image] Dec 20 21:57:06.861 INFO O| Dec 20 21:57:06.861 INFO STEP 346 (remove_files) COMPLETE |
5382 | 2024-12-20T21:57:07.760Z | [ recovery-image] Dec 20 21:57:06.861 INFO O| Dec 20 21:57:06.861 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-12-20T21:57:07.799Z | [ recovery-image] Dec 20 21:57:06.898 INFO O| Dec 20 21:57:06.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5384 | 2024-12-20T21:57:07.799Z | [ recovery-image] Dec 20 21:57:06.899 INFO O| Dec 20 21:57:06.898 INFO STEP 347 (remove_files) COMPLETE |
5385 | 2024-12-20T21:57:07.799Z | [ recovery-image] Dec 20 21:57:06.899 INFO O| Dec 20 21:57:06.899 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-12-20T21:57:07.840Z | [ recovery-image] Dec 20 21:57:06.940 INFO O| Dec 20 21:57:06.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5387 | 2024-12-20T21:57:07.840Z | [ recovery-image] Dec 20 21:57:06.940 INFO O| Dec 20 21:57:06.940 INFO STEP 348 (remove_files) COMPLETE |
5388 | 2024-12-20T21:57:07.840Z | [ recovery-image] Dec 20 21:57:06.940 INFO O| Dec 20 21:57:06.940 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-12-20T21:57:07.904Z | [ recovery-image] Dec 20 21:57:07.004 INFO O| Dec 20 21:57:07.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5390 | 2024-12-20T21:57:07.906Z | [ recovery-image] Dec 20 21:57:07.004 INFO O| Dec 20 21:57:07.004 INFO STEP 349 (remove_files) COMPLETE |
5391 | 2024-12-20T21:57:07.906Z | [ recovery-image] Dec 20 21:57:07.004 INFO O| Dec 20 21:57:07.004 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-12-20T21:57:07.925Z | [ recovery-image] Dec 20 21:57:07.026 INFO O| Dec 20 21:57:07.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5393 | 2024-12-20T21:57:07.925Z | [ recovery-image] Dec 20 21:57:07.026 INFO O| Dec 20 21:57:07.026 INFO STEP 350 (remove_files) COMPLETE |
5394 | 2024-12-20T21:57:07.925Z | [ recovery-image] Dec 20 21:57:07.026 INFO O| Dec 20 21:57:07.026 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-12-20T21:57:07.955Z | [ recovery-image] Dec 20 21:57:07.055 INFO O| Dec 20 21:57:07.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5396 | 2024-12-20T21:57:07.955Z | [ recovery-image] Dec 20 21:57:07.055 INFO O| Dec 20 21:57:07.055 INFO STEP 351 (remove_files) COMPLETE |
5397 | 2024-12-20T21:57:07.955Z | [ recovery-image] Dec 20 21:57:07.055 INFO O| Dec 20 21:57:07.055 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-12-20T21:57:07.998Z | [ recovery-image] Dec 20 21:57:07.098 INFO O| Dec 20 21:57:07.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5399 | 2024-12-20T21:57:07.998Z | [ recovery-image] Dec 20 21:57:07.098 INFO O| Dec 20 21:57:07.098 INFO STEP 352 (remove_files) COMPLETE |
5400 | 2024-12-20T21:57:07.998Z | [ recovery-image] Dec 20 21:57:07.098 INFO O| Dec 20 21:57:07.098 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-12-20T21:57:08.061Z | [ recovery-image] Dec 20 21:57:07.162 INFO O| Dec 20 21:57:07.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5402 | 2024-12-20T21:57:08.061Z | [ recovery-image] Dec 20 21:57:07.162 INFO O| Dec 20 21:57:07.162 INFO STEP 353 (remove_files) COMPLETE |
5403 | 2024-12-20T21:57:08.061Z | [ recovery-image] Dec 20 21:57:07.162 INFO O| Dec 20 21:57:07.162 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-12-20T21:57:08.124Z | [ recovery-image] Dec 20 21:57:07.224 INFO O| Dec 20 21:57:07.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5405 | 2024-12-20T21:57:08.124Z | [ recovery-image] Dec 20 21:57:07.224 INFO O| Dec 20 21:57:07.224 INFO STEP 354 (remove_files) COMPLETE |
5406 | 2024-12-20T21:57:08.124Z | [ recovery-image] Dec 20 21:57:07.224 INFO O| Dec 20 21:57:07.224 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-12-20T21:57:08.241Z | [ recovery-image] Dec 20 21:57:07.341 INFO O| Dec 20 21:57:07.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5408 | 2024-12-20T21:57:08.241Z | [ recovery-image] Dec 20 21:57:07.341 INFO O| Dec 20 21:57:07.341 INFO STEP 355 (remove_files) COMPLETE |
5409 | 2024-12-20T21:57:08.243Z | [ recovery-image] Dec 20 21:57:07.341 INFO O| Dec 20 21:57:07.341 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-12-20T21:57:08.260Z | [ recovery-image] Dec 20 21:57:07.361 INFO O| Dec 20 21:57:07.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5411 | 2024-12-20T21:57:08.260Z | [ recovery-image] Dec 20 21:57:07.361 INFO O| Dec 20 21:57:07.361 INFO STEP 356 (remove_files) COMPLETE |
5412 | 2024-12-20T21:57:08.260Z | [ recovery-image] Dec 20 21:57:07.361 INFO O| Dec 20 21:57:07.361 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-12-20T21:57:08.330Z | [ recovery-image] Dec 20 21:57:07.430 INFO O| Dec 20 21:57:07.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5414 | 2024-12-20T21:57:08.330Z | [ recovery-image] Dec 20 21:57:07.430 INFO O| Dec 20 21:57:07.430 INFO STEP 357 (remove_files) COMPLETE |
5415 | 2024-12-20T21:57:08.330Z | [ recovery-image] Dec 20 21:57:07.430 INFO O| Dec 20 21:57:07.430 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-12-20T21:57:08.387Z | [ recovery-image] Dec 20 21:57:07.487 INFO O| Dec 20 21:57:07.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5417 | 2024-12-20T21:57:08.387Z | [ recovery-image] Dec 20 21:57:07.487 INFO O| Dec 20 21:57:07.487 INFO STEP 358 (remove_files) COMPLETE |
5418 | 2024-12-20T21:57:08.387Z | [ recovery-image] Dec 20 21:57:07.487 INFO O| Dec 20 21:57:07.487 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-12-20T21:57:08.460Z | [ recovery-image] Dec 20 21:57:07.560 INFO O| Dec 20 21:57:07.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5420 | 2024-12-20T21:57:08.461Z | [ recovery-image] Dec 20 21:57:07.560 INFO O| Dec 20 21:57:07.560 INFO STEP 359 (remove_files) COMPLETE |
5421 | 2024-12-20T21:57:08.461Z | [ recovery-image] Dec 20 21:57:07.560 INFO O| Dec 20 21:57:07.560 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-12-20T21:57:08.528Z | [ recovery-image] Dec 20 21:57:07.629 INFO O| Dec 20 21:57:07.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5423 | 2024-12-20T21:57:08.528Z | [ recovery-image] Dec 20 21:57:07.629 INFO O| Dec 20 21:57:07.629 INFO STEP 360 (remove_files) COMPLETE |
5424 | 2024-12-20T21:57:08.528Z | [ recovery-image] Dec 20 21:57:07.629 INFO O| Dec 20 21:57:07.629 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-12-20T21:57:08.558Z | [ recovery-image] Dec 20 21:57:07.659 INFO O| Dec 20 21:57:07.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5426 | 2024-12-20T21:57:08.558Z | [ recovery-image] Dec 20 21:57:07.659 INFO O| Dec 20 21:57:07.659 INFO STEP 361 (remove_files) COMPLETE |
5427 | 2024-12-20T21:57:08.558Z | [ recovery-image] Dec 20 21:57:07.659 INFO O| Dec 20 21:57:07.659 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-12-20T21:57:08.592Z | [ recovery-image] Dec 20 21:57:07.693 INFO O| Dec 20 21:57:07.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5429 | 2024-12-20T21:57:08.595Z | [ recovery-image] Dec 20 21:57:07.693 INFO O| Dec 20 21:57:07.693 INFO STEP 362 (remove_files) COMPLETE |
5430 | 2024-12-20T21:57:08.595Z | [ recovery-image] Dec 20 21:57:07.694 INFO O| Dec 20 21:57:07.693 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-12-20T21:57:08.669Z | [ recovery-image] Dec 20 21:57:07.769 INFO O| Dec 20 21:57:07.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5432 | 2024-12-20T21:57:08.669Z | [ recovery-image] Dec 20 21:57:07.769 INFO O| Dec 20 21:57:07.769 INFO STEP 363 (remove_files) COMPLETE |
5433 | 2024-12-20T21:57:08.669Z | [ recovery-image] Dec 20 21:57:07.769 INFO O| Dec 20 21:57:07.769 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-12-20T21:57:08.690Z | [ recovery-image] Dec 20 21:57:07.791 INFO O| Dec 20 21:57:07.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5435 | 2024-12-20T21:57:08.690Z | [ recovery-image] Dec 20 21:57:07.791 INFO O| Dec 20 21:57:07.791 INFO STEP 364 (remove_files) COMPLETE |
5436 | 2024-12-20T21:57:08.693Z | [ recovery-image] Dec 20 21:57:07.791 INFO O| Dec 20 21:57:07.791 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-12-20T21:57:08.710Z | [ recovery-image] Dec 20 21:57:07.809 INFO O| Dec 20 21:57:07.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5438 | 2024-12-20T21:57:08.710Z | [ recovery-image] Dec 20 21:57:07.809 INFO O| Dec 20 21:57:07.809 INFO STEP 365 (remove_files) COMPLETE |
5439 | 2024-12-20T21:57:08.710Z | [ recovery-image] Dec 20 21:57:07.809 INFO O| Dec 20 21:57:07.809 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-12-20T21:57:08.729Z | [ recovery-image] Dec 20 21:57:07.829 INFO O| Dec 20 21:57:07.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5441 | 2024-12-20T21:57:08.729Z | [ recovery-image] Dec 20 21:57:07.829 INFO O| Dec 20 21:57:07.829 INFO STEP 366 (remove_files) COMPLETE |
5442 | 2024-12-20T21:57:08.729Z | [ recovery-image] Dec 20 21:57:07.829 INFO O| Dec 20 21:57:07.829 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-12-20T21:57:08.747Z | [ recovery-image] Dec 20 21:57:07.847 INFO O| Dec 20 21:57:07.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5444 | 2024-12-20T21:57:08.747Z | [ recovery-image] Dec 20 21:57:07.847 INFO O| Dec 20 21:57:07.847 INFO STEP 367 (remove_files) COMPLETE |
5445 | 2024-12-20T21:57:08.747Z | [ recovery-image] Dec 20 21:57:07.847 INFO O| Dec 20 21:57:07.847 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-12-20T21:57:08.772Z | [ recovery-image] Dec 20 21:57:07.865 INFO O| Dec 20 21:57:07.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5447 | 2024-12-20T21:57:08.772Z | [ recovery-image] Dec 20 21:57:07.865 INFO O| Dec 20 21:57:07.865 INFO STEP 368 (remove_files) COMPLETE |
5448 | 2024-12-20T21:57:08.772Z | [ recovery-image] Dec 20 21:57:07.865 INFO O| Dec 20 21:57:07.865 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-12-20T21:57:08.835Z | [ recovery-image] Dec 20 21:57:07.936 INFO O| Dec 20 21:57:07.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5450 | 2024-12-20T21:57:08.836Z | [ recovery-image] Dec 20 21:57:07.936 INFO O| Dec 20 21:57:07.936 INFO STEP 369 (remove_files) COMPLETE |
5451 | 2024-12-20T21:57:08.838Z | [ recovery-image] Dec 20 21:57:07.936 INFO O| Dec 20 21:57:07.936 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-12-20T21:57:08.886Z | [ recovery-image] Dec 20 21:57:07.987 INFO O| Dec 20 21:57:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5453 | 2024-12-20T21:57:08.886Z | [ recovery-image] Dec 20 21:57:07.987 INFO O| Dec 20 21:57:07.987 INFO STEP 370 (remove_files) COMPLETE |
5454 | 2024-12-20T21:57:08.889Z | [ recovery-image] Dec 20 21:57:07.987 INFO O| Dec 20 21:57:07.987 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-12-20T21:57:08.906Z | [ recovery-image] Dec 20 21:57:08.006 INFO O| Dec 20 21:57:08.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5456 | 2024-12-20T21:57:08.909Z | [ recovery-image] Dec 20 21:57:08.006 INFO O| Dec 20 21:57:08.006 INFO STEP 371 (remove_files) COMPLETE |
5457 | 2024-12-20T21:57:08.909Z | [ recovery-image] Dec 20 21:57:08.007 INFO O| Dec 20 21:57:08.006 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-12-20T21:57:08.926Z | [ recovery-image] Dec 20 21:57:08.026 INFO O| Dec 20 21:57:08.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5459 | 2024-12-20T21:57:08.926Z | [ recovery-image] Dec 20 21:57:08.026 INFO O| Dec 20 21:57:08.026 INFO STEP 372 (remove_files) COMPLETE |
5460 | 2024-12-20T21:57:08.929Z | [ recovery-image] Dec 20 21:57:08.026 INFO O| Dec 20 21:57:08.026 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-12-20T21:57:08.954Z | [ recovery-image] Dec 20 21:57:08.054 INFO O| Dec 20 21:57:08.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5462 | 2024-12-20T21:57:08.954Z | [ recovery-image] Dec 20 21:57:08.054 INFO O| Dec 20 21:57:08.054 INFO STEP 373 (remove_files) COMPLETE |
5463 | 2024-12-20T21:57:08.954Z | [ recovery-image] Dec 20 21:57:08.055 INFO O| Dec 20 21:57:08.054 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-12-20T21:57:08.993Z | [ recovery-image] Dec 20 21:57:08.093 INFO O| Dec 20 21:57:08.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5465 | 2024-12-20T21:57:08.993Z | [ recovery-image] Dec 20 21:57:08.093 INFO O| Dec 20 21:57:08.093 INFO STEP 374 (remove_files) COMPLETE |
5466 | 2024-12-20T21:57:08.996Z | [ recovery-image] Dec 20 21:57:08.093 INFO O| Dec 20 21:57:08.093 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-12-20T21:57:09.012Z | [ recovery-image] Dec 20 21:57:08.112 INFO O| Dec 20 21:57:08.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5468 | 2024-12-20T21:57:09.012Z | [ recovery-image] Dec 20 21:57:08.112 INFO O| Dec 20 21:57:08.112 INFO STEP 375 (remove_files) COMPLETE |
5469 | 2024-12-20T21:57:09.012Z | [ recovery-image] Dec 20 21:57:08.112 INFO O| Dec 20 21:57:08.112 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-12-20T21:57:09.032Z | [ recovery-image] Dec 20 21:57:08.131 INFO O| Dec 20 21:57:08.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5471 | 2024-12-20T21:57:09.032Z | [ recovery-image] Dec 20 21:57:08.131 INFO O| Dec 20 21:57:08.131 INFO STEP 376 (remove_files) COMPLETE |
5472 | 2024-12-20T21:57:09.032Z | [ recovery-image] Dec 20 21:57:08.131 INFO O| Dec 20 21:57:08.131 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-12-20T21:57:09.049Z | [ recovery-image] Dec 20 21:57:08.149 INFO O| Dec 20 21:57:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5474 | 2024-12-20T21:57:09.049Z | [ recovery-image] Dec 20 21:57:08.149 INFO O| Dec 20 21:57:08.149 INFO STEP 377 (remove_files) COMPLETE |
5475 | 2024-12-20T21:57:09.049Z | [ recovery-image] Dec 20 21:57:08.149 INFO O| Dec 20 21:57:08.149 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-12-20T21:57:09.067Z | [ recovery-image] Dec 20 21:57:08.167 INFO O| Dec 20 21:57:08.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5477 | 2024-12-20T21:57:09.067Z | [ recovery-image] Dec 20 21:57:08.167 INFO O| Dec 20 21:57:08.167 INFO STEP 378 (remove_files) COMPLETE |
5478 | 2024-12-20T21:57:09.067Z | [ recovery-image] Dec 20 21:57:08.167 INFO O| Dec 20 21:57:08.167 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-12-20T21:57:09.114Z | [ recovery-image] Dec 20 21:57:08.215 INFO O| Dec 20 21:57:08.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5480 | 2024-12-20T21:57:09.115Z | [ recovery-image] Dec 20 21:57:08.215 INFO O| Dec 20 21:57:08.215 INFO STEP 379 (remove_files) COMPLETE |
5481 | 2024-12-20T21:57:09.115Z | [ recovery-image] Dec 20 21:57:08.215 INFO O| Dec 20 21:57:08.215 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-12-20T21:57:09.182Z | [ recovery-image] Dec 20 21:57:08.283 INFO O| Dec 20 21:57:08.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5483 | 2024-12-20T21:57:09.182Z | [ recovery-image] Dec 20 21:57:08.283 INFO O| Dec 20 21:57:08.283 INFO STEP 380 (remove_files) COMPLETE |
5484 | 2024-12-20T21:57:09.182Z | [ recovery-image] Dec 20 21:57:08.283 INFO O| Dec 20 21:57:08.283 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-12-20T21:57:09.203Z | [ recovery-image] Dec 20 21:57:08.303 INFO O| Dec 20 21:57:08.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5486 | 2024-12-20T21:57:09.203Z | [ recovery-image] Dec 20 21:57:08.304 INFO O| Dec 20 21:57:08.303 INFO STEP 381 (remove_files) COMPLETE |
5487 | 2024-12-20T21:57:09.206Z | [ recovery-image] Dec 20 21:57:08.304 INFO O| Dec 20 21:57:08.304 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-12-20T21:57:09.222Z | [ recovery-image] Dec 20 21:57:08.323 INFO O| Dec 20 21:57:08.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5489 | 2024-12-20T21:57:09.223Z | [ recovery-image] Dec 20 21:57:08.323 INFO O| Dec 20 21:57:08.323 INFO STEP 382 (remove_files) COMPLETE |
5490 | 2024-12-20T21:57:09.223Z | [ recovery-image] Dec 20 21:57:08.323 INFO O| Dec 20 21:57:08.323 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-12-20T21:57:09.242Z | [ recovery-image] Dec 20 21:57:08.342 INFO O| Dec 20 21:57:08.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5492 | 2024-12-20T21:57:09.242Z | [ recovery-image] Dec 20 21:57:08.343 INFO O| Dec 20 21:57:08.342 INFO STEP 383 (remove_files) COMPLETE |
5493 | 2024-12-20T21:57:09.245Z | [ recovery-image] Dec 20 21:57:08.343 INFO O| Dec 20 21:57:08.342 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-12-20T21:57:09.261Z | [ recovery-image] Dec 20 21:57:08.361 INFO O| Dec 20 21:57:08.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5495 | 2024-12-20T21:57:09.266Z | [ recovery-image] Dec 20 21:57:08.366 INFO O| Dec 20 21:57:08.366 INFO STEP 384 (remove_files) COMPLETE |
5496 | 2024-12-20T21:57:09.266Z | [ recovery-image] Dec 20 21:57:08.366 INFO O| Dec 20 21:57:08.366 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-12-20T21:57:09.285Z | [ recovery-image] Dec 20 21:57:08.385 INFO O| Dec 20 21:57:08.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5498 | 2024-12-20T21:57:09.285Z | [ recovery-image] Dec 20 21:57:08.385 INFO O| Dec 20 21:57:08.385 INFO STEP 385 (remove_files) COMPLETE |
5499 | 2024-12-20T21:57:09.288Z | [ recovery-image] Dec 20 21:57:08.385 INFO O| Dec 20 21:57:08.385 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-12-20T21:57:09.306Z | [ recovery-image] Dec 20 21:57:08.406 INFO O| Dec 20 21:57:08.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5501 | 2024-12-20T21:57:09.306Z | [ recovery-image] Dec 20 21:57:08.406 INFO O| Dec 20 21:57:08.406 INFO STEP 386 (remove_files) COMPLETE |
5502 | 2024-12-20T21:57:09.306Z | [ recovery-image] Dec 20 21:57:08.406 INFO O| Dec 20 21:57:08.406 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-12-20T21:57:09.327Z | [ recovery-image] Dec 20 21:57:08.427 INFO O| Dec 20 21:57:08.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5504 | 2024-12-20T21:57:09.327Z | [ recovery-image] Dec 20 21:57:08.427 INFO O| Dec 20 21:57:08.427 INFO STEP 387 (remove_files) COMPLETE |
5505 | 2024-12-20T21:57:09.327Z | [ recovery-image] Dec 20 21:57:08.427 INFO O| Dec 20 21:57:08.427 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-12-20T21:57:09.407Z | [ recovery-image] Dec 20 21:57:08.507 INFO O| Dec 20 21:57:08.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5507 | 2024-12-20T21:57:09.407Z | [ recovery-image] Dec 20 21:57:08.507 INFO O| Dec 20 21:57:08.507 INFO STEP 388 (remove_files) COMPLETE |
5508 | 2024-12-20T21:57:09.410Z | [ recovery-image] Dec 20 21:57:08.507 INFO O| Dec 20 21:57:08.507 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-12-20T21:57:09.427Z | [ recovery-image] Dec 20 21:57:08.527 INFO O| Dec 20 21:57:08.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5510 | 2024-12-20T21:57:09.427Z | [ recovery-image] Dec 20 21:57:08.527 INFO O| Dec 20 21:57:08.527 INFO STEP 389 (remove_files) COMPLETE |
5511 | 2024-12-20T21:57:09.427Z | [ recovery-image] Dec 20 21:57:08.527 INFO O| Dec 20 21:57:08.527 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-12-20T21:57:09.446Z | [ recovery-image] Dec 20 21:57:08.547 INFO O| Dec 20 21:57:08.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5513 | 2024-12-20T21:57:09.446Z | [ recovery-image] Dec 20 21:57:08.547 INFO O| Dec 20 21:57:08.547 INFO STEP 390 (remove_files) COMPLETE |
5514 | 2024-12-20T21:57:09.446Z | [ recovery-image] Dec 20 21:57:08.547 INFO O| Dec 20 21:57:08.547 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-12-20T21:57:09.465Z | [ recovery-image] Dec 20 21:57:08.565 INFO O| Dec 20 21:57:08.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5516 | 2024-12-20T21:57:09.465Z | [ recovery-image] Dec 20 21:57:08.565 INFO O| Dec 20 21:57:08.565 INFO STEP 391 (remove_files) COMPLETE |
5517 | 2024-12-20T21:57:09.465Z | [ recovery-image] Dec 20 21:57:08.565 INFO O| Dec 20 21:57:08.565 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-12-20T21:57:09.483Z | [ recovery-image] Dec 20 21:57:08.583 INFO O| Dec 20 21:57:08.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5519 | 2024-12-20T21:57:09.483Z | [ recovery-image] Dec 20 21:57:08.584 INFO O| Dec 20 21:57:08.583 INFO STEP 392 (remove_files) COMPLETE |
5520 | 2024-12-20T21:57:09.483Z | [ recovery-image] Dec 20 21:57:08.584 INFO O| Dec 20 21:57:08.584 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-12-20T21:57:09.502Z | [ recovery-image] Dec 20 21:57:08.602 INFO O| Dec 20 21:57:08.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5522 | 2024-12-20T21:57:09.502Z | [ recovery-image] Dec 20 21:57:08.602 INFO O| Dec 20 21:57:08.602 INFO STEP 393 (remove_files) COMPLETE |
5523 | 2024-12-20T21:57:09.502Z | [ recovery-image] Dec 20 21:57:08.602 INFO O| Dec 20 21:57:08.602 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-12-20T21:57:09.520Z | [ recovery-image] Dec 20 21:57:08.619 INFO O| Dec 20 21:57:08.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5525 | 2024-12-20T21:57:09.520Z | [ recovery-image] Dec 20 21:57:08.619 INFO O| Dec 20 21:57:08.619 INFO STEP 394 (remove_files) COMPLETE |
5526 | 2024-12-20T21:57:09.520Z | [ recovery-image] Dec 20 21:57:08.620 INFO O| Dec 20 21:57:08.619 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-12-20T21:57:09.541Z | [ host-image] Dec 20 21:57:08.641 INFO O| Dec 20 21:57:08.641 INFO O| Actions: 23032/49485 actions (Installing new actions) |
5528 | 2024-12-20T21:57:09.560Z | [ recovery-image] Dec 20 21:57:08.660 INFO O| Dec 20 21:57:08.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5529 | 2024-12-20T21:57:09.562Z | [ recovery-image] Dec 20 21:57:08.660 INFO O| Dec 20 21:57:08.660 INFO STEP 395 (remove_files) COMPLETE |
5530 | 2024-12-20T21:57:09.562Z | [ recovery-image] Dec 20 21:57:08.660 INFO O| Dec 20 21:57:08.660 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-12-20T21:57:09.578Z | [ recovery-image] Dec 20 21:57:08.678 INFO O| Dec 20 21:57:08.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5532 | 2024-12-20T21:57:09.578Z | [ recovery-image] Dec 20 21:57:08.678 INFO O| Dec 20 21:57:08.678 INFO STEP 396 (remove_files) COMPLETE |
5533 | 2024-12-20T21:57:09.578Z | [ recovery-image] Dec 20 21:57:08.678 INFO O| Dec 20 21:57:08.678 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2024-12-20T21:57:09.597Z | [ recovery-image] Dec 20 21:57:08.697 INFO O| Dec 20 21:57:08.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5535 | 2024-12-20T21:57:09.599Z | [ recovery-image] Dec 20 21:57:08.698 INFO O| Dec 20 21:57:08.698 INFO STEP 397 (remove_files) COMPLETE |
5536 | 2024-12-20T21:57:09.599Z | [ recovery-image] Dec 20 21:57:08.698 INFO O| Dec 20 21:57:08.698 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-12-20T21:57:09.643Z | [ recovery-image] Dec 20 21:57:08.742 INFO O| Dec 20 21:57:08.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5538 | 2024-12-20T21:57:09.645Z | [ recovery-image] Dec 20 21:57:08.742 INFO O| Dec 20 21:57:08.742 INFO STEP 398 (remove_files) COMPLETE |
5539 | 2024-12-20T21:57:09.645Z | [ recovery-image] Dec 20 21:57:08.742 INFO O| Dec 20 21:57:08.742 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2024-12-20T21:57:09.661Z | [ recovery-image] Dec 20 21:57:08.760 INFO O| Dec 20 21:57:08.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5541 | 2024-12-20T21:57:09.661Z | [ recovery-image] Dec 20 21:57:08.760 INFO O| Dec 20 21:57:08.760 INFO STEP 399 (remove_files) COMPLETE |
5542 | 2024-12-20T21:57:09.661Z | [ recovery-image] Dec 20 21:57:08.760 INFO O| Dec 20 21:57:08.760 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2024-12-20T21:57:09.680Z | [ recovery-image] Dec 20 21:57:08.779 INFO O| Dec 20 21:57:08.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5544 | 2024-12-20T21:57:09.680Z | [ recovery-image] Dec 20 21:57:08.780 INFO O| Dec 20 21:57:08.780 INFO STEP 400 (remove_files) COMPLETE |
5545 | 2024-12-20T21:57:09.680Z | [ recovery-image] Dec 20 21:57:08.780 INFO O| Dec 20 21:57:08.780 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2024-12-20T21:57:09.698Z | [ recovery-image] Dec 20 21:57:08.797 INFO O| Dec 20 21:57:08.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5547 | 2024-12-20T21:57:09.698Z | [ recovery-image] Dec 20 21:57:08.797 INFO O| Dec 20 21:57:08.797 INFO STEP 401 (remove_files) COMPLETE |
5548 | 2024-12-20T21:57:09.698Z | [ recovery-image] Dec 20 21:57:08.797 INFO O| Dec 20 21:57:08.797 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-12-20T21:57:09.745Z | [ recovery-image] Dec 20 21:57:08.845 INFO O| Dec 20 21:57:08.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5550 | 2024-12-20T21:57:09.745Z | [ recovery-image] Dec 20 21:57:08.845 INFO O| Dec 20 21:57:08.845 INFO STEP 402 (remove_files) COMPLETE |
5551 | 2024-12-20T21:57:09.745Z | [ recovery-image] Dec 20 21:57:08.845 INFO O| Dec 20 21:57:08.845 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-12-20T21:57:09.764Z | [ recovery-image] Dec 20 21:57:08.864 INFO O| Dec 20 21:57:08.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5553 | 2024-12-20T21:57:09.764Z | [ recovery-image] Dec 20 21:57:08.864 INFO O| Dec 20 21:57:08.864 INFO STEP 403 (remove_files) COMPLETE |
5554 | 2024-12-20T21:57:09.766Z | [ recovery-image] Dec 20 21:57:08.864 INFO O| Dec 20 21:57:08.864 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-12-20T21:57:09.784Z | [ recovery-image] Dec 20 21:57:08.880 INFO O| Dec 20 21:57:08.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5556 | 2024-12-20T21:57:09.786Z | [ recovery-image] Dec 20 21:57:08.880 INFO O| Dec 20 21:57:08.880 INFO STEP 404 (remove_files) COMPLETE |
5557 | 2024-12-20T21:57:09.787Z | [ recovery-image] Dec 20 21:57:08.880 INFO O| Dec 20 21:57:08.880 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-12-20T21:57:09.797Z | [ recovery-image] Dec 20 21:57:08.898 INFO O| Dec 20 21:57:08.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5559 | 2024-12-20T21:57:09.797Z | [ recovery-image] Dec 20 21:57:08.898 INFO O| Dec 20 21:57:08.898 INFO STEP 405 (remove_files) COMPLETE |
5560 | 2024-12-20T21:57:09.797Z | [ recovery-image] Dec 20 21:57:08.898 INFO O| Dec 20 21:57:08.898 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-12-20T21:57:09.837Z | [ recovery-image] Dec 20 21:57:08.937 INFO O| Dec 20 21:57:08.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5562 | 2024-12-20T21:57:09.839Z | [ recovery-image] Dec 20 21:57:08.937 INFO O| Dec 20 21:57:08.937 INFO STEP 406 (remove_files) COMPLETE |
5563 | 2024-12-20T21:57:09.839Z | [ recovery-image] Dec 20 21:57:08.937 INFO O| Dec 20 21:57:08.937 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-12-20T21:57:09.937Z | [ recovery-image] Dec 20 21:57:09.037 INFO O| Dec 20 21:57:09.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5565 | 2024-12-20T21:57:09.937Z | [ recovery-image] Dec 20 21:57:09.037 INFO O| Dec 20 21:57:09.037 INFO STEP 407 (remove_files) COMPLETE |
5566 | 2024-12-20T21:57:09.937Z | [ recovery-image] Dec 20 21:57:09.037 INFO O| Dec 20 21:57:09.037 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-12-20T21:57:10.009Z | [ recovery-image] Dec 20 21:57:09.109 INFO O| Dec 20 21:57:09.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5568 | 2024-12-20T21:57:10.009Z | [ recovery-image] Dec 20 21:57:09.109 INFO O| Dec 20 21:57:09.109 INFO STEP 408 (remove_files) COMPLETE |
5569 | 2024-12-20T21:57:10.009Z | [ recovery-image] Dec 20 21:57:09.109 INFO O| Dec 20 21:57:09.109 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-12-20T21:57:10.057Z | [ recovery-image] Dec 20 21:57:09.157 INFO O| Dec 20 21:57:09.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5571 | 2024-12-20T21:57:10.057Z | [ recovery-image] Dec 20 21:57:09.157 INFO O| Dec 20 21:57:09.157 INFO STEP 409 (remove_files) COMPLETE |
5572 | 2024-12-20T21:57:10.057Z | [ recovery-image] Dec 20 21:57:09.157 INFO O| Dec 20 21:57:09.157 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-12-20T21:57:10.083Z | [ recovery-image] Dec 20 21:57:09.184 INFO O| Dec 20 21:57:09.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5574 | 2024-12-20T21:57:10.083Z | [ recovery-image] Dec 20 21:57:09.184 INFO O| Dec 20 21:57:09.184 INFO STEP 410 (remove_files) COMPLETE |
5575 | 2024-12-20T21:57:10.086Z | [ recovery-image] Dec 20 21:57:09.184 INFO O| Dec 20 21:57:09.184 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-12-20T21:57:10.108Z | [ recovery-image] Dec 20 21:57:09.206 INFO O| Dec 20 21:57:09.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5577 | 2024-12-20T21:57:10.108Z | [ recovery-image] Dec 20 21:57:09.206 INFO O| Dec 20 21:57:09.206 INFO STEP 411 (remove_files) COMPLETE |
5578 | 2024-12-20T21:57:10.108Z | [ recovery-image] Dec 20 21:57:09.206 INFO O| Dec 20 21:57:09.206 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-12-20T21:57:10.136Z | [ recovery-image] Dec 20 21:57:09.236 INFO O| Dec 20 21:57:09.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5580 | 2024-12-20T21:57:10.136Z | [ recovery-image] Dec 20 21:57:09.236 INFO O| Dec 20 21:57:09.236 INFO STEP 412 (remove_files) COMPLETE |
5581 | 2024-12-20T21:57:10.136Z | [ recovery-image] Dec 20 21:57:09.236 INFO O| Dec 20 21:57:09.236 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-12-20T21:57:10.165Z | [ recovery-image] Dec 20 21:57:09.265 INFO O| Dec 20 21:57:09.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5583 | 2024-12-20T21:57:10.167Z | [ recovery-image] Dec 20 21:57:09.266 INFO O| Dec 20 21:57:09.265 INFO STEP 413 (remove_files) COMPLETE |
5584 | 2024-12-20T21:57:10.167Z | [ recovery-image] Dec 20 21:57:09.266 INFO O| Dec 20 21:57:09.266 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-12-20T21:57:10.186Z | [ recovery-image] Dec 20 21:57:09.286 INFO O| Dec 20 21:57:09.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5586 | 2024-12-20T21:57:10.186Z | [ recovery-image] Dec 20 21:57:09.286 INFO O| Dec 20 21:57:09.286 INFO STEP 414 (remove_files) COMPLETE |
5587 | 2024-12-20T21:57:10.189Z | [ recovery-image] Dec 20 21:57:09.286 INFO O| Dec 20 21:57:09.286 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-12-20T21:57:10.215Z | [ recovery-image] Dec 20 21:57:09.315 INFO O| Dec 20 21:57:09.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5589 | 2024-12-20T21:57:10.218Z | [ recovery-image] Dec 20 21:57:09.315 INFO O| Dec 20 21:57:09.315 INFO STEP 415 (remove_files) COMPLETE |
5590 | 2024-12-20T21:57:10.218Z | [ recovery-image] Dec 20 21:57:09.315 INFO O| Dec 20 21:57:09.315 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-12-20T21:57:10.287Z | [ recovery-image] Dec 20 21:57:09.387 INFO O| Dec 20 21:57:09.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5592 | 2024-12-20T21:57:10.287Z | [ recovery-image] Dec 20 21:57:09.387 INFO O| Dec 20 21:57:09.387 INFO STEP 416 (remove_files) COMPLETE |
5593 | 2024-12-20T21:57:10.290Z | [ recovery-image] Dec 20 21:57:09.387 INFO O| Dec 20 21:57:09.387 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-12-20T21:57:10.340Z | [ recovery-image] Dec 20 21:57:09.440 INFO O| Dec 20 21:57:09.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5595 | 2024-12-20T21:57:10.340Z | [ recovery-image] Dec 20 21:57:09.440 INFO O| Dec 20 21:57:09.440 INFO STEP 417 (remove_files) COMPLETE |
5596 | 2024-12-20T21:57:10.340Z | [ recovery-image] Dec 20 21:57:09.440 INFO O| Dec 20 21:57:09.440 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-12-20T21:57:10.378Z | [ recovery-image] Dec 20 21:57:09.478 INFO O| Dec 20 21:57:09.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5598 | 2024-12-20T21:57:10.378Z | [ recovery-image] Dec 20 21:57:09.478 INFO O| Dec 20 21:57:09.478 INFO STEP 418 (remove_files) COMPLETE |
5599 | 2024-12-20T21:57:10.378Z | [ recovery-image] Dec 20 21:57:09.478 INFO O| Dec 20 21:57:09.478 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-12-20T21:57:10.398Z | [ recovery-image] Dec 20 21:57:09.497 INFO O| Dec 20 21:57:09.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5601 | 2024-12-20T21:57:10.398Z | [ recovery-image] Dec 20 21:57:09.497 INFO O| Dec 20 21:57:09.497 INFO STEP 419 (remove_files) COMPLETE |
5602 | 2024-12-20T21:57:10.400Z | [ recovery-image] Dec 20 21:57:09.497 INFO O| Dec 20 21:57:09.497 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-12-20T21:57:10.417Z | [ recovery-image] Dec 20 21:57:09.515 INFO O| Dec 20 21:57:09.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5604 | 2024-12-20T21:57:10.417Z | [ recovery-image] Dec 20 21:57:09.515 INFO O| Dec 20 21:57:09.515 INFO STEP 420 (remove_files) COMPLETE |
5605 | 2024-12-20T21:57:10.417Z | [ recovery-image] Dec 20 21:57:09.516 INFO O| Dec 20 21:57:09.515 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-12-20T21:57:10.432Z | [ recovery-image] Dec 20 21:57:09.533 INFO O| Dec 20 21:57:09.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5607 | 2024-12-20T21:57:10.432Z | [ recovery-image] Dec 20 21:57:09.533 INFO O| Dec 20 21:57:09.533 INFO STEP 421 (remove_files) COMPLETE |
5608 | 2024-12-20T21:57:10.433Z | [ recovery-image] Dec 20 21:57:09.533 INFO O| Dec 20 21:57:09.533 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-12-20T21:57:10.450Z | [ recovery-image] Dec 20 21:57:09.551 INFO O| Dec 20 21:57:09.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5610 | 2024-12-20T21:57:10.450Z | [ recovery-image] Dec 20 21:57:09.551 INFO O| Dec 20 21:57:09.551 INFO STEP 422 (remove_files) COMPLETE |
5611 | 2024-12-20T21:57:10.450Z | [ recovery-image] Dec 20 21:57:09.551 INFO O| Dec 20 21:57:09.551 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-12-20T21:57:10.469Z | [ recovery-image] Dec 20 21:57:09.569 INFO O| Dec 20 21:57:09.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5613 | 2024-12-20T21:57:10.469Z | [ recovery-image] Dec 20 21:57:09.569 INFO O| Dec 20 21:57:09.569 INFO STEP 423 (remove_files) COMPLETE |
5614 | 2024-12-20T21:57:10.472Z | [ recovery-image] Dec 20 21:57:09.569 INFO O| Dec 20 21:57:09.569 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-12-20T21:57:10.487Z | [ recovery-image] Dec 20 21:57:09.587 INFO O| Dec 20 21:57:09.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5616 | 2024-12-20T21:57:10.487Z | [ recovery-image] Dec 20 21:57:09.587 INFO O| Dec 20 21:57:09.587 INFO STEP 424 (remove_files) COMPLETE |
5617 | 2024-12-20T21:57:10.487Z | [ recovery-image] Dec 20 21:57:09.587 INFO O| Dec 20 21:57:09.587 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-12-20T21:57:10.508Z | [ recovery-image] Dec 20 21:57:09.604 INFO O| Dec 20 21:57:09.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5619 | 2024-12-20T21:57:10.508Z | [ recovery-image] Dec 20 21:57:09.604 INFO O| Dec 20 21:57:09.604 INFO STEP 425 (remove_files) COMPLETE |
5620 | 2024-12-20T21:57:10.508Z | [ recovery-image] Dec 20 21:57:09.604 INFO O| Dec 20 21:57:09.604 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-12-20T21:57:10.521Z | [ recovery-image] Dec 20 21:57:09.621 INFO O| Dec 20 21:57:09.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5622 | 2024-12-20T21:57:10.521Z | [ recovery-image] Dec 20 21:57:09.621 INFO O| Dec 20 21:57:09.621 INFO STEP 426 (remove_files) COMPLETE |
5623 | 2024-12-20T21:57:10.524Z | [ recovery-image] Dec 20 21:57:09.621 INFO O| Dec 20 21:57:09.621 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-12-20T21:57:10.547Z | [ recovery-image] Dec 20 21:57:09.648 INFO O| Dec 20 21:57:09.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5625 | 2024-12-20T21:57:10.548Z | [ recovery-image] Dec 20 21:57:09.648 INFO O| Dec 20 21:57:09.648 INFO STEP 427 (remove_files) COMPLETE |
5626 | 2024-12-20T21:57:10.548Z | [ recovery-image] Dec 20 21:57:09.648 INFO O| Dec 20 21:57:09.648 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-12-20T21:57:10.575Z | [ recovery-image] Dec 20 21:57:09.675 INFO O| Dec 20 21:57:09.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5628 | 2024-12-20T21:57:10.575Z | [ recovery-image] Dec 20 21:57:09.675 INFO O| Dec 20 21:57:09.675 INFO STEP 428 (remove_files) COMPLETE |
5629 | 2024-12-20T21:57:10.575Z | [ recovery-image] Dec 20 21:57:09.675 INFO O| Dec 20 21:57:09.675 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-12-20T21:57:10.597Z | [ recovery-image] Dec 20 21:57:09.697 INFO O| Dec 20 21:57:09.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5631 | 2024-12-20T21:57:10.600Z | [ recovery-image] Dec 20 21:57:09.698 INFO O| Dec 20 21:57:09.698 INFO STEP 429 (remove_files) COMPLETE |
5632 | 2024-12-20T21:57:10.600Z | [ recovery-image] Dec 20 21:57:09.698 INFO O| Dec 20 21:57:09.698 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-12-20T21:57:10.617Z | [ recovery-image] Dec 20 21:57:09.717 INFO O| Dec 20 21:57:09.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5634 | 2024-12-20T21:57:10.619Z | [ recovery-image] Dec 20 21:57:09.718 INFO O| Dec 20 21:57:09.717 INFO STEP 430 (remove_files) COMPLETE |
5635 | 2024-12-20T21:57:10.619Z | [ recovery-image] Dec 20 21:57:09.718 INFO O| Dec 20 21:57:09.718 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-12-20T21:57:10.636Z | [ recovery-image] Dec 20 21:57:09.736 INFO O| Dec 20 21:57:09.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5637 | 2024-12-20T21:57:10.638Z | [ recovery-image] Dec 20 21:57:09.736 INFO O| Dec 20 21:57:09.736 INFO STEP 431 (remove_files) COMPLETE |
5638 | 2024-12-20T21:57:10.638Z | [ recovery-image] Dec 20 21:57:09.736 INFO O| Dec 20 21:57:09.736 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-12-20T21:57:10.653Z | [ recovery-image] Dec 20 21:57:09.753 INFO O| Dec 20 21:57:09.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5640 | 2024-12-20T21:57:10.656Z | [ recovery-image] Dec 20 21:57:09.754 INFO O| Dec 20 21:57:09.754 INFO STEP 432 (remove_files) COMPLETE |
5641 | 2024-12-20T21:57:10.656Z | [ recovery-image] Dec 20 21:57:09.754 INFO O| Dec 20 21:57:09.754 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-12-20T21:57:10.671Z | [ recovery-image] Dec 20 21:57:09.772 INFO O| Dec 20 21:57:09.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5643 | 2024-12-20T21:57:10.674Z | [ recovery-image] Dec 20 21:57:09.772 INFO O| Dec 20 21:57:09.772 INFO STEP 433 (remove_files) COMPLETE |
5644 | 2024-12-20T21:57:10.674Z | [ recovery-image] Dec 20 21:57:09.772 INFO O| Dec 20 21:57:09.772 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-12-20T21:57:10.689Z | [ recovery-image] Dec 20 21:57:09.789 INFO O| Dec 20 21:57:09.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5646 | 2024-12-20T21:57:10.691Z | [ recovery-image] Dec 20 21:57:09.790 INFO O| Dec 20 21:57:09.790 INFO STEP 434 (remove_files) COMPLETE |
5647 | 2024-12-20T21:57:10.691Z | [ recovery-image] Dec 20 21:57:09.790 INFO O| Dec 20 21:57:09.790 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-12-20T21:57:10.707Z | [ recovery-image] Dec 20 21:57:09.807 INFO O| Dec 20 21:57:09.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5649 | 2024-12-20T21:57:10.709Z | [ recovery-image] Dec 20 21:57:09.807 INFO O| Dec 20 21:57:09.807 INFO STEP 435 (remove_files) COMPLETE |
5650 | 2024-12-20T21:57:10.709Z | [ recovery-image] Dec 20 21:57:09.807 INFO O| Dec 20 21:57:09.807 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-12-20T21:57:10.742Z | [ recovery-image] Dec 20 21:57:09.842 INFO O| Dec 20 21:57:09.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5652 | 2024-12-20T21:57:10.742Z | [ recovery-image] Dec 20 21:57:09.842 INFO O| Dec 20 21:57:09.842 INFO STEP 436 (remove_files) COMPLETE |
5653 | 2024-12-20T21:57:10.742Z | [ recovery-image] Dec 20 21:57:09.842 INFO O| Dec 20 21:57:09.842 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-12-20T21:57:10.776Z | [ recovery-image] Dec 20 21:57:09.876 INFO O| Dec 20 21:57:09.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5655 | 2024-12-20T21:57:10.776Z | [ recovery-image] Dec 20 21:57:09.876 INFO O| Dec 20 21:57:09.876 INFO STEP 437 (remove_files) COMPLETE |
5656 | 2024-12-20T21:57:10.778Z | [ recovery-image] Dec 20 21:57:09.876 INFO O| Dec 20 21:57:09.876 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-12-20T21:57:10.851Z | [ recovery-image] Dec 20 21:57:09.951 INFO O| Dec 20 21:57:09.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5658 | 2024-12-20T21:57:10.851Z | [ recovery-image] Dec 20 21:57:09.951 INFO O| Dec 20 21:57:09.951 INFO STEP 438 (remove_files) COMPLETE |
5659 | 2024-12-20T21:57:10.851Z | [ recovery-image] Dec 20 21:57:09.951 INFO O| Dec 20 21:57:09.951 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-12-20T21:57:10.869Z | [ recovery-image] Dec 20 21:57:09.968 INFO O| Dec 20 21:57:09.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5661 | 2024-12-20T21:57:10.869Z | [ recovery-image] Dec 20 21:57:09.968 INFO O| Dec 20 21:57:09.968 INFO STEP 439 (remove_files) COMPLETE |
5662 | 2024-12-20T21:57:10.869Z | [ recovery-image] Dec 20 21:57:09.968 INFO O| Dec 20 21:57:09.968 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-12-20T21:57:10.886Z | [ recovery-image] Dec 20 21:57:09.986 INFO O| Dec 20 21:57:09.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5664 | 2024-12-20T21:57:10.886Z | [ recovery-image] Dec 20 21:57:09.986 INFO O| Dec 20 21:57:09.986 INFO STEP 440 (remove_files) COMPLETE |
5665 | 2024-12-20T21:57:10.886Z | [ recovery-image] Dec 20 21:57:09.986 INFO O| Dec 20 21:57:09.986 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-12-20T21:57:10.938Z | [ recovery-image] Dec 20 21:57:10.038 INFO O| Dec 20 21:57:10.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5667 | 2024-12-20T21:57:10.938Z | [ recovery-image] Dec 20 21:57:10.038 INFO O| Dec 20 21:57:10.038 INFO STEP 441 (remove_files) COMPLETE |
5668 | 2024-12-20T21:57:10.938Z | [ recovery-image] Dec 20 21:57:10.038 INFO O| Dec 20 21:57:10.038 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-12-20T21:57:11.013Z | [ recovery-image] Dec 20 21:57:10.113 INFO O| Dec 20 21:57:10.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5670 | 2024-12-20T21:57:11.013Z | [ recovery-image] Dec 20 21:57:10.113 INFO O| Dec 20 21:57:10.113 INFO STEP 442 (remove_files) COMPLETE |
5671 | 2024-12-20T21:57:11.016Z | [ recovery-image] Dec 20 21:57:10.113 INFO O| Dec 20 21:57:10.113 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-12-20T21:57:11.066Z | [ recovery-image] Dec 20 21:57:10.166 INFO O| Dec 20 21:57:10.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5673 | 2024-12-20T21:57:11.066Z | [ recovery-image] Dec 20 21:57:10.166 INFO O| Dec 20 21:57:10.166 INFO STEP 443 (remove_files) COMPLETE |
5674 | 2024-12-20T21:57:11.068Z | [ recovery-image] Dec 20 21:57:10.166 INFO O| Dec 20 21:57:10.166 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-12-20T21:57:11.084Z | [ recovery-image] Dec 20 21:57:10.184 INFO O| Dec 20 21:57:10.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5676 | 2024-12-20T21:57:11.084Z | [ recovery-image] Dec 20 21:57:10.184 INFO O| Dec 20 21:57:10.184 INFO STEP 444 (remove_files) COMPLETE |
5677 | 2024-12-20T21:57:11.087Z | [ recovery-image] Dec 20 21:57:10.184 INFO O| Dec 20 21:57:10.184 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-12-20T21:57:11.129Z | [ recovery-image] Dec 20 21:57:10.229 INFO O| Dec 20 21:57:10.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5679 | 2024-12-20T21:57:11.129Z | [ recovery-image] Dec 20 21:57:10.229 INFO O| Dec 20 21:57:10.229 INFO STEP 445 (remove_files) COMPLETE |
5680 | 2024-12-20T21:57:11.132Z | [ recovery-image] Dec 20 21:57:10.229 INFO O| Dec 20 21:57:10.229 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-12-20T21:57:11.148Z | [ recovery-image] Dec 20 21:57:10.248 INFO O| Dec 20 21:57:10.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5682 | 2024-12-20T21:57:11.148Z | [ recovery-image] Dec 20 21:57:10.248 INFO O| Dec 20 21:57:10.248 INFO STEP 446 (remove_files) COMPLETE |
5683 | 2024-12-20T21:57:11.150Z | [ recovery-image] Dec 20 21:57:10.248 INFO O| Dec 20 21:57:10.248 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-12-20T21:57:11.177Z | [ recovery-image] Dec 20 21:57:10.277 INFO O| Dec 20 21:57:10.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5685 | 2024-12-20T21:57:11.195Z | [ recovery-image] Dec 20 21:57:10.277 INFO O| Dec 20 21:57:10.277 INFO STEP 447 (remove_files) COMPLETE |
5686 | 2024-12-20T21:57:11.195Z | [ recovery-image] Dec 20 21:57:10.277 INFO O| Dec 20 21:57:10.277 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-12-20T21:57:11.218Z | [ recovery-image] Dec 20 21:57:10.316 INFO O| Dec 20 21:57:10.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5688 | 2024-12-20T21:57:11.222Z | [ recovery-image] Dec 20 21:57:10.316 INFO O| Dec 20 21:57:10.316 INFO STEP 448 (remove_files) COMPLETE |
5689 | 2024-12-20T21:57:11.222Z | [ recovery-image] Dec 20 21:57:10.316 INFO O| Dec 20 21:57:10.316 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-12-20T21:57:11.260Z | [ recovery-image] Dec 20 21:57:10.359 INFO O| Dec 20 21:57:10.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5691 | 2024-12-20T21:57:11.260Z | [ recovery-image] Dec 20 21:57:10.360 INFO O| Dec 20 21:57:10.360 INFO STEP 449 (remove_files) COMPLETE |
5692 | 2024-12-20T21:57:11.262Z | [ recovery-image] Dec 20 21:57:10.360 INFO O| Dec 20 21:57:10.360 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-12-20T21:57:11.277Z | [ recovery-image] Dec 20 21:57:10.377 INFO O| Dec 20 21:57:10.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5694 | 2024-12-20T21:57:11.277Z | [ recovery-image] Dec 20 21:57:10.377 INFO O| Dec 20 21:57:10.377 INFO STEP 450 (remove_files) COMPLETE |
5695 | 2024-12-20T21:57:11.277Z | [ recovery-image] Dec 20 21:57:10.377 INFO O| Dec 20 21:57:10.377 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-12-20T21:57:11.295Z | [ recovery-image] Dec 20 21:57:10.395 INFO O| Dec 20 21:57:10.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5697 | 2024-12-20T21:57:11.295Z | [ recovery-image] Dec 20 21:57:10.395 INFO O| Dec 20 21:57:10.395 INFO STEP 451 (remove_files) COMPLETE |
5698 | 2024-12-20T21:57:11.298Z | [ recovery-image] Dec 20 21:57:10.396 INFO O| Dec 20 21:57:10.395 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-12-20T21:57:11.345Z | [ recovery-image] Dec 20 21:57:10.445 INFO O| Dec 20 21:57:10.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5700 | 2024-12-20T21:57:11.347Z | [ recovery-image] Dec 20 21:57:10.445 INFO O| Dec 20 21:57:10.445 INFO STEP 452 (remove_files) COMPLETE |
5701 | 2024-12-20T21:57:11.347Z | [ recovery-image] Dec 20 21:57:10.445 INFO O| Dec 20 21:57:10.445 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-12-20T21:57:11.365Z | [ recovery-image] Dec 20 21:57:10.465 INFO O| Dec 20 21:57:10.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5703 | 2024-12-20T21:57:11.368Z | [ recovery-image] Dec 20 21:57:10.465 INFO O| Dec 20 21:57:10.465 INFO STEP 453 (remove_files) COMPLETE |
5704 | 2024-12-20T21:57:11.368Z | [ recovery-image] Dec 20 21:57:10.465 INFO O| Dec 20 21:57:10.465 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-12-20T21:57:11.383Z | [ recovery-image] Dec 20 21:57:10.484 INFO O| Dec 20 21:57:10.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5706 | 2024-12-20T21:57:11.386Z | [ recovery-image] Dec 20 21:57:10.484 INFO O| Dec 20 21:57:10.484 INFO STEP 454 (remove_files) COMPLETE |
5707 | 2024-12-20T21:57:11.386Z | [ recovery-image] Dec 20 21:57:10.484 INFO O| Dec 20 21:57:10.484 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-12-20T21:57:11.402Z | [ recovery-image] Dec 20 21:57:10.502 INFO O| Dec 20 21:57:10.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5709 | 2024-12-20T21:57:11.404Z | [ recovery-image] Dec 20 21:57:10.502 INFO O| Dec 20 21:57:10.502 INFO STEP 455 (remove_files) COMPLETE |
5710 | 2024-12-20T21:57:11.404Z | [ recovery-image] Dec 20 21:57:10.502 INFO O| Dec 20 21:57:10.502 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-12-20T21:57:11.422Z | [ recovery-image] Dec 20 21:57:10.522 INFO O| Dec 20 21:57:10.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5712 | 2024-12-20T21:57:11.422Z | [ recovery-image] Dec 20 21:57:10.522 INFO O| Dec 20 21:57:10.522 INFO STEP 456 (remove_files) COMPLETE |
5713 | 2024-12-20T21:57:11.422Z | [ recovery-image] Dec 20 21:57:10.522 INFO O| Dec 20 21:57:10.522 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-12-20T21:57:11.507Z | [ recovery-image] Dec 20 21:57:10.607 INFO O| Dec 20 21:57:10.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5715 | 2024-12-20T21:57:11.507Z | [ recovery-image] Dec 20 21:57:10.607 INFO O| Dec 20 21:57:10.607 INFO STEP 457 (remove_files) COMPLETE |
5716 | 2024-12-20T21:57:11.507Z | [ recovery-image] Dec 20 21:57:10.607 INFO O| Dec 20 21:57:10.607 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-12-20T21:57:11.552Z | [ recovery-image] Dec 20 21:57:10.652 INFO O| Dec 20 21:57:10.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5718 | 2024-12-20T21:57:11.555Z | [ recovery-image] Dec 20 21:57:10.653 INFO O| Dec 20 21:57:10.653 INFO STEP 458 (remove_files) COMPLETE |
5719 | 2024-12-20T21:57:11.555Z | [ recovery-image] Dec 20 21:57:10.653 INFO O| Dec 20 21:57:10.653 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-12-20T21:57:11.580Z | [ recovery-image] Dec 20 21:57:10.680 INFO O| Dec 20 21:57:10.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5721 | 2024-12-20T21:57:11.580Z | [ recovery-image] Dec 20 21:57:10.680 INFO O| Dec 20 21:57:10.680 INFO STEP 459 (remove_files) COMPLETE |
5722 | 2024-12-20T21:57:11.580Z | [ recovery-image] Dec 20 21:57:10.680 INFO O| Dec 20 21:57:10.680 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-12-20T21:57:11.609Z | [ recovery-image] Dec 20 21:57:10.709 INFO O| Dec 20 21:57:10.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5724 | 2024-12-20T21:57:11.611Z | [ recovery-image] Dec 20 21:57:10.710 INFO O| Dec 20 21:57:10.709 INFO STEP 460 (remove_files) COMPLETE |
5725 | 2024-12-20T21:57:11.611Z | [ recovery-image] Dec 20 21:57:10.710 INFO O| Dec 20 21:57:10.710 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-12-20T21:57:11.632Z | [ recovery-image] Dec 20 21:57:10.733 INFO O| Dec 20 21:57:10.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5727 | 2024-12-20T21:57:11.635Z | [ recovery-image] Dec 20 21:57:10.733 INFO O| Dec 20 21:57:10.733 INFO STEP 461 (remove_files) COMPLETE |
5728 | 2024-12-20T21:57:11.635Z | [ recovery-image] Dec 20 21:57:10.733 INFO O| Dec 20 21:57:10.733 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-12-20T21:57:11.651Z | [ recovery-image] Dec 20 21:57:10.751 INFO O| Dec 20 21:57:10.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5730 | 2024-12-20T21:57:11.654Z | [ recovery-image] Dec 20 21:57:10.752 INFO O| Dec 20 21:57:10.752 INFO STEP 462 (remove_files) COMPLETE |
5731 | 2024-12-20T21:57:11.654Z | [ recovery-image] Dec 20 21:57:10.752 INFO O| Dec 20 21:57:10.752 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-12-20T21:57:11.669Z | [ recovery-image] Dec 20 21:57:10.769 INFO O| Dec 20 21:57:10.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5733 | 2024-12-20T21:57:11.672Z | [ recovery-image] Dec 20 21:57:10.769 INFO O| Dec 20 21:57:10.769 INFO STEP 463 (remove_files) COMPLETE |
5734 | 2024-12-20T21:57:11.672Z | [ recovery-image] Dec 20 21:57:10.770 INFO O| Dec 20 21:57:10.770 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-12-20T21:57:11.687Z | [ recovery-image] Dec 20 21:57:10.787 INFO O| Dec 20 21:57:10.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5736 | 2024-12-20T21:57:11.690Z | [ recovery-image] Dec 20 21:57:10.788 INFO O| Dec 20 21:57:10.788 INFO STEP 464 (remove_files) COMPLETE |
5737 | 2024-12-20T21:57:11.690Z | [ recovery-image] Dec 20 21:57:10.788 INFO O| Dec 20 21:57:10.788 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-12-20T21:57:11.705Z | [ recovery-image] Dec 20 21:57:10.805 INFO O| Dec 20 21:57:10.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5739 | 2024-12-20T21:57:11.708Z | [ recovery-image] Dec 20 21:57:10.805 INFO O| Dec 20 21:57:10.805 INFO STEP 465 (remove_files) COMPLETE |
5740 | 2024-12-20T21:57:11.708Z | [ recovery-image] Dec 20 21:57:10.805 INFO O| Dec 20 21:57:10.805 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-12-20T21:57:11.740Z | [ recovery-image] Dec 20 21:57:10.840 INFO O| Dec 20 21:57:10.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5742 | 2024-12-20T21:57:11.743Z | [ recovery-image] Dec 20 21:57:10.841 INFO O| Dec 20 21:57:10.840 INFO STEP 466 (remove_files) COMPLETE |
5743 | 2024-12-20T21:57:11.743Z | [ recovery-image] Dec 20 21:57:10.841 INFO O| Dec 20 21:57:10.841 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-12-20T21:57:11.759Z | [ recovery-image] Dec 20 21:57:10.859 INFO O| Dec 20 21:57:10.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5745 | 2024-12-20T21:57:11.761Z | [ recovery-image] Dec 20 21:57:10.859 INFO O| Dec 20 21:57:10.859 INFO STEP 467 (remove_files) COMPLETE |
5746 | 2024-12-20T21:57:11.761Z | [ recovery-image] Dec 20 21:57:10.859 INFO O| Dec 20 21:57:10.859 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-12-20T21:57:11.777Z | [ recovery-image] Dec 20 21:57:10.877 INFO O| Dec 20 21:57:10.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5748 | 2024-12-20T21:57:11.780Z | [ recovery-image] Dec 20 21:57:10.877 INFO O| Dec 20 21:57:10.877 INFO STEP 468 (remove_files) COMPLETE |
5749 | 2024-12-20T21:57:11.780Z | [ recovery-image] Dec 20 21:57:10.877 INFO O| Dec 20 21:57:10.877 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-12-20T21:57:11.797Z | [ recovery-image] Dec 20 21:57:10.898 INFO O| Dec 20 21:57:10.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5751 | 2024-12-20T21:57:11.797Z | [ recovery-image] Dec 20 21:57:10.898 INFO O| Dec 20 21:57:10.898 INFO STEP 469 (remove_files) COMPLETE |
5752 | 2024-12-20T21:57:11.797Z | [ recovery-image] Dec 20 21:57:10.898 INFO O| Dec 20 21:57:10.898 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-20T21:57:11.870Z | [ recovery-image] Dec 20 21:57:10.970 INFO O| Dec 20 21:57:10.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5754 | 2024-12-20T21:57:11.870Z | [ recovery-image] Dec 20 21:57:10.970 INFO O| Dec 20 21:57:10.970 INFO STEP 470 (remove_files) COMPLETE |
5755 | 2024-12-20T21:57:11.870Z | [ recovery-image] Dec 20 21:57:10.970 INFO O| Dec 20 21:57:10.970 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-20T21:57:11.909Z | [ recovery-image] Dec 20 21:57:11.008 INFO O| Dec 20 21:57:11.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5757 | 2024-12-20T21:57:11.909Z | [ recovery-image] Dec 20 21:57:11.008 INFO O| Dec 20 21:57:11.008 INFO STEP 471 (remove_files) COMPLETE |
5758 | 2024-12-20T21:57:11.909Z | [ recovery-image] Dec 20 21:57:11.008 INFO O| Dec 20 21:57:11.008 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-20T21:57:11.946Z | [ recovery-image] Dec 20 21:57:11.045 INFO O| Dec 20 21:57:11.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5760 | 2024-12-20T21:57:11.946Z | [ recovery-image] Dec 20 21:57:11.045 INFO O| Dec 20 21:57:11.045 INFO STEP 472 (remove_files) COMPLETE |
5761 | 2024-12-20T21:57:11.946Z | [ recovery-image] Dec 20 21:57:11.045 INFO O| Dec 20 21:57:11.045 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-20T21:57:11.991Z | [ recovery-image] Dec 20 21:57:11.091 INFO O| Dec 20 21:57:11.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5763 | 2024-12-20T21:57:11.991Z | [ recovery-image] Dec 20 21:57:11.091 INFO O| Dec 20 21:57:11.091 INFO STEP 473 (remove_files) COMPLETE |
5764 | 2024-12-20T21:57:11.991Z | [ recovery-image] Dec 20 21:57:11.091 INFO O| Dec 20 21:57:11.091 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-20T21:57:12.122Z | [ recovery-image] Dec 20 21:57:11.222 INFO O| Dec 20 21:57:11.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5766 | 2024-12-20T21:57:12.122Z | [ recovery-image] Dec 20 21:57:11.222 INFO O| Dec 20 21:57:11.222 INFO STEP 474 (remove_files) COMPLETE |
5767 | 2024-12-20T21:57:12.124Z | [ recovery-image] Dec 20 21:57:11.222 INFO O| Dec 20 21:57:11.222 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-20T21:57:12.141Z | [ recovery-image] Dec 20 21:57:11.241 INFO O| Dec 20 21:57:11.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5769 | 2024-12-20T21:57:12.171Z | [ recovery-image] Dec 20 21:57:11.271 INFO O| Dec 20 21:57:11.271 INFO STEP 475 (remove_files) COMPLETE |
5770 | 2024-12-20T21:57:12.171Z | [ recovery-image] Dec 20 21:57:11.271 INFO O| Dec 20 21:57:11.271 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-20T21:57:12.194Z | [ recovery-image] Dec 20 21:57:11.294 INFO O| Dec 20 21:57:11.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5772 | 2024-12-20T21:57:12.196Z | [ recovery-image] Dec 20 21:57:11.294 INFO O| Dec 20 21:57:11.294 INFO STEP 476 (remove_files) COMPLETE |
5773 | 2024-12-20T21:57:12.197Z | [ recovery-image] Dec 20 21:57:11.295 INFO O| Dec 20 21:57:11.295 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-20T21:57:12.236Z | [ recovery-image] Dec 20 21:57:11.336 INFO O| Dec 20 21:57:11.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5775 | 2024-12-20T21:57:12.240Z | [ recovery-image] Dec 20 21:57:11.336 INFO O| Dec 20 21:57:11.336 INFO STEP 477 (remove_files) COMPLETE |
5776 | 2024-12-20T21:57:12.240Z | [ recovery-image] Dec 20 21:57:11.336 INFO O| Dec 20 21:57:11.336 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-20T21:57:12.259Z | [ recovery-image] Dec 20 21:57:11.357 INFO O| Dec 20 21:57:11.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5778 | 2024-12-20T21:57:12.259Z | [ recovery-image] Dec 20 21:57:11.357 INFO O| Dec 20 21:57:11.357 INFO STEP 478 (remove_files) COMPLETE |
5779 | 2024-12-20T21:57:12.259Z | [ recovery-image] Dec 20 21:57:11.358 INFO O| Dec 20 21:57:11.357 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-20T21:57:12.311Z | [ recovery-image] Dec 20 21:57:11.411 INFO O| Dec 20 21:57:11.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5781 | 2024-12-20T21:57:12.311Z | [ recovery-image] Dec 20 21:57:11.411 INFO O| Dec 20 21:57:11.411 INFO STEP 479 (remove_files) COMPLETE |
5782 | 2024-12-20T21:57:12.311Z | [ recovery-image] Dec 20 21:57:11.411 INFO O| Dec 20 21:57:11.411 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-20T21:57:12.354Z | [ recovery-image] Dec 20 21:57:11.454 INFO O| Dec 20 21:57:11.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5784 | 2024-12-20T21:57:12.354Z | [ recovery-image] Dec 20 21:57:11.455 INFO O| Dec 20 21:57:11.455 INFO STEP 480 (remove_files) COMPLETE |
5785 | 2024-12-20T21:57:12.357Z | [ recovery-image] Dec 20 21:57:11.455 INFO O| Dec 20 21:57:11.455 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-20T21:57:12.373Z | [ recovery-image] Dec 20 21:57:11.473 INFO O| Dec 20 21:57:11.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5787 | 2024-12-20T21:57:12.373Z | [ recovery-image] Dec 20 21:57:11.473 INFO O| Dec 20 21:57:11.473 INFO STEP 481 (remove_files) COMPLETE |
5788 | 2024-12-20T21:57:12.373Z | [ recovery-image] Dec 20 21:57:11.473 INFO O| Dec 20 21:57:11.473 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-20T21:57:12.418Z | [ recovery-image] Dec 20 21:57:11.517 INFO O| Dec 20 21:57:11.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5790 | 2024-12-20T21:57:12.418Z | [ recovery-image] Dec 20 21:57:11.517 INFO O| Dec 20 21:57:11.517 INFO STEP 482 (remove_files) COMPLETE |
5791 | 2024-12-20T21:57:12.418Z | [ recovery-image] Dec 20 21:57:11.517 INFO O| Dec 20 21:57:11.517 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-20T21:57:12.436Z | [ recovery-image] Dec 20 21:57:11.536 INFO O| Dec 20 21:57:11.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5793 | 2024-12-20T21:57:12.438Z | [ recovery-image] Dec 20 21:57:11.536 INFO O| Dec 20 21:57:11.536 INFO STEP 483 (remove_files) COMPLETE |
5794 | 2024-12-20T21:57:12.438Z | [ recovery-image] Dec 20 21:57:11.537 INFO O| Dec 20 21:57:11.536 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-20T21:57:12.481Z | [ recovery-image] Dec 20 21:57:11.581 INFO O| Dec 20 21:57:11.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5796 | 2024-12-20T21:57:12.483Z | [ recovery-image] Dec 20 21:57:11.581 INFO O| Dec 20 21:57:11.581 INFO STEP 484 (remove_files) COMPLETE |
5797 | 2024-12-20T21:57:12.483Z | [ recovery-image] Dec 20 21:57:11.581 INFO O| Dec 20 21:57:11.581 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-20T21:57:12.500Z | [ recovery-image] Dec 20 21:57:11.600 INFO O| Dec 20 21:57:11.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5799 | 2024-12-20T21:57:12.503Z | [ recovery-image] Dec 20 21:57:11.600 INFO O| Dec 20 21:57:11.600 INFO STEP 485 (remove_files) COMPLETE |
5800 | 2024-12-20T21:57:12.503Z | [ recovery-image] Dec 20 21:57:11.601 INFO O| Dec 20 21:57:11.600 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-20T21:57:12.538Z | [ recovery-image] Dec 20 21:57:11.638 INFO O| Dec 20 21:57:11.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5802 | 2024-12-20T21:57:12.538Z | [ recovery-image] Dec 20 21:57:11.638 INFO O| Dec 20 21:57:11.638 INFO STEP 486 (remove_files) COMPLETE |
5803 | 2024-12-20T21:57:12.538Z | [ recovery-image] Dec 20 21:57:11.638 INFO O| Dec 20 21:57:11.638 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-20T21:57:12.569Z | [ recovery-image] Dec 20 21:57:11.669 INFO O| Dec 20 21:57:11.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5805 | 2024-12-20T21:57:12.569Z | [ recovery-image] Dec 20 21:57:11.669 INFO O| Dec 20 21:57:11.669 INFO STEP 487 (remove_files) COMPLETE |
5806 | 2024-12-20T21:57:12.571Z | [ recovery-image] Dec 20 21:57:11.669 INFO O| Dec 20 21:57:11.669 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-20T21:57:12.611Z | [ recovery-image] Dec 20 21:57:11.711 INFO O| Dec 20 21:57:11.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5808 | 2024-12-20T21:57:12.611Z | [ recovery-image] Dec 20 21:57:11.711 INFO O| Dec 20 21:57:11.711 INFO STEP 488 (remove_files) COMPLETE |
5809 | 2024-12-20T21:57:12.611Z | [ recovery-image] Dec 20 21:57:11.711 INFO O| Dec 20 21:57:11.711 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-20T21:57:12.709Z | [ recovery-image] Dec 20 21:57:11.809 INFO O| Dec 20 21:57:11.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5811 | 2024-12-20T21:57:12.709Z | [ recovery-image] Dec 20 21:57:11.809 INFO O| Dec 20 21:57:11.809 INFO STEP 489 (remove_files) COMPLETE |
5812 | 2024-12-20T21:57:12.711Z | [ recovery-image] Dec 20 21:57:11.809 INFO O| Dec 20 21:57:11.809 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-20T21:57:12.759Z | [ recovery-image] Dec 20 21:57:11.859 INFO O| Dec 20 21:57:11.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5814 | 2024-12-20T21:57:12.759Z | [ recovery-image] Dec 20 21:57:11.859 INFO O| Dec 20 21:57:11.859 INFO STEP 490 (remove_files) COMPLETE |
5815 | 2024-12-20T21:57:12.762Z | [ recovery-image] Dec 20 21:57:11.859 INFO O| Dec 20 21:57:11.859 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-20T21:57:12.800Z | [ recovery-image] Dec 20 21:57:11.900 INFO O| Dec 20 21:57:11.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5817 | 2024-12-20T21:57:12.800Z | [ recovery-image] Dec 20 21:57:11.900 INFO O| Dec 20 21:57:11.900 INFO STEP 491 (remove_files) COMPLETE |
5818 | 2024-12-20T21:57:12.800Z | [ recovery-image] Dec 20 21:57:11.900 INFO O| Dec 20 21:57:11.900 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-20T21:57:12.819Z | [ recovery-image] Dec 20 21:57:11.918 INFO O| Dec 20 21:57:11.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5820 | 2024-12-20T21:57:12.819Z | [ recovery-image] Dec 20 21:57:11.918 INFO O| Dec 20 21:57:11.918 INFO STEP 492 (remove_files) COMPLETE |
5821 | 2024-12-20T21:57:12.819Z | [ recovery-image] Dec 20 21:57:11.918 INFO O| Dec 20 21:57:11.918 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-20T21:57:12.865Z | [ recovery-image] Dec 20 21:57:11.965 INFO O| Dec 20 21:57:11.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5823 | 2024-12-20T21:57:12.865Z | [ recovery-image] Dec 20 21:57:11.965 INFO O| Dec 20 21:57:11.965 INFO STEP 493 (remove_files) COMPLETE |
5824 | 2024-12-20T21:57:12.865Z | [ recovery-image] Dec 20 21:57:11.965 INFO O| Dec 20 21:57:11.965 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-20T21:57:12.885Z | [ recovery-image] Dec 20 21:57:11.985 INFO O| Dec 20 21:57:11.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5826 | 2024-12-20T21:57:12.885Z | [ recovery-image] Dec 20 21:57:11.985 INFO O| Dec 20 21:57:11.985 INFO STEP 494 (remove_files) COMPLETE |
5827 | 2024-12-20T21:57:12.888Z | [ recovery-image] Dec 20 21:57:11.985 INFO O| Dec 20 21:57:11.985 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-20T21:57:12.935Z | [ recovery-image] Dec 20 21:57:12.035 INFO O| Dec 20 21:57:12.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5829 | 2024-12-20T21:57:12.935Z | [ recovery-image] Dec 20 21:57:12.035 INFO O| Dec 20 21:57:12.035 INFO STEP 495 (remove_files) COMPLETE |
5830 | 2024-12-20T21:57:12.935Z | [ recovery-image] Dec 20 21:57:12.035 INFO O| Dec 20 21:57:12.035 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-20T21:57:12.981Z | [ recovery-image] Dec 20 21:57:12.081 INFO O| Dec 20 21:57:12.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5832 | 2024-12-20T21:57:12.981Z | [ recovery-image] Dec 20 21:57:12.081 INFO O| Dec 20 21:57:12.081 INFO STEP 496 (remove_files) COMPLETE |
5833 | 2024-12-20T21:57:12.981Z | [ recovery-image] Dec 20 21:57:12.081 INFO O| Dec 20 21:57:12.081 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-20T21:57:13.028Z | [ recovery-image] Dec 20 21:57:12.128 INFO O| Dec 20 21:57:12.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5835 | 2024-12-20T21:57:13.031Z | [ recovery-image] Dec 20 21:57:12.128 INFO O| Dec 20 21:57:12.128 INFO STEP 497 (remove_files) COMPLETE |
5836 | 2024-12-20T21:57:13.031Z | [ recovery-image] Dec 20 21:57:12.128 INFO O| Dec 20 21:57:12.128 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-20T21:57:13.053Z | [ recovery-image] Dec 20 21:57:12.153 INFO O| Dec 20 21:57:12.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5838 | 2024-12-20T21:57:13.053Z | [ recovery-image] Dec 20 21:57:12.153 INFO O| Dec 20 21:57:12.153 INFO STEP 498 (remove_files) COMPLETE |
5839 | 2024-12-20T21:57:13.053Z | [ recovery-image] Dec 20 21:57:12.153 INFO O| Dec 20 21:57:12.153 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-20T21:57:13.074Z | [ recovery-image] Dec 20 21:57:12.174 INFO O| Dec 20 21:57:12.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5841 | 2024-12-20T21:57:13.074Z | [ recovery-image] Dec 20 21:57:12.174 INFO O| Dec 20 21:57:12.174 INFO STEP 499 (remove_files) COMPLETE |
5842 | 2024-12-20T21:57:13.076Z | [ recovery-image] Dec 20 21:57:12.174 INFO O| Dec 20 21:57:12.174 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-20T21:57:13.093Z | [ recovery-image] Dec 20 21:57:12.193 INFO O| Dec 20 21:57:12.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5844 | 2024-12-20T21:57:13.093Z | [ recovery-image] Dec 20 21:57:12.193 INFO O| Dec 20 21:57:12.193 INFO STEP 500 (remove_files) COMPLETE |
5845 | 2024-12-20T21:57:13.093Z | [ recovery-image] Dec 20 21:57:12.193 INFO O| Dec 20 21:57:12.193 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-20T21:57:13.149Z | [ recovery-image] Dec 20 21:57:12.249 INFO O| Dec 20 21:57:12.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5847 | 2024-12-20T21:57:13.151Z | [ recovery-image] Dec 20 21:57:12.249 INFO O| Dec 20 21:57:12.249 INFO STEP 501 (remove_files) COMPLETE |
5848 | 2024-12-20T21:57:13.151Z | [ recovery-image] Dec 20 21:57:12.249 INFO O| Dec 20 21:57:12.249 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-20T21:57:13.229Z | [ recovery-image] Dec 20 21:57:12.329 INFO O| Dec 20 21:57:12.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5850 | 2024-12-20T21:57:13.229Z | [ recovery-image] Dec 20 21:57:12.329 INFO O| Dec 20 21:57:12.329 INFO STEP 502 (remove_files) COMPLETE |
5851 | 2024-12-20T21:57:13.229Z | [ recovery-image] Dec 20 21:57:12.329 INFO O| Dec 20 21:57:12.329 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-20T21:57:13.250Z | [ recovery-image] Dec 20 21:57:12.350 INFO O| Dec 20 21:57:12.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5853 | 2024-12-20T21:57:13.250Z | [ recovery-image] Dec 20 21:57:12.350 INFO O| Dec 20 21:57:12.350 INFO STEP 503 (remove_files) COMPLETE |
5854 | 2024-12-20T21:57:13.250Z | [ recovery-image] Dec 20 21:57:12.350 INFO O| Dec 20 21:57:12.350 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-20T21:57:13.270Z | [ recovery-image] Dec 20 21:57:12.370 INFO O| Dec 20 21:57:12.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5856 | 2024-12-20T21:57:13.270Z | [ recovery-image] Dec 20 21:57:12.370 INFO O| Dec 20 21:57:12.370 INFO STEP 504 (remove_files) COMPLETE |
5857 | 2024-12-20T21:57:13.273Z | [ recovery-image] Dec 20 21:57:12.370 INFO O| Dec 20 21:57:12.370 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-20T21:57:13.291Z | [ recovery-image] Dec 20 21:57:12.391 INFO O| Dec 20 21:57:12.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5859 | 2024-12-20T21:57:13.291Z | [ recovery-image] Dec 20 21:57:12.391 INFO O| Dec 20 21:57:12.391 INFO STEP 505 (remove_files) COMPLETE |
5860 | 2024-12-20T21:57:13.293Z | [ recovery-image] Dec 20 21:57:12.391 INFO O| Dec 20 21:57:12.391 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-20T21:57:13.311Z | [ recovery-image] Dec 20 21:57:12.411 INFO O| Dec 20 21:57:12.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5862 | 2024-12-20T21:57:13.311Z | [ recovery-image] Dec 20 21:57:12.411 INFO O| Dec 20 21:57:12.411 INFO STEP 506 (remove_files) COMPLETE |
5863 | 2024-12-20T21:57:13.311Z | [ recovery-image] Dec 20 21:57:12.411 INFO O| Dec 20 21:57:12.411 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-12-20T21:57:13.329Z | [ recovery-image] Dec 20 21:57:12.429 INFO O| Dec 20 21:57:12.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5865 | 2024-12-20T21:57:13.329Z | [ recovery-image] Dec 20 21:57:12.429 INFO O| Dec 20 21:57:12.429 INFO STEP 507 (remove_files) COMPLETE |
5866 | 2024-12-20T21:57:13.329Z | [ recovery-image] Dec 20 21:57:12.429 INFO O| Dec 20 21:57:12.429 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-12-20T21:57:13.417Z | [ recovery-image] Dec 20 21:57:12.517 INFO O| Dec 20 21:57:12.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5868 | 2024-12-20T21:57:13.417Z | [ recovery-image] Dec 20 21:57:12.517 INFO O| Dec 20 21:57:12.517 INFO STEP 508 (remove_files) COMPLETE |
5869 | 2024-12-20T21:57:13.419Z | [ recovery-image] Dec 20 21:57:12.517 INFO O| Dec 20 21:57:12.517 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-12-20T21:57:13.478Z | [ recovery-image] Dec 20 21:57:12.577 INFO O| Dec 20 21:57:12.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5871 | 2024-12-20T21:57:13.478Z | [ recovery-image] Dec 20 21:57:12.577 INFO O| Dec 20 21:57:12.577 INFO STEP 509 (remove_files) COMPLETE |
5872 | 2024-12-20T21:57:13.478Z | [ recovery-image] Dec 20 21:57:12.577 INFO O| Dec 20 21:57:12.577 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-12-20T21:57:13.546Z | [ recovery-image] Dec 20 21:57:12.644 INFO O| Dec 20 21:57:12.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5874 | 2024-12-20T21:57:13.546Z | [ recovery-image] Dec 20 21:57:12.645 INFO O| Dec 20 21:57:12.645 INFO STEP 510 (remove_files) COMPLETE |
5875 | 2024-12-20T21:57:13.546Z | [ recovery-image] Dec 20 21:57:12.645 INFO O| Dec 20 21:57:12.645 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-12-20T21:57:13.565Z | [ recovery-image] Dec 20 21:57:12.665 INFO O| Dec 20 21:57:12.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5877 | 2024-12-20T21:57:13.565Z | [ recovery-image] Dec 20 21:57:12.665 INFO O| Dec 20 21:57:12.665 INFO STEP 511 (remove_files) COMPLETE |
5878 | 2024-12-20T21:57:13.565Z | [ recovery-image] Dec 20 21:57:12.665 INFO O| Dec 20 21:57:12.665 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-12-20T21:57:13.589Z | [ recovery-image] Dec 20 21:57:12.689 INFO O| Dec 20 21:57:12.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5880 | 2024-12-20T21:57:13.590Z | [ recovery-image] Dec 20 21:57:12.689 INFO O| Dec 20 21:57:12.689 INFO STEP 512 (remove_files) COMPLETE |
5881 | 2024-12-20T21:57:13.592Z | [ recovery-image] Dec 20 21:57:12.689 INFO O| Dec 20 21:57:12.689 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-12-20T21:57:13.611Z | [ recovery-image] Dec 20 21:57:12.711 INFO O| Dec 20 21:57:12.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5883 | 2024-12-20T21:57:13.614Z | [ recovery-image] Dec 20 21:57:12.711 INFO O| Dec 20 21:57:12.711 INFO STEP 513 (remove_files) COMPLETE |
5884 | 2024-12-20T21:57:13.614Z | [ recovery-image] Dec 20 21:57:12.712 INFO O| Dec 20 21:57:12.711 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-12-20T21:57:13.690Z | [ recovery-image] Dec 20 21:57:12.790 INFO O| Dec 20 21:57:12.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5886 | 2024-12-20T21:57:13.690Z | [ recovery-image] Dec 20 21:57:12.790 INFO O| Dec 20 21:57:12.790 INFO STEP 514 (remove_files) COMPLETE |
5887 | 2024-12-20T21:57:13.690Z | [ recovery-image] Dec 20 21:57:12.790 INFO O| Dec 20 21:57:12.790 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-12-20T21:57:13.757Z | [ recovery-image] Dec 20 21:57:12.857 INFO O| Dec 20 21:57:12.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5889 | 2024-12-20T21:57:13.757Z | [ recovery-image] Dec 20 21:57:12.857 INFO O| Dec 20 21:57:12.857 INFO STEP 515 (remove_files) COMPLETE |
5890 | 2024-12-20T21:57:13.759Z | [ recovery-image] Dec 20 21:57:12.857 INFO O| Dec 20 21:57:12.857 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-12-20T21:57:13.838Z | [ recovery-image] Dec 20 21:57:12.938 INFO O| Dec 20 21:57:12.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5892 | 2024-12-20T21:57:13.840Z | [ recovery-image] Dec 20 21:57:12.938 INFO O| Dec 20 21:57:12.938 INFO STEP 516 (remove_files) COMPLETE |
5893 | 2024-12-20T21:57:13.840Z | [ recovery-image] Dec 20 21:57:12.938 INFO O| Dec 20 21:57:12.938 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-12-20T21:57:13.892Z | [ recovery-image] Dec 20 21:57:12.992 INFO O| Dec 20 21:57:12.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5895 | 2024-12-20T21:57:13.892Z | [ recovery-image] Dec 20 21:57:12.992 INFO O| Dec 20 21:57:12.992 INFO STEP 517 (remove_files) COMPLETE |
5896 | 2024-12-20T21:57:13.895Z | [ recovery-image] Dec 20 21:57:12.992 INFO O| Dec 20 21:57:12.992 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-12-20T21:57:13.931Z | [ recovery-image] Dec 20 21:57:13.031 INFO O| Dec 20 21:57:13.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5898 | 2024-12-20T21:57:13.931Z | [ recovery-image] Dec 20 21:57:13.031 INFO O| Dec 20 21:57:13.031 INFO STEP 518 (remove_files) COMPLETE |
5899 | 2024-12-20T21:57:13.931Z | [ recovery-image] Dec 20 21:57:13.032 INFO O| Dec 20 21:57:13.031 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-12-20T21:57:13.955Z | [ recovery-image] Dec 20 21:57:13.055 INFO O| Dec 20 21:57:13.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5901 | 2024-12-20T21:57:13.955Z | [ recovery-image] Dec 20 21:57:13.055 INFO O| Dec 20 21:57:13.055 INFO STEP 519 (remove_files) COMPLETE |
5902 | 2024-12-20T21:57:13.958Z | [ recovery-image] Dec 20 21:57:13.055 INFO O| Dec 20 21:57:13.055 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-12-20T21:57:13.979Z | [ recovery-image] Dec 20 21:57:13.079 INFO O| Dec 20 21:57:13.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5904 | 2024-12-20T21:57:13.979Z | [ recovery-image] Dec 20 21:57:13.079 INFO O| Dec 20 21:57:13.079 INFO STEP 520 (remove_files) COMPLETE |
5905 | 2024-12-20T21:57:13.979Z | [ recovery-image] Dec 20 21:57:13.079 INFO O| Dec 20 21:57:13.079 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-12-20T21:57:14.003Z | [ recovery-image] Dec 20 21:57:13.103 INFO O| Dec 20 21:57:13.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5907 | 2024-12-20T21:57:14.006Z | [ recovery-image] Dec 20 21:57:13.104 INFO O| Dec 20 21:57:13.104 INFO STEP 521 (remove_files) COMPLETE |
5908 | 2024-12-20T21:57:14.006Z | [ recovery-image] Dec 20 21:57:13.104 INFO O| Dec 20 21:57:13.104 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-12-20T21:57:14.046Z | [ recovery-image] Dec 20 21:57:13.146 INFO O| Dec 20 21:57:13.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5910 | 2024-12-20T21:57:14.046Z | [ recovery-image] Dec 20 21:57:13.146 INFO O| Dec 20 21:57:13.146 INFO STEP 522 (remove_files) COMPLETE |
5911 | 2024-12-20T21:57:14.046Z | [ recovery-image] Dec 20 21:57:13.146 INFO O| Dec 20 21:57:13.146 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-12-20T21:57:14.067Z | [ recovery-image] Dec 20 21:57:13.167 INFO O| Dec 20 21:57:13.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5913 | 2024-12-20T21:57:14.067Z | [ recovery-image] Dec 20 21:57:13.167 INFO O| Dec 20 21:57:13.167 INFO STEP 523 (remove_files) COMPLETE |
5914 | 2024-12-20T21:57:14.067Z | [ recovery-image] Dec 20 21:57:13.167 INFO O| Dec 20 21:57:13.167 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-12-20T21:57:14.090Z | [ recovery-image] Dec 20 21:57:13.189 INFO O| Dec 20 21:57:13.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5916 | 2024-12-20T21:57:14.090Z | [ recovery-image] Dec 20 21:57:13.189 INFO O| Dec 20 21:57:13.189 INFO STEP 524 (remove_files) COMPLETE |
5917 | 2024-12-20T21:57:14.090Z | [ recovery-image] Dec 20 21:57:13.189 INFO O| Dec 20 21:57:13.189 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-12-20T21:57:14.152Z | [ recovery-image] Dec 20 21:57:13.252 INFO O| Dec 20 21:57:13.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5919 | 2024-12-20T21:57:14.152Z | [ recovery-image] Dec 20 21:57:13.252 INFO O| Dec 20 21:57:13.252 INFO STEP 525 (remove_files) COMPLETE |
5920 | 2024-12-20T21:57:14.152Z | [ recovery-image] Dec 20 21:57:13.252 INFO O| Dec 20 21:57:13.252 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-12-20T21:57:14.173Z | [ recovery-image] Dec 20 21:57:13.273 INFO O| Dec 20 21:57:13.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5922 | 2024-12-20T21:57:14.176Z | [ recovery-image] Dec 20 21:57:13.273 INFO O| Dec 20 21:57:13.273 INFO STEP 526 (remove_files) COMPLETE |
5923 | 2024-12-20T21:57:14.176Z | [ recovery-image] Dec 20 21:57:13.273 INFO O| Dec 20 21:57:13.273 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-12-20T21:57:14.197Z | [ recovery-image] Dec 20 21:57:13.297 INFO O| Dec 20 21:57:13.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5925 | 2024-12-20T21:57:14.199Z | [ recovery-image] Dec 20 21:57:13.297 INFO O| Dec 20 21:57:13.297 INFO STEP 527 (remove_files) COMPLETE |
5926 | 2024-12-20T21:57:14.199Z | [ recovery-image] Dec 20 21:57:13.297 INFO O| Dec 20 21:57:13.297 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-12-20T21:57:14.218Z | [ recovery-image] Dec 20 21:57:13.317 INFO O| Dec 20 21:57:13.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5928 | 2024-12-20T21:57:14.243Z | [ recovery-image] Dec 20 21:57:13.343 INFO O| Dec 20 21:57:13.343 INFO STEP 528 (remove_files) COMPLETE |
5929 | 2024-12-20T21:57:14.246Z | [ recovery-image] Dec 20 21:57:13.343 INFO O| Dec 20 21:57:13.343 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-12-20T21:57:14.266Z | [ recovery-image] Dec 20 21:57:13.366 INFO O| Dec 20 21:57:13.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5931 | 2024-12-20T21:57:14.269Z | [ recovery-image] Dec 20 21:57:13.366 INFO O| Dec 20 21:57:13.366 INFO STEP 529 (remove_files) COMPLETE |
5932 | 2024-12-20T21:57:14.269Z | [ recovery-image] Dec 20 21:57:13.366 INFO O| Dec 20 21:57:13.366 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-12-20T21:57:14.284Z | [ recovery-image] Dec 20 21:57:13.384 INFO O| Dec 20 21:57:13.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5934 | 2024-12-20T21:57:14.288Z | [ recovery-image] Dec 20 21:57:13.385 INFO O| Dec 20 21:57:13.385 INFO STEP 530 (remove_files) COMPLETE |
5935 | 2024-12-20T21:57:14.288Z | [ recovery-image] Dec 20 21:57:13.385 INFO O| Dec 20 21:57:13.385 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-12-20T21:57:14.303Z | [ recovery-image] Dec 20 21:57:13.403 INFO O| Dec 20 21:57:13.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5937 | 2024-12-20T21:57:14.306Z | [ recovery-image] Dec 20 21:57:13.403 INFO O| Dec 20 21:57:13.403 INFO STEP 531 (remove_files) COMPLETE |
5938 | 2024-12-20T21:57:14.306Z | [ recovery-image] Dec 20 21:57:13.403 INFO O| Dec 20 21:57:13.403 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-12-20T21:57:14.322Z | [ recovery-image] Dec 20 21:57:13.422 INFO O| Dec 20 21:57:13.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5940 | 2024-12-20T21:57:14.324Z | [ recovery-image] Dec 20 21:57:13.422 INFO O| Dec 20 21:57:13.422 INFO STEP 532 (remove_files) COMPLETE |
5941 | 2024-12-20T21:57:14.324Z | [ recovery-image] Dec 20 21:57:13.422 INFO O| Dec 20 21:57:13.422 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-12-20T21:57:14.341Z | [ recovery-image] Dec 20 21:57:13.441 INFO O| Dec 20 21:57:13.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5943 | 2024-12-20T21:57:14.343Z | [ recovery-image] Dec 20 21:57:13.441 INFO O| Dec 20 21:57:13.441 INFO STEP 533 (remove_files) COMPLETE |
5944 | 2024-12-20T21:57:14.343Z | [ recovery-image] Dec 20 21:57:13.441 INFO O| Dec 20 21:57:13.441 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-12-20T21:57:14.360Z | [ recovery-image] Dec 20 21:57:13.460 INFO O| Dec 20 21:57:13.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5946 | 2024-12-20T21:57:14.372Z | [ recovery-image] Dec 20 21:57:13.472 INFO O| Dec 20 21:57:13.472 INFO STEP 534 (remove_files) COMPLETE |
5947 | 2024-12-20T21:57:14.372Z | [ recovery-image] Dec 20 21:57:13.472 INFO O| Dec 20 21:57:13.472 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-12-20T21:57:14.394Z | [ recovery-image] Dec 20 21:57:13.494 INFO O| Dec 20 21:57:13.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5949 | 2024-12-20T21:57:14.397Z | [ recovery-image] Dec 20 21:57:13.495 INFO O| Dec 20 21:57:13.495 INFO STEP 535 (remove_files) COMPLETE |
5950 | 2024-12-20T21:57:14.397Z | [ recovery-image] Dec 20 21:57:13.495 INFO O| Dec 20 21:57:13.495 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-12-20T21:57:14.415Z | [ recovery-image] Dec 20 21:57:13.515 INFO O| Dec 20 21:57:13.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5952 | 2024-12-20T21:57:14.437Z | [ recovery-image] Dec 20 21:57:13.537 INFO O| Dec 20 21:57:13.537 INFO STEP 536 (remove_files) COMPLETE |
5953 | 2024-12-20T21:57:14.437Z | [ recovery-image] Dec 20 21:57:13.537 INFO O| Dec 20 21:57:13.537 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-12-20T21:57:14.460Z | [ recovery-image] Dec 20 21:57:13.560 INFO O| Dec 20 21:57:13.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5955 | 2024-12-20T21:57:14.463Z | [ recovery-image] Dec 20 21:57:13.560 INFO O| Dec 20 21:57:13.560 INFO STEP 537 (remove_files) COMPLETE |
5956 | 2024-12-20T21:57:14.463Z | [ recovery-image] Dec 20 21:57:13.561 INFO O| Dec 20 21:57:13.560 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-12-20T21:57:14.481Z | [ recovery-image] Dec 20 21:57:13.581 INFO O| Dec 20 21:57:13.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5958 | 2024-12-20T21:57:14.483Z | [ recovery-image] Dec 20 21:57:13.581 INFO O| Dec 20 21:57:13.581 INFO STEP 538 (remove_files) COMPLETE |
5959 | 2024-12-20T21:57:14.484Z | [ recovery-image] Dec 20 21:57:13.582 INFO O| Dec 20 21:57:13.581 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-12-20T21:57:14.501Z | [ recovery-image] Dec 20 21:57:13.601 INFO O| Dec 20 21:57:13.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5961 | 2024-12-20T21:57:14.504Z | [ recovery-image] Dec 20 21:57:13.602 INFO O| Dec 20 21:57:13.602 INFO STEP 539 (remove_files) COMPLETE |
5962 | 2024-12-20T21:57:14.504Z | [ recovery-image] Dec 20 21:57:13.602 INFO O| Dec 20 21:57:13.602 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-12-20T21:57:14.523Z | [ recovery-image] Dec 20 21:57:13.623 INFO O| Dec 20 21:57:13.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5964 | 2024-12-20T21:57:14.523Z | [ recovery-image] Dec 20 21:57:13.623 INFO O| Dec 20 21:57:13.623 INFO STEP 540 (remove_files) COMPLETE |
5965 | 2024-12-20T21:57:14.526Z | [ recovery-image] Dec 20 21:57:13.623 INFO O| Dec 20 21:57:13.623 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-12-20T21:57:14.544Z | [ recovery-image] Dec 20 21:57:13.644 INFO O| Dec 20 21:57:13.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5967 | 2024-12-20T21:57:14.544Z | [ recovery-image] Dec 20 21:57:13.644 INFO O| Dec 20 21:57:13.644 INFO STEP 541 (remove_files) COMPLETE |
5968 | 2024-12-20T21:57:14.544Z | [ recovery-image] Dec 20 21:57:13.644 INFO O| Dec 20 21:57:13.644 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-12-20T21:57:15.051Z | [ recovery-image] Dec 20 21:57:13.678 INFO O| Dec 20 21:57:13.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5970 | 2024-12-20T21:57:15.051Z | [ recovery-image] Dec 20 21:57:13.678 INFO O| Dec 20 21:57:13.678 INFO STEP 542 (remove_files) COMPLETE |
5971 | 2024-12-20T21:57:15.071Z | [ recovery-image] Dec 20 21:57:13.678 INFO O| Dec 20 21:57:13.678 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-12-20T21:57:15.071Z | [ recovery-image] Dec 20 21:57:13.742 INFO O| Dec 20 21:57:13.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5973 | 2024-12-20T21:57:15.071Z | [ recovery-image] Dec 20 21:57:13.742 INFO O| Dec 20 21:57:13.742 INFO STEP 543 (remove_files) COMPLETE |
5974 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.742 INFO O| Dec 20 21:57:13.742 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.762 INFO O| Dec 20 21:57:13.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5976 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.762 INFO O| Dec 20 21:57:13.762 INFO STEP 544 (remove_files) COMPLETE |
5977 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.762 INFO O| Dec 20 21:57:13.762 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.780 INFO O| Dec 20 21:57:13.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5979 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.781 INFO O| Dec 20 21:57:13.781 INFO STEP 545 (remove_files) COMPLETE |
5980 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.781 INFO O| Dec 20 21:57:13.781 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.799 INFO O| Dec 20 21:57:13.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5982 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.799 INFO O| Dec 20 21:57:13.799 INFO STEP 546 (remove_files) COMPLETE |
5983 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.799 INFO O| Dec 20 21:57:13.799 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.822 INFO O| Dec 20 21:57:13.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5985 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.822 INFO O| Dec 20 21:57:13.822 INFO STEP 547 (remove_files) COMPLETE |
5986 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.822 INFO O| Dec 20 21:57:13.822 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.840 INFO O| Dec 20 21:57:13.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5988 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.840 INFO O| Dec 20 21:57:13.840 INFO STEP 548 (remove_files) COMPLETE |
5989 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.840 INFO O| Dec 20 21:57:13.840 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-12-20T21:57:15.072Z | [ host-image] Dec 20 21:57:13.855 INFO O| Dec 20 21:57:13.855 INFO O| Actions: 48930/49485 actions (Installing new actions) |
5991 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.864 INFO O| Dec 20 21:57:13.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5992 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.864 INFO O| Dec 20 21:57:13.864 INFO STEP 549 (remove_files) COMPLETE |
5993 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.864 INFO O| Dec 20 21:57:13.864 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.883 INFO O| Dec 20 21:57:13.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5995 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.883 INFO O| Dec 20 21:57:13.883 INFO STEP 550 (remove_files) COMPLETE |
5996 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.883 INFO O| Dec 20 21:57:13.883 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.901 INFO O| Dec 20 21:57:13.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5998 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.901 INFO O| Dec 20 21:57:13.901 INFO STEP 551 (remove_files) COMPLETE |
5999 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.901 INFO O| Dec 20 21:57:13.901 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.918 INFO O| Dec 20 21:57:13.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6001 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.918 INFO O| Dec 20 21:57:13.918 INFO STEP 552 (remove_files) COMPLETE |
6002 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.918 INFO O| Dec 20 21:57:13.918 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.936 INFO O| Dec 20 21:57:13.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6004 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.936 INFO O| Dec 20 21:57:13.936 INFO STEP 553 (remove_files) COMPLETE |
6005 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.937 INFO O| Dec 20 21:57:13.936 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.955 INFO O| Dec 20 21:57:13.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6007 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.980 INFO O| Dec 20 21:57:13.980 INFO STEP 554 (remove_files) COMPLETE |
6008 | 2024-12-20T21:57:15.072Z | [ recovery-image] Dec 20 21:57:13.980 INFO O| Dec 20 21:57:13.980 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-12-20T21:57:15.073Z | [ recovery-image] Dec 20 21:57:14.017 INFO O| Dec 20 21:57:14.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6010 | 2024-12-20T21:57:15.073Z | [ recovery-image] Dec 20 21:57:14.017 INFO O| Dec 20 21:57:14.017 INFO STEP 555 (remove_files) COMPLETE |
6011 | 2024-12-20T21:57:15.073Z | [ recovery-image] Dec 20 21:57:14.018 INFO O| Dec 20 21:57:14.017 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-12-20T21:57:15.073Z | [ recovery-image] Dec 20 21:57:14.066 INFO O| Dec 20 21:57:14.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6013 | 2024-12-20T21:57:15.073Z | [ recovery-image] Dec 20 21:57:14.067 INFO O| Dec 20 21:57:14.066 INFO STEP 556 (remove_files) COMPLETE |
6014 | 2024-12-20T21:57:15.073Z | [ recovery-image] Dec 20 21:57:14.067 INFO O| Dec 20 21:57:14.066 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-12-20T21:57:15.073Z | [ recovery-image] Dec 20 21:57:14.085 INFO O| Dec 20 21:57:14.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6016 | 2024-12-20T21:57:15.073Z | [ recovery-image] Dec 20 21:57:14.085 INFO O| Dec 20 21:57:14.085 INFO STEP 557 (remove_files) COMPLETE |
6017 | 2024-12-20T21:57:15.073Z | [ recovery-image] Dec 20 21:57:14.085 INFO O| Dec 20 21:57:14.085 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-12-20T21:57:15.073Z | [ recovery-image] Dec 20 21:57:14.122 INFO O| Dec 20 21:57:14.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6019 | 2024-12-20T21:57:15.073Z | [ recovery-image] Dec 20 21:57:14.123 INFO O| Dec 20 21:57:14.122 INFO STEP 558 (remove_files) COMPLETE |
6020 | 2024-12-20T21:57:15.073Z | [ recovery-image] Dec 20 21:57:14.123 INFO O| Dec 20 21:57:14.123 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-12-20T21:57:15.078Z | [ recovery-image] Dec 20 21:57:14.169 INFO O| Dec 20 21:57:14.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6022 | 2024-12-20T21:57:15.079Z | [ recovery-image] Dec 20 21:57:14.169 INFO O| Dec 20 21:57:14.169 INFO STEP 559 (remove_files) COMPLETE |
6023 | 2024-12-20T21:57:15.079Z | [ recovery-image] Dec 20 21:57:14.169 INFO O| Dec 20 21:57:14.169 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-12-20T21:57:15.094Z | [ recovery-image] Dec 20 21:57:14.191 INFO O| Dec 20 21:57:14.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6025 | 2024-12-20T21:57:15.094Z | [ recovery-image] Dec 20 21:57:14.191 INFO O| Dec 20 21:57:14.191 INFO STEP 560 (remove_files) COMPLETE |
6026 | 2024-12-20T21:57:15.094Z | [ recovery-image] Dec 20 21:57:14.191 INFO O| Dec 20 21:57:14.191 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-12-20T21:57:15.129Z | [ recovery-image] Dec 20 21:57:14.229 INFO O| Dec 20 21:57:14.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6028 | 2024-12-20T21:57:15.135Z | [ recovery-image] Dec 20 21:57:14.229 INFO O| Dec 20 21:57:14.229 INFO STEP 561 (remove_files) COMPLETE |
6029 | 2024-12-20T21:57:15.135Z | [ recovery-image] Dec 20 21:57:14.230 INFO O| Dec 20 21:57:14.230 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-12-20T21:57:15.150Z | [ recovery-image] Dec 20 21:57:14.250 INFO O| Dec 20 21:57:14.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6031 | 2024-12-20T21:57:15.150Z | [ recovery-image] Dec 20 21:57:14.250 INFO O| Dec 20 21:57:14.250 INFO STEP 562 (remove_files) COMPLETE |
6032 | 2024-12-20T21:57:15.153Z | [ recovery-image] Dec 20 21:57:14.250 INFO O| Dec 20 21:57:14.250 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-12-20T21:57:15.208Z | [ recovery-image] Dec 20 21:57:14.308 INFO O| Dec 20 21:57:14.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6034 | 2024-12-20T21:57:15.211Z | [ recovery-image] Dec 20 21:57:14.308 INFO O| Dec 20 21:57:14.308 INFO STEP 563 (remove_files) COMPLETE |
6035 | 2024-12-20T21:57:15.211Z | [ recovery-image] Dec 20 21:57:14.308 INFO O| Dec 20 21:57:14.308 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-12-20T21:57:15.249Z | [ recovery-image] Dec 20 21:57:14.349 INFO O| Dec 20 21:57:14.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6037 | 2024-12-20T21:57:15.252Z | [ recovery-image] Dec 20 21:57:14.349 INFO O| Dec 20 21:57:14.349 INFO STEP 564 (remove_files) COMPLETE |
6038 | 2024-12-20T21:57:15.252Z | [ recovery-image] Dec 20 21:57:14.350 INFO O| Dec 20 21:57:14.349 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-12-20T21:57:15.269Z | [ recovery-image] Dec 20 21:57:14.369 INFO O| Dec 20 21:57:14.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6040 | 2024-12-20T21:57:15.269Z | [ recovery-image] Dec 20 21:57:14.369 INFO O| Dec 20 21:57:14.369 INFO STEP 565 (remove_files) COMPLETE |
6041 | 2024-12-20T21:57:15.271Z | [ recovery-image] Dec 20 21:57:14.369 INFO O| Dec 20 21:57:14.369 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-12-20T21:57:15.299Z | [ recovery-image] Dec 20 21:57:14.398 INFO O| Dec 20 21:57:14.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6043 | 2024-12-20T21:57:15.299Z | [ recovery-image] Dec 20 21:57:14.398 INFO O| Dec 20 21:57:14.398 INFO STEP 566 (remove_files) COMPLETE |
6044 | 2024-12-20T21:57:15.299Z | [ recovery-image] Dec 20 21:57:14.398 INFO O| Dec 20 21:57:14.398 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-12-20T21:57:15.332Z | [ recovery-image] Dec 20 21:57:14.431 INFO O| Dec 20 21:57:14.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6046 | 2024-12-20T21:57:15.332Z | [ recovery-image] Dec 20 21:57:14.431 INFO O| Dec 20 21:57:14.431 INFO STEP 567 (remove_files) COMPLETE |
6047 | 2024-12-20T21:57:15.332Z | [ recovery-image] Dec 20 21:57:14.431 INFO O| Dec 20 21:57:14.431 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-12-20T21:57:15.350Z | [ recovery-image] Dec 20 21:57:14.449 INFO O| Dec 20 21:57:14.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6049 | 2024-12-20T21:57:15.350Z | [ recovery-image] Dec 20 21:57:14.449 INFO O| Dec 20 21:57:14.449 INFO STEP 568 (remove_files) COMPLETE |
6050 | 2024-12-20T21:57:15.350Z | [ recovery-image] Dec 20 21:57:14.449 INFO O| Dec 20 21:57:14.449 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-12-20T21:57:15.368Z | [ recovery-image] Dec 20 21:57:14.467 INFO O| Dec 20 21:57:14.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6052 | 2024-12-20T21:57:15.368Z | [ recovery-image] Dec 20 21:57:14.467 INFO O| Dec 20 21:57:14.467 INFO STEP 569 (remove_files) COMPLETE |
6053 | 2024-12-20T21:57:15.368Z | [ recovery-image] Dec 20 21:57:14.467 INFO O| Dec 20 21:57:14.467 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-12-20T21:57:15.409Z | [ recovery-image] Dec 20 21:57:14.509 INFO O| Dec 20 21:57:14.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6055 | 2024-12-20T21:57:15.411Z | [ recovery-image] Dec 20 21:57:14.509 INFO O| Dec 20 21:57:14.509 INFO STEP 570 (remove_files) COMPLETE |
6056 | 2024-12-20T21:57:15.411Z | [ recovery-image] Dec 20 21:57:14.509 INFO O| Dec 20 21:57:14.509 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-12-20T21:57:15.429Z | [ recovery-image] Dec 20 21:57:14.529 INFO O| Dec 20 21:57:14.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6058 | 2024-12-20T21:57:15.429Z | [ recovery-image] Dec 20 21:57:14.529 INFO O| Dec 20 21:57:14.529 INFO STEP 571 (remove_files) COMPLETE |
6059 | 2024-12-20T21:57:15.431Z | [ recovery-image] Dec 20 21:57:14.529 INFO O| Dec 20 21:57:14.529 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-12-20T21:57:15.446Z | [ recovery-image] Dec 20 21:57:14.546 INFO O| Dec 20 21:57:14.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6061 | 2024-12-20T21:57:15.466Z | [ recovery-image] Dec 20 21:57:14.566 INFO O| Dec 20 21:57:14.566 INFO STEP 572 (remove_files) COMPLETE |
6062 | 2024-12-20T21:57:15.466Z | [ recovery-image] Dec 20 21:57:14.566 INFO O| Dec 20 21:57:14.566 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-12-20T21:57:15.484Z | [ recovery-image] Dec 20 21:57:14.584 INFO O| Dec 20 21:57:14.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6064 | 2024-12-20T21:57:15.484Z | [ recovery-image] Dec 20 21:57:14.584 INFO O| Dec 20 21:57:14.584 INFO STEP 573 (remove_files) COMPLETE |
6065 | 2024-12-20T21:57:15.487Z | [ recovery-image] Dec 20 21:57:14.584 INFO O| Dec 20 21:57:14.584 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-12-20T21:57:15.505Z | [ recovery-image] Dec 20 21:57:14.605 INFO O| Dec 20 21:57:14.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6067 | 2024-12-20T21:57:15.505Z | [ recovery-image] Dec 20 21:57:14.605 INFO O| Dec 20 21:57:14.605 INFO STEP 574 (remove_files) COMPLETE |
6068 | 2024-12-20T21:57:15.505Z | [ recovery-image] Dec 20 21:57:14.605 INFO O| Dec 20 21:57:14.605 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-12-20T21:57:15.548Z | [ recovery-image] Dec 20 21:57:14.648 INFO O| Dec 20 21:57:14.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6070 | 2024-12-20T21:57:15.548Z | [ recovery-image] Dec 20 21:57:14.648 INFO O| Dec 20 21:57:14.648 INFO STEP 575 (remove_files) COMPLETE |
6071 | 2024-12-20T21:57:15.548Z | [ recovery-image] Dec 20 21:57:14.648 INFO O| Dec 20 21:57:14.648 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-12-20T21:57:15.577Z | [ recovery-image] Dec 20 21:57:14.677 INFO O| Dec 20 21:57:14.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6073 | 2024-12-20T21:57:15.580Z | [ recovery-image] Dec 20 21:57:14.677 INFO O| Dec 20 21:57:14.677 INFO STEP 576 (remove_files) COMPLETE |
6074 | 2024-12-20T21:57:15.580Z | [ recovery-image] Dec 20 21:57:14.677 INFO O| Dec 20 21:57:14.677 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-12-20T21:57:15.618Z | [ recovery-image] Dec 20 21:57:14.718 INFO O| Dec 20 21:57:14.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6076 | 2024-12-20T21:57:15.618Z | [ recovery-image] Dec 20 21:57:14.718 INFO O| Dec 20 21:57:14.718 INFO STEP 577 (remove_files) COMPLETE |
6077 | 2024-12-20T21:57:15.618Z | [ recovery-image] Dec 20 21:57:14.718 INFO O| Dec 20 21:57:14.718 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-12-20T21:57:15.638Z | [ recovery-image] Dec 20 21:57:14.737 INFO O| Dec 20 21:57:14.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6079 | 2024-12-20T21:57:15.638Z | [ recovery-image] Dec 20 21:57:14.737 INFO O| Dec 20 21:57:14.737 INFO STEP 578 (remove_files) COMPLETE |
6080 | 2024-12-20T21:57:15.638Z | [ recovery-image] Dec 20 21:57:14.737 INFO O| Dec 20 21:57:14.737 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-12-20T21:57:15.674Z | [ recovery-image] Dec 20 21:57:14.774 INFO O| Dec 20 21:57:14.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6082 | 2024-12-20T21:57:15.674Z | [ recovery-image] Dec 20 21:57:14.774 INFO O| Dec 20 21:57:14.774 INFO STEP 579 (remove_files) COMPLETE |
6083 | 2024-12-20T21:57:15.674Z | [ recovery-image] Dec 20 21:57:14.774 INFO O| Dec 20 21:57:14.774 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-12-20T21:57:15.693Z | [ recovery-image] Dec 20 21:57:14.792 INFO O| Dec 20 21:57:14.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6085 | 2024-12-20T21:57:15.693Z | [ recovery-image] Dec 20 21:57:14.792 INFO O| Dec 20 21:57:14.792 INFO STEP 580 (remove_files) COMPLETE |
6086 | 2024-12-20T21:57:15.693Z | [ recovery-image] Dec 20 21:57:14.792 INFO O| Dec 20 21:57:14.792 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-12-20T21:57:15.710Z | [ recovery-image] Dec 20 21:57:14.809 INFO O| Dec 20 21:57:14.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6088 | 2024-12-20T21:57:15.710Z | [ recovery-image] Dec 20 21:57:14.809 INFO O| Dec 20 21:57:14.809 INFO STEP 581 (remove_files) COMPLETE |
6089 | 2024-12-20T21:57:15.710Z | [ recovery-image] Dec 20 21:57:14.809 INFO O| Dec 20 21:57:14.809 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-12-20T21:57:15.727Z | [ recovery-image] Dec 20 21:57:14.827 INFO O| Dec 20 21:57:14.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6091 | 2024-12-20T21:57:15.727Z | [ recovery-image] Dec 20 21:57:14.827 INFO O| Dec 20 21:57:14.827 INFO STEP 582 (remove_files) COMPLETE |
6092 | 2024-12-20T21:57:15.730Z | [ recovery-image] Dec 20 21:57:14.827 INFO O| Dec 20 21:57:14.827 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-12-20T21:57:15.747Z | [ recovery-image] Dec 20 21:57:14.847 INFO O| Dec 20 21:57:14.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6094 | 2024-12-20T21:57:15.747Z | [ recovery-image] Dec 20 21:57:14.847 INFO O| Dec 20 21:57:14.847 INFO STEP 583 (remove_files) COMPLETE |
6095 | 2024-12-20T21:57:15.750Z | [ recovery-image] Dec 20 21:57:14.847 INFO O| Dec 20 21:57:14.847 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-12-20T21:57:15.784Z | [ recovery-image] Dec 20 21:57:14.883 INFO O| Dec 20 21:57:14.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6097 | 2024-12-20T21:57:15.784Z | [ recovery-image] Dec 20 21:57:14.883 INFO O| Dec 20 21:57:14.883 INFO STEP 584 (remove_files) COMPLETE |
6098 | 2024-12-20T21:57:15.784Z | [ recovery-image] Dec 20 21:57:14.884 INFO O| Dec 20 21:57:14.883 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-12-20T21:57:15.802Z | [ recovery-image] Dec 20 21:57:14.902 INFO O| Dec 20 21:57:14.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6100 | 2024-12-20T21:57:15.802Z | [ recovery-image] Dec 20 21:57:14.902 INFO O| Dec 20 21:57:14.902 INFO STEP 585 (remove_files) COMPLETE |
6101 | 2024-12-20T21:57:15.802Z | [ recovery-image] Dec 20 21:57:14.902 INFO O| Dec 20 21:57:14.902 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-12-20T21:57:15.842Z | [ recovery-image] Dec 20 21:57:14.942 INFO O| Dec 20 21:57:14.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6103 | 2024-12-20T21:57:15.842Z | [ recovery-image] Dec 20 21:57:14.942 INFO O| Dec 20 21:57:14.942 INFO STEP 586 (remove_files) COMPLETE |
6104 | 2024-12-20T21:57:15.845Z | [ recovery-image] Dec 20 21:57:14.942 INFO O| Dec 20 21:57:14.942 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-12-20T21:57:15.861Z | [ recovery-image] Dec 20 21:57:14.961 INFO O| Dec 20 21:57:14.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6106 | 2024-12-20T21:57:15.861Z | [ recovery-image] Dec 20 21:57:14.961 INFO O| Dec 20 21:57:14.961 INFO STEP 587 (remove_files) COMPLETE |
6107 | 2024-12-20T21:57:15.864Z | [ recovery-image] Dec 20 21:57:14.961 INFO O| Dec 20 21:57:14.961 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-12-20T21:57:15.880Z | [ recovery-image] Dec 20 21:57:14.980 INFO O| Dec 20 21:57:14.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6109 | 2024-12-20T21:57:15.910Z | [ recovery-image] Dec 20 21:57:15.009 INFO O| Dec 20 21:57:15.009 INFO STEP 588 (remove_files) COMPLETE |
6110 | 2024-12-20T21:57:15.910Z | [ recovery-image] Dec 20 21:57:15.009 INFO O| Dec 20 21:57:15.009 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-12-20T21:57:15.954Z | [ recovery-image] Dec 20 21:57:15.053 INFO O| Dec 20 21:57:15.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6112 | 2024-12-20T21:57:15.954Z | [ recovery-image] Dec 20 21:57:15.053 INFO O| Dec 20 21:57:15.053 INFO STEP 589 (remove_files) COMPLETE |
6113 | 2024-12-20T21:57:15.954Z | [ recovery-image] Dec 20 21:57:15.053 INFO O| Dec 20 21:57:15.053 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-12-20T21:57:16.008Z | [ recovery-image] Dec 20 21:57:15.107 INFO O| Dec 20 21:57:15.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6115 | 2024-12-20T21:57:16.008Z | [ recovery-image] Dec 20 21:57:15.108 INFO O| Dec 20 21:57:15.107 INFO STEP 590 (remove_files) COMPLETE |
6116 | 2024-12-20T21:57:16.009Z | [ recovery-image] Dec 20 21:57:15.108 INFO O| Dec 20 21:57:15.108 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-12-20T21:57:16.038Z | [ host-image] Dec 20 21:57:15.138 INFO O| Dec 20 21:57:15.138 INFO O| Actions: Completed 49485 actions in 21.50 seconds. |
6118 | 2024-12-20T21:57:16.055Z | [ recovery-image] Dec 20 21:57:15.155 INFO O| Dec 20 21:57:15.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6119 | 2024-12-20T21:57:16.055Z | [ recovery-image] Dec 20 21:57:15.155 INFO O| Dec 20 21:57:15.155 INFO STEP 591 (remove_files) COMPLETE |
6120 | 2024-12-20T21:57:16.055Z | [ recovery-image] Dec 20 21:57:15.155 INFO O| Dec 20 21:57:15.155 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2024-12-20T21:57:16.091Z | [ recovery-image] Dec 20 21:57:15.190 INFO O| Dec 20 21:57:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6122 | 2024-12-20T21:57:16.091Z | [ recovery-image] Dec 20 21:57:15.190 INFO O| Dec 20 21:57:15.190 INFO STEP 592 (remove_files) COMPLETE |
6123 | 2024-12-20T21:57:16.091Z | [ recovery-image] Dec 20 21:57:15.190 INFO O| Dec 20 21:57:15.190 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-12-20T21:57:16.111Z | [ recovery-image] Dec 20 21:57:15.211 INFO O| Dec 20 21:57:15.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6125 | 2024-12-20T21:57:16.111Z | [ recovery-image] Dec 20 21:57:15.211 INFO O| Dec 20 21:57:15.211 INFO STEP 593 (remove_files) COMPLETE |
6126 | 2024-12-20T21:57:16.111Z | [ recovery-image] Dec 20 21:57:15.211 INFO O| Dec 20 21:57:15.211 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-12-20T21:57:16.130Z | [ recovery-image] Dec 20 21:57:15.230 INFO O| Dec 20 21:57:15.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6128 | 2024-12-20T21:57:16.130Z | [ recovery-image] Dec 20 21:57:15.230 INFO O| Dec 20 21:57:15.230 INFO STEP 594 (remove_files) COMPLETE |
6129 | 2024-12-20T21:57:16.133Z | [ recovery-image] Dec 20 21:57:15.230 INFO O| Dec 20 21:57:15.230 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2024-12-20T21:57:16.150Z | [ recovery-image] Dec 20 21:57:15.250 INFO O| Dec 20 21:57:15.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6131 | 2024-12-20T21:57:16.150Z | [ recovery-image] Dec 20 21:57:15.250 INFO O| Dec 20 21:57:15.250 INFO STEP 595 (remove_files) COMPLETE |
6132 | 2024-12-20T21:57:16.150Z | [ recovery-image] Dec 20 21:57:15.250 INFO O| Dec 20 21:57:15.250 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-12-20T21:57:16.192Z | [ recovery-image] Dec 20 21:57:15.291 INFO O| Dec 20 21:57:15.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6134 | 2024-12-20T21:57:16.192Z | [ recovery-image] Dec 20 21:57:15.291 INFO O| Dec 20 21:57:15.291 INFO STEP 596 (remove_files) COMPLETE |
6135 | 2024-12-20T21:57:16.192Z | [ recovery-image] Dec 20 21:57:15.291 INFO O| Dec 20 21:57:15.291 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-12-20T21:57:16.226Z | [ recovery-image] Dec 20 21:57:15.326 INFO O| Dec 20 21:57:15.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6137 | 2024-12-20T21:57:16.226Z | [ recovery-image] Dec 20 21:57:15.326 INFO O| Dec 20 21:57:15.326 INFO STEP 597 (remove_files) COMPLETE |
6138 | 2024-12-20T21:57:16.226Z | [ recovery-image] Dec 20 21:57:15.326 INFO O| Dec 20 21:57:15.326 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-12-20T21:57:16.262Z | [ recovery-image] Dec 20 21:57:15.361 INFO O| Dec 20 21:57:15.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6140 | 2024-12-20T21:57:16.262Z | [ recovery-image] Dec 20 21:57:15.361 INFO O| Dec 20 21:57:15.361 INFO STEP 598 (remove_files) COMPLETE |
6141 | 2024-12-20T21:57:16.264Z | [ recovery-image] Dec 20 21:57:15.361 INFO O| Dec 20 21:57:15.361 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-12-20T21:57:16.318Z | [ recovery-image] Dec 20 21:57:15.418 INFO O| Dec 20 21:57:15.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6143 | 2024-12-20T21:57:16.318Z | [ recovery-image] Dec 20 21:57:15.418 INFO O| Dec 20 21:57:15.418 INFO STEP 599 (remove_files) COMPLETE |
6144 | 2024-12-20T21:57:16.321Z | [ recovery-image] Dec 20 21:57:15.418 INFO O| Dec 20 21:57:15.418 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-12-20T21:57:16.362Z | [ recovery-image] Dec 20 21:57:15.462 INFO O| Dec 20 21:57:15.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6146 | 2024-12-20T21:57:16.364Z | [ recovery-image] Dec 20 21:57:15.462 INFO O| Dec 20 21:57:15.462 INFO STEP 600 (remove_files) COMPLETE |
6147 | 2024-12-20T21:57:16.364Z | [ recovery-image] Dec 20 21:57:15.462 INFO O| Dec 20 21:57:15.462 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-12-20T21:57:16.409Z | [ recovery-image] Dec 20 21:57:15.509 INFO O| Dec 20 21:57:15.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6149 | 2024-12-20T21:57:16.412Z | [ recovery-image] Dec 20 21:57:15.509 INFO O| Dec 20 21:57:15.509 INFO STEP 601 (remove_files) COMPLETE |
6150 | 2024-12-20T21:57:16.412Z | [ recovery-image] Dec 20 21:57:15.509 INFO O| Dec 20 21:57:15.509 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-12-20T21:57:16.432Z | [ recovery-image] Dec 20 21:57:15.532 INFO O| Dec 20 21:57:15.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6152 | 2024-12-20T21:57:16.434Z | [ recovery-image] Dec 20 21:57:15.532 INFO O| Dec 20 21:57:15.532 INFO STEP 602 (remove_files) COMPLETE |
6153 | 2024-12-20T21:57:16.434Z | [ recovery-image] Dec 20 21:57:15.532 INFO O| Dec 20 21:57:15.532 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-12-20T21:57:16.454Z | [ recovery-image] Dec 20 21:57:15.554 INFO O| Dec 20 21:57:15.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6155 | 2024-12-20T21:57:16.454Z | [ recovery-image] Dec 20 21:57:15.554 INFO O| Dec 20 21:57:15.554 INFO STEP 603 (remove_files) COMPLETE |
6156 | 2024-12-20T21:57:16.457Z | [ recovery-image] Dec 20 21:57:15.554 INFO O| Dec 20 21:57:15.554 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-12-20T21:57:16.476Z | [ recovery-image] Dec 20 21:57:15.575 INFO O| Dec 20 21:57:15.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6158 | 2024-12-20T21:57:16.476Z | [ recovery-image] Dec 20 21:57:15.575 INFO O| Dec 20 21:57:15.575 INFO STEP 604 (remove_files) COMPLETE |
6159 | 2024-12-20T21:57:16.478Z | [ recovery-image] Dec 20 21:57:15.575 INFO O| Dec 20 21:57:15.575 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-12-20T21:57:16.516Z | [ recovery-image] Dec 20 21:57:15.614 INFO O| Dec 20 21:57:15.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6161 | 2024-12-20T21:57:16.518Z | [ recovery-image] Dec 20 21:57:15.615 INFO O| Dec 20 21:57:15.614 INFO STEP 605 (remove_files) COMPLETE |
6162 | 2024-12-20T21:57:16.518Z | [ recovery-image] Dec 20 21:57:15.615 INFO O| Dec 20 21:57:15.615 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-12-20T21:57:16.548Z | [ recovery-image] Dec 20 21:57:15.648 INFO O| Dec 20 21:57:15.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6164 | 2024-12-20T21:57:16.551Z | [ recovery-image] Dec 20 21:57:15.648 INFO O| Dec 20 21:57:15.648 INFO STEP 606 (remove_files) COMPLETE |
6165 | 2024-12-20T21:57:16.551Z | [ recovery-image] Dec 20 21:57:15.648 INFO O| Dec 20 21:57:15.648 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-12-20T21:57:16.568Z | [ recovery-image] Dec 20 21:57:15.668 INFO O| Dec 20 21:57:15.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6167 | 2024-12-20T21:57:16.568Z | [ recovery-image] Dec 20 21:57:15.668 INFO O| Dec 20 21:57:15.668 INFO STEP 607 (remove_files) COMPLETE |
6168 | 2024-12-20T21:57:16.568Z | [ recovery-image] Dec 20 21:57:15.668 INFO O| Dec 20 21:57:15.668 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-12-20T21:57:16.586Z | [ recovery-image] Dec 20 21:57:15.686 INFO O| Dec 20 21:57:15.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6170 | 2024-12-20T21:57:16.586Z | [ recovery-image] Dec 20 21:57:15.686 INFO O| Dec 20 21:57:15.686 INFO STEP 608 (remove_files) COMPLETE |
6171 | 2024-12-20T21:57:16.586Z | [ recovery-image] Dec 20 21:57:15.686 INFO O| Dec 20 21:57:15.686 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-12-20T21:57:16.623Z | [ recovery-image] Dec 20 21:57:15.722 INFO O| Dec 20 21:57:15.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6173 | 2024-12-20T21:57:16.623Z | [ recovery-image] Dec 20 21:57:15.722 INFO O| Dec 20 21:57:15.722 INFO STEP 609 (remove_files) COMPLETE |
6174 | 2024-12-20T21:57:16.623Z | [ recovery-image] Dec 20 21:57:15.722 INFO O| Dec 20 21:57:15.722 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-12-20T21:57:16.642Z | [ recovery-image] Dec 20 21:57:15.741 INFO O| Dec 20 21:57:15.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6176 | 2024-12-20T21:57:16.642Z | [ recovery-image] Dec 20 21:57:15.741 INFO O| Dec 20 21:57:15.741 INFO STEP 610 (remove_files) COMPLETE |
6177 | 2024-12-20T21:57:16.642Z | [ recovery-image] Dec 20 21:57:15.741 INFO O| Dec 20 21:57:15.741 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-12-20T21:57:16.673Z | [ recovery-image] Dec 20 21:57:15.772 INFO O| Dec 20 21:57:15.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6179 | 2024-12-20T21:57:16.673Z | [ recovery-image] Dec 20 21:57:15.772 INFO O| Dec 20 21:57:15.772 INFO STEP 611 (remove_files) COMPLETE |
6180 | 2024-12-20T21:57:16.673Z | [ recovery-image] Dec 20 21:57:15.772 INFO O| Dec 20 21:57:15.772 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-12-20T21:57:16.731Z | [ recovery-image] Dec 20 21:57:15.831 INFO O| Dec 20 21:57:15.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6182 | 2024-12-20T21:57:16.731Z | [ recovery-image] Dec 20 21:57:15.831 INFO O| Dec 20 21:57:15.831 INFO STEP 612 (remove_files) COMPLETE |
6183 | 2024-12-20T21:57:16.731Z | [ recovery-image] Dec 20 21:57:15.831 INFO O| Dec 20 21:57:15.831 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-12-20T21:57:16.820Z | [ recovery-image] Dec 20 21:57:15.920 INFO O| Dec 20 21:57:15.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6185 | 2024-12-20T21:57:16.820Z | [ recovery-image] Dec 20 21:57:15.920 INFO O| Dec 20 21:57:15.920 INFO STEP 613 (remove_files) COMPLETE |
6186 | 2024-12-20T21:57:16.820Z | [ recovery-image] Dec 20 21:57:15.920 INFO O| Dec 20 21:57:15.920 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-12-20T21:57:16.865Z | [ recovery-image] Dec 20 21:57:15.958 INFO O| Dec 20 21:57:15.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6188 | 2024-12-20T21:57:16.868Z | [ recovery-image] Dec 20 21:57:15.959 INFO O| Dec 20 21:57:15.959 INFO STEP 614 (remove_files) COMPLETE |
6189 | 2024-12-20T21:57:16.868Z | [ recovery-image] Dec 20 21:57:15.959 INFO O| Dec 20 21:57:15.959 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-12-20T21:57:16.881Z | [ recovery-image] Dec 20 21:57:15.980 INFO O| Dec 20 21:57:15.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6191 | 2024-12-20T21:57:16.881Z | [ recovery-image] Dec 20 21:57:15.981 INFO O| Dec 20 21:57:15.981 INFO STEP 615 (remove_files) COMPLETE |
6192 | 2024-12-20T21:57:16.886Z | [ recovery-image] Dec 20 21:57:15.981 INFO O| Dec 20 21:57:15.981 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-12-20T21:57:16.903Z | [ recovery-image] Dec 20 21:57:16.001 INFO O| Dec 20 21:57:16.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6194 | 2024-12-20T21:57:16.903Z | [ recovery-image] Dec 20 21:57:16.002 INFO O| Dec 20 21:57:16.001 INFO STEP 616 (remove_files) COMPLETE |
6195 | 2024-12-20T21:57:16.903Z | [ recovery-image] Dec 20 21:57:16.002 INFO O| Dec 20 21:57:16.002 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-12-20T21:57:16.923Z | [ recovery-image] Dec 20 21:57:16.020 INFO O| Dec 20 21:57:16.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6197 | 2024-12-20T21:57:16.923Z | [ recovery-image] Dec 20 21:57:16.021 INFO O| Dec 20 21:57:16.020 INFO STEP 617 (remove_files) COMPLETE |
6198 | 2024-12-20T21:57:16.923Z | [ recovery-image] Dec 20 21:57:16.021 INFO O| Dec 20 21:57:16.021 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-12-20T21:57:16.939Z | [ recovery-image] Dec 20 21:57:16.038 INFO O| Dec 20 21:57:16.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6200 | 2024-12-20T21:57:16.956Z | [ recovery-image] Dec 20 21:57:16.056 INFO O| Dec 20 21:57:16.056 INFO STEP 618 (remove_files) COMPLETE |
6201 | 2024-12-20T21:57:16.956Z | [ recovery-image] Dec 20 21:57:16.056 INFO O| Dec 20 21:57:16.056 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-12-20T21:57:17.019Z | [ recovery-image] Dec 20 21:57:16.119 INFO O| Dec 20 21:57:16.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6203 | 2024-12-20T21:57:17.023Z | [ recovery-image] Dec 20 21:57:16.119 INFO O| Dec 20 21:57:16.119 INFO STEP 619 (remove_files) COMPLETE |
6204 | 2024-12-20T21:57:17.023Z | [ recovery-image] Dec 20 21:57:16.119 INFO O| Dec 20 21:57:16.119 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-12-20T21:57:17.042Z | [ recovery-image] Dec 20 21:57:16.140 INFO O| Dec 20 21:57:16.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6206 | 2024-12-20T21:57:17.044Z | [ recovery-image] Dec 20 21:57:16.141 INFO O| Dec 20 21:57:16.141 INFO STEP 620 (remove_files) COMPLETE |
6207 | 2024-12-20T21:57:17.044Z | [ recovery-image] Dec 20 21:57:16.141 INFO O| Dec 20 21:57:16.141 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-12-20T21:57:17.065Z | [ recovery-image] Dec 20 21:57:16.164 INFO O| Dec 20 21:57:16.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6209 | 2024-12-20T21:57:17.067Z | [ recovery-image] Dec 20 21:57:16.164 INFO O| Dec 20 21:57:16.164 INFO STEP 621 (remove_files) COMPLETE |
6210 | 2024-12-20T21:57:17.067Z | [ recovery-image] Dec 20 21:57:16.164 INFO O| Dec 20 21:57:16.164 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-12-20T21:57:17.085Z | [ recovery-image] Dec 20 21:57:16.184 INFO O| Dec 20 21:57:16.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6212 | 2024-12-20T21:57:17.087Z | [ recovery-image] Dec 20 21:57:16.184 INFO O| Dec 20 21:57:16.184 INFO STEP 622 (remove_files) COMPLETE |
6213 | 2024-12-20T21:57:17.087Z | [ recovery-image] Dec 20 21:57:16.184 INFO O| Dec 20 21:57:16.184 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-12-20T21:57:17.090Z | [ host-image] Dec 20 21:57:16.190 INFO O| Dec 20 21:57:16.190 INFO O| Done |
6215 | 2024-12-20T21:57:17.090Z | [ host-image] Dec 20 21:57:16.190 INFO O| Dec 20 21:57:16.190 INFO O| Done |
6216 | 2024-12-20T21:57:17.105Z | [ recovery-image] Dec 20 21:57:16.203 INFO O| Dec 20 21:57:16.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6217 | 2024-12-20T21:57:17.105Z | [ recovery-image] Dec 20 21:57:16.203 INFO O| Dec 20 21:57:16.203 INFO STEP 623 (remove_files) COMPLETE |
6218 | 2024-12-20T21:57:17.105Z | [ recovery-image] Dec 20 21:57:16.203 INFO O| Dec 20 21:57:16.203 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2024-12-20T21:57:17.163Z | [ recovery-image] Dec 20 21:57:16.263 INFO O| Dec 20 21:57:16.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6220 | 2024-12-20T21:57:17.163Z | [ recovery-image] Dec 20 21:57:16.263 INFO O| Dec 20 21:57:16.263 INFO STEP 624 (remove_files) COMPLETE |
6221 | 2024-12-20T21:57:17.163Z | [ recovery-image] Dec 20 21:57:16.263 INFO O| Dec 20 21:57:16.263 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-12-20T21:57:17.228Z | [ recovery-image] Dec 20 21:57:16.327 INFO O| Dec 20 21:57:16.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6223 | 2024-12-20T21:57:17.230Z | [ recovery-image] Dec 20 21:57:16.327 INFO O| Dec 20 21:57:16.327 INFO STEP 625 (remove_files) COMPLETE |
6224 | 2024-12-20T21:57:17.230Z | [ recovery-image] Dec 20 21:57:16.328 INFO O| Dec 20 21:57:16.327 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-12-20T21:57:17.283Z | [ recovery-image] Dec 20 21:57:16.383 INFO O| Dec 20 21:57:16.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6226 | 2024-12-20T21:57:17.283Z | [ recovery-image] Dec 20 21:57:16.383 INFO O| Dec 20 21:57:16.383 INFO STEP 626 (remove_files) COMPLETE |
6227 | 2024-12-20T21:57:17.286Z | [ recovery-image] Dec 20 21:57:16.383 INFO O| Dec 20 21:57:16.383 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-12-20T21:57:17.305Z | [ recovery-image] Dec 20 21:57:16.404 INFO O| Dec 20 21:57:16.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6229 | 2024-12-20T21:57:17.307Z | [ recovery-image] Dec 20 21:57:16.404 INFO O| Dec 20 21:57:16.404 INFO STEP 627 (remove_files) COMPLETE |
6230 | 2024-12-20T21:57:17.307Z | [ recovery-image] Dec 20 21:57:16.404 INFO O| Dec 20 21:57:16.404 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-12-20T21:57:17.336Z | [ recovery-image] Dec 20 21:57:16.435 INFO O| Dec 20 21:57:16.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6232 | 2024-12-20T21:57:17.336Z | [ recovery-image] Dec 20 21:57:16.435 INFO O| Dec 20 21:57:16.435 INFO STEP 628 (remove_files) COMPLETE |
6233 | 2024-12-20T21:57:17.338Z | [ recovery-image] Dec 20 21:57:16.435 INFO O| Dec 20 21:57:16.435 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-12-20T21:57:17.355Z | [ recovery-image] Dec 20 21:57:16.455 INFO O| Dec 20 21:57:16.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6235 | 2024-12-20T21:57:17.355Z | [ recovery-image] Dec 20 21:57:16.455 INFO O| Dec 20 21:57:16.455 INFO STEP 629 (remove_files) COMPLETE |
6236 | 2024-12-20T21:57:17.357Z | [ recovery-image] Dec 20 21:57:16.455 INFO O| Dec 20 21:57:16.455 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-12-20T21:57:17.415Z | [ recovery-image] Dec 20 21:57:16.515 INFO O| Dec 20 21:57:16.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6238 | 2024-12-20T21:57:17.415Z | [ recovery-image] Dec 20 21:57:16.515 INFO O| Dec 20 21:57:16.515 INFO STEP 630 (remove_files) COMPLETE |
6239 | 2024-12-20T21:57:17.415Z | [ recovery-image] Dec 20 21:57:16.515 INFO O| Dec 20 21:57:16.515 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-12-20T21:57:17.456Z | [ recovery-image] Dec 20 21:57:16.556 INFO O| Dec 20 21:57:16.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6241 | 2024-12-20T21:57:17.456Z | [ recovery-image] Dec 20 21:57:16.556 INFO O| Dec 20 21:57:16.556 INFO STEP 631 (remove_files) COMPLETE |
6242 | 2024-12-20T21:57:17.456Z | [ recovery-image] Dec 20 21:57:16.556 INFO O| Dec 20 21:57:16.556 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-12-20T21:57:17.476Z | [ recovery-image] Dec 20 21:57:16.575 INFO O| Dec 20 21:57:16.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6244 | 2024-12-20T21:57:17.476Z | [ recovery-image] Dec 20 21:57:16.575 INFO O| Dec 20 21:57:16.575 INFO STEP 632 (remove_files) COMPLETE |
6245 | 2024-12-20T21:57:17.478Z | [ recovery-image] Dec 20 21:57:16.575 INFO O| Dec 20 21:57:16.575 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-12-20T21:57:17.493Z | [ recovery-image] Dec 20 21:57:16.593 INFO O| Dec 20 21:57:16.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6247 | 2024-12-20T21:57:17.493Z | [ recovery-image] Dec 20 21:57:16.593 INFO O| Dec 20 21:57:16.593 INFO STEP 633 (remove_files) COMPLETE |
6248 | 2024-12-20T21:57:17.493Z | [ recovery-image] Dec 20 21:57:16.593 INFO O| Dec 20 21:57:16.593 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-12-20T21:57:17.524Z | [ recovery-image] Dec 20 21:57:16.623 INFO O| Dec 20 21:57:16.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6250 | 2024-12-20T21:57:17.526Z | [ recovery-image] Dec 20 21:57:16.623 INFO O| Dec 20 21:57:16.623 INFO STEP 634 (remove_files) COMPLETE |
6251 | 2024-12-20T21:57:17.526Z | [ recovery-image] Dec 20 21:57:16.624 INFO O| Dec 20 21:57:16.623 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-12-20T21:57:17.545Z | [ recovery-image] Dec 20 21:57:16.645 INFO O| Dec 20 21:57:16.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6253 | 2024-12-20T21:57:17.545Z | [ recovery-image] Dec 20 21:57:16.645 INFO O| Dec 20 21:57:16.645 INFO STEP 635 (remove_files) COMPLETE |
6254 | 2024-12-20T21:57:17.545Z | [ recovery-image] Dec 20 21:57:16.645 INFO O| Dec 20 21:57:16.645 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-12-20T21:57:17.572Z | [ recovery-image] Dec 20 21:57:16.671 INFO O| Dec 20 21:57:16.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6256 | 2024-12-20T21:57:17.572Z | [ recovery-image] Dec 20 21:57:16.671 INFO O| Dec 20 21:57:16.671 INFO STEP 636 (remove_files) COMPLETE |
6257 | 2024-12-20T21:57:17.575Z | [ recovery-image] Dec 20 21:57:16.671 INFO O| Dec 20 21:57:16.671 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-12-20T21:57:17.599Z | [ recovery-image] Dec 20 21:57:16.698 INFO O| Dec 20 21:57:16.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6259 | 2024-12-20T21:57:17.601Z | [ recovery-image] Dec 20 21:57:16.698 INFO O| Dec 20 21:57:16.698 INFO STEP 637 (remove_files) COMPLETE |
6260 | 2024-12-20T21:57:17.601Z | [ recovery-image] Dec 20 21:57:16.699 INFO O| Dec 20 21:57:16.698 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-12-20T21:57:17.618Z | [ recovery-image] Dec 20 21:57:16.717 INFO O| Dec 20 21:57:16.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6262 | 2024-12-20T21:57:17.621Z | [ recovery-image] Dec 20 21:57:16.718 INFO O| Dec 20 21:57:16.718 INFO STEP 638 (remove_files) COMPLETE |
6263 | 2024-12-20T21:57:17.621Z | [ recovery-image] Dec 20 21:57:16.718 INFO O| Dec 20 21:57:16.718 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-12-20T21:57:17.637Z | [ recovery-image] Dec 20 21:57:16.736 INFO O| Dec 20 21:57:16.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6265 | 2024-12-20T21:57:17.639Z | [ recovery-image] Dec 20 21:57:16.737 INFO O| Dec 20 21:57:16.737 INFO STEP 639 (remove_files) COMPLETE |
6266 | 2024-12-20T21:57:17.639Z | [ recovery-image] Dec 20 21:57:16.737 INFO O| Dec 20 21:57:16.737 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-12-20T21:57:17.657Z | [ recovery-image] Dec 20 21:57:16.756 INFO O| Dec 20 21:57:16.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6268 | 2024-12-20T21:57:17.659Z | [ recovery-image] Dec 20 21:57:16.757 INFO O| Dec 20 21:57:16.757 INFO STEP 640 (remove_files) COMPLETE |
6269 | 2024-12-20T21:57:17.659Z | [ recovery-image] Dec 20 21:57:16.757 INFO O| Dec 20 21:57:16.757 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-12-20T21:57:17.676Z | [ recovery-image] Dec 20 21:57:16.776 INFO O| Dec 20 21:57:16.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6271 | 2024-12-20T21:57:17.679Z | [ recovery-image] Dec 20 21:57:16.776 INFO O| Dec 20 21:57:16.776 INFO STEP 641 (remove_files) COMPLETE |
6272 | 2024-12-20T21:57:17.679Z | [ recovery-image] Dec 20 21:57:16.776 INFO O| Dec 20 21:57:16.776 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-12-20T21:57:17.697Z | [ recovery-image] Dec 20 21:57:16.797 INFO O| Dec 20 21:57:16.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6274 | 2024-12-20T21:57:17.698Z | [ recovery-image] Dec 20 21:57:16.797 INFO O| Dec 20 21:57:16.797 INFO STEP 642 (remove_files) COMPLETE |
6275 | 2024-12-20T21:57:17.698Z | [ recovery-image] Dec 20 21:57:16.797 INFO O| Dec 20 21:57:16.797 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-12-20T21:57:17.730Z | [ recovery-image] Dec 20 21:57:16.830 INFO O| Dec 20 21:57:16.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6277 | 2024-12-20T21:57:17.730Z | [ recovery-image] Dec 20 21:57:16.830 INFO O| Dec 20 21:57:16.830 INFO STEP 643 (remove_files) COMPLETE |
6278 | 2024-12-20T21:57:17.730Z | [ recovery-image] Dec 20 21:57:16.830 INFO O| Dec 20 21:57:16.830 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-12-20T21:57:17.774Z | [ recovery-image] Dec 20 21:57:16.874 INFO O| Dec 20 21:57:16.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6280 | 2024-12-20T21:57:17.774Z | [ recovery-image] Dec 20 21:57:16.874 INFO O| Dec 20 21:57:16.874 INFO STEP 644 (remove_files) COMPLETE |
6281 | 2024-12-20T21:57:17.774Z | [ recovery-image] Dec 20 21:57:16.874 INFO O| Dec 20 21:57:16.874 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-12-20T21:57:17.794Z | [ recovery-image] Dec 20 21:57:16.894 INFO O| Dec 20 21:57:16.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6283 | 2024-12-20T21:57:17.795Z | [ recovery-image] Dec 20 21:57:16.894 INFO O| Dec 20 21:57:16.894 INFO STEP 645 (remove_files) COMPLETE |
6284 | 2024-12-20T21:57:17.795Z | [ recovery-image] Dec 20 21:57:16.894 INFO O| Dec 20 21:57:16.894 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-12-20T21:57:17.832Z | [ recovery-image] Dec 20 21:57:16.932 INFO O| Dec 20 21:57:16.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6286 | 2024-12-20T21:57:17.833Z | [ recovery-image] Dec 20 21:57:16.932 INFO O| Dec 20 21:57:16.932 INFO STEP 646 (remove_files) COMPLETE |
6287 | 2024-12-20T21:57:17.833Z | [ recovery-image] Dec 20 21:57:16.932 INFO O| Dec 20 21:57:16.932 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-12-20T21:57:17.855Z | [ recovery-image] Dec 20 21:57:16.953 INFO O| Dec 20 21:57:16.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6289 | 2024-12-20T21:57:17.855Z | [ recovery-image] Dec 20 21:57:16.954 INFO O| Dec 20 21:57:16.953 INFO STEP 647 (remove_files) COMPLETE |
6290 | 2024-12-20T21:57:17.855Z | [ recovery-image] Dec 20 21:57:16.954 INFO O| Dec 20 21:57:16.954 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-12-20T21:57:17.952Z | [ recovery-image] Dec 20 21:57:17.052 INFO O| Dec 20 21:57:17.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6292 | 2024-12-20T21:57:17.952Z | [ recovery-image] Dec 20 21:57:17.052 INFO O| Dec 20 21:57:17.052 INFO STEP 648 (remove_files) COMPLETE |
6293 | 2024-12-20T21:57:17.952Z | [ recovery-image] Dec 20 21:57:17.052 INFO O| Dec 20 21:57:17.052 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-12-20T21:57:17.973Z | [ recovery-image] Dec 20 21:57:17.072 INFO O| Dec 20 21:57:17.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6295 | 2024-12-20T21:57:17.973Z | [ recovery-image] Dec 20 21:57:17.072 INFO O| Dec 20 21:57:17.072 INFO STEP 649 (remove_files) COMPLETE |
6296 | 2024-12-20T21:57:17.973Z | [ recovery-image] Dec 20 21:57:17.072 INFO O| Dec 20 21:57:17.072 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-12-20T21:57:17.991Z | [ recovery-image] Dec 20 21:57:17.090 INFO O| Dec 20 21:57:17.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6298 | 2024-12-20T21:57:17.991Z | [ recovery-image] Dec 20 21:57:17.090 INFO O| Dec 20 21:57:17.090 INFO STEP 650 (remove_files) COMPLETE |
6299 | 2024-12-20T21:57:17.991Z | [ recovery-image] Dec 20 21:57:17.090 INFO O| Dec 20 21:57:17.090 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-12-20T21:57:18.009Z | [ recovery-image] Dec 20 21:57:17.107 INFO O| Dec 20 21:57:17.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6301 | 2024-12-20T21:57:18.009Z | [ recovery-image] Dec 20 21:57:17.108 INFO O| Dec 20 21:57:17.108 INFO STEP 651 (remove_files) COMPLETE |
6302 | 2024-12-20T21:57:18.009Z | [ recovery-image] Dec 20 21:57:17.108 INFO O| Dec 20 21:57:17.108 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-20T21:57:18.044Z | [ recovery-image] Dec 20 21:57:17.142 INFO O| Dec 20 21:57:17.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6304 | 2024-12-20T21:57:18.044Z | [ recovery-image] Dec 20 21:57:17.143 INFO O| Dec 20 21:57:17.143 INFO STEP 652 (remove_files) COMPLETE |
6305 | 2024-12-20T21:57:18.044Z | [ recovery-image] Dec 20 21:57:17.143 INFO O| Dec 20 21:57:17.143 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-20T21:57:18.073Z | [ recovery-image] Dec 20 21:57:17.172 INFO O| Dec 20 21:57:17.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6307 | 2024-12-20T21:57:18.073Z | [ recovery-image] Dec 20 21:57:17.172 INFO O| Dec 20 21:57:17.172 INFO STEP 653 (remove_files) COMPLETE |
6308 | 2024-12-20T21:57:18.073Z | [ recovery-image] Dec 20 21:57:17.172 INFO O| Dec 20 21:57:17.172 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-20T21:57:18.092Z | [ recovery-image] Dec 20 21:57:17.192 INFO O| Dec 20 21:57:17.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6310 | 2024-12-20T21:57:18.097Z | [ recovery-image] Dec 20 21:57:17.192 INFO O| Dec 20 21:57:17.192 INFO STEP 654 (remove_files) COMPLETE |
6311 | 2024-12-20T21:57:18.097Z | [ recovery-image] Dec 20 21:57:17.192 INFO O| Dec 20 21:57:17.192 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-20T21:57:18.123Z | [ recovery-image] Dec 20 21:57:17.223 INFO O| Dec 20 21:57:17.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6313 | 2024-12-20T21:57:18.123Z | [ recovery-image] Dec 20 21:57:17.223 INFO O| Dec 20 21:57:17.223 INFO STEP 655 (remove_files) COMPLETE |
6314 | 2024-12-20T21:57:18.123Z | [ recovery-image] Dec 20 21:57:17.223 INFO O| Dec 20 21:57:17.223 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-20T21:57:18.205Z | [ recovery-image] Dec 20 21:57:17.304 INFO O| Dec 20 21:57:17.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6316 | 2024-12-20T21:57:18.205Z | [ recovery-image] Dec 20 21:57:17.304 INFO O| Dec 20 21:57:17.304 INFO STEP 656 (remove_files) COMPLETE |
6317 | 2024-12-20T21:57:18.205Z | [ recovery-image] Dec 20 21:57:17.304 INFO O| Dec 20 21:57:17.304 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-20T21:57:18.239Z | [ recovery-image] Dec 20 21:57:17.338 INFO O| Dec 20 21:57:17.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6319 | 2024-12-20T21:57:18.239Z | [ recovery-image] Dec 20 21:57:17.338 INFO O| Dec 20 21:57:17.338 INFO STEP 657 (remove_files) COMPLETE |
6320 | 2024-12-20T21:57:18.241Z | [ recovery-image] Dec 20 21:57:17.338 INFO O| Dec 20 21:57:17.338 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-12-20T21:57:18.257Z | [ recovery-image] Dec 20 21:57:17.356 INFO O| Dec 20 21:57:17.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6322 | 2024-12-20T21:57:18.278Z | [ recovery-image] Dec 20 21:57:17.378 INFO O| Dec 20 21:57:17.378 INFO STEP 658 (remove_files) COMPLETE |
6323 | 2024-12-20T21:57:18.278Z | [ recovery-image] Dec 20 21:57:17.378 INFO O| Dec 20 21:57:17.378 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-12-20T21:57:18.360Z | [ recovery-image] Dec 20 21:57:17.460 INFO O| Dec 20 21:57:17.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6325 | 2024-12-20T21:57:18.360Z | [ recovery-image] Dec 20 21:57:17.460 INFO O| Dec 20 21:57:17.460 INFO STEP 659 (remove_files) COMPLETE |
6326 | 2024-12-20T21:57:18.363Z | [ recovery-image] Dec 20 21:57:17.460 INFO O| Dec 20 21:57:17.460 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-12-20T21:57:18.439Z | [ recovery-image] Dec 20 21:57:17.539 INFO O| Dec 20 21:57:17.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6328 | 2024-12-20T21:57:18.439Z | [ recovery-image] Dec 20 21:57:17.539 INFO O| Dec 20 21:57:17.539 INFO STEP 660 (remove_files) COMPLETE |
6329 | 2024-12-20T21:57:18.439Z | [ recovery-image] Dec 20 21:57:17.539 INFO O| Dec 20 21:57:17.539 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-12-20T21:57:18.487Z | [ recovery-image] Dec 20 21:57:17.587 INFO O| Dec 20 21:57:17.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6331 | 2024-12-20T21:57:18.509Z | [ recovery-image] Dec 20 21:57:17.608 INFO O| Dec 20 21:57:17.608 INFO STEP 661 (remove_files) COMPLETE |
6332 | 2024-12-20T21:57:18.509Z | [ recovery-image] Dec 20 21:57:17.608 INFO O| Dec 20 21:57:17.608 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-12-20T21:57:18.567Z | [ recovery-image] Dec 20 21:57:17.666 INFO O| Dec 20 21:57:17.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6334 | 2024-12-20T21:57:18.570Z | [ recovery-image] Dec 20 21:57:17.666 INFO O| Dec 20 21:57:17.666 INFO STEP 662 (remove_files) COMPLETE |
6335 | 2024-12-20T21:57:18.570Z | [ recovery-image] Dec 20 21:57:17.666 INFO O| Dec 20 21:57:17.666 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-12-20T21:57:18.586Z | [ recovery-image] Dec 20 21:57:17.685 INFO O| Dec 20 21:57:17.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6337 | 2024-12-20T21:57:18.588Z | [ recovery-image] Dec 20 21:57:17.686 INFO O| Dec 20 21:57:17.686 INFO STEP 663 (remove_files) COMPLETE |
6338 | 2024-12-20T21:57:18.588Z | [ recovery-image] Dec 20 21:57:17.686 INFO O| Dec 20 21:57:17.686 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-12-20T21:57:18.641Z | [ recovery-image] Dec 20 21:57:17.741 INFO O| Dec 20 21:57:17.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6340 | 2024-12-20T21:57:18.641Z | [ recovery-image] Dec 20 21:57:17.741 INFO O| Dec 20 21:57:17.741 INFO STEP 664 (remove_files) COMPLETE |
6341 | 2024-12-20T21:57:18.641Z | [ recovery-image] Dec 20 21:57:17.741 INFO O| Dec 20 21:57:17.741 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-12-20T21:57:18.730Z | [ recovery-image] Dec 20 21:57:17.830 INFO O| Dec 20 21:57:17.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6343 | 2024-12-20T21:57:18.733Z | [ recovery-image] Dec 20 21:57:17.830 INFO O| Dec 20 21:57:17.830 INFO STEP 665 (remove_files) COMPLETE |
6344 | 2024-12-20T21:57:18.733Z | [ recovery-image] Dec 20 21:57:17.830 INFO O| Dec 20 21:57:17.830 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-12-20T21:57:18.750Z | [ recovery-image] Dec 20 21:57:17.850 INFO O| Dec 20 21:57:17.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6346 | 2024-12-20T21:57:18.753Z | [ recovery-image] Dec 20 21:57:17.850 INFO O| Dec 20 21:57:17.850 INFO STEP 666 (remove_files) COMPLETE |
6347 | 2024-12-20T21:57:18.753Z | [ recovery-image] Dec 20 21:57:17.850 INFO O| Dec 20 21:57:17.850 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-12-20T21:57:18.769Z | [ recovery-image] Dec 20 21:57:17.868 INFO O| Dec 20 21:57:17.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6349 | 2024-12-20T21:57:18.769Z | [ recovery-image] Dec 20 21:57:17.868 INFO O| Dec 20 21:57:17.868 INFO STEP 667 (remove_files) COMPLETE |
6350 | 2024-12-20T21:57:18.769Z | [ recovery-image] Dec 20 21:57:17.869 INFO O| Dec 20 21:57:17.868 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-12-20T21:57:18.786Z | [ recovery-image] Dec 20 21:57:17.885 INFO O| Dec 20 21:57:17.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6352 | 2024-12-20T21:57:18.786Z | [ recovery-image] Dec 20 21:57:17.885 INFO O| Dec 20 21:57:17.885 INFO STEP 668 (remove_files) COMPLETE |
6353 | 2024-12-20T21:57:18.786Z | [ recovery-image] Dec 20 21:57:17.885 INFO O| Dec 20 21:57:17.885 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-12-20T21:57:18.804Z | [ recovery-image] Dec 20 21:57:17.903 INFO O| Dec 20 21:57:17.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6355 | 2024-12-20T21:57:18.804Z | [ recovery-image] Dec 20 21:57:17.903 INFO O| Dec 20 21:57:17.903 INFO STEP 669 (remove_files) COMPLETE |
6356 | 2024-12-20T21:57:18.804Z | [ recovery-image] Dec 20 21:57:17.903 INFO O| Dec 20 21:57:17.903 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-12-20T21:57:18.824Z | [ host-image] Dec 20 21:57:17.923 INFO O| Dec 20 21:57:17.923 INFO O| Done |
6358 | 2024-12-20T21:57:18.841Z | [ recovery-image] Dec 20 21:57:17.940 INFO O| Dec 20 21:57:17.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6359 | 2024-12-20T21:57:18.841Z | [ recovery-image] Dec 20 21:57:17.940 INFO O| Dec 20 21:57:17.940 INFO STEP 670 (remove_files) COMPLETE |
6360 | 2024-12-20T21:57:18.843Z | [ recovery-image] Dec 20 21:57:17.940 INFO O| Dec 20 21:57:17.940 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-12-20T21:57:18.858Z | [ recovery-image] Dec 20 21:57:17.957 INFO O| Dec 20 21:57:17.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6362 | 2024-12-20T21:57:18.861Z | [ recovery-image] Dec 20 21:57:17.958 INFO O| Dec 20 21:57:17.958 INFO STEP 671 (remove_files) COMPLETE |
6363 | 2024-12-20T21:57:18.861Z | [ recovery-image] Dec 20 21:57:17.958 INFO O| Dec 20 21:57:17.958 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-12-20T21:57:18.876Z | [ recovery-image] Dec 20 21:57:17.975 INFO O| Dec 20 21:57:17.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6365 | 2024-12-20T21:57:18.878Z | [ recovery-image] Dec 20 21:57:17.976 INFO O| Dec 20 21:57:17.976 INFO STEP 672 (remove_files) COMPLETE |
6366 | 2024-12-20T21:57:18.878Z | [ recovery-image] Dec 20 21:57:17.976 INFO O| Dec 20 21:57:17.976 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-12-20T21:57:18.923Z | [ recovery-image] Dec 20 21:57:18.022 INFO O| Dec 20 21:57:18.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6368 | 2024-12-20T21:57:18.925Z | [ recovery-image] Dec 20 21:57:18.023 INFO O| Dec 20 21:57:18.022 INFO STEP 673 (remove_files) COMPLETE |
6369 | 2024-12-20T21:57:18.925Z | [ recovery-image] Dec 20 21:57:18.023 INFO O| Dec 20 21:57:18.023 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-12-20T21:57:18.944Z | [ recovery-image] Dec 20 21:57:18.043 INFO O| Dec 20 21:57:18.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6371 | 2024-12-20T21:57:18.944Z | [ recovery-image] Dec 20 21:57:18.043 INFO O| Dec 20 21:57:18.043 INFO STEP 674 (remove_files) COMPLETE |
6372 | 2024-12-20T21:57:18.944Z | [ recovery-image] Dec 20 21:57:18.043 INFO O| Dec 20 21:57:18.043 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-12-20T21:57:18.961Z | [ recovery-image] Dec 20 21:57:18.061 INFO O| Dec 20 21:57:18.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6374 | 2024-12-20T21:57:18.964Z | [ recovery-image] Dec 20 21:57:18.061 INFO O| Dec 20 21:57:18.061 INFO STEP 675 (remove_files) COMPLETE |
6375 | 2024-12-20T21:57:18.964Z | [ recovery-image] Dec 20 21:57:18.061 INFO O| Dec 20 21:57:18.061 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-12-20T21:57:19.001Z | [ recovery-image] Dec 20 21:57:18.100 INFO O| Dec 20 21:57:18.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6377 | 2024-12-20T21:57:19.001Z | [ recovery-image] Dec 20 21:57:18.101 INFO O| Dec 20 21:57:18.100 INFO STEP 676 (remove_files) COMPLETE |
6378 | 2024-12-20T21:57:19.004Z | [ recovery-image] Dec 20 21:57:18.101 INFO O| Dec 20 21:57:18.101 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-12-20T21:57:19.041Z | [ recovery-image] Dec 20 21:57:18.141 INFO O| Dec 20 21:57:18.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6380 | 2024-12-20T21:57:19.041Z | [ recovery-image] Dec 20 21:57:18.141 INFO O| Dec 20 21:57:18.141 INFO STEP 677 (remove_files) COMPLETE |
6381 | 2024-12-20T21:57:19.041Z | [ recovery-image] Dec 20 21:57:18.141 INFO O| Dec 20 21:57:18.141 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-12-20T21:57:19.100Z | [ recovery-image] Dec 20 21:57:18.199 INFO O| Dec 20 21:57:18.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6383 | 2024-12-20T21:57:19.100Z | [ recovery-image] Dec 20 21:57:18.199 INFO O| Dec 20 21:57:18.199 INFO STEP 678 (remove_files) COMPLETE |
6384 | 2024-12-20T21:57:19.102Z | [ recovery-image] Dec 20 21:57:18.199 INFO O| Dec 20 21:57:18.199 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-12-20T21:57:19.127Z | [ recovery-image] Dec 20 21:57:18.225 INFO O| Dec 20 21:57:18.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6386 | 2024-12-20T21:57:19.127Z | [ recovery-image] Dec 20 21:57:18.225 INFO O| Dec 20 21:57:18.225 INFO STEP 679 (remove_files) COMPLETE |
6387 | 2024-12-20T21:57:19.127Z | [ recovery-image] Dec 20 21:57:18.225 INFO O| Dec 20 21:57:18.225 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-12-20T21:57:19.188Z | [ recovery-image] Dec 20 21:57:18.288 INFO O| Dec 20 21:57:18.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6389 | 2024-12-20T21:57:19.188Z | [ recovery-image] Dec 20 21:57:18.288 INFO O| Dec 20 21:57:18.288 INFO STEP 680 (remove_files) COMPLETE |
6390 | 2024-12-20T21:57:19.188Z | [ recovery-image] Dec 20 21:57:18.288 INFO O| Dec 20 21:57:18.288 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-12-20T21:57:19.220Z | [ recovery-image] Dec 20 21:57:18.320 INFO O| Dec 20 21:57:18.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6392 | 2024-12-20T21:57:19.223Z | [ recovery-image] Dec 20 21:57:18.322 INFO O| Dec 20 21:57:18.322 INFO STEP 681 (remove_files) COMPLETE |
6393 | 2024-12-20T21:57:19.223Z | [ recovery-image] Dec 20 21:57:18.322 INFO O| Dec 20 21:57:18.322 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-12-20T21:57:19.269Z | [ recovery-image] Dec 20 21:57:18.369 INFO O| Dec 20 21:57:18.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6395 | 2024-12-20T21:57:19.269Z | [ recovery-image] Dec 20 21:57:18.369 INFO O| Dec 20 21:57:18.369 INFO STEP 682 (remove_files) COMPLETE |
6396 | 2024-12-20T21:57:19.270Z | [ recovery-image] Dec 20 21:57:18.369 INFO O| Dec 20 21:57:18.369 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-12-20T21:57:19.289Z | [ recovery-image] Dec 20 21:57:18.388 INFO O| Dec 20 21:57:18.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6398 | 2024-12-20T21:57:19.289Z | [ recovery-image] Dec 20 21:57:18.388 INFO O| Dec 20 21:57:18.388 INFO STEP 683 (remove_files) COMPLETE |
6399 | 2024-12-20T21:57:19.289Z | [ recovery-image] Dec 20 21:57:18.388 INFO O| Dec 20 21:57:18.388 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-12-20T21:57:19.334Z | [ recovery-image] Dec 20 21:57:18.433 INFO O| Dec 20 21:57:18.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6401 | 2024-12-20T21:57:19.336Z | [ recovery-image] Dec 20 21:57:18.433 INFO O| Dec 20 21:57:18.433 INFO STEP 684 (remove_files) COMPLETE |
6402 | 2024-12-20T21:57:19.336Z | [ recovery-image] Dec 20 21:57:18.433 INFO O| Dec 20 21:57:18.433 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-12-20T21:57:19.354Z | [ recovery-image] Dec 20 21:57:18.453 INFO O| Dec 20 21:57:18.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6404 | 2024-12-20T21:57:19.354Z | [ recovery-image] Dec 20 21:57:18.453 INFO O| Dec 20 21:57:18.453 INFO STEP 685 (remove_files) COMPLETE |
6405 | 2024-12-20T21:57:19.357Z | [ recovery-image] Dec 20 21:57:18.453 INFO O| Dec 20 21:57:18.453 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-12-20T21:57:19.373Z | [ recovery-image] Dec 20 21:57:18.473 INFO O| Dec 20 21:57:18.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6407 | 2024-12-20T21:57:19.395Z | [ recovery-image] Dec 20 21:57:18.494 INFO O| Dec 20 21:57:18.494 INFO STEP 686 (remove_files) COMPLETE |
6408 | 2024-12-20T21:57:19.395Z | [ recovery-image] Dec 20 21:57:18.494 INFO O| Dec 20 21:57:18.494 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-12-20T21:57:19.426Z | [ recovery-image] Dec 20 21:57:18.525 INFO O| Dec 20 21:57:18.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6410 | 2024-12-20T21:57:19.439Z | [ recovery-image] Dec 20 21:57:18.538 INFO O| Dec 20 21:57:18.538 INFO STEP 687 (remove_files) COMPLETE |
6411 | 2024-12-20T21:57:19.440Z | [ recovery-image] Dec 20 21:57:18.538 INFO O| Dec 20 21:57:18.538 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-12-20T21:57:19.474Z | [ recovery-image] Dec 20 21:57:18.573 INFO O| Dec 20 21:57:18.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6413 | 2024-12-20T21:57:19.477Z | [ recovery-image] Dec 20 21:57:18.574 INFO O| Dec 20 21:57:18.574 INFO STEP 688 (remove_files) COMPLETE |
6414 | 2024-12-20T21:57:19.477Z | [ recovery-image] Dec 20 21:57:18.574 INFO O| Dec 20 21:57:18.574 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-12-20T21:57:19.506Z | [ recovery-image] Dec 20 21:57:18.606 INFO O| Dec 20 21:57:18.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6416 | 2024-12-20T21:57:19.511Z | [ recovery-image] Dec 20 21:57:18.606 INFO O| Dec 20 21:57:18.606 INFO STEP 689 (remove_files) COMPLETE |
6417 | 2024-12-20T21:57:19.511Z | [ recovery-image] Dec 20 21:57:18.606 INFO O| Dec 20 21:57:18.606 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-12-20T21:57:19.526Z | [ recovery-image] Dec 20 21:57:18.626 INFO O| Dec 20 21:57:18.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6419 | 2024-12-20T21:57:19.528Z | [ recovery-image] Dec 20 21:57:18.626 INFO O| Dec 20 21:57:18.626 INFO STEP 690 (remove_files) COMPLETE |
6420 | 2024-12-20T21:57:19.528Z | [ recovery-image] Dec 20 21:57:18.626 INFO O| Dec 20 21:57:18.626 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-12-20T21:57:19.547Z | [ recovery-image] Dec 20 21:57:18.647 INFO O| Dec 20 21:57:18.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6422 | 2024-12-20T21:57:19.547Z | [ recovery-image] Dec 20 21:57:18.647 INFO O| Dec 20 21:57:18.647 INFO STEP 691 (remove_files) COMPLETE |
6423 | 2024-12-20T21:57:19.547Z | [ recovery-image] Dec 20 21:57:18.647 INFO O| Dec 20 21:57:18.647 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-12-20T21:57:19.570Z | [ recovery-image] Dec 20 21:57:18.670 INFO O| Dec 20 21:57:18.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6425 | 2024-12-20T21:57:19.570Z | [ recovery-image] Dec 20 21:57:18.670 INFO O| Dec 20 21:57:18.670 INFO STEP 692 (remove_files) COMPLETE |
6426 | 2024-12-20T21:57:19.570Z | [ recovery-image] Dec 20 21:57:18.670 INFO O| Dec 20 21:57:18.670 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-12-20T21:57:19.609Z | [ recovery-image] Dec 20 21:57:18.697 INFO O| Dec 20 21:57:18.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6428 | 2024-12-20T21:57:19.613Z | [ recovery-image] Dec 20 21:57:18.698 INFO O| Dec 20 21:57:18.698 INFO STEP 693 (remove_files) COMPLETE |
6429 | 2024-12-20T21:57:19.613Z | [ recovery-image] Dec 20 21:57:18.698 INFO O| Dec 20 21:57:18.698 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-12-20T21:57:19.618Z | [ recovery-image] Dec 20 21:57:18.718 INFO O| Dec 20 21:57:18.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6431 | 2024-12-20T21:57:19.622Z | [ recovery-image] Dec 20 21:57:18.718 INFO O| Dec 20 21:57:18.718 INFO STEP 694 (remove_files) COMPLETE |
6432 | 2024-12-20T21:57:19.622Z | [ recovery-image] Dec 20 21:57:18.718 INFO O| Dec 20 21:57:18.718 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-12-20T21:57:19.638Z | [ recovery-image] Dec 20 21:57:18.737 INFO O| Dec 20 21:57:18.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6434 | 2024-12-20T21:57:19.638Z | [ recovery-image] Dec 20 21:57:18.738 INFO O| Dec 20 21:57:18.738 INFO STEP 695 (remove_files) COMPLETE |
6435 | 2024-12-20T21:57:19.641Z | [ recovery-image] Dec 20 21:57:18.738 INFO O| Dec 20 21:57:18.738 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-12-20T21:57:19.656Z | [ recovery-image] Dec 20 21:57:18.755 INFO O| Dec 20 21:57:18.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6437 | 2024-12-20T21:57:19.656Z | [ recovery-image] Dec 20 21:57:18.756 INFO O| Dec 20 21:57:18.755 INFO STEP 696 (remove_files) COMPLETE |
6438 | 2024-12-20T21:57:19.659Z | [ recovery-image] Dec 20 21:57:18.756 INFO O| Dec 20 21:57:18.756 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-12-20T21:57:19.674Z | [ recovery-image] Dec 20 21:57:18.773 INFO O| Dec 20 21:57:18.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6440 | 2024-12-20T21:57:19.676Z | [ recovery-image] Dec 20 21:57:18.773 INFO O| Dec 20 21:57:18.773 INFO STEP 697 (remove_files) COMPLETE |
6441 | 2024-12-20T21:57:19.676Z | [ recovery-image] Dec 20 21:57:18.774 INFO O| Dec 20 21:57:18.773 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-12-20T21:57:19.711Z | [ recovery-image] Dec 20 21:57:18.810 INFO O| Dec 20 21:57:18.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6443 | 2024-12-20T21:57:19.711Z | [ recovery-image] Dec 20 21:57:18.810 INFO O| Dec 20 21:57:18.810 INFO STEP 698 (remove_files) COMPLETE |
6444 | 2024-12-20T21:57:19.713Z | [ recovery-image] Dec 20 21:57:18.810 INFO O| Dec 20 21:57:18.810 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-12-20T21:57:19.731Z | [ recovery-image] Dec 20 21:57:18.830 INFO O| Dec 20 21:57:18.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6446 | 2024-12-20T21:57:19.731Z | [ recovery-image] Dec 20 21:57:18.830 INFO O| Dec 20 21:57:18.830 INFO STEP 699 (remove_files) COMPLETE |
6447 | 2024-12-20T21:57:19.733Z | [ recovery-image] Dec 20 21:57:18.831 INFO O| Dec 20 21:57:18.830 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-12-20T21:57:19.750Z | [ recovery-image] Dec 20 21:57:18.849 INFO O| Dec 20 21:57:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6449 | 2024-12-20T21:57:19.750Z | [ recovery-image] Dec 20 21:57:18.849 INFO O| Dec 20 21:57:18.849 INFO STEP 700 (remove_files) COMPLETE |
6450 | 2024-12-20T21:57:19.752Z | [ recovery-image] Dec 20 21:57:18.849 INFO O| Dec 20 21:57:18.849 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-12-20T21:57:19.768Z | [ recovery-image] Dec 20 21:57:18.867 INFO O| Dec 20 21:57:18.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6452 | 2024-12-20T21:57:19.768Z | [ recovery-image] Dec 20 21:57:18.867 INFO O| Dec 20 21:57:18.867 INFO STEP 701 (remove_files) COMPLETE |
6453 | 2024-12-20T21:57:19.770Z | [ recovery-image] Dec 20 21:57:18.868 INFO O| Dec 20 21:57:18.867 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-12-20T21:57:19.787Z | [ recovery-image] Dec 20 21:57:18.886 INFO O| Dec 20 21:57:18.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6455 | 2024-12-20T21:57:19.787Z | [ recovery-image] Dec 20 21:57:18.886 INFO O| Dec 20 21:57:18.886 INFO STEP 702 (remove_files) COMPLETE |
6456 | 2024-12-20T21:57:19.787Z | [ recovery-image] Dec 20 21:57:18.887 INFO O| Dec 20 21:57:18.886 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-12-20T21:57:19.805Z | [ recovery-image] Dec 20 21:57:18.905 INFO O| Dec 20 21:57:18.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6458 | 2024-12-20T21:57:19.805Z | [ recovery-image] Dec 20 21:57:18.905 INFO O| Dec 20 21:57:18.905 INFO STEP 703 (remove_files) COMPLETE |
6459 | 2024-12-20T21:57:19.805Z | [ recovery-image] Dec 20 21:57:18.905 INFO O| Dec 20 21:57:18.905 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-12-20T21:57:19.822Z | [ recovery-image] Dec 20 21:57:18.922 INFO O| Dec 20 21:57:18.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6461 | 2024-12-20T21:57:19.822Z | [ recovery-image] Dec 20 21:57:18.922 INFO O| Dec 20 21:57:18.922 INFO STEP 704 (remove_files) COMPLETE |
6462 | 2024-12-20T21:57:19.822Z | [ recovery-image] Dec 20 21:57:18.922 INFO O| Dec 20 21:57:18.922 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-12-20T21:57:19.838Z | [ recovery-image] Dec 20 21:57:18.937 INFO O| Dec 20 21:57:18.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6464 | 2024-12-20T21:57:19.838Z | [ recovery-image] Dec 20 21:57:18.937 INFO O| Dec 20 21:57:18.937 INFO STEP 705 (remove_files) COMPLETE |
6465 | 2024-12-20T21:57:19.841Z | [ recovery-image] Dec 20 21:57:18.937 INFO O| Dec 20 21:57:18.937 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-12-20T21:57:19.854Z | [ recovery-image] Dec 20 21:57:18.953 INFO O| Dec 20 21:57:18.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6467 | 2024-12-20T21:57:19.854Z | [ recovery-image] Dec 20 21:57:18.953 INFO O| Dec 20 21:57:18.953 INFO STEP 706 (remove_files) COMPLETE |
6468 | 2024-12-20T21:57:19.854Z | [ recovery-image] Dec 20 21:57:18.953 INFO O| Dec 20 21:57:18.953 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-12-20T21:57:19.870Z | [ recovery-image] Dec 20 21:57:18.969 INFO O| Dec 20 21:57:18.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6470 | 2024-12-20T21:57:19.870Z | [ recovery-image] Dec 20 21:57:18.969 INFO O| Dec 20 21:57:18.969 INFO STEP 707 (remove_files) COMPLETE |
6471 | 2024-12-20T21:57:19.870Z | [ recovery-image] Dec 20 21:57:18.969 INFO O| Dec 20 21:57:18.969 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-12-20T21:57:19.885Z | [ recovery-image] Dec 20 21:57:18.985 INFO O| Dec 20 21:57:18.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6473 | 2024-12-20T21:57:19.885Z | [ recovery-image] Dec 20 21:57:18.985 INFO O| Dec 20 21:57:18.985 INFO STEP 708 (remove_files) COMPLETE |
6474 | 2024-12-20T21:57:19.885Z | [ recovery-image] Dec 20 21:57:18.985 INFO O| Dec 20 21:57:18.985 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-12-20T21:57:19.905Z | [ recovery-image] Dec 20 21:57:19.003 INFO O| Dec 20 21:57:19.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6476 | 2024-12-20T21:57:19.905Z | [ recovery-image] Dec 20 21:57:19.003 INFO O| Dec 20 21:57:19.003 INFO STEP 709 (remove_files) COMPLETE |
6477 | 2024-12-20T21:57:19.907Z | [ recovery-image] Dec 20 21:57:19.004 INFO O| Dec 20 21:57:19.003 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-12-20T21:57:19.928Z | [ recovery-image] Dec 20 21:57:19.026 INFO O| Dec 20 21:57:19.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6479 | 2024-12-20T21:57:19.928Z | [ recovery-image] Dec 20 21:57:19.026 INFO O| Dec 20 21:57:19.026 INFO STEP 710 (remove_files) COMPLETE |
6480 | 2024-12-20T21:57:19.928Z | [ recovery-image] Dec 20 21:57:19.026 INFO O| Dec 20 21:57:19.026 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-12-20T21:57:19.947Z | [ recovery-image] Dec 20 21:57:19.047 INFO O| Dec 20 21:57:19.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6482 | 2024-12-20T21:57:19.947Z | [ recovery-image] Dec 20 21:57:19.047 INFO O| Dec 20 21:57:19.047 INFO STEP 711 (remove_files) COMPLETE |
6483 | 2024-12-20T21:57:19.950Z | [ recovery-image] Dec 20 21:57:19.047 INFO O| Dec 20 21:57:19.047 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-12-20T21:57:19.967Z | [ recovery-image] Dec 20 21:57:19.067 INFO O| Dec 20 21:57:19.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6485 | 2024-12-20T21:57:19.967Z | [ recovery-image] Dec 20 21:57:19.067 INFO O| Dec 20 21:57:19.067 INFO STEP 712 (remove_files) COMPLETE |
6486 | 2024-12-20T21:57:19.967Z | [ recovery-image] Dec 20 21:57:19.067 INFO O| Dec 20 21:57:19.067 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-12-20T21:57:19.986Z | [ recovery-image] Dec 20 21:57:19.085 INFO O| Dec 20 21:57:19.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6488 | 2024-12-20T21:57:19.986Z | [ recovery-image] Dec 20 21:57:19.086 INFO O| Dec 20 21:57:19.086 INFO STEP 713 (remove_files) COMPLETE |
6489 | 2024-12-20T21:57:19.988Z | [ recovery-image] Dec 20 21:57:19.086 INFO O| Dec 20 21:57:19.086 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-12-20T21:57:20.003Z | [ recovery-image] Dec 20 21:57:19.103 INFO O| Dec 20 21:57:19.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6491 | 2024-12-20T21:57:20.003Z | [ recovery-image] Dec 20 21:57:19.103 INFO O| Dec 20 21:57:19.103 INFO STEP 714 (remove_files) COMPLETE |
6492 | 2024-12-20T21:57:20.003Z | [ recovery-image] Dec 20 21:57:19.103 INFO O| Dec 20 21:57:19.103 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-12-20T21:57:20.022Z | [ recovery-image] Dec 20 21:57:19.121 INFO O| Dec 20 21:57:19.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6494 | 2024-12-20T21:57:20.022Z | [ recovery-image] Dec 20 21:57:19.121 INFO O| Dec 20 21:57:19.121 INFO STEP 715 (remove_files) COMPLETE |
6495 | 2024-12-20T21:57:20.022Z | [ recovery-image] Dec 20 21:57:19.121 INFO O| Dec 20 21:57:19.121 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-12-20T21:57:20.041Z | [ recovery-image] Dec 20 21:57:19.141 INFO O| Dec 20 21:57:19.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6497 | 2024-12-20T21:57:20.041Z | [ recovery-image] Dec 20 21:57:19.141 INFO O| Dec 20 21:57:19.141 INFO STEP 716 (remove_files) COMPLETE |
6498 | 2024-12-20T21:57:20.041Z | [ recovery-image] Dec 20 21:57:19.141 INFO O| Dec 20 21:57:19.141 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-12-20T21:57:20.060Z | [ recovery-image] Dec 20 21:57:19.159 INFO O| Dec 20 21:57:19.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6500 | 2024-12-20T21:57:20.060Z | [ recovery-image] Dec 20 21:57:19.159 INFO O| Dec 20 21:57:19.159 INFO STEP 717 (remove_files) COMPLETE |
6501 | 2024-12-20T21:57:20.060Z | [ recovery-image] Dec 20 21:57:19.159 INFO O| Dec 20 21:57:19.159 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-12-20T21:57:20.079Z | [ recovery-image] Dec 20 21:57:19.177 INFO O| Dec 20 21:57:19.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6503 | 2024-12-20T21:57:20.079Z | [ recovery-image] Dec 20 21:57:19.177 INFO O| Dec 20 21:57:19.177 INFO STEP 718 (remove_files) COMPLETE |
6504 | 2024-12-20T21:57:20.079Z | [ recovery-image] Dec 20 21:57:19.177 INFO O| Dec 20 21:57:19.177 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-12-20T21:57:20.096Z | [ recovery-image] Dec 20 21:57:19.195 INFO O| Dec 20 21:57:19.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6506 | 2024-12-20T21:57:20.096Z | [ recovery-image] Dec 20 21:57:19.195 INFO O| Dec 20 21:57:19.195 INFO STEP 719 (remove_files) COMPLETE |
6507 | 2024-12-20T21:57:20.096Z | [ recovery-image] Dec 20 21:57:19.195 INFO O| Dec 20 21:57:19.195 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-12-20T21:57:20.152Z | [ recovery-image] Dec 20 21:57:19.250 INFO O| Dec 20 21:57:19.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6509 | 2024-12-20T21:57:20.155Z | [ recovery-image] Dec 20 21:57:19.250 INFO O| Dec 20 21:57:19.250 INFO STEP 720 (remove_files) COMPLETE |
6510 | 2024-12-20T21:57:20.155Z | [ recovery-image] Dec 20 21:57:19.251 INFO O| Dec 20 21:57:19.250 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-12-20T21:57:20.178Z | [ recovery-image] Dec 20 21:57:19.277 INFO O| Dec 20 21:57:19.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6512 | 2024-12-20T21:57:20.182Z | [ recovery-image] Dec 20 21:57:19.277 INFO O| Dec 20 21:57:19.277 INFO STEP 721 (remove_files) COMPLETE |
6513 | 2024-12-20T21:57:20.182Z | [ recovery-image] Dec 20 21:57:19.278 INFO O| Dec 20 21:57:19.277 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-12-20T21:57:20.211Z | [ recovery-image] Dec 20 21:57:19.310 INFO O| Dec 20 21:57:19.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6515 | 2024-12-20T21:57:20.214Z | [ recovery-image] Dec 20 21:57:19.310 INFO O| Dec 20 21:57:19.310 INFO STEP 722 (remove_files) COMPLETE |
6516 | 2024-12-20T21:57:20.214Z | [ recovery-image] Dec 20 21:57:19.311 INFO O| Dec 20 21:57:19.310 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-12-20T21:57:20.230Z | [ recovery-image] Dec 20 21:57:19.329 INFO O| Dec 20 21:57:19.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6518 | 2024-12-20T21:57:20.230Z | [ recovery-image] Dec 20 21:57:19.329 INFO O| Dec 20 21:57:19.329 INFO STEP 723 (remove_files) COMPLETE |
6519 | 2024-12-20T21:57:20.232Z | [ recovery-image] Dec 20 21:57:19.330 INFO O| Dec 20 21:57:19.329 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-12-20T21:57:20.248Z | [ recovery-image] Dec 20 21:57:19.348 INFO O| Dec 20 21:57:19.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6521 | 2024-12-20T21:57:20.248Z | [ recovery-image] Dec 20 21:57:19.348 INFO O| Dec 20 21:57:19.348 INFO STEP 724 (remove_files) COMPLETE |
6522 | 2024-12-20T21:57:20.251Z | [ recovery-image] Dec 20 21:57:19.348 INFO O| Dec 20 21:57:19.348 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-12-20T21:57:20.267Z | [ recovery-image] Dec 20 21:57:19.366 INFO O| Dec 20 21:57:19.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6524 | 2024-12-20T21:57:20.267Z | [ recovery-image] Dec 20 21:57:19.367 INFO O| Dec 20 21:57:19.366 INFO STEP 725 (remove_files) COMPLETE |
6525 | 2024-12-20T21:57:20.270Z | [ recovery-image] Dec 20 21:57:19.367 INFO O| Dec 20 21:57:19.366 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-12-20T21:57:20.287Z | [ recovery-image] Dec 20 21:57:19.386 INFO O| Dec 20 21:57:19.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6527 | 2024-12-20T21:57:20.287Z | [ recovery-image] Dec 20 21:57:19.386 INFO O| Dec 20 21:57:19.386 INFO STEP 726 (remove_files) COMPLETE |
6528 | 2024-12-20T21:57:20.287Z | [ recovery-image] Dec 20 21:57:19.386 INFO O| Dec 20 21:57:19.386 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-12-20T21:57:20.306Z | [ recovery-image] Dec 20 21:57:19.406 INFO O| Dec 20 21:57:19.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6530 | 2024-12-20T21:57:20.306Z | [ recovery-image] Dec 20 21:57:19.406 INFO O| Dec 20 21:57:19.406 INFO STEP 727 (remove_files) COMPLETE |
6531 | 2024-12-20T21:57:20.306Z | [ recovery-image] Dec 20 21:57:19.406 INFO O| Dec 20 21:57:19.406 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-12-20T21:57:20.326Z | [ recovery-image] Dec 20 21:57:19.425 INFO O| Dec 20 21:57:19.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6533 | 2024-12-20T21:57:20.326Z | [ recovery-image] Dec 20 21:57:19.425 INFO O| Dec 20 21:57:19.425 INFO STEP 728 (remove_files) COMPLETE |
6534 | 2024-12-20T21:57:20.326Z | [ recovery-image] Dec 20 21:57:19.425 INFO O| Dec 20 21:57:19.425 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-12-20T21:57:20.345Z | [ recovery-image] Dec 20 21:57:19.444 INFO O| Dec 20 21:57:19.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6536 | 2024-12-20T21:57:20.345Z | [ recovery-image] Dec 20 21:57:19.445 INFO O| Dec 20 21:57:19.445 INFO STEP 729 (remove_files) COMPLETE |
6537 | 2024-12-20T21:57:20.348Z | [ recovery-image] Dec 20 21:57:19.445 INFO O| Dec 20 21:57:19.445 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-12-20T21:57:20.364Z | [ recovery-image] Dec 20 21:57:19.463 INFO O| Dec 20 21:57:19.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6539 | 2024-12-20T21:57:20.364Z | [ recovery-image] Dec 20 21:57:19.463 INFO O| Dec 20 21:57:19.463 INFO STEP 730 (remove_files) COMPLETE |
6540 | 2024-12-20T21:57:20.366Z | [ recovery-image] Dec 20 21:57:19.463 INFO O| Dec 20 21:57:19.463 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-12-20T21:57:20.382Z | [ recovery-image] Dec 20 21:57:19.481 INFO O| Dec 20 21:57:19.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6542 | 2024-12-20T21:57:20.385Z | [ recovery-image] Dec 20 21:57:19.482 INFO O| Dec 20 21:57:19.482 INFO STEP 731 (remove_files) COMPLETE |
6543 | 2024-12-20T21:57:20.385Z | [ recovery-image] Dec 20 21:57:19.482 INFO O| Dec 20 21:57:19.482 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-12-20T21:57:20.403Z | [ recovery-image] Dec 20 21:57:19.502 INFO O| Dec 20 21:57:19.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6545 | 2024-12-20T21:57:20.403Z | [ recovery-image] Dec 20 21:57:19.502 INFO O| Dec 20 21:57:19.502 INFO STEP 732 (remove_files) COMPLETE |
6546 | 2024-12-20T21:57:20.403Z | [ recovery-image] Dec 20 21:57:19.502 INFO O| Dec 20 21:57:19.502 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-12-20T21:57:20.423Z | [ recovery-image] Dec 20 21:57:19.522 INFO O| Dec 20 21:57:19.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6548 | 2024-12-20T21:57:20.423Z | [ recovery-image] Dec 20 21:57:19.523 INFO O| Dec 20 21:57:19.523 INFO STEP 733 (remove_files) COMPLETE |
6549 | 2024-12-20T21:57:20.423Z | [ recovery-image] Dec 20 21:57:19.523 INFO O| Dec 20 21:57:19.523 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-12-20T21:57:20.444Z | [ recovery-image] Dec 20 21:57:19.543 INFO O| Dec 20 21:57:19.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6551 | 2024-12-20T21:57:20.444Z | [ recovery-image] Dec 20 21:57:19.543 INFO O| Dec 20 21:57:19.543 INFO STEP 734 (remove_files) COMPLETE |
6552 | 2024-12-20T21:57:20.444Z | [ recovery-image] Dec 20 21:57:19.543 INFO O| Dec 20 21:57:19.543 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-12-20T21:57:20.464Z | [ recovery-image] Dec 20 21:57:19.563 INFO O| Dec 20 21:57:19.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6554 | 2024-12-20T21:57:20.464Z | [ recovery-image] Dec 20 21:57:19.563 INFO O| Dec 20 21:57:19.563 INFO STEP 735 (remove_files) COMPLETE |
6555 | 2024-12-20T21:57:20.467Z | [ recovery-image] Dec 20 21:57:19.563 INFO O| Dec 20 21:57:19.563 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-12-20T21:57:20.483Z | [ recovery-image] Dec 20 21:57:19.583 INFO O| Dec 20 21:57:19.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6557 | 2024-12-20T21:57:20.483Z | [ recovery-image] Dec 20 21:57:19.583 INFO O| Dec 20 21:57:19.583 INFO STEP 736 (remove_files) COMPLETE |
6558 | 2024-12-20T21:57:20.486Z | [ recovery-image] Dec 20 21:57:19.583 INFO O| Dec 20 21:57:19.583 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-12-20T21:57:20.503Z | [ recovery-image] Dec 20 21:57:19.602 INFO O| Dec 20 21:57:19.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6560 | 2024-12-20T21:57:20.505Z | [ recovery-image] Dec 20 21:57:19.603 INFO O| Dec 20 21:57:19.602 INFO STEP 737 (remove_files) COMPLETE |
6561 | 2024-12-20T21:57:20.505Z | [ recovery-image] Dec 20 21:57:19.603 INFO O| Dec 20 21:57:19.603 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-12-20T21:57:20.522Z | [ recovery-image] Dec 20 21:57:19.621 INFO O| Dec 20 21:57:19.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6563 | 2024-12-20T21:57:20.524Z | [ recovery-image] Dec 20 21:57:19.621 INFO O| Dec 20 21:57:19.621 INFO STEP 738 (remove_files) COMPLETE |
6564 | 2024-12-20T21:57:20.524Z | [ recovery-image] Dec 20 21:57:19.621 INFO O| Dec 20 21:57:19.621 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-12-20T21:57:20.540Z | [ recovery-image] Dec 20 21:57:19.640 INFO O| Dec 20 21:57:19.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6566 | 2024-12-20T21:57:20.540Z | [ recovery-image] Dec 20 21:57:19.640 INFO O| Dec 20 21:57:19.640 INFO STEP 739 (remove_files) COMPLETE |
6567 | 2024-12-20T21:57:20.540Z | [ recovery-image] Dec 20 21:57:19.640 INFO O| Dec 20 21:57:19.640 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-12-20T21:57:20.558Z | [ recovery-image] Dec 20 21:57:19.657 INFO O| Dec 20 21:57:19.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6569 | 2024-12-20T21:57:20.558Z | [ recovery-image] Dec 20 21:57:19.658 INFO O| Dec 20 21:57:19.657 INFO STEP 740 (remove_files) COMPLETE |
6570 | 2024-12-20T21:57:20.560Z | [ recovery-image] Dec 20 21:57:19.658 INFO O| Dec 20 21:57:19.657 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-12-20T21:57:20.579Z | [ recovery-image] Dec 20 21:57:19.676 INFO O| Dec 20 21:57:19.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6572 | 2024-12-20T21:57:20.590Z | [ recovery-image] Dec 20 21:57:19.677 INFO O| Dec 20 21:57:19.676 INFO STEP 741 (remove_files) COMPLETE |
6573 | 2024-12-20T21:57:20.590Z | [ recovery-image] Dec 20 21:57:19.677 INFO O| Dec 20 21:57:19.677 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-12-20T21:57:20.596Z | [ recovery-image] Dec 20 21:57:19.695 INFO O| Dec 20 21:57:19.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6575 | 2024-12-20T21:57:20.606Z | [ recovery-image] Dec 20 21:57:19.696 INFO O| Dec 20 21:57:19.696 INFO STEP 742 (remove_files) COMPLETE |
6576 | 2024-12-20T21:57:20.606Z | [ recovery-image] Dec 20 21:57:19.696 INFO O| Dec 20 21:57:19.696 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-12-20T21:57:20.614Z | [ recovery-image] Dec 20 21:57:19.714 INFO O| Dec 20 21:57:19.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6578 | 2024-12-20T21:57:20.617Z | [ recovery-image] Dec 20 21:57:19.714 INFO O| Dec 20 21:57:19.714 INFO STEP 743 (remove_files) COMPLETE |
6579 | 2024-12-20T21:57:20.617Z | [ recovery-image] Dec 20 21:57:19.714 INFO O| Dec 20 21:57:19.714 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-12-20T21:57:20.636Z | [ recovery-image] Dec 20 21:57:19.733 INFO O| Dec 20 21:57:19.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6581 | 2024-12-20T21:57:20.639Z | [ recovery-image] Dec 20 21:57:19.733 INFO O| Dec 20 21:57:19.733 INFO STEP 744 (remove_files) COMPLETE |
6582 | 2024-12-20T21:57:20.639Z | [ recovery-image] Dec 20 21:57:19.733 INFO O| Dec 20 21:57:19.733 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-12-20T21:57:20.652Z | [ recovery-image] Dec 20 21:57:19.751 INFO O| Dec 20 21:57:19.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6584 | 2024-12-20T21:57:20.654Z | [ recovery-image] Dec 20 21:57:19.752 INFO O| Dec 20 21:57:19.752 INFO STEP 745 (remove_files) COMPLETE |
6585 | 2024-12-20T21:57:20.654Z | [ recovery-image] Dec 20 21:57:19.752 INFO O| Dec 20 21:57:19.752 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-12-20T21:57:20.673Z | [ recovery-image] Dec 20 21:57:19.771 INFO O| Dec 20 21:57:19.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6587 | 2024-12-20T21:57:20.673Z | [ recovery-image] Dec 20 21:57:19.772 INFO O| Dec 20 21:57:19.772 INFO STEP 746 (remove_files) COMPLETE |
6588 | 2024-12-20T21:57:20.673Z | [ recovery-image] Dec 20 21:57:19.772 INFO O| Dec 20 21:57:19.772 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-12-20T21:57:20.693Z | [ recovery-image] Dec 20 21:57:19.792 INFO O| Dec 20 21:57:19.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6590 | 2024-12-20T21:57:20.693Z | [ recovery-image] Dec 20 21:57:19.792 INFO O| Dec 20 21:57:19.792 INFO STEP 747 (remove_files) COMPLETE |
6591 | 2024-12-20T21:57:20.693Z | [ recovery-image] Dec 20 21:57:19.792 INFO O| Dec 20 21:57:19.792 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-12-20T21:57:20.714Z | [ recovery-image] Dec 20 21:57:19.813 INFO O| Dec 20 21:57:19.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6593 | 2024-12-20T21:57:20.716Z | [ recovery-image] Dec 20 21:57:19.814 INFO O| Dec 20 21:57:19.814 INFO STEP 748 (remove_files) COMPLETE |
6594 | 2024-12-20T21:57:20.716Z | [ recovery-image] Dec 20 21:57:19.814 INFO O| Dec 20 21:57:19.814 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-12-20T21:57:20.733Z | [ recovery-image] Dec 20 21:57:19.833 INFO O| Dec 20 21:57:19.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6596 | 2024-12-20T21:57:20.733Z | [ recovery-image] Dec 20 21:57:19.833 INFO O| Dec 20 21:57:19.833 INFO STEP 749 (remove_files) COMPLETE |
6597 | 2024-12-20T21:57:20.733Z | [ recovery-image] Dec 20 21:57:19.833 INFO O| Dec 20 21:57:19.833 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-12-20T21:57:20.752Z | [ recovery-image] Dec 20 21:57:19.851 INFO O| Dec 20 21:57:19.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6599 | 2024-12-20T21:57:20.752Z | [ recovery-image] Dec 20 21:57:19.851 INFO O| Dec 20 21:57:19.851 INFO STEP 750 (remove_files) COMPLETE |
6600 | 2024-12-20T21:57:20.754Z | [ recovery-image] Dec 20 21:57:19.851 INFO O| Dec 20 21:57:19.851 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-12-20T21:57:20.770Z | [ recovery-image] Dec 20 21:57:19.869 INFO O| Dec 20 21:57:19.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6602 | 2024-12-20T21:57:20.772Z | [ recovery-image] Dec 20 21:57:19.870 INFO O| Dec 20 21:57:19.870 INFO STEP 751 (remove_files) COMPLETE |
6603 | 2024-12-20T21:57:20.773Z | [ recovery-image] Dec 20 21:57:19.870 INFO O| Dec 20 21:57:19.870 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-12-20T21:57:20.790Z | [ recovery-image] Dec 20 21:57:19.889 INFO O| Dec 20 21:57:19.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6605 | 2024-12-20T21:57:20.790Z | [ recovery-image] Dec 20 21:57:19.889 INFO O| Dec 20 21:57:19.889 INFO STEP 752 (remove_files) COMPLETE |
6606 | 2024-12-20T21:57:20.790Z | [ recovery-image] Dec 20 21:57:19.889 INFO O| Dec 20 21:57:19.889 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-12-20T21:57:20.808Z | [ recovery-image] Dec 20 21:57:19.908 INFO O| Dec 20 21:57:19.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6608 | 2024-12-20T21:57:20.808Z | [ recovery-image] Dec 20 21:57:19.908 INFO O| Dec 20 21:57:19.908 INFO STEP 753 (remove_files) COMPLETE |
6609 | 2024-12-20T21:57:20.811Z | [ recovery-image] Dec 20 21:57:19.908 INFO O| Dec 20 21:57:19.908 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-12-20T21:57:20.826Z | [ recovery-image] Dec 20 21:57:19.926 INFO O| Dec 20 21:57:19.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6611 | 2024-12-20T21:57:20.826Z | [ recovery-image] Dec 20 21:57:19.926 INFO O| Dec 20 21:57:19.926 INFO STEP 754 (remove_files) COMPLETE |
6612 | 2024-12-20T21:57:20.826Z | [ recovery-image] Dec 20 21:57:19.926 INFO O| Dec 20 21:57:19.926 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-12-20T21:57:20.845Z | [ recovery-image] Dec 20 21:57:19.944 INFO O| Dec 20 21:57:19.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6614 | 2024-12-20T21:57:20.845Z | [ recovery-image] Dec 20 21:57:19.944 INFO O| Dec 20 21:57:19.944 INFO STEP 755 (remove_files) COMPLETE |
6615 | 2024-12-20T21:57:20.847Z | [ recovery-image] Dec 20 21:57:19.944 INFO O| Dec 20 21:57:19.944 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-12-20T21:57:20.864Z | [ recovery-image] Dec 20 21:57:19.963 INFO O| Dec 20 21:57:19.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6617 | 2024-12-20T21:57:20.864Z | [ recovery-image] Dec 20 21:57:19.963 INFO O| Dec 20 21:57:19.963 INFO STEP 756 (remove_files) COMPLETE |
6618 | 2024-12-20T21:57:20.864Z | [ recovery-image] Dec 20 21:57:19.963 INFO O| Dec 20 21:57:19.963 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-12-20T21:57:20.882Z | [ recovery-image] Dec 20 21:57:19.981 INFO O| Dec 20 21:57:19.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6620 | 2024-12-20T21:57:20.882Z | [ recovery-image] Dec 20 21:57:19.982 INFO O| Dec 20 21:57:19.981 INFO STEP 757 (remove_files) COMPLETE |
6621 | 2024-12-20T21:57:20.882Z | [ recovery-image] Dec 20 21:57:19.982 INFO O| Dec 20 21:57:19.982 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-12-20T21:57:20.903Z | [ recovery-image] Dec 20 21:57:20.001 INFO O| Dec 20 21:57:20.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6623 | 2024-12-20T21:57:20.903Z | [ recovery-image] Dec 20 21:57:20.001 INFO O| Dec 20 21:57:20.001 INFO STEP 758 (remove_files) COMPLETE |
6624 | 2024-12-20T21:57:20.903Z | [ recovery-image] Dec 20 21:57:20.001 INFO O| Dec 20 21:57:20.001 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-12-20T21:57:20.919Z | [ recovery-image] Dec 20 21:57:20.019 INFO O| Dec 20 21:57:20.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6626 | 2024-12-20T21:57:20.919Z | [ recovery-image] Dec 20 21:57:20.019 INFO O| Dec 20 21:57:20.019 INFO STEP 759 (remove_files) COMPLETE |
6627 | 2024-12-20T21:57:20.919Z | [ recovery-image] Dec 20 21:57:20.019 INFO O| Dec 20 21:57:20.019 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-12-20T21:57:20.937Z | [ recovery-image] Dec 20 21:57:20.036 INFO O| Dec 20 21:57:20.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6629 | 2024-12-20T21:57:20.937Z | [ recovery-image] Dec 20 21:57:20.036 INFO O| Dec 20 21:57:20.036 INFO STEP 760 (remove_files) COMPLETE |
6630 | 2024-12-20T21:57:20.937Z | [ recovery-image] Dec 20 21:57:20.036 INFO O| Dec 20 21:57:20.036 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-12-20T21:57:20.954Z | [ recovery-image] Dec 20 21:57:20.053 INFO O| Dec 20 21:57:20.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6632 | 2024-12-20T21:57:20.954Z | [ recovery-image] Dec 20 21:57:20.053 INFO O| Dec 20 21:57:20.053 INFO STEP 761 (remove_files) COMPLETE |
6633 | 2024-12-20T21:57:20.954Z | [ recovery-image] Dec 20 21:57:20.053 INFO O| Dec 20 21:57:20.053 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-12-20T21:57:20.970Z | [ recovery-image] Dec 20 21:57:20.070 INFO O| Dec 20 21:57:20.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6635 | 2024-12-20T21:57:20.972Z | [ recovery-image] Dec 20 21:57:20.070 INFO O| Dec 20 21:57:20.070 INFO STEP 762 (remove_files) COMPLETE |
6636 | 2024-12-20T21:57:20.972Z | [ recovery-image] Dec 20 21:57:20.070 INFO O| Dec 20 21:57:20.070 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-12-20T21:57:20.986Z | [ recovery-image] Dec 20 21:57:20.086 INFO O| Dec 20 21:57:20.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6638 | 2024-12-20T21:57:20.986Z | [ recovery-image] Dec 20 21:57:20.086 INFO O| Dec 20 21:57:20.086 INFO STEP 763 (remove_files) COMPLETE |
6639 | 2024-12-20T21:57:20.986Z | [ recovery-image] Dec 20 21:57:20.086 INFO O| Dec 20 21:57:20.086 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-12-20T21:57:21.003Z | [ recovery-image] Dec 20 21:57:20.102 INFO O| Dec 20 21:57:20.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6641 | 2024-12-20T21:57:21.003Z | [ recovery-image] Dec 20 21:57:20.103 INFO O| Dec 20 21:57:20.103 INFO STEP 764 (remove_files) COMPLETE |
6642 | 2024-12-20T21:57:21.006Z | [ recovery-image] Dec 20 21:57:20.103 INFO O| Dec 20 21:57:20.103 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-12-20T21:57:21.020Z | [ recovery-image] Dec 20 21:57:20.119 INFO O| Dec 20 21:57:20.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6644 | 2024-12-20T21:57:21.020Z | [ recovery-image] Dec 20 21:57:20.119 INFO O| Dec 20 21:57:20.119 INFO STEP 765 (remove_files) COMPLETE |
6645 | 2024-12-20T21:57:21.020Z | [ recovery-image] Dec 20 21:57:20.119 INFO O| Dec 20 21:57:20.119 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-12-20T21:57:21.037Z | [ recovery-image] Dec 20 21:57:20.136 INFO O| Dec 20 21:57:20.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6647 | 2024-12-20T21:57:21.037Z | [ recovery-image] Dec 20 21:57:20.137 INFO O| Dec 20 21:57:20.136 INFO STEP 766 (remove_files) COMPLETE |
6648 | 2024-12-20T21:57:21.040Z | [ recovery-image] Dec 20 21:57:20.137 INFO O| Dec 20 21:57:20.137 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-12-20T21:57:21.055Z | [ recovery-image] Dec 20 21:57:20.154 INFO O| Dec 20 21:57:20.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6650 | 2024-12-20T21:57:21.058Z | [ recovery-image] Dec 20 21:57:20.155 INFO O| Dec 20 21:57:20.155 INFO STEP 767 (remove_files) COMPLETE |
6651 | 2024-12-20T21:57:21.058Z | [ recovery-image] Dec 20 21:57:20.155 INFO O| Dec 20 21:57:20.155 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-12-20T21:57:21.073Z | [ recovery-image] Dec 20 21:57:20.172 INFO O| Dec 20 21:57:20.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6653 | 2024-12-20T21:57:21.073Z | [ recovery-image] Dec 20 21:57:20.172 INFO O| Dec 20 21:57:20.172 INFO STEP 768 (remove_files) COMPLETE |
6654 | 2024-12-20T21:57:21.073Z | [ recovery-image] Dec 20 21:57:20.173 INFO O| Dec 20 21:57:20.172 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-12-20T21:57:21.092Z | [ recovery-image] Dec 20 21:57:20.190 INFO O| Dec 20 21:57:20.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6656 | 2024-12-20T21:57:21.096Z | [ recovery-image] Dec 20 21:57:20.190 INFO O| Dec 20 21:57:20.190 INFO STEP 769 (remove_files) COMPLETE |
6657 | 2024-12-20T21:57:21.096Z | [ recovery-image] Dec 20 21:57:20.190 INFO O| Dec 20 21:57:20.190 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-12-20T21:57:21.104Z | [ host-image] Dec 20 21:57:20.204 INFO O| Dec 20 21:57:20.204 INFO O| Done |
6659 | 2024-12-20T21:57:21.108Z | [ recovery-image] Dec 20 21:57:20.207 INFO O| Dec 20 21:57:20.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6660 | 2024-12-20T21:57:21.111Z | [ recovery-image] Dec 20 21:57:20.208 INFO O| Dec 20 21:57:20.208 INFO STEP 770 (remove_files) COMPLETE |
6661 | 2024-12-20T21:57:21.111Z | [ recovery-image] Dec 20 21:57:20.208 INFO O| Dec 20 21:57:20.208 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-12-20T21:57:21.128Z | [ recovery-image] Dec 20 21:57:20.225 INFO O| Dec 20 21:57:20.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6663 | 2024-12-20T21:57:21.128Z | [ recovery-image] Dec 20 21:57:20.225 INFO O| Dec 20 21:57:20.225 INFO STEP 771 (remove_files) COMPLETE |
6664 | 2024-12-20T21:57:21.131Z | [ recovery-image] Dec 20 21:57:20.226 INFO O| Dec 20 21:57:20.225 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-12-20T21:57:21.139Z | [ host-image] Dec 20 21:57:20.238 INFO O| Dec 20 21:57:20.238 INFO O| Done |
6666 | 2024-12-20T21:57:21.143Z | [ recovery-image] Dec 20 21:57:20.243 INFO O| Dec 20 21:57:20.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6667 | 2024-12-20T21:57:21.146Z | [ recovery-image] Dec 20 21:57:20.243 INFO O| Dec 20 21:57:20.243 INFO STEP 772 (remove_files) COMPLETE |
6668 | 2024-12-20T21:57:21.146Z | [ recovery-image] Dec 20 21:57:20.243 INFO O| Dec 20 21:57:20.243 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-12-20T21:57:21.161Z | [ recovery-image] Dec 20 21:57:20.260 INFO O| Dec 20 21:57:20.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6670 | 2024-12-20T21:57:21.163Z | [ recovery-image] Dec 20 21:57:20.260 INFO O| Dec 20 21:57:20.260 INFO STEP 773 (remove_files) COMPLETE |
6671 | 2024-12-20T21:57:21.163Z | [ recovery-image] Dec 20 21:57:20.260 INFO O| Dec 20 21:57:20.260 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-12-20T21:57:21.179Z | [ recovery-image] Dec 20 21:57:20.278 INFO O| Dec 20 21:57:20.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6673 | 2024-12-20T21:57:21.179Z | [ recovery-image] Dec 20 21:57:20.279 INFO O| Dec 20 21:57:20.279 INFO STEP 774 (remove_files) COMPLETE |
6674 | 2024-12-20T21:57:21.179Z | [ recovery-image] Dec 20 21:57:20.279 INFO O| Dec 20 21:57:20.279 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-12-20T21:57:21.197Z | [ recovery-image] Dec 20 21:57:20.296 INFO O| Dec 20 21:57:20.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6676 | 2024-12-20T21:57:21.201Z | [ recovery-image] Dec 20 21:57:20.296 INFO O| Dec 20 21:57:20.296 INFO STEP 775 (remove_files) COMPLETE |
6677 | 2024-12-20T21:57:21.201Z | [ recovery-image] Dec 20 21:57:20.297 INFO O| Dec 20 21:57:20.296 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-12-20T21:57:21.216Z | [ recovery-image] Dec 20 21:57:20.315 INFO O| Dec 20 21:57:20.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6679 | 2024-12-20T21:57:21.216Z | [ recovery-image] Dec 20 21:57:20.315 INFO O| Dec 20 21:57:20.315 INFO STEP 776 (remove_files) COMPLETE |
6680 | 2024-12-20T21:57:21.216Z | [ recovery-image] Dec 20 21:57:20.315 INFO O| Dec 20 21:57:20.315 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-12-20T21:57:21.235Z | [ recovery-image] Dec 20 21:57:20.335 INFO O| Dec 20 21:57:20.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6682 | 2024-12-20T21:57:21.235Z | [ recovery-image] Dec 20 21:57:20.335 INFO O| Dec 20 21:57:20.335 INFO STEP 777 (remove_files) COMPLETE |
6683 | 2024-12-20T21:57:21.236Z | [ recovery-image] Dec 20 21:57:20.335 INFO O| Dec 20 21:57:20.335 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-12-20T21:57:21.253Z | [ recovery-image] Dec 20 21:57:20.353 INFO O| Dec 20 21:57:20.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6685 | 2024-12-20T21:57:21.253Z | [ recovery-image] Dec 20 21:57:20.353 INFO O| Dec 20 21:57:20.353 INFO STEP 778 (remove_files) COMPLETE |
6686 | 2024-12-20T21:57:21.256Z | [ recovery-image] Dec 20 21:57:20.353 INFO O| Dec 20 21:57:20.353 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-12-20T21:57:21.271Z | [ recovery-image] Dec 20 21:57:20.371 INFO O| Dec 20 21:57:20.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6688 | 2024-12-20T21:57:21.271Z | [ recovery-image] Dec 20 21:57:20.371 INFO O| Dec 20 21:57:20.371 INFO STEP 779 (remove_files) COMPLETE |
6689 | 2024-12-20T21:57:21.274Z | [ recovery-image] Dec 20 21:57:20.371 INFO O| Dec 20 21:57:20.371 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-12-20T21:57:21.290Z | [ recovery-image] Dec 20 21:57:20.389 INFO O| Dec 20 21:57:20.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6691 | 2024-12-20T21:57:21.292Z | [ recovery-image] Dec 20 21:57:20.389 INFO O| Dec 20 21:57:20.389 INFO STEP 780 (remove_files) COMPLETE |
6692 | 2024-12-20T21:57:21.292Z | [ recovery-image] Dec 20 21:57:20.389 INFO O| Dec 20 21:57:20.389 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-12-20T21:57:21.308Z | [ recovery-image] Dec 20 21:57:20.408 INFO O| Dec 20 21:57:20.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6694 | 2024-12-20T21:57:21.308Z | [ recovery-image] Dec 20 21:57:20.408 INFO O| Dec 20 21:57:20.408 INFO STEP 781 (remove_files) COMPLETE |
6695 | 2024-12-20T21:57:21.310Z | [ recovery-image] Dec 20 21:57:20.408 INFO O| Dec 20 21:57:20.408 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-12-20T21:57:21.321Z | [ recovery-image] Dec 20 21:57:20.421 INFO O| Dec 20 21:57:20.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6697 | 2024-12-20T21:57:21.321Z | [ recovery-image] Dec 20 21:57:20.421 INFO O| Dec 20 21:57:20.421 INFO STEP 782 (remove_files) COMPLETE |
6698 | 2024-12-20T21:57:21.321Z | [ recovery-image] Dec 20 21:57:20.421 INFO O| Dec 20 21:57:20.421 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-12-20T21:57:21.338Z | [ recovery-image] Dec 20 21:57:20.437 INFO O| Dec 20 21:57:20.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6700 | 2024-12-20T21:57:21.338Z | [ recovery-image] Dec 20 21:57:20.437 INFO O| Dec 20 21:57:20.437 INFO STEP 783 (remove_files) COMPLETE |
6701 | 2024-12-20T21:57:21.341Z | [ recovery-image] Dec 20 21:57:20.437 INFO O| Dec 20 21:57:20.437 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-12-20T21:57:21.355Z | [ recovery-image] Dec 20 21:57:20.454 INFO O| Dec 20 21:57:20.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6703 | 2024-12-20T21:57:21.355Z | [ recovery-image] Dec 20 21:57:20.454 INFO O| Dec 20 21:57:20.454 INFO STEP 784 (remove_files) COMPLETE |
6704 | 2024-12-20T21:57:21.357Z | [ recovery-image] Dec 20 21:57:20.454 INFO O| Dec 20 21:57:20.454 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-12-20T21:57:21.372Z | [ recovery-image] Dec 20 21:57:20.472 INFO O| Dec 20 21:57:20.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6706 | 2024-12-20T21:57:21.375Z | [ recovery-image] Dec 20 21:57:20.472 INFO O| Dec 20 21:57:20.472 INFO STEP 785 (remove_files) COMPLETE |
6707 | 2024-12-20T21:57:21.375Z | [ recovery-image] Dec 20 21:57:20.472 INFO O| Dec 20 21:57:20.472 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-12-20T21:57:21.390Z | [ recovery-image] Dec 20 21:57:20.489 INFO O| Dec 20 21:57:20.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6709 | 2024-12-20T21:57:21.393Z | [ recovery-image] Dec 20 21:57:20.490 INFO O| Dec 20 21:57:20.490 INFO STEP 786 (remove_files) COMPLETE |
6710 | 2024-12-20T21:57:21.393Z | [ recovery-image] Dec 20 21:57:20.490 INFO O| Dec 20 21:57:20.490 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-12-20T21:57:21.409Z | [ recovery-image] Dec 20 21:57:20.508 INFO O| Dec 20 21:57:20.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6712 | 2024-12-20T21:57:21.409Z | [ recovery-image] Dec 20 21:57:20.508 INFO O| Dec 20 21:57:20.508 INFO STEP 787 (remove_files) COMPLETE |
6713 | 2024-12-20T21:57:21.412Z | [ recovery-image] Dec 20 21:57:20.508 INFO O| Dec 20 21:57:20.508 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-12-20T21:57:21.426Z | [ recovery-image] Dec 20 21:57:20.526 INFO O| Dec 20 21:57:20.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6715 | 2024-12-20T21:57:21.426Z | [ recovery-image] Dec 20 21:57:20.526 INFO O| Dec 20 21:57:20.526 INFO STEP 788 (remove_files) COMPLETE |
6716 | 2024-12-20T21:57:21.426Z | [ recovery-image] Dec 20 21:57:20.526 INFO O| Dec 20 21:57:20.526 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-12-20T21:57:21.444Z | [ recovery-image] Dec 20 21:57:20.543 INFO O| Dec 20 21:57:20.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6718 | 2024-12-20T21:57:21.444Z | [ recovery-image] Dec 20 21:57:20.543 INFO O| Dec 20 21:57:20.543 INFO STEP 789 (remove_files) COMPLETE |
6719 | 2024-12-20T21:57:21.444Z | [ recovery-image] Dec 20 21:57:20.543 INFO O| Dec 20 21:57:20.543 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-12-20T21:57:21.461Z | [ recovery-image] Dec 20 21:57:20.561 INFO O| Dec 20 21:57:20.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6721 | 2024-12-20T21:57:21.461Z | [ recovery-image] Dec 20 21:57:20.561 INFO O| Dec 20 21:57:20.561 INFO STEP 790 (remove_files) COMPLETE |
6722 | 2024-12-20T21:57:21.461Z | [ recovery-image] Dec 20 21:57:20.561 INFO O| Dec 20 21:57:20.561 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-12-20T21:57:21.475Z | [ recovery-image] Dec 20 21:57:20.574 INFO O| Dec 20 21:57:20.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6724 | 2024-12-20T21:57:21.478Z | [ recovery-image] Dec 20 21:57:20.574 INFO O| Dec 20 21:57:20.574 INFO STEP 791 (remove_files) COMPLETE |
6725 | 2024-12-20T21:57:21.478Z | [ recovery-image] Dec 20 21:57:20.574 INFO O| Dec 20 21:57:20.574 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-12-20T21:57:21.490Z | [ recovery-image] Dec 20 21:57:20.590 INFO O| Dec 20 21:57:20.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6727 | 2024-12-20T21:57:21.490Z | [ recovery-image] Dec 20 21:57:20.590 INFO O| Dec 20 21:57:20.590 INFO STEP 792 (remove_files) COMPLETE |
6728 | 2024-12-20T21:57:21.493Z | [ recovery-image] Dec 20 21:57:20.590 INFO O| Dec 20 21:57:20.590 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-12-20T21:57:21.503Z | [ recovery-image] Dec 20 21:57:20.602 INFO O| Dec 20 21:57:20.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6730 | 2024-12-20T21:57:21.503Z | [ recovery-image] Dec 20 21:57:20.602 INFO O| Dec 20 21:57:20.602 INFO STEP 793 (remove_files) COMPLETE |
6731 | 2024-12-20T21:57:21.503Z | [ recovery-image] Dec 20 21:57:20.602 INFO O| Dec 20 21:57:20.602 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-12-20T21:57:21.521Z | [ recovery-image] Dec 20 21:57:20.620 INFO O| Dec 20 21:57:20.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6733 | 2024-12-20T21:57:21.521Z | [ recovery-image] Dec 20 21:57:20.620 INFO O| Dec 20 21:57:20.620 INFO STEP 794 (remove_files) COMPLETE |
6734 | 2024-12-20T21:57:21.521Z | [ recovery-image] Dec 20 21:57:20.620 INFO O| Dec 20 21:57:20.620 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-12-20T21:57:21.534Z | [ recovery-image] Dec 20 21:57:20.633 INFO O| Dec 20 21:57:20.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6736 | 2024-12-20T21:57:21.534Z | [ recovery-image] Dec 20 21:57:20.633 INFO O| Dec 20 21:57:20.633 INFO STEP 795 (remove_files) COMPLETE |
6737 | 2024-12-20T21:57:21.534Z | [ recovery-image] Dec 20 21:57:20.633 INFO O| Dec 20 21:57:20.633 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-12-20T21:57:21.553Z | [ recovery-image] Dec 20 21:57:20.652 INFO O| Dec 20 21:57:20.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6739 | 2024-12-20T21:57:21.555Z | [ recovery-image] Dec 20 21:57:20.652 INFO O| Dec 20 21:57:20.652 INFO STEP 796 (remove_files) COMPLETE |
6740 | 2024-12-20T21:57:21.555Z | [ recovery-image] Dec 20 21:57:20.652 INFO O| Dec 20 21:57:20.652 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-12-20T21:57:21.571Z | [ recovery-image] Dec 20 21:57:20.670 INFO O| Dec 20 21:57:20.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6742 | 2024-12-20T21:57:21.571Z | [ recovery-image] Dec 20 21:57:20.670 INFO O| Dec 20 21:57:20.670 INFO STEP 797 (remove_files) COMPLETE |
6743 | 2024-12-20T21:57:21.574Z | [ recovery-image] Dec 20 21:57:20.670 INFO O| Dec 20 21:57:20.670 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-12-20T21:57:21.588Z | [ recovery-image] Dec 20 21:57:20.687 INFO O| Dec 20 21:57:20.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6745 | 2024-12-20T21:57:21.588Z | [ recovery-image] Dec 20 21:57:20.687 INFO O| Dec 20 21:57:20.687 INFO STEP 798 (remove_files) COMPLETE |
6746 | 2024-12-20T21:57:21.590Z | [ recovery-image] Dec 20 21:57:20.688 INFO O| Dec 20 21:57:20.687 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-12-20T21:57:21.605Z | [ recovery-image] Dec 20 21:57:20.704 INFO O| Dec 20 21:57:20.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6748 | 2024-12-20T21:57:21.605Z | [ recovery-image] Dec 20 21:57:20.705 INFO O| Dec 20 21:57:20.704 INFO STEP 799 (remove_files) COMPLETE |
6749 | 2024-12-20T21:57:21.608Z | [ recovery-image] Dec 20 21:57:20.705 INFO O| Dec 20 21:57:20.704 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-12-20T21:57:21.617Z | [ recovery-image] Dec 20 21:57:20.717 INFO O| Dec 20 21:57:20.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6751 | 2024-12-20T21:57:21.619Z | [ recovery-image] Dec 20 21:57:20.717 INFO O| Dec 20 21:57:20.717 INFO STEP 800 (remove_files) COMPLETE |
6752 | 2024-12-20T21:57:21.620Z | [ recovery-image] Dec 20 21:57:20.717 INFO O| Dec 20 21:57:20.717 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-12-20T21:57:21.631Z | [ recovery-image] Dec 20 21:57:20.730 INFO O| Dec 20 21:57:20.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6754 | 2024-12-20T21:57:21.631Z | [ recovery-image] Dec 20 21:57:20.731 INFO O| Dec 20 21:57:20.730 INFO STEP 801 (remove_files) COMPLETE |
6755 | 2024-12-20T21:57:21.634Z | [ recovery-image] Dec 20 21:57:20.731 INFO O| Dec 20 21:57:20.730 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-12-20T21:57:21.647Z | [ recovery-image] Dec 20 21:57:20.747 INFO O| Dec 20 21:57:20.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6757 | 2024-12-20T21:57:21.647Z | [ recovery-image] Dec 20 21:57:20.747 INFO O| Dec 20 21:57:20.747 INFO STEP 802 (remove_files) COMPLETE |
6758 | 2024-12-20T21:57:21.650Z | [ recovery-image] Dec 20 21:57:20.747 INFO O| Dec 20 21:57:20.747 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-12-20T21:57:21.664Z | [ recovery-image] Dec 20 21:57:20.763 INFO O| Dec 20 21:57:20.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6760 | 2024-12-20T21:57:21.664Z | [ recovery-image] Dec 20 21:57:20.763 INFO O| Dec 20 21:57:20.763 INFO STEP 803 (remove_files) COMPLETE |
6761 | 2024-12-20T21:57:21.664Z | [ recovery-image] Dec 20 21:57:20.763 INFO O| Dec 20 21:57:20.763 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-12-20T21:57:21.683Z | [ recovery-image] Dec 20 21:57:20.782 INFO O| Dec 20 21:57:20.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6763 | 2024-12-20T21:57:21.683Z | [ recovery-image] Dec 20 21:57:20.782 INFO O| Dec 20 21:57:20.782 INFO STEP 804 (remove_files) COMPLETE |
6764 | 2024-12-20T21:57:21.690Z | [ recovery-image] Dec 20 21:57:20.783 INFO O| Dec 20 21:57:20.782 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-12-20T21:57:21.703Z | [ recovery-image] Dec 20 21:57:20.799 INFO O| Dec 20 21:57:20.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6766 | 2024-12-20T21:57:21.703Z | [ recovery-image] Dec 20 21:57:20.799 INFO O| Dec 20 21:57:20.799 INFO STEP 805 (remove_files) COMPLETE |
6767 | 2024-12-20T21:57:21.711Z | [ recovery-image] Dec 20 21:57:20.799 INFO O| Dec 20 21:57:20.799 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-12-20T21:57:21.717Z | [ recovery-image] Dec 20 21:57:20.816 INFO O| Dec 20 21:57:20.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6769 | 2024-12-20T21:57:21.717Z | [ recovery-image] Dec 20 21:57:20.816 INFO O| Dec 20 21:57:20.816 INFO STEP 806 (remove_files) COMPLETE |
6770 | 2024-12-20T21:57:21.717Z | [ recovery-image] Dec 20 21:57:20.816 INFO O| Dec 20 21:57:20.816 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-12-20T21:57:21.733Z | [ recovery-image] Dec 20 21:57:20.832 INFO O| Dec 20 21:57:20.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6772 | 2024-12-20T21:57:21.733Z | [ recovery-image] Dec 20 21:57:20.832 INFO O| Dec 20 21:57:20.832 INFO STEP 807 (remove_files) COMPLETE |
6773 | 2024-12-20T21:57:21.735Z | [ recovery-image] Dec 20 21:57:20.832 INFO O| Dec 20 21:57:20.832 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-12-20T21:57:21.745Z | [ recovery-image] Dec 20 21:57:20.844 INFO O| Dec 20 21:57:20.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6775 | 2024-12-20T21:57:21.748Z | [ recovery-image] Dec 20 21:57:20.845 INFO O| Dec 20 21:57:20.845 INFO STEP 808 (remove_files) COMPLETE |
6776 | 2024-12-20T21:57:21.748Z | [ recovery-image] Dec 20 21:57:20.845 INFO O| Dec 20 21:57:20.845 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-12-20T21:57:21.759Z | [ recovery-image] Dec 20 21:57:20.859 INFO O| Dec 20 21:57:20.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6778 | 2024-12-20T21:57:21.759Z | [ recovery-image] Dec 20 21:57:20.859 INFO O| Dec 20 21:57:20.859 INFO STEP 809 (remove_files) COMPLETE |
6779 | 2024-12-20T21:57:21.762Z | [ recovery-image] Dec 20 21:57:20.859 INFO O| Dec 20 21:57:20.859 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-12-20T21:57:21.773Z | [ recovery-image] Dec 20 21:57:20.873 INFO O| Dec 20 21:57:20.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6781 | 2024-12-20T21:57:21.775Z | [ recovery-image] Dec 20 21:57:20.873 INFO O| Dec 20 21:57:20.873 INFO STEP 810 (remove_files) COMPLETE |
6782 | 2024-12-20T21:57:21.776Z | [ recovery-image] Dec 20 21:57:20.873 INFO O| Dec 20 21:57:20.873 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-12-20T21:57:21.787Z | [ recovery-image] Dec 20 21:57:20.886 INFO O| Dec 20 21:57:20.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6784 | 2024-12-20T21:57:21.787Z | [ recovery-image] Dec 20 21:57:20.887 INFO O| Dec 20 21:57:20.887 INFO STEP 811 (remove_files) COMPLETE |
6785 | 2024-12-20T21:57:21.790Z | [ recovery-image] Dec 20 21:57:20.887 INFO O| Dec 20 21:57:20.887 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-12-20T21:57:21.803Z | [ recovery-image] Dec 20 21:57:20.902 INFO O| Dec 20 21:57:20.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6787 | 2024-12-20T21:57:21.803Z | [ recovery-image] Dec 20 21:57:20.902 INFO O| Dec 20 21:57:20.902 INFO STEP 812 (remove_files) COMPLETE |
6788 | 2024-12-20T21:57:21.805Z | [ recovery-image] Dec 20 21:57:20.902 INFO O| Dec 20 21:57:20.902 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-12-20T21:57:21.817Z | [ recovery-image] Dec 20 21:57:20.917 INFO O| Dec 20 21:57:20.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6790 | 2024-12-20T21:57:21.817Z | [ recovery-image] Dec 20 21:57:20.917 INFO O| Dec 20 21:57:20.917 INFO STEP 813 (remove_files) COMPLETE |
6791 | 2024-12-20T21:57:21.820Z | [ recovery-image] Dec 20 21:57:20.917 INFO O| Dec 20 21:57:20.917 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-12-20T21:57:21.833Z | [ recovery-image] Dec 20 21:57:20.933 INFO O| Dec 20 21:57:20.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6793 | 2024-12-20T21:57:21.833Z | [ recovery-image] Dec 20 21:57:20.933 INFO O| Dec 20 21:57:20.933 INFO STEP 814 (remove_files) COMPLETE |
6794 | 2024-12-20T21:57:21.834Z | [ recovery-image] Dec 20 21:57:20.933 INFO O| Dec 20 21:57:20.933 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-12-20T21:57:21.848Z | [ recovery-image] Dec 20 21:57:20.948 INFO O| Dec 20 21:57:20.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6796 | 2024-12-20T21:57:21.848Z | [ recovery-image] Dec 20 21:57:20.948 INFO O| Dec 20 21:57:20.948 INFO STEP 815 (remove_files) COMPLETE |
6797 | 2024-12-20T21:57:21.851Z | [ recovery-image] Dec 20 21:57:20.948 INFO O| Dec 20 21:57:20.948 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-12-20T21:57:21.865Z | [ recovery-image] Dec 20 21:57:20.964 INFO O| Dec 20 21:57:20.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6799 | 2024-12-20T21:57:21.865Z | [ recovery-image] Dec 20 21:57:20.964 INFO O| Dec 20 21:57:20.964 INFO STEP 816 (remove_files) COMPLETE |
6800 | 2024-12-20T21:57:21.865Z | [ recovery-image] Dec 20 21:57:20.964 INFO O| Dec 20 21:57:20.964 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-12-20T21:57:21.882Z | [ recovery-image] Dec 20 21:57:20.981 INFO O| Dec 20 21:57:20.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6802 | 2024-12-20T21:57:21.882Z | [ recovery-image] Dec 20 21:57:20.981 INFO O| Dec 20 21:57:20.981 INFO STEP 817 (remove_files) COMPLETE |
6803 | 2024-12-20T21:57:21.893Z | [ recovery-image] Dec 20 21:57:20.981 INFO O| Dec 20 21:57:20.981 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-12-20T21:57:21.896Z | [ recovery-image] Dec 20 21:57:20.994 INFO O| Dec 20 21:57:20.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6805 | 2024-12-20T21:57:21.896Z | [ recovery-image] Dec 20 21:57:20.994 INFO O| Dec 20 21:57:20.994 INFO STEP 818 (remove_files) COMPLETE |
6806 | 2024-12-20T21:57:21.896Z | [ recovery-image] Dec 20 21:57:20.994 INFO O| Dec 20 21:57:20.994 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-12-20T21:57:21.913Z | [ recovery-image] Dec 20 21:57:21.012 INFO O| Dec 20 21:57:21.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6808 | 2024-12-20T21:57:21.913Z | [ recovery-image] Dec 20 21:57:21.013 INFO O| Dec 20 21:57:21.012 INFO STEP 819 (remove_files) COMPLETE |
6809 | 2024-12-20T21:57:21.916Z | [ recovery-image] Dec 20 21:57:21.013 INFO O| Dec 20 21:57:21.013 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-12-20T21:57:21.931Z | [ recovery-image] Dec 20 21:57:21.030 INFO O| Dec 20 21:57:21.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6811 | 2024-12-20T21:57:21.931Z | [ recovery-image] Dec 20 21:57:21.030 INFO O| Dec 20 21:57:21.030 INFO STEP 820 (remove_files) COMPLETE |
6812 | 2024-12-20T21:57:21.931Z | [ recovery-image] Dec 20 21:57:21.030 INFO O| Dec 20 21:57:21.030 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-12-20T21:57:21.948Z | [ recovery-image] Dec 20 21:57:21.047 INFO O| Dec 20 21:57:21.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6814 | 2024-12-20T21:57:21.948Z | [ recovery-image] Dec 20 21:57:21.047 INFO O| Dec 20 21:57:21.047 INFO STEP 821 (remove_files) COMPLETE |
6815 | 2024-12-20T21:57:21.950Z | [ recovery-image] Dec 20 21:57:21.047 INFO O| Dec 20 21:57:21.047 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-12-20T21:57:21.966Z | [ recovery-image] Dec 20 21:57:21.064 INFO O| Dec 20 21:57:21.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6817 | 2024-12-20T21:57:21.969Z | [ recovery-image] Dec 20 21:57:21.065 INFO O| Dec 20 21:57:21.065 INFO STEP 822 (remove_files) COMPLETE |
6818 | 2024-12-20T21:57:21.969Z | [ recovery-image] Dec 20 21:57:21.065 INFO O| Dec 20 21:57:21.065 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-12-20T21:57:21.982Z | [ recovery-image] Dec 20 21:57:21.082 INFO O| Dec 20 21:57:21.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6820 | 2024-12-20T21:57:21.985Z | [ recovery-image] Dec 20 21:57:21.082 INFO O| Dec 20 21:57:21.082 INFO STEP 823 (remove_files) COMPLETE |
6821 | 2024-12-20T21:57:21.985Z | [ recovery-image] Dec 20 21:57:21.082 INFO O| Dec 20 21:57:21.082 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-12-20T21:57:22.000Z | [ recovery-image] Dec 20 21:57:21.099 INFO O| Dec 20 21:57:21.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6823 | 2024-12-20T21:57:22.000Z | [ recovery-image] Dec 20 21:57:21.099 INFO O| Dec 20 21:57:21.099 INFO STEP 824 (remove_files) COMPLETE |
6824 | 2024-12-20T21:57:22.000Z | [ recovery-image] Dec 20 21:57:21.099 INFO O| Dec 20 21:57:21.099 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-12-20T21:57:22.017Z | [ recovery-image] Dec 20 21:57:21.116 INFO O| Dec 20 21:57:21.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6826 | 2024-12-20T21:57:22.017Z | [ recovery-image] Dec 20 21:57:21.116 INFO O| Dec 20 21:57:21.116 INFO STEP 825 (remove_files) COMPLETE |
6827 | 2024-12-20T21:57:22.020Z | [ recovery-image] Dec 20 21:57:21.116 INFO O| Dec 20 21:57:21.116 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-12-20T21:57:22.031Z | [ recovery-image] Dec 20 21:57:21.130 INFO O| Dec 20 21:57:21.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6829 | 2024-12-20T21:57:22.031Z | [ recovery-image] Dec 20 21:57:21.130 INFO O| Dec 20 21:57:21.130 INFO STEP 826 (remove_files) COMPLETE |
6830 | 2024-12-20T21:57:22.031Z | [ recovery-image] Dec 20 21:57:21.130 INFO O| Dec 20 21:57:21.130 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-12-20T21:57:22.045Z | [ recovery-image] Dec 20 21:57:21.144 INFO O| Dec 20 21:57:21.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6832 | 2024-12-20T21:57:22.045Z | [ recovery-image] Dec 20 21:57:21.144 INFO O| Dec 20 21:57:21.144 INFO STEP 827 (remove_files) COMPLETE |
6833 | 2024-12-20T21:57:22.045Z | [ recovery-image] Dec 20 21:57:21.145 INFO O| Dec 20 21:57:21.144 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-12-20T21:57:22.061Z | [ recovery-image] Dec 20 21:57:21.160 INFO O| Dec 20 21:57:21.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6835 | 2024-12-20T21:57:22.061Z | [ recovery-image] Dec 20 21:57:21.160 INFO O| Dec 20 21:57:21.160 INFO STEP 828 (remove_files) COMPLETE |
6836 | 2024-12-20T21:57:22.061Z | [ recovery-image] Dec 20 21:57:21.160 INFO O| Dec 20 21:57:21.160 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-12-20T21:57:22.077Z | [ recovery-image] Dec 20 21:57:21.176 INFO O| Dec 20 21:57:21.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6838 | 2024-12-20T21:57:22.077Z | [ recovery-image] Dec 20 21:57:21.176 INFO O| Dec 20 21:57:21.176 INFO STEP 829 (remove_files) COMPLETE |
6839 | 2024-12-20T21:57:22.077Z | [ recovery-image] Dec 20 21:57:21.176 INFO O| Dec 20 21:57:21.176 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-12-20T21:57:22.093Z | [ recovery-image] Dec 20 21:57:21.193 INFO O| Dec 20 21:57:21.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6841 | 2024-12-20T21:57:22.093Z | [ recovery-image] Dec 20 21:57:21.193 INFO O| Dec 20 21:57:21.193 INFO STEP 830 (remove_files) COMPLETE |
6842 | 2024-12-20T21:57:22.096Z | [ recovery-image] Dec 20 21:57:21.193 INFO O| Dec 20 21:57:21.193 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-12-20T21:57:22.110Z | [ recovery-image] Dec 20 21:57:21.209 INFO O| Dec 20 21:57:21.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6844 | 2024-12-20T21:57:22.110Z | [ recovery-image] Dec 20 21:57:21.209 INFO O| Dec 20 21:57:21.209 INFO STEP 831 (remove_files) COMPLETE |
6845 | 2024-12-20T21:57:22.110Z | [ recovery-image] Dec 20 21:57:21.209 INFO O| Dec 20 21:57:21.209 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-12-20T21:57:22.126Z | [ recovery-image] Dec 20 21:57:21.225 INFO O| Dec 20 21:57:21.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6847 | 2024-12-20T21:57:22.126Z | [ recovery-image] Dec 20 21:57:21.225 INFO O| Dec 20 21:57:21.225 INFO STEP 832 (remove_files) COMPLETE |
6848 | 2024-12-20T21:57:22.126Z | [ recovery-image] Dec 20 21:57:21.225 INFO O| Dec 20 21:57:21.225 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-12-20T21:57:22.144Z | [ recovery-image] Dec 20 21:57:21.243 INFO O| Dec 20 21:57:21.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6850 | 2024-12-20T21:57:22.144Z | [ recovery-image] Dec 20 21:57:21.243 INFO O| Dec 20 21:57:21.243 INFO STEP 833 (remove_files) COMPLETE |
6851 | 2024-12-20T21:57:22.147Z | [ recovery-image] Dec 20 21:57:21.243 INFO O| Dec 20 21:57:21.243 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-12-20T21:57:22.160Z | [ recovery-image] Dec 20 21:57:21.259 INFO O| Dec 20 21:57:21.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6853 | 2024-12-20T21:57:22.160Z | [ recovery-image] Dec 20 21:57:21.259 INFO O| Dec 20 21:57:21.259 INFO STEP 834 (remove_files) COMPLETE |
6854 | 2024-12-20T21:57:22.160Z | [ recovery-image] Dec 20 21:57:21.260 INFO O| Dec 20 21:57:21.259 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-12-20T21:57:22.176Z | [ recovery-image] Dec 20 21:57:21.275 INFO O| Dec 20 21:57:21.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6856 | 2024-12-20T21:57:22.176Z | [ recovery-image] Dec 20 21:57:21.275 INFO O| Dec 20 21:57:21.275 INFO STEP 835 (remove_files) COMPLETE |
6857 | 2024-12-20T21:57:22.176Z | [ recovery-image] Dec 20 21:57:21.275 INFO O| Dec 20 21:57:21.275 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-12-20T21:57:22.188Z | [ recovery-image] Dec 20 21:57:21.288 INFO O| Dec 20 21:57:21.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6859 | 2024-12-20T21:57:22.189Z | [ recovery-image] Dec 20 21:57:21.288 INFO O| Dec 20 21:57:21.288 INFO STEP 836 (remove_files) COMPLETE |
6860 | 2024-12-20T21:57:22.191Z | [ recovery-image] Dec 20 21:57:21.288 INFO O| Dec 20 21:57:21.288 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-12-20T21:57:22.202Z | [ recovery-image] Dec 20 21:57:21.301 INFO O| Dec 20 21:57:21.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6862 | 2024-12-20T21:57:22.202Z | [ recovery-image] Dec 20 21:57:21.301 INFO O| Dec 20 21:57:21.301 INFO STEP 837 (remove_files) COMPLETE |
6863 | 2024-12-20T21:57:22.204Z | [ recovery-image] Dec 20 21:57:21.301 INFO O| Dec 20 21:57:21.301 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-12-20T21:57:22.213Z | [ recovery-image] Dec 20 21:57:21.313 INFO O| Dec 20 21:57:21.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6865 | 2024-12-20T21:57:22.213Z | [ recovery-image] Dec 20 21:57:21.313 INFO O| Dec 20 21:57:21.313 INFO STEP 838 (remove_files) COMPLETE |
6866 | 2024-12-20T21:57:22.213Z | [ recovery-image] Dec 20 21:57:21.313 INFO O| Dec 20 21:57:21.313 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-12-20T21:57:22.227Z | [ recovery-image] Dec 20 21:57:21.327 INFO O| Dec 20 21:57:21.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6868 | 2024-12-20T21:57:22.227Z | [ recovery-image] Dec 20 21:57:21.327 INFO O| Dec 20 21:57:21.327 INFO STEP 839 (remove_files) COMPLETE |
6869 | 2024-12-20T21:57:22.227Z | [ recovery-image] Dec 20 21:57:21.327 INFO O| Dec 20 21:57:21.327 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-12-20T21:57:22.239Z | [ recovery-image] Dec 20 21:57:21.338 INFO O| Dec 20 21:57:21.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6871 | 2024-12-20T21:57:22.239Z | [ recovery-image] Dec 20 21:57:21.338 INFO O| Dec 20 21:57:21.338 INFO STEP 840 (remove_files) COMPLETE |
6872 | 2024-12-20T21:57:22.239Z | [ recovery-image] Dec 20 21:57:21.338 INFO O| Dec 20 21:57:21.338 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-12-20T21:57:22.252Z | [ recovery-image] Dec 20 21:57:21.349 INFO O| Dec 20 21:57:21.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6874 | 2024-12-20T21:57:22.252Z | [ recovery-image] Dec 20 21:57:21.349 INFO O| Dec 20 21:57:21.349 INFO STEP 841 (remove_files) COMPLETE |
6875 | 2024-12-20T21:57:22.252Z | [ recovery-image] Dec 20 21:57:21.349 INFO O| Dec 20 21:57:21.349 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-12-20T21:57:22.260Z | [ recovery-image] Dec 20 21:57:21.360 INFO O| Dec 20 21:57:21.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6877 | 2024-12-20T21:57:22.260Z | [ recovery-image] Dec 20 21:57:21.360 INFO O| Dec 20 21:57:21.360 INFO STEP 842 (remove_files) COMPLETE |
6878 | 2024-12-20T21:57:22.263Z | [ recovery-image] Dec 20 21:57:21.360 INFO O| Dec 20 21:57:21.360 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-12-20T21:57:22.276Z | [ recovery-image] Dec 20 21:57:21.375 INFO O| Dec 20 21:57:21.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6880 | 2024-12-20T21:57:22.276Z | [ recovery-image] Dec 20 21:57:21.375 INFO O| Dec 20 21:57:21.375 INFO STEP 843 (remove_files) COMPLETE |
6881 | 2024-12-20T21:57:22.278Z | [ recovery-image] Dec 20 21:57:21.375 INFO O| Dec 20 21:57:21.375 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-12-20T21:57:22.292Z | [ recovery-image] Dec 20 21:57:21.390 INFO O| Dec 20 21:57:21.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6883 | 2024-12-20T21:57:22.294Z | [ recovery-image] Dec 20 21:57:21.390 INFO O| Dec 20 21:57:21.390 INFO STEP 844 (remove_files) COMPLETE |
6884 | 2024-12-20T21:57:22.295Z | [ recovery-image] Dec 20 21:57:21.390 INFO O| Dec 20 21:57:21.390 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-12-20T21:57:22.302Z | [ recovery-image] Dec 20 21:57:21.401 INFO O| Dec 20 21:57:21.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6886 | 2024-12-20T21:57:22.302Z | [ recovery-image] Dec 20 21:57:21.401 INFO O| Dec 20 21:57:21.401 INFO STEP 845 (remove_files) COMPLETE |
6887 | 2024-12-20T21:57:22.304Z | [ recovery-image] Dec 20 21:57:21.401 INFO O| Dec 20 21:57:21.401 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-12-20T21:57:22.312Z | [ recovery-image] Dec 20 21:57:21.412 INFO O| Dec 20 21:57:21.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6889 | 2024-12-20T21:57:22.312Z | [ recovery-image] Dec 20 21:57:21.412 INFO O| Dec 20 21:57:21.412 INFO STEP 846 (remove_files) COMPLETE |
6890 | 2024-12-20T21:57:22.312Z | [ recovery-image] Dec 20 21:57:21.412 INFO O| Dec 20 21:57:21.412 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-12-20T21:57:22.323Z | [ recovery-image] Dec 20 21:57:21.423 INFO O| Dec 20 21:57:21.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6892 | 2024-12-20T21:57:22.323Z | [ recovery-image] Dec 20 21:57:21.423 INFO O| Dec 20 21:57:21.423 INFO STEP 847 (remove_files) COMPLETE |
6893 | 2024-12-20T21:57:22.323Z | [ recovery-image] Dec 20 21:57:21.423 INFO O| Dec 20 21:57:21.423 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-12-20T21:57:22.334Z | [ recovery-image] Dec 20 21:57:21.434 INFO O| Dec 20 21:57:21.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6895 | 2024-12-20T21:57:22.334Z | [ recovery-image] Dec 20 21:57:21.434 INFO O| Dec 20 21:57:21.434 INFO STEP 848 (remove_files) COMPLETE |
6896 | 2024-12-20T21:57:22.336Z | [ recovery-image] Dec 20 21:57:21.434 INFO O| Dec 20 21:57:21.434 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-12-20T21:57:22.347Z | [ recovery-image] Dec 20 21:57:21.446 INFO O| Dec 20 21:57:21.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6898 | 2024-12-20T21:57:22.347Z | [ recovery-image] Dec 20 21:57:21.446 INFO O| Dec 20 21:57:21.446 INFO STEP 849 (remove_files) COMPLETE |
6899 | 2024-12-20T21:57:22.347Z | [ recovery-image] Dec 20 21:57:21.446 INFO O| Dec 20 21:57:21.446 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-12-20T21:57:22.358Z | [ recovery-image] Dec 20 21:57:21.457 INFO O| Dec 20 21:57:21.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6901 | 2024-12-20T21:57:22.360Z | [ recovery-image] Dec 20 21:57:21.457 INFO O| Dec 20 21:57:21.457 INFO STEP 850 (remove_files) COMPLETE |
6902 | 2024-12-20T21:57:22.360Z | [ recovery-image] Dec 20 21:57:21.457 INFO O| Dec 20 21:57:21.457 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-12-20T21:57:22.369Z | [ recovery-image] Dec 20 21:57:21.468 INFO O| Dec 20 21:57:21.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6904 | 2024-12-20T21:57:22.372Z | [ recovery-image] Dec 20 21:57:21.468 INFO O| Dec 20 21:57:21.468 INFO STEP 851 (remove_files) COMPLETE |
6905 | 2024-12-20T21:57:22.372Z | [ recovery-image] Dec 20 21:57:21.468 INFO O| Dec 20 21:57:21.468 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-12-20T21:57:22.380Z | [ recovery-image] Dec 20 21:57:21.479 INFO O| Dec 20 21:57:21.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6907 | 2024-12-20T21:57:22.380Z | [ recovery-image] Dec 20 21:57:21.479 INFO O| Dec 20 21:57:21.479 INFO STEP 852 (remove_files) COMPLETE |
6908 | 2024-12-20T21:57:22.383Z | [ recovery-image] Dec 20 21:57:21.479 INFO O| Dec 20 21:57:21.479 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-12-20T21:57:22.395Z | [ recovery-image] Dec 20 21:57:21.494 INFO O| Dec 20 21:57:21.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6910 | 2024-12-20T21:57:22.395Z | [ recovery-image] Dec 20 21:57:21.494 INFO O| Dec 20 21:57:21.494 INFO STEP 853 (remove_files) COMPLETE |
6911 | 2024-12-20T21:57:22.397Z | [ recovery-image] Dec 20 21:57:21.494 INFO O| Dec 20 21:57:21.494 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-12-20T21:57:22.410Z | [ recovery-image] Dec 20 21:57:21.509 INFO O| Dec 20 21:57:21.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6913 | 2024-12-20T21:57:22.410Z | [ recovery-image] Dec 20 21:57:21.509 INFO O| Dec 20 21:57:21.509 INFO STEP 854 (remove_files) COMPLETE |
6914 | 2024-12-20T21:57:22.412Z | [ recovery-image] Dec 20 21:57:21.509 INFO O| Dec 20 21:57:21.509 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-12-20T21:57:22.424Z | [ recovery-image] Dec 20 21:57:21.523 INFO O| Dec 20 21:57:21.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6916 | 2024-12-20T21:57:22.424Z | [ recovery-image] Dec 20 21:57:21.523 INFO O| Dec 20 21:57:21.523 INFO STEP 855 (remove_files) COMPLETE |
6917 | 2024-12-20T21:57:22.426Z | [ recovery-image] Dec 20 21:57:21.523 INFO O| Dec 20 21:57:21.523 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-12-20T21:57:22.438Z | [ recovery-image] Dec 20 21:57:21.537 INFO O| Dec 20 21:57:21.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6919 | 2024-12-20T21:57:22.438Z | [ recovery-image] Dec 20 21:57:21.538 INFO O| Dec 20 21:57:21.538 INFO STEP 856 (remove_files) COMPLETE |
6920 | 2024-12-20T21:57:22.438Z | [ recovery-image] Dec 20 21:57:21.538 INFO O| Dec 20 21:57:21.538 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-12-20T21:57:22.449Z | [ recovery-image] Dec 20 21:57:21.548 INFO O| Dec 20 21:57:21.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6922 | 2024-12-20T21:57:22.451Z | [ recovery-image] Dec 20 21:57:21.548 INFO O| Dec 20 21:57:21.548 INFO STEP 857 (remove_files) COMPLETE |
6923 | 2024-12-20T21:57:22.451Z | [ recovery-image] Dec 20 21:57:21.548 INFO O| Dec 20 21:57:21.548 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-12-20T21:57:22.464Z | [ recovery-image] Dec 20 21:57:21.563 INFO O| Dec 20 21:57:21.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6925 | 2024-12-20T21:57:22.464Z | [ recovery-image] Dec 20 21:57:21.563 INFO O| Dec 20 21:57:21.563 INFO STEP 858 (remove_files) COMPLETE |
6926 | 2024-12-20T21:57:22.466Z | [ recovery-image] Dec 20 21:57:21.563 INFO O| Dec 20 21:57:21.563 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-12-20T21:57:22.477Z | [ recovery-image] Dec 20 21:57:21.576 INFO O| Dec 20 21:57:21.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6928 | 2024-12-20T21:57:22.477Z | [ recovery-image] Dec 20 21:57:21.576 INFO O| Dec 20 21:57:21.576 INFO STEP 859 (remove_files) COMPLETE |
6929 | 2024-12-20T21:57:22.477Z | [ recovery-image] Dec 20 21:57:21.576 INFO O| Dec 20 21:57:21.576 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-12-20T21:57:22.490Z | [ recovery-image] Dec 20 21:57:21.590 INFO O| Dec 20 21:57:21.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6931 | 2024-12-20T21:57:22.490Z | [ recovery-image] Dec 20 21:57:21.590 INFO O| Dec 20 21:57:21.590 INFO STEP 860 (remove_files) COMPLETE |
6932 | 2024-12-20T21:57:22.490Z | [ recovery-image] Dec 20 21:57:21.590 INFO O| Dec 20 21:57:21.590 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-12-20T21:57:22.503Z | [ recovery-image] Dec 20 21:57:21.600 INFO O| Dec 20 21:57:21.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6934 | 2024-12-20T21:57:22.505Z | [ recovery-image] Dec 20 21:57:21.601 INFO O| Dec 20 21:57:21.601 INFO STEP 861 (remove_files) COMPLETE |
6935 | 2024-12-20T21:57:22.505Z | [ recovery-image] Dec 20 21:57:21.601 INFO O| Dec 20 21:57:21.601 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-12-20T21:57:22.512Z | [ recovery-image] Dec 20 21:57:21.612 INFO O| Dec 20 21:57:21.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6937 | 2024-12-20T21:57:22.512Z | [ recovery-image] Dec 20 21:57:21.612 INFO O| Dec 20 21:57:21.612 INFO STEP 862 (remove_files) COMPLETE |
6938 | 2024-12-20T21:57:22.516Z | [ recovery-image] Dec 20 21:57:21.612 INFO O| Dec 20 21:57:21.612 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-12-20T21:57:22.527Z | [ recovery-image] Dec 20 21:57:21.626 INFO O| Dec 20 21:57:21.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6940 | 2024-12-20T21:57:22.527Z | [ recovery-image] Dec 20 21:57:21.626 INFO O| Dec 20 21:57:21.626 INFO STEP 863 (remove_files) COMPLETE |
6941 | 2024-12-20T21:57:22.529Z | [ recovery-image] Dec 20 21:57:21.626 INFO O| Dec 20 21:57:21.626 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-12-20T21:57:22.543Z | [ recovery-image] Dec 20 21:57:21.642 INFO O| Dec 20 21:57:21.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6943 | 2024-12-20T21:57:22.543Z | [ recovery-image] Dec 20 21:57:21.642 INFO O| Dec 20 21:57:21.642 INFO STEP 864 (remove_files) COMPLETE |
6944 | 2024-12-20T21:57:22.543Z | [ recovery-image] Dec 20 21:57:21.642 INFO O| Dec 20 21:57:21.642 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-12-20T21:57:22.556Z | [ recovery-image] Dec 20 21:57:21.656 INFO O| Dec 20 21:57:21.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6946 | 2024-12-20T21:57:22.556Z | [ recovery-image] Dec 20 21:57:21.656 INFO O| Dec 20 21:57:21.656 INFO STEP 865 (remove_files) COMPLETE |
6947 | 2024-12-20T21:57:22.556Z | [ recovery-image] Dec 20 21:57:21.656 INFO O| Dec 20 21:57:21.656 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-12-20T21:57:22.572Z | [ recovery-image] Dec 20 21:57:21.671 INFO O| Dec 20 21:57:21.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6949 | 2024-12-20T21:57:22.572Z | [ recovery-image] Dec 20 21:57:21.671 INFO O| Dec 20 21:57:21.671 INFO STEP 866 (remove_files) COMPLETE |
6950 | 2024-12-20T21:57:22.574Z | [ recovery-image] Dec 20 21:57:21.671 INFO O| Dec 20 21:57:21.671 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-12-20T21:57:22.586Z | [ recovery-image] Dec 20 21:57:21.686 INFO O| Dec 20 21:57:21.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6952 | 2024-12-20T21:57:22.589Z | [ recovery-image] Dec 20 21:57:21.686 INFO O| Dec 20 21:57:21.686 INFO STEP 867 (remove_files) COMPLETE |
6953 | 2024-12-20T21:57:22.589Z | [ recovery-image] Dec 20 21:57:21.686 INFO O| Dec 20 21:57:21.686 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-12-20T21:57:22.600Z | [ recovery-image] Dec 20 21:57:21.699 INFO O| Dec 20 21:57:21.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6955 | 2024-12-20T21:57:22.600Z | [ recovery-image] Dec 20 21:57:21.699 INFO O| Dec 20 21:57:21.699 INFO STEP 868 (remove_files) COMPLETE |
6956 | 2024-12-20T21:57:22.602Z | [ recovery-image] Dec 20 21:57:21.700 INFO O| Dec 20 21:57:21.699 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-12-20T21:57:22.611Z | [ recovery-image] Dec 20 21:57:21.710 INFO O| Dec 20 21:57:21.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6958 | 2024-12-20T21:57:22.611Z | [ recovery-image] Dec 20 21:57:21.710 INFO O| Dec 20 21:57:21.710 INFO STEP 869 (remove_files) COMPLETE |
6959 | 2024-12-20T21:57:22.613Z | [ recovery-image] Dec 20 21:57:21.710 INFO O| Dec 20 21:57:21.710 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-12-20T21:57:22.622Z | [ recovery-image] Dec 20 21:57:21.721 INFO O| Dec 20 21:57:21.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6961 | 2024-12-20T21:57:22.622Z | [ recovery-image] Dec 20 21:57:21.721 INFO O| Dec 20 21:57:21.721 INFO STEP 870 (remove_files) COMPLETE |
6962 | 2024-12-20T21:57:22.624Z | [ recovery-image] Dec 20 21:57:21.721 INFO O| Dec 20 21:57:21.721 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-12-20T21:57:22.633Z | [ recovery-image] Dec 20 21:57:21.732 INFO O| Dec 20 21:57:21.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6964 | 2024-12-20T21:57:22.633Z | [ recovery-image] Dec 20 21:57:21.732 INFO O| Dec 20 21:57:21.732 INFO STEP 871 (remove_files) COMPLETE |
6965 | 2024-12-20T21:57:22.633Z | [ recovery-image] Dec 20 21:57:21.732 INFO O| Dec 20 21:57:21.732 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-12-20T21:57:22.644Z | [ recovery-image] Dec 20 21:57:21.743 INFO O| Dec 20 21:57:21.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6967 | 2024-12-20T21:57:22.644Z | [ recovery-image] Dec 20 21:57:21.743 INFO O| Dec 20 21:57:21.743 INFO STEP 872 (remove_files) COMPLETE |
6968 | 2024-12-20T21:57:22.644Z | [ recovery-image] Dec 20 21:57:21.743 INFO O| Dec 20 21:57:21.743 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-12-20T21:57:22.655Z | [ recovery-image] Dec 20 21:57:21.754 INFO O| Dec 20 21:57:21.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6970 | 2024-12-20T21:57:22.655Z | [ recovery-image] Dec 20 21:57:21.754 INFO O| Dec 20 21:57:21.754 INFO STEP 873 (remove_files) COMPLETE |
6971 | 2024-12-20T21:57:22.657Z | [ recovery-image] Dec 20 21:57:21.754 INFO O| Dec 20 21:57:21.754 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-12-20T21:57:22.666Z | [ recovery-image] Dec 20 21:57:21.765 INFO O| Dec 20 21:57:21.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6973 | 2024-12-20T21:57:22.669Z | [ recovery-image] Dec 20 21:57:21.765 INFO O| Dec 20 21:57:21.765 INFO STEP 874 (remove_files) COMPLETE |
6974 | 2024-12-20T21:57:22.669Z | [ recovery-image] Dec 20 21:57:21.765 INFO O| Dec 20 21:57:21.765 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-12-20T21:57:22.677Z | [ recovery-image] Dec 20 21:57:21.776 INFO O| Dec 20 21:57:21.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6976 | 2024-12-20T21:57:22.677Z | [ recovery-image] Dec 20 21:57:21.776 INFO O| Dec 20 21:57:21.776 INFO STEP 875 (remove_files) COMPLETE |
6977 | 2024-12-20T21:57:22.677Z | [ recovery-image] Dec 20 21:57:21.776 INFO O| Dec 20 21:57:21.776 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-12-20T21:57:22.687Z | [ recovery-image] Dec 20 21:57:21.787 INFO O| Dec 20 21:57:21.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6979 | 2024-12-20T21:57:22.687Z | [ recovery-image] Dec 20 21:57:21.787 INFO O| Dec 20 21:57:21.787 INFO STEP 876 (remove_files) COMPLETE |
6980 | 2024-12-20T21:57:22.690Z | [ recovery-image] Dec 20 21:57:21.787 INFO O| Dec 20 21:57:21.787 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2024-12-20T21:57:22.700Z | [ recovery-image] Dec 20 21:57:21.800 INFO O| Dec 20 21:57:21.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6982 | 2024-12-20T21:57:22.701Z | [ recovery-image] Dec 20 21:57:21.800 INFO O| Dec 20 21:57:21.800 INFO STEP 877 (remove_files) COMPLETE |
6983 | 2024-12-20T21:57:22.701Z | [ recovery-image] Dec 20 21:57:21.800 INFO O| Dec 20 21:57:21.800 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2024-12-20T21:57:22.713Z | [ recovery-image] Dec 20 21:57:21.811 INFO O| Dec 20 21:57:21.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6985 | 2024-12-20T21:57:22.713Z | [ recovery-image] Dec 20 21:57:21.811 INFO O| Dec 20 21:57:21.811 INFO STEP 878 (remove_files) COMPLETE |
6986 | 2024-12-20T21:57:22.716Z | [ recovery-image] Dec 20 21:57:21.811 INFO O| Dec 20 21:57:21.811 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6987 | 2024-12-20T21:57:22.723Z | [ recovery-image] Dec 20 21:57:21.823 INFO O| Dec 20 21:57:21.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6988 | 2024-12-20T21:57:22.723Z | [ recovery-image] Dec 20 21:57:21.823 INFO O| Dec 20 21:57:21.823 INFO STEP 879 (remove_files) COMPLETE |
6989 | 2024-12-20T21:57:22.723Z | [ recovery-image] Dec 20 21:57:21.823 INFO O| Dec 20 21:57:21.823 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2024-12-20T21:57:22.739Z | [ recovery-image] Dec 20 21:57:21.838 INFO O| Dec 20 21:57:21.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6991 | 2024-12-20T21:57:22.739Z | [ recovery-image] Dec 20 21:57:21.838 INFO O| Dec 20 21:57:21.838 INFO STEP 880 (remove_files) COMPLETE |
6992 | 2024-12-20T21:57:22.739Z | [ recovery-image] Dec 20 21:57:21.838 INFO O| Dec 20 21:57:21.838 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2024-12-20T21:57:22.749Z | [ recovery-image] Dec 20 21:57:21.849 INFO O| Dec 20 21:57:21.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6994 | 2024-12-20T21:57:22.749Z | [ recovery-image] Dec 20 21:57:21.849 INFO O| Dec 20 21:57:21.849 INFO STEP 881 (remove_files) COMPLETE |
6995 | 2024-12-20T21:57:22.752Z | [ recovery-image] Dec 20 21:57:21.849 INFO O| Dec 20 21:57:21.849 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2024-12-20T21:57:22.762Z | [ recovery-image] Dec 20 21:57:21.861 INFO O| Dec 20 21:57:21.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6997 | 2024-12-20T21:57:22.762Z | [ recovery-image] Dec 20 21:57:21.861 INFO O| Dec 20 21:57:21.861 INFO STEP 882 (remove_files) COMPLETE |
6998 | 2024-12-20T21:57:22.764Z | [ recovery-image] Dec 20 21:57:21.861 INFO O| Dec 20 21:57:21.861 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-12-20T21:57:22.774Z | [ recovery-image] Dec 20 21:57:21.873 INFO O| Dec 20 21:57:21.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7000 | 2024-12-20T21:57:22.774Z | [ recovery-image] Dec 20 21:57:21.873 INFO O| Dec 20 21:57:21.873 INFO STEP 883 (remove_files) COMPLETE |
7001 | 2024-12-20T21:57:22.776Z | [ recovery-image] Dec 20 21:57:21.873 INFO O| Dec 20 21:57:21.873 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2024-12-20T21:57:22.785Z | [ recovery-image] Dec 20 21:57:21.884 INFO O| Dec 20 21:57:21.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7003 | 2024-12-20T21:57:22.785Z | [ recovery-image] Dec 20 21:57:21.884 INFO O| Dec 20 21:57:21.884 INFO STEP 884 (remove_files) COMPLETE |
7004 | 2024-12-20T21:57:22.787Z | [ recovery-image] Dec 20 21:57:21.884 INFO O| Dec 20 21:57:21.884 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2024-12-20T21:57:22.795Z | [ recovery-image] Dec 20 21:57:21.895 INFO O| Dec 20 21:57:21.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7006 | 2024-12-20T21:57:22.798Z | [ recovery-image] Dec 20 21:57:21.895 INFO O| Dec 20 21:57:21.895 INFO STEP 885 (remove_files) COMPLETE |
7007 | 2024-12-20T21:57:22.798Z | [ recovery-image] Dec 20 21:57:21.895 INFO O| Dec 20 21:57:21.895 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2024-12-20T21:57:22.807Z | [ recovery-image] Dec 20 21:57:21.906 INFO O| Dec 20 21:57:21.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7009 | 2024-12-20T21:57:22.809Z | [ recovery-image] Dec 20 21:57:21.907 INFO O| Dec 20 21:57:21.907 INFO STEP 886 (remove_files) COMPLETE |
7010 | 2024-12-20T21:57:22.810Z | [ recovery-image] Dec 20 21:57:21.907 INFO O| Dec 20 21:57:21.907 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-12-20T21:57:22.818Z | [ recovery-image] Dec 20 21:57:21.918 INFO O| Dec 20 21:57:21.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7012 | 2024-12-20T21:57:22.821Z | [ recovery-image] Dec 20 21:57:21.918 INFO O| Dec 20 21:57:21.918 INFO STEP 887 (remove_files) COMPLETE |
7013 | 2024-12-20T21:57:22.821Z | [ recovery-image] Dec 20 21:57:21.918 INFO O| Dec 20 21:57:21.918 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-12-20T21:57:22.832Z | [ recovery-image] Dec 20 21:57:21.931 INFO O| Dec 20 21:57:21.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7015 | 2024-12-20T21:57:22.832Z | [ recovery-image] Dec 20 21:57:21.931 INFO O| Dec 20 21:57:21.931 INFO STEP 888 (remove_files) COMPLETE |
7016 | 2024-12-20T21:57:22.834Z | [ recovery-image] Dec 20 21:57:21.931 INFO O| Dec 20 21:57:21.931 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2024-12-20T21:57:22.847Z | [ recovery-image] Dec 20 21:57:21.946 INFO O| Dec 20 21:57:21.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7018 | 2024-12-20T21:57:22.847Z | [ recovery-image] Dec 20 21:57:21.946 INFO O| Dec 20 21:57:21.946 INFO STEP 889 (remove_files) COMPLETE |
7019 | 2024-12-20T21:57:22.849Z | [ recovery-image] Dec 20 21:57:21.946 INFO O| Dec 20 21:57:21.946 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-12-20T21:57:22.861Z | [ recovery-image] Dec 20 21:57:21.960 INFO O| Dec 20 21:57:21.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7021 | 2024-12-20T21:57:22.861Z | [ recovery-image] Dec 20 21:57:21.960 INFO O| Dec 20 21:57:21.960 INFO STEP 890 (remove_files) COMPLETE |
7022 | 2024-12-20T21:57:22.861Z | [ recovery-image] Dec 20 21:57:21.960 INFO O| Dec 20 21:57:21.960 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7023 | 2024-12-20T21:57:22.876Z | [ recovery-image] Dec 20 21:57:21.975 INFO O| Dec 20 21:57:21.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7024 | 2024-12-20T21:57:22.876Z | [ recovery-image] Dec 20 21:57:21.976 INFO O| Dec 20 21:57:21.976 INFO STEP 891 (remove_files) COMPLETE |
7025 | 2024-12-20T21:57:22.879Z | [ recovery-image] Dec 20 21:57:21.976 INFO O| Dec 20 21:57:21.976 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7026 | 2024-12-20T21:57:22.891Z | [ recovery-image] Dec 20 21:57:21.990 INFO O| Dec 20 21:57:21.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7027 | 2024-12-20T21:57:22.891Z | [ recovery-image] Dec 20 21:57:21.990 INFO O| Dec 20 21:57:21.990 INFO STEP 892 (remove_files) COMPLETE |
7028 | 2024-12-20T21:57:22.891Z | [ recovery-image] Dec 20 21:57:21.990 INFO O| Dec 20 21:57:21.990 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7029 | 2024-12-20T21:57:22.907Z | [ recovery-image] Dec 20 21:57:22.006 INFO O| Dec 20 21:57:22.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7030 | 2024-12-20T21:57:22.907Z | [ recovery-image] Dec 20 21:57:22.006 INFO O| Dec 20 21:57:22.006 INFO STEP 893 (remove_files) COMPLETE |
7031 | 2024-12-20T21:57:22.907Z | [ recovery-image] Dec 20 21:57:22.006 INFO O| Dec 20 21:57:22.006 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7032 | 2024-12-20T21:57:22.918Z | [ recovery-image] Dec 20 21:57:22.017 INFO O| Dec 20 21:57:22.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7033 | 2024-12-20T21:57:22.918Z | [ recovery-image] Dec 20 21:57:22.018 INFO O| Dec 20 21:57:22.018 INFO STEP 894 (remove_files) COMPLETE |
7034 | 2024-12-20T21:57:22.921Z | [ recovery-image] Dec 20 21:57:22.018 INFO O| Dec 20 21:57:22.018 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7035 | 2024-12-20T21:57:22.931Z | [ recovery-image] Dec 20 21:57:22.030 INFO O| Dec 20 21:57:22.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7036 | 2024-12-20T21:57:22.931Z | [ recovery-image] Dec 20 21:57:22.030 INFO O| Dec 20 21:57:22.030 INFO STEP 895 (remove_files) COMPLETE |
7037 | 2024-12-20T21:57:22.931Z | [ recovery-image] Dec 20 21:57:22.030 INFO O| Dec 20 21:57:22.030 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7038 | 2024-12-20T21:57:22.943Z | [ recovery-image] Dec 20 21:57:22.042 INFO O| Dec 20 21:57:22.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7039 | 2024-12-20T21:57:22.943Z | [ recovery-image] Dec 20 21:57:22.042 INFO O| Dec 20 21:57:22.042 INFO STEP 896 (remove_files) COMPLETE |
7040 | 2024-12-20T21:57:22.943Z | [ recovery-image] Dec 20 21:57:22.042 INFO O| Dec 20 21:57:22.042 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7041 | 2024-12-20T21:57:22.954Z | [ recovery-image] Dec 20 21:57:22.053 INFO O| Dec 20 21:57:22.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7042 | 2024-12-20T21:57:22.954Z | [ recovery-image] Dec 20 21:57:22.053 INFO O| Dec 20 21:57:22.053 INFO STEP 897 (remove_files) COMPLETE |
7043 | 2024-12-20T21:57:22.954Z | [ recovery-image] Dec 20 21:57:22.053 INFO O| Dec 20 21:57:22.053 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7044 | 2024-12-20T21:57:22.965Z | [ recovery-image] Dec 20 21:57:22.065 INFO O| Dec 20 21:57:22.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7045 | 2024-12-20T21:57:22.965Z | [ recovery-image] Dec 20 21:57:22.065 INFO O| Dec 20 21:57:22.065 INFO STEP 898 (remove_files) COMPLETE |
7046 | 2024-12-20T21:57:22.968Z | [ recovery-image] Dec 20 21:57:22.065 INFO O| Dec 20 21:57:22.065 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7047 | 2024-12-20T21:57:22.979Z | [ recovery-image] Dec 20 21:57:22.078 INFO O| Dec 20 21:57:22.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7048 | 2024-12-20T21:57:22.981Z | [ recovery-image] Dec 20 21:57:22.078 INFO O| Dec 20 21:57:22.078 INFO STEP 899 (remove_files) COMPLETE |
7049 | 2024-12-20T21:57:22.982Z | [ recovery-image] Dec 20 21:57:22.078 INFO O| Dec 20 21:57:22.078 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7050 | 2024-12-20T21:57:22.992Z | [ recovery-image] Dec 20 21:57:22.091 INFO O| Dec 20 21:57:22.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7051 | 2024-12-20T21:57:22.994Z | [ recovery-image] Dec 20 21:57:22.091 INFO O| Dec 20 21:57:22.091 INFO STEP 900 (remove_files) COMPLETE |
7052 | 2024-12-20T21:57:22.994Z | [ recovery-image] Dec 20 21:57:22.091 INFO O| Dec 20 21:57:22.091 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7053 | 2024-12-20T21:57:23.003Z | [ recovery-image] Dec 20 21:57:22.102 INFO O| Dec 20 21:57:22.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7054 | 2024-12-20T21:57:23.006Z | [ recovery-image] Dec 20 21:57:22.103 INFO O| Dec 20 21:57:22.103 INFO STEP 901 (remove_files) COMPLETE |
7055 | 2024-12-20T21:57:23.006Z | [ recovery-image] Dec 20 21:57:22.103 INFO O| Dec 20 21:57:22.103 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7056 | 2024-12-20T21:57:23.015Z | [ recovery-image] Dec 20 21:57:22.115 INFO O| Dec 20 21:57:22.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7057 | 2024-12-20T21:57:23.016Z | [ recovery-image] Dec 20 21:57:22.115 INFO O| Dec 20 21:57:22.115 INFO STEP 902 (remove_files) COMPLETE |
7058 | 2024-12-20T21:57:23.018Z | [ recovery-image] Dec 20 21:57:22.115 INFO O| Dec 20 21:57:22.115 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7059 | 2024-12-20T21:57:23.027Z | [ recovery-image] Dec 20 21:57:22.126 INFO O| Dec 20 21:57:22.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7060 | 2024-12-20T21:57:23.027Z | [ recovery-image] Dec 20 21:57:22.126 INFO O| Dec 20 21:57:22.126 INFO STEP 903 (remove_files) COMPLETE |
7061 | 2024-12-20T21:57:23.030Z | [ recovery-image] Dec 20 21:57:22.127 INFO O| Dec 20 21:57:22.126 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-12-20T21:57:23.041Z | [ recovery-image] Dec 20 21:57:22.140 INFO O| Dec 20 21:57:22.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7063 | 2024-12-20T21:57:23.041Z | [ recovery-image] Dec 20 21:57:22.140 INFO O| Dec 20 21:57:22.140 INFO STEP 904 (remove_files) COMPLETE |
7064 | 2024-12-20T21:57:23.043Z | [ recovery-image] Dec 20 21:57:22.140 INFO O| Dec 20 21:57:22.140 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-12-20T21:57:23.056Z | [ recovery-image] Dec 20 21:57:22.154 INFO O| Dec 20 21:57:22.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7066 | 2024-12-20T21:57:23.056Z | [ recovery-image] Dec 20 21:57:22.154 INFO O| Dec 20 21:57:22.154 INFO STEP 905 (remove_files) COMPLETE |
7067 | 2024-12-20T21:57:23.056Z | [ recovery-image] Dec 20 21:57:22.154 INFO O| Dec 20 21:57:22.154 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-12-20T21:57:23.068Z | [ recovery-image] Dec 20 21:57:22.167 INFO O| Dec 20 21:57:22.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7069 | 2024-12-20T21:57:23.068Z | [ recovery-image] Dec 20 21:57:22.167 INFO O| Dec 20 21:57:22.167 INFO STEP 906 (remove_files) COMPLETE |
7070 | 2024-12-20T21:57:23.071Z | [ recovery-image] Dec 20 21:57:22.167 INFO O| Dec 20 21:57:22.167 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-12-20T21:57:23.082Z | [ recovery-image] Dec 20 21:57:22.181 INFO O| Dec 20 21:57:22.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7072 | 2024-12-20T21:57:23.082Z | [ recovery-image] Dec 20 21:57:22.181 INFO O| Dec 20 21:57:22.181 INFO STEP 907 (remove_files) COMPLETE |
7073 | 2024-12-20T21:57:23.084Z | [ recovery-image] Dec 20 21:57:22.181 INFO O| Dec 20 21:57:22.181 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-12-20T21:57:23.095Z | [ recovery-image] Dec 20 21:57:22.194 INFO O| Dec 20 21:57:22.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7075 | 2024-12-20T21:57:23.095Z | [ recovery-image] Dec 20 21:57:22.194 INFO O| Dec 20 21:57:22.194 INFO STEP 908 (remove_files) COMPLETE |
7076 | 2024-12-20T21:57:23.099Z | [ recovery-image] Dec 20 21:57:22.194 INFO O| Dec 20 21:57:22.194 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-12-20T21:57:23.108Z | [ recovery-image] Dec 20 21:57:22.207 INFO O| Dec 20 21:57:22.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7078 | 2024-12-20T21:57:23.108Z | [ recovery-image] Dec 20 21:57:22.207 INFO O| Dec 20 21:57:22.207 INFO STEP 909 (remove_files) COMPLETE |
7079 | 2024-12-20T21:57:23.111Z | [ recovery-image] Dec 20 21:57:22.207 INFO O| Dec 20 21:57:22.207 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-12-20T21:57:23.121Z | [ recovery-image] Dec 20 21:57:22.220 INFO O| Dec 20 21:57:22.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7081 | 2024-12-20T21:57:23.121Z | [ recovery-image] Dec 20 21:57:22.220 INFO O| Dec 20 21:57:22.220 INFO STEP 910 (remove_files) COMPLETE |
7082 | 2024-12-20T21:57:23.123Z | [ recovery-image] Dec 20 21:57:22.220 INFO O| Dec 20 21:57:22.220 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-12-20T21:57:23.135Z | [ recovery-image] Dec 20 21:57:22.234 INFO O| Dec 20 21:57:22.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7084 | 2024-12-20T21:57:23.146Z | [ recovery-image] Dec 20 21:57:22.234 INFO O| Dec 20 21:57:22.234 INFO STEP 911 (remove_files) COMPLETE |
7085 | 2024-12-20T21:57:23.148Z | [ recovery-image] Dec 20 21:57:22.234 INFO O| Dec 20 21:57:22.234 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2024-12-20T21:57:23.162Z | [ recovery-image] Dec 20 21:57:22.261 INFO O| Dec 20 21:57:22.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7087 | 2024-12-20T21:57:23.164Z | [ recovery-image] Dec 20 21:57:22.261 INFO O| Dec 20 21:57:22.261 INFO STEP 912 (remove_files) COMPLETE |
7088 | 2024-12-20T21:57:23.164Z | [ recovery-image] Dec 20 21:57:22.261 INFO O| Dec 20 21:57:22.261 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2024-12-20T21:57:23.174Z | [ recovery-image] Dec 20 21:57:22.274 INFO O| Dec 20 21:57:22.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7090 | 2024-12-20T21:57:23.174Z | [ recovery-image] Dec 20 21:57:22.274 INFO O| Dec 20 21:57:22.274 INFO STEP 913 (remove_files) COMPLETE |
7091 | 2024-12-20T21:57:23.176Z | [ recovery-image] Dec 20 21:57:22.274 INFO O| Dec 20 21:57:22.274 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2024-12-20T21:57:23.186Z | [ recovery-image] Dec 20 21:57:22.285 INFO O| Dec 20 21:57:22.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7093 | 2024-12-20T21:57:23.186Z | [ recovery-image] Dec 20 21:57:22.285 INFO O| Dec 20 21:57:22.285 INFO STEP 914 (remove_files) COMPLETE |
7094 | 2024-12-20T21:57:23.188Z | [ recovery-image] Dec 20 21:57:22.285 INFO O| Dec 20 21:57:22.285 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2024-12-20T21:57:23.198Z | [ recovery-image] Dec 20 21:57:22.297 INFO O| Dec 20 21:57:22.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7096 | 2024-12-20T21:57:23.198Z | [ recovery-image] Dec 20 21:57:22.298 INFO O| Dec 20 21:57:22.297 INFO STEP 915 (remove_files) COMPLETE |
7097 | 2024-12-20T21:57:23.198Z | [ recovery-image] Dec 20 21:57:22.298 INFO O| Dec 20 21:57:22.297 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2024-12-20T21:57:23.210Z | [ recovery-image] Dec 20 21:57:22.309 INFO O| Dec 20 21:57:22.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7099 | 2024-12-20T21:57:23.210Z | [ recovery-image] Dec 20 21:57:22.309 INFO O| Dec 20 21:57:22.309 INFO STEP 916 (remove_files) COMPLETE |
7100 | 2024-12-20T21:57:23.210Z | [ recovery-image] Dec 20 21:57:22.309 INFO O| Dec 20 21:57:22.309 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-12-20T21:57:23.223Z | [ recovery-image] Dec 20 21:57:22.322 INFO O| Dec 20 21:57:22.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7102 | 2024-12-20T21:57:23.223Z | [ recovery-image] Dec 20 21:57:22.322 INFO O| Dec 20 21:57:22.322 INFO STEP 917 (remove_files) COMPLETE |
7103 | 2024-12-20T21:57:23.223Z | [ recovery-image] Dec 20 21:57:22.322 INFO O| Dec 20 21:57:22.322 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-12-20T21:57:23.237Z | [ recovery-image] Dec 20 21:57:22.336 INFO O| Dec 20 21:57:22.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7105 | 2024-12-20T21:57:23.240Z | [ recovery-image] Dec 20 21:57:22.337 INFO O| Dec 20 21:57:22.336 INFO STEP 918 (remove_files) COMPLETE |
7106 | 2024-12-20T21:57:23.240Z | [ recovery-image] Dec 20 21:57:22.337 INFO O| Dec 20 21:57:22.336 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-12-20T21:57:23.250Z | [ recovery-image] Dec 20 21:57:22.349 INFO O| Dec 20 21:57:22.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7108 | 2024-12-20T21:57:23.253Z | [ recovery-image] Dec 20 21:57:22.350 INFO O| Dec 20 21:57:22.350 INFO STEP 919 (remove_files) COMPLETE |
7109 | 2024-12-20T21:57:23.253Z | [ recovery-image] Dec 20 21:57:22.350 INFO O| Dec 20 21:57:22.350 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-12-20T21:57:23.261Z | [ recovery-image] Dec 20 21:57:22.361 INFO O| Dec 20 21:57:22.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7111 | 2024-12-20T21:57:23.261Z | [ recovery-image] Dec 20 21:57:22.361 INFO O| Dec 20 21:57:22.361 INFO STEP 920 (remove_files) COMPLETE |
7112 | 2024-12-20T21:57:23.261Z | [ recovery-image] Dec 20 21:57:22.361 INFO O| Dec 20 21:57:22.361 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-12-20T21:57:23.273Z | [ recovery-image] Dec 20 21:57:22.372 INFO O| Dec 20 21:57:22.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7114 | 2024-12-20T21:57:23.273Z | [ recovery-image] Dec 20 21:57:22.372 INFO O| Dec 20 21:57:22.372 INFO STEP 921 (remove_files) COMPLETE |
7115 | 2024-12-20T21:57:23.275Z | [ recovery-image] Dec 20 21:57:22.372 INFO O| Dec 20 21:57:22.372 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-12-20T21:57:23.286Z | [ recovery-image] Dec 20 21:57:22.385 INFO O| Dec 20 21:57:22.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7117 | 2024-12-20T21:57:23.286Z | [ recovery-image] Dec 20 21:57:22.385 INFO O| Dec 20 21:57:22.385 INFO STEP 922 (remove_files) COMPLETE |
7118 | 2024-12-20T21:57:23.289Z | [ recovery-image] Dec 20 21:57:22.385 INFO O| Dec 20 21:57:22.385 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-12-20T21:57:23.297Z | [ recovery-image] Dec 20 21:57:22.396 INFO O| Dec 20 21:57:22.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7120 | 2024-12-20T21:57:23.297Z | [ recovery-image] Dec 20 21:57:22.397 INFO O| Dec 20 21:57:22.397 INFO STEP 923 (remove_files) COMPLETE |
7121 | 2024-12-20T21:57:23.301Z | [ recovery-image] Dec 20 21:57:22.397 INFO O| Dec 20 21:57:22.397 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-12-20T21:57:23.309Z | [ recovery-image] Dec 20 21:57:22.409 INFO O| Dec 20 21:57:22.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7123 | 2024-12-20T21:57:23.309Z | [ recovery-image] Dec 20 21:57:22.409 INFO O| Dec 20 21:57:22.409 INFO STEP 924 (remove_files) COMPLETE |
7124 | 2024-12-20T21:57:23.309Z | [ recovery-image] Dec 20 21:57:22.409 INFO O| Dec 20 21:57:22.409 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-12-20T21:57:23.322Z | [ recovery-image] Dec 20 21:57:22.421 INFO O| Dec 20 21:57:22.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7126 | 2024-12-20T21:57:23.325Z | [ recovery-image] Dec 20 21:57:22.421 INFO O| Dec 20 21:57:22.421 INFO STEP 925 (remove_files) COMPLETE |
7127 | 2024-12-20T21:57:23.325Z | [ recovery-image] Dec 20 21:57:22.422 INFO O| Dec 20 21:57:22.421 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-12-20T21:57:23.335Z | [ recovery-image] Dec 20 21:57:22.435 INFO O| Dec 20 21:57:22.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7129 | 2024-12-20T21:57:23.336Z | [ recovery-image] Dec 20 21:57:22.435 INFO O| Dec 20 21:57:22.435 INFO STEP 926 (remove_files) COMPLETE |
7130 | 2024-12-20T21:57:23.339Z | [ recovery-image] Dec 20 21:57:22.435 INFO O| Dec 20 21:57:22.435 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-12-20T21:57:23.346Z | [ recovery-image] Dec 20 21:57:22.446 INFO O| Dec 20 21:57:22.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7132 | 2024-12-20T21:57:23.348Z | [ recovery-image] Dec 20 21:57:22.446 INFO O| Dec 20 21:57:22.446 INFO STEP 927 (remove_files) COMPLETE |
7133 | 2024-12-20T21:57:23.349Z | [ recovery-image] Dec 20 21:57:22.446 INFO O| Dec 20 21:57:22.446 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-12-20T21:57:23.362Z | [ recovery-image] Dec 20 21:57:22.461 INFO O| Dec 20 21:57:22.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7135 | 2024-12-20T21:57:23.362Z | [ recovery-image] Dec 20 21:57:22.461 INFO O| Dec 20 21:57:22.461 INFO STEP 928 (remove_files) COMPLETE |
7136 | 2024-12-20T21:57:23.364Z | [ recovery-image] Dec 20 21:57:22.461 INFO O| Dec 20 21:57:22.461 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-12-20T21:57:23.373Z | [ recovery-image] Dec 20 21:57:22.473 INFO O| Dec 20 21:57:22.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7138 | 2024-12-20T21:57:23.373Z | [ recovery-image] Dec 20 21:57:22.473 INFO O| Dec 20 21:57:22.473 INFO STEP 929 (remove_files) COMPLETE |
7139 | 2024-12-20T21:57:23.373Z | [ recovery-image] Dec 20 21:57:22.473 INFO O| Dec 20 21:57:22.473 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-12-20T21:57:23.385Z | [ recovery-image] Dec 20 21:57:22.484 INFO O| Dec 20 21:57:22.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7141 | 2024-12-20T21:57:23.385Z | [ recovery-image] Dec 20 21:57:22.484 INFO O| Dec 20 21:57:22.484 INFO STEP 930 (remove_files) COMPLETE |
7142 | 2024-12-20T21:57:23.385Z | [ recovery-image] Dec 20 21:57:22.484 INFO O| Dec 20 21:57:22.484 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-12-20T21:57:23.399Z | [ recovery-image] Dec 20 21:57:22.498 INFO O| Dec 20 21:57:22.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7144 | 2024-12-20T21:57:23.399Z | [ recovery-image] Dec 20 21:57:22.498 INFO O| Dec 20 21:57:22.498 INFO STEP 931 (remove_files) COMPLETE |
7145 | 2024-12-20T21:57:23.399Z | [ recovery-image] Dec 20 21:57:22.498 INFO O| Dec 20 21:57:22.498 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-12-20T21:57:23.412Z | [ recovery-image] Dec 20 21:57:22.511 INFO O| Dec 20 21:57:22.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7147 | 2024-12-20T21:57:23.413Z | [ recovery-image] Dec 20 21:57:22.511 INFO O| Dec 20 21:57:22.511 INFO STEP 932 (remove_files) COMPLETE |
7148 | 2024-12-20T21:57:23.415Z | [ recovery-image] Dec 20 21:57:22.511 INFO O| Dec 20 21:57:22.511 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-12-20T21:57:23.423Z | [ recovery-image] Dec 20 21:57:22.522 INFO O| Dec 20 21:57:22.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7150 | 2024-12-20T21:57:23.423Z | [ recovery-image] Dec 20 21:57:22.522 INFO O| Dec 20 21:57:22.522 INFO STEP 933 (remove_files) COMPLETE |
7151 | 2024-12-20T21:57:23.425Z | [ recovery-image] Dec 20 21:57:22.522 INFO O| Dec 20 21:57:22.522 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-12-20T21:57:23.434Z | [ recovery-image] Dec 20 21:57:22.533 INFO O| Dec 20 21:57:22.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7153 | 2024-12-20T21:57:23.434Z | [ recovery-image] Dec 20 21:57:22.533 INFO O| Dec 20 21:57:22.533 INFO STEP 934 (remove_files) COMPLETE |
7154 | 2024-12-20T21:57:23.436Z | [ recovery-image] Dec 20 21:57:22.533 INFO O| Dec 20 21:57:22.533 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-12-20T21:57:23.446Z | [ recovery-image] Dec 20 21:57:22.545 INFO O| Dec 20 21:57:22.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7156 | 2024-12-20T21:57:23.446Z | [ recovery-image] Dec 20 21:57:22.546 INFO O| Dec 20 21:57:22.546 INFO STEP 935 (remove_files) COMPLETE |
7157 | 2024-12-20T21:57:23.446Z | [ recovery-image] Dec 20 21:57:22.546 INFO O| Dec 20 21:57:22.546 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-12-20T21:57:23.462Z | [ recovery-image] Dec 20 21:57:22.561 INFO O| Dec 20 21:57:22.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7159 | 2024-12-20T21:57:23.462Z | [ recovery-image] Dec 20 21:57:22.561 INFO O| Dec 20 21:57:22.561 INFO STEP 936 (remove_files) COMPLETE |
7160 | 2024-12-20T21:57:23.462Z | [ recovery-image] Dec 20 21:57:22.561 INFO O| Dec 20 21:57:22.561 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-12-20T21:57:23.473Z | [ recovery-image] Dec 20 21:57:22.572 INFO O| Dec 20 21:57:22.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7162 | 2024-12-20T21:57:23.473Z | [ recovery-image] Dec 20 21:57:22.572 INFO O| Dec 20 21:57:22.572 INFO STEP 937 (remove_files) COMPLETE |
7163 | 2024-12-20T21:57:23.473Z | [ recovery-image] Dec 20 21:57:22.572 INFO O| Dec 20 21:57:22.572 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-12-20T21:57:23.483Z | [ recovery-image] Dec 20 21:57:22.582 INFO O| Dec 20 21:57:22.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7165 | 2024-12-20T21:57:23.483Z | [ recovery-image] Dec 20 21:57:22.583 INFO O| Dec 20 21:57:22.583 INFO STEP 938 (remove_files) COMPLETE |
7166 | 2024-12-20T21:57:23.483Z | [ recovery-image] Dec 20 21:57:22.583 INFO O| Dec 20 21:57:22.583 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-12-20T21:57:23.494Z | [ recovery-image] Dec 20 21:57:22.593 INFO O| Dec 20 21:57:22.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7168 | 2024-12-20T21:57:23.494Z | [ recovery-image] Dec 20 21:57:22.593 INFO O| Dec 20 21:57:22.593 INFO STEP 939 (remove_files) COMPLETE |
7169 | 2024-12-20T21:57:23.494Z | [ recovery-image] Dec 20 21:57:22.593 INFO O| Dec 20 21:57:22.593 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-12-20T21:57:23.508Z | [ recovery-image] Dec 20 21:57:22.607 INFO O| Dec 20 21:57:22.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7171 | 2024-12-20T21:57:23.508Z | [ recovery-image] Dec 20 21:57:22.607 INFO O| Dec 20 21:57:22.607 INFO STEP 940 (remove_files) COMPLETE |
7172 | 2024-12-20T21:57:23.510Z | [ recovery-image] Dec 20 21:57:22.607 INFO O| Dec 20 21:57:22.607 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-12-20T21:57:23.521Z | [ recovery-image] Dec 20 21:57:22.620 INFO O| Dec 20 21:57:22.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7174 | 2024-12-20T21:57:23.521Z | [ recovery-image] Dec 20 21:57:22.620 INFO O| Dec 20 21:57:22.620 INFO STEP 941 (remove_files) COMPLETE |
7175 | 2024-12-20T21:57:23.521Z | [ recovery-image] Dec 20 21:57:22.620 INFO O| Dec 20 21:57:22.620 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-12-20T21:57:23.531Z | [ recovery-image] Dec 20 21:57:22.631 INFO O| Dec 20 21:57:22.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7177 | 2024-12-20T21:57:23.531Z | [ recovery-image] Dec 20 21:57:22.631 INFO O| Dec 20 21:57:22.631 INFO STEP 942 (remove_files) COMPLETE |
7178 | 2024-12-20T21:57:23.534Z | [ recovery-image] Dec 20 21:57:22.631 INFO O| Dec 20 21:57:22.631 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-12-20T21:57:23.543Z | [ recovery-image] Dec 20 21:57:22.642 INFO O| Dec 20 21:57:22.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7180 | 2024-12-20T21:57:23.543Z | [ recovery-image] Dec 20 21:57:22.642 INFO O| Dec 20 21:57:22.642 INFO STEP 943 (remove_files) COMPLETE |
7181 | 2024-12-20T21:57:23.543Z | [ recovery-image] Dec 20 21:57:22.642 INFO O| Dec 20 21:57:22.642 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-12-20T21:57:23.554Z | [ recovery-image] Dec 20 21:57:22.653 INFO O| Dec 20 21:57:22.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7183 | 2024-12-20T21:57:23.554Z | [ recovery-image] Dec 20 21:57:22.653 INFO O| Dec 20 21:57:22.653 INFO STEP 944 (remove_files) COMPLETE |
7184 | 2024-12-20T21:57:23.554Z | [ recovery-image] Dec 20 21:57:22.653 INFO O| Dec 20 21:57:22.653 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-12-20T21:57:23.568Z | [ recovery-image] Dec 20 21:57:22.667 INFO O| Dec 20 21:57:22.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7186 | 2024-12-20T21:57:23.568Z | [ recovery-image] Dec 20 21:57:22.667 INFO O| Dec 20 21:57:22.667 INFO STEP 945 (remove_files) COMPLETE |
7187 | 2024-12-20T21:57:23.570Z | [ recovery-image] Dec 20 21:57:22.667 INFO O| Dec 20 21:57:22.667 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-12-20T21:57:23.580Z | [ recovery-image] Dec 20 21:57:22.679 INFO O| Dec 20 21:57:22.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7189 | 2024-12-20T21:57:23.580Z | [ recovery-image] Dec 20 21:57:22.679 INFO O| Dec 20 21:57:22.679 INFO STEP 946 (remove_files) COMPLETE |
7190 | 2024-12-20T21:57:23.582Z | [ recovery-image] Dec 20 21:57:22.679 INFO O| Dec 20 21:57:22.679 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-12-20T21:57:23.593Z | [ recovery-image] Dec 20 21:57:22.693 INFO O| Dec 20 21:57:22.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7192 | 2024-12-20T21:57:23.594Z | [ recovery-image] Dec 20 21:57:22.693 INFO O| Dec 20 21:57:22.693 INFO STEP 947 (remove_files) COMPLETE |
7193 | 2024-12-20T21:57:23.594Z | [ recovery-image] Dec 20 21:57:22.693 INFO O| Dec 20 21:57:22.693 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2024-12-20T21:57:23.609Z | [ recovery-image] Dec 20 21:57:22.708 INFO O| Dec 20 21:57:22.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7195 | 2024-12-20T21:57:23.609Z | [ recovery-image] Dec 20 21:57:22.708 INFO O| Dec 20 21:57:22.708 INFO STEP 948 (remove_files) COMPLETE |
7196 | 2024-12-20T21:57:23.609Z | [ recovery-image] Dec 20 21:57:22.708 INFO O| Dec 20 21:57:22.708 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-12-20T21:57:23.624Z | [ recovery-image] Dec 20 21:57:22.723 INFO O| Dec 20 21:57:22.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7198 | 2024-12-20T21:57:23.624Z | [ recovery-image] Dec 20 21:57:22.723 INFO O| Dec 20 21:57:22.723 INFO STEP 949 (remove_files) COMPLETE |
7199 | 2024-12-20T21:57:23.626Z | [ recovery-image] Dec 20 21:57:22.723 INFO O| Dec 20 21:57:22.723 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-12-20T21:57:23.639Z | [ recovery-image] Dec 20 21:57:22.738 INFO O| Dec 20 21:57:22.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7201 | 2024-12-20T21:57:23.639Z | [ recovery-image] Dec 20 21:57:22.738 INFO O| Dec 20 21:57:22.738 INFO STEP 950 (remove_files) COMPLETE |
7202 | 2024-12-20T21:57:23.639Z | [ recovery-image] Dec 20 21:57:22.738 INFO O| Dec 20 21:57:22.738 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-12-20T21:57:23.653Z | [ recovery-image] Dec 20 21:57:22.752 INFO O| Dec 20 21:57:22.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7204 | 2024-12-20T21:57:23.653Z | [ recovery-image] Dec 20 21:57:22.752 INFO O| Dec 20 21:57:22.752 INFO STEP 951 (remove_files) COMPLETE |
7205 | 2024-12-20T21:57:23.656Z | [ recovery-image] Dec 20 21:57:22.753 INFO O| Dec 20 21:57:22.752 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-12-20T21:57:23.667Z | [ recovery-image] Dec 20 21:57:22.766 INFO O| Dec 20 21:57:22.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7207 | 2024-12-20T21:57:23.667Z | [ recovery-image] Dec 20 21:57:22.766 INFO O| Dec 20 21:57:22.766 INFO STEP 952 (remove_files) COMPLETE |
7208 | 2024-12-20T21:57:23.667Z | [ recovery-image] Dec 20 21:57:22.767 INFO O| Dec 20 21:57:22.766 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-12-20T21:57:23.679Z | [ recovery-image] Dec 20 21:57:22.778 INFO O| Dec 20 21:57:22.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7210 | 2024-12-20T21:57:23.681Z | [ recovery-image] Dec 20 21:57:22.778 INFO O| Dec 20 21:57:22.778 INFO STEP 953 (remove_files) COMPLETE |
7211 | 2024-12-20T21:57:23.681Z | [ recovery-image] Dec 20 21:57:22.778 INFO O| Dec 20 21:57:22.778 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-12-20T21:57:23.691Z | [ recovery-image] Dec 20 21:57:22.790 INFO O| Dec 20 21:57:22.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7213 | 2024-12-20T21:57:23.694Z | [ recovery-image] Dec 20 21:57:22.791 INFO O| Dec 20 21:57:22.791 INFO STEP 954 (remove_files) COMPLETE |
7214 | 2024-12-20T21:57:23.694Z | [ recovery-image] Dec 20 21:57:22.791 INFO O| Dec 20 21:57:22.791 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-12-20T21:57:23.705Z | [ recovery-image] Dec 20 21:57:22.804 INFO O| Dec 20 21:57:22.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7216 | 2024-12-20T21:57:23.705Z | [ recovery-image] Dec 20 21:57:22.804 INFO O| Dec 20 21:57:22.804 INFO STEP 955 (remove_files) COMPLETE |
7217 | 2024-12-20T21:57:23.708Z | [ recovery-image] Dec 20 21:57:22.804 INFO O| Dec 20 21:57:22.804 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2024-12-20T21:57:23.717Z | [ recovery-image] Dec 20 21:57:22.817 INFO O| Dec 20 21:57:22.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7219 | 2024-12-20T21:57:23.720Z | [ recovery-image] Dec 20 21:57:22.817 INFO O| Dec 20 21:57:22.817 INFO STEP 956 (remove_files) COMPLETE |
7220 | 2024-12-20T21:57:23.720Z | [ recovery-image] Dec 20 21:57:22.817 INFO O| Dec 20 21:57:22.817 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2024-12-20T21:57:23.729Z | [ recovery-image] Dec 20 21:57:22.828 INFO O| Dec 20 21:57:22.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7222 | 2024-12-20T21:57:23.729Z | [ recovery-image] Dec 20 21:57:22.828 INFO O| Dec 20 21:57:22.828 INFO STEP 957 (remove_files) COMPLETE |
7223 | 2024-12-20T21:57:23.729Z | [ recovery-image] Dec 20 21:57:22.828 INFO O| Dec 20 21:57:22.828 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-12-20T21:57:23.740Z | [ recovery-image] Dec 20 21:57:22.839 INFO O| Dec 20 21:57:22.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7225 | 2024-12-20T21:57:23.740Z | [ recovery-image] Dec 20 21:57:22.839 INFO O| Dec 20 21:57:22.839 INFO STEP 958 (remove_files) COMPLETE |
7226 | 2024-12-20T21:57:23.740Z | [ recovery-image] Dec 20 21:57:22.839 INFO O| Dec 20 21:57:22.839 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2024-12-20T21:57:23.750Z | [ recovery-image] Dec 20 21:57:22.850 INFO O| Dec 20 21:57:22.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7228 | 2024-12-20T21:57:23.750Z | [ recovery-image] Dec 20 21:57:22.850 INFO O| Dec 20 21:57:22.850 INFO STEP 959 (remove_files) COMPLETE |
7229 | 2024-12-20T21:57:23.753Z | [ recovery-image] Dec 20 21:57:22.850 INFO O| Dec 20 21:57:22.850 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-12-20T21:57:23.765Z | [ recovery-image] Dec 20 21:57:22.865 INFO O| Dec 20 21:57:22.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7231 | 2024-12-20T21:57:23.766Z | [ recovery-image] Dec 20 21:57:22.865 INFO O| Dec 20 21:57:22.865 INFO STEP 960 (remove_files) COMPLETE |
7232 | 2024-12-20T21:57:23.768Z | [ recovery-image] Dec 20 21:57:22.865 INFO O| Dec 20 21:57:22.865 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-12-20T21:57:23.777Z | [ recovery-image] Dec 20 21:57:22.876 INFO O| Dec 20 21:57:22.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7234 | 2024-12-20T21:57:23.777Z | [ recovery-image] Dec 20 21:57:22.876 INFO O| Dec 20 21:57:22.876 INFO STEP 961 (remove_files) COMPLETE |
7235 | 2024-12-20T21:57:23.777Z | [ recovery-image] Dec 20 21:57:22.876 INFO O| Dec 20 21:57:22.876 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-12-20T21:57:23.848Z | [ recovery-image] Dec 20 21:57:22.947 INFO O| Dec 20 21:57:22.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7237 | 2024-12-20T21:57:23.848Z | [ recovery-image] Dec 20 21:57:22.947 INFO O| Dec 20 21:57:22.947 INFO STEP 962 (remove_files) COMPLETE |
7238 | 2024-12-20T21:57:23.848Z | [ recovery-image] Dec 20 21:57:22.947 INFO O| Dec 20 21:57:22.947 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-12-20T21:57:23.866Z | [ recovery-image] Dec 20 21:57:22.965 INFO O| Dec 20 21:57:22.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7240 | 2024-12-20T21:57:23.866Z | [ recovery-image] Dec 20 21:57:22.965 INFO O| Dec 20 21:57:22.965 INFO STEP 963 (remove_files) COMPLETE |
7241 | 2024-12-20T21:57:23.866Z | [ recovery-image] Dec 20 21:57:22.965 INFO O| Dec 20 21:57:22.965 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2024-12-20T21:57:23.882Z | [ recovery-image] Dec 20 21:57:22.981 INFO O| Dec 20 21:57:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7243 | 2024-12-20T21:57:23.882Z | [ recovery-image] Dec 20 21:57:22.982 INFO O| Dec 20 21:57:22.981 INFO STEP 964 (remove_files) COMPLETE |
7244 | 2024-12-20T21:57:23.882Z | [ recovery-image] Dec 20 21:57:22.982 INFO O| Dec 20 21:57:22.981 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2024-12-20T21:57:23.900Z | [ recovery-image] Dec 20 21:57:22.999 INFO O| Dec 20 21:57:22.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7246 | 2024-12-20T21:57:23.900Z | [ recovery-image] Dec 20 21:57:22.999 INFO O| Dec 20 21:57:22.999 INFO STEP 965 (remove_files) COMPLETE |
7247 | 2024-12-20T21:57:23.900Z | [ recovery-image] Dec 20 21:57:22.999 INFO O| Dec 20 21:57:22.999 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2024-12-20T21:57:23.918Z | [ recovery-image] Dec 20 21:57:23.018 INFO O| Dec 20 21:57:23.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7249 | 2024-12-20T21:57:23.919Z | [ recovery-image] Dec 20 21:57:23.018 INFO O| Dec 20 21:57:23.018 INFO STEP 966 (remove_files) COMPLETE |
7250 | 2024-12-20T21:57:23.919Z | [ recovery-image] Dec 20 21:57:23.018 INFO O| Dec 20 21:57:23.018 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2024-12-20T21:57:23.937Z | [ recovery-image] Dec 20 21:57:23.036 INFO O| Dec 20 21:57:23.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7252 | 2024-12-20T21:57:23.937Z | [ recovery-image] Dec 20 21:57:23.037 INFO O| Dec 20 21:57:23.037 INFO STEP 967 (remove_files) COMPLETE |
7253 | 2024-12-20T21:57:23.937Z | [ recovery-image] Dec 20 21:57:23.037 INFO O| Dec 20 21:57:23.037 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-12-20T21:57:23.957Z | [ recovery-image] Dec 20 21:57:23.056 INFO O| Dec 20 21:57:23.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7255 | 2024-12-20T21:57:23.957Z | [ recovery-image] Dec 20 21:57:23.056 INFO O| Dec 20 21:57:23.056 INFO STEP 968 (remove_files) COMPLETE |
7256 | 2024-12-20T21:57:23.957Z | [ recovery-image] Dec 20 21:57:23.056 INFO O| Dec 20 21:57:23.056 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-12-20T21:57:23.990Z | [ recovery-image] Dec 20 21:57:23.089 INFO O| Dec 20 21:57:23.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7258 | 2024-12-20T21:57:23.990Z | [ recovery-image] Dec 20 21:57:23.089 INFO O| Dec 20 21:57:23.089 INFO STEP 969 (remove_files) COMPLETE |
7259 | 2024-12-20T21:57:23.990Z | [ recovery-image] Dec 20 21:57:23.089 INFO O| Dec 20 21:57:23.089 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-12-20T21:57:24.009Z | [ recovery-image] Dec 20 21:57:23.108 INFO O| Dec 20 21:57:23.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7261 | 2024-12-20T21:57:24.009Z | [ recovery-image] Dec 20 21:57:23.108 INFO O| Dec 20 21:57:23.108 INFO STEP 970 (remove_files) COMPLETE |
7262 | 2024-12-20T21:57:24.009Z | [ recovery-image] Dec 20 21:57:23.108 INFO O| Dec 20 21:57:23.108 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-12-20T21:57:24.029Z | [ recovery-image] Dec 20 21:57:23.127 INFO O| Dec 20 21:57:23.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7264 | 2024-12-20T21:57:24.029Z | [ recovery-image] Dec 20 21:57:23.127 INFO O| Dec 20 21:57:23.127 INFO STEP 971 (remove_files) COMPLETE |
7265 | 2024-12-20T21:57:24.029Z | [ recovery-image] Dec 20 21:57:23.127 INFO O| Dec 20 21:57:23.127 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-12-20T21:57:24.052Z | [ recovery-image] Dec 20 21:57:23.151 INFO O| Dec 20 21:57:23.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7267 | 2024-12-20T21:57:24.055Z | [ recovery-image] Dec 20 21:57:23.152 INFO O| Dec 20 21:57:23.152 INFO STEP 972 (remove_files) COMPLETE |
7268 | 2024-12-20T21:57:24.055Z | [ recovery-image] Dec 20 21:57:23.152 INFO O| Dec 20 21:57:23.152 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-12-20T21:57:24.081Z | [ recovery-image] Dec 20 21:57:23.180 INFO O| Dec 20 21:57:23.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7270 | 2024-12-20T21:57:24.084Z | [ recovery-image] Dec 20 21:57:23.181 INFO O| Dec 20 21:57:23.181 INFO STEP 973 (remove_files) COMPLETE |
7271 | 2024-12-20T21:57:24.084Z | [ recovery-image] Dec 20 21:57:23.181 INFO O| Dec 20 21:57:23.181 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-12-20T21:57:24.112Z | [ recovery-image] Dec 20 21:57:23.211 INFO O| Dec 20 21:57:23.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7273 | 2024-12-20T21:57:24.115Z | [ recovery-image] Dec 20 21:57:23.211 INFO O| Dec 20 21:57:23.211 INFO STEP 974 (remove_files) COMPLETE |
7274 | 2024-12-20T21:57:24.115Z | [ recovery-image] Dec 20 21:57:23.211 INFO O| Dec 20 21:57:23.211 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-12-20T21:57:24.132Z | [ recovery-image] Dec 20 21:57:23.231 INFO O| Dec 20 21:57:23.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7276 | 2024-12-20T21:57:24.132Z | [ recovery-image] Dec 20 21:57:23.231 INFO O| Dec 20 21:57:23.231 INFO STEP 975 (remove_files) COMPLETE |
7277 | 2024-12-20T21:57:24.134Z | [ recovery-image] Dec 20 21:57:23.231 INFO O| Dec 20 21:57:23.231 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-12-20T21:57:24.166Z | [ recovery-image] Dec 20 21:57:23.265 INFO O| Dec 20 21:57:23.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7279 | 2024-12-20T21:57:24.166Z | [ recovery-image] Dec 20 21:57:23.265 INFO O| Dec 20 21:57:23.265 INFO STEP 976 (remove_files) COMPLETE |
7280 | 2024-12-20T21:57:24.169Z | [ recovery-image] Dec 20 21:57:23.265 INFO O| Dec 20 21:57:23.265 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-12-20T21:57:24.202Z | [ recovery-image] Dec 20 21:57:23.301 INFO O| Dec 20 21:57:23.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7282 | 2024-12-20T21:57:24.225Z | [ recovery-image] Dec 20 21:57:23.324 INFO O| Dec 20 21:57:23.324 INFO STEP 977 (remove_files) COMPLETE |
7283 | 2024-12-20T21:57:24.225Z | [ recovery-image] Dec 20 21:57:23.324 INFO O| Dec 20 21:57:23.324 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-12-20T21:57:24.301Z | [ recovery-image] Dec 20 21:57:23.400 INFO O| Dec 20 21:57:23.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7285 | 2024-12-20T21:57:24.301Z | [ recovery-image] Dec 20 21:57:23.400 INFO O| Dec 20 21:57:23.400 INFO STEP 978 (remove_files) COMPLETE |
7286 | 2024-12-20T21:57:24.304Z | [ recovery-image] Dec 20 21:57:23.400 INFO O| Dec 20 21:57:23.400 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-12-20T21:57:24.329Z | [ recovery-image] Dec 20 21:57:23.428 INFO O| Dec 20 21:57:23.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7288 | 2024-12-20T21:57:24.329Z | [ recovery-image] Dec 20 21:57:23.428 INFO O| Dec 20 21:57:23.428 INFO STEP 979 (remove_files) COMPLETE |
7289 | 2024-12-20T21:57:24.329Z | [ recovery-image] Dec 20 21:57:23.428 INFO O| Dec 20 21:57:23.428 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-12-20T21:57:24.357Z | [ recovery-image] Dec 20 21:57:23.456 INFO O| Dec 20 21:57:23.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7291 | 2024-12-20T21:57:24.357Z | [ recovery-image] Dec 20 21:57:23.456 INFO O| Dec 20 21:57:23.456 INFO STEP 980 (remove_files) COMPLETE |
7292 | 2024-12-20T21:57:24.357Z | [ recovery-image] Dec 20 21:57:23.456 INFO O| Dec 20 21:57:23.456 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-12-20T21:57:24.408Z | [ recovery-image] Dec 20 21:57:23.506 INFO O| Dec 20 21:57:23.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7294 | 2024-12-20T21:57:24.408Z | [ recovery-image] Dec 20 21:57:23.506 INFO O| Dec 20 21:57:23.506 INFO STEP 981 (remove_files) COMPLETE |
7295 | 2024-12-20T21:57:24.412Z | [ recovery-image] Dec 20 21:57:23.507 INFO O| Dec 20 21:57:23.506 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-12-20T21:57:24.460Z | [ recovery-image] Dec 20 21:57:23.559 INFO O| Dec 20 21:57:23.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7297 | 2024-12-20T21:57:24.460Z | [ recovery-image] Dec 20 21:57:23.559 INFO O| Dec 20 21:57:23.559 INFO STEP 982 (remove_files) COMPLETE |
7298 | 2024-12-20T21:57:24.460Z | [ recovery-image] Dec 20 21:57:23.559 INFO O| Dec 20 21:57:23.559 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-12-20T21:57:24.478Z | [ recovery-image] Dec 20 21:57:23.577 INFO O| Dec 20 21:57:23.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7300 | 2024-12-20T21:57:24.478Z | [ recovery-image] Dec 20 21:57:23.577 INFO O| Dec 20 21:57:23.577 INFO STEP 983 (remove_files) COMPLETE |
7301 | 2024-12-20T21:57:24.478Z | [ recovery-image] Dec 20 21:57:23.577 INFO O| Dec 20 21:57:23.577 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-12-20T21:57:24.494Z | [ recovery-image] Dec 20 21:57:23.593 INFO O| Dec 20 21:57:23.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7303 | 2024-12-20T21:57:24.494Z | [ recovery-image] Dec 20 21:57:23.593 INFO O| Dec 20 21:57:23.593 INFO STEP 984 (remove_files) COMPLETE |
7304 | 2024-12-20T21:57:24.494Z | [ recovery-image] Dec 20 21:57:23.593 INFO O| Dec 20 21:57:23.593 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-12-20T21:57:24.531Z | [ recovery-image] Dec 20 21:57:23.629 INFO O| Dec 20 21:57:23.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7306 | 2024-12-20T21:57:24.531Z | [ recovery-image] Dec 20 21:57:23.629 INFO O| Dec 20 21:57:23.629 INFO STEP 985 (remove_files) COMPLETE |
7307 | 2024-12-20T21:57:24.531Z | [ recovery-image] Dec 20 21:57:23.629 INFO O| Dec 20 21:57:23.629 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-12-20T21:57:24.557Z | [ recovery-image] Dec 20 21:57:23.656 INFO O| Dec 20 21:57:23.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7309 | 2024-12-20T21:57:24.557Z | [ recovery-image] Dec 20 21:57:23.656 INFO O| Dec 20 21:57:23.656 INFO STEP 986 (remove_files) COMPLETE |
7310 | 2024-12-20T21:57:24.557Z | [ recovery-image] Dec 20 21:57:23.656 INFO O| Dec 20 21:57:23.656 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-12-20T21:57:24.580Z | [ recovery-image] Dec 20 21:57:23.679 INFO O| Dec 20 21:57:23.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7312 | 2024-12-20T21:57:24.583Z | [ recovery-image] Dec 20 21:57:23.679 INFO O| Dec 20 21:57:23.679 INFO STEP 987 (remove_files) COMPLETE |
7313 | 2024-12-20T21:57:24.583Z | [ recovery-image] Dec 20 21:57:23.679 INFO O| Dec 20 21:57:23.679 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-12-20T21:57:24.629Z | [ recovery-image] Dec 20 21:57:23.728 INFO O| Dec 20 21:57:23.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7315 | 2024-12-20T21:57:24.629Z | [ recovery-image] Dec 20 21:57:23.728 INFO O| Dec 20 21:57:23.728 INFO STEP 988 (remove_files) COMPLETE |
7316 | 2024-12-20T21:57:24.630Z | [ recovery-image] Dec 20 21:57:23.728 INFO O| Dec 20 21:57:23.728 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-12-20T21:57:24.659Z | [ recovery-image] Dec 20 21:57:23.758 INFO O| Dec 20 21:57:23.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7318 | 2024-12-20T21:57:24.659Z | [ recovery-image] Dec 20 21:57:23.758 INFO O| Dec 20 21:57:23.758 INFO STEP 989 (remove_files) COMPLETE |
7319 | 2024-12-20T21:57:24.661Z | [ recovery-image] Dec 20 21:57:23.758 INFO O| Dec 20 21:57:23.758 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-12-20T21:57:24.703Z | [ recovery-image] Dec 20 21:57:23.802 INFO O| Dec 20 21:57:23.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7321 | 2024-12-20T21:57:24.705Z | [ recovery-image] Dec 20 21:57:23.802 INFO O| Dec 20 21:57:23.802 INFO STEP 990 (remove_files) COMPLETE |
7322 | 2024-12-20T21:57:24.705Z | [ recovery-image] Dec 20 21:57:23.802 INFO O| Dec 20 21:57:23.802 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-12-20T21:57:24.758Z | [ recovery-image] Dec 20 21:57:23.857 INFO O| Dec 20 21:57:23.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7324 | 2024-12-20T21:57:24.758Z | [ recovery-image] Dec 20 21:57:23.857 INFO O| Dec 20 21:57:23.857 INFO STEP 991 (remove_files) COMPLETE |
7325 | 2024-12-20T21:57:24.761Z | [ recovery-image] Dec 20 21:57:23.857 INFO O| Dec 20 21:57:23.857 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-12-20T21:57:24.777Z | [ recovery-image] Dec 20 21:57:23.876 INFO O| Dec 20 21:57:23.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7327 | 2024-12-20T21:57:24.777Z | [ recovery-image] Dec 20 21:57:23.876 INFO O| Dec 20 21:57:23.876 INFO STEP 992 (remove_files) COMPLETE |
7328 | 2024-12-20T21:57:24.777Z | [ recovery-image] Dec 20 21:57:23.876 INFO O| Dec 20 21:57:23.876 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-12-20T21:57:24.810Z | [ recovery-image] Dec 20 21:57:23.909 INFO O| Dec 20 21:57:23.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7330 | 2024-12-20T21:57:24.810Z | [ recovery-image] Dec 20 21:57:23.909 INFO O| Dec 20 21:57:23.909 INFO STEP 993 (remove_files) COMPLETE |
7331 | 2024-12-20T21:57:24.810Z | [ recovery-image] Dec 20 21:57:23.909 INFO O| Dec 20 21:57:23.909 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-12-20T21:57:24.860Z | [ recovery-image] Dec 20 21:57:23.958 INFO O| Dec 20 21:57:23.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7333 | 2024-12-20T21:57:24.870Z | [ recovery-image] Dec 20 21:57:23.958 INFO O| Dec 20 21:57:23.958 INFO STEP 994 (remove_files) COMPLETE |
7334 | 2024-12-20T21:57:24.870Z | [ recovery-image] Dec 20 21:57:23.958 INFO O| Dec 20 21:57:23.958 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-12-20T21:57:24.879Z | [ recovery-image] Dec 20 21:57:23.977 INFO O| Dec 20 21:57:23.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7336 | 2024-12-20T21:57:24.883Z | [ recovery-image] Dec 20 21:57:23.977 INFO O| Dec 20 21:57:23.977 INFO STEP 995 (remove_files) COMPLETE |
7337 | 2024-12-20T21:57:24.883Z | [ recovery-image] Dec 20 21:57:23.977 INFO O| Dec 20 21:57:23.977 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-12-20T21:57:24.922Z | [ recovery-image] Dec 20 21:57:24.020 INFO O| Dec 20 21:57:24.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7339 | 2024-12-20T21:57:24.924Z | [ recovery-image] Dec 20 21:57:24.021 INFO O| Dec 20 21:57:24.021 INFO STEP 996 (remove_files) COMPLETE |
7340 | 2024-12-20T21:57:24.924Z | [ recovery-image] Dec 20 21:57:24.021 INFO O| Dec 20 21:57:24.021 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-12-20T21:57:24.953Z | [ recovery-image] Dec 20 21:57:24.052 INFO O| Dec 20 21:57:24.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7342 | 2024-12-20T21:57:24.953Z | [ recovery-image] Dec 20 21:57:24.052 INFO O| Dec 20 21:57:24.052 INFO STEP 997 (remove_files) COMPLETE |
7343 | 2024-12-20T21:57:24.956Z | [ recovery-image] Dec 20 21:57:24.052 INFO O| Dec 20 21:57:24.052 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-12-20T21:57:24.984Z | [ recovery-image] Dec 20 21:57:24.083 INFO O| Dec 20 21:57:24.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7345 | 2024-12-20T21:57:24.984Z | [ recovery-image] Dec 20 21:57:24.083 INFO O| Dec 20 21:57:24.083 INFO STEP 998 (remove_files) COMPLETE |
7346 | 2024-12-20T21:57:24.984Z | [ recovery-image] Dec 20 21:57:24.083 INFO O| Dec 20 21:57:24.083 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-12-20T21:57:25.001Z | [ recovery-image] Dec 20 21:57:24.098 INFO O| Dec 20 21:57:24.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7348 | 2024-12-20T21:57:25.001Z | [ recovery-image] Dec 20 21:57:24.098 INFO O| Dec 20 21:57:24.098 INFO STEP 999 (remove_files) COMPLETE |
7349 | 2024-12-20T21:57:25.001Z | [ recovery-image] Dec 20 21:57:24.098 INFO O| Dec 20 21:57:24.098 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-12-20T21:57:25.014Z | [ recovery-image] Dec 20 21:57:24.113 INFO O| Dec 20 21:57:24.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7351 | 2024-12-20T21:57:25.014Z | [ recovery-image] Dec 20 21:57:24.113 INFO O| Dec 20 21:57:24.113 INFO STEP 1000 (remove_files) COMPLETE |
7352 | 2024-12-20T21:57:25.014Z | [ recovery-image] Dec 20 21:57:24.113 INFO O| Dec 20 21:57:24.113 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-12-20T21:57:25.029Z | [ recovery-image] Dec 20 21:57:24.129 INFO O| Dec 20 21:57:24.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7354 | 2024-12-20T21:57:25.030Z | [ recovery-image] Dec 20 21:57:24.129 INFO O| Dec 20 21:57:24.129 INFO STEP 1001 (remove_files) COMPLETE |
7355 | 2024-12-20T21:57:25.030Z | [ recovery-image] Dec 20 21:57:24.129 INFO O| Dec 20 21:57:24.129 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-12-20T21:57:25.045Z | [ recovery-image] Dec 20 21:57:24.144 INFO O| Dec 20 21:57:24.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7357 | 2024-12-20T21:57:25.045Z | [ recovery-image] Dec 20 21:57:24.144 INFO O| Dec 20 21:57:24.144 INFO STEP 1002 (remove_files) COMPLETE |
7358 | 2024-12-20T21:57:25.045Z | [ recovery-image] Dec 20 21:57:24.144 INFO O| Dec 20 21:57:24.144 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-12-20T21:57:25.062Z | [ recovery-image] Dec 20 21:57:24.161 INFO O| Dec 20 21:57:24.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7360 | 2024-12-20T21:57:25.062Z | [ recovery-image] Dec 20 21:57:24.161 INFO O| Dec 20 21:57:24.161 INFO STEP 1003 (remove_files) COMPLETE |
7361 | 2024-12-20T21:57:25.062Z | [ recovery-image] Dec 20 21:57:24.161 INFO O| Dec 20 21:57:24.161 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-12-20T21:57:25.095Z | [ recovery-image] Dec 20 21:57:24.193 INFO O| Dec 20 21:57:24.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7363 | 2024-12-20T21:57:25.095Z | [ recovery-image] Dec 20 21:57:24.193 INFO O| Dec 20 21:57:24.193 INFO STEP 1004 (remove_files) COMPLETE |
7364 | 2024-12-20T21:57:25.102Z | [ recovery-image] Dec 20 21:57:24.193 INFO O| Dec 20 21:57:24.193 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-12-20T21:57:25.115Z | [ recovery-image] Dec 20 21:57:24.212 INFO O| Dec 20 21:57:24.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7366 | 2024-12-20T21:57:25.115Z | [ recovery-image] Dec 20 21:57:24.212 INFO O| Dec 20 21:57:24.212 INFO STEP 1005 (remove_files) COMPLETE |
7367 | 2024-12-20T21:57:25.120Z | [ recovery-image] Dec 20 21:57:24.212 INFO O| Dec 20 21:57:24.212 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-12-20T21:57:25.134Z | [ recovery-image] Dec 20 21:57:24.233 INFO O| Dec 20 21:57:24.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7369 | 2024-12-20T21:57:25.137Z | [ recovery-image] Dec 20 21:57:24.233 INFO O| Dec 20 21:57:24.233 INFO STEP 1006 (remove_files) COMPLETE |
7370 | 2024-12-20T21:57:25.137Z | [ recovery-image] Dec 20 21:57:24.233 INFO O| Dec 20 21:57:24.233 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-12-20T21:57:25.153Z | [ recovery-image] Dec 20 21:57:24.251 INFO O| Dec 20 21:57:24.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7372 | 2024-12-20T21:57:25.156Z | [ recovery-image] Dec 20 21:57:24.252 INFO O| Dec 20 21:57:24.251 INFO STEP 1007 (remove_files) COMPLETE |
7373 | 2024-12-20T21:57:25.156Z | [ recovery-image] Dec 20 21:57:24.252 INFO O| Dec 20 21:57:24.252 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-12-20T21:57:25.170Z | [ recovery-image] Dec 20 21:57:24.269 INFO O| Dec 20 21:57:24.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7375 | 2024-12-20T21:57:25.174Z | [ recovery-image] Dec 20 21:57:24.269 INFO O| Dec 20 21:57:24.269 INFO STEP 1008 (remove_files) COMPLETE |
7376 | 2024-12-20T21:57:25.174Z | [ recovery-image] Dec 20 21:57:24.270 INFO O| Dec 20 21:57:24.269 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-12-20T21:57:25.196Z | [ recovery-image] Dec 20 21:57:24.294 INFO O| Dec 20 21:57:24.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7378 | 2024-12-20T21:57:25.196Z | [ recovery-image] Dec 20 21:57:24.294 INFO O| Dec 20 21:57:24.294 INFO STEP 1009 (remove_files) COMPLETE |
7379 | 2024-12-20T21:57:25.196Z | [ recovery-image] Dec 20 21:57:24.294 INFO O| Dec 20 21:57:24.294 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-12-20T21:57:25.247Z | [ recovery-image] Dec 20 21:57:24.346 INFO O| Dec 20 21:57:24.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7381 | 2024-12-20T21:57:25.247Z | [ recovery-image] Dec 20 21:57:24.346 INFO O| Dec 20 21:57:24.346 INFO STEP 1010 (remove_files) COMPLETE |
7382 | 2024-12-20T21:57:25.247Z | [ recovery-image] Dec 20 21:57:24.346 INFO O| Dec 20 21:57:24.346 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-12-20T21:57:25.269Z | [ recovery-image] Dec 20 21:57:24.363 INFO O| Dec 20 21:57:24.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7384 | 2024-12-20T21:57:25.269Z | [ recovery-image] Dec 20 21:57:24.363 INFO O| Dec 20 21:57:24.363 INFO STEP 1011 (remove_files) COMPLETE |
7385 | 2024-12-20T21:57:25.269Z | [ recovery-image] Dec 20 21:57:24.363 INFO O| Dec 20 21:57:24.363 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-12-20T21:57:25.289Z | [ recovery-image] Dec 20 21:57:24.388 INFO O| Dec 20 21:57:24.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7387 | 2024-12-20T21:57:25.289Z | [ recovery-image] Dec 20 21:57:24.388 INFO O| Dec 20 21:57:24.388 INFO STEP 1012 (remove_files) COMPLETE |
7388 | 2024-12-20T21:57:25.293Z | [ recovery-image] Dec 20 21:57:24.388 INFO O| Dec 20 21:57:24.388 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-12-20T21:57:25.308Z | [ recovery-image] Dec 20 21:57:24.407 INFO O| Dec 20 21:57:24.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7390 | 2024-12-20T21:57:25.311Z | [ recovery-image] Dec 20 21:57:24.408 INFO O| Dec 20 21:57:24.407 INFO STEP 1013 (remove_files) COMPLETE |
7391 | 2024-12-20T21:57:25.311Z | [ recovery-image] Dec 20 21:57:24.408 INFO O| Dec 20 21:57:24.408 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-12-20T21:57:25.327Z | [ recovery-image] Dec 20 21:57:24.426 INFO O| Dec 20 21:57:24.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7393 | 2024-12-20T21:57:25.327Z | [ recovery-image] Dec 20 21:57:24.426 INFO O| Dec 20 21:57:24.426 INFO STEP 1014 (remove_files) COMPLETE |
7394 | 2024-12-20T21:57:25.327Z | [ recovery-image] Dec 20 21:57:24.426 INFO O| Dec 20 21:57:24.426 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-12-20T21:57:25.345Z | [ recovery-image] Dec 20 21:57:24.444 INFO O| Dec 20 21:57:24.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7396 | 2024-12-20T21:57:25.345Z | [ recovery-image] Dec 20 21:57:24.444 INFO O| Dec 20 21:57:24.444 INFO STEP 1015 (remove_files) COMPLETE |
7397 | 2024-12-20T21:57:25.347Z | [ recovery-image] Dec 20 21:57:24.444 INFO O| Dec 20 21:57:24.444 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2024-12-20T21:57:25.364Z | [ recovery-image] Dec 20 21:57:24.463 INFO O| Dec 20 21:57:24.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7399 | 2024-12-20T21:57:25.364Z | [ recovery-image] Dec 20 21:57:24.463 INFO O| Dec 20 21:57:24.463 INFO STEP 1016 (remove_files) COMPLETE |
7400 | 2024-12-20T21:57:25.367Z | [ recovery-image] Dec 20 21:57:24.463 INFO O| Dec 20 21:57:24.463 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2024-12-20T21:57:25.400Z | [ recovery-image] Dec 20 21:57:24.499 INFO O| Dec 20 21:57:24.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7402 | 2024-12-20T21:57:25.403Z | [ recovery-image] Dec 20 21:57:24.499 INFO O| Dec 20 21:57:24.499 INFO STEP 1017 (remove_files) COMPLETE |
7403 | 2024-12-20T21:57:25.403Z | [ recovery-image] Dec 20 21:57:24.499 INFO O| Dec 20 21:57:24.499 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2024-12-20T21:57:25.418Z | [ recovery-image] Dec 20 21:57:24.517 INFO O| Dec 20 21:57:24.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7405 | 2024-12-20T21:57:25.418Z | [ recovery-image] Dec 20 21:57:24.517 INFO O| Dec 20 21:57:24.517 INFO STEP 1018 (remove_files) COMPLETE |
7406 | 2024-12-20T21:57:25.418Z | [ recovery-image] Dec 20 21:57:24.517 INFO O| Dec 20 21:57:24.517 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-12-20T21:57:25.435Z | [ recovery-image] Dec 20 21:57:24.534 INFO O| Dec 20 21:57:24.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7408 | 2024-12-20T21:57:25.456Z | [ recovery-image] Dec 20 21:57:24.555 INFO O| Dec 20 21:57:24.555 INFO STEP 1019 (remove_files) COMPLETE |
7409 | 2024-12-20T21:57:25.456Z | [ recovery-image] Dec 20 21:57:24.555 INFO O| Dec 20 21:57:24.555 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-12-20T21:57:25.536Z | [ recovery-image] Dec 20 21:57:24.635 INFO O| Dec 20 21:57:24.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7411 | 2024-12-20T21:57:25.539Z | [ recovery-image] Dec 20 21:57:24.635 INFO O| Dec 20 21:57:24.635 INFO STEP 1020 (remove_files) COMPLETE |
7412 | 2024-12-20T21:57:25.539Z | [ recovery-image] Dec 20 21:57:24.635 INFO O| Dec 20 21:57:24.635 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-12-20T21:57:25.557Z | [ recovery-image] Dec 20 21:57:24.656 INFO O| Dec 20 21:57:24.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7414 | 2024-12-20T21:57:25.557Z | [ recovery-image] Dec 20 21:57:24.656 INFO O| Dec 20 21:57:24.656 INFO STEP 1021 (remove_files) COMPLETE |
7415 | 2024-12-20T21:57:25.557Z | [ recovery-image] Dec 20 21:57:24.656 INFO O| Dec 20 21:57:24.656 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-12-20T21:57:25.595Z | [ recovery-image] Dec 20 21:57:24.692 INFO O| Dec 20 21:57:24.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7417 | 2024-12-20T21:57:25.595Z | [ recovery-image] Dec 20 21:57:24.692 INFO O| Dec 20 21:57:24.692 INFO STEP 1022 (remove_files) COMPLETE |
7418 | 2024-12-20T21:57:25.595Z | [ recovery-image] Dec 20 21:57:24.692 INFO O| Dec 20 21:57:24.692 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-12-20T21:57:25.636Z | [ recovery-image] Dec 20 21:57:24.734 INFO O| Dec 20 21:57:24.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7420 | 2024-12-20T21:57:25.636Z | [ recovery-image] Dec 20 21:57:24.734 INFO O| Dec 20 21:57:24.734 INFO STEP 1023 (remove_files) COMPLETE |
7421 | 2024-12-20T21:57:25.636Z | [ recovery-image] Dec 20 21:57:24.734 INFO O| Dec 20 21:57:24.734 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-12-20T21:57:25.675Z | [ recovery-image] Dec 20 21:57:24.772 INFO O| Dec 20 21:57:24.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7423 | 2024-12-20T21:57:25.675Z | [ recovery-image] Dec 20 21:57:24.773 INFO O| Dec 20 21:57:24.773 INFO STEP 1024 (remove_files) COMPLETE |
7424 | 2024-12-20T21:57:25.678Z | [ recovery-image] Dec 20 21:57:24.773 INFO O| Dec 20 21:57:24.773 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-12-20T21:57:25.697Z | [ recovery-image] Dec 20 21:57:24.794 INFO O| Dec 20 21:57:24.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7426 | 2024-12-20T21:57:25.697Z | [ recovery-image] Dec 20 21:57:24.794 INFO O| Dec 20 21:57:24.794 INFO STEP 1025 (remove_files) COMPLETE |
7427 | 2024-12-20T21:57:25.697Z | [ recovery-image] Dec 20 21:57:24.794 INFO O| Dec 20 21:57:24.794 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-12-20T21:57:25.737Z | [ recovery-image] Dec 20 21:57:24.835 INFO O| Dec 20 21:57:24.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7429 | 2024-12-20T21:57:25.737Z | [ recovery-image] Dec 20 21:57:24.835 INFO O| Dec 20 21:57:24.835 INFO STEP 1026 (remove_files) COMPLETE |
7430 | 2024-12-20T21:57:25.738Z | [ recovery-image] Dec 20 21:57:24.835 INFO O| Dec 20 21:57:24.835 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-12-20T21:57:25.756Z | [ recovery-image] Dec 20 21:57:24.854 INFO O| Dec 20 21:57:24.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7432 | 2024-12-20T21:57:25.756Z | [ recovery-image] Dec 20 21:57:24.854 INFO O| Dec 20 21:57:24.854 INFO STEP 1027 (remove_files) COMPLETE |
7433 | 2024-12-20T21:57:25.756Z | [ recovery-image] Dec 20 21:57:24.854 INFO O| Dec 20 21:57:24.854 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-12-20T21:57:25.775Z | [ recovery-image] Dec 20 21:57:24.874 INFO O| Dec 20 21:57:24.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7435 | 2024-12-20T21:57:25.775Z | [ recovery-image] Dec 20 21:57:24.874 INFO O| Dec 20 21:57:24.874 INFO STEP 1028 (remove_files) COMPLETE |
7436 | 2024-12-20T21:57:25.775Z | [ recovery-image] Dec 20 21:57:24.874 INFO O| Dec 20 21:57:24.874 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-12-20T21:57:25.794Z | [ recovery-image] Dec 20 21:57:24.893 INFO O| Dec 20 21:57:24.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7438 | 2024-12-20T21:57:25.794Z | [ recovery-image] Dec 20 21:57:24.893 INFO O| Dec 20 21:57:24.893 INFO STEP 1029 (remove_files) COMPLETE |
7439 | 2024-12-20T21:57:25.797Z | [ recovery-image] Dec 20 21:57:24.893 INFO O| Dec 20 21:57:24.893 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-12-20T21:57:25.851Z | [ recovery-image] Dec 20 21:57:24.950 INFO O| Dec 20 21:57:24.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7441 | 2024-12-20T21:57:25.851Z | [ recovery-image] Dec 20 21:57:24.950 INFO O| Dec 20 21:57:24.950 INFO STEP 1030 (remove_files) COMPLETE |
7442 | 2024-12-20T21:57:25.854Z | [ recovery-image] Dec 20 21:57:24.950 INFO O| Dec 20 21:57:24.950 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-12-20T21:57:25.895Z | [ recovery-image] Dec 20 21:57:24.994 INFO O| Dec 20 21:57:24.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7444 | 2024-12-20T21:57:25.895Z | [ recovery-image] Dec 20 21:57:24.994 INFO O| Dec 20 21:57:24.994 INFO STEP 1031 (remove_files) COMPLETE |
7445 | 2024-12-20T21:57:25.895Z | [ recovery-image] Dec 20 21:57:24.994 INFO O| Dec 20 21:57:24.994 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-12-20T21:57:26.029Z | [ recovery-image] Dec 20 21:57:25.127 INFO O| Dec 20 21:57:25.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7447 | 2024-12-20T21:57:26.029Z | [ recovery-image] Dec 20 21:57:25.127 INFO O| Dec 20 21:57:25.127 INFO STEP 1032 (remove_files) COMPLETE |
7448 | 2024-12-20T21:57:26.029Z | [ recovery-image] Dec 20 21:57:25.127 INFO O| Dec 20 21:57:25.127 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-12-20T21:57:26.087Z | [ recovery-image] Dec 20 21:57:25.185 INFO O| Dec 20 21:57:25.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7450 | 2024-12-20T21:57:26.087Z | [ recovery-image] Dec 20 21:57:25.185 INFO O| Dec 20 21:57:25.185 INFO STEP 1033 (remove_files) COMPLETE |
7451 | 2024-12-20T21:57:26.087Z | [ recovery-image] Dec 20 21:57:25.185 INFO O| Dec 20 21:57:25.185 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-12-20T21:57:26.123Z | [ recovery-image] Dec 20 21:57:25.219 INFO O| Dec 20 21:57:25.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7453 | 2024-12-20T21:57:26.123Z | [ recovery-image] Dec 20 21:57:25.219 INFO O| Dec 20 21:57:25.219 INFO STEP 1034 (remove_files) COMPLETE |
7454 | 2024-12-20T21:57:26.123Z | [ recovery-image] Dec 20 21:57:25.219 INFO O| Dec 20 21:57:25.219 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-12-20T21:57:26.139Z | [ recovery-image] Dec 20 21:57:25.237 INFO O| Dec 20 21:57:25.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7456 | 2024-12-20T21:57:26.139Z | [ recovery-image] Dec 20 21:57:25.237 INFO O| Dec 20 21:57:25.237 INFO STEP 1035 (remove_files) COMPLETE |
7457 | 2024-12-20T21:57:26.139Z | [ recovery-image] Dec 20 21:57:25.238 INFO O| Dec 20 21:57:25.237 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-12-20T21:57:26.158Z | [ host-image] Dec 20 21:57:25.256 INFO O| Dec 20 21:57:25.256 INFO O| Done |
7459 | 2024-12-20T21:57:26.174Z | [ recovery-image] Dec 20 21:57:25.271 INFO O| Dec 20 21:57:25.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7460 | 2024-12-20T21:57:26.174Z | [ recovery-image] Dec 20 21:57:25.271 INFO O| Dec 20 21:57:25.271 INFO STEP 1036 (remove_files) COMPLETE |
7461 | 2024-12-20T21:57:26.174Z | [ recovery-image] Dec 20 21:57:25.271 INFO O| Dec 20 21:57:25.271 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-12-20T21:57:26.192Z | [ recovery-image] Dec 20 21:57:25.290 INFO O| Dec 20 21:57:25.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7463 | 2024-12-20T21:57:26.192Z | [ recovery-image] Dec 20 21:57:25.290 INFO O| Dec 20 21:57:25.290 INFO STEP 1037 (remove_files) COMPLETE |
7464 | 2024-12-20T21:57:26.192Z | [ recovery-image] Dec 20 21:57:25.290 INFO O| Dec 20 21:57:25.290 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-12-20T21:57:26.210Z | [ recovery-image] Dec 20 21:57:25.309 INFO O| Dec 20 21:57:25.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7466 | 2024-12-20T21:57:26.210Z | [ recovery-image] Dec 20 21:57:25.309 INFO O| Dec 20 21:57:25.309 INFO STEP 1038 (remove_files) COMPLETE |
7467 | 2024-12-20T21:57:26.210Z | [ recovery-image] Dec 20 21:57:25.309 INFO O| Dec 20 21:57:25.309 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-12-20T21:57:26.347Z | [ recovery-image] Dec 20 21:57:25.352 INFO O| Dec 20 21:57:25.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7469 | 2024-12-20T21:57:26.347Z | [ recovery-image] Dec 20 21:57:25.352 INFO O| Dec 20 21:57:25.352 INFO STEP 1039 (remove_files) COMPLETE |
7470 | 2024-12-20T21:57:26.347Z | [ recovery-image] Dec 20 21:57:25.352 INFO O| Dec 20 21:57:25.352 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-12-20T21:57:26.362Z | [ recovery-image] Dec 20 21:57:25.461 INFO O| Dec 20 21:57:25.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7472 | 2024-12-20T21:57:26.362Z | [ recovery-image] Dec 20 21:57:25.461 INFO O| Dec 20 21:57:25.461 INFO STEP 1040 (remove_files) COMPLETE |
7473 | 2024-12-20T21:57:26.362Z | [ recovery-image] Dec 20 21:57:25.461 INFO O| Dec 20 21:57:25.461 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-12-20T21:57:26.465Z | [ recovery-image] Dec 20 21:57:25.564 INFO O| Dec 20 21:57:25.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7475 | 2024-12-20T21:57:26.465Z | [ recovery-image] Dec 20 21:57:25.564 INFO O| Dec 20 21:57:25.564 INFO STEP 1041 (remove_files) COMPLETE |
7476 | 2024-12-20T21:57:26.465Z | [ recovery-image] Dec 20 21:57:25.564 INFO O| Dec 20 21:57:25.564 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-12-20T21:57:26.552Z | [ recovery-image] Dec 20 21:57:25.650 INFO O| Dec 20 21:57:25.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7478 | 2024-12-20T21:57:26.552Z | [ recovery-image] Dec 20 21:57:25.651 INFO O| Dec 20 21:57:25.651 INFO STEP 1042 (remove_files) COMPLETE |
7479 | 2024-12-20T21:57:26.555Z | [ recovery-image] Dec 20 21:57:25.651 INFO O| Dec 20 21:57:25.651 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-12-20T21:57:26.579Z | [ recovery-image] Dec 20 21:57:25.677 INFO O| Dec 20 21:57:25.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7481 | 2024-12-20T21:57:26.579Z | [ recovery-image] Dec 20 21:57:25.677 INFO O| Dec 20 21:57:25.677 INFO STEP 1043 (remove_files) COMPLETE |
7482 | 2024-12-20T21:57:26.579Z | [ recovery-image] Dec 20 21:57:25.677 INFO O| Dec 20 21:57:25.677 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-12-20T21:57:26.602Z | [ recovery-image] Dec 20 21:57:25.701 INFO O| Dec 20 21:57:25.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7484 | 2024-12-20T21:57:26.605Z | [ recovery-image] Dec 20 21:57:25.701 INFO O| Dec 20 21:57:25.701 INFO STEP 1044 (remove_files) COMPLETE |
7485 | 2024-12-20T21:57:26.605Z | [ recovery-image] Dec 20 21:57:25.701 INFO O| Dec 20 21:57:25.701 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-12-20T21:57:26.678Z | [ recovery-image] Dec 20 21:57:25.748 INFO O| Dec 20 21:57:25.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7487 | 2024-12-20T21:57:26.678Z | [ recovery-image] Dec 20 21:57:25.749 INFO O| Dec 20 21:57:25.749 INFO STEP 1045 (remove_files) COMPLETE |
7488 | 2024-12-20T21:57:26.678Z | [ recovery-image] Dec 20 21:57:25.749 INFO O| Dec 20 21:57:25.749 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-12-20T21:57:26.678Z | [ recovery-image] Dec 20 21:57:25.767 INFO O| Dec 20 21:57:25.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7490 | 2024-12-20T21:57:26.678Z | [ recovery-image] Dec 20 21:57:25.767 INFO O| Dec 20 21:57:25.767 INFO STEP 1046 (remove_files) COMPLETE |
7491 | 2024-12-20T21:57:26.681Z | [ recovery-image] Dec 20 21:57:25.767 INFO O| Dec 20 21:57:25.767 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-12-20T21:57:26.689Z | [ recovery-image] Dec 20 21:57:25.788 INFO O| Dec 20 21:57:25.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7493 | 2024-12-20T21:57:26.692Z | [ recovery-image] Dec 20 21:57:25.788 INFO O| Dec 20 21:57:25.788 INFO STEP 1047 (remove_files) COMPLETE |
7494 | 2024-12-20T21:57:26.692Z | [ recovery-image] Dec 20 21:57:25.788 INFO O| Dec 20 21:57:25.788 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-12-20T21:57:26.741Z | [ recovery-image] Dec 20 21:57:25.840 INFO O| Dec 20 21:57:25.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7496 | 2024-12-20T21:57:26.744Z | [ recovery-image] Dec 20 21:57:25.840 INFO O| Dec 20 21:57:25.840 INFO STEP 1048 (remove_files) COMPLETE |
7497 | 2024-12-20T21:57:26.744Z | [ recovery-image] Dec 20 21:57:25.840 INFO O| Dec 20 21:57:25.840 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-12-20T21:57:26.762Z | [ recovery-image] Dec 20 21:57:25.861 INFO O| Dec 20 21:57:25.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7499 | 2024-12-20T21:57:26.762Z | [ recovery-image] Dec 20 21:57:25.861 INFO O| Dec 20 21:57:25.861 INFO STEP 1049 (remove_files) COMPLETE |
7500 | 2024-12-20T21:57:26.765Z | [ recovery-image] Dec 20 21:57:25.861 INFO O| Dec 20 21:57:25.861 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-12-20T21:57:26.808Z | [ recovery-image] Dec 20 21:57:25.890 INFO O| Dec 20 21:57:25.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7502 | 2024-12-20T21:57:26.808Z | [ recovery-image] Dec 20 21:57:25.890 INFO O| Dec 20 21:57:25.881 INFO STEP 1050 (remove_files) COMPLETE |
7503 | 2024-12-20T21:57:26.808Z | [ recovery-image] Dec 20 21:57:25.890 INFO O| Dec 20 21:57:25.881 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2024-12-20T21:57:26.808Z | [ recovery-image] Dec 20 21:57:25.901 INFO O| Dec 20 21:57:25.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7505 | 2024-12-20T21:57:26.808Z | [ recovery-image] Dec 20 21:57:25.901 INFO O| Dec 20 21:57:25.901 INFO STEP 1051 (remove_files) COMPLETE |
7506 | 2024-12-20T21:57:26.808Z | [ recovery-image] Dec 20 21:57:25.901 INFO O| Dec 20 21:57:25.901 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2024-12-20T21:57:26.820Z | [ recovery-image] Dec 20 21:57:25.918 INFO O| Dec 20 21:57:25.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7508 | 2024-12-20T21:57:26.822Z | [ recovery-image] Dec 20 21:57:25.919 INFO O| Dec 20 21:57:25.918 INFO STEP 1052 (remove_files) COMPLETE |
7509 | 2024-12-20T21:57:26.822Z | [ recovery-image] Dec 20 21:57:25.919 INFO O| Dec 20 21:57:25.919 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2024-12-20T21:57:26.837Z | [ recovery-image] Dec 20 21:57:25.936 INFO O| Dec 20 21:57:25.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7511 | 2024-12-20T21:57:26.837Z | [ recovery-image] Dec 20 21:57:25.936 INFO O| Dec 20 21:57:25.936 INFO STEP 1053 (remove_files) COMPLETE |
7512 | 2024-12-20T21:57:26.840Z | [ recovery-image] Dec 20 21:57:25.936 INFO O| Dec 20 21:57:25.936 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2024-12-20T21:57:26.878Z | [ recovery-image] Dec 20 21:57:25.977 INFO O| Dec 20 21:57:25.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7514 | 2024-12-20T21:57:26.878Z | [ recovery-image] Dec 20 21:57:25.977 INFO O| Dec 20 21:57:25.977 INFO STEP 1054 (remove_files) COMPLETE |
7515 | 2024-12-20T21:57:26.878Z | [ recovery-image] Dec 20 21:57:25.977 INFO O| Dec 20 21:57:25.977 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2024-12-20T21:57:26.899Z | [ recovery-image] Dec 20 21:57:25.998 INFO O| Dec 20 21:57:25.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7517 | 2024-12-20T21:57:26.899Z | [ recovery-image] Dec 20 21:57:25.998 INFO O| Dec 20 21:57:25.998 INFO STEP 1055 (remove_files) COMPLETE |
7518 | 2024-12-20T21:57:26.899Z | [ recovery-image] Dec 20 21:57:25.998 INFO O| Dec 20 21:57:25.998 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2024-12-20T21:57:26.919Z | [ recovery-image] Dec 20 21:57:26.017 INFO O| Dec 20 21:57:26.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7520 | 2024-12-20T21:57:26.919Z | [ recovery-image] Dec 20 21:57:26.018 INFO O| Dec 20 21:57:26.017 INFO STEP 1056 (remove_files) COMPLETE |
7521 | 2024-12-20T21:57:26.921Z | [ recovery-image] Dec 20 21:57:26.018 INFO O| Dec 20 21:57:26.018 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2024-12-20T21:57:26.997Z | [ recovery-image] Dec 20 21:57:26.095 INFO O| Dec 20 21:57:26.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7523 | 2024-12-20T21:57:26.997Z | [ recovery-image] Dec 20 21:57:26.095 INFO O| Dec 20 21:57:26.095 INFO STEP 1057 (remove_files) COMPLETE |
7524 | 2024-12-20T21:57:26.997Z | [ recovery-image] Dec 20 21:57:26.095 INFO O| Dec 20 21:57:26.095 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2024-12-20T21:57:27.014Z | [ recovery-image] Dec 20 21:57:26.113 INFO O| Dec 20 21:57:26.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7526 | 2024-12-20T21:57:27.017Z | [ recovery-image] Dec 20 21:57:26.113 INFO O| Dec 20 21:57:26.113 INFO STEP 1058 (remove_files) COMPLETE |
7527 | 2024-12-20T21:57:27.017Z | [ recovery-image] Dec 20 21:57:26.113 INFO O| Dec 20 21:57:26.113 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-12-20T21:57:27.027Z | [ host-image] Dec 20 21:57:26.126 INFO O| Dec 20 21:57:26.126 INFO O| Done |
7529 | 2024-12-20T21:57:27.057Z | [ recovery-image] Dec 20 21:57:26.155 INFO O| Dec 20 21:57:26.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7530 | 2024-12-20T21:57:27.057Z | [ recovery-image] Dec 20 21:57:26.155 INFO O| Dec 20 21:57:26.155 INFO STEP 1059 (remove_files) COMPLETE |
7531 | 2024-12-20T21:57:27.057Z | [ recovery-image] Dec 20 21:57:26.155 INFO O| Dec 20 21:57:26.155 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-12-20T21:57:27.116Z | [ recovery-image] Dec 20 21:57:26.215 INFO O| Dec 20 21:57:26.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7533 | 2024-12-20T21:57:27.119Z | [ recovery-image] Dec 20 21:57:26.215 INFO O| Dec 20 21:57:26.215 INFO STEP 1060 (remove_files) COMPLETE |
7534 | 2024-12-20T21:57:27.119Z | [ recovery-image] Dec 20 21:57:26.215 INFO O| Dec 20 21:57:26.215 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-12-20T21:57:27.188Z | [ recovery-image] Dec 20 21:57:26.285 INFO O| Dec 20 21:57:26.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7536 | 2024-12-20T21:57:27.188Z | [ recovery-image] Dec 20 21:57:26.285 INFO O| Dec 20 21:57:26.285 INFO STEP 1061 (remove_files) COMPLETE |
7537 | 2024-12-20T21:57:27.188Z | [ recovery-image] Dec 20 21:57:26.285 INFO O| Dec 20 21:57:26.285 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-12-20T21:57:27.257Z | [ recovery-image] Dec 20 21:57:26.308 INFO O| Dec 20 21:57:26.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7539 | 2024-12-20T21:57:27.257Z | [ recovery-image] Dec 20 21:57:26.308 INFO O| Dec 20 21:57:26.308 INFO STEP 1062 (remove_files) COMPLETE |
7540 | 2024-12-20T21:57:27.257Z | [ recovery-image] Dec 20 21:57:26.308 INFO O| Dec 20 21:57:26.308 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-12-20T21:57:27.257Z | [ recovery-image] Dec 20 21:57:26.328 INFO O| Dec 20 21:57:26.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7542 | 2024-12-20T21:57:27.257Z | [ recovery-image] Dec 20 21:57:26.328 INFO O| Dec 20 21:57:26.328 INFO STEP 1063 (remove_files) COMPLETE |
7543 | 2024-12-20T21:57:27.257Z | [ recovery-image] Dec 20 21:57:26.328 INFO O| Dec 20 21:57:26.328 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-12-20T21:57:27.257Z | [ recovery-image] Dec 20 21:57:26.345 INFO O| Dec 20 21:57:26.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7545 | 2024-12-20T21:57:27.257Z | [ recovery-image] Dec 20 21:57:26.346 INFO O| Dec 20 21:57:26.345 INFO STEP 1064 (remove_files) COMPLETE |
7546 | 2024-12-20T21:57:27.257Z | [ recovery-image] Dec 20 21:57:26.346 INFO O| Dec 20 21:57:26.346 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-12-20T21:57:27.276Z | [ recovery-image] Dec 20 21:57:26.375 INFO O| Dec 20 21:57:26.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7548 | 2024-12-20T21:57:27.276Z | [ recovery-image] Dec 20 21:57:26.375 INFO O| Dec 20 21:57:26.375 INFO STEP 1065 (remove_files) COMPLETE |
7549 | 2024-12-20T21:57:27.276Z | [ recovery-image] Dec 20 21:57:26.375 INFO O| Dec 20 21:57:26.375 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-12-20T21:57:27.546Z | [ host-image] Dec 20 21:57:26.645 INFO O| Dec 20 21:57:26.645 INFO STEP 11 (pkg_install) COMPLETE |
7551 | 2024-12-20T21:57:27.546Z | [ host-image] Dec 20 21:57:26.645 INFO O| Dec 20 21:57:26.645 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7552 | 2024-12-20T21:57:27.562Z | [ host-image] Dec 20 21:57:26.661 INFO O| Dec 20 21:57:26.661 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"] |
7553 | 2024-12-20T21:57:27.565Z | [ recovery-image] Dec 20 21:57:26.661 INFO O| Dec 20 21:57:26.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7554 | 2024-12-20T21:57:27.565Z | [ recovery-image] Dec 20 21:57:26.661 INFO O| Dec 20 21:57:26.661 INFO STEP 1066 (remove_files) COMPLETE |
7555 | 2024-12-20T21:57:27.565Z | [ recovery-image] Dec 20 21:57:26.661 INFO O| Dec 20 21:57:26.661 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2024-12-20T21:57:27.579Z | [ recovery-image] Dec 20 21:57:26.677 INFO O| Dec 20 21:57:26.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7557 | 2024-12-20T21:57:27.579Z | [ recovery-image] Dec 20 21:57:26.677 INFO O| Dec 20 21:57:26.677 INFO STEP 1067 (remove_files) COMPLETE |
7558 | 2024-12-20T21:57:27.579Z | [ recovery-image] Dec 20 21:57:26.677 INFO O| Dec 20 21:57:26.677 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7559 | 2024-12-20T21:57:27.616Z | [ recovery-image] Dec 20 21:57:26.715 INFO O| Dec 20 21:57:26.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7560 | 2024-12-20T21:57:27.616Z | [ recovery-image] Dec 20 21:57:26.715 INFO O| Dec 20 21:57:26.715 INFO STEP 1068 (remove_files) COMPLETE |
7561 | 2024-12-20T21:57:27.616Z | [ recovery-image] Dec 20 21:57:26.715 INFO O| Dec 20 21:57:26.715 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7562 | 2024-12-20T21:57:27.647Z | [ recovery-image] Dec 20 21:57:26.746 INFO O| Dec 20 21:57:26.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7563 | 2024-12-20T21:57:27.647Z | [ recovery-image] Dec 20 21:57:26.746 INFO O| Dec 20 21:57:26.746 INFO STEP 1069 (remove_files) COMPLETE |
7564 | 2024-12-20T21:57:27.648Z | [ recovery-image] Dec 20 21:57:26.746 INFO O| Dec 20 21:57:26.746 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7565 | 2024-12-20T21:57:27.668Z | [ recovery-image] Dec 20 21:57:26.766 INFO O| Dec 20 21:57:26.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7566 | 2024-12-20T21:57:27.668Z | [ recovery-image] Dec 20 21:57:26.766 INFO O| Dec 20 21:57:26.766 INFO STEP 1070 (remove_files) COMPLETE |
7567 | 2024-12-20T21:57:27.670Z | [ recovery-image] Dec 20 21:57:26.767 INFO O| Dec 20 21:57:26.766 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7568 | 2024-12-20T21:57:27.688Z | [ recovery-image] Dec 20 21:57:26.787 INFO O| Dec 20 21:57:26.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7569 | 2024-12-20T21:57:27.688Z | [ recovery-image] Dec 20 21:57:26.787 INFO O| Dec 20 21:57:26.787 INFO STEP 1071 (remove_files) COMPLETE |
7570 | 2024-12-20T21:57:27.688Z | [ recovery-image] Dec 20 21:57:26.787 INFO O| Dec 20 21:57:26.787 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2024-12-20T21:57:27.711Z | [ recovery-image] Dec 20 21:57:26.810 INFO O| Dec 20 21:57:26.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7572 | 2024-12-20T21:57:27.711Z | [ recovery-image] Dec 20 21:57:26.810 INFO O| Dec 20 21:57:26.810 INFO STEP 1072 (remove_files) COMPLETE |
7573 | 2024-12-20T21:57:27.711Z | [ recovery-image] Dec 20 21:57:26.810 INFO O| Dec 20 21:57:26.810 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2024-12-20T21:57:27.757Z | [ recovery-image] Dec 20 21:57:26.856 INFO O| Dec 20 21:57:26.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7575 | 2024-12-20T21:57:27.760Z | [ recovery-image] Dec 20 21:57:26.856 INFO O| Dec 20 21:57:26.856 INFO STEP 1073 (remove_files) COMPLETE |
7576 | 2024-12-20T21:57:27.760Z | [ recovery-image] Dec 20 21:57:26.856 INFO O| Dec 20 21:57:26.856 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2024-12-20T21:57:27.776Z | [ recovery-image] Dec 20 21:57:26.874 INFO O| Dec 20 21:57:26.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7578 | 2024-12-20T21:57:27.778Z | [ recovery-image] Dec 20 21:57:26.875 INFO O| Dec 20 21:57:26.875 INFO STEP 1074 (remove_files) COMPLETE |
7579 | 2024-12-20T21:57:27.778Z | [ recovery-image] Dec 20 21:57:26.875 INFO O| Dec 20 21:57:26.875 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2024-12-20T21:57:27.794Z | [ recovery-image] Dec 20 21:57:26.892 INFO O| Dec 20 21:57:26.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7581 | 2024-12-20T21:57:27.796Z | [ recovery-image] Dec 20 21:57:26.893 INFO O| Dec 20 21:57:26.893 INFO STEP 1075 (remove_files) COMPLETE |
7582 | 2024-12-20T21:57:27.796Z | [ recovery-image] Dec 20 21:57:26.893 INFO O| Dec 20 21:57:26.893 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2024-12-20T21:57:27.824Z | [ recovery-image] Dec 20 21:57:26.922 INFO O| Dec 20 21:57:26.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7584 | 2024-12-20T21:57:27.824Z | [ recovery-image] Dec 20 21:57:26.922 INFO O| Dec 20 21:57:26.922 INFO STEP 1076 (remove_files) COMPLETE |
7585 | 2024-12-20T21:57:27.824Z | [ recovery-image] Dec 20 21:57:26.922 INFO O| Dec 20 21:57:26.922 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2024-12-20T21:57:27.843Z | [ recovery-image] Dec 20 21:57:26.939 INFO O| Dec 20 21:57:26.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7587 | 2024-12-20T21:57:27.843Z | [ recovery-image] Dec 20 21:57:26.939 INFO O| Dec 20 21:57:26.939 INFO STEP 1077 (remove_files) COMPLETE |
7588 | 2024-12-20T21:57:27.843Z | [ recovery-image] Dec 20 21:57:26.939 INFO O| Dec 20 21:57:26.939 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2024-12-20T21:57:27.857Z | [ recovery-image] Dec 20 21:57:26.956 INFO O| Dec 20 21:57:26.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7590 | 2024-12-20T21:57:27.857Z | [ recovery-image] Dec 20 21:57:26.956 INFO O| Dec 20 21:57:26.956 INFO STEP 1078 (remove_files) COMPLETE |
7591 | 2024-12-20T21:57:27.857Z | [ recovery-image] Dec 20 21:57:26.956 INFO O| Dec 20 21:57:26.956 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2024-12-20T21:57:27.874Z | [ recovery-image] Dec 20 21:57:26.972 INFO O| Dec 20 21:57:26.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7593 | 2024-12-20T21:57:27.874Z | [ recovery-image] Dec 20 21:57:26.972 INFO O| Dec 20 21:57:26.972 INFO STEP 1079 (remove_files) COMPLETE |
7594 | 2024-12-20T21:57:27.874Z | [ recovery-image] Dec 20 21:57:26.972 INFO O| Dec 20 21:57:26.972 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2024-12-20T21:57:27.911Z | [ recovery-image] Dec 20 21:57:27.009 INFO O| Dec 20 21:57:27.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7596 | 2024-12-20T21:57:27.911Z | [ recovery-image] Dec 20 21:57:27.009 INFO O| Dec 20 21:57:27.009 INFO STEP 1080 (remove_files) COMPLETE |
7597 | 2024-12-20T21:57:27.911Z | [ recovery-image] Dec 20 21:57:27.009 INFO O| Dec 20 21:57:27.009 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2024-12-20T21:57:27.970Z | [ recovery-image] Dec 20 21:57:27.069 INFO O| Dec 20 21:57:27.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7599 | 2024-12-20T21:57:27.970Z | [ recovery-image] Dec 20 21:57:27.069 INFO O| Dec 20 21:57:27.069 INFO STEP 1081 (remove_files) COMPLETE |
7600 | 2024-12-20T21:57:27.970Z | [ recovery-image] Dec 20 21:57:27.069 INFO O| Dec 20 21:57:27.069 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2024-12-20T21:57:28.014Z | [ recovery-image] Dec 20 21:57:27.113 INFO O| Dec 20 21:57:27.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7602 | 2024-12-20T21:57:28.014Z | [ recovery-image] Dec 20 21:57:27.113 INFO O| Dec 20 21:57:27.113 INFO STEP 1082 (remove_files) COMPLETE |
7603 | 2024-12-20T21:57:28.017Z | [ recovery-image] Dec 20 21:57:27.113 INFO O| Dec 20 21:57:27.113 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2024-12-20T21:57:28.041Z | [ recovery-image] Dec 20 21:57:27.139 INFO O| Dec 20 21:57:27.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7605 | 2024-12-20T21:57:28.041Z | [ recovery-image] Dec 20 21:57:27.139 INFO O| Dec 20 21:57:27.139 INFO STEP 1083 (remove_files) COMPLETE |
7606 | 2024-12-20T21:57:28.041Z | [ recovery-image] Dec 20 21:57:27.139 INFO O| Dec 20 21:57:27.139 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2024-12-20T21:57:28.058Z | [ recovery-image] Dec 20 21:57:27.156 INFO O| Dec 20 21:57:27.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7608 | 2024-12-20T21:57:28.058Z | [ recovery-image] Dec 20 21:57:27.156 INFO O| Dec 20 21:57:27.156 INFO STEP 1084 (remove_files) COMPLETE |
7609 | 2024-12-20T21:57:28.058Z | [ recovery-image] Dec 20 21:57:27.156 INFO O| Dec 20 21:57:27.156 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7610 | 2024-12-20T21:57:28.075Z | [ recovery-image] Dec 20 21:57:27.173 INFO O| Dec 20 21:57:27.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7611 | 2024-12-20T21:57:28.075Z | [ recovery-image] Dec 20 21:57:27.174 INFO O| Dec 20 21:57:27.174 INFO STEP 1085 (remove_files) COMPLETE |
7612 | 2024-12-20T21:57:28.075Z | [ recovery-image] Dec 20 21:57:27.174 INFO O| Dec 20 21:57:27.174 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2024-12-20T21:57:28.090Z | [ recovery-image] Dec 20 21:57:27.189 INFO O| Dec 20 21:57:27.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7614 | 2024-12-20T21:57:28.090Z | [ recovery-image] Dec 20 21:57:27.189 INFO O| Dec 20 21:57:27.189 INFO STEP 1086 (remove_files) COMPLETE |
7615 | 2024-12-20T21:57:28.090Z | [ recovery-image] Dec 20 21:57:27.189 INFO O| Dec 20 21:57:27.189 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2024-12-20T21:57:28.106Z | [ recovery-image] Dec 20 21:57:27.204 INFO O| Dec 20 21:57:27.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7617 | 2024-12-20T21:57:28.106Z | [ recovery-image] Dec 20 21:57:27.204 INFO O| Dec 20 21:57:27.204 INFO STEP 1087 (remove_files) COMPLETE |
7618 | 2024-12-20T21:57:28.106Z | [ recovery-image] Dec 20 21:57:27.204 INFO O| Dec 20 21:57:27.204 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2024-12-20T21:57:28.384Z | [ recovery-image] Dec 20 21:57:27.483 INFO O| Dec 20 21:57:27.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7620 | 2024-12-20T21:57:28.384Z | [ recovery-image] Dec 20 21:57:27.483 INFO O| Dec 20 21:57:27.483 INFO STEP 1088 (remove_files) COMPLETE |
7621 | 2024-12-20T21:57:28.387Z | [ recovery-image] Dec 20 21:57:27.483 INFO O| Dec 20 21:57:27.483 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-12-20T21:57:28.405Z | [ recovery-image] Dec 20 21:57:27.504 INFO O| Dec 20 21:57:27.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7623 | 2024-12-20T21:57:28.405Z | [ recovery-image] Dec 20 21:57:27.504 INFO O| Dec 20 21:57:27.504 INFO STEP 1089 (remove_files) COMPLETE |
7624 | 2024-12-20T21:57:28.405Z | [ recovery-image] Dec 20 21:57:27.504 INFO O| Dec 20 21:57:27.504 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-12-20T21:57:28.441Z | [ recovery-image] Dec 20 21:57:27.539 INFO O| Dec 20 21:57:27.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7626 | 2024-12-20T21:57:28.441Z | [ recovery-image] Dec 20 21:57:27.539 INFO O| Dec 20 21:57:27.539 INFO STEP 1090 (remove_files) COMPLETE |
7627 | 2024-12-20T21:57:28.443Z | [ recovery-image] Dec 20 21:57:27.540 INFO O| Dec 20 21:57:27.539 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-12-20T21:57:28.461Z | [ recovery-image] Dec 20 21:57:27.560 INFO O| Dec 20 21:57:27.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7629 | 2024-12-20T21:57:28.461Z | [ recovery-image] Dec 20 21:57:27.560 INFO O| Dec 20 21:57:27.560 INFO STEP 1091 (remove_files) COMPLETE |
7630 | 2024-12-20T21:57:28.462Z | [ recovery-image] Dec 20 21:57:27.560 INFO O| Dec 20 21:57:27.560 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-12-20T21:57:28.482Z | [ recovery-image] Dec 20 21:57:27.580 INFO O| Dec 20 21:57:27.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7632 | 2024-12-20T21:57:28.482Z | [ recovery-image] Dec 20 21:57:27.581 INFO O| Dec 20 21:57:27.580 INFO STEP 1092 (remove_files) COMPLETE |
7633 | 2024-12-20T21:57:28.482Z | [ recovery-image] Dec 20 21:57:27.581 INFO O| Dec 20 21:57:27.581 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-12-20T21:57:28.504Z | [ recovery-image] Dec 20 21:57:27.603 INFO O| Dec 20 21:57:27.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7635 | 2024-12-20T21:57:28.505Z | [ recovery-image] Dec 20 21:57:27.603 INFO O| Dec 20 21:57:27.603 INFO STEP 1093 (remove_files) COMPLETE |
7636 | 2024-12-20T21:57:28.507Z | [ recovery-image] Dec 20 21:57:27.603 INFO O| Dec 20 21:57:27.603 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-12-20T21:57:28.549Z | [ recovery-image] Dec 20 21:57:27.647 INFO O| Dec 20 21:57:27.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7638 | 2024-12-20T21:57:28.549Z | [ recovery-image] Dec 20 21:57:27.647 INFO O| Dec 20 21:57:27.647 INFO STEP 1094 (remove_files) COMPLETE |
7639 | 2024-12-20T21:57:28.549Z | [ recovery-image] Dec 20 21:57:27.647 INFO O| Dec 20 21:57:27.647 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-12-20T21:57:28.567Z | [ recovery-image] Dec 20 21:57:27.665 INFO O| Dec 20 21:57:27.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7641 | 2024-12-20T21:57:28.567Z | [ recovery-image] Dec 20 21:57:27.665 INFO O| Dec 20 21:57:27.665 INFO STEP 1095 (remove_files) COMPLETE |
7642 | 2024-12-20T21:57:28.645Z | [ recovery-image] Dec 20 21:57:27.665 INFO O| Dec 20 21:57:27.665 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-12-20T21:57:28.645Z | [ recovery-image] Dec 20 21:57:27.693 INFO O| Dec 20 21:57:27.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7644 | 2024-12-20T21:57:28.645Z | [ recovery-image] Dec 20 21:57:27.694 INFO O| Dec 20 21:57:27.694 INFO STEP 1096 (remove_files) COMPLETE |
7645 | 2024-12-20T21:57:28.645Z | [ recovery-image] Dec 20 21:57:27.694 INFO O| Dec 20 21:57:27.694 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-12-20T21:57:28.645Z | [ recovery-image] Dec 20 21:57:27.725 INFO O| Dec 20 21:57:27.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7647 | 2024-12-20T21:57:28.645Z | [ recovery-image] Dec 20 21:57:27.725 INFO O| Dec 20 21:57:27.725 INFO STEP 1097 (remove_files) COMPLETE |
7648 | 2024-12-20T21:57:28.645Z | [ recovery-image] Dec 20 21:57:27.726 INFO O| Dec 20 21:57:27.725 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-12-20T21:57:28.657Z | [ recovery-image] Dec 20 21:57:27.755 INFO O| Dec 20 21:57:27.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7650 | 2024-12-20T21:57:28.659Z | [ recovery-image] Dec 20 21:57:27.756 INFO O| Dec 20 21:57:27.755 INFO STEP 1098 (remove_files) COMPLETE |
7651 | 2024-12-20T21:57:28.659Z | [ recovery-image] Dec 20 21:57:27.756 INFO O| Dec 20 21:57:27.756 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-12-20T21:57:28.836Z | [ host-image] Dec 20 21:57:27.933 INFO O| Dec 20 21:57:27.933 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7653 | 2024-12-20T21:57:29.988Z | [ recovery-image] Dec 20 21:57:29.087 INFO O| Dec 20 21:57:29.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7654 | 2024-12-20T21:57:29.989Z | [ recovery-image] Dec 20 21:57:29.087 INFO O| Dec 20 21:57:29.087 INFO STEP 1099 (remove_files) COMPLETE |
7655 | 2024-12-20T21:57:29.989Z | [ recovery-image] Dec 20 21:57:29.087 INFO O| Dec 20 21:57:29.087 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7656 | 2024-12-20T21:57:30.005Z | [ recovery-image] Dec 20 21:57:29.103 INFO O| Dec 20 21:57:29.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7657 | 2024-12-20T21:57:30.005Z | [ recovery-image] Dec 20 21:57:29.103 INFO O| Dec 20 21:57:29.103 INFO STEP 1100 (remove_files) COMPLETE |
7658 | 2024-12-20T21:57:30.008Z | [ recovery-image] Dec 20 21:57:29.103 INFO O| Dec 20 21:57:29.103 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2024-12-20T21:57:30.038Z | [ recovery-image] Dec 20 21:57:29.136 INFO O| Dec 20 21:57:29.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7660 | 2024-12-20T21:57:30.041Z | [ recovery-image] Dec 20 21:57:29.136 INFO O| Dec 20 21:57:29.136 INFO STEP 1101 (remove_files) COMPLETE |
7661 | 2024-12-20T21:57:30.041Z | [ recovery-image] Dec 20 21:57:29.137 INFO O| Dec 20 21:57:29.136 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2024-12-20T21:57:30.069Z | [ recovery-image] Dec 20 21:57:29.167 INFO O| Dec 20 21:57:29.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7663 | 2024-12-20T21:57:30.071Z | [ recovery-image] Dec 20 21:57:29.167 INFO O| Dec 20 21:57:29.167 INFO STEP 1102 (remove_files) COMPLETE |
7664 | 2024-12-20T21:57:30.071Z | [ recovery-image] Dec 20 21:57:29.167 INFO O| Dec 20 21:57:29.167 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2024-12-20T21:57:30.086Z | [ recovery-image] Dec 20 21:57:29.184 INFO O| Dec 20 21:57:29.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7666 | 2024-12-20T21:57:30.086Z | [ recovery-image] Dec 20 21:57:29.184 INFO O| Dec 20 21:57:29.184 INFO STEP 1103 (remove_files) COMPLETE |
7667 | 2024-12-20T21:57:30.088Z | [ recovery-image] Dec 20 21:57:29.184 INFO O| Dec 20 21:57:29.184 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2024-12-20T21:57:30.102Z | [ recovery-image] Dec 20 21:57:29.201 INFO O| Dec 20 21:57:29.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7669 | 2024-12-20T21:57:30.104Z | [ recovery-image] Dec 20 21:57:29.201 INFO O| Dec 20 21:57:29.201 INFO STEP 1104 (remove_files) COMPLETE |
7670 | 2024-12-20T21:57:30.104Z | [ recovery-image] Dec 20 21:57:29.201 INFO O| Dec 20 21:57:29.201 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2024-12-20T21:57:30.121Z | [ recovery-image] Dec 20 21:57:29.219 INFO O| Dec 20 21:57:29.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7672 | 2024-12-20T21:57:30.125Z | [ recovery-image] Dec 20 21:57:29.219 INFO O| Dec 20 21:57:29.219 INFO STEP 1105 (remove_files) COMPLETE |
7673 | 2024-12-20T21:57:30.125Z | [ recovery-image] Dec 20 21:57:29.219 INFO O| Dec 20 21:57:29.219 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2024-12-20T21:57:30.152Z | [ recovery-image] Dec 20 21:57:29.250 INFO O| Dec 20 21:57:29.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7675 | 2024-12-20T21:57:30.154Z | [ recovery-image] Dec 20 21:57:29.250 INFO O| Dec 20 21:57:29.250 INFO STEP 1106 (remove_files) COMPLETE |
7676 | 2024-12-20T21:57:30.154Z | [ recovery-image] Dec 20 21:57:29.251 INFO O| Dec 20 21:57:29.250 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2024-12-20T21:57:30.173Z | [ recovery-image] Dec 20 21:57:29.271 INFO O| Dec 20 21:57:29.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7678 | 2024-12-20T21:57:30.176Z | [ recovery-image] Dec 20 21:57:29.271 INFO O| Dec 20 21:57:29.271 INFO STEP 1107 (remove_files) COMPLETE |
7679 | 2024-12-20T21:57:30.176Z | [ recovery-image] Dec 20 21:57:29.272 INFO O| Dec 20 21:57:29.271 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-12-20T21:57:30.203Z | [ recovery-image] Dec 20 21:57:29.301 INFO O| Dec 20 21:57:29.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7681 | 2024-12-20T21:57:30.203Z | [ recovery-image] Dec 20 21:57:29.301 INFO O| Dec 20 21:57:29.301 INFO STEP 1108 (remove_files) COMPLETE |
7682 | 2024-12-20T21:57:30.203Z | [ recovery-image] Dec 20 21:57:29.301 INFO O| Dec 20 21:57:29.301 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-12-20T21:57:30.223Z | [ recovery-image] Dec 20 21:57:29.322 INFO O| Dec 20 21:57:29.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7684 | 2024-12-20T21:57:30.223Z | [ recovery-image] Dec 20 21:57:29.322 INFO O| Dec 20 21:57:29.322 INFO STEP 1109 (remove_files) COMPLETE |
7685 | 2024-12-20T21:57:30.224Z | [ recovery-image] Dec 20 21:57:29.322 INFO O| Dec 20 21:57:29.322 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-12-20T21:57:30.242Z | [ recovery-image] Dec 20 21:57:29.341 INFO O| Dec 20 21:57:29.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7687 | 2024-12-20T21:57:30.242Z | [ recovery-image] Dec 20 21:57:29.341 INFO O| Dec 20 21:57:29.341 INFO STEP 1110 (remove_files) COMPLETE |
7688 | 2024-12-20T21:57:30.242Z | [ recovery-image] Dec 20 21:57:29.341 INFO O| Dec 20 21:57:29.341 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-12-20T21:57:30.270Z | [ recovery-image] Dec 20 21:57:29.369 INFO O| Dec 20 21:57:29.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7690 | 2024-12-20T21:57:30.270Z | [ recovery-image] Dec 20 21:57:29.369 INFO O| Dec 20 21:57:29.369 INFO STEP 1111 (remove_files) COMPLETE |
7691 | 2024-12-20T21:57:30.271Z | [ recovery-image] Dec 20 21:57:29.369 INFO O| Dec 20 21:57:29.369 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-12-20T21:57:30.287Z | [ recovery-image] Dec 20 21:57:29.385 INFO O| Dec 20 21:57:29.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7693 | 2024-12-20T21:57:30.287Z | [ recovery-image] Dec 20 21:57:29.386 INFO O| Dec 20 21:57:29.386 INFO STEP 1112 (remove_files) COMPLETE |
7694 | 2024-12-20T21:57:30.287Z | [ recovery-image] Dec 20 21:57:29.386 INFO O| Dec 20 21:57:29.386 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-12-20T21:57:30.305Z | [ recovery-image] Dec 20 21:57:29.403 INFO O| Dec 20 21:57:29.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7696 | 2024-12-20T21:57:30.305Z | [ recovery-image] Dec 20 21:57:29.403 INFO O| Dec 20 21:57:29.403 INFO STEP 1113 (remove_files) COMPLETE |
7697 | 2024-12-20T21:57:30.305Z | [ recovery-image] Dec 20 21:57:29.403 INFO O| Dec 20 21:57:29.403 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-12-20T21:57:30.324Z | [ recovery-image] Dec 20 21:57:29.423 INFO O| Dec 20 21:57:29.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7699 | 2024-12-20T21:57:30.324Z | [ recovery-image] Dec 20 21:57:29.423 INFO O| Dec 20 21:57:29.423 INFO STEP 1114 (remove_files) COMPLETE |
7700 | 2024-12-20T21:57:30.324Z | [ recovery-image] Dec 20 21:57:29.423 INFO O| Dec 20 21:57:29.423 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-12-20T21:57:30.346Z | [ recovery-image] Dec 20 21:57:29.444 INFO O| Dec 20 21:57:29.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7702 | 2024-12-20T21:57:30.346Z | [ recovery-image] Dec 20 21:57:29.444 INFO O| Dec 20 21:57:29.444 INFO STEP 1115 (remove_files) COMPLETE |
7703 | 2024-12-20T21:57:30.348Z | [ recovery-image] Dec 20 21:57:29.444 INFO O| Dec 20 21:57:29.444 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-12-20T21:57:30.392Z | [ recovery-image] Dec 20 21:57:29.491 INFO O| Dec 20 21:57:29.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7705 | 2024-12-20T21:57:30.395Z | [ recovery-image] Dec 20 21:57:29.491 INFO O| Dec 20 21:57:29.491 INFO STEP 1116 (remove_files) COMPLETE |
7706 | 2024-12-20T21:57:30.395Z | [ recovery-image] Dec 20 21:57:29.491 INFO O| Dec 20 21:57:29.491 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-12-20T21:57:30.410Z | [ recovery-image] Dec 20 21:57:29.509 INFO O| Dec 20 21:57:29.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7708 | 2024-12-20T21:57:30.410Z | [ recovery-image] Dec 20 21:57:29.509 INFO O| Dec 20 21:57:29.509 INFO STEP 1117 (remove_files) COMPLETE |
7709 | 2024-12-20T21:57:30.413Z | [ recovery-image] Dec 20 21:57:29.509 INFO O| Dec 20 21:57:29.509 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-12-20T21:57:30.426Z | [ recovery-image] Dec 20 21:57:29.525 INFO O| Dec 20 21:57:29.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7711 | 2024-12-20T21:57:30.426Z | [ recovery-image] Dec 20 21:57:29.525 INFO O| Dec 20 21:57:29.525 INFO STEP 1118 (remove_files) COMPLETE |
7712 | 2024-12-20T21:57:30.429Z | [ recovery-image] Dec 20 21:57:29.525 INFO O| Dec 20 21:57:29.525 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-12-20T21:57:30.442Z | [ recovery-image] Dec 20 21:57:29.541 INFO O| Dec 20 21:57:29.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7714 | 2024-12-20T21:57:30.442Z | [ recovery-image] Dec 20 21:57:29.541 INFO O| Dec 20 21:57:29.541 INFO STEP 1119 (remove_files) COMPLETE |
7715 | 2024-12-20T21:57:30.445Z | [ recovery-image] Dec 20 21:57:29.541 INFO O| Dec 20 21:57:29.541 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-12-20T21:57:30.475Z | [ recovery-image] Dec 20 21:57:29.573 INFO O| Dec 20 21:57:29.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7717 | 2024-12-20T21:57:30.478Z | [ recovery-image] Dec 20 21:57:29.573 INFO O| Dec 20 21:57:29.573 INFO STEP 1120 (remove_files) COMPLETE |
7718 | 2024-12-20T21:57:30.478Z | [ recovery-image] Dec 20 21:57:29.573 INFO O| Dec 20 21:57:29.573 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-12-20T21:57:30.515Z | [ recovery-image] Dec 20 21:57:29.613 INFO O| Dec 20 21:57:29.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7720 | 2024-12-20T21:57:30.515Z | [ recovery-image] Dec 20 21:57:29.613 INFO O| Dec 20 21:57:29.613 INFO STEP 1121 (remove_files) COMPLETE |
7721 | 2024-12-20T21:57:30.519Z | [ recovery-image] Dec 20 21:57:29.614 INFO O| Dec 20 21:57:29.613 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2024-12-20T21:57:30.540Z | [ recovery-image] Dec 20 21:57:29.639 INFO O| Dec 20 21:57:29.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7723 | 2024-12-20T21:57:30.543Z | [ recovery-image] Dec 20 21:57:29.639 INFO O| Dec 20 21:57:29.639 INFO STEP 1122 (remove_files) COMPLETE |
7724 | 2024-12-20T21:57:30.543Z | [ recovery-image] Dec 20 21:57:29.639 INFO O| Dec 20 21:57:29.639 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7725 | 2024-12-20T21:57:30.561Z | [ recovery-image] Dec 20 21:57:29.660 INFO O| Dec 20 21:57:29.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7726 | 2024-12-20T21:57:30.561Z | [ recovery-image] Dec 20 21:57:29.660 INFO O| Dec 20 21:57:29.660 INFO STEP 1123 (remove_files) COMPLETE |
7727 | 2024-12-20T21:57:30.561Z | [ recovery-image] Dec 20 21:57:29.660 INFO O| Dec 20 21:57:29.660 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7728 | 2024-12-20T21:57:30.594Z | [ recovery-image] Dec 20 21:57:29.693 INFO O| Dec 20 21:57:29.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7729 | 2024-12-20T21:57:30.594Z | [ recovery-image] Dec 20 21:57:29.693 INFO O| Dec 20 21:57:29.693 INFO STEP 1124 (remove_files) COMPLETE |
7730 | 2024-12-20T21:57:30.597Z | [ recovery-image] Dec 20 21:57:29.693 INFO O| Dec 20 21:57:29.693 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2024-12-20T21:57:30.630Z | [ recovery-image] Dec 20 21:57:29.729 INFO O| Dec 20 21:57:29.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7732 | 2024-12-20T21:57:30.630Z | [ recovery-image] Dec 20 21:57:29.729 INFO O| Dec 20 21:57:29.729 INFO STEP 1125 (remove_files) COMPLETE |
7733 | 2024-12-20T21:57:30.630Z | [ recovery-image] Dec 20 21:57:29.729 INFO O| Dec 20 21:57:29.729 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7734 | 2024-12-20T21:57:30.653Z | [ recovery-image] Dec 20 21:57:29.751 INFO O| Dec 20 21:57:29.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7735 | 2024-12-20T21:57:30.653Z | [ recovery-image] Dec 20 21:57:29.751 INFO O| Dec 20 21:57:29.751 INFO STEP 1126 (remove_files) COMPLETE |
7736 | 2024-12-20T21:57:30.653Z | [ recovery-image] Dec 20 21:57:29.751 INFO O| Dec 20 21:57:29.751 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7737 | 2024-12-20T21:57:30.673Z | [ recovery-image] Dec 20 21:57:29.772 INFO O| Dec 20 21:57:29.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7738 | 2024-12-20T21:57:30.673Z | [ recovery-image] Dec 20 21:57:29.772 INFO O| Dec 20 21:57:29.772 INFO STEP 1127 (remove_files) COMPLETE |
7739 | 2024-12-20T21:57:30.676Z | [ recovery-image] Dec 20 21:57:29.772 INFO O| Dec 20 21:57:29.772 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7740 | 2024-12-20T21:57:30.698Z | [ recovery-image] Dec 20 21:57:29.797 INFO O| Dec 20 21:57:29.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7741 | 2024-12-20T21:57:30.698Z | [ recovery-image] Dec 20 21:57:29.797 INFO O| Dec 20 21:57:29.797 INFO STEP 1128 (remove_files) COMPLETE |
7742 | 2024-12-20T21:57:30.698Z | [ recovery-image] Dec 20 21:57:29.797 INFO O| Dec 20 21:57:29.797 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7743 | 2024-12-20T21:57:30.753Z | [ recovery-image] Dec 20 21:57:29.852 INFO O| Dec 20 21:57:29.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7744 | 2024-12-20T21:57:30.753Z | [ recovery-image] Dec 20 21:57:29.852 INFO O| Dec 20 21:57:29.852 INFO STEP 1129 (remove_files) COMPLETE |
7745 | 2024-12-20T21:57:30.754Z | [ recovery-image] Dec 20 21:57:29.852 INFO O| Dec 20 21:57:29.852 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7746 | 2024-12-20T21:57:30.816Z | [ recovery-image] Dec 20 21:57:29.914 INFO O| Dec 20 21:57:29.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7747 | 2024-12-20T21:57:30.816Z | [ recovery-image] Dec 20 21:57:29.915 INFO O| Dec 20 21:57:29.914 INFO STEP 1130 (remove_files) COMPLETE |
7748 | 2024-12-20T21:57:30.819Z | [ recovery-image] Dec 20 21:57:29.915 INFO O| Dec 20 21:57:29.915 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7749 | 2024-12-20T21:57:30.840Z | [ recovery-image] Dec 20 21:57:29.938 INFO O| Dec 20 21:57:29.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7750 | 2024-12-20T21:57:30.840Z | [ recovery-image] Dec 20 21:57:29.938 INFO O| Dec 20 21:57:29.938 INFO STEP 1131 (remove_files) COMPLETE |
7751 | 2024-12-20T21:57:30.840Z | [ recovery-image] Dec 20 21:57:29.938 INFO O| Dec 20 21:57:29.938 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7752 | 2024-12-20T21:57:30.864Z | [ recovery-image] Dec 20 21:57:29.962 INFO O| Dec 20 21:57:29.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7753 | 2024-12-20T21:57:30.864Z | [ recovery-image] Dec 20 21:57:29.962 INFO O| Dec 20 21:57:29.962 INFO STEP 1132 (remove_files) COMPLETE |
7754 | 2024-12-20T21:57:30.867Z | [ recovery-image] Dec 20 21:57:29.962 INFO O| Dec 20 21:57:29.962 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7755 | 2024-12-20T21:57:30.884Z | [ recovery-image] Dec 20 21:57:29.983 INFO O| Dec 20 21:57:29.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7756 | 2024-12-20T21:57:30.884Z | [ recovery-image] Dec 20 21:57:29.983 INFO O| Dec 20 21:57:29.983 INFO STEP 1133 (remove_files) COMPLETE |
7757 | 2024-12-20T21:57:30.884Z | [ recovery-image] Dec 20 21:57:29.983 INFO O| Dec 20 21:57:29.983 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7758 | 2024-12-20T21:57:30.912Z | [ recovery-image] Dec 20 21:57:30.009 INFO O| Dec 20 21:57:30.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7759 | 2024-12-20T21:57:30.915Z | [ recovery-image] Dec 20 21:57:30.010 INFO O| Dec 20 21:57:30.010 INFO STEP 1134 (remove_files) COMPLETE |
7760 | 2024-12-20T21:57:30.915Z | [ recovery-image] Dec 20 21:57:30.010 INFO O| Dec 20 21:57:30.010 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7761 | 2024-12-20T21:57:30.930Z | [ recovery-image] Dec 20 21:57:30.028 INFO O| Dec 20 21:57:30.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7762 | 2024-12-20T21:57:30.932Z | [ recovery-image] Dec 20 21:57:30.028 INFO O| Dec 20 21:57:30.028 INFO STEP 1135 (remove_files) COMPLETE |
7763 | 2024-12-20T21:57:30.932Z | [ recovery-image] Dec 20 21:57:30.029 INFO O| Dec 20 21:57:30.028 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7764 | 2024-12-20T21:57:30.970Z | [ recovery-image] Dec 20 21:57:30.069 INFO O| Dec 20 21:57:30.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7765 | 2024-12-20T21:57:30.970Z | [ recovery-image] Dec 20 21:57:30.069 INFO O| Dec 20 21:57:30.069 INFO STEP 1136 (remove_files) COMPLETE |
7766 | 2024-12-20T21:57:30.970Z | [ recovery-image] Dec 20 21:57:30.069 INFO O| Dec 20 21:57:30.069 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2024-12-20T21:57:30.990Z | [ recovery-image] Dec 20 21:57:30.088 INFO O| Dec 20 21:57:30.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7768 | 2024-12-20T21:57:30.990Z | [ recovery-image] Dec 20 21:57:30.088 INFO O| Dec 20 21:57:30.088 INFO STEP 1137 (remove_files) COMPLETE |
7769 | 2024-12-20T21:57:30.990Z | [ recovery-image] Dec 20 21:57:30.088 INFO O| Dec 20 21:57:30.088 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2024-12-20T21:57:31.007Z | [ recovery-image] Dec 20 21:57:30.105 INFO O| Dec 20 21:57:30.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7771 | 2024-12-20T21:57:31.007Z | [ recovery-image] Dec 20 21:57:30.105 INFO O| Dec 20 21:57:30.105 INFO STEP 1138 (remove_files) COMPLETE |
7772 | 2024-12-20T21:57:31.007Z | [ recovery-image] Dec 20 21:57:30.105 INFO O| Dec 20 21:57:30.105 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-12-20T21:57:31.061Z | [ recovery-image] Dec 20 21:57:30.159 INFO O| Dec 20 21:57:30.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7774 | 2024-12-20T21:57:31.061Z | [ recovery-image] Dec 20 21:57:30.159 INFO O| Dec 20 21:57:30.159 INFO STEP 1139 (remove_files) COMPLETE |
7775 | 2024-12-20T21:57:31.061Z | [ recovery-image] Dec 20 21:57:30.159 INFO O| Dec 20 21:57:30.159 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-12-20T21:57:31.081Z | [ recovery-image] Dec 20 21:57:30.179 INFO O| Dec 20 21:57:30.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7777 | 2024-12-20T21:57:31.081Z | [ recovery-image] Dec 20 21:57:30.179 INFO O| Dec 20 21:57:30.179 INFO STEP 1140 (remove_files) COMPLETE |
7778 | 2024-12-20T21:57:31.081Z | [ recovery-image] Dec 20 21:57:30.179 INFO O| Dec 20 21:57:30.179 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-12-20T21:57:31.099Z | [ recovery-image] Dec 20 21:57:30.196 INFO O| Dec 20 21:57:30.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7780 | 2024-12-20T21:57:31.099Z | [ recovery-image] Dec 20 21:57:30.197 INFO O| Dec 20 21:57:30.197 INFO STEP 1141 (remove_files) COMPLETE |
7781 | 2024-12-20T21:57:31.099Z | [ recovery-image] Dec 20 21:57:30.197 INFO O| Dec 20 21:57:30.197 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-12-20T21:57:31.116Z | [ recovery-image] Dec 20 21:57:30.214 INFO O| Dec 20 21:57:30.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7783 | 2024-12-20T21:57:31.116Z | [ recovery-image] Dec 20 21:57:30.214 INFO O| Dec 20 21:57:30.214 INFO STEP 1142 (remove_files) COMPLETE |
7784 | 2024-12-20T21:57:31.119Z | [ recovery-image] Dec 20 21:57:30.215 INFO O| Dec 20 21:57:30.214 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2024-12-20T21:57:31.135Z | [ recovery-image] Dec 20 21:57:30.234 INFO O| Dec 20 21:57:30.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7786 | 2024-12-20T21:57:31.138Z | [ recovery-image] Dec 20 21:57:30.234 INFO O| Dec 20 21:57:30.234 INFO STEP 1143 (remove_files) COMPLETE |
7787 | 2024-12-20T21:57:31.138Z | [ recovery-image] Dec 20 21:57:30.234 INFO O| Dec 20 21:57:30.234 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-12-20T21:57:31.165Z | [ recovery-image] Dec 20 21:57:30.263 INFO O| Dec 20 21:57:30.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7789 | 2024-12-20T21:57:31.165Z | [ recovery-image] Dec 20 21:57:30.264 INFO O| Dec 20 21:57:30.264 INFO STEP 1144 (remove_files) COMPLETE |
7790 | 2024-12-20T21:57:31.165Z | [ recovery-image] Dec 20 21:57:30.264 INFO O| Dec 20 21:57:30.264 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-12-20T21:57:31.185Z | [ recovery-image] Dec 20 21:57:30.283 INFO O| Dec 20 21:57:30.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7792 | 2024-12-20T21:57:31.185Z | [ recovery-image] Dec 20 21:57:30.283 INFO O| Dec 20 21:57:30.283 INFO STEP 1145 (remove_files) COMPLETE |
7793 | 2024-12-20T21:57:31.185Z | [ recovery-image] Dec 20 21:57:30.284 INFO O| Dec 20 21:57:30.283 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2024-12-20T21:57:31.245Z | [ recovery-image] Dec 20 21:57:30.343 INFO O| Dec 20 21:57:30.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7795 | 2024-12-20T21:57:31.245Z | [ recovery-image] Dec 20 21:57:30.343 INFO O| Dec 20 21:57:30.343 INFO STEP 1146 (remove_files) COMPLETE |
7796 | 2024-12-20T21:57:31.245Z | [ recovery-image] Dec 20 21:57:30.343 INFO O| Dec 20 21:57:30.343 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2024-12-20T21:57:31.263Z | [ recovery-image] Dec 20 21:57:30.361 INFO O| Dec 20 21:57:30.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7798 | 2024-12-20T21:57:31.263Z | [ recovery-image] Dec 20 21:57:30.361 INFO O| Dec 20 21:57:30.361 INFO STEP 1147 (remove_files) COMPLETE |
7799 | 2024-12-20T21:57:31.263Z | [ recovery-image] Dec 20 21:57:30.361 INFO O| Dec 20 21:57:30.361 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2024-12-20T21:57:31.280Z | [ recovery-image] Dec 20 21:57:30.378 INFO O| Dec 20 21:57:30.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7801 | 2024-12-20T21:57:31.283Z | [ recovery-image] Dec 20 21:57:30.378 INFO O| Dec 20 21:57:30.378 INFO STEP 1148 (remove_files) COMPLETE |
7802 | 2024-12-20T21:57:31.283Z | [ recovery-image] Dec 20 21:57:30.378 INFO O| Dec 20 21:57:30.378 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7803 | 2024-12-20T21:57:31.296Z | [ recovery-image] Dec 20 21:57:30.395 INFO O| Dec 20 21:57:30.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7804 | 2024-12-20T21:57:31.296Z | [ recovery-image] Dec 20 21:57:30.395 INFO O| Dec 20 21:57:30.395 INFO STEP 1149 (remove_files) COMPLETE |
7805 | 2024-12-20T21:57:31.299Z | [ recovery-image] Dec 20 21:57:30.395 INFO O| Dec 20 21:57:30.395 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7806 | 2024-12-20T21:57:31.327Z | [ recovery-image] Dec 20 21:57:30.425 INFO O| Dec 20 21:57:30.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7807 | 2024-12-20T21:57:31.327Z | [ recovery-image] Dec 20 21:57:30.425 INFO O| Dec 20 21:57:30.425 INFO STEP 1150 (remove_files) COMPLETE |
7808 | 2024-12-20T21:57:31.327Z | [ recovery-image] Dec 20 21:57:30.425 INFO O| Dec 20 21:57:30.425 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7809 | 2024-12-20T21:57:31.365Z | [ recovery-image] Dec 20 21:57:30.463 INFO O| Dec 20 21:57:30.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7810 | 2024-12-20T21:57:31.365Z | [ recovery-image] Dec 20 21:57:30.463 INFO O| Dec 20 21:57:30.463 INFO STEP 1151 (remove_files) COMPLETE |
7811 | 2024-12-20T21:57:31.365Z | [ recovery-image] Dec 20 21:57:30.463 INFO O| Dec 20 21:57:30.463 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7812 | 2024-12-20T21:57:31.384Z | [ recovery-image] Dec 20 21:57:30.482 INFO O| Dec 20 21:57:30.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7813 | 2024-12-20T21:57:31.384Z | [ recovery-image] Dec 20 21:57:30.482 INFO O| Dec 20 21:57:30.482 INFO STEP 1152 (remove_files) COMPLETE |
7814 | 2024-12-20T21:57:31.384Z | [ recovery-image] Dec 20 21:57:30.482 INFO O| Dec 20 21:57:30.482 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7815 | 2024-12-20T21:57:31.415Z | [ recovery-image] Dec 20 21:57:30.513 INFO O| Dec 20 21:57:30.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7816 | 2024-12-20T21:57:31.418Z | [ recovery-image] Dec 20 21:57:30.513 INFO O| Dec 20 21:57:30.513 INFO STEP 1153 (remove_files) COMPLETE |
7817 | 2024-12-20T21:57:31.418Z | [ recovery-image] Dec 20 21:57:30.514 INFO O| Dec 20 21:57:30.513 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7818 | 2024-12-20T21:57:31.434Z | [ recovery-image] Dec 20 21:57:30.532 INFO O| Dec 20 21:57:30.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7819 | 2024-12-20T21:57:31.436Z | [ recovery-image] Dec 20 21:57:30.532 INFO O| Dec 20 21:57:30.532 INFO STEP 1154 (remove_files) COMPLETE |
7820 | 2024-12-20T21:57:31.436Z | [ recovery-image] Dec 20 21:57:30.532 INFO O| Dec 20 21:57:30.532 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7821 | 2024-12-20T21:57:31.450Z | [ recovery-image] Dec 20 21:57:30.548 INFO O| Dec 20 21:57:30.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7822 | 2024-12-20T21:57:31.453Z | [ recovery-image] Dec 20 21:57:30.548 INFO O| Dec 20 21:57:30.548 INFO STEP 1155 (remove_files) COMPLETE |
7823 | 2024-12-20T21:57:31.453Z | [ recovery-image] Dec 20 21:57:30.549 INFO O| Dec 20 21:57:30.548 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7824 | 2024-12-20T21:57:31.466Z | [ recovery-image] Dec 20 21:57:30.564 INFO O| Dec 20 21:57:30.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7825 | 2024-12-20T21:57:31.469Z | [ recovery-image] Dec 20 21:57:30.565 INFO O| Dec 20 21:57:30.564 INFO STEP 1156 (remove_files) COMPLETE |
7826 | 2024-12-20T21:57:31.469Z | [ recovery-image] Dec 20 21:57:30.565 INFO O| Dec 20 21:57:30.565 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7827 | 2024-12-20T21:57:31.483Z | [ recovery-image] Dec 20 21:57:30.581 INFO O| Dec 20 21:57:30.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7828 | 2024-12-20T21:57:31.486Z | [ recovery-image] Dec 20 21:57:30.581 INFO O| Dec 20 21:57:30.581 INFO STEP 1157 (remove_files) COMPLETE |
7829 | 2024-12-20T21:57:31.486Z | [ recovery-image] Dec 20 21:57:30.581 INFO O| Dec 20 21:57:30.581 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7830 | 2024-12-20T21:57:31.518Z | [ recovery-image] Dec 20 21:57:30.616 INFO O| Dec 20 21:57:30.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7831 | 2024-12-20T21:57:31.518Z | [ recovery-image] Dec 20 21:57:30.616 INFO O| Dec 20 21:57:30.616 INFO STEP 1158 (remove_files) COMPLETE |
7832 | 2024-12-20T21:57:31.518Z | [ recovery-image] Dec 20 21:57:30.616 INFO O| Dec 20 21:57:30.616 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7833 | 2024-12-20T21:57:31.539Z | [ recovery-image] Dec 20 21:57:30.637 INFO O| Dec 20 21:57:30.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7834 | 2024-12-20T21:57:31.539Z | [ recovery-image] Dec 20 21:57:30.637 INFO O| Dec 20 21:57:30.637 INFO STEP 1159 (remove_files) COMPLETE |
7835 | 2024-12-20T21:57:31.539Z | [ recovery-image] Dec 20 21:57:30.637 INFO O| Dec 20 21:57:30.637 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7836 | 2024-12-20T21:57:31.568Z | [ recovery-image] Dec 20 21:57:30.666 INFO O| Dec 20 21:57:30.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7837 | 2024-12-20T21:57:31.568Z | [ recovery-image] Dec 20 21:57:30.666 INFO O| Dec 20 21:57:30.666 INFO STEP 1160 (remove_files) COMPLETE |
7838 | 2024-12-20T21:57:31.568Z | [ recovery-image] Dec 20 21:57:30.666 INFO O| Dec 20 21:57:30.666 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7839 | 2024-12-20T21:57:31.604Z | [ recovery-image] Dec 20 21:57:30.703 INFO O| Dec 20 21:57:30.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7840 | 2024-12-20T21:57:31.604Z | [ recovery-image] Dec 20 21:57:30.703 INFO O| Dec 20 21:57:30.703 INFO STEP 1161 (remove_files) COMPLETE |
7841 | 2024-12-20T21:57:31.607Z | [ recovery-image] Dec 20 21:57:30.703 INFO O| Dec 20 21:57:30.703 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7842 | 2024-12-20T21:57:31.646Z | [ recovery-image] Dec 20 21:57:30.743 INFO O| Dec 20 21:57:30.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7843 | 2024-12-20T21:57:31.646Z | [ recovery-image] Dec 20 21:57:30.743 INFO O| Dec 20 21:57:30.743 INFO STEP 1162 (remove_files) COMPLETE |
7844 | 2024-12-20T21:57:31.646Z | [ recovery-image] Dec 20 21:57:30.743 INFO O| Dec 20 21:57:30.743 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7845 | 2024-12-20T21:57:31.676Z | [ recovery-image] Dec 20 21:57:30.775 INFO O| Dec 20 21:57:30.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7846 | 2024-12-20T21:57:31.679Z | [ recovery-image] Dec 20 21:57:30.775 INFO O| Dec 20 21:57:30.775 INFO STEP 1163 (remove_files) COMPLETE |
7847 | 2024-12-20T21:57:31.679Z | [ recovery-image] Dec 20 21:57:30.775 INFO O| Dec 20 21:57:30.775 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7848 | 2024-12-20T21:57:31.696Z | [ recovery-image] Dec 20 21:57:30.794 INFO O| Dec 20 21:57:30.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7849 | 2024-12-20T21:57:31.700Z | [ recovery-image] Dec 20 21:57:30.794 INFO O| Dec 20 21:57:30.794 INFO STEP 1164 (remove_files) COMPLETE |
7850 | 2024-12-20T21:57:31.700Z | [ recovery-image] Dec 20 21:57:30.794 INFO O| Dec 20 21:57:30.794 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7851 | 2024-12-20T21:57:31.716Z | [ recovery-image] Dec 20 21:57:30.814 INFO O| Dec 20 21:57:30.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7852 | 2024-12-20T21:57:31.719Z | [ recovery-image] Dec 20 21:57:30.814 INFO O| Dec 20 21:57:30.814 INFO STEP 1165 (remove_files) COMPLETE |
7853 | 2024-12-20T21:57:31.719Z | [ recovery-image] Dec 20 21:57:30.814 INFO O| Dec 20 21:57:30.814 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7854 | 2024-12-20T21:57:31.749Z | [ recovery-image] Dec 20 21:57:30.847 INFO O| Dec 20 21:57:30.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7855 | 2024-12-20T21:57:31.752Z | [ recovery-image] Dec 20 21:57:30.847 INFO O| Dec 20 21:57:30.847 INFO STEP 1166 (remove_files) COMPLETE |
7856 | 2024-12-20T21:57:31.752Z | [ recovery-image] Dec 20 21:57:30.847 INFO O| Dec 20 21:57:30.847 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7857 | 2024-12-20T21:57:31.769Z | [ recovery-image] Dec 20 21:57:30.867 INFO O| Dec 20 21:57:30.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7858 | 2024-12-20T21:57:31.769Z | [ recovery-image] Dec 20 21:57:30.867 INFO O| Dec 20 21:57:30.867 INFO STEP 1167 (remove_files) COMPLETE |
7859 | 2024-12-20T21:57:31.771Z | [ recovery-image] Dec 20 21:57:30.868 INFO O| Dec 20 21:57:30.867 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7860 | 2024-12-20T21:57:31.792Z | [ recovery-image] Dec 20 21:57:30.890 INFO O| Dec 20 21:57:30.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7861 | 2024-12-20T21:57:31.792Z | [ recovery-image] Dec 20 21:57:30.890 INFO O| Dec 20 21:57:30.890 INFO STEP 1168 (remove_files) COMPLETE |
7862 | 2024-12-20T21:57:31.795Z | [ recovery-image] Dec 20 21:57:30.890 INFO O| Dec 20 21:57:30.890 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7863 | 2024-12-20T21:57:31.813Z | [ recovery-image] Dec 20 21:57:30.911 INFO O| Dec 20 21:57:30.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7864 | 2024-12-20T21:57:31.815Z | [ recovery-image] Dec 20 21:57:30.911 INFO O| Dec 20 21:57:30.911 INFO STEP 1169 (remove_files) COMPLETE |
7865 | 2024-12-20T21:57:31.815Z | [ recovery-image] Dec 20 21:57:30.911 INFO O| Dec 20 21:57:30.911 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7866 | 2024-12-20T21:57:31.833Z | [ recovery-image] Dec 20 21:57:30.931 INFO O| Dec 20 21:57:30.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7867 | 2024-12-20T21:57:31.833Z | [ recovery-image] Dec 20 21:57:30.931 INFO O| Dec 20 21:57:30.931 INFO STEP 1170 (remove_files) COMPLETE |
7868 | 2024-12-20T21:57:31.833Z | [ recovery-image] Dec 20 21:57:30.931 INFO O| Dec 20 21:57:30.931 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7869 | 2024-12-20T21:57:31.867Z | [ recovery-image] Dec 20 21:57:30.966 INFO O| Dec 20 21:57:30.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7870 | 2024-12-20T21:57:31.868Z | [ recovery-image] Dec 20 21:57:30.966 INFO O| Dec 20 21:57:30.966 INFO STEP 1171 (remove_files) COMPLETE |
7871 | 2024-12-20T21:57:31.868Z | [ recovery-image] Dec 20 21:57:30.966 INFO O| Dec 20 21:57:30.966 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7872 | 2024-12-20T21:57:31.890Z | [ recovery-image] Dec 20 21:57:30.988 INFO O| Dec 20 21:57:30.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7873 | 2024-12-20T21:57:31.890Z | [ recovery-image] Dec 20 21:57:30.989 INFO O| Dec 20 21:57:30.988 INFO STEP 1172 (remove_files) COMPLETE |
7874 | 2024-12-20T21:57:31.890Z | [ recovery-image] Dec 20 21:57:30.989 INFO O| Dec 20 21:57:30.989 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7875 | 2024-12-20T21:57:31.911Z | [ recovery-image] Dec 20 21:57:31.010 INFO O| Dec 20 21:57:31.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7876 | 2024-12-20T21:57:31.911Z | [ recovery-image] Dec 20 21:57:31.010 INFO O| Dec 20 21:57:31.010 INFO STEP 1173 (remove_files) COMPLETE |
7877 | 2024-12-20T21:57:31.914Z | [ recovery-image] Dec 20 21:57:31.010 INFO O| Dec 20 21:57:31.010 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7878 | 2024-12-20T21:57:31.932Z | [ recovery-image] Dec 20 21:57:31.030 INFO O| Dec 20 21:57:31.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7879 | 2024-12-20T21:57:31.932Z | [ recovery-image] Dec 20 21:57:31.030 INFO O| Dec 20 21:57:31.030 INFO STEP 1174 (remove_files) COMPLETE |
7880 | 2024-12-20T21:57:31.934Z | [ recovery-image] Dec 20 21:57:31.030 INFO O| Dec 20 21:57:31.030 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7881 | 2024-12-20T21:57:31.971Z | [ recovery-image] Dec 20 21:57:31.069 INFO O| Dec 20 21:57:31.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7882 | 2024-12-20T21:57:31.971Z | [ recovery-image] Dec 20 21:57:31.069 INFO O| Dec 20 21:57:31.069 INFO STEP 1175 (remove_files) COMPLETE |
7883 | 2024-12-20T21:57:31.971Z | [ recovery-image] Dec 20 21:57:31.069 INFO O| Dec 20 21:57:31.069 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7884 | 2024-12-20T21:57:32.001Z | [ recovery-image] Dec 20 21:57:31.099 INFO O| Dec 20 21:57:31.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7885 | 2024-12-20T21:57:32.001Z | [ recovery-image] Dec 20 21:57:31.099 INFO O| Dec 20 21:57:31.099 INFO STEP 1176 (remove_files) COMPLETE |
7886 | 2024-12-20T21:57:32.001Z | [ recovery-image] Dec 20 21:57:31.099 INFO O| Dec 20 21:57:31.099 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7887 | 2024-12-20T21:57:32.022Z | [ recovery-image] Dec 20 21:57:31.120 INFO O| Dec 20 21:57:31.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7888 | 2024-12-20T21:57:32.022Z | [ recovery-image] Dec 20 21:57:31.121 INFO O| Dec 20 21:57:31.121 INFO STEP 1177 (remove_files) COMPLETE |
7889 | 2024-12-20T21:57:32.022Z | [ recovery-image] Dec 20 21:57:31.121 INFO O| Dec 20 21:57:31.121 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7890 | 2024-12-20T21:57:32.042Z | [ recovery-image] Dec 20 21:57:31.141 INFO O| Dec 20 21:57:31.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7891 | 2024-12-20T21:57:32.043Z | [ recovery-image] Dec 20 21:57:31.141 INFO O| Dec 20 21:57:31.141 INFO STEP 1178 (remove_files) COMPLETE |
7892 | 2024-12-20T21:57:32.043Z | [ recovery-image] Dec 20 21:57:31.141 INFO O| Dec 20 21:57:31.141 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7893 | 2024-12-20T21:57:32.123Z | [ recovery-image] Dec 20 21:57:31.221 INFO O| Dec 20 21:57:31.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7894 | 2024-12-20T21:57:32.123Z | [ recovery-image] Dec 20 21:57:31.221 INFO O| Dec 20 21:57:31.221 INFO STEP 1179 (remove_files) COMPLETE |
7895 | 2024-12-20T21:57:32.123Z | [ recovery-image] Dec 20 21:57:31.221 INFO O| Dec 20 21:57:31.221 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7896 | 2024-12-20T21:57:32.145Z | [ recovery-image] Dec 20 21:57:31.243 INFO O| Dec 20 21:57:31.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7897 | 2024-12-20T21:57:32.146Z | [ recovery-image] Dec 20 21:57:31.243 INFO O| Dec 20 21:57:31.243 INFO STEP 1180 (remove_files) COMPLETE |
7898 | 2024-12-20T21:57:32.146Z | [ recovery-image] Dec 20 21:57:31.243 INFO O| Dec 20 21:57:31.243 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7899 | 2024-12-20T21:57:32.169Z | [ recovery-image] Dec 20 21:57:31.267 INFO O| Dec 20 21:57:31.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7900 | 2024-12-20T21:57:32.171Z | [ recovery-image] Dec 20 21:57:31.267 INFO O| Dec 20 21:57:31.267 INFO STEP 1181 (remove_files) COMPLETE |
7901 | 2024-12-20T21:57:32.172Z | [ recovery-image] Dec 20 21:57:31.268 INFO O| Dec 20 21:57:31.267 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7902 | 2024-12-20T21:57:32.190Z | [ recovery-image] Dec 20 21:57:31.289 INFO O| Dec 20 21:57:31.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7903 | 2024-12-20T21:57:32.193Z | [ recovery-image] Dec 20 21:57:31.289 INFO O| Dec 20 21:57:31.289 INFO STEP 1182 (remove_files) COMPLETE |
7904 | 2024-12-20T21:57:32.193Z | [ recovery-image] Dec 20 21:57:31.289 INFO O| Dec 20 21:57:31.289 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7905 | 2024-12-20T21:57:32.260Z | [ recovery-image] Dec 20 21:57:31.358 INFO O| Dec 20 21:57:31.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7906 | 2024-12-20T21:57:32.260Z | [ recovery-image] Dec 20 21:57:31.358 INFO O| Dec 20 21:57:31.358 INFO STEP 1183 (remove_files) COMPLETE |
7907 | 2024-12-20T21:57:32.263Z | [ recovery-image] Dec 20 21:57:31.358 INFO O| Dec 20 21:57:31.358 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7908 | 2024-12-20T21:57:32.281Z | [ recovery-image] Dec 20 21:57:31.379 INFO O| Dec 20 21:57:31.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7909 | 2024-12-20T21:57:32.281Z | [ recovery-image] Dec 20 21:57:31.379 INFO O| Dec 20 21:57:31.379 INFO STEP 1184 (remove_files) COMPLETE |
7910 | 2024-12-20T21:57:32.283Z | [ recovery-image] Dec 20 21:57:31.379 INFO O| Dec 20 21:57:31.379 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7911 | 2024-12-20T21:57:32.300Z | [ recovery-image] Dec 20 21:57:31.398 INFO O| Dec 20 21:57:31.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7912 | 2024-12-20T21:57:32.300Z | [ recovery-image] Dec 20 21:57:31.398 INFO O| Dec 20 21:57:31.398 INFO STEP 1185 (remove_files) COMPLETE |
7913 | 2024-12-20T21:57:32.303Z | [ recovery-image] Dec 20 21:57:31.398 INFO O| Dec 20 21:57:31.398 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7914 | 2024-12-20T21:57:32.350Z | [ recovery-image] Dec 20 21:57:31.448 INFO O| Dec 20 21:57:31.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7915 | 2024-12-20T21:57:32.353Z | [ recovery-image] Dec 20 21:57:31.448 INFO O| Dec 20 21:57:31.448 INFO STEP 1186 (remove_files) COMPLETE |
7916 | 2024-12-20T21:57:32.353Z | [ recovery-image] Dec 20 21:57:31.449 INFO O| Dec 20 21:57:31.448 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7917 | 2024-12-20T21:57:32.372Z | [ recovery-image] Dec 20 21:57:31.470 INFO O| Dec 20 21:57:31.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7918 | 2024-12-20T21:57:32.372Z | [ recovery-image] Dec 20 21:57:31.470 INFO O| Dec 20 21:57:31.470 INFO STEP 1187 (remove_files) COMPLETE |
7919 | 2024-12-20T21:57:32.372Z | [ recovery-image] Dec 20 21:57:31.470 INFO O| Dec 20 21:57:31.470 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7920 | 2024-12-20T21:57:32.410Z | [ recovery-image] Dec 20 21:57:31.508 INFO O| Dec 20 21:57:31.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7921 | 2024-12-20T21:57:32.410Z | [ recovery-image] Dec 20 21:57:31.508 INFO O| Dec 20 21:57:31.508 INFO STEP 1188 (remove_files) COMPLETE |
7922 | 2024-12-20T21:57:32.412Z | [ recovery-image] Dec 20 21:57:31.508 INFO O| Dec 20 21:57:31.508 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7923 | 2024-12-20T21:57:32.433Z | [ recovery-image] Dec 20 21:57:31.531 INFO O| Dec 20 21:57:31.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7924 | 2024-12-20T21:57:32.433Z | [ recovery-image] Dec 20 21:57:31.531 INFO O| Dec 20 21:57:31.531 INFO STEP 1189 (remove_files) COMPLETE |
7925 | 2024-12-20T21:57:32.433Z | [ recovery-image] Dec 20 21:57:31.531 INFO O| Dec 20 21:57:31.531 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7926 | 2024-12-20T21:57:32.472Z | [ recovery-image] Dec 20 21:57:31.570 INFO O| Dec 20 21:57:31.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7927 | 2024-12-20T21:57:32.472Z | [ recovery-image] Dec 20 21:57:31.570 INFO O| Dec 20 21:57:31.570 INFO STEP 1190 (remove_files) COMPLETE |
7928 | 2024-12-20T21:57:32.472Z | [ recovery-image] Dec 20 21:57:31.570 INFO O| Dec 20 21:57:31.570 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7929 | 2024-12-20T21:57:32.494Z | [ recovery-image] Dec 20 21:57:31.592 INFO O| Dec 20 21:57:31.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7930 | 2024-12-20T21:57:32.494Z | [ recovery-image] Dec 20 21:57:31.592 INFO O| Dec 20 21:57:31.592 INFO STEP 1191 (remove_files) COMPLETE |
7931 | 2024-12-20T21:57:32.494Z | [ recovery-image] Dec 20 21:57:31.592 INFO O| Dec 20 21:57:31.592 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7932 | 2024-12-20T21:57:32.531Z | [ recovery-image] Dec 20 21:57:31.629 INFO O| Dec 20 21:57:31.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7933 | 2024-12-20T21:57:32.531Z | [ recovery-image] Dec 20 21:57:31.629 INFO O| Dec 20 21:57:31.629 INFO STEP 1192 (remove_files) COMPLETE |
7934 | 2024-12-20T21:57:32.531Z | [ recovery-image] Dec 20 21:57:31.629 INFO O| Dec 20 21:57:31.629 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7935 | 2024-12-20T21:57:32.567Z | [ recovery-image] Dec 20 21:57:31.665 INFO O| Dec 20 21:57:31.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7936 | 2024-12-20T21:57:32.567Z | [ recovery-image] Dec 20 21:57:31.665 INFO O| Dec 20 21:57:31.665 INFO STEP 1193 (remove_files) COMPLETE |
7937 | 2024-12-20T21:57:32.567Z | [ recovery-image] Dec 20 21:57:31.665 INFO O| Dec 20 21:57:31.665 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7938 | 2024-12-20T21:57:32.598Z | [ recovery-image] Dec 20 21:57:31.696 INFO O| Dec 20 21:57:31.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7939 | 2024-12-20T21:57:32.598Z | [ recovery-image] Dec 20 21:57:31.696 INFO O| Dec 20 21:57:31.696 INFO STEP 1194 (remove_files) COMPLETE |
7940 | 2024-12-20T21:57:32.598Z | [ recovery-image] Dec 20 21:57:31.696 INFO O| Dec 20 21:57:31.696 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7941 | 2024-12-20T21:57:32.639Z | [ recovery-image] Dec 20 21:57:31.737 INFO O| Dec 20 21:57:31.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7942 | 2024-12-20T21:57:32.641Z | [ recovery-image] Dec 20 21:57:31.737 INFO O| Dec 20 21:57:31.737 INFO STEP 1195 (remove_files) COMPLETE |
7943 | 2024-12-20T21:57:32.642Z | [ recovery-image] Dec 20 21:57:31.737 INFO O| Dec 20 21:57:31.737 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7944 | 2024-12-20T21:57:32.670Z | [ recovery-image] Dec 20 21:57:31.768 INFO O| Dec 20 21:57:31.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7945 | 2024-12-20T21:57:32.673Z | [ recovery-image] Dec 20 21:57:31.768 INFO O| Dec 20 21:57:31.768 INFO STEP 1196 (remove_files) COMPLETE |
7946 | 2024-12-20T21:57:32.673Z | [ recovery-image] Dec 20 21:57:31.769 INFO O| Dec 20 21:57:31.769 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2024-12-20T21:57:32.692Z | [ recovery-image] Dec 20 21:57:31.790 INFO O| Dec 20 21:57:31.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7948 | 2024-12-20T21:57:32.695Z | [ recovery-image] Dec 20 21:57:31.790 INFO O| Dec 20 21:57:31.790 INFO STEP 1197 (remove_files) COMPLETE |
7949 | 2024-12-20T21:57:32.695Z | [ recovery-image] Dec 20 21:57:31.791 INFO O| Dec 20 21:57:31.791 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2024-12-20T21:57:32.713Z | [ recovery-image] Dec 20 21:57:31.811 INFO O| Dec 20 21:57:31.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7951 | 2024-12-20T21:57:32.715Z | [ recovery-image] Dec 20 21:57:31.811 INFO O| Dec 20 21:57:31.811 INFO STEP 1198 (remove_files) COMPLETE |
7952 | 2024-12-20T21:57:32.715Z | [ recovery-image] Dec 20 21:57:31.811 INFO O| Dec 20 21:57:31.811 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2024-12-20T21:57:32.744Z | [ recovery-image] Dec 20 21:57:31.842 INFO O| Dec 20 21:57:31.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7954 | 2024-12-20T21:57:32.744Z | [ recovery-image] Dec 20 21:57:31.842 INFO O| Dec 20 21:57:31.842 INFO STEP 1199 (remove_files) COMPLETE |
7955 | 2024-12-20T21:57:32.747Z | [ recovery-image] Dec 20 21:57:31.843 INFO O| Dec 20 21:57:31.842 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2024-12-20T21:57:32.768Z | [ recovery-image] Dec 20 21:57:31.867 INFO O| Dec 20 21:57:31.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7957 | 2024-12-20T21:57:32.771Z | [ recovery-image] Dec 20 21:57:31.867 INFO O| Dec 20 21:57:31.867 INFO STEP 1200 (remove_files) COMPLETE |
7958 | 2024-12-20T21:57:32.771Z | [ recovery-image] Dec 20 21:57:31.867 INFO O| Dec 20 21:57:31.867 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7959 | 2024-12-20T21:57:32.809Z | [ recovery-image] Dec 20 21:57:31.907 INFO O| Dec 20 21:57:31.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7960 | 2024-12-20T21:57:32.811Z | [ recovery-image] Dec 20 21:57:31.907 INFO O| Dec 20 21:57:31.907 INFO STEP 1201 (remove_files) COMPLETE |
7961 | 2024-12-20T21:57:32.811Z | [ recovery-image] Dec 20 21:57:31.907 INFO O| Dec 20 21:57:31.907 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2024-12-20T21:57:32.829Z | [ recovery-image] Dec 20 21:57:31.927 INFO O| Dec 20 21:57:31.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7963 | 2024-12-20T21:57:32.831Z | [ recovery-image] Dec 20 21:57:31.927 INFO O| Dec 20 21:57:31.927 INFO STEP 1202 (remove_files) COMPLETE |
7964 | 2024-12-20T21:57:32.831Z | [ recovery-image] Dec 20 21:57:31.927 INFO O| Dec 20 21:57:31.927 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2024-12-20T21:57:32.849Z | [ recovery-image] Dec 20 21:57:31.947 INFO O| Dec 20 21:57:31.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7966 | 2024-12-20T21:57:32.849Z | [ recovery-image] Dec 20 21:57:31.947 INFO O| Dec 20 21:57:31.947 INFO STEP 1203 (remove_files) COMPLETE |
7967 | 2024-12-20T21:57:32.849Z | [ recovery-image] Dec 20 21:57:31.947 INFO O| Dec 20 21:57:31.947 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2024-12-20T21:57:32.869Z | [ recovery-image] Dec 20 21:57:31.967 INFO O| Dec 20 21:57:31.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7969 | 2024-12-20T21:57:32.869Z | [ recovery-image] Dec 20 21:57:31.967 INFO O| Dec 20 21:57:31.967 INFO STEP 1204 (remove_files) COMPLETE |
7970 | 2024-12-20T21:57:32.871Z | [ recovery-image] Dec 20 21:57:31.967 INFO O| Dec 20 21:57:31.967 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7971 | 2024-12-20T21:57:32.888Z | [ recovery-image] Dec 20 21:57:31.986 INFO O| Dec 20 21:57:31.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7972 | 2024-12-20T21:57:32.888Z | [ recovery-image] Dec 20 21:57:31.986 INFO O| Dec 20 21:57:31.986 INFO STEP 1205 (remove_files) COMPLETE |
7973 | 2024-12-20T21:57:32.888Z | [ recovery-image] Dec 20 21:57:31.986 INFO O| Dec 20 21:57:31.986 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7974 | 2024-12-20T21:57:32.920Z | [ recovery-image] Dec 20 21:57:32.018 INFO O| Dec 20 21:57:32.018 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7975 | 2024-12-20T21:57:32.920Z | [ recovery-image] Dec 20 21:57:32.018 INFO O| Dec 20 21:57:32.018 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7976 | 2024-12-20T21:57:33.711Z | [ host-image] Dec 20 21:57:32.809 INFO O| Dec 20 21:57:32.809 INFO O| Planning: Solver setup ... Done |
7977 | 2024-12-20T21:57:33.718Z | [ host-image] Dec 20 21:57:32.816 INFO O| Dec 20 21:57:32.816 INFO O| Planning: Running solver ... Done |
7978 | 2024-12-20T21:57:33.806Z | [ host-image] Dec 20 21:57:32.904 INFO O| Dec 20 21:57:32.904 INFO O| Planning: Finding local manifests ... Done |
7979 | 2024-12-20T21:57:33.809Z | [ host-image] Dec 20 21:57:32.907 INFO O| Dec 20 21:57:32.907 INFO O| Planning: Fetching manifests: 0/5 0% complete |
7980 | 2024-12-20T21:57:34.074Z | [ host-image] Dec 20 21:57:33.172 INFO O| Dec 20 21:57:33.171 INFO O| Planning: Fetching manifests: 5/5 100% complete |
7981 | 2024-12-20T21:57:34.112Z | [ host-image] Dec 20 21:57:33.211 INFO O| Dec 20 21:57:33.211 INFO O| Planning: Package planning ... Done |
7982 | 2024-12-20T21:57:34.120Z | [ host-image] Dec 20 21:57:33.218 INFO O| Dec 20 21:57:33.218 INFO O| Planning: Merging actions ... Done |
7983 | 2024-12-20T21:57:34.267Z | [ host-image] Dec 20 21:57:33.365 INFO O| Dec 20 21:57:33.365 INFO O| Planning: Checking for conflicting actions ... Done |
7984 | 2024-12-20T21:57:34.270Z | [ host-image] Dec 20 21:57:33.367 INFO O| Dec 20 21:57:33.367 INFO O| Planning: Consolidating action changes ... Done |
7985 | 2024-12-20T21:57:34.643Z | [ recovery-image] Dec 20 21:57:33.741 INFO O| Dec 20 21:57:33.741 INFO STEP 1206 (pack_tar) COMPLETE |
7986 | 2024-12-20T21:57:34.643Z | [ recovery-image] Dec 20 21:57:33.741 INFO O| Dec 20 21:57:33.741 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7987 | 2024-12-20T21:57:34.646Z | [ recovery-image] Dec 20 21:57:33.741 INFO O| Dec 20 21:57:33.741 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7988 | 2024-12-20T21:57:34.963Z | [ host-image] Dec 20 21:57:34.061 INFO O| Dec 20 21:57:34.061 INFO O| Planning: Evaluating mediators ... Done |
7989 | 2024-12-20T21:57:34.966Z | [ host-image] Dec 20 21:57:34.064 INFO O| Dec 20 21:57:34.064 INFO O| Planning: Planning completed in 6.13 seconds |
7990 | 2024-12-20T21:57:34.969Z | [ host-image] Dec 20 21:57:34.067 INFO O| Dec 20 21:57:34.067 INFO O| Packages to install: 5 |
7991 | 2024-12-20T21:57:34.971Z | [ host-image] Dec 20 21:57:34.067 INFO O| Dec 20 21:57:34.067 INFO O| Services to change: 2 |
7992 | 2024-12-20T21:57:35.022Z | [ host-image] Dec 20 21:57:34.120 INFO O| Dec 20 21:57:34.120 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
7993 | 2024-12-20T21:57:35.046Z | [ recovery-image] Dec 20 21:57:34.144 INFO O| Dec 20 21:57:34.144 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7994 | 2024-12-20T21:57:35.179Z | [ recovery-image] Dec 20 21:57:34.277 INFO O| Dec 20 21:57:34.277 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7995 | 2024-12-20T21:57:35.189Z | [ recovery-image] Dec 20 21:57:34.287 INFO image builder template: zfs-recovery... |
7996 | 2024-12-20T21:57:35.189Z | [ recovery-image] Dec 20 21:57:34.287 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/.tmpz5fbTL/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.311", "-n", "zfs-recovery"], pwd: None |
7997 | 2024-12-20T21:57:35.242Z | [ recovery-image] Dec 20 21:57:34.340 INFO O| Dec 20 21:57:34.340 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7998 | 2024-12-20T21:57:35.269Z | [ recovery-image] Dec 20 21:57:34.367 INFO O| Dec 20 21:57:34.367 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7999 | 2024-12-20T21:57:35.385Z | [ recovery-image] Dec 20 21:57:34.483 INFO O| Dec 20 21:57:34.483 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8000 | 2024-12-20T21:57:35.469Z | [ recovery-image] Dec 20 21:57:34.567 INFO O| Dec 20 21:57:34.567 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8001 | 2024-12-20T21:57:35.469Z | [ recovery-image] Dec 20 21:57:34.567 INFO O| Dec 20 21:57:34.567 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8002 | 2024-12-20T21:57:35.477Z | [ recovery-image] Dec 20 21:57:34.576 INFO O| Dec 20 21:57:34.575 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8003 | 2024-12-20T21:57:35.588Z | [ recovery-image] Dec 20 21:57:34.686 INFO O| Dec 20 21:57:34.686 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8004 | 2024-12-20T21:57:35.710Z | [ recovery-image] Dec 20 21:57:34.808 INFO O| Dec 20 21:57:34.808 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8005 | 2024-12-20T21:57:35.728Z | [ recovery-image] Dec 20 21:57:34.826 INFO O| Dec 20 21:57:34.826 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8006 | 2024-12-20T21:57:35.737Z | [ recovery-image] Dec 20 21:57:34.835 INFO O| Dec 20 21:57:34.835 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8007 | 2024-12-20T21:57:35.743Z | [ recovery-image] Dec 20 21:57:34.841 INFO O| Dec 20 21:57:34.841 INFO no lofi found |
8008 | 2024-12-20T21:57:35.743Z | [ recovery-image] Dec 20 21:57:34.841 INFO O| Dec 20 21:57:34.841 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8009 | 2024-12-20T21:57:35.743Z | [ recovery-image] Dec 20 21:57:34.841 INFO O| Dec 20 21:57:34.841 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8010 | 2024-12-20T21:57:37.337Z | [ host-image] Dec 20 21:57:36.435 INFO O| Dec 20 21:57:36.435 INFO O| Download: Completed 1.45 MB in 2.31 seconds (639k/s) |
8011 | 2024-12-20T21:57:37.389Z | [ host-image] Dec 20 21:57:36.486 INFO O| Dec 20 21:57:36.486 INFO O| Actions: 1/305 actions (Installing new actions) |
8012 | 2024-12-20T21:57:37.588Z | [ host-image] Dec 20 21:57:36.686 INFO O| Dec 20 21:57:36.686 INFO O| Actions: Completed 305 actions in 0.20 seconds. |
8013 | 2024-12-20T21:57:37.920Z | [ recovery-image] Dec 20 21:57:37.017 INFO O| Dec 20 21:57:37.017 INFO lofi device = /dev/dsk/c2t1d0p0 |
8014 | 2024-12-20T21:57:37.920Z | [ recovery-image] Dec 20 21:57:37.017 INFO O| Dec 20 21:57:37.017 INFO pool device = /dev/dsk/c2t1d0p0 |
8015 | 2024-12-20T21:57:37.923Z | [ recovery-image] Dec 20 21:57:37.018 INFO O| Dec 20 21:57:37.018 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"] |
8016 | 2024-12-20T21:57:38.127Z | [ recovery-image] Dec 20 21:57:37.225 INFO O| Dec 20 21:57:37.225 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8017 | 2024-12-20T21:57:38.127Z | [ recovery-image] Dec 20 21:57:37.225 INFO O| Dec 20 21:57:37.225 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8018 | 2024-12-20T21:57:38.160Z | [ recovery-image] Dec 20 21:57:37.258 INFO O| Dec 20 21:57:37.257 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8019 | 2024-12-20T21:57:38.252Z | [ host-image] Dec 20 21:57:37.350 INFO O| Dec 20 21:57:37.350 INFO O| Done |
8020 | 2024-12-20T21:57:38.252Z | [ host-image] Dec 20 21:57:37.350 INFO O| Dec 20 21:57:37.350 INFO O| Done |
8021 | 2024-12-20T21:57:38.533Z | [ recovery-image] Dec 20 21:57:37.631 INFO O| Dec 20 21:57:37.631 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8022 | 2024-12-20T21:57:38.605Z | [ recovery-image] Dec 20 21:57:37.701 INFO O| Dec 20 21:57:37.700 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8023 | 2024-12-20T21:57:38.632Z | [ recovery-image] Dec 20 21:57:37.729 INFO O| Dec 20 21:57:37.729 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8024 | 2024-12-20T21:57:38.655Z | [ recovery-image] Dec 20 21:57:37.752 INFO O| Dec 20 21:57:37.752 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8025 | 2024-12-20T21:57:38.731Z | [ recovery-image] Dec 20 21:57:37.829 INFO O| Dec 20 21:57:37.829 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8026 | 2024-12-20T21:57:38.732Z | [ recovery-image] Dec 20 21:57:37.829 INFO O| Dec 20 21:57:37.829 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8027 | 2024-12-20T21:57:38.734Z | [ recovery-image] Dec 20 21:57:37.829 INFO O| Dec 20 21:57:37.829 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8028 | 2024-12-20T21:57:38.755Z | [ recovery-image] Dec 20 21:57:37.853 INFO O| Dec 20 21:57:37.852 INFO boot environment UUID: c02f2b85-3b45-49fd-b5b0-c2fc957c958e |
8029 | 2024-12-20T21:57:38.755Z | [ recovery-image] Dec 20 21:57:37.853 INFO O| Dec 20 21:57:37.852 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c02f2b85-3b45-49fd-b5b0-c2fc957c958e |
8030 | 2024-12-20T21:57:38.803Z | [ recovery-image] Dec 20 21:57:37.900 INFO O| Dec 20 21:57:37.900 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8031 | 2024-12-20T21:57:38.921Z | [ recovery-image] Dec 20 21:57:38.019 INFO O| Dec 20 21:57:38.019 INFO STEP 0 (create_be) COMPLETE |
8032 | 2024-12-20T21:57:38.921Z | [ recovery-image] Dec 20 21:57:38.019 INFO O| Dec 20 21:57:38.019 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8033 | 2024-12-20T21:57:39.017Z | [ recovery-image] Dec 20 21:57:38.114 INFO O| Dec 20 21:57:38.114 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"] |
8034 | 2024-12-20T21:57:39.702Z | [ host-image] Dec 20 21:57:38.800 INFO O| Dec 20 21:57:38.800 INFO O| Done |
8035 | 2024-12-20T21:57:43.040Z | [ host-image] Dec 20 21:57:42.138 INFO O| Dec 20 21:57:42.137 INFO O| Done |
8036 | 2024-12-20T21:57:43.121Z | [ host-image] Dec 20 21:57:42.218 INFO O| Dec 20 21:57:42.218 INFO O| Done |
8037 | 2024-12-20T21:57:43.124Z | [ host-image] Dec 20 21:57:42.219 INFO O| Dec 20 21:57:42.218 INFO O| Done |
8038 | 2024-12-20T21:57:43.195Z | [ host-image] Dec 20 21:57:42.287 INFO O| Dec 20 21:57:42.287 INFO O| Done |
8039 | 2024-12-20T21:57:43.475Z | [ host-image] Dec 20 21:57:42.572 INFO O| Dec 20 21:57:42.572 INFO STEP 12 (pkg_install) COMPLETE |
8040 | 2024-12-20T21:57:43.475Z | [ host-image] Dec 20 21:57:42.572 INFO O| Dec 20 21:57:42.572 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8041 | 2024-12-20T21:57:43.496Z | [ host-image] Dec 20 21:57:42.593 INFO O| Dec 20 21:57:42.593 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
8042 | 2024-12-20T21:57:46.136Z | [ recovery-image] Dec 20 21:57:45.233 INFO O| Dec 20 21:57:45.233 INFO STEP 1 (unpack_tar) COMPLETE |
8043 | 2024-12-20T21:57:46.136Z | [ recovery-image] Dec 20 21:57:45.233 INFO O| Dec 20 21:57:45.233 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8044 | 2024-12-20T21:57:46.154Z | [ recovery-image] Dec 20 21:57:45.251 INFO O| Dec 20 21:57:45.251 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8045 | 2024-12-20T21:57:46.399Z | [ recovery-image] Dec 20 21:57:45.496 INFO O| Dec 20 21:57:45.496 INFO STEP 2 (devfsadm) COMPLETE |
8046 | 2024-12-20T21:57:46.399Z | [ recovery-image] Dec 20 21:57:45.496 INFO O| Dec 20 21:57:45.496 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8047 | 2024-12-20T21:57:46.417Z | [ recovery-image] Dec 20 21:57:45.514 INFO O| Dec 20 21:57:45.514 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8048 | 2024-12-20T21:57:46.417Z | [ recovery-image] Dec 20 21:57:45.514 INFO O| Dec 20 21:57:45.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8049 | 2024-12-20T21:57:46.420Z | [ recovery-image] Dec 20 21:57:45.514 INFO O| Dec 20 21:57:45.514 INFO STEP 3 (ensure_dir) COMPLETE |
8050 | 2024-12-20T21:57:46.420Z | [ recovery-image] Dec 20 21:57:45.514 INFO O| Dec 20 21:57:45.514 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8051 | 2024-12-20T21:57:46.454Z | [ recovery-image] Dec 20 21:57:45.551 INFO O| Dec 20 21:57:45.551 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8052 | 2024-12-20T21:57:46.454Z | [ recovery-image] Dec 20 21:57:45.551 INFO O| Dec 20 21:57:45.551 INFO STEP 4 (ensure_dir) COMPLETE |
8053 | 2024-12-20T21:57:46.457Z | [ recovery-image] Dec 20 21:57:45.551 INFO O| Dec 20 21:57:45.551 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8054 | 2024-12-20T21:57:46.484Z | [ recovery-image] Dec 20 21:57:45.580 INFO O| Dec 20 21:57:45.580 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8055 | 2024-12-20T21:57:46.484Z | [ recovery-image] Dec 20 21:57:45.580 INFO O| Dec 20 21:57:45.580 INFO STEP 5 (ensure_dir) COMPLETE |
8056 | 2024-12-20T21:57:46.484Z | [ recovery-image] Dec 20 21:57:45.580 INFO O| Dec 20 21:57:45.580 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8057 | 2024-12-20T21:57:46.501Z | [ recovery-image] Dec 20 21:57:45.598 INFO O| Dec 20 21:57:45.598 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8058 | 2024-12-20T21:57:46.504Z | [ recovery-image] Dec 20 21:57:45.598 INFO O| Dec 20 21:57:45.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8059 | 2024-12-20T21:57:46.504Z | [ recovery-image] Dec 20 21:57:45.598 INFO O| Dec 20 21:57:45.598 INFO STEP 6 (ensure_dir) COMPLETE |
8060 | 2024-12-20T21:57:46.504Z | [ recovery-image] Dec 20 21:57:45.598 INFO O| Dec 20 21:57:45.598 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8061 | 2024-12-20T21:57:46.531Z | [ recovery-image] Dec 20 21:57:45.628 INFO O| Dec 20 21:57:45.628 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8062 | 2024-12-20T21:57:46.534Z | [ recovery-image] Dec 20 21:57:45.629 INFO O| Dec 20 21:57:45.628 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8063 | 2024-12-20T21:57:46.534Z | [ recovery-image] Dec 20 21:57:45.629 INFO O| Dec 20 21:57:45.629 INFO STEP 7 (ensure_dir) COMPLETE |
8064 | 2024-12-20T21:57:46.534Z | [ recovery-image] Dec 20 21:57:45.629 INFO O| Dec 20 21:57:45.629 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8065 | 2024-12-20T21:57:46.534Z | [ host-image] Dec 20 21:57:45.631 INFO O| Dec 20 21:57:45.630 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8066 | 2024-12-20T21:57:46.562Z | [ recovery-image] Dec 20 21:57:45.659 INFO O| Dec 20 21:57:45.659 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8067 | 2024-12-20T21:57:46.565Z | [ recovery-image] Dec 20 21:57:45.659 INFO O| Dec 20 21:57:45.659 INFO STEP 8 (remove_files) COMPLETE |
8068 | 2024-12-20T21:57:46.565Z | [ recovery-image] Dec 20 21:57:45.659 INFO O| Dec 20 21:57:45.659 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8069 | 2024-12-20T21:57:46.594Z | [ recovery-image] Dec 20 21:57:45.691 INFO O| Dec 20 21:57:45.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8070 | 2024-12-20T21:57:46.597Z | [ recovery-image] Dec 20 21:57:45.692 INFO O| Dec 20 21:57:45.692 INFO STEP 9 (remove_files) COMPLETE |
8071 | 2024-12-20T21:57:46.597Z | [ recovery-image] Dec 20 21:57:45.692 INFO O| Dec 20 21:57:45.692 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8072 | 2024-12-20T21:57:46.674Z | [ recovery-image] Dec 20 21:57:45.771 INFO O| Dec 20 21:57:45.771 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8073 | 2024-12-20T21:57:46.676Z | [ recovery-image] Dec 20 21:57:45.772 INFO O| Dec 20 21:57:45.772 INFO STEP 10 (remove_files) COMPLETE |
8074 | 2024-12-20T21:57:46.676Z | [ recovery-image] Dec 20 21:57:45.772 INFO O| Dec 20 21:57:45.772 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8075 | 2024-12-20T21:57:46.696Z | [ recovery-image] Dec 20 21:57:45.793 INFO O| Dec 20 21:57:45.793 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8076 | 2024-12-20T21:57:46.696Z | [ recovery-image] Dec 20 21:57:45.793 INFO O| Dec 20 21:57:45.793 INFO STEP 11 (remove_files) COMPLETE |
8077 | 2024-12-20T21:57:46.699Z | [ recovery-image] Dec 20 21:57:45.793 INFO O| Dec 20 21:57:45.793 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8078 | 2024-12-20T21:57:46.718Z | [ recovery-image] Dec 20 21:57:45.815 INFO O| Dec 20 21:57:45.815 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8079 | 2024-12-20T21:57:46.718Z | [ recovery-image] Dec 20 21:57:45.815 INFO O| Dec 20 21:57:45.815 INFO STEP 12 (remove_files) COMPLETE |
8080 | 2024-12-20T21:57:46.718Z | [ recovery-image] Dec 20 21:57:45.815 INFO O| Dec 20 21:57:45.815 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8081 | 2024-12-20T21:57:46.751Z | [ recovery-image] Dec 20 21:57:45.848 INFO O| Dec 20 21:57:45.848 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8082 | 2024-12-20T21:57:46.751Z | [ recovery-image] Dec 20 21:57:45.848 INFO O| Dec 20 21:57:45.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8083 | 2024-12-20T21:57:46.751Z | [ recovery-image] Dec 20 21:57:45.848 INFO O| Dec 20 21:57:45.848 INFO STEP 13 (ensure_dir) COMPLETE |
8084 | 2024-12-20T21:57:46.754Z | [ recovery-image] Dec 20 21:57:45.848 INFO O| Dec 20 21:57:45.848 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8085 | 2024-12-20T21:57:46.810Z | [ recovery-image] Dec 20 21:57:45.907 INFO O| Dec 20 21:57:45.907 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8086 | 2024-12-20T21:57:46.810Z | [ recovery-image] Dec 20 21:57:45.907 INFO O| Dec 20 21:57:45.907 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8087 | 2024-12-20T21:57:46.812Z | [ recovery-image] Dec 20 21:57:45.907 INFO O| Dec 20 21:57:45.907 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8088 | 2024-12-20T21:57:46.812Z | [ recovery-image] Dec 20 21:57:45.907 INFO O| Dec 20 21:57:45.907 INFO STEP 14 (ensure_dir) COMPLETE |
8089 | 2024-12-20T21:57:46.812Z | [ recovery-image] Dec 20 21:57:45.907 INFO O| Dec 20 21:57:45.907 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8090 | 2024-12-20T21:57:46.855Z | [ recovery-image] Dec 20 21:57:45.952 INFO O| Dec 20 21:57:45.952 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8091 | 2024-12-20T21:57:46.855Z | [ recovery-image] Dec 20 21:57:45.952 INFO O| Dec 20 21:57:45.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8092 | 2024-12-20T21:57:46.855Z | [ recovery-image] Dec 20 21:57:45.952 INFO O| Dec 20 21:57:45.952 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8093 | 2024-12-20T21:57:46.857Z | [ recovery-image] Dec 20 21:57:45.952 INFO O| Dec 20 21:57:45.952 INFO STEP 15 (ensure_dir) COMPLETE |
8094 | 2024-12-20T21:57:46.857Z | [ recovery-image] Dec 20 21:57:45.952 INFO O| Dec 20 21:57:45.952 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8095 | 2024-12-20T21:57:46.875Z | [ recovery-image] Dec 20 21:57:45.972 INFO O| Dec 20 21:57:45.972 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8096 | 2024-12-20T21:57:46.875Z | [ recovery-image] Dec 20 21:57:45.972 INFO O| Dec 20 21:57:45.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8097 | 2024-12-20T21:57:46.878Z | [ recovery-image] Dec 20 21:57:45.972 INFO O| Dec 20 21:57:45.972 INFO STEP 16 (ensure_dir) COMPLETE |
8098 | 2024-12-20T21:57:46.878Z | [ recovery-image] Dec 20 21:57:45.972 INFO O| Dec 20 21:57:45.972 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8099 | 2024-12-20T21:57:46.895Z | [ recovery-image] Dec 20 21:57:45.992 INFO O| Dec 20 21:57:45.991 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8100 | 2024-12-20T21:57:46.897Z | [ recovery-image] Dec 20 21:57:45.992 INFO O| Dec 20 21:57:45.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8101 | 2024-12-20T21:57:46.897Z | [ recovery-image] Dec 20 21:57:45.992 INFO O| Dec 20 21:57:45.992 INFO STEP 17 (ensure_dir) COMPLETE |
8102 | 2024-12-20T21:57:46.897Z | [ recovery-image] Dec 20 21:57:45.992 INFO O| Dec 20 21:57:45.992 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8103 | 2024-12-20T21:57:46.916Z | [ recovery-image] Dec 20 21:57:46.013 INFO O| Dec 20 21:57:46.013 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8104 | 2024-12-20T21:57:46.916Z | [ recovery-image] Dec 20 21:57:46.013 INFO O| Dec 20 21:57:46.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8105 | 2024-12-20T21:57:46.916Z | [ recovery-image] Dec 20 21:57:46.013 INFO O| Dec 20 21:57:46.013 INFO ok! |
8106 | 2024-12-20T21:57:46.919Z | [ recovery-image] Dec 20 21:57:46.013 INFO O| Dec 20 21:57:46.013 INFO STEP 18 (ensure_symlink) COMPLETE |
8107 | 2024-12-20T21:57:46.919Z | [ recovery-image] Dec 20 21:57:46.013 INFO O| Dec 20 21:57:46.013 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8108 | 2024-12-20T21:57:46.956Z | [ recovery-image] Dec 20 21:57:46.053 INFO O| Dec 20 21:57:46.053 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8109 | 2024-12-20T21:57:46.956Z | [ recovery-image] Dec 20 21:57:46.053 INFO O| Dec 20 21:57:46.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8110 | 2024-12-20T21:57:46.958Z | [ recovery-image] Dec 20 21:57:46.053 INFO O| Dec 20 21:57:46.053 INFO ok! |
8111 | 2024-12-20T21:57:46.959Z | [ recovery-image] Dec 20 21:57:46.053 INFO O| Dec 20 21:57:46.053 INFO STEP 19 (ensure_file) COMPLETE |
8112 | 2024-12-20T21:57:46.959Z | [ recovery-image] Dec 20 21:57:46.053 INFO O| Dec 20 21:57:46.053 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8113 | 2024-12-20T21:57:46.975Z | [ recovery-image] Dec 20 21:57:46.072 INFO O| Dec 20 21:57:46.072 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8114 | 2024-12-20T21:57:46.975Z | [ recovery-image] Dec 20 21:57:46.072 INFO O| Dec 20 21:57:46.072 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8115 | 2024-12-20T21:57:46.978Z | [ recovery-image] Dec 20 21:57:46.072 INFO O| Dec 20 21:57:46.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8116 | 2024-12-20T21:57:46.978Z | [ recovery-image] Dec 20 21:57:46.072 INFO O| Dec 20 21:57:46.072 INFO ok! |
8117 | 2024-12-20T21:57:46.978Z | [ recovery-image] Dec 20 21:57:46.072 INFO O| Dec 20 21:57:46.072 INFO STEP 20 (ensure_symlink) COMPLETE |
8118 | 2024-12-20T21:57:46.978Z | [ recovery-image] Dec 20 21:57:46.072 INFO O| Dec 20 21:57:46.072 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8119 | 2024-12-20T21:57:46.995Z | [ recovery-image] Dec 20 21:57:46.091 INFO O| Dec 20 21:57:46.091 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8120 | 2024-12-20T21:57:46.995Z | [ recovery-image] Dec 20 21:57:46.091 INFO O| Dec 20 21:57:46.091 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8121 | 2024-12-20T21:57:46.995Z | [ recovery-image] Dec 20 21:57:46.091 INFO O| Dec 20 21:57:46.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8122 | 2024-12-20T21:57:46.995Z | [ recovery-image] Dec 20 21:57:46.091 INFO O| Dec 20 21:57:46.091 INFO ok! |
8123 | 2024-12-20T21:57:46.998Z | [ recovery-image] Dec 20 21:57:46.091 INFO O| Dec 20 21:57:46.091 INFO STEP 21 (ensure_symlink) COMPLETE |
8124 | 2024-12-20T21:57:46.998Z | [ recovery-image] Dec 20 21:57:46.091 INFO O| Dec 20 21:57:46.091 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8125 | 2024-12-20T21:57:47.013Z | [ recovery-image] Dec 20 21:57:46.109 INFO O| Dec 20 21:57:46.109 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8126 | 2024-12-20T21:57:47.013Z | [ recovery-image] Dec 20 21:57:46.109 INFO O| Dec 20 21:57:46.109 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8127 | 2024-12-20T21:57:47.013Z | [ recovery-image] Dec 20 21:57:46.110 INFO O| Dec 20 21:57:46.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8128 | 2024-12-20T21:57:47.013Z | [ recovery-image] Dec 20 21:57:46.110 INFO O| Dec 20 21:57:46.110 INFO ok! |
8129 | 2024-12-20T21:57:47.015Z | [ recovery-image] Dec 20 21:57:46.110 INFO O| Dec 20 21:57:46.110 INFO STEP 22 (ensure_symlink) COMPLETE |
8130 | 2024-12-20T21:57:47.015Z | [ recovery-image] Dec 20 21:57:46.110 INFO O| Dec 20 21:57:46.110 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8131 | 2024-12-20T21:57:47.043Z | [ recovery-image] Dec 20 21:57:46.140 INFO O| Dec 20 21:57:46.140 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8132 | 2024-12-20T21:57:47.043Z | [ recovery-image] Dec 20 21:57:46.140 INFO O| Dec 20 21:57:46.140 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8133 | 2024-12-20T21:57:47.046Z | [ recovery-image] Dec 20 21:57:46.141 INFO O| Dec 20 21:57:46.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8134 | 2024-12-20T21:57:47.046Z | [ recovery-image] Dec 20 21:57:46.141 INFO O| Dec 20 21:57:46.141 INFO ok! |
8135 | 2024-12-20T21:57:47.046Z | [ recovery-image] Dec 20 21:57:46.141 INFO O| Dec 20 21:57:46.141 INFO STEP 23 (ensure_symlink) COMPLETE |
8136 | 2024-12-20T21:57:47.046Z | [ recovery-image] Dec 20 21:57:46.141 INFO O| Dec 20 21:57:46.141 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8137 | 2024-12-20T21:57:47.102Z | [ recovery-image] Dec 20 21:57:46.199 INFO O| Dec 20 21:57:46.199 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8138 | 2024-12-20T21:57:47.102Z | [ recovery-image] Dec 20 21:57:46.199 INFO O| Dec 20 21:57:46.199 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 ... |
8139 | 2024-12-20T21:57:47.105Z | [ recovery-image] Dec 20 21:57:46.199 INFO O| Dec 20 21:57:46.199 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8140 | 2024-12-20T21:57:47.105Z | [ recovery-image] Dec 20 21:57:46.199 INFO O| Dec 20 21:57:46.199 INFO ok! |
8141 | 2024-12-20T21:57:47.105Z | [ recovery-image] Dec 20 21:57:46.199 INFO O| Dec 20 21:57:46.199 INFO STEP 24 (ensure_file) COMPLETE |
8142 | 2024-12-20T21:57:47.105Z | [ recovery-image] Dec 20 21:57:46.199 INFO O| Dec 20 21:57:46.199 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8143 | 2024-12-20T21:57:47.140Z | [ recovery-image] Dec 20 21:57:46.237 INFO O| Dec 20 21:57:46.237 INFO updating shadow file |
8144 | 2024-12-20T21:57:47.142Z | [ recovery-image] Dec 20 21:57:46.237 INFO O| Dec 20 21:57:46.237 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8145 | 2024-12-20T21:57:47.142Z | [ recovery-image] Dec 20 21:57:46.238 INFO O| Dec 20 21:57:46.238 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8146 | 2024-12-20T21:57:47.142Z | [ recovery-image] Dec 20 21:57:46.238 INFO O| Dec 20 21:57:46.238 INFO STEP 25 (shadow) COMPLETE |
8147 | 2024-12-20T21:57:47.142Z | [ recovery-image] Dec 20 21:57:46.238 INFO O| Dec 20 21:57:46.238 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8148 | 2024-12-20T21:57:47.160Z | [ recovery-image] Dec 20 21:57:46.257 INFO O| Dec 20 21:57:46.257 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8149 | 2024-12-20T21:57:47.163Z | [ recovery-image] Dec 20 21:57:46.258 INFO O| Dec 20 21:57:46.258 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8150 | 2024-12-20T21:57:47.163Z | [ recovery-image] Dec 20 21:57:46.258 INFO O| Dec 20 21:57:46.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8151 | 2024-12-20T21:57:47.163Z | [ recovery-image] Dec 20 21:57:46.258 INFO O| Dec 20 21:57:46.258 INFO ok! |
8152 | 2024-12-20T21:57:47.163Z | [ recovery-image] Dec 20 21:57:46.258 INFO O| Dec 20 21:57:46.258 INFO STEP 26 (ensure_file) COMPLETE |
8153 | 2024-12-20T21:57:47.163Z | [ recovery-image] Dec 20 21:57:46.258 INFO O| Dec 20 21:57:46.258 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8154 | 2024-12-20T21:57:47.180Z | [ recovery-image] Dec 20 21:57:46.277 INFO O| Dec 20 21:57:46.277 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8155 | 2024-12-20T21:57:47.180Z | [ recovery-image] Dec 20 21:57:46.277 INFO O| Dec 20 21:57:46.277 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8156 | 2024-12-20T21:57:47.182Z | [ recovery-image] Dec 20 21:57:46.277 INFO O| Dec 20 21:57:46.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8157 | 2024-12-20T21:57:47.182Z | [ recovery-image] Dec 20 21:57:46.277 INFO O| Dec 20 21:57:46.277 INFO ok! |
8158 | 2024-12-20T21:57:47.182Z | [ recovery-image] Dec 20 21:57:46.277 INFO O| Dec 20 21:57:46.277 INFO STEP 27 (ensure_file) COMPLETE |
8159 | 2024-12-20T21:57:47.183Z | [ recovery-image] Dec 20 21:57:46.277 INFO O| Dec 20 21:57:46.277 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8160 | 2024-12-20T21:57:47.199Z | [ recovery-image] Dec 20 21:57:46.296 INFO O| Dec 20 21:57:46.296 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8161 | 2024-12-20T21:57:47.202Z | [ recovery-image] Dec 20 21:57:46.296 INFO O| Dec 20 21:57:46.296 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8162 | 2024-12-20T21:57:47.202Z | [ recovery-image] Dec 20 21:57:46.297 INFO O| Dec 20 21:57:46.297 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8163 | 2024-12-20T21:57:47.202Z | [ recovery-image] Dec 20 21:57:46.297 INFO O| Dec 20 21:57:46.297 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8164 | 2024-12-20T21:57:47.202Z | [ recovery-image] Dec 20 21:57:46.297 INFO O| Dec 20 21:57:46.297 INFO ok! |
8165 | 2024-12-20T21:57:47.202Z | [ recovery-image] Dec 20 21:57:46.297 INFO O| Dec 20 21:57:46.297 INFO STEP 28 (ensure_file) COMPLETE |
8166 | 2024-12-20T21:57:47.202Z | [ recovery-image] Dec 20 21:57:46.297 INFO O| Dec 20 21:57:46.297 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8167 | 2024-12-20T21:57:47.219Z | [ recovery-image] Dec 20 21:57:46.316 INFO O| Dec 20 21:57:46.316 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8168 | 2024-12-20T21:57:47.219Z | [ recovery-image] Dec 20 21:57:46.316 INFO O| Dec 20 21:57:46.316 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8169 | 2024-12-20T21:57:47.221Z | [ recovery-image] Dec 20 21:57:46.316 INFO O| Dec 20 21:57:46.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8170 | 2024-12-20T21:57:47.221Z | [ recovery-image] Dec 20 21:57:46.316 INFO O| Dec 20 21:57:46.316 INFO ok! |
8171 | 2024-12-20T21:57:47.221Z | [ recovery-image] Dec 20 21:57:46.316 INFO O| Dec 20 21:57:46.316 INFO STEP 29 (ensure_file) COMPLETE |
8172 | 2024-12-20T21:57:47.221Z | [ recovery-image] Dec 20 21:57:46.316 INFO O| Dec 20 21:57:46.316 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8173 | 2024-12-20T21:57:47.245Z | [ recovery-image] Dec 20 21:57:46.342 INFO O| Dec 20 21:57:46.342 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8174 | 2024-12-20T21:57:47.246Z | [ recovery-image] Dec 20 21:57:46.342 INFO O| Dec 20 21:57:46.342 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8175 | 2024-12-20T21:57:47.246Z | [ recovery-image] Dec 20 21:57:46.342 INFO O| Dec 20 21:57:46.342 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8176 | 2024-12-20T21:57:47.248Z | [ recovery-image] Dec 20 21:57:46.343 INFO O| Dec 20 21:57:46.342 INFO ok! |
8177 | 2024-12-20T21:57:47.248Z | [ recovery-image] Dec 20 21:57:46.343 INFO O| Dec 20 21:57:46.342 INFO STEP 30 (ensure_file) COMPLETE |
8178 | 2024-12-20T21:57:47.248Z | [ recovery-image] Dec 20 21:57:46.343 INFO O| Dec 20 21:57:46.343 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8179 | 2024-12-20T21:57:47.274Z | [ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8180 | 2024-12-20T21:57:47.274Z | [ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8181 | 2024-12-20T21:57:47.277Z | [ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8182 | 2024-12-20T21:57:47.277Z | [ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8183 | 2024-12-20T21:57:47.277Z | [ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 INFO ok! |
8184 | 2024-12-20T21:57:47.277Z | [ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 INFO STEP 31 (ensure_file) COMPLETE |
8185 | 2024-12-20T21:57:47.277Z | [ recovery-image] Dec 20 21:57:46.371 INFO O| Dec 20 21:57:46.371 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8186 | 2024-12-20T21:57:47.295Z | [ recovery-image] Dec 20 21:57:46.392 INFO O| Dec 20 21:57:46.391 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8187 | 2024-12-20T21:57:47.295Z | [ recovery-image] Dec 20 21:57:46.392 INFO O| Dec 20 21:57:46.392 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8188 | 2024-12-20T21:57:47.295Z | [ recovery-image] Dec 20 21:57:46.392 INFO O| Dec 20 21:57:46.392 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8189 | 2024-12-20T21:57:47.298Z | [ recovery-image] Dec 20 21:57:46.392 INFO O| Dec 20 21:57:46.392 INFO ok! |
8190 | 2024-12-20T21:57:47.298Z | [ recovery-image] Dec 20 21:57:46.392 INFO O| Dec 20 21:57:46.392 INFO STEP 32 (ensure_file) COMPLETE |
8191 | 2024-12-20T21:57:47.298Z | [ recovery-image] Dec 20 21:57:46.392 INFO O| Dec 20 21:57:46.392 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8192 | 2024-12-20T21:57:47.314Z | [ recovery-image] Dec 20 21:57:46.411 INFO O| Dec 20 21:57:46.411 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8193 | 2024-12-20T21:57:47.314Z | [ recovery-image] Dec 20 21:57:46.411 INFO O| Dec 20 21:57:46.411 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8194 | 2024-12-20T21:57:47.317Z | [ recovery-image] Dec 20 21:57:46.412 INFO O| Dec 20 21:57:46.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8195 | 2024-12-20T21:57:47.317Z | [ recovery-image] Dec 20 21:57:46.412 INFO O| Dec 20 21:57:46.411 INFO ok! |
8196 | 2024-12-20T21:57:47.317Z | [ recovery-image] Dec 20 21:57:46.412 INFO O| Dec 20 21:57:46.411 INFO STEP 33 (ensure_file) COMPLETE |
8197 | 2024-12-20T21:57:47.317Z | [ recovery-image] Dec 20 21:57:46.412 INFO O| Dec 20 21:57:46.411 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8198 | 2024-12-20T21:57:47.341Z | [ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8199 | 2024-12-20T21:57:47.341Z | [ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8200 | 2024-12-20T21:57:47.343Z | [ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8201 | 2024-12-20T21:57:47.343Z | [ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8202 | 2024-12-20T21:57:47.343Z | [ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8203 | 2024-12-20T21:57:47.343Z | [ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8204 | 2024-12-20T21:57:47.343Z | [ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO ok! |
8205 | 2024-12-20T21:57:47.343Z | [ recovery-image] Dec 20 21:57:46.438 INFO O| Dec 20 21:57:46.438 INFO STEP 34 (ensure_file) COMPLETE |
8206 | 2024-12-20T21:57:47.344Z | [ recovery-image] Dec 20 21:57:46.439 INFO O| Dec 20 21:57:46.438 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8207 | 2024-12-20T21:57:47.404Z | [ recovery-image] Dec 20 21:57:46.501 INFO O| Dec 20 21:57:46.501 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8208 | 2024-12-20T21:57:47.404Z | [ recovery-image] Dec 20 21:57:46.501 INFO O| Dec 20 21:57:46.501 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8209 | 2024-12-20T21:57:47.423Z | [ recovery-image] Dec 20 21:57:46.501 INFO O| Dec 20 21:57:46.501 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8210 | 2024-12-20T21:57:47.423Z | [ recovery-image] Dec 20 21:57:46.501 INFO O| Dec 20 21:57:46.501 INFO STEP 35 (ensure_dir) COMPLETE |
8211 | 2024-12-20T21:57:47.423Z | [ recovery-image] Dec 20 21:57:46.501 INFO O| Dec 20 21:57:46.501 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8212 | 2024-12-20T21:57:47.427Z | [ recovery-image] Dec 20 21:57:46.524 INFO O| Dec 20 21:57:46.524 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 |
8213 | 2024-12-20T21:57:47.427Z | [ recovery-image] Dec 20 21:57:46.524 INFO O| Dec 20 21:57:46.524 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 ... |
8214 | 2024-12-20T21:57:47.430Z | [ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.524 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 |
8215 | 2024-12-20T21:57:47.430Z | [ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.525 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 |
8216 | 2024-12-20T21:57:47.430Z | [ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.525 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 |
8217 | 2024-12-20T21:57:47.430Z | [ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.525 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 |
8218 | 2024-12-20T21:57:47.430Z | [ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.525 INFO ok! |
8219 | 2024-12-20T21:57:47.430Z | [ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.525 INFO STEP 36 (ensure_file) COMPLETE |
8220 | 2024-12-20T21:57:47.430Z | [ recovery-image] Dec 20 21:57:46.525 INFO O| Dec 20 21:57:46.525 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8221 | 2024-12-20T21:57:47.448Z | [ recovery-image] Dec 20 21:57:46.545 INFO O| Dec 20 21:57:46.545 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8222 | 2024-12-20T21:57:47.451Z | [ recovery-image] Dec 20 21:57:46.545 INFO O| Dec 20 21:57:46.545 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 ... |
8223 | 2024-12-20T21:57:47.451Z | [ recovery-image] Dec 20 21:57:46.545 INFO O| Dec 20 21:57:46.545 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8224 | 2024-12-20T21:57:47.451Z | [ recovery-image] Dec 20 21:57:46.545 INFO O| Dec 20 21:57:46.545 INFO ok! |
8225 | 2024-12-20T21:57:47.451Z | [ recovery-image] Dec 20 21:57:46.545 INFO O| Dec 20 21:57:46.545 INFO STEP 37 (ensure_symlink) COMPLETE |
8226 | 2024-12-20T21:57:47.451Z | [ recovery-image] Dec 20 21:57:46.545 INFO O| Dec 20 21:57:46.545 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8227 | 2024-12-20T21:57:47.467Z | [ recovery-image] Dec 20 21:57:46.564 INFO O| Dec 20 21:57:46.564 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8228 | 2024-12-20T21:57:47.467Z | [ recovery-image] Dec 20 21:57:46.564 INFO O| Dec 20 21:57:46.564 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8229 | 2024-12-20T21:57:47.470Z | [ recovery-image] Dec 20 21:57:46.564 INFO O| Dec 20 21:57:46.564 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8230 | 2024-12-20T21:57:47.470Z | [ recovery-image] Dec 20 21:57:46.564 INFO O| Dec 20 21:57:46.564 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8231 | 2024-12-20T21:57:47.470Z | [ recovery-image] Dec 20 21:57:46.564 INFO O| Dec 20 21:57:46.564 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8232 | 2024-12-20T21:57:47.470Z | [ recovery-image] Dec 20 21:57:46.565 INFO O| Dec 20 21:57:46.565 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8233 | 2024-12-20T21:57:47.470Z | [ recovery-image] Dec 20 21:57:46.565 INFO O| Dec 20 21:57:46.565 INFO ok! |
8234 | 2024-12-20T21:57:47.470Z | [ recovery-image] Dec 20 21:57:46.565 INFO O| Dec 20 21:57:46.565 INFO STEP 38 (ensure_file) COMPLETE |
8235 | 2024-12-20T21:57:47.470Z | [ recovery-image] Dec 20 21:57:46.565 INFO O| Dec 20 21:57:46.565 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8236 | 2024-12-20T21:57:47.501Z | [ recovery-image] Dec 20 21:57:46.598 INFO O| Dec 20 21:57:46.598 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8237 | 2024-12-20T21:57:47.501Z | [ recovery-image] Dec 20 21:57:46.598 INFO O| Dec 20 21:57:46.598 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 ... |
8238 | 2024-12-20T21:57:47.501Z | [ recovery-image] Dec 20 21:57:46.598 INFO O| Dec 20 21:57:46.598 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 |
8239 | 2024-12-20T21:57:47.504Z | [ recovery-image] Dec 20 21:57:46.598 INFO O| Dec 20 21:57:46.598 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8240 | 2024-12-20T21:57:47.504Z | [ recovery-image] Dec 20 21:57:46.598 INFO O| Dec 20 21:57:46.598 INFO ok! |
8241 | 2024-12-20T21:57:47.504Z | [ recovery-image] Dec 20 21:57:46.599 INFO O| Dec 20 21:57:46.599 INFO STEP 39 (ensure_file) COMPLETE |
8242 | 2024-12-20T21:57:47.504Z | [ recovery-image] Dec 20 21:57:46.599 INFO O| Dec 20 21:57:46.599 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8243 | 2024-12-20T21:57:47.537Z | [ recovery-image] Dec 20 21:57:46.633 INFO O| Dec 20 21:57:46.633 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8244 | 2024-12-20T21:57:47.537Z | [ recovery-image] Dec 20 21:57:46.633 INFO O| Dec 20 21:57:46.633 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8245 | 2024-12-20T21:57:47.537Z | [ recovery-image] Dec 20 21:57:46.633 INFO O| Dec 20 21:57:46.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8246 | 2024-12-20T21:57:47.537Z | [ recovery-image] Dec 20 21:57:46.634 INFO O| Dec 20 21:57:46.633 INFO ok! |
8247 | 2024-12-20T21:57:47.539Z | [ recovery-image] Dec 20 21:57:46.634 INFO O| Dec 20 21:57:46.633 INFO STEP 40 (ensure_file) COMPLETE |
8248 | 2024-12-20T21:57:47.539Z | [ recovery-image] Dec 20 21:57:46.634 INFO O| Dec 20 21:57:46.634 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8249 | 2024-12-20T21:57:47.558Z | [ recovery-image] Dec 20 21:57:46.655 INFO O| Dec 20 21:57:46.655 INFO updating shadow file |
8250 | 2024-12-20T21:57:47.561Z | [ recovery-image] Dec 20 21:57:46.655 INFO O| Dec 20 21:57:46.655 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8251 | 2024-12-20T21:57:47.561Z | [ recovery-image] Dec 20 21:57:46.655 INFO O| Dec 20 21:57:46.655 INFO STEP 41 (shadow) COMPLETE |
8252 | 2024-12-20T21:57:47.561Z | [ recovery-image] Dec 20 21:57:46.655 INFO O| Dec 20 21:57:46.655 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8253 | 2024-12-20T21:57:47.603Z | [ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8254 | 2024-12-20T21:57:47.603Z | [ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8255 | 2024-12-20T21:57:47.606Z | [ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8256 | 2024-12-20T21:57:47.606Z | [ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8257 | 2024-12-20T21:57:47.606Z | [ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 INFO ok! |
8258 | 2024-12-20T21:57:47.606Z | [ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 INFO STEP 42 (ensure_file) COMPLETE |
8259 | 2024-12-20T21:57:47.606Z | [ recovery-image] Dec 20 21:57:46.700 INFO O| Dec 20 21:57:46.700 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8260 | 2024-12-20T21:57:47.638Z | [ recovery-image] Dec 20 21:57:46.734 INFO O| Dec 20 21:57:46.734 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8261 | 2024-12-20T21:57:47.638Z | [ recovery-image] Dec 20 21:57:46.734 INFO O| Dec 20 21:57:46.734 INFO STEP 43 (ensure_dir) COMPLETE |
8262 | 2024-12-20T21:57:47.638Z | [ recovery-image] Dec 20 21:57:46.735 INFO O| Dec 20 21:57:46.734 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8263 | 2024-12-20T21:57:47.699Z | [ recovery-image] Dec 20 21:57:46.796 INFO O| Dec 20 21:57:46.796 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8264 | 2024-12-20T21:57:47.699Z | [ recovery-image] Dec 20 21:57:46.796 INFO O| Dec 20 21:57:46.796 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8265 | 2024-12-20T21:57:47.699Z | [ recovery-image] Dec 20 21:57:46.796 INFO O| Dec 20 21:57:46.796 INFO STEP 44 (ensure_dir) COMPLETE |
8266 | 2024-12-20T21:57:47.702Z | [ recovery-image] Dec 20 21:57:46.796 INFO O| Dec 20 21:57:46.796 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8267 | 2024-12-20T21:57:47.727Z | [ recovery-image] Dec 20 21:57:46.824 INFO O| Dec 20 21:57:46.823 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8268 | 2024-12-20T21:57:47.727Z | [ recovery-image] Dec 20 21:57:46.824 INFO O| Dec 20 21:57:46.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8269 | 2024-12-20T21:57:47.729Z | [ recovery-image] Dec 20 21:57:46.824 INFO O| Dec 20 21:57:46.824 INFO STEP 45 (ensure_dir) COMPLETE |
8270 | 2024-12-20T21:57:47.729Z | [ recovery-image] Dec 20 21:57:46.824 INFO O| Dec 20 21:57:46.824 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8271 | 2024-12-20T21:57:47.745Z | [ recovery-image] Dec 20 21:57:46.842 INFO O| Dec 20 21:57:46.842 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8272 | 2024-12-20T21:57:47.745Z | [ recovery-image] Dec 20 21:57:46.842 INFO O| Dec 20 21:57:46.842 INFO copying /tmp/.tmpz5fbTL/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8273 | 2024-12-20T21:57:48.812Z | [ recovery-image] Dec 20 21:57:46.906 INFO O| Dec 20 21:57:46.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8274 | 2024-12-20T21:57:48.812Z | [ recovery-image] Dec 20 21:57:46.906 INFO O| Dec 20 21:57:46.906 INFO ok! |
8275 | 2024-12-20T21:57:48.812Z | [ recovery-image] Dec 20 21:57:46.906 INFO O| Dec 20 21:57:46.906 INFO STEP 46 (ensure_file) COMPLETE |
8276 | 2024-12-20T21:57:48.815Z | [ recovery-image] Dec 20 21:57:46.906 INFO O| Dec 20 21:57:46.906 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8277 | 2024-12-20T21:57:48.815Z | [ recovery-image] Dec 20 21:57:46.953 INFO O| Dec 20 21:57:46.953 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8278 | 2024-12-20T21:57:48.815Z | [ recovery-image] Dec 20 21:57:46.953 INFO O| Dec 20 21:57:46.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8279 | 2024-12-20T21:57:48.815Z | [ recovery-image] Dec 20 21:57:46.953 INFO O| Dec 20 21:57:46.953 INFO STEP 47 (ensure_dir) COMPLETE |
8280 | 2024-12-20T21:57:48.815Z | [ recovery-image] Dec 20 21:57:46.953 INFO O| Dec 20 21:57:46.953 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8281 | 2024-12-20T21:57:48.815Z | [ recovery-image] Dec 20 21:57:46.978 INFO O| Dec 20 21:57:46.978 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8282 | 2024-12-20T21:57:48.815Z | [ recovery-image] Dec 20 21:57:46.979 INFO O| Dec 20 21:57:46.978 INFO copying /tmp/.tmpz5fbTL/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8283 | 2024-12-20T21:57:48.815Z | [ recovery-image] Dec 20 21:57:46.979 INFO O| Dec 20 21:57:46.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8284 | 2024-12-20T21:57:48.815Z | [ recovery-image] Dec 20 21:57:46.979 INFO O| Dec 20 21:57:46.979 INFO ok! |
8285 | 2024-12-20T21:57:48.815Z | [ recovery-image] Dec 20 21:57:46.979 INFO O| Dec 20 21:57:46.979 INFO STEP 48 (ensure_file) COMPLETE |
8286 | 2024-12-20T21:57:48.815Z | [ recovery-image] Dec 20 21:57:46.979 INFO O| Dec 20 21:57:46.979 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8287 | 2024-12-20T21:57:48.815Z | [ recovery-image] Dec 20 21:57:47.021 INFO O| Dec 20 21:57:47.021 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8288 | 2024-12-20T21:57:48.816Z | [ recovery-image] Dec 20 21:57:47.022 INFO O| Dec 20 21:57:47.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8289 | 2024-12-20T21:57:48.816Z | [ recovery-image] Dec 20 21:57:47.022 INFO O| Dec 20 21:57:47.022 INFO STEP 49 (ensure_dir) COMPLETE |
8290 | 2024-12-20T21:57:48.816Z | [ recovery-image] Dec 20 21:57:47.022 INFO O| Dec 20 21:57:47.022 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8291 | 2024-12-20T21:57:48.816Z | [ recovery-image] Dec 20 21:57:47.062 INFO O| Dec 20 21:57:47.062 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8292 | 2024-12-20T21:57:48.816Z | [ recovery-image] Dec 20 21:57:47.062 INFO O| Dec 20 21:57:47.062 INFO copying /tmp/.tmpz5fbTL/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8293 | 2024-12-20T21:57:48.816Z | [ recovery-image] Dec 20 21:57:47.085 INFO O| Dec 20 21:57:47.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8294 | 2024-12-20T21:57:48.816Z | [ recovery-image] Dec 20 21:57:47.085 INFO O| Dec 20 21:57:47.085 INFO ok! |
8295 | 2024-12-20T21:57:48.816Z | [ recovery-image] Dec 20 21:57:47.085 INFO O| Dec 20 21:57:47.085 INFO STEP 50 (ensure_file) COMPLETE |
8296 | 2024-12-20T21:57:48.816Z | [ recovery-image] Dec 20 21:57:47.085 INFO O| Dec 20 21:57:47.085 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8297 | 2024-12-20T21:57:48.816Z | [ recovery-image] Dec 20 21:57:47.110 INFO O| Dec 20 21:57:47.110 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8298 | 2024-12-20T21:57:48.816Z | [ recovery-image] Dec 20 21:57:47.110 INFO O| Dec 20 21:57:47.110 INFO copying /tmp/.tmpz5fbTL/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8299 | 2024-12-20T21:57:50.093Z | [ recovery-image] Dec 20 21:57:49.190 INFO O| Dec 20 21:57:49.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8300 | 2024-12-20T21:57:50.093Z | [ recovery-image] Dec 20 21:57:49.190 INFO O| Dec 20 21:57:49.190 INFO ok! |
8301 | 2024-12-20T21:57:50.096Z | [ recovery-image] Dec 20 21:57:49.190 INFO O| Dec 20 21:57:49.190 INFO STEP 51 (ensure_file) COMPLETE |
8302 | 2024-12-20T21:57:50.096Z | [ recovery-image] Dec 20 21:57:49.190 INFO O| Dec 20 21:57:49.190 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8303 | 2024-12-20T21:57:50.112Z | [ recovery-image] Dec 20 21:57:49.209 INFO O| Dec 20 21:57:49.209 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8304 | 2024-12-20T21:57:50.112Z | [ recovery-image] Dec 20 21:57:49.209 INFO O| Dec 20 21:57:49.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8305 | 2024-12-20T21:57:50.112Z | [ recovery-image] Dec 20 21:57:49.209 INFO O| Dec 20 21:57:49.209 INFO STEP 52 (ensure_dir) COMPLETE |
8306 | 2024-12-20T21:57:50.115Z | [ recovery-image] Dec 20 21:57:49.209 INFO O| Dec 20 21:57:49.209 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8307 | 2024-12-20T21:57:50.149Z | [ recovery-image] Dec 20 21:57:49.246 INFO O| Dec 20 21:57:49.246 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8308 | 2024-12-20T21:57:50.149Z | [ recovery-image] Dec 20 21:57:49.246 INFO O| Dec 20 21:57:49.246 INFO copying /tmp/.tmpz5fbTL/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 ... |
8309 | 2024-12-20T21:57:50.152Z | [ recovery-image] Dec 20 21:57:49.246 INFO O| Dec 20 21:57:49.246 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 |
8310 | 2024-12-20T21:57:50.152Z | [ recovery-image] Dec 20 21:57:49.246 INFO O| Dec 20 21:57:49.246 INFO ok! |
8311 | 2024-12-20T21:57:50.152Z | [ recovery-image] Dec 20 21:57:49.246 INFO O| Dec 20 21:57:49.246 INFO STEP 53 (ensure_file) COMPLETE |
8312 | 2024-12-20T21:57:50.152Z | [ recovery-image] Dec 20 21:57:49.246 INFO O| Dec 20 21:57:49.246 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8313 | 2024-12-20T21:57:50.167Z | [ recovery-image] Dec 20 21:57:49.264 INFO O| Dec 20 21:57:49.264 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8314 | 2024-12-20T21:57:50.168Z | [ recovery-image] Dec 20 21:57:49.264 INFO O| Dec 20 21:57:49.264 INFO copying /tmp/.tmpz5fbTL/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 ... |
8315 | 2024-12-20T21:57:50.170Z | [ recovery-image] Dec 20 21:57:49.264 INFO O| Dec 20 21:57:49.264 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 |
8316 | 2024-12-20T21:57:50.170Z | [ recovery-image] Dec 20 21:57:49.264 INFO O| Dec 20 21:57:49.264 INFO ok! |
8317 | 2024-12-20T21:57:50.170Z | [ recovery-image] Dec 20 21:57:49.264 INFO O| Dec 20 21:57:49.264 INFO STEP 54 (ensure_file) COMPLETE |
8318 | 2024-12-20T21:57:50.170Z | [ recovery-image] Dec 20 21:57:49.264 INFO O| Dec 20 21:57:49.264 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8319 | 2024-12-20T21:57:50.185Z | [ recovery-image] Dec 20 21:57:49.282 INFO O| Dec 20 21:57:49.282 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8320 | 2024-12-20T21:57:50.185Z | [ recovery-image] Dec 20 21:57:49.282 INFO O| Dec 20 21:57:49.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8321 | 2024-12-20T21:57:50.185Z | [ recovery-image] Dec 20 21:57:49.282 INFO O| Dec 20 21:57:49.282 INFO STEP 55 (ensure_dir) COMPLETE |
8322 | 2024-12-20T21:57:50.187Z | [ recovery-image] Dec 20 21:57:49.282 INFO O| Dec 20 21:57:49.282 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8323 | 2024-12-20T21:57:50.220Z | [ recovery-image] Dec 20 21:57:49.317 INFO O| Dec 20 21:57:49.317 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8324 | 2024-12-20T21:57:50.220Z | [ recovery-image] Dec 20 21:57:49.317 INFO O| Dec 20 21:57:49.317 INFO copying /tmp/.tmpz5fbTL/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 ... |
8325 | 2024-12-20T21:57:50.223Z | [ recovery-image] Dec 20 21:57:49.317 INFO O| Dec 20 21:57:49.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8326 | 2024-12-20T21:57:50.223Z | [ recovery-image] Dec 20 21:57:49.317 INFO O| Dec 20 21:57:49.317 INFO ok! |
8327 | 2024-12-20T21:57:50.223Z | [ recovery-image] Dec 20 21:57:49.318 INFO O| Dec 20 21:57:49.317 INFO STEP 56 (ensure_file) COMPLETE |
8328 | 2024-12-20T21:57:50.223Z | [ recovery-image] Dec 20 21:57:49.318 INFO O| Dec 20 21:57:49.318 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8329 | 2024-12-20T21:57:50.239Z | [ recovery-image] Dec 20 21:57:49.335 INFO O| Dec 20 21:57:49.335 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8330 | 2024-12-20T21:57:50.239Z | [ recovery-image] Dec 20 21:57:49.335 INFO O| Dec 20 21:57:49.335 INFO copying /tmp/.tmpz5fbTL/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 ... |
8331 | 2024-12-20T21:57:50.243Z | [ recovery-image] Dec 20 21:57:49.336 INFO O| Dec 20 21:57:49.336 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 |
8332 | 2024-12-20T21:57:50.243Z | [ recovery-image] Dec 20 21:57:49.336 INFO O| Dec 20 21:57:49.336 INFO ok! |
8333 | 2024-12-20T21:57:50.243Z | [ recovery-image] Dec 20 21:57:49.336 INFO O| Dec 20 21:57:49.336 INFO STEP 57 (ensure_file) COMPLETE |
8334 | 2024-12-20T21:57:50.243Z | [ recovery-image] Dec 20 21:57:49.336 INFO O| Dec 20 21:57:49.336 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8335 | 2024-12-20T21:57:50.268Z | [ recovery-image] Dec 20 21:57:49.365 INFO O| Dec 20 21:57:49.365 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8336 | 2024-12-20T21:57:50.268Z | [ recovery-image] Dec 20 21:57:49.365 INFO O| Dec 20 21:57:49.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8337 | 2024-12-20T21:57:50.268Z | [ recovery-image] Dec 20 21:57:49.365 INFO O| Dec 20 21:57:49.365 INFO STEP 58 (ensure_dir) COMPLETE |
8338 | 2024-12-20T21:57:50.271Z | [ recovery-image] Dec 20 21:57:49.365 INFO O| Dec 20 21:57:49.365 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8339 | 2024-12-20T21:57:50.300Z | [ recovery-image] Dec 20 21:57:49.397 INFO O| Dec 20 21:57:49.396 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8340 | 2024-12-20T21:57:50.300Z | [ recovery-image] Dec 20 21:57:49.397 INFO O| Dec 20 21:57:49.396 INFO copying /tmp/.tmpz5fbTL/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 ... |
8341 | 2024-12-20T21:57:50.303Z | [ recovery-image] Dec 20 21:57:49.397 INFO O| Dec 20 21:57:49.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8342 | 2024-12-20T21:57:50.303Z | [ recovery-image] Dec 20 21:57:49.397 INFO O| Dec 20 21:57:49.397 INFO ok! |
8343 | 2024-12-20T21:57:50.303Z | [ recovery-image] Dec 20 21:57:49.397 INFO O| Dec 20 21:57:49.397 INFO STEP 59 (ensure_file) COMPLETE |
8344 | 2024-12-20T21:57:50.303Z | [ recovery-image] Dec 20 21:57:49.397 INFO O| Dec 20 21:57:49.397 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8345 | 2024-12-20T21:57:50.335Z | [ recovery-image] Dec 20 21:57:49.431 INFO O| Dec 20 21:57:49.431 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8346 | 2024-12-20T21:57:50.335Z | [ recovery-image] Dec 20 21:57:49.431 INFO O| Dec 20 21:57:49.431 INFO copying /tmp/.tmpz5fbTL/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8347 | 2024-12-20T21:57:50.335Z | [ recovery-image] Dec 20 21:57:49.431 INFO O| Dec 20 21:57:49.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8348 | 2024-12-20T21:57:50.338Z | [ recovery-image] Dec 20 21:57:49.432 INFO O| Dec 20 21:57:49.431 INFO ok! |
8349 | 2024-12-20T21:57:50.338Z | [ recovery-image] Dec 20 21:57:49.432 INFO O| Dec 20 21:57:49.431 INFO STEP 60 (ensure_file) COMPLETE |
8350 | 2024-12-20T21:57:50.338Z | [ recovery-image] Dec 20 21:57:49.432 INFO O| Dec 20 21:57:49.432 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8351 | 2024-12-20T21:57:50.396Z | [ recovery-image] Dec 20 21:57:49.493 INFO O| Dec 20 21:57:49.493 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8352 | 2024-12-20T21:57:50.396Z | [ recovery-image] Dec 20 21:57:49.493 INFO O| Dec 20 21:57:49.493 INFO STEP 61 (ensure_dir) COMPLETE |
8353 | 2024-12-20T21:57:50.399Z | [ recovery-image] Dec 20 21:57:49.493 INFO O| Dec 20 21:57:49.493 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8354 | 2024-12-20T21:57:50.455Z | [ recovery-image] Dec 20 21:57:49.552 INFO O| Dec 20 21:57:49.552 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8355 | 2024-12-20T21:57:50.455Z | [ recovery-image] Dec 20 21:57:49.552 INFO O| Dec 20 21:57:49.552 INFO STEP 62 (ensure_dir) COMPLETE |
8356 | 2024-12-20T21:57:50.458Z | [ recovery-image] Dec 20 21:57:49.552 INFO O| Dec 20 21:57:49.552 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8357 | 2024-12-20T21:57:50.496Z | [ recovery-image] Dec 20 21:57:49.593 INFO O| Dec 20 21:57:49.593 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8358 | 2024-12-20T21:57:50.496Z | [ recovery-image] Dec 20 21:57:49.593 INFO O| Dec 20 21:57:49.593 INFO STEP 63 (ensure_dir) COMPLETE |
8359 | 2024-12-20T21:57:50.499Z | [ recovery-image] Dec 20 21:57:49.593 INFO O| Dec 20 21:57:49.593 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8360 | 2024-12-20T21:57:50.565Z | [ recovery-image] Dec 20 21:57:49.662 INFO O| Dec 20 21:57:49.661 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8361 | 2024-12-20T21:57:50.565Z | [ recovery-image] Dec 20 21:57:49.662 INFO O| Dec 20 21:57:49.662 INFO STEP 64 (ensure_dir) COMPLETE |
8362 | 2024-12-20T21:57:50.568Z | [ recovery-image] Dec 20 21:57:49.662 INFO O| Dec 20 21:57:49.662 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8363 | 2024-12-20T21:57:50.583Z | [ recovery-image] Dec 20 21:57:49.680 INFO O| Dec 20 21:57:49.680 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8364 | 2024-12-20T21:57:50.583Z | [ recovery-image] Dec 20 21:57:49.680 INFO O| Dec 20 21:57:49.680 INFO copying /tmp/.tmpz5fbTL/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8365 | 2024-12-20T21:57:50.586Z | [ recovery-image] Dec 20 21:57:49.680 INFO O| Dec 20 21:57:49.680 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8366 | 2024-12-20T21:57:50.586Z | [ recovery-image] Dec 20 21:57:49.680 INFO O| Dec 20 21:57:49.680 INFO ok! |
8367 | 2024-12-20T21:57:50.586Z | [ recovery-image] Dec 20 21:57:49.680 INFO O| Dec 20 21:57:49.680 INFO STEP 65 (ensure_file) COMPLETE |
8368 | 2024-12-20T21:57:50.586Z | [ recovery-image] Dec 20 21:57:49.680 INFO O| Dec 20 21:57:49.680 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8369 | 2024-12-20T21:57:50.608Z | [ recovery-image] Dec 20 21:57:49.705 INFO O| Dec 20 21:57:49.705 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8370 | 2024-12-20T21:57:50.611Z | [ recovery-image] Dec 20 21:57:49.705 INFO O| Dec 20 21:57:49.705 INFO STEP 66 (remove_files) COMPLETE |
8371 | 2024-12-20T21:57:50.611Z | [ recovery-image] Dec 20 21:57:49.705 INFO O| Dec 20 21:57:49.705 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8372 | 2024-12-20T21:57:50.644Z | [ recovery-image] Dec 20 21:57:49.741 INFO O| Dec 20 21:57:49.741 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8373 | 2024-12-20T21:57:50.648Z | [ recovery-image] Dec 20 21:57:49.741 INFO O| Dec 20 21:57:49.741 INFO STEP 67 (remove_files) COMPLETE |
8374 | 2024-12-20T21:57:50.648Z | [ recovery-image] Dec 20 21:57:49.741 INFO O| Dec 20 21:57:49.741 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8375 | 2024-12-20T21:57:50.701Z | [ recovery-image] Dec 20 21:57:49.798 INFO O| Dec 20 21:57:49.798 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8376 | 2024-12-20T21:57:50.704Z | [ recovery-image] Dec 20 21:57:49.798 INFO O| Dec 20 21:57:49.798 INFO STEP 68 (remove_files) COMPLETE |
8377 | 2024-12-20T21:57:50.704Z | [ recovery-image] Dec 20 21:57:49.798 INFO O| Dec 20 21:57:49.798 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8378 | 2024-12-20T21:57:50.719Z | [ recovery-image] Dec 20 21:57:49.816 INFO O| Dec 20 21:57:49.816 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8379 | 2024-12-20T21:57:50.722Z | [ recovery-image] Dec 20 21:57:49.816 INFO O| Dec 20 21:57:49.816 INFO STEP 69 (remove_files) COMPLETE |
8380 | 2024-12-20T21:57:50.722Z | [ recovery-image] Dec 20 21:57:49.816 INFO O| Dec 20 21:57:49.816 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8381 | 2024-12-20T21:57:50.748Z | [ recovery-image] Dec 20 21:57:49.844 INFO O| Dec 20 21:57:49.844 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8382 | 2024-12-20T21:57:50.750Z | [ recovery-image] Dec 20 21:57:49.845 INFO O| Dec 20 21:57:49.845 INFO STEP 70 (remove_files) COMPLETE |
8383 | 2024-12-20T21:57:50.750Z | [ recovery-image] Dec 20 21:57:49.845 INFO O| Dec 20 21:57:49.845 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8384 | 2024-12-20T21:57:50.772Z | [ recovery-image] Dec 20 21:57:49.868 INFO O| Dec 20 21:57:49.868 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8385 | 2024-12-20T21:57:50.775Z | [ recovery-image] Dec 20 21:57:49.869 INFO O| Dec 20 21:57:49.869 INFO STEP 71 (remove_files) COMPLETE |
8386 | 2024-12-20T21:57:50.775Z | [ recovery-image] Dec 20 21:57:49.869 INFO O| Dec 20 21:57:49.869 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8387 | 2024-12-20T21:57:50.804Z | [ recovery-image] Dec 20 21:57:49.900 INFO O| Dec 20 21:57:49.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8388 | 2024-12-20T21:57:50.804Z | [ recovery-image] Dec 20 21:57:49.900 INFO O| Dec 20 21:57:49.900 INFO STEP 72 (remove_files) COMPLETE |
8389 | 2024-12-20T21:57:50.806Z | [ recovery-image] Dec 20 21:57:49.901 INFO O| Dec 20 21:57:49.900 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8390 | 2024-12-20T21:57:50.828Z | [ recovery-image] Dec 20 21:57:49.925 INFO O| Dec 20 21:57:49.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8391 | 2024-12-20T21:57:50.828Z | [ recovery-image] Dec 20 21:57:49.925 INFO O| Dec 20 21:57:49.925 INFO STEP 73 (remove_files) COMPLETE |
8392 | 2024-12-20T21:57:50.828Z | [ recovery-image] Dec 20 21:57:49.925 INFO O| Dec 20 21:57:49.925 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8393 | 2024-12-20T21:57:50.851Z | [ recovery-image] Dec 20 21:57:49.948 INFO O| Dec 20 21:57:49.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8394 | 2024-12-20T21:57:50.854Z | [ recovery-image] Dec 20 21:57:49.948 INFO O| Dec 20 21:57:49.948 INFO STEP 74 (remove_files) COMPLETE |
8395 | 2024-12-20T21:57:50.854Z | [ recovery-image] Dec 20 21:57:49.948 INFO O| Dec 20 21:57:49.948 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8396 | 2024-12-20T21:57:50.873Z | [ recovery-image] Dec 20 21:57:49.969 INFO O| Dec 20 21:57:49.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8397 | 2024-12-20T21:57:50.875Z | [ recovery-image] Dec 20 21:57:49.970 INFO O| Dec 20 21:57:49.970 INFO STEP 75 (remove_files) COMPLETE |
8398 | 2024-12-20T21:57:50.876Z | [ recovery-image] Dec 20 21:57:49.970 INFO O| Dec 20 21:57:49.970 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8399 | 2024-12-20T21:57:50.892Z | [ recovery-image] Dec 20 21:57:49.989 INFO O| Dec 20 21:57:49.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8400 | 2024-12-20T21:57:50.895Z | [ recovery-image] Dec 20 21:57:49.989 INFO O| Dec 20 21:57:49.989 INFO STEP 76 (remove_files) COMPLETE |
8401 | 2024-12-20T21:57:50.895Z | [ recovery-image] Dec 20 21:57:49.989 INFO O| Dec 20 21:57:49.989 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8402 | 2024-12-20T21:57:50.926Z | [ recovery-image] Dec 20 21:57:50.022 INFO O| Dec 20 21:57:50.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8403 | 2024-12-20T21:57:50.929Z | [ recovery-image] Dec 20 21:57:50.023 INFO O| Dec 20 21:57:50.022 INFO STEP 77 (remove_files) COMPLETE |
8404 | 2024-12-20T21:57:50.929Z | [ recovery-image] Dec 20 21:57:50.023 INFO O| Dec 20 21:57:50.023 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8405 | 2024-12-20T21:57:50.972Z | [ recovery-image] Dec 20 21:57:50.068 INFO O| Dec 20 21:57:50.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8406 | 2024-12-20T21:57:50.972Z | [ recovery-image] Dec 20 21:57:50.068 INFO O| Dec 20 21:57:50.068 INFO STEP 78 (remove_files) COMPLETE |
8407 | 2024-12-20T21:57:50.972Z | [ recovery-image] Dec 20 21:57:50.069 INFO O| Dec 20 21:57:50.068 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8408 | 2024-12-20T21:57:51.013Z | [ recovery-image] Dec 20 21:57:50.110 INFO O| Dec 20 21:57:50.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8409 | 2024-12-20T21:57:51.013Z | [ recovery-image] Dec 20 21:57:50.110 INFO O| Dec 20 21:57:50.110 INFO STEP 79 (remove_files) COMPLETE |
8410 | 2024-12-20T21:57:51.016Z | [ recovery-image] Dec 20 21:57:50.110 INFO O| Dec 20 21:57:50.110 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8411 | 2024-12-20T21:57:51.045Z | [ recovery-image] Dec 20 21:57:50.141 INFO O| Dec 20 21:57:50.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8412 | 2024-12-20T21:57:51.045Z | [ recovery-image] Dec 20 21:57:50.141 INFO O| Dec 20 21:57:50.141 INFO STEP 80 (remove_files) COMPLETE |
8413 | 2024-12-20T21:57:51.047Z | [ recovery-image] Dec 20 21:57:50.141 INFO O| Dec 20 21:57:50.141 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8414 | 2024-12-20T21:57:51.065Z | [ recovery-image] Dec 20 21:57:50.162 INFO O| Dec 20 21:57:50.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8415 | 2024-12-20T21:57:51.065Z | [ recovery-image] Dec 20 21:57:50.162 INFO O| Dec 20 21:57:50.162 INFO STEP 81 (remove_files) COMPLETE |
8416 | 2024-12-20T21:57:51.065Z | [ recovery-image] Dec 20 21:57:50.162 INFO O| Dec 20 21:57:50.162 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8417 | 2024-12-20T21:57:51.084Z | [ recovery-image] Dec 20 21:57:50.180 INFO O| Dec 20 21:57:50.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8418 | 2024-12-20T21:57:51.084Z | [ recovery-image] Dec 20 21:57:50.180 INFO O| Dec 20 21:57:50.180 INFO STEP 82 (remove_files) COMPLETE |
8419 | 2024-12-20T21:57:51.084Z | [ recovery-image] Dec 20 21:57:50.180 INFO O| Dec 20 21:57:50.180 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8420 | 2024-12-20T21:57:51.120Z | [ recovery-image] Dec 20 21:57:50.216 INFO O| Dec 20 21:57:50.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8421 | 2024-12-20T21:57:51.120Z | [ recovery-image] Dec 20 21:57:50.216 INFO O| Dec 20 21:57:50.216 INFO STEP 83 (remove_files) COMPLETE |
8422 | 2024-12-20T21:57:51.120Z | [ recovery-image] Dec 20 21:57:50.216 INFO O| Dec 20 21:57:50.216 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8423 | 2024-12-20T21:57:51.141Z | [ recovery-image] Dec 20 21:57:50.237 INFO O| Dec 20 21:57:50.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8424 | 2024-12-20T21:57:51.141Z | [ recovery-image] Dec 20 21:57:50.237 INFO O| Dec 20 21:57:50.237 INFO STEP 84 (remove_files) COMPLETE |
8425 | 2024-12-20T21:57:51.141Z | [ recovery-image] Dec 20 21:57:50.237 INFO O| Dec 20 21:57:50.237 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8426 | 2024-12-20T21:57:51.177Z | [ recovery-image] Dec 20 21:57:50.274 INFO O| Dec 20 21:57:50.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8427 | 2024-12-20T21:57:51.177Z | [ recovery-image] Dec 20 21:57:50.274 INFO O| Dec 20 21:57:50.274 INFO STEP 85 (remove_files) COMPLETE |
8428 | 2024-12-20T21:57:51.180Z | [ recovery-image] Dec 20 21:57:50.274 INFO O| Dec 20 21:57:50.274 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8429 | 2024-12-20T21:57:51.198Z | [ recovery-image] Dec 20 21:57:50.294 INFO O| Dec 20 21:57:50.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8430 | 2024-12-20T21:57:51.198Z | [ recovery-image] Dec 20 21:57:50.295 INFO O| Dec 20 21:57:50.295 INFO STEP 86 (remove_files) COMPLETE |
8431 | 2024-12-20T21:57:51.198Z | [ recovery-image] Dec 20 21:57:50.295 INFO O| Dec 20 21:57:50.295 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8432 | 2024-12-20T21:57:51.235Z | [ recovery-image] Dec 20 21:57:50.329 INFO O| Dec 20 21:57:50.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8433 | 2024-12-20T21:57:51.235Z | [ recovery-image] Dec 20 21:57:50.329 INFO O| Dec 20 21:57:50.329 INFO STEP 87 (remove_files) COMPLETE |
8434 | 2024-12-20T21:57:51.235Z | [ recovery-image] Dec 20 21:57:50.329 INFO O| Dec 20 21:57:50.329 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8435 | 2024-12-20T21:57:51.290Z | [ recovery-image] Dec 20 21:57:50.386 INFO O| Dec 20 21:57:50.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8436 | 2024-12-20T21:57:51.290Z | [ recovery-image] Dec 20 21:57:50.386 INFO O| Dec 20 21:57:50.386 INFO STEP 88 (remove_files) COMPLETE |
8437 | 2024-12-20T21:57:51.290Z | [ recovery-image] Dec 20 21:57:50.386 INFO O| Dec 20 21:57:50.386 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8438 | 2024-12-20T21:57:51.308Z | [ recovery-image] Dec 20 21:57:50.405 INFO O| Dec 20 21:57:50.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8439 | 2024-12-20T21:57:51.308Z | [ recovery-image] Dec 20 21:57:50.405 INFO O| Dec 20 21:57:50.405 INFO STEP 89 (remove_files) COMPLETE |
8440 | 2024-12-20T21:57:51.311Z | [ recovery-image] Dec 20 21:57:50.405 INFO O| Dec 20 21:57:50.405 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8441 | 2024-12-20T21:57:51.326Z | [ recovery-image] Dec 20 21:57:50.423 INFO O| Dec 20 21:57:50.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8442 | 2024-12-20T21:57:51.326Z | [ recovery-image] Dec 20 21:57:50.423 INFO O| Dec 20 21:57:50.423 INFO STEP 90 (remove_files) COMPLETE |
8443 | 2024-12-20T21:57:51.328Z | [ recovery-image] Dec 20 21:57:50.423 INFO O| Dec 20 21:57:50.423 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8444 | 2024-12-20T21:57:51.346Z | [ recovery-image] Dec 20 21:57:50.442 INFO O| Dec 20 21:57:50.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8445 | 2024-12-20T21:57:51.346Z | [ recovery-image] Dec 20 21:57:50.442 INFO O| Dec 20 21:57:50.442 INFO STEP 91 (remove_files) COMPLETE |
8446 | 2024-12-20T21:57:51.346Z | [ recovery-image] Dec 20 21:57:50.442 INFO O| Dec 20 21:57:50.442 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8447 | 2024-12-20T21:57:51.359Z | [ host-image] Dec 20 21:57:50.456 INFO O| Dec 20 21:57:50.455 INFO O| Planning: Solver setup ... Done |
8448 | 2024-12-20T21:57:51.365Z | [ host-image] Dec 20 21:57:50.462 INFO O| Dec 20 21:57:50.462 INFO O| Planning: Running solver ... Done |
8449 | 2024-12-20T21:57:51.402Z | [ recovery-image] Dec 20 21:57:50.498 INFO O| Dec 20 21:57:50.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8450 | 2024-12-20T21:57:51.402Z | [ recovery-image] Dec 20 21:57:50.498 INFO O| Dec 20 21:57:50.498 INFO STEP 92 (remove_files) COMPLETE |
8451 | 2024-12-20T21:57:51.405Z | [ recovery-image] Dec 20 21:57:50.498 INFO O| Dec 20 21:57:50.498 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8452 | 2024-12-20T21:57:51.429Z | [ recovery-image] Dec 20 21:57:50.525 INFO O| Dec 20 21:57:50.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8453 | 2024-12-20T21:57:51.429Z | [ recovery-image] Dec 20 21:57:50.526 INFO O| Dec 20 21:57:50.525 INFO STEP 93 (remove_files) COMPLETE |
8454 | 2024-12-20T21:57:51.429Z | [ recovery-image] Dec 20 21:57:50.526 INFO O| Dec 20 21:57:50.526 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8455 | 2024-12-20T21:57:51.449Z | [ recovery-image] Dec 20 21:57:50.546 INFO O| Dec 20 21:57:50.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8456 | 2024-12-20T21:57:51.449Z | [ recovery-image] Dec 20 21:57:50.546 INFO O| Dec 20 21:57:50.545 INFO STEP 94 (remove_files) COMPLETE |
8457 | 2024-12-20T21:57:51.449Z | [ recovery-image] Dec 20 21:57:50.546 INFO O| Dec 20 21:57:50.546 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8458 | 2024-12-20T21:57:51.464Z | [ host-image] Dec 20 21:57:50.560 INFO O| Dec 20 21:57:50.560 INFO O| Planning: Finding local manifests ... Done |
8459 | 2024-12-20T21:57:51.467Z | [ host-image] Dec 20 21:57:50.562 INFO O| Dec 20 21:57:50.562 INFO O| Planning: Fetching manifests: 0/6 0% complete |
8460 | 2024-12-20T21:57:51.477Z | [ recovery-image] Dec 20 21:57:50.574 INFO O| Dec 20 21:57:50.574 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8461 | 2024-12-20T21:57:51.480Z | [ recovery-image] Dec 20 21:57:50.574 INFO O| Dec 20 21:57:50.574 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8462 | 2024-12-20T21:57:51.872Z | [ host-image] Dec 20 21:57:50.968 INFO O| Dec 20 21:57:50.968 INFO O| Planning: Fetching manifests: 6/6 100% complete |
8463 | 2024-12-20T21:57:51.931Z | [ host-image] Dec 20 21:57:51.027 INFO O| Dec 20 21:57:51.027 INFO O| Planning: Package planning ... Done |
8464 | 2024-12-20T21:57:51.970Z | [ host-image] Dec 20 21:57:51.066 INFO O| Dec 20 21:57:51.066 INFO O| Planning: Merging actions ... Done |
8465 | 2024-12-20T21:57:52.146Z | [ host-image] Dec 20 21:57:51.242 INFO O| Dec 20 21:57:51.242 INFO O| Planning: Checking for conflicting actions ... Done |
8466 | 2024-12-20T21:57:52.153Z | [ host-image] Dec 20 21:57:51.250 INFO O| Dec 20 21:57:51.250 INFO O| Planning: Consolidating action changes ... Done |
8467 | 2024-12-20T21:57:52.588Z | [ host-image] Dec 20 21:57:51.684 INFO O| Dec 20 21:57:51.684 INFO O| Planning: Evaluating mediators ... Done |
8468 | 2024-12-20T21:57:52.593Z | [ host-image] Dec 20 21:57:51.689 INFO O| Dec 20 21:57:51.689 INFO O| Planning: Planning completed in 6.06 seconds |
8469 | 2024-12-20T21:57:52.607Z | [ host-image] Dec 20 21:57:51.692 INFO O| Dec 20 21:57:51.692 INFO O| Packages to install: 6 |
8470 | 2024-12-20T21:57:52.607Z | [ host-image] Dec 20 21:57:51.692 INFO O| Dec 20 21:57:51.692 INFO O| Mediators to change: 1 |
8471 | 2024-12-20T21:57:52.607Z | [ host-image] Dec 20 21:57:51.692 INFO O| Dec 20 21:57:51.692 INFO O| Services to change: 1 |
8472 | 2024-12-20T21:57:52.646Z | [ host-image] Dec 20 21:57:51.742 INFO O| Dec 20 21:57:51.742 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
8473 | 2024-12-20T21:57:57.878Z | [ host-image] Dec 20 21:57:56.974 INFO O| Dec 20 21:57:56.973 INFO O| Download: 248/1140 items 1.8/8.4MB 21% complete (325k/s) |
8474 | 2024-12-20T21:58:02.885Z | [ host-image] Dec 20 21:58:01.980 INFO O| Dec 20 21:58:01.980 INFO O| Download: 840/1140 items 3.2/8.4MB 38% complete (324k/s) |
8475 | 2024-12-20T21:58:06.581Z | [ host-image] Dec 20 21:58:05.676 INFO O| Dec 20 21:58:05.676 INFO O| Download: Completed 8.42 MB in 13.93 seconds (618k/s) |
8476 | 2024-12-20T21:58:06.876Z | [ host-image] Dec 20 21:58:05.971 INFO O| Dec 20 21:58:05.971 INFO O| Actions: 1/1361 actions (Installing new actions) |
8477 | 2024-12-20T21:58:07.613Z | [ host-image] Dec 20 21:58:06.708 INFO O| Dec 20 21:58:06.708 INFO O| Actions: Completed 1361 actions in 0.74 seconds. |
8478 | 2024-12-20T21:58:08.339Z | [ host-image] Dec 20 21:58:07.434 INFO O| Dec 20 21:58:07.434 INFO O| Done |
8479 | 2024-12-20T21:58:08.341Z | [ host-image] Dec 20 21:58:07.434 INFO O| Dec 20 21:58:07.434 INFO O| Done |
8480 | 2024-12-20T21:58:08.640Z | [ recovery-image] Dec 20 21:58:07.735 INFO O| Dec 20 21:58:07.735 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 |
8481 | 2024-12-20T21:58:08.640Z | [ recovery-image] Dec 20 21:58:07.735 INFO O| Dec 20 21:58:07.735 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8482 | 2024-12-20T21:58:08.665Z | [ recovery-image] Dec 20 21:58:07.760 INFO O| Dec 20 21:58:07.760 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_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
8483 | 2024-12-20T21:58:08.870Z | [ recovery-image] Dec 20 21:58:07.964 INFO O| Dec 20 21:58:07.964 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8484 | 2024-12-20T21:58:08.870Z | [ recovery-image] Dec 20 21:58:07.965 INFO O| Dec 20 21:58:07.964 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 ... |
8485 | 2024-12-20T21:58:08.872Z | [ recovery-image] Dec 20 21:58:07.967 INFO O| Dec 20 21:58:07.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8486 | 2024-12-20T21:58:08.872Z | [ recovery-image] Dec 20 21:58:07.967 INFO O| Dec 20 21:58:07.967 INFO ok! |
8487 | 2024-12-20T21:58:08.872Z | [ recovery-image] Dec 20 21:58:07.967 INFO O| Dec 20 21:58:07.967 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8488 | 2024-12-20T21:58:08.872Z | [ recovery-image] Dec 20 21:58:07.967 INFO O| Dec 20 21:58:07.967 INFO STEP 95 (seed_smf) COMPLETE |
8489 | 2024-12-20T21:58:08.872Z | [ recovery-image] Dec 20 21:58:07.967 INFO O| Dec 20 21:58:07.967 INFO steps complete; finalising image! |
8490 | 2024-12-20T21:58:08.875Z | [ recovery-image] Dec 20 21:58:07.967 INFO O| Dec 20 21:58:07.967 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8491 | 2024-12-20T21:58:09.025Z | [ recovery-image] Dec 20 21:58:08.119 INFO O| Dec 20 21:58:08.119 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 20 21:58:07 2024) |
8492 | 2024-12-20T21:58:09.237Z | [ recovery-image] Dec 20 21:58:08.332 INFO O| Dec 20 21:58:08.332 INFO trim TEMPORARY-gimlet-zfs-recovery: (57% trimmed, started at Fri Dec 20 21:58:07 2024) |
8493 | 2024-12-20T21:58:09.471Z | [ recovery-image] Dec 20 21:58:08.565 INFO O| Dec 20 21:58:08.565 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Fri Dec 20 21:58:07 2024) |
8494 | 2024-12-20T21:58:09.709Z | [ recovery-image] Dec 20 21:58:08.804 INFO O| Dec 20 21:58:08.804 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8495 | 2024-12-20T21:58:09.709Z | [ recovery-image] Dec 20 21:58:08.804 INFO O| Dec 20 21:58:08.804 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8496 | 2024-12-20T21:58:09.868Z | [ host-image] Dec 20 21:58:08.963 INFO O| Dec 20 21:58:08.963 INFO O| Done |
8497 | 2024-12-20T21:58:10.507Z | [ recovery-image] Dec 20 21:58:09.602 INFO O| Dec 20 21:58:09.602 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 |
8498 | 2024-12-20T21:58:10.507Z | [ recovery-image] Dec 20 21:58:09.602 INFO O| Dec 20 21:58:09.602 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8499 | 2024-12-20T21:58:12.595Z | [ host-image] Dec 20 21:58:11.689 INFO O| Dec 20 21:58:11.689 INFO O| Done |
8500 | 2024-12-20T21:58:12.636Z | [ host-image] Dec 20 21:58:11.730 INFO O| Dec 20 21:58:11.730 INFO O| Done |
8501 | 2024-12-20T21:58:12.638Z | [ host-image] Dec 20 21:58:11.730 INFO O| Dec 20 21:58:11.730 INFO O| Done |
8502 | 2024-12-20T21:58:12.710Z | [ host-image] Dec 20 21:58:11.804 INFO O| Dec 20 21:58:11.804 INFO O| Done |
8503 | 2024-12-20T21:58:12.943Z | [ host-image] Dec 20 21:58:12.037 INFO O| Dec 20 21:58:12.037 INFO STEP 13 (pkg_install) COMPLETE |
8504 | 2024-12-20T21:58:12.943Z | [ host-image] Dec 20 21:58:12.037 INFO O| Dec 20 21:58:12.037 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8505 | 2024-12-20T21:58:12.961Z | [ host-image] Dec 20 21:58:12.056 INFO O| Dec 20 21:58:12.056 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
8506 | 2024-12-20T21:58:13.884Z | [ host-image] Dec 20 21:58:12.978 INFO O| Dec 20 21:58:12.978 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8507 | 2024-12-20T21:58:16.363Z | [ recovery-image] Dec 20 21:58:15.457 INFO O| Dec 20 21:58:15.457 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8508 | 2024-12-20T21:58:16.363Z | [ recovery-image] Dec 20 21:58:15.458 INFO O| Dec 20 21:58:15.458 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8509 | 2024-12-20T21:58:16.366Z | [ recovery-image] Dec 20 21:58:15.458 INFO O| Dec 20 21:58:15.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8510 | 2024-12-20T21:58:16.366Z | [ recovery-image] Dec 20 21:58:15.458 INFO O| Dec 20 21:58:15.458 INFO completed processing gimlet/zfs-recovery |
8511 | 2024-12-20T21:58:16.366Z | [ recovery-image] Dec 20 21:58:15.458 INFO O| Dec 20 21:58:15.458 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8512 | 2024-12-20T21:58:16.661Z | [ recovery-image] Dec 20 21:58:15.756 INFO O| Dec 20 21:58:15.755 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8513 | 2024-12-20T21:58:16.788Z | [ recovery-image] Dec 20 21:58:15.882 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8514 | 2024-12-20T21:58:16.791Z | [ recovery-image] Dec 20 21:58:15.883 INFO expanded image name: "recovery f0c692d/${os_short_commit} 2024-12-20 21:24" -> "recovery f0c692d/37a4469 2024-12-20 21:24" |
8515 | 2024-12-20T21:58:16.791Z | [ recovery-image] Dec 20 21:58:15.883 INFO output artefacts stored in: "/work/os-recovery" |
8516 | 2024-12-20T21:58:16.791Z | [ recovery-image] Dec 20 21:58:15.883 INFO collecting git info from project "amd-host-image-builder"... |
8517 | 2024-12-20T21:58:17.390Z | [ recovery-image] Dec 20 21:58:16.484 INFO collecting git info from project "bootserver"... |
8518 | 2024-12-20T21:58:17.399Z | [ recovery-image] Dec 20 21:58:16.493 INFO collecting git info from project "amd-firmware"... |
8519 | 2024-12-20T21:58:17.983Z | [ recovery-image] Dec 20 21:58:17.078 INFO collecting git info from project "chelsio-t6-roms"... |
8520 | 2024-12-20T21:58:18.019Z | [ recovery-image] Dec 20 21:58:17.113 INFO collecting git info from project "pilot"... |
8521 | 2024-12-20T21:58:18.046Z | [ recovery-image] Dec 20 21:58:17.140 INFO collecting git info from project "image-builder"... |
8522 | 2024-12-20T21:58:18.058Z | [ recovery-image] Dec 20 21:58:17.152 INFO collecting git info from project "pinprick"... |
8523 | 2024-12-20T21:58:18.067Z | [ recovery-image] Dec 20 21:58:17.161 INFO collecting git info from project "phbl"... |
8524 | 2024-12-20T21:58:18.079Z | [ recovery-image] Dec 20 21:58:17.173 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8525 | 2024-12-20T21:58:18.199Z | [ host-image] Dec 20 21:58:17.293 INFO O| Dec 20 21:58:17.293 INFO O| Planning: Solver setup ... Done |
8526 | 2024-12-20T21:58:18.223Z | [ host-image] Dec 20 21:58:17.317 INFO O| Dec 20 21:58:17.317 INFO O| Planning: Running solver ... Done |
8527 | 2024-12-20T21:58:18.326Z | [ host-image] Dec 20 21:58:17.420 INFO O| Dec 20 21:58:17.420 INFO O| Planning: Finding local manifests ... Done |
8528 | 2024-12-20T21:58:18.329Z | [ host-image] Dec 20 21:58:17.421 INFO O| Dec 20 21:58:17.421 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8529 | 2024-12-20T21:58:18.510Z | [ host-image] Dec 20 21:58:17.604 INFO O| Dec 20 21:58:17.604 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8530 | 2024-12-20T21:58:18.540Z | [ host-image] Dec 20 21:58:17.634 INFO O| Dec 20 21:58:17.634 INFO O| Planning: Package planning ... Done |
8531 | 2024-12-20T21:58:18.542Z | [ host-image] Dec 20 21:58:17.634 INFO O| Dec 20 21:58:17.634 INFO O| Planning: Merging actions ... Done |
8532 | 2024-12-20T21:58:18.654Z | [ host-image] Dec 20 21:58:17.748 INFO O| Dec 20 21:58:17.748 INFO O| Planning: Checking for conflicting actions ... Done |
8533 | 2024-12-20T21:58:18.656Z | [ host-image] Dec 20 21:58:17.748 INFO O| Dec 20 21:58:17.748 INFO O| Planning: Consolidating action changes ... Done |
8534 | 2024-12-20T21:58:19.050Z | [ host-image] Dec 20 21:58:18.144 INFO O| Dec 20 21:58:18.144 INFO O| Planning: Evaluating mediators ... Done |
8535 | 2024-12-20T21:58:19.052Z | [ host-image] Dec 20 21:58:18.145 INFO O| Dec 20 21:58:18.145 INFO O| Planning: Planning completed in 5.17 seconds |
8536 | 2024-12-20T21:58:19.055Z | [ host-image] Dec 20 21:58:18.147 INFO O| Dec 20 21:58:18.147 INFO O| Packages to install: 1 |
8537 | 2024-12-20T21:58:19.074Z | [ host-image] Dec 20 21:58:18.168 INFO O| Dec 20 21:58:18.168 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
8538 | 2024-12-20T21:58:19.204Z | [ recovery-image] Dec 20 21:58:18.298 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8539 | 2024-12-20T21:58:19.695Z | [ host-image] Dec 20 21:58:18.789 INFO O| Dec 20 21:58:18.789 INFO O| Download: Completed 9.99 MB in 0.62 seconds (16.1M/s) |
8540 | 2024-12-20T21:58:19.794Z | [ host-image] Dec 20 21:58:18.888 INFO O| Dec 20 21:58:18.888 INFO O| Actions: 1/22 actions (Installing new actions) |
8541 | 2024-12-20T21:58:19.921Z | [ recovery-image] Dec 20 21:58:19.015 INFO creating Oxide boot image... |
8542 | 2024-12-20T21:58:19.921Z | [ recovery-image] Dec 20 21:58:19.015 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery f0c692d/37a4469 2024-12-20 21:24", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8543 | 2024-12-20T21:58:20.206Z | [ host-image] Dec 20 21:58:19.300 INFO O| Dec 20 21:58:19.300 INFO O| Actions: Completed 22 actions in 0.41 seconds. |
8544 | 2024-12-20T21:58:20.828Z | [ host-image] Dec 20 21:58:19.921 INFO O| Dec 20 21:58:19.921 INFO O| Done |
8545 | 2024-12-20T21:58:20.828Z | [ host-image] Dec 20 21:58:19.921 INFO O| Dec 20 21:58:19.921 INFO O| Done |
8546 | 2024-12-20T21:58:22.199Z | [ host-image] Dec 20 21:58:21.292 INFO O| Dec 20 21:58:21.292 INFO O| Done |
8547 | 2024-12-20T21:58:24.951Z | [ host-image] Dec 20 21:58:24.044 INFO O| Dec 20 21:58:24.044 INFO O| Done |
8548 | 2024-12-20T21:58:24.991Z | [ host-image] Dec 20 21:58:24.084 INFO O| Dec 20 21:58:24.084 INFO O| Done |
8549 | 2024-12-20T21:58:24.991Z | [ host-image] Dec 20 21:58:24.084 INFO O| Dec 20 21:58:24.084 INFO O| Done |
8550 | 2024-12-20T21:58:25.009Z | [ host-image] Dec 20 21:58:24.102 INFO O| Dec 20 21:58:24.102 INFO O| Done |
8551 | 2024-12-20T21:58:25.167Z | [ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO STEP 14 (pkg_install) COMPLETE |
8552 | 2024-12-20T21:58:25.167Z | [ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8553 | 2024-12-20T21:58:25.167Z | [ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO skip step because feature "mfg" is not enabled |
8554 | 2024-12-20T21:58:25.171Z | [ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8555 | 2024-12-20T21:58:25.171Z | [ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO skip step because feature "compliance" is not enabled |
8556 | 2024-12-20T21:58:25.171Z | [ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8557 | 2024-12-20T21:58:25.171Z | [ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO skip step because feature "stress" is not enabled |
8558 | 2024-12-20T21:58:25.171Z | [ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8559 | 2024-12-20T21:58:25.171Z | [ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO skip step because feature "nfs" is not enabled |
8560 | 2024-12-20T21:58:25.171Z | [ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8561 | 2024-12-20T21:58:25.171Z | [ host-image] Dec 20 21:58:24.259 INFO O| Dec 20 21:58:24.259 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8562 | 2024-12-20T21:58:25.313Z | [ host-image] Dec 20 21:58:24.407 INFO O| Dec 20 21:58:24.407 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8563 | 2024-12-20T21:58:25.417Z | [ host-image] Dec 20 21:58:24.511 INFO O| Dec 20 21:58:24.510 INFO completed processing gimlet/ramdisk-01-os |
8564 | 2024-12-20T21:58:25.421Z | [ host-image] Dec 20 21:58:24.513 INFO omicron1 baseline generation... |
8565 | 2024-12-20T21:58:25.424Z | [ host-image] Dec 20 21:58:24.513 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8566 | 2024-12-20T21:58:26.058Z | [ host-image] Dec 20 21:58:25.151 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
8567 | 2024-12-20T21:59:25.210Z | [ recovery-image] Dec 20 21:59:24.297 INFO O| ok, image written! |
8568 | 2024-12-20T21:59:25.210Z | [ recovery-image] Dec 20 21:59:24.297 INFO O| ok, boot_image_csum file written! |
8569 | 2024-12-20T21:59:25.216Z | [ recovery-image] Dec 20 21:59:24.304 INFO creating boot archive (CPIO)... |
8570 | 2024-12-20T21:59:25.219Z | [ recovery-image] Dec 20 21:59:24.304 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 |
8571 | 2024-12-20T21:59:25.236Z | [ recovery-image] Dec 20 21:59:24.324 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8572 | 2024-12-20T21:59:25.236Z | [ recovery-image] Dec 20 21:59:24.324 INFO E| + outfile=/work/os-recovery/cpio |
8573 | 2024-12-20T21:59:25.239Z | [ recovery-image] Dec 20 21:59:24.324 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8574 | 2024-12-20T21:59:25.242Z | [ recovery-image] Dec 20 21:59:24.327 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8575 | 2024-12-20T21:59:25.242Z | [ recovery-image] Dec 20 21:59:24.327 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8576 | 2024-12-20T21:59:25.287Z | [ recovery-image] Dec 20 21:59:24.375 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8577 | 2024-12-20T21:59:25.287Z | [ recovery-image] Dec 20 21:59:24.375 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8578 | 2024-12-20T21:59:25.298Z | [ recovery-image] Dec 20 21:59:24.386 INFO creating compressed cpio/unix for nanobl-rs... |
8579 | 2024-12-20T21:59:25.298Z | [ recovery-image] Dec 20 21:59:24.386 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 |
8580 | 2024-12-20T21:59:25.782Z | [ recovery-image] Dec 20 21:59:24.870 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8581 | 2024-12-20T21:59:32.306Z | [ recovery-image] Dec 20 21:59:31.393 INFO creating reset image... |
8582 | 2024-12-20T21:59:32.306Z | [ recovery-image] Dec 20 21:59:31.393 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8583 | 2024-12-20T21:59:33.053Z | [ recovery-image] Dec 20 21:59:32.126 INFO E| Updating crates.io index |
8584 | 2024-12-20T21:59:33.498Z | [ recovery-image] Dec 20 21:59:32.568 INFO E| Downloading crates ... |
8585 | 2024-12-20T21:59:33.623Z | [ recovery-image] Dec 20 21:59:32.710 INFO E| Downloaded duct v0.13.7 |
8586 | 2024-12-20T21:59:33.627Z | [ recovery-image] Dec 20 21:59:32.714 INFO E| Downloaded clap_derive v4.5.13 |
8587 | 2024-12-20T21:59:33.631Z | [ recovery-image] Dec 20 21:59:32.717 INFO E| Downloaded os_pipe v1.2.1 |
8588 | 2024-12-20T21:59:33.640Z | [ recovery-image] Dec 20 21:59:32.719 INFO E| Downloaded shared_child v1.0.1 |
8589 | 2024-12-20T21:59:33.649Z | [ recovery-image] Dec 20 21:59:32.735 INFO E| Downloaded clap v4.5.17 |
8590 | 2024-12-20T21:59:33.678Z | [ recovery-image] Dec 20 21:59:32.759 INFO E| Downloaded syn v2.0.77 |
8591 | 2024-12-20T21:59:33.719Z | [ recovery-image] Dec 20 21:59:32.799 INFO E| Downloaded clap_builder v4.5.17 |
8592 | 2024-12-20T21:59:33.784Z | [ recovery-image] Dec 20 21:59:32.870 INFO E| Downloaded libc v0.2.158 |
8593 | 2024-12-20T21:59:33.934Z | [ recovery-image] Dec 20 21:59:33.021 INFO E| Compiling proc-macro2 v1.0.86 |
8594 | 2024-12-20T21:59:34.035Z | [ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling libc v0.2.158 |
8595 | 2024-12-20T21:59:34.037Z | [ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling unicode-ident v1.0.13 |
8596 | 2024-12-20T21:59:34.037Z | [ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling utf8parse v0.2.2 |
8597 | 2024-12-20T21:59:34.037Z | [ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8598 | 2024-12-20T21:59:34.037Z | [ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling anstyle-query v1.1.1 |
8599 | 2024-12-20T21:59:34.037Z | [ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling colorchoice v1.0.2 |
8600 | 2024-12-20T21:59:34.037Z | [ recovery-image] Dec 20 21:59:33.122 INFO E| Compiling anstyle v1.0.8 |
8601 | 2024-12-20T21:59:34.648Z | [ recovery-image] Dec 20 21:59:33.735 INFO E| Compiling anstyle-parse v0.2.5 |
8602 | 2024-12-20T21:59:34.826Z | [ recovery-image] Dec 20 21:59:33.913 INFO E| Compiling strsim v0.11.1 |
8603 | 2024-12-20T21:59:35.158Z | [ recovery-image] Dec 20 21:59:34.244 INFO E| Compiling heck v0.5.0 |
8604 | 2024-12-20T21:59:35.187Z | [ recovery-image] Dec 20 21:59:34.274 INFO E| Compiling clap_lex v0.7.2 |
8605 | 2024-12-20T21:59:35.254Z | [ recovery-image] Dec 20 21:59:34.339 INFO E| Compiling anstream v0.6.15 |
8606 | 2024-12-20T21:59:35.454Z | [ recovery-image] Dec 20 21:59:34.541 INFO E| Compiling once_cell v1.19.0 |
8607 | 2024-12-20T21:59:36.125Z | [ recovery-image] Dec 20 21:59:35.212 INFO E| Compiling clap_builder v4.5.17 |
8608 | 2024-12-20T21:59:36.780Z | [ recovery-image] Dec 20 21:59:35.867 INFO E| Compiling os_pipe v1.2.1 |
8609 | 2024-12-20T21:59:36.783Z | [ recovery-image] Dec 20 21:59:35.867 INFO E| Compiling shared_child v1.0.1 |
8610 | 2024-12-20T21:59:37.453Z | [ recovery-image] Dec 20 21:59:36.071 INFO E| Compiling duct v0.13.7 |
8611 | 2024-12-20T21:59:37.475Z | [ recovery-image] Dec 20 21:59:36.205 INFO E| Compiling quote v1.0.37 |
8612 | 2024-12-20T21:59:37.663Z | [ recovery-image] Dec 20 21:59:36.750 INFO E| Compiling syn v2.0.77 |
8613 | 2024-12-20T21:59:46.846Z | [ recovery-image] Dec 20 21:59:45.932 INFO E| Compiling clap_derive v4.5.13 |
8614 | 2024-12-20T21:59:50.515Z | [ recovery-image] Dec 20 21:59:49.601 INFO E| Compiling clap v4.5.17 |
8615 | 2024-12-20T21:59:50.603Z | [ recovery-image] Dec 20 21:59:49.689 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8616 | 2024-12-20T21:59:52.351Z | [ recovery-image] Dec 20 21:59:51.436 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.85s |
8617 | 2024-12-20T21:59:52.365Z | [ recovery-image] Dec 20 21:59:51.451 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8618 | 2024-12-20T21:59:52.552Z | [ recovery-image] Dec 20 21:59:51.638 INFO E| Updating crates.io index |
8619 | 2024-12-20T21:59:52.626Z | [ recovery-image] Dec 20 21:59:51.712 INFO E| Downloading crates ... |
8620 | 2024-12-20T21:59:52.694Z | [ recovery-image] Dec 20 21:59:51.780 INFO E| Downloaded bit_field v0.10.2 |
8621 | 2024-12-20T21:59:52.697Z | [ recovery-image] Dec 20 21:59:51.782 INFO E| Downloaded bitstruct v0.1.1 |
8622 | 2024-12-20T21:59:52.711Z | [ recovery-image] Dec 20 21:59:51.797 INFO E| Downloaded bitstruct_derive v0.1.0 |
8623 | 2024-12-20T21:59:52.716Z | [ recovery-image] Dec 20 21:59:51.801 INFO E| Downloaded seq-macro v0.3.5 |
8624 | 2024-12-20T21:59:52.718Z | [ recovery-image] Dec 20 21:59:51.804 INFO E| Downloaded cpio_reader v0.1.1 |
8625 | 2024-12-20T21:59:52.738Z | [ recovery-image] Dec 20 21:59:51.823 INFO E| Downloaded raw-cpuid v10.7.0 |
8626 | 2024-12-20T21:59:52.745Z | [ recovery-image] Dec 20 21:59:51.831 INFO E| Downloaded syn v2.0.85 |
8627 | 2024-12-20T21:59:52.879Z | [ recovery-image] Dec 20 21:59:51.965 INFO E| Downloaded x86 v0.52.0 |
8628 | 2024-12-20T21:59:52.962Z | [ recovery-image] Dec 20 21:59:52.047 INFO E| Updating crates.io index |
8629 | 2024-12-20T21:59:53.030Z | [ recovery-image] Dec 20 21:59:52.116 INFO E| Downloading crates ... |
8630 | 2024-12-20T21:59:53.111Z | [ recovery-image] Dec 20 21:59:52.196 INFO E| Downloaded hashbrown v0.15.0 |
8631 | 2024-12-20T21:59:53.125Z | [ recovery-image] Dec 20 21:59:52.211 INFO E| Downloaded compiler_builtins v0.1.134 |
8632 | 2024-12-20T21:59:53.223Z | [ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling compiler_builtins v0.1.134 |
8633 | 2024-12-20T21:59:53.223Z | [ recovery-image] Dec 20 21:59:52.309 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) |
8634 | 2024-12-20T21:59:53.226Z | [ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling proc-macro2 v1.0.89 |
8635 | 2024-12-20T21:59:53.226Z | [ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling unicode-ident v1.0.13 |
8636 | 2024-12-20T21:59:53.226Z | [ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling syn v1.0.109 |
8637 | 2024-12-20T21:59:53.226Z | [ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling x86 v0.52.0 |
8638 | 2024-12-20T21:59:53.226Z | [ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8639 | 2024-12-20T21:59:53.226Z | [ recovery-image] Dec 20 21:59:52.309 INFO E| Compiling seq-macro v0.3.5 |
8640 | 2024-12-20T21:59:55.063Z | [ recovery-image] Dec 20 21:59:54.148 INFO E| Compiling quote v1.0.37 |
8641 | 2024-12-20T21:59:55.464Z | [ recovery-image] Dec 20 21:59:54.549 INFO E| Compiling syn v2.0.85 |
8642 | 2024-12-20T22:00:00.524Z | [ recovery-image] Dec 20 21:59:59.609 INFO E| Compiling scroll_derive v0.12.0 |
8643 | 2024-12-20T22:00:01.729Z | [ host-image] Dec 20 22:00:00.814 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8644 | 2024-12-20T22:00:01.732Z | [ host-image] Dec 20 22:00:00.814 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8645 | 2024-12-20T22:00:01.732Z | [ host-image] Dec 20 22:00:00.814 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8646 | 2024-12-20T22:00:01.733Z | [ host-image] Dec 20 22:00:00.815 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8647 | 2024-12-20T22:00:01.733Z | [ host-image] Dec 20 22:00:00.815 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8648 | 2024-12-20T22:00:01.733Z | [ host-image] Dec 20 22:00:00.815 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8649 | 2024-12-20T22:00:01.733Z | [ host-image] Dec 20 22:00:00.816 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8650 | 2024-12-20T22:00:01.733Z | [ host-image] Dec 20 22:00:00.817 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8651 | 2024-12-20T22:00:01.733Z | [ host-image] Dec 20 22:00:00.817 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8652 | 2024-12-20T22:00:01.733Z | [ host-image] Dec 20 22:00:00.817 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8653 | 2024-12-20T22:00:01.733Z | [ host-image] Dec 20 22:00:00.817 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8654 | 2024-12-20T22:00:01.736Z | [ host-image] Dec 20 22:00:00.820 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8655 | 2024-12-20T22:00:01.738Z | [ host-image] Dec 20 22:00:00.821 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8656 | 2024-12-20T22:00:01.738Z | [ host-image] Dec 20 22:00:00.822 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8657 | 2024-12-20T22:00:01.739Z | [ host-image] Dec 20 22:00:00.822 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8658 | 2024-12-20T22:00:01.739Z | [ host-image] Dec 20 22:00:00.823 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8659 | 2024-12-20T22:00:01.741Z | [ host-image] Dec 20 22:00:00.824 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8660 | 2024-12-20T22:00:01.741Z | [ host-image] Dec 20 22:00:00.824 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8661 | 2024-12-20T22:00:01.741Z | [ host-image] Dec 20 22:00:00.824 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8662 | 2024-12-20T22:00:01.741Z | [ host-image] Dec 20 22:00:00.824 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8663 | 2024-12-20T22:00:01.741Z | [ host-image] Dec 20 22:00:00.825 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8664 | 2024-12-20T22:00:01.741Z | [ host-image] Dec 20 22:00:00.825 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8665 | 2024-12-20T22:00:01.741Z | [ host-image] Dec 20 22:00:00.825 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8666 | 2024-12-20T22:00:01.741Z | [ host-image] Dec 20 22:00:00.825 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8667 | 2024-12-20T22:00:01.741Z | [ host-image] Dec 20 22:00:00.826 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8668 | 2024-12-20T22:00:01.741Z | [ host-image] Dec 20 22:00:00.826 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8669 | 2024-12-20T22:00:01.744Z | [ host-image] Dec 20 22:00:00.826 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8670 | 2024-12-20T22:00:01.744Z | [ host-image] Dec 20 22:00:00.826 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8671 | 2024-12-20T22:00:01.744Z | [ host-image] Dec 20 22:00:00.827 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8672 | 2024-12-20T22:00:01.744Z | [ host-image] Dec 20 22:00:00.827 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8673 | 2024-12-20T22:00:01.745Z | [ host-image] Dec 20 22:00:00.827 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8674 | 2024-12-20T22:00:01.745Z | [ host-image] Dec 20 22:00:00.827 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8675 | 2024-12-20T22:00:01.745Z | [ host-image] Dec 20 22:00:00.827 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8676 | 2024-12-20T22:00:01.745Z | [ host-image] Dec 20 22:00:00.827 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8677 | 2024-12-20T22:00:01.745Z | [ host-image] Dec 20 22:00:00.829 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8678 | 2024-12-20T22:00:01.745Z | [ host-image] Dec 20 22:00:00.829 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8679 | 2024-12-20T22:00:01.759Z | [ host-image] Dec 20 22:00:00.844 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8680 | 2024-12-20T22:00:01.760Z | [ host-image] Dec 20 22:00:00.844 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8681 | 2024-12-20T22:00:01.762Z | [ host-image] Dec 20 22:00:00.844 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8682 | 2024-12-20T22:00:01.762Z | [ host-image] Dec 20 22:00:00.844 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8683 | 2024-12-20T22:00:01.762Z | [ host-image] Dec 20 22:00:00.845 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8684 | 2024-12-20T22:00:01.762Z | [ host-image] Dec 20 22:00:00.846 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8685 | 2024-12-20T22:00:01.762Z | [ host-image] Dec 20 22:00:00.846 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8686 | 2024-12-20T22:00:01.762Z | [ host-image] Dec 20 22:00:00.846 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8687 | 2024-12-20T22:00:01.765Z | [ host-image] Dec 20 22:00:00.848 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8688 | 2024-12-20T22:00:01.765Z | [ host-image] Dec 20 22:00:00.848 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8689 | 2024-12-20T22:00:01.783Z | [ host-image] Dec 20 22:00:00.867 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8690 | 2024-12-20T22:00:01.783Z | [ host-image] Dec 20 22:00:00.867 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8691 | 2024-12-20T22:00:01.785Z | [ host-image] Dec 20 22:00:00.868 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8692 | 2024-12-20T22:00:01.785Z | [ host-image] Dec 20 22:00:00.869 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8693 | 2024-12-20T22:00:01.785Z | [ host-image] Dec 20 22:00:00.870 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8694 | 2024-12-20T22:00:01.785Z | [ host-image] Dec 20 22:00:00.870 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8695 | 2024-12-20T22:00:01.851Z | [ host-image] Dec 20 22:00:00.935 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8696 | 2024-12-20T22:00:01.854Z | [ host-image] Dec 20 22:00:00.937 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8697 | 2024-12-20T22:00:01.854Z | [ host-image] Dec 20 22:00:00.937 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8698 | 2024-12-20T22:00:01.854Z | [ host-image] Dec 20 22:00:00.938 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8699 | 2024-12-20T22:00:01.854Z | [ host-image] Dec 20 22:00:00.939 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8700 | 2024-12-20T22:00:01.857Z | [ host-image] Dec 20 22:00:00.939 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8701 | 2024-12-20T22:00:01.857Z | [ host-image] Dec 20 22:00:00.939 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8702 | 2024-12-20T22:00:01.857Z | [ host-image] Dec 20 22:00:00.940 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8703 | 2024-12-20T22:00:01.857Z | [ host-image] Dec 20 22:00:00.940 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8704 | 2024-12-20T22:00:01.857Z | [ host-image] Dec 20 22:00:00.940 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8705 | 2024-12-20T22:00:01.857Z | [ host-image] Dec 20 22:00:00.940 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8706 | 2024-12-20T22:00:01.857Z | [ host-image] Dec 20 22:00:00.941 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8707 | 2024-12-20T22:00:01.869Z | [ host-image] Dec 20 22:00:00.948 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8708 | 2024-12-20T22:00:01.869Z | [ host-image] Dec 20 22:00:00.948 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8709 | 2024-12-20T22:00:01.869Z | [ host-image] Dec 20 22:00:00.948 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8710 | 2024-12-20T22:00:01.869Z | [ host-image] Dec 20 22:00:00.949 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8711 | 2024-12-20T22:00:01.869Z | [ host-image] Dec 20 22:00:00.949 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8712 | 2024-12-20T22:00:01.889Z | [ host-image] Dec 20 22:00:00.973 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8713 | 2024-12-20T22:00:01.892Z | [ host-image] Dec 20 22:00:00.974 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8714 | 2024-12-20T22:00:01.895Z | [ host-image] Dec 20 22:00:00.977 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8715 | 2024-12-20T22:00:01.895Z | [ host-image] Dec 20 22:00:00.978 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8716 | 2024-12-20T22:00:01.895Z | [ host-image] Dec 20 22:00:00.978 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8717 | 2024-12-20T22:00:01.895Z | [ host-image] Dec 20 22:00:00.979 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8718 | 2024-12-20T22:00:01.897Z | [ host-image] Dec 20 22:00:00.980 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8719 | 2024-12-20T22:00:01.897Z | [ host-image] Dec 20 22:00:00.980 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8720 | 2024-12-20T22:00:01.897Z | [ host-image] Dec 20 22:00:00.981 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8721 | 2024-12-20T22:00:01.902Z | [ host-image] Dec 20 22:00:00.987 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8722 | 2024-12-20T22:00:01.904Z | [ host-image] Dec 20 22:00:00.987 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8723 | 2024-12-20T22:00:01.904Z | [ host-image] Dec 20 22:00:00.988 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8724 | 2024-12-20T22:00:01.904Z | [ host-image] Dec 20 22:00:00.989 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8725 | 2024-12-20T22:00:01.906Z | [ host-image] Dec 20 22:00:00.989 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8726 | 2024-12-20T22:00:01.906Z | [ host-image] Dec 20 22:00:00.990 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8727 | 2024-12-20T22:00:01.906Z | [ host-image] Dec 20 22:00:00.990 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8728 | 2024-12-20T22:00:01.906Z | [ host-image] Dec 20 22:00:00.991 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8729 | 2024-12-20T22:00:01.919Z | [ host-image] Dec 20 22:00:01.004 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8730 | 2024-12-20T22:00:01.919Z | [ host-image] Dec 20 22:00:01.004 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8731 | 2024-12-20T22:00:01.922Z | [ host-image] Dec 20 22:00:01.007 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8732 | 2024-12-20T22:00:01.925Z | [ host-image] Dec 20 22:00:01.009 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8733 | 2024-12-20T22:00:01.925Z | [ host-image] Dec 20 22:00:01.009 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8734 | 2024-12-20T22:00:01.928Z | [ host-image] Dec 20 22:00:01.010 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8735 | 2024-12-20T22:00:01.928Z | [ host-image] Dec 20 22:00:01.011 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8736 | 2024-12-20T22:00:01.928Z | [ host-image] Dec 20 22:00:01.011 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8737 | 2024-12-20T22:00:01.942Z | [ host-image] Dec 20 22:00:01.027 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8738 | 2024-12-20T22:00:01.945Z | [ host-image] Dec 20 22:00:01.027 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8739 | 2024-12-20T22:00:01.945Z | [ host-image] Dec 20 22:00:01.027 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8740 | 2024-12-20T22:00:01.945Z | [ host-image] Dec 20 22:00:01.029 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8741 | 2024-12-20T22:00:01.945Z | [ host-image] Dec 20 22:00:01.030 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8742 | 2024-12-20T22:00:02.010Z | [ host-image] Dec 20 22:00:01.094 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8743 | 2024-12-20T22:00:02.013Z | [ host-image] Dec 20 22:00:01.095 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8744 | 2024-12-20T22:00:02.013Z | [ host-image] Dec 20 22:00:01.095 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8745 | 2024-12-20T22:00:02.013Z | [ host-image] Dec 20 22:00:01.095 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8746 | 2024-12-20T22:00:02.013Z | [ host-image] Dec 20 22:00:01.096 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8747 | 2024-12-20T22:00:02.073Z | [ host-image] Dec 20 22:00:01.158 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8748 | 2024-12-20T22:00:02.076Z | [ host-image] Dec 20 22:00:01.158 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8749 | 2024-12-20T22:00:02.076Z | [ host-image] Dec 20 22:00:01.159 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8750 | 2024-12-20T22:00:02.076Z | [ host-image] Dec 20 22:00:01.159 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8751 | 2024-12-20T22:00:02.076Z | [ host-image] Dec 20 22:00:01.161 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8752 | 2024-12-20T22:00:02.078Z | [ host-image] Dec 20 22:00:01.161 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8753 | 2024-12-20T22:00:02.078Z | [ host-image] Dec 20 22:00:01.162 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8754 | 2024-12-20T22:00:02.078Z | [ host-image] Dec 20 22:00:01.162 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8755 | 2024-12-20T22:00:02.078Z | [ host-image] Dec 20 22:00:01.163 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8756 | 2024-12-20T22:00:02.078Z | [ host-image] Dec 20 22:00:01.163 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8757 | 2024-12-20T22:00:02.082Z | [ host-image] Dec 20 22:00:01.164 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8758 | 2024-12-20T22:00:02.082Z | [ host-image] Dec 20 22:00:01.164 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8759 | 2024-12-20T22:00:02.082Z | [ host-image] Dec 20 22:00:01.164 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8760 | 2024-12-20T22:00:02.105Z | [ host-image] Dec 20 22:00:01.190 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8761 | 2024-12-20T22:00:02.108Z | [ host-image] Dec 20 22:00:01.191 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8762 | 2024-12-20T22:00:02.111Z | [ host-image] Dec 20 22:00:01.193 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8763 | 2024-12-20T22:00:02.111Z | [ host-image] Dec 20 22:00:01.193 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8764 | 2024-12-20T22:00:02.111Z | [ host-image] Dec 20 22:00:01.194 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8765 | 2024-12-20T22:00:02.111Z | [ host-image] Dec 20 22:00:01.194 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8766 | 2024-12-20T22:00:02.111Z | [ host-image] Dec 20 22:00:01.194 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8767 | 2024-12-20T22:00:02.111Z | [ host-image] Dec 20 22:00:01.194 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8768 | 2024-12-20T22:00:02.111Z | [ host-image] Dec 20 22:00:01.195 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8769 | 2024-12-20T22:00:02.111Z | [ host-image] Dec 20 22:00:01.195 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8770 | 2024-12-20T22:00:02.113Z | [ host-image] Dec 20 22:00:01.196 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8771 | 2024-12-20T22:00:02.114Z | [ host-image] Dec 20 22:00:01.196 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8772 | 2024-12-20T22:00:02.114Z | [ host-image] Dec 20 22:00:01.196 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8773 | 2024-12-20T22:00:02.114Z | [ host-image] Dec 20 22:00:01.196 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8774 | 2024-12-20T22:00:02.114Z | [ host-image] Dec 20 22:00:01.196 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8775 | 2024-12-20T22:00:02.114Z | [ host-image] Dec 20 22:00:01.197 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8776 | 2024-12-20T22:00:02.114Z | [ host-image] Dec 20 22:00:01.198 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8777 | 2024-12-20T22:00:02.116Z | [ host-image] Dec 20 22:00:01.200 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8778 | 2024-12-20T22:00:02.117Z | [ host-image] Dec 20 22:00:01.201 INFO O| tempdir @ "/tmp/.tmpyytzoj/tmp" |
8779 | 2024-12-20T22:00:02.117Z | [ host-image] Dec 20 22:00:01.201 INFO O| image root @ "/tmp/.tmpyytzoj/tmp/root" |
8780 | 2024-12-20T22:00:02.117Z | [ host-image] Dec 20 22:00:01.201 INFO O| creating image... |
8781 | 2024-12-20T22:00:03.212Z | [ host-image] Dec 20 22:00:02.296 INFO O| copying publishers... |
8782 | 2024-12-20T22:00:03.505Z | [ recovery-image] Dec 20 22:00:02.590 INFO E| Compiling bitstruct_derive v0.1.0 |
8783 | 2024-12-20T22:00:14.743Z | [ host-image] Dec 20 22:00:13.826 INFO O| adding properties... |
8784 | 2024-12-20T22:00:15.865Z | [ host-image] Dec 20 22:00:14.946 INFO O| installing packages... |
8785 | 2024-12-20T22:00:16.846Z | [ recovery-image] Dec 20 22:00:15.928 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) |
8786 | 2024-12-20T22:00:18.800Z | [ recovery-image] Dec 20 22:00:17.883 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) |
8787 | 2024-12-20T22:00:22.471Z | [ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling bitflags v1.3.2 |
8788 | 2024-12-20T22:00:22.471Z | [ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling bit_field v0.10.2 |
8789 | 2024-12-20T22:00:22.471Z | [ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling adler2 v2.0.0 |
8790 | 2024-12-20T22:00:22.474Z | [ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling plain v0.2.3 |
8791 | 2024-12-20T22:00:22.474Z | [ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling scroll v0.12.0 |
8792 | 2024-12-20T22:00:22.474Z | [ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling log v0.4.22 |
8793 | 2024-12-20T22:00:22.474Z | [ recovery-image] Dec 20 22:00:21.552 INFO E| Compiling static_assertions v1.1.0 |
8794 | 2024-12-20T22:00:22.575Z | [ recovery-image] Dec 20 22:00:21.658 INFO E| Compiling raw-cpuid v10.7.0 |
8795 | 2024-12-20T22:00:22.575Z | [ recovery-image] Dec 20 22:00:21.658 INFO E| Compiling cpio_reader v0.1.1 |
8796 | 2024-12-20T22:00:22.678Z | [ recovery-image] Dec 20 22:00:21.757 INFO E| Compiling miniz_oxide v0.8.0 |
8797 | 2024-12-20T22:00:22.847Z | [ recovery-image] Dec 20 22:00:21.929 INFO E| Compiling bitstruct v0.1.1 |
8798 | 2024-12-20T22:00:23.286Z | [ recovery-image] Dec 20 22:00:22.369 INFO E| Compiling goblin v0.8.2 |
8799 | 2024-12-20T22:00:32.398Z | [ recovery-image] Dec 20 22:00:31.480 INFO E| Finished `release` profile [optimized] target(s) in 40.00s |
8800 | 2024-12-20T22:00:32.436Z | [ recovery-image] Dec 20 22:00:31.517 INFO building host image... |
8801 | 2024-12-20T22:00:32.439Z | [ recovery-image] Dec 20 22:00:31.517 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") |
8802 | 2024-12-20T22:00:33.177Z | [ recovery-image] Dec 20 22:00:32.258 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8803 | 2024-12-20T22:00:35.315Z | [ recovery-image] Dec 20 22:00:34.395 INFO image complete! materials are in "/work/os-recovery" |
8804 | 2024-12-20T22:00:35.321Z | [ recovery-image] |
8805 | 2024-12-20T22:00:35.321Z | [ recovery-image] real 13:30.649864363 |
8806 | 2024-12-20T22:00:35.321Z | [ recovery-image] user 6:23.092269281 |
8807 | 2024-12-20T22:00:35.321Z | [ recovery-image] sys 1:06.232622162 |
8808 | 2024-12-20T22:00:35.321Z | [ recovery-image] trap 0.261408987 |
8809 | 2024-12-20T22:00:35.321Z | [ recovery-image] tflt 0.442637422 |
8810 | 2024-12-20T22:00:35.321Z | [ recovery-image] dflt 3.286172072 |
8811 | 2024-12-20T22:00:35.321Z | [ recovery-image] kflt 0.002003194 |
8812 | 2024-12-20T22:00:35.321Z | [ recovery-image] lock 28:30.550054195 |
8813 | 2024-12-20T22:00:35.321Z | [ recovery-image] slp 1:25:13.553539799 |
8814 | 2024-12-20T22:00:35.322Z | [ recovery-image] lat 3:24.660558604 |
8815 | 2024-12-20T22:00:35.322Z | [ recovery-image] stop 8.789491421 |
8816 | 2024-12-20T22:00:35.322Z | Dec 20 22:00:34.402 INFO [recovery-image] process exited with exit status: 0 (810.671749158s) |
8817 | 2024-12-20T22:00:50.282Z | [ host-image] Dec 20 22:00:45.211 INFO O| seeding SMF database... |
8818 | 2024-12-20T22:00:57.092Z | [ host-image] Dec 20 22:00:56.172 INFO O| configuring SMF profile... |
8819 | 2024-12-20T22:00:57.092Z | [ host-image] Dec 20 22:00:56.172 INFO O| modifying shadow(5)... |
8820 | 2024-12-20T22:00:57.095Z | [ host-image] Dec 20 22:00:56.172 INFO O| loading user and group database... |
8821 | 2024-12-20T22:00:57.095Z | [ host-image] Dec 20 22:00:56.172 INFO O| assessing packaged files... |
8822 | 2024-12-20T22:01:02.156Z | [ host-image] Dec 20 22:01:01.235 INFO O| creating archive... |
8823 | 2024-12-20T22:01:02.251Z | [ host-image] Dec 20 22:01:01.330 INFO O| missing from packaging: |
8824 | 2024-12-20T22:01:02.251Z | [ host-image] Dec 20 22:01:01.330 INFO O| "etc/.pwd.lock" |
8825 | 2024-12-20T22:01:02.254Z | [ host-image] Dec 20 22:01:01.330 INFO O| "etc/bash" |
8826 | 2024-12-20T22:01:02.260Z | [ host-image] Dec 20 22:01:01.340 INFO O| "etc/svc/profile/generic.xml" |
8827 | 2024-12-20T22:01:02.263Z | [ host-image] Dec 20 22:01:01.340 INFO O| "etc/svc/profile/inetd_services.xml" |
8828 | 2024-12-20T22:01:02.263Z | [ host-image] Dec 20 22:01:01.340 INFO O| "etc/svc/profile/name_service.xml" |
8829 | 2024-12-20T22:01:02.263Z | [ host-image] Dec 20 22:01:01.340 INFO O| "etc/svc/profile/platform.xml" |
8830 | 2024-12-20T22:01:02.263Z | [ host-image] Dec 20 22:01:01.340 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8831 | 2024-12-20T22:01:02.263Z | [ host-image] Dec 20 22:01:01.340 INFO O| "etc/svc/repository.db" |
8832 | 2024-12-20T22:01:02.277Z | [ host-image] Dec 20 22:01:01.356 INFO O| "opt/ooce/share" |
8833 | 2024-12-20T22:01:02.277Z | [ host-image] Dec 20 22:01:01.356 INFO O| "opt/ooce/share/man" |
8834 | 2024-12-20T22:01:02.280Z | [ host-image] Dec 20 22:01:01.356 INFO O| "opt/ooce/share/man/man1" |
8835 | 2024-12-20T22:01:02.291Z | [ host-image] Dec 20 22:01:01.370 INFO O| finishing archive... |
8836 | 2024-12-20T22:01:06.219Z | [ host-image] Dec 20 22:01:05.298 INFO O| creating gzonly manifest... |
8837 | 2024-12-20T22:01:06.232Z | [ host-image] Dec 20 22:01:05.310 INFO O| ok |
8838 | 2024-12-20T22:01:06.396Z | [ host-image] Dec 20 22:01:05.475 INFO image builder template: ramdisk-02-trim... |
8839 | 2024-12-20T22:01:06.396Z | [ host-image] Dec 20 22:01:05.475 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/.tmpz5fbTL/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.311", "-n", "ramdisk-02-trim"], pwd: None |
8840 | 2024-12-20T22:01:06.436Z | [ host-image] Dec 20 22:01:05.514 INFO O| Dec 20 22:01:05.514 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8841 | 2024-12-20T22:01:06.456Z | [ host-image] Dec 20 22:01:05.534 INFO O| Dec 20 22:01:05.534 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8842 | 2024-12-20T22:01:06.565Z | [ host-image] Dec 20 22:01:05.643 INFO O| Dec 20 22:01:05.643 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8843 | 2024-12-20T22:01:06.632Z | [ host-image] Dec 20 22:01:05.711 INFO O| Dec 20 22:01:05.711 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8844 | 2024-12-20T22:01:06.635Z | [ host-image] Dec 20 22:01:05.711 INFO O| Dec 20 22:01:05.711 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8845 | 2024-12-20T22:01:06.642Z | [ host-image] Dec 20 22:01:05.720 INFO O| Dec 20 22:01:05.720 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8846 | 2024-12-20T22:01:06.649Z | [ host-image] Dec 20 22:01:05.728 INFO O| Dec 20 22:01:05.728 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8847 | 2024-12-20T22:01:06.675Z | [ host-image] Dec 20 22:01:05.753 INFO O| Dec 20 22:01:05.753 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8848 | 2024-12-20T22:01:07.170Z | [ host-image] Dec 20 22:01:06.249 INFO O| Dec 20 22:01:06.249 INFO rolled back to input snapshot; work may begin |
8849 | 2024-12-20T22:01:07.174Z | [ host-image] Dec 20 22:01:06.249 INFO O| Dec 20 22:01:06.249 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8850 | 2024-12-20T22:01:07.213Z | [ host-image] Dec 20 22:01:06.292 INFO O| Dec 20 22:01:06.292 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8851 | 2024-12-20T22:01:07.232Z | [ host-image] Dec 20 22:01:06.311 INFO O| Dec 20 22:01:06.311 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8852 | 2024-12-20T22:01:07.562Z | [ host-image] Dec 20 22:01:06.641 INFO O| Dec 20 22:01:06.641 INFO STEP 0 (remove_files) COMPLETE |
8853 | 2024-12-20T22:01:07.562Z | [ host-image] Dec 20 22:01:06.641 INFO O| Dec 20 22:01:06.641 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8854 | 2024-12-20T22:01:07.594Z | [ host-image] Dec 20 22:01:06.672 INFO O| Dec 20 22:01:06.672 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8855 | 2024-12-20T22:01:07.596Z | [ host-image] Dec 20 22:01:06.675 INFO O| Dec 20 22:01:06.675 INFO STEP 1 (remove_files) COMPLETE |
8856 | 2024-12-20T22:01:07.596Z | [ host-image] Dec 20 22:01:06.675 INFO O| Dec 20 22:01:06.675 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8857 | 2024-12-20T22:01:07.644Z | [ host-image] Dec 20 22:01:06.722 INFO O| Dec 20 22:01:06.722 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8858 | 2024-12-20T22:01:07.665Z | [ host-image] Dec 20 22:01:06.744 INFO O| Dec 20 22:01:06.744 INFO STEP 2 (remove_files) COMPLETE |
8859 | 2024-12-20T22:01:07.665Z | [ host-image] Dec 20 22:01:06.744 INFO O| Dec 20 22:01:06.744 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8860 | 2024-12-20T22:01:07.699Z | [ host-image] Dec 20 22:01:06.777 INFO O| Dec 20 22:01:06.777 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8861 | 2024-12-20T22:01:07.701Z | [ host-image] Dec 20 22:01:06.780 INFO O| Dec 20 22:01:06.780 INFO STEP 3 (remove_files) COMPLETE |
8862 | 2024-12-20T22:01:07.701Z | [ host-image] Dec 20 22:01:06.780 INFO O| Dec 20 22:01:06.780 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8863 | 2024-12-20T22:01:07.718Z | [ host-image] Dec 20 22:01:06.797 INFO O| Dec 20 22:01:06.797 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8864 | 2024-12-20T22:01:07.724Z | [ host-image] Dec 20 22:01:06.803 INFO O| Dec 20 22:01:06.803 INFO STEP 4 (remove_files) COMPLETE |
8865 | 2024-12-20T22:01:07.727Z | [ host-image] Dec 20 22:01:06.803 INFO O| Dec 20 22:01:06.803 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8866 | 2024-12-20T22:01:07.742Z | [ host-image] Dec 20 22:01:06.821 INFO O| Dec 20 22:01:06.821 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8867 | 2024-12-20T22:01:07.747Z | [ host-image] Dec 20 22:01:06.826 INFO O| Dec 20 22:01:06.825 INFO STEP 5 (remove_files) COMPLETE |
8868 | 2024-12-20T22:01:07.749Z | [ host-image] Dec 20 22:01:06.826 INFO O| Dec 20 22:01:06.826 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8869 | 2024-12-20T22:01:07.767Z | [ host-image] Dec 20 22:01:06.845 INFO O| Dec 20 22:01:06.845 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8870 | 2024-12-20T22:01:07.787Z | [ host-image] Dec 20 22:01:06.866 INFO O| Dec 20 22:01:06.865 INFO STEP 6 (remove_files) COMPLETE |
8871 | 2024-12-20T22:01:07.787Z | [ host-image] Dec 20 22:01:06.866 INFO O| Dec 20 22:01:06.866 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8872 | 2024-12-20T22:01:07.817Z | [ host-image] Dec 20 22:01:06.896 INFO O| Dec 20 22:01:06.896 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8873 | 2024-12-20T22:01:07.844Z | [ host-image] Dec 20 22:01:06.922 INFO O| Dec 20 22:01:06.922 INFO STEP 7 (remove_files) COMPLETE |
8874 | 2024-12-20T22:01:07.844Z | [ host-image] Dec 20 22:01:06.922 INFO O| Dec 20 22:01:06.922 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8875 | 2024-12-20T22:01:07.861Z | [ host-image] Dec 20 22:01:06.939 INFO O| Dec 20 22:01:06.939 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8876 | 2024-12-20T22:01:08.035Z | [ host-image] Dec 20 22:01:07.114 INFO O| Dec 20 22:01:07.114 INFO STEP 8 (remove_files) COMPLETE |
8877 | 2024-12-20T22:01:08.035Z | [ host-image] Dec 20 22:01:07.114 INFO O| Dec 20 22:01:07.114 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8878 | 2024-12-20T22:01:08.053Z | [ host-image] Dec 20 22:01:07.132 INFO O| Dec 20 22:01:07.131 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8879 | 2024-12-20T22:01:08.241Z | [ host-image] Dec 20 22:01:07.318 INFO O| Dec 20 22:01:07.318 INFO STEP 9 (remove_files) COMPLETE |
8880 | 2024-12-20T22:01:08.241Z | [ host-image] Dec 20 22:01:07.318 INFO O| Dec 20 22:01:07.318 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8881 | 2024-12-20T22:01:08.324Z | [ host-image] Dec 20 22:01:07.402 INFO O| Dec 20 22:01:07.402 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8882 | 2024-12-20T22:01:08.330Z | [ host-image] Dec 20 22:01:07.409 INFO O| Dec 20 22:01:07.409 INFO STEP 10 (remove_files) COMPLETE |
8883 | 2024-12-20T22:01:08.333Z | [ host-image] Dec 20 22:01:07.409 INFO O| Dec 20 22:01:07.409 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8884 | 2024-12-20T22:01:08.350Z | [ host-image] Dec 20 22:01:07.427 INFO O| Dec 20 22:01:07.426 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8885 | 2024-12-20T22:01:08.353Z | [ host-image] Dec 20 22:01:07.428 INFO O| Dec 20 22:01:07.428 INFO STEP 11 (remove_files) COMPLETE |
8886 | 2024-12-20T22:01:08.353Z | [ host-image] Dec 20 22:01:07.428 INFO O| Dec 20 22:01:07.428 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8887 | 2024-12-20T22:01:08.367Z | [ host-image] Dec 20 22:01:07.446 INFO O| Dec 20 22:01:07.446 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8888 | 2024-12-20T22:01:08.370Z | [ host-image] Dec 20 22:01:07.448 INFO O| Dec 20 22:01:07.448 INFO STEP 12 (remove_files) COMPLETE |
8889 | 2024-12-20T22:01:08.370Z | [ host-image] Dec 20 22:01:07.449 INFO O| Dec 20 22:01:07.449 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8890 | 2024-12-20T22:01:08.434Z | [ host-image] Dec 20 22:01:07.513 INFO O| Dec 20 22:01:07.513 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8891 | 2024-12-20T22:01:08.456Z | [ host-image] Dec 20 22:01:07.534 INFO O| Dec 20 22:01:07.534 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8892 | 2024-12-20T22:01:08.458Z | [ host-image] Dec 20 22:01:07.535 INFO O| Dec 20 22:01:07.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8893 | 2024-12-20T22:01:08.458Z | [ host-image] Dec 20 22:01:07.535 INFO O| Dec 20 22:01:07.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8894 | 2024-12-20T22:01:08.458Z | [ host-image] Dec 20 22:01:07.535 INFO O| Dec 20 22:01:07.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8895 | 2024-12-20T22:01:08.458Z | [ host-image] Dec 20 22:01:07.535 INFO O| Dec 20 22:01:07.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8896 | 2024-12-20T22:01:08.458Z | [ host-image] Dec 20 22:01:07.536 INFO O| Dec 20 22:01:07.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8897 | 2024-12-20T22:01:08.459Z | [ host-image] Dec 20 22:01:07.536 INFO O| Dec 20 22:01:07.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8898 | 2024-12-20T22:01:08.459Z | [ host-image] Dec 20 22:01:07.536 INFO O| Dec 20 22:01:07.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8899 | 2024-12-20T22:01:08.459Z | [ host-image] Dec 20 22:01:07.537 INFO O| Dec 20 22:01:07.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8900 | 2024-12-20T22:01:08.461Z | [ host-image] Dec 20 22:01:07.537 INFO O| Dec 20 22:01:07.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8901 | 2024-12-20T22:01:08.461Z | [ host-image] Dec 20 22:01:07.537 INFO O| Dec 20 22:01:07.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8902 | 2024-12-20T22:01:08.461Z | [ host-image] Dec 20 22:01:07.538 INFO O| Dec 20 22:01:07.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8903 | 2024-12-20T22:01:08.461Z | [ host-image] Dec 20 22:01:07.538 INFO O| Dec 20 22:01:07.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8904 | 2024-12-20T22:01:08.461Z | [ host-image] Dec 20 22:01:07.538 INFO O| Dec 20 22:01:07.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8905 | 2024-12-20T22:01:08.461Z | [ host-image] Dec 20 22:01:07.538 INFO O| Dec 20 22:01:07.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8906 | 2024-12-20T22:01:08.461Z | [ host-image] Dec 20 22:01:07.539 INFO O| Dec 20 22:01:07.539 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8907 | 2024-12-20T22:01:08.986Z | [ host-image] Dec 20 22:01:08.065 INFO O| Dec 20 22:01:08.065 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8908 | 2024-12-20T22:01:08.997Z | [ host-image] Dec 20 22:01:08.076 INFO O| Dec 20 22:01:08.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8909 | 2024-12-20T22:01:09.011Z | [ host-image] Dec 20 22:01:08.089 INFO O| Dec 20 22:01:08.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8910 | 2024-12-20T22:01:09.016Z | [ host-image] Dec 20 22:01:08.095 INFO O| Dec 20 22:01:08.095 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8911 | 2024-12-20T22:01:09.149Z | [ host-image] Dec 20 22:01:08.227 INFO O| Dec 20 22:01:08.226 INFO STEP 13 (remove_files) COMPLETE |
8912 | 2024-12-20T22:01:09.149Z | [ host-image] Dec 20 22:01:08.227 INFO O| Dec 20 22:01:08.227 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8913 | 2024-12-20T22:01:09.180Z | [ host-image] Dec 20 22:01:08.258 INFO O| Dec 20 22:01:08.258 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8914 | 2024-12-20T22:01:09.183Z | [ host-image] Dec 20 22:01:08.260 INFO O| Dec 20 22:01:08.260 INFO STEP 14 (remove_files) COMPLETE |
8915 | 2024-12-20T22:01:09.184Z | [ host-image] Dec 20 22:01:08.260 INFO O| Dec 20 22:01:08.260 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8916 | 2024-12-20T22:01:09.198Z | [ host-image] Dec 20 22:01:08.277 INFO O| Dec 20 22:01:08.276 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8917 | 2024-12-20T22:01:09.210Z | [ host-image] Dec 20 22:01:08.288 INFO O| Dec 20 22:01:08.288 INFO STEP 15 (remove_files) COMPLETE |
8918 | 2024-12-20T22:01:09.210Z | [ host-image] Dec 20 22:01:08.288 INFO O| Dec 20 22:01:08.288 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8919 | 2024-12-20T22:01:09.227Z | [ host-image] Dec 20 22:01:08.306 INFO O| Dec 20 22:01:08.306 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8920 | 2024-12-20T22:01:09.230Z | [ host-image] Dec 20 22:01:08.306 INFO O| Dec 20 22:01:08.306 INFO STEP 16 (remove_files) COMPLETE |
8921 | 2024-12-20T22:01:09.230Z | [ host-image] Dec 20 22:01:08.307 INFO O| Dec 20 22:01:08.306 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8922 | 2024-12-20T22:01:09.248Z | [ host-image] Dec 20 22:01:08.323 INFO O| Dec 20 22:01:08.323 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8923 | 2024-12-20T22:01:09.251Z | [ host-image] Dec 20 22:01:08.325 INFO O| Dec 20 22:01:08.325 INFO STEP 17 (remove_files) COMPLETE |
8924 | 2024-12-20T22:01:09.251Z | [ host-image] Dec 20 22:01:08.325 INFO O| Dec 20 22:01:08.325 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8925 | 2024-12-20T22:01:09.270Z | [ host-image] Dec 20 22:01:08.347 INFO O| Dec 20 22:01:08.347 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8926 | 2024-12-20T22:01:09.270Z | [ host-image] Dec 20 22:01:08.347 INFO O| Dec 20 22:01:08.347 INFO STEP 18 (remove_files) COMPLETE |
8927 | 2024-12-20T22:01:09.270Z | [ host-image] Dec 20 22:01:08.347 INFO O| Dec 20 22:01:08.347 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8928 | 2024-12-20T22:01:09.325Z | [ host-image] Dec 20 22:01:08.404 INFO O| Dec 20 22:01:08.403 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8929 | 2024-12-20T22:01:09.325Z | [ host-image] Dec 20 22:01:08.404 INFO O| Dec 20 22:01:08.404 INFO STEP 19 (remove_files) COMPLETE |
8930 | 2024-12-20T22:01:09.325Z | [ host-image] Dec 20 22:01:08.404 INFO O| Dec 20 22:01:08.404 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8931 | 2024-12-20T22:01:09.342Z | [ host-image] Dec 20 22:01:08.421 INFO O| Dec 20 22:01:08.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8932 | 2024-12-20T22:01:09.342Z | [ host-image] Dec 20 22:01:08.421 INFO O| Dec 20 22:01:08.421 INFO STEP 20 (remove_files) COMPLETE |
8933 | 2024-12-20T22:01:09.342Z | [ host-image] Dec 20 22:01:08.421 INFO O| Dec 20 22:01:08.421 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8934 | 2024-12-20T22:01:09.361Z | [ host-image] Dec 20 22:01:08.438 INFO O| Dec 20 22:01:08.438 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8935 | 2024-12-20T22:01:09.361Z | [ host-image] Dec 20 22:01:08.439 INFO O| Dec 20 22:01:08.439 INFO STEP 21 (remove_files) COMPLETE |
8936 | 2024-12-20T22:01:09.361Z | [ host-image] Dec 20 22:01:08.439 INFO O| Dec 20 22:01:08.439 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8937 | 2024-12-20T22:01:09.415Z | [ host-image] Dec 20 22:01:08.493 INFO O| Dec 20 22:01:08.493 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8938 | 2024-12-20T22:01:09.415Z | [ host-image] Dec 20 22:01:08.493 INFO O| Dec 20 22:01:08.493 INFO STEP 22 (remove_files) COMPLETE |
8939 | 2024-12-20T22:01:09.415Z | [ host-image] Dec 20 22:01:08.493 INFO O| Dec 20 22:01:08.493 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8940 | 2024-12-20T22:01:09.449Z | [ host-image] Dec 20 22:01:08.527 INFO O| Dec 20 22:01:08.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8941 | 2024-12-20T22:01:09.449Z | [ host-image] Dec 20 22:01:08.527 INFO O| Dec 20 22:01:08.527 INFO STEP 23 (remove_files) COMPLETE |
8942 | 2024-12-20T22:01:09.449Z | [ host-image] Dec 20 22:01:08.527 INFO O| Dec 20 22:01:08.527 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8943 | 2024-12-20T22:01:09.466Z | [ host-image] Dec 20 22:01:08.544 INFO O| Dec 20 22:01:08.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8944 | 2024-12-20T22:01:09.466Z | [ host-image] Dec 20 22:01:08.544 INFO O| Dec 20 22:01:08.544 INFO STEP 24 (remove_files) COMPLETE |
8945 | 2024-12-20T22:01:09.466Z | [ host-image] Dec 20 22:01:08.544 INFO O| Dec 20 22:01:08.544 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8946 | 2024-12-20T22:01:09.484Z | [ host-image] Dec 20 22:01:08.562 INFO O| Dec 20 22:01:08.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8947 | 2024-12-20T22:01:09.484Z | [ host-image] Dec 20 22:01:08.562 INFO O| Dec 20 22:01:08.562 INFO STEP 25 (remove_files) COMPLETE |
8948 | 2024-12-20T22:01:09.484Z | [ host-image] Dec 20 22:01:08.562 INFO O| Dec 20 22:01:08.562 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8949 | 2024-12-20T22:01:09.501Z | [ host-image] Dec 20 22:01:08.579 INFO O| Dec 20 22:01:08.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8950 | 2024-12-20T22:01:09.501Z | [ host-image] Dec 20 22:01:08.579 INFO O| Dec 20 22:01:08.579 INFO STEP 26 (remove_files) COMPLETE |
8951 | 2024-12-20T22:01:09.503Z | [ host-image] Dec 20 22:01:08.579 INFO O| Dec 20 22:01:08.579 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8952 | 2024-12-20T22:01:09.518Z | [ host-image] Dec 20 22:01:08.596 INFO O| Dec 20 22:01:08.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8953 | 2024-12-20T22:01:09.518Z | [ host-image] Dec 20 22:01:08.596 INFO O| Dec 20 22:01:08.596 INFO STEP 27 (remove_files) COMPLETE |
8954 | 2024-12-20T22:01:09.518Z | [ host-image] Dec 20 22:01:08.597 INFO O| Dec 20 22:01:08.596 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8955 | 2024-12-20T22:01:09.536Z | [ host-image] Dec 20 22:01:08.614 INFO O| Dec 20 22:01:08.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8956 | 2024-12-20T22:01:09.536Z | [ host-image] Dec 20 22:01:08.614 INFO O| Dec 20 22:01:08.614 INFO STEP 28 (remove_files) COMPLETE |
8957 | 2024-12-20T22:01:09.536Z | [ host-image] Dec 20 22:01:08.614 INFO O| Dec 20 22:01:08.614 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8958 | 2024-12-20T22:01:09.554Z | [ host-image] Dec 20 22:01:08.631 INFO O| Dec 20 22:01:08.631 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8959 | 2024-12-20T22:01:09.554Z | [ host-image] Dec 20 22:01:08.631 INFO O| Dec 20 22:01:08.631 INFO STEP 29 (remove_files) COMPLETE |
8960 | 2024-12-20T22:01:09.557Z | [ host-image] Dec 20 22:01:08.631 INFO O| Dec 20 22:01:08.631 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8961 | 2024-12-20T22:01:09.580Z | [ host-image] Dec 20 22:01:08.658 INFO O| Dec 20 22:01:08.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8962 | 2024-12-20T22:01:09.580Z | [ host-image] Dec 20 22:01:08.658 INFO O| Dec 20 22:01:08.658 INFO STEP 30 (remove_files) COMPLETE |
8963 | 2024-12-20T22:01:09.580Z | [ host-image] Dec 20 22:01:08.658 INFO O| Dec 20 22:01:08.658 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8964 | 2024-12-20T22:01:09.612Z | [ host-image] Dec 20 22:01:08.691 INFO O| Dec 20 22:01:08.691 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8965 | 2024-12-20T22:01:09.615Z | [ host-image] Dec 20 22:01:08.691 INFO O| Dec 20 22:01:08.691 INFO STEP 31 (remove_files) COMPLETE |
8966 | 2024-12-20T22:01:09.615Z | [ host-image] Dec 20 22:01:08.691 INFO O| Dec 20 22:01:08.691 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8967 | 2024-12-20T22:01:09.645Z | [ host-image] Dec 20 22:01:08.723 INFO O| Dec 20 22:01:08.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8968 | 2024-12-20T22:01:09.645Z | [ host-image] Dec 20 22:01:08.723 INFO O| Dec 20 22:01:08.723 INFO STEP 32 (remove_files) COMPLETE |
8969 | 2024-12-20T22:01:09.645Z | [ host-image] Dec 20 22:01:08.723 INFO O| Dec 20 22:01:08.723 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8970 | 2024-12-20T22:01:09.663Z | [ host-image] Dec 20 22:01:08.742 INFO O| Dec 20 22:01:08.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8971 | 2024-12-20T22:01:09.663Z | [ host-image] Dec 20 22:01:08.742 INFO O| Dec 20 22:01:08.742 INFO STEP 33 (remove_files) COMPLETE |
8972 | 2024-12-20T22:01:09.667Z | [ host-image] Dec 20 22:01:08.742 INFO O| Dec 20 22:01:08.742 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8973 | 2024-12-20T22:01:09.682Z | [ host-image] Dec 20 22:01:08.760 INFO O| Dec 20 22:01:08.760 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8974 | 2024-12-20T22:01:09.682Z | [ host-image] Dec 20 22:01:08.760 INFO O| Dec 20 22:01:08.760 INFO STEP 34 (remove_files) COMPLETE |
8975 | 2024-12-20T22:01:09.682Z | [ host-image] Dec 20 22:01:08.760 INFO O| Dec 20 22:01:08.760 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8976 | 2024-12-20T22:01:09.701Z | [ host-image] Dec 20 22:01:08.779 INFO O| Dec 20 22:01:08.779 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8977 | 2024-12-20T22:01:09.701Z | [ host-image] Dec 20 22:01:08.779 INFO O| Dec 20 22:01:08.779 INFO STEP 35 (remove_files) COMPLETE |
8978 | 2024-12-20T22:01:09.701Z | [ host-image] Dec 20 22:01:08.779 INFO O| Dec 20 22:01:08.779 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8979 | 2024-12-20T22:01:09.719Z | [ host-image] Dec 20 22:01:08.797 INFO O| Dec 20 22:01:08.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8980 | 2024-12-20T22:01:09.719Z | [ host-image] Dec 20 22:01:08.798 INFO O| Dec 20 22:01:08.797 INFO STEP 36 (remove_files) COMPLETE |
8981 | 2024-12-20T22:01:09.719Z | [ host-image] Dec 20 22:01:08.798 INFO O| Dec 20 22:01:08.798 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8982 | 2024-12-20T22:01:09.738Z | [ host-image] Dec 20 22:01:08.816 INFO O| Dec 20 22:01:08.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8983 | 2024-12-20T22:01:09.738Z | [ host-image] Dec 20 22:01:08.817 INFO O| Dec 20 22:01:08.817 INFO STEP 37 (remove_files) COMPLETE |
8984 | 2024-12-20T22:01:09.741Z | [ host-image] Dec 20 22:01:08.817 INFO O| Dec 20 22:01:08.817 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8985 | 2024-12-20T22:01:09.756Z | [ host-image] Dec 20 22:01:08.835 INFO O| Dec 20 22:01:08.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8986 | 2024-12-20T22:01:09.756Z | [ host-image] Dec 20 22:01:08.835 INFO O| Dec 20 22:01:08.835 INFO STEP 38 (remove_files) COMPLETE |
8987 | 2024-12-20T22:01:09.759Z | [ host-image] Dec 20 22:01:08.835 INFO O| Dec 20 22:01:08.835 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8988 | 2024-12-20T22:01:09.774Z | [ host-image] Dec 20 22:01:08.852 INFO O| Dec 20 22:01:08.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8989 | 2024-12-20T22:01:09.774Z | [ host-image] Dec 20 22:01:08.853 INFO O| Dec 20 22:01:08.853 INFO STEP 39 (remove_files) COMPLETE |
8990 | 2024-12-20T22:01:09.774Z | [ host-image] Dec 20 22:01:08.853 INFO O| Dec 20 22:01:08.853 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8991 | 2024-12-20T22:01:09.809Z | [ host-image] Dec 20 22:01:08.886 INFO O| Dec 20 22:01:08.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8992 | 2024-12-20T22:01:09.809Z | [ host-image] Dec 20 22:01:08.886 INFO O| Dec 20 22:01:08.886 INFO STEP 40 (remove_files) COMPLETE |
8993 | 2024-12-20T22:01:09.809Z | [ host-image] Dec 20 22:01:08.887 INFO O| Dec 20 22:01:08.886 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8994 | 2024-12-20T22:01:09.826Z | [ host-image] Dec 20 22:01:08.904 INFO O| Dec 20 22:01:08.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8995 | 2024-12-20T22:01:09.826Z | [ host-image] Dec 20 22:01:08.904 INFO O| Dec 20 22:01:08.904 INFO STEP 41 (remove_files) COMPLETE |
8996 | 2024-12-20T22:01:09.826Z | [ host-image] Dec 20 22:01:08.904 INFO O| Dec 20 22:01:08.904 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8997 | 2024-12-20T22:01:09.842Z | [ host-image] Dec 20 22:01:08.921 INFO O| Dec 20 22:01:08.921 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8998 | 2024-12-20T22:01:09.843Z | [ host-image] Dec 20 22:01:08.921 INFO O| Dec 20 22:01:08.921 INFO STEP 42 (remove_files) COMPLETE |
8999 | 2024-12-20T22:01:09.843Z | [ host-image] Dec 20 22:01:08.921 INFO O| Dec 20 22:01:08.921 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9000 | 2024-12-20T22:01:09.861Z | [ host-image] Dec 20 22:01:08.939 INFO O| Dec 20 22:01:08.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
9001 | 2024-12-20T22:01:09.861Z | [ host-image] Dec 20 22:01:08.939 INFO O| Dec 20 22:01:08.939 INFO STEP 43 (remove_files) COMPLETE |
9002 | 2024-12-20T22:01:09.861Z | [ host-image] Dec 20 22:01:08.939 INFO O| Dec 20 22:01:08.939 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9003 | 2024-12-20T22:01:09.877Z | [ host-image] Dec 20 22:01:08.955 INFO O| Dec 20 22:01:08.954 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
9004 | 2024-12-20T22:01:09.877Z | [ host-image] Dec 20 22:01:08.955 INFO O| Dec 20 22:01:08.955 INFO STEP 44 (remove_files) COMPLETE |
9005 | 2024-12-20T22:01:09.877Z | [ host-image] Dec 20 22:01:08.955 INFO O| Dec 20 22:01:08.955 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9006 | 2024-12-20T22:01:09.893Z | [ host-image] Dec 20 22:01:08.970 INFO O| Dec 20 22:01:08.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
9007 | 2024-12-20T22:01:09.893Z | [ host-image] Dec 20 22:01:08.971 INFO O| Dec 20 22:01:08.971 INFO STEP 45 (remove_files) COMPLETE |
9008 | 2024-12-20T22:01:09.893Z | [ host-image] Dec 20 22:01:08.971 INFO O| Dec 20 22:01:08.971 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9009 | 2024-12-20T22:01:09.907Z | [ host-image] Dec 20 22:01:08.986 INFO O| Dec 20 22:01:08.986 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
9010 | 2024-12-20T22:01:09.908Z | [ host-image] Dec 20 22:01:08.986 INFO O| Dec 20 22:01:08.986 INFO STEP 46 (remove_files) COMPLETE |
9011 | 2024-12-20T22:01:09.908Z | [ host-image] Dec 20 22:01:08.986 INFO O| Dec 20 22:01:08.986 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9012 | 2024-12-20T22:01:09.932Z | [ host-image] Dec 20 22:01:09.010 INFO O| Dec 20 22:01:09.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
9013 | 2024-12-20T22:01:09.935Z | [ host-image] Dec 20 22:01:09.010 INFO O| Dec 20 22:01:09.010 INFO STEP 47 (remove_files) COMPLETE |
9014 | 2024-12-20T22:01:09.935Z | [ host-image] Dec 20 22:01:09.010 INFO O| Dec 20 22:01:09.010 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9015 | 2024-12-20T22:01:09.962Z | [ host-image] Dec 20 22:01:09.040 INFO O| Dec 20 22:01:09.040 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
9016 | 2024-12-20T22:01:09.962Z | [ host-image] Dec 20 22:01:09.040 INFO O| Dec 20 22:01:09.040 INFO STEP 48 (remove_files) COMPLETE |
9017 | 2024-12-20T22:01:09.965Z | [ host-image] Dec 20 22:01:09.040 INFO O| Dec 20 22:01:09.040 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9018 | 2024-12-20T22:01:10.000Z | [ host-image] Dec 20 22:01:09.078 INFO O| Dec 20 22:01:09.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
9019 | 2024-12-20T22:01:10.000Z | [ host-image] Dec 20 22:01:09.078 INFO O| Dec 20 22:01:09.078 INFO STEP 49 (remove_files) COMPLETE |
9020 | 2024-12-20T22:01:10.003Z | [ host-image] Dec 20 22:01:09.078 INFO O| Dec 20 22:01:09.078 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9021 | 2024-12-20T22:01:10.039Z | [ host-image] Dec 20 22:01:09.117 INFO O| Dec 20 22:01:09.117 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
9022 | 2024-12-20T22:01:10.039Z | [ host-image] Dec 20 22:01:09.117 INFO O| Dec 20 22:01:09.117 INFO STEP 50 (remove_files) COMPLETE |
9023 | 2024-12-20T22:01:10.043Z | [ host-image] Dec 20 22:01:09.117 INFO O| Dec 20 22:01:09.117 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9024 | 2024-12-20T22:01:10.055Z | [ host-image] Dec 20 22:01:09.134 INFO O| Dec 20 22:01:09.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
9025 | 2024-12-20T22:01:10.055Z | [ host-image] Dec 20 22:01:09.134 INFO O| Dec 20 22:01:09.134 INFO STEP 51 (remove_files) COMPLETE |
9026 | 2024-12-20T22:01:10.055Z | [ host-image] Dec 20 22:01:09.134 INFO O| Dec 20 22:01:09.134 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9027 | 2024-12-20T22:01:10.071Z | [ host-image] Dec 20 22:01:09.150 INFO O| Dec 20 22:01:09.150 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
9028 | 2024-12-20T22:01:10.071Z | [ host-image] Dec 20 22:01:09.150 INFO O| Dec 20 22:01:09.150 INFO STEP 52 (remove_files) COMPLETE |
9029 | 2024-12-20T22:01:10.074Z | [ host-image] Dec 20 22:01:09.150 INFO O| Dec 20 22:01:09.150 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9030 | 2024-12-20T22:01:10.089Z | [ host-image] Dec 20 22:01:09.168 INFO O| Dec 20 22:01:09.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
9031 | 2024-12-20T22:01:10.089Z | [ host-image] Dec 20 22:01:09.168 INFO O| Dec 20 22:01:09.168 INFO STEP 53 (remove_files) COMPLETE |
9032 | 2024-12-20T22:01:10.089Z | [ host-image] Dec 20 22:01:09.168 INFO O| Dec 20 22:01:09.168 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9033 | 2024-12-20T22:01:10.108Z | [ host-image] Dec 20 22:01:09.187 INFO O| Dec 20 22:01:09.187 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
9034 | 2024-12-20T22:01:10.108Z | [ host-image] Dec 20 22:01:09.187 INFO O| Dec 20 22:01:09.187 INFO STEP 54 (remove_files) COMPLETE |
9035 | 2024-12-20T22:01:10.108Z | [ host-image] Dec 20 22:01:09.187 INFO O| Dec 20 22:01:09.187 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9036 | 2024-12-20T22:01:10.128Z | [ host-image] Dec 20 22:01:09.206 INFO O| Dec 20 22:01:09.206 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
9037 | 2024-12-20T22:01:10.128Z | [ host-image] Dec 20 22:01:09.207 INFO O| Dec 20 22:01:09.206 INFO STEP 55 (remove_files) COMPLETE |
9038 | 2024-12-20T22:01:10.128Z | [ host-image] Dec 20 22:01:09.207 INFO O| Dec 20 22:01:09.207 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9039 | 2024-12-20T22:01:10.147Z | [ host-image] Dec 20 22:01:09.226 INFO O| Dec 20 22:01:09.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
9040 | 2024-12-20T22:01:10.147Z | [ host-image] Dec 20 22:01:09.226 INFO O| Dec 20 22:01:09.226 INFO STEP 56 (remove_files) COMPLETE |
9041 | 2024-12-20T22:01:10.156Z | [ host-image] Dec 20 22:01:09.226 INFO O| Dec 20 22:01:09.226 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9042 | 2024-12-20T22:01:10.166Z | [ host-image] Dec 20 22:01:09.244 INFO O| Dec 20 22:01:09.244 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
9043 | 2024-12-20T22:01:10.166Z | [ host-image] Dec 20 22:01:09.245 INFO O| Dec 20 22:01:09.245 INFO STEP 57 (remove_files) COMPLETE |
9044 | 2024-12-20T22:01:10.169Z | [ host-image] Dec 20 22:01:09.245 INFO O| Dec 20 22:01:09.245 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9045 | 2024-12-20T22:01:10.185Z | [ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9046 | 2024-12-20T22:01:10.186Z | [ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9047 | 2024-12-20T22:01:10.189Z | [ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9048 | 2024-12-20T22:01:10.189Z | [ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9049 | 2024-12-20T22:01:10.189Z | [ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9050 | 2024-12-20T22:01:10.189Z | [ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9051 | 2024-12-20T22:01:10.189Z | [ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO ok! |
9052 | 2024-12-20T22:01:10.189Z | [ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO STEP 58 (ensure_file) COMPLETE |
9053 | 2024-12-20T22:01:10.189Z | [ host-image] Dec 20 22:01:09.264 INFO O| Dec 20 22:01:09.264 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9054 | 2024-12-20T22:01:10.205Z | [ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9055 | 2024-12-20T22:01:10.205Z | [ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9056 | 2024-12-20T22:01:10.208Z | [ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9057 | 2024-12-20T22:01:10.208Z | [ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9058 | 2024-12-20T22:01:10.208Z | [ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9059 | 2024-12-20T22:01:10.208Z | [ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9060 | 2024-12-20T22:01:10.208Z | [ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO ok! |
9061 | 2024-12-20T22:01:10.208Z | [ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO STEP 59 (ensure_file) COMPLETE |
9062 | 2024-12-20T22:01:10.208Z | [ host-image] Dec 20 22:01:09.284 INFO O| Dec 20 22:01:09.284 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9063 | 2024-12-20T22:01:10.225Z | [ host-image] Dec 20 22:01:09.303 INFO O| Dec 20 22:01:09.303 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9064 | 2024-12-20T22:01:10.225Z | [ host-image] Dec 20 22:01:09.303 INFO O| Dec 20 22:01:09.303 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9065 | 2024-12-20T22:01:10.225Z | [ host-image] Dec 20 22:01:09.303 INFO O| Dec 20 22:01:09.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9066 | 2024-12-20T22:01:10.227Z | [ host-image] Dec 20 22:01:09.303 INFO O| Dec 20 22:01:09.303 INFO ok! |
9067 | 2024-12-20T22:01:10.227Z | [ host-image] Dec 20 22:01:09.303 INFO O| Dec 20 22:01:09.303 INFO STEP 60 (ensure_file) COMPLETE |
9068 | 2024-12-20T22:01:10.228Z | [ host-image] Dec 20 22:01:09.303 INFO O| Dec 20 22:01:09.303 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9069 | 2024-12-20T22:01:10.266Z | [ host-image] Dec 20 22:01:09.344 INFO O| Dec 20 22:01:09.344 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9070 | 2024-12-20T22:01:10.266Z | [ host-image] Dec 20 22:01:09.345 INFO O| Dec 20 22:01:09.344 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9071 | 2024-12-20T22:01:10.269Z | [ host-image] Dec 20 22:01:09.345 INFO O| Dec 20 22:01:09.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9072 | 2024-12-20T22:01:10.269Z | [ host-image] Dec 20 22:01:09.345 INFO O| Dec 20 22:01:09.345 INFO ok! |
9073 | 2024-12-20T22:01:10.269Z | [ host-image] Dec 20 22:01:09.345 INFO O| Dec 20 22:01:09.345 INFO STEP 61 (ensure_file) COMPLETE |
9074 | 2024-12-20T22:01:10.269Z | [ host-image] Dec 20 22:01:09.345 INFO O| Dec 20 22:01:09.345 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9075 | 2024-12-20T22:01:10.324Z | [ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9076 | 2024-12-20T22:01:10.324Z | [ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9077 | 2024-12-20T22:01:10.324Z | [ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9078 | 2024-12-20T22:01:10.327Z | [ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9079 | 2024-12-20T22:01:10.327Z | [ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 INFO ok! |
9080 | 2024-12-20T22:01:10.327Z | [ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 INFO STEP 62 (ensure_file) COMPLETE |
9081 | 2024-12-20T22:01:10.327Z | [ host-image] Dec 20 22:01:09.402 INFO O| Dec 20 22:01:09.402 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9082 | 2024-12-20T22:01:10.385Z | [ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.463 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9083 | 2024-12-20T22:01:10.385Z | [ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.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 ... |
9084 | 2024-12-20T22:01:10.388Z | [ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.463 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9085 | 2024-12-20T22:01:10.388Z | [ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.463 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9086 | 2024-12-20T22:01:10.388Z | [ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.463 INFO ok! |
9087 | 2024-12-20T22:01:10.388Z | [ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.463 INFO STEP 63 (ensure_file) COMPLETE |
9088 | 2024-12-20T22:01:10.388Z | [ host-image] Dec 20 22:01:09.463 INFO O| Dec 20 22:01:09.463 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9089 | 2024-12-20T22:01:10.401Z | [ host-image] Dec 20 22:01:09.479 INFO O| Dec 20 22:01:09.479 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9090 | 2024-12-20T22:01:10.401Z | [ host-image] Dec 20 22:01:09.479 INFO O| Dec 20 22:01:09.479 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9091 | 2024-12-20T22:01:10.401Z | [ host-image] Dec 20 22:01:09.479 INFO O| Dec 20 22:01:09.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9092 | 2024-12-20T22:01:10.401Z | [ host-image] Dec 20 22:01:09.479 INFO O| Dec 20 22:01:09.479 INFO ok! |
9093 | 2024-12-20T22:01:10.403Z | [ host-image] Dec 20 22:01:09.479 INFO O| Dec 20 22:01:09.479 INFO STEP 64 (assemble_files) COMPLETE |
9094 | 2024-12-20T22:01:10.403Z | [ host-image] Dec 20 22:01:09.479 INFO O| Dec 20 22:01:09.479 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9095 | 2024-12-20T22:01:10.417Z | [ host-image] Dec 20 22:01:09.495 INFO O| Dec 20 22:01:09.495 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9096 | 2024-12-20T22:01:10.417Z | [ host-image] Dec 20 22:01:09.496 INFO O| Dec 20 22:01:09.495 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9097 | 2024-12-20T22:01:10.420Z | [ host-image] Dec 20 22:01:09.496 INFO O| Dec 20 22:01:09.496 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9098 | 2024-12-20T22:01:10.420Z | [ host-image] Dec 20 22:01:09.496 INFO O| Dec 20 22:01:09.496 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9099 | 2024-12-20T22:01:10.420Z | [ host-image] Dec 20 22:01:09.496 INFO O| Dec 20 22:01:09.496 INFO ok! |
9100 | 2024-12-20T22:01:10.420Z | [ host-image] Dec 20 22:01:09.496 INFO O| Dec 20 22:01:09.496 INFO STEP 65 (ensure_file) COMPLETE |
9101 | 2024-12-20T22:01:10.420Z | [ host-image] Dec 20 22:01:09.496 INFO O| Dec 20 22:01:09.496 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9102 | 2024-12-20T22:01:10.437Z | [ host-image] Dec 20 22:01:09.515 INFO O| Dec 20 22:01:09.515 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9103 | 2024-12-20T22:01:10.439Z | [ host-image] Dec 20 22:01:09.515 INFO O| Dec 20 22:01:09.515 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9104 | 2024-12-20T22:01:10.439Z | [ host-image] Dec 20 22:01:09.516 INFO O| Dec 20 22:01:09.515 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9105 | 2024-12-20T22:01:10.439Z | [ host-image] Dec 20 22:01:09.516 INFO O| Dec 20 22:01:09.516 INFO STEP 66 (ensure_dir) COMPLETE |
9106 | 2024-12-20T22:01:10.439Z | [ host-image] Dec 20 22:01:09.516 INFO O| Dec 20 22:01:09.516 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9107 | 2024-12-20T22:01:10.489Z | [ host-image] Dec 20 22:01:09.568 INFO O| Dec 20 22:01:09.568 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9108 | 2024-12-20T22:01:10.489Z | [ host-image] Dec 20 22:01:09.568 INFO O| Dec 20 22:01:09.568 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 ... |
9109 | 2024-12-20T22:01:10.500Z | [ host-image] Dec 20 22:01:09.578 INFO O| Dec 20 22:01:09.578 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 |
9110 | 2024-12-20T22:01:10.500Z | [ host-image] Dec 20 22:01:09.578 INFO O| Dec 20 22:01:09.578 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9111 | 2024-12-20T22:01:10.504Z | [ host-image] Dec 20 22:01:09.578 INFO O| Dec 20 22:01:09.578 INFO ok! |
9112 | 2024-12-20T22:01:10.504Z | [ host-image] Dec 20 22:01:09.578 INFO O| Dec 20 22:01:09.578 INFO STEP 67 (ensure_file) COMPLETE |
9113 | 2024-12-20T22:01:10.504Z | [ host-image] Dec 20 22:01:09.578 INFO O| Dec 20 22:01:09.578 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9114 | 2024-12-20T22:01:10.522Z | [ host-image] Dec 20 22:01:09.600 INFO O| Dec 20 22:01:09.600 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9115 | 2024-12-20T22:01:10.522Z | [ host-image] Dec 20 22:01:09.600 INFO O| Dec 20 22:01:09.600 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 ... |
9116 | 2024-12-20T22:01:10.525Z | [ host-image] Dec 20 22:01:09.600 INFO O| Dec 20 22:01:09.600 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 |
9117 | 2024-12-20T22:01:10.525Z | [ host-image] Dec 20 22:01:09.600 INFO O| Dec 20 22:01:09.600 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9118 | 2024-12-20T22:01:10.525Z | [ host-image] Dec 20 22:01:09.600 INFO O| Dec 20 22:01:09.600 INFO ok! |
9119 | 2024-12-20T22:01:10.525Z | [ host-image] Dec 20 22:01:09.601 INFO O| Dec 20 22:01:09.600 INFO STEP 68 (ensure_file) COMPLETE |
9120 | 2024-12-20T22:01:10.525Z | [ host-image] Dec 20 22:01:09.601 INFO O| Dec 20 22:01:09.601 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9121 | 2024-12-20T22:01:10.551Z | [ host-image] Dec 20 22:01:09.629 INFO O| Dec 20 22:01:09.629 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9122 | 2024-12-20T22:01:10.551Z | [ host-image] Dec 20 22:01:09.629 INFO O| Dec 20 22:01:09.629 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9123 | 2024-12-20T22:01:14.116Z | [ host-image] Dec 20 22:01:13.193 INFO O| Dec 20 22:01:13.193 INFO STEP 69 (pack_tar) COMPLETE |
9124 | 2024-12-20T22:01:14.116Z | [ host-image] Dec 20 22:01:13.193 INFO O| Dec 20 22:01:13.193 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9125 | 2024-12-20T22:01:14.118Z | [ host-image] Dec 20 22:01:13.193 INFO O| Dec 20 22:01:13.193 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9126 | 2024-12-20T22:01:14.670Z | [ host-image] Dec 20 22:01:13.748 INFO O| Dec 20 22:01:13.748 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9127 | 2024-12-20T22:01:14.772Z | [ host-image] Dec 20 22:01:13.850 INFO O| Dec 20 22:01:13.850 INFO completed processing gimlet/ramdisk-02-trim |
9128 | 2024-12-20T22:01:14.775Z | [ host-image] Dec 20 22:01:13.853 INFO image builder template: zfs... |
9129 | 2024-12-20T22:01:14.775Z | [ host-image] Dec 20 22:01:13.853 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/.tmpz5fbTL/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.311", "-n", "zfs"], pwd: None |
9130 | 2024-12-20T22:01:14.799Z | [ host-image] Dec 20 22:01:13.877 INFO O| Dec 20 22:01:13.876 INFO skip include "stress" because feature "stress" is not enabled |
9131 | 2024-12-20T22:01:14.876Z | [ host-image] Dec 20 22:01:13.954 INFO O| Dec 20 22:01:13.954 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9132 | 2024-12-20T22:01:14.909Z | [ host-image] Dec 20 22:01:13.987 INFO O| Dec 20 22:01:13.987 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9133 | 2024-12-20T22:01:14.998Z | [ host-image] Dec 20 22:01:14.076 INFO O| Dec 20 22:01:14.076 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9134 | 2024-12-20T22:01:15.080Z | [ host-image] Dec 20 22:01:14.158 INFO O| Dec 20 22:01:14.157 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9135 | 2024-12-20T22:01:15.083Z | [ host-image] Dec 20 22:01:14.158 INFO O| Dec 20 22:01:14.158 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9136 | 2024-12-20T22:01:15.089Z | [ host-image] Dec 20 22:01:14.167 INFO O| Dec 20 22:01:14.167 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9137 | 2024-12-20T22:01:15.201Z | [ host-image] Dec 20 22:01:14.279 INFO O| Dec 20 22:01:14.279 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9138 | 2024-12-20T22:01:15.294Z | [ host-image] Dec 20 22:01:14.371 INFO O| Dec 20 22:01:14.371 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9139 | 2024-12-20T22:01:15.335Z | [ host-image] Dec 20 22:01:14.411 INFO O| Dec 20 22:01:14.411 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9140 | 2024-12-20T22:01:15.343Z | [ host-image] Dec 20 22:01:14.420 INFO O| Dec 20 22:01:14.420 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9141 | 2024-12-20T22:01:15.345Z | [ host-image] Dec 20 22:01:14.421 INFO O| Dec 20 22:01:14.421 INFO no lofi found |
9142 | 2024-12-20T22:01:15.346Z | [ host-image] Dec 20 22:01:14.421 INFO O| Dec 20 22:01:14.421 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9143 | 2024-12-20T22:01:15.346Z | [ host-image] Dec 20 22:01:14.421 INFO O| Dec 20 22:01:14.421 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9144 | 2024-12-20T22:01:16.933Z | [ host-image] Dec 20 22:01:16.010 INFO O| Dec 20 22:01:16.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
9145 | 2024-12-20T22:01:16.935Z | [ host-image] Dec 20 22:01:16.010 INFO O| Dec 20 22:01:16.010 INFO pool device = /dev/dsk/c2t1d0p0 |
9146 | 2024-12-20T22:01:16.935Z | [ host-image] Dec 20 22:01:16.011 INFO O| Dec 20 22:01:16.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
9147 | 2024-12-20T22:01:17.195Z | [ host-image] Dec 20 22:01:16.273 INFO O| Dec 20 22:01:16.273 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9148 | 2024-12-20T22:01:17.195Z | [ host-image] Dec 20 22:01:16.273 INFO O| Dec 20 22:01:16.273 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9149 | 2024-12-20T22:01:17.224Z | [ host-image] Dec 20 22:01:16.302 INFO O| Dec 20 22:01:16.302 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9150 | 2024-12-20T22:01:17.361Z | [ host-image] Dec 20 22:01:16.439 INFO O| Dec 20 22:01:16.439 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9151 | 2024-12-20T22:01:17.423Z | [ host-image] Dec 20 22:01:16.498 INFO O| Dec 20 22:01:16.498 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9152 | 2024-12-20T22:01:17.449Z | [ host-image] Dec 20 22:01:16.526 INFO O| Dec 20 22:01:16.526 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9153 | 2024-12-20T22:01:17.481Z | [ host-image] Dec 20 22:01:16.559 INFO O| Dec 20 22:01:16.559 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9154 | 2024-12-20T22:01:17.584Z | [ host-image] Dec 20 22:01:16.661 INFO O| Dec 20 22:01:16.661 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9155 | 2024-12-20T22:01:17.584Z | [ host-image] Dec 20 22:01:16.662 INFO O| Dec 20 22:01:16.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9156 | 2024-12-20T22:01:17.587Z | [ host-image] Dec 20 22:01:16.662 INFO O| Dec 20 22:01:16.662 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9157 | 2024-12-20T22:01:17.597Z | [ host-image] Dec 20 22:01:16.675 INFO O| Dec 20 22:01:16.675 INFO boot environment UUID: dcdc0bd4-ed04-473f-b062-42640a8d2564 |
9158 | 2024-12-20T22:01:17.597Z | [ host-image] Dec 20 22:01:16.675 INFO O| Dec 20 22:01:16.675 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = dcdc0bd4-ed04-473f-b062-42640a8d2564 |
9159 | 2024-12-20T22:01:17.624Z | [ host-image] Dec 20 22:01:16.701 INFO O| Dec 20 22:01:16.701 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9160 | 2024-12-20T22:01:17.660Z | [ host-image] Dec 20 22:01:16.737 INFO O| Dec 20 22:01:16.737 INFO STEP 0 (create_be) COMPLETE |
9161 | 2024-12-20T22:01:17.660Z | [ host-image] Dec 20 22:01:16.737 INFO O| Dec 20 22:01:16.737 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9162 | 2024-12-20T22:01:17.685Z | [ host-image] Dec 20 22:01:16.763 INFO O| Dec 20 22:01:16.763 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9163 | 2024-12-20T22:01:32.795Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 14m 24s |
9164 | 2024-12-20T22:01:33.285Z | Dec 20 22:01:32.361 INFO [verify-libraries] process exited with exit status: 0 (868.96309419s) |
9165 | 2024-12-20T22:01:38.080Z | [ host-image] Dec 20 22:01:37.156 INFO O| Dec 20 22:01:37.156 INFO STEP 1 (unpack_tar) COMPLETE |
9166 | 2024-12-20T22:01:38.080Z | [ host-image] Dec 20 22:01:37.156 INFO O| Dec 20 22:01:37.156 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9167 | 2024-12-20T22:01:38.091Z | [ host-image] Dec 20 22:01:37.167 INFO O| Dec 20 22:01:37.167 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9168 | 2024-12-20T22:01:38.426Z | [ host-image] Dec 20 22:01:37.499 INFO O| Dec 20 22:01:37.499 INFO STEP 2 (devfsadm) COMPLETE |
9169 | 2024-12-20T22:01:38.426Z | [ host-image] Dec 20 22:01:37.499 INFO O| Dec 20 22:01:37.499 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9170 | 2024-12-20T22:01:38.434Z | [ host-image] Dec 20 22:01:37.510 INFO O| Dec 20 22:01:37.510 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9171 | 2024-12-20T22:01:38.434Z | [ host-image] Dec 20 22:01:37.510 INFO O| Dec 20 22:01:37.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9172 | 2024-12-20T22:01:38.439Z | [ host-image] Dec 20 22:01:37.510 INFO O| Dec 20 22:01:37.510 INFO STEP 3 (ensure_dir) COMPLETE |
9173 | 2024-12-20T22:01:38.439Z | [ host-image] Dec 20 22:01:37.510 INFO O| Dec 20 22:01:37.510 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9174 | 2024-12-20T22:01:38.445Z | [ host-image] Dec 20 22:01:37.520 INFO O| Dec 20 22:01:37.520 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9175 | 2024-12-20T22:01:38.445Z | [ host-image] Dec 20 22:01:37.520 INFO O| Dec 20 22:01:37.520 INFO STEP 4 (ensure_dir) COMPLETE |
9176 | 2024-12-20T22:01:38.445Z | [ host-image] Dec 20 22:01:37.520 INFO O| Dec 20 22:01:37.520 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9177 | 2024-12-20T22:01:38.454Z | [ host-image] Dec 20 22:01:37.530 INFO O| Dec 20 22:01:37.530 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9178 | 2024-12-20T22:01:38.454Z | [ host-image] Dec 20 22:01:37.530 INFO O| Dec 20 22:01:37.530 INFO STEP 5 (ensure_dir) COMPLETE |
9179 | 2024-12-20T22:01:38.457Z | [ host-image] Dec 20 22:01:37.530 INFO O| Dec 20 22:01:37.530 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9180 | 2024-12-20T22:01:38.465Z | [ host-image] Dec 20 22:01:37.539 INFO O| Dec 20 22:01:37.539 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9181 | 2024-12-20T22:01:38.465Z | [ host-image] Dec 20 22:01:37.539 INFO O| Dec 20 22:01:37.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9182 | 2024-12-20T22:01:38.468Z | [ host-image] Dec 20 22:01:37.539 INFO O| Dec 20 22:01:37.539 INFO STEP 6 (ensure_dir) COMPLETE |
9183 | 2024-12-20T22:01:38.468Z | [ host-image] Dec 20 22:01:37.539 INFO O| Dec 20 22:01:37.539 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9184 | 2024-12-20T22:01:38.473Z | [ host-image] Dec 20 22:01:37.549 INFO O| Dec 20 22:01:37.549 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9185 | 2024-12-20T22:01:38.477Z | [ host-image] Dec 20 22:01:37.549 INFO O| Dec 20 22:01:37.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9186 | 2024-12-20T22:01:38.477Z | [ host-image] Dec 20 22:01:37.549 INFO O| Dec 20 22:01:37.549 INFO STEP 7 (ensure_dir) COMPLETE |
9187 | 2024-12-20T22:01:38.477Z | [ host-image] Dec 20 22:01:37.549 INFO O| Dec 20 22:01:37.549 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9188 | 2024-12-20T22:01:38.483Z | [ host-image] Dec 20 22:01:37.559 INFO O| Dec 20 22:01:37.559 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9189 | 2024-12-20T22:01:38.486Z | [ host-image] Dec 20 22:01:37.559 INFO O| Dec 20 22:01:37.559 INFO STEP 8 (remove_files) COMPLETE |
9190 | 2024-12-20T22:01:38.486Z | [ host-image] Dec 20 22:01:37.559 INFO O| Dec 20 22:01:37.559 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9191 | 2024-12-20T22:01:38.493Z | [ host-image] Dec 20 22:01:37.569 INFO O| Dec 20 22:01:37.569 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9192 | 2024-12-20T22:01:38.496Z | [ host-image] Dec 20 22:01:37.569 INFO O| Dec 20 22:01:37.569 INFO STEP 9 (remove_files) COMPLETE |
9193 | 2024-12-20T22:01:38.496Z | [ host-image] Dec 20 22:01:37.569 INFO O| Dec 20 22:01:37.569 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9194 | 2024-12-20T22:01:38.504Z | [ host-image] Dec 20 22:01:37.579 INFO O| Dec 20 22:01:37.579 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9195 | 2024-12-20T22:01:38.507Z | [ host-image] Dec 20 22:01:37.580 INFO O| Dec 20 22:01:37.580 INFO STEP 10 (remove_files) COMPLETE |
9196 | 2024-12-20T22:01:38.507Z | [ host-image] Dec 20 22:01:37.580 INFO O| Dec 20 22:01:37.580 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9197 | 2024-12-20T22:01:38.513Z | [ host-image] Dec 20 22:01:37.589 INFO O| Dec 20 22:01:37.589 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9198 | 2024-12-20T22:01:38.517Z | [ host-image] Dec 20 22:01:37.589 INFO O| Dec 20 22:01:37.589 INFO STEP 11 (remove_files) COMPLETE |
9199 | 2024-12-20T22:01:38.517Z | [ host-image] Dec 20 22:01:37.589 INFO O| Dec 20 22:01:37.589 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9200 | 2024-12-20T22:01:38.524Z | [ host-image] Dec 20 22:01:37.599 INFO O| Dec 20 22:01:37.599 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9201 | 2024-12-20T22:01:38.529Z | [ host-image] Dec 20 22:01:37.599 INFO O| Dec 20 22:01:37.599 INFO STEP 12 (remove_files) COMPLETE |
9202 | 2024-12-20T22:01:38.529Z | [ host-image] Dec 20 22:01:37.599 INFO O| Dec 20 22:01:37.599 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9203 | 2024-12-20T22:01:38.533Z | [ host-image] Dec 20 22:01:37.609 INFO O| Dec 20 22:01:37.609 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9204 | 2024-12-20T22:01:38.536Z | [ host-image] Dec 20 22:01:37.609 INFO O| Dec 20 22:01:37.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9205 | 2024-12-20T22:01:38.536Z | [ host-image] Dec 20 22:01:37.609 INFO O| Dec 20 22:01:37.609 INFO STEP 13 (ensure_dir) COMPLETE |
9206 | 2024-12-20T22:01:38.536Z | [ host-image] Dec 20 22:01:37.609 INFO O| Dec 20 22:01:37.609 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9207 | 2024-12-20T22:01:38.544Z | [ host-image] Dec 20 22:01:37.619 INFO O| Dec 20 22:01:37.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9208 | 2024-12-20T22:01:38.544Z | [ host-image] Dec 20 22:01:37.619 INFO O| Dec 20 22:01:37.619 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9209 | 2024-12-20T22:01:38.550Z | [ host-image] Dec 20 22:01:37.619 INFO O| Dec 20 22:01:37.619 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9210 | 2024-12-20T22:01:38.550Z | [ host-image] Dec 20 22:01:37.619 INFO O| Dec 20 22:01:37.619 INFO STEP 14 (ensure_dir) COMPLETE |
9211 | 2024-12-20T22:01:38.550Z | [ host-image] Dec 20 22:01:37.619 INFO O| Dec 20 22:01:37.619 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9212 | 2024-12-20T22:01:38.555Z | [ host-image] Dec 20 22:01:37.629 INFO O| Dec 20 22:01:37.629 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9213 | 2024-12-20T22:01:38.555Z | [ host-image] Dec 20 22:01:37.629 INFO O| Dec 20 22:01:37.629 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9214 | 2024-12-20T22:01:38.555Z | [ host-image] Dec 20 22:01:37.629 INFO O| Dec 20 22:01:37.629 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9215 | 2024-12-20T22:01:38.558Z | [ host-image] Dec 20 22:01:37.629 INFO O| Dec 20 22:01:37.629 INFO STEP 15 (ensure_dir) COMPLETE |
9216 | 2024-12-20T22:01:38.558Z | [ host-image] Dec 20 22:01:37.629 INFO O| Dec 20 22:01:37.629 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9217 | 2024-12-20T22:01:38.564Z | [ host-image] Dec 20 22:01:37.639 INFO O| Dec 20 22:01:37.639 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9218 | 2024-12-20T22:01:38.568Z | [ host-image] Dec 20 22:01:37.639 INFO O| Dec 20 22:01:37.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9219 | 2024-12-20T22:01:38.568Z | [ host-image] Dec 20 22:01:37.639 INFO O| Dec 20 22:01:37.639 INFO STEP 16 (ensure_dir) COMPLETE |
9220 | 2024-12-20T22:01:38.568Z | [ host-image] Dec 20 22:01:37.639 INFO O| Dec 20 22:01:37.639 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9221 | 2024-12-20T22:01:38.573Z | [ host-image] Dec 20 22:01:37.648 INFO O| Dec 20 22:01:37.648 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9222 | 2024-12-20T22:01:38.576Z | [ host-image] Dec 20 22:01:37.649 INFO O| Dec 20 22:01:37.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9223 | 2024-12-20T22:01:38.576Z | [ host-image] Dec 20 22:01:37.649 INFO O| Dec 20 22:01:37.649 INFO STEP 17 (ensure_dir) COMPLETE |
9224 | 2024-12-20T22:01:38.577Z | [ host-image] Dec 20 22:01:37.649 INFO O| Dec 20 22:01:37.649 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9225 | 2024-12-20T22:01:38.583Z | [ host-image] Dec 20 22:01:37.658 INFO O| Dec 20 22:01:37.658 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9226 | 2024-12-20T22:01:38.583Z | [ host-image] Dec 20 22:01:37.659 INFO O| Dec 20 22:01:37.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9227 | 2024-12-20T22:01:38.583Z | [ host-image] Dec 20 22:01:37.659 INFO O| Dec 20 22:01:37.659 INFO ok! |
9228 | 2024-12-20T22:01:38.586Z | [ host-image] Dec 20 22:01:37.659 INFO O| Dec 20 22:01:37.659 INFO STEP 18 (ensure_symlink) COMPLETE |
9229 | 2024-12-20T22:01:38.586Z | [ host-image] Dec 20 22:01:37.659 INFO O| Dec 20 22:01:37.659 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9230 | 2024-12-20T22:01:38.592Z | [ host-image] Dec 20 22:01:37.668 INFO O| Dec 20 22:01:37.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9231 | 2024-12-20T22:01:38.596Z | [ host-image] Dec 20 22:01:37.668 INFO O| Dec 20 22:01:37.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9232 | 2024-12-20T22:01:38.596Z | [ host-image] Dec 20 22:01:37.668 INFO O| Dec 20 22:01:37.668 INFO ok! |
9233 | 2024-12-20T22:01:38.596Z | [ host-image] Dec 20 22:01:37.668 INFO O| Dec 20 22:01:37.668 INFO STEP 19 (ensure_file) COMPLETE |
9234 | 2024-12-20T22:01:38.596Z | [ host-image] Dec 20 22:01:37.668 INFO O| Dec 20 22:01:37.668 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9235 | 2024-12-20T22:01:38.604Z | [ host-image] Dec 20 22:01:37.678 INFO O| Dec 20 22:01:37.678 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9236 | 2024-12-20T22:01:38.604Z | [ host-image] Dec 20 22:01:37.678 INFO O| Dec 20 22:01:37.678 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9237 | 2024-12-20T22:01:38.607Z | [ host-image] Dec 20 22:01:37.678 INFO O| Dec 20 22:01:37.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9238 | 2024-12-20T22:01:38.607Z | [ host-image] Dec 20 22:01:37.679 INFO O| Dec 20 22:01:37.678 INFO ok! |
9239 | 2024-12-20T22:01:38.607Z | [ host-image] Dec 20 22:01:37.679 INFO O| Dec 20 22:01:37.678 INFO STEP 20 (ensure_symlink) COMPLETE |
9240 | 2024-12-20T22:01:38.607Z | [ host-image] Dec 20 22:01:37.679 INFO O| Dec 20 22:01:37.678 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9241 | 2024-12-20T22:01:38.612Z | [ host-image] Dec 20 22:01:37.688 INFO O| Dec 20 22:01:37.688 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9242 | 2024-12-20T22:01:38.612Z | [ host-image] Dec 20 22:01:37.688 INFO O| Dec 20 22:01:37.688 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9243 | 2024-12-20T22:01:38.616Z | [ host-image] Dec 20 22:01:37.688 INFO O| Dec 20 22:01:37.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9244 | 2024-12-20T22:01:38.616Z | [ host-image] Dec 20 22:01:37.688 INFO O| Dec 20 22:01:37.688 INFO ok! |
9245 | 2024-12-20T22:01:38.617Z | [ host-image] Dec 20 22:01:37.688 INFO O| Dec 20 22:01:37.688 INFO STEP 21 (ensure_symlink) COMPLETE |
9246 | 2024-12-20T22:01:38.617Z | [ host-image] Dec 20 22:01:37.688 INFO O| Dec 20 22:01:37.688 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9247 | 2024-12-20T22:01:38.622Z | [ host-image] Dec 20 22:01:37.698 INFO O| Dec 20 22:01:37.698 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9248 | 2024-12-20T22:01:38.622Z | [ host-image] Dec 20 22:01:37.698 INFO O| Dec 20 22:01:37.698 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9249 | 2024-12-20T22:01:38.625Z | [ host-image] Dec 20 22:01:37.698 INFO O| Dec 20 22:01:37.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9250 | 2024-12-20T22:01:38.625Z | [ host-image] Dec 20 22:01:37.698 INFO O| Dec 20 22:01:37.698 INFO ok! |
9251 | 2024-12-20T22:01:38.626Z | [ host-image] Dec 20 22:01:37.698 INFO O| Dec 20 22:01:37.698 INFO STEP 22 (ensure_symlink) COMPLETE |
9252 | 2024-12-20T22:01:38.626Z | [ host-image] Dec 20 22:01:37.698 INFO O| Dec 20 22:01:37.698 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9253 | 2024-12-20T22:01:38.632Z | [ host-image] Dec 20 22:01:37.707 INFO O| Dec 20 22:01:37.707 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9254 | 2024-12-20T22:01:38.632Z | [ host-image] Dec 20 22:01:37.707 INFO O| Dec 20 22:01:37.707 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9255 | 2024-12-20T22:01:38.635Z | [ host-image] Dec 20 22:01:37.708 INFO O| Dec 20 22:01:37.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9256 | 2024-12-20T22:01:38.635Z | [ host-image] Dec 20 22:01:37.708 INFO O| Dec 20 22:01:37.708 INFO ok! |
9257 | 2024-12-20T22:01:38.635Z | [ host-image] Dec 20 22:01:37.708 INFO O| Dec 20 22:01:37.708 INFO STEP 23 (ensure_symlink) COMPLETE |
9258 | 2024-12-20T22:01:38.635Z | [ host-image] Dec 20 22:01:37.708 INFO O| Dec 20 22:01:37.708 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9259 | 2024-12-20T22:01:38.643Z | [ host-image] Dec 20 22:01:37.718 INFO O| Dec 20 22:01:37.717 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9260 | 2024-12-20T22:01:38.643Z | [ host-image] Dec 20 22:01:37.718 INFO O| Dec 20 22:01:37.718 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9261 | 2024-12-20T22:01:38.646Z | [ host-image] Dec 20 22:01:37.718 INFO O| Dec 20 22:01:37.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9262 | 2024-12-20T22:01:38.646Z | [ host-image] Dec 20 22:01:37.718 INFO O| Dec 20 22:01:37.718 INFO ok! |
9263 | 2024-12-20T22:01:38.646Z | [ host-image] Dec 20 22:01:37.718 INFO O| Dec 20 22:01:37.718 INFO STEP 24 (ensure_file) COMPLETE |
9264 | 2024-12-20T22:01:38.646Z | [ host-image] Dec 20 22:01:37.718 INFO O| Dec 20 22:01:37.718 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9265 | 2024-12-20T22:01:38.653Z | [ host-image] Dec 20 22:01:37.728 INFO O| Dec 20 22:01:37.728 INFO updating shadow file |
9266 | 2024-12-20T22:01:38.656Z | [ host-image] Dec 20 22:01:37.728 INFO O| Dec 20 22:01:37.728 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9267 | 2024-12-20T22:01:38.656Z | [ host-image] Dec 20 22:01:37.728 INFO O| Dec 20 22:01:37.728 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9268 | 2024-12-20T22:01:38.656Z | [ host-image] Dec 20 22:01:37.728 INFO O| Dec 20 22:01:37.728 INFO STEP 25 (shadow) COMPLETE |
9269 | 2024-12-20T22:01:38.657Z | [ host-image] Dec 20 22:01:37.728 INFO O| Dec 20 22:01:37.728 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9270 | 2024-12-20T22:01:38.662Z | [ host-image] Dec 20 22:01:37.738 INFO O| Dec 20 22:01:37.738 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9271 | 2024-12-20T22:01:38.662Z | [ host-image] Dec 20 22:01:37.738 INFO O| Dec 20 22:01:37.738 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9272 | 2024-12-20T22:01:38.666Z | [ host-image] Dec 20 22:01:37.738 INFO O| Dec 20 22:01:37.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9273 | 2024-12-20T22:01:38.666Z | [ host-image] Dec 20 22:01:37.738 INFO O| Dec 20 22:01:37.738 INFO ok! |
9274 | 2024-12-20T22:01:38.666Z | [ host-image] Dec 20 22:01:37.738 INFO O| Dec 20 22:01:37.738 INFO STEP 26 (ensure_file) COMPLETE |
9275 | 2024-12-20T22:01:38.666Z | [ host-image] Dec 20 22:01:37.738 INFO O| Dec 20 22:01:37.738 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9276 | 2024-12-20T22:01:38.672Z | [ host-image] Dec 20 22:01:37.748 INFO O| Dec 20 22:01:37.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9277 | 2024-12-20T22:01:38.673Z | [ host-image] Dec 20 22:01:37.748 INFO O| Dec 20 22:01:37.748 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9278 | 2024-12-20T22:01:38.676Z | [ host-image] Dec 20 22:01:37.748 INFO O| Dec 20 22:01:37.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9279 | 2024-12-20T22:01:38.676Z | [ host-image] Dec 20 22:01:37.748 INFO O| Dec 20 22:01:37.748 INFO ok! |
9280 | 2024-12-20T22:01:38.676Z | [ host-image] Dec 20 22:01:37.748 INFO O| Dec 20 22:01:37.748 INFO STEP 27 (ensure_file) COMPLETE |
9281 | 2024-12-20T22:01:38.676Z | [ host-image] Dec 20 22:01:37.748 INFO O| Dec 20 22:01:37.748 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9282 | 2024-12-20T22:01:38.683Z | [ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9283 | 2024-12-20T22:01:38.683Z | [ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9284 | 2024-12-20T22:01:38.686Z | [ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9285 | 2024-12-20T22:01:38.686Z | [ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9286 | 2024-12-20T22:01:38.686Z | [ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 INFO ok! |
9287 | 2024-12-20T22:01:38.686Z | [ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 INFO STEP 28 (ensure_file) COMPLETE |
9288 | 2024-12-20T22:01:38.687Z | [ host-image] Dec 20 22:01:37.758 INFO O| Dec 20 22:01:37.758 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9289 | 2024-12-20T22:01:38.692Z | [ host-image] Dec 20 22:01:37.768 INFO O| Dec 20 22:01:37.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9290 | 2024-12-20T22:01:38.696Z | [ host-image] Dec 20 22:01:37.768 INFO O| Dec 20 22:01:37.768 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9291 | 2024-12-20T22:01:38.696Z | [ host-image] Dec 20 22:01:37.768 INFO O| Dec 20 22:01:37.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9292 | 2024-12-20T22:01:38.696Z | [ host-image] Dec 20 22:01:37.768 INFO O| Dec 20 22:01:37.768 INFO ok! |
9293 | 2024-12-20T22:01:38.696Z | [ host-image] Dec 20 22:01:37.768 INFO O| Dec 20 22:01:37.768 INFO STEP 29 (ensure_file) COMPLETE |
9294 | 2024-12-20T22:01:38.696Z | [ host-image] Dec 20 22:01:37.768 INFO O| Dec 20 22:01:37.768 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9295 | 2024-12-20T22:01:38.702Z | [ host-image] Dec 20 22:01:37.778 INFO O| Dec 20 22:01:37.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9296 | 2024-12-20T22:01:38.702Z | [ host-image] Dec 20 22:01:37.778 INFO O| Dec 20 22:01:37.777 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9297 | 2024-12-20T22:01:38.705Z | [ host-image] Dec 20 22:01:37.778 INFO O| Dec 20 22:01:37.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9298 | 2024-12-20T22:01:38.705Z | [ host-image] Dec 20 22:01:37.778 INFO O| Dec 20 22:01:37.778 INFO ok! |
9299 | 2024-12-20T22:01:38.705Z | [ host-image] Dec 20 22:01:37.778 INFO O| Dec 20 22:01:37.778 INFO STEP 30 (ensure_file) COMPLETE |
9300 | 2024-12-20T22:01:38.705Z | [ host-image] Dec 20 22:01:37.778 INFO O| Dec 20 22:01:37.778 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9301 | 2024-12-20T22:01:38.712Z | [ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9302 | 2024-12-20T22:01:38.712Z | [ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9303 | 2024-12-20T22:01:38.715Z | [ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9304 | 2024-12-20T22:01:38.715Z | [ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9305 | 2024-12-20T22:01:38.715Z | [ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 INFO ok! |
9306 | 2024-12-20T22:01:38.715Z | [ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 INFO STEP 31 (ensure_file) COMPLETE |
9307 | 2024-12-20T22:01:38.715Z | [ host-image] Dec 20 22:01:37.788 INFO O| Dec 20 22:01:37.788 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9308 | 2024-12-20T22:01:38.722Z | [ host-image] Dec 20 22:01:37.798 INFO O| Dec 20 22:01:37.798 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9309 | 2024-12-20T22:01:38.722Z | [ host-image] Dec 20 22:01:37.798 INFO O| Dec 20 22:01:37.798 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9310 | 2024-12-20T22:01:38.728Z | [ host-image] Dec 20 22:01:37.798 INFO O| Dec 20 22:01:37.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9311 | 2024-12-20T22:01:38.728Z | [ host-image] Dec 20 22:01:37.798 INFO O| Dec 20 22:01:37.798 INFO ok! |
9312 | 2024-12-20T22:01:38.728Z | [ host-image] Dec 20 22:01:37.798 INFO O| Dec 20 22:01:37.798 INFO STEP 32 (ensure_file) COMPLETE |
9313 | 2024-12-20T22:01:38.728Z | [ host-image] Dec 20 22:01:37.798 INFO O| Dec 20 22:01:37.798 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9314 | 2024-12-20T22:01:38.732Z | [ host-image] Dec 20 22:01:37.808 INFO O| Dec 20 22:01:37.808 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9315 | 2024-12-20T22:01:38.735Z | [ host-image] Dec 20 22:01:37.808 INFO O| Dec 20 22:01:37.808 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9316 | 2024-12-20T22:01:38.735Z | [ host-image] Dec 20 22:01:37.808 INFO O| Dec 20 22:01:37.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9317 | 2024-12-20T22:01:38.735Z | [ host-image] Dec 20 22:01:37.808 INFO O| Dec 20 22:01:37.808 INFO ok! |
9318 | 2024-12-20T22:01:38.735Z | [ host-image] Dec 20 22:01:37.808 INFO O| Dec 20 22:01:37.808 INFO STEP 33 (ensure_file) COMPLETE |
9319 | 2024-12-20T22:01:38.735Z | [ host-image] Dec 20 22:01:37.808 INFO O| Dec 20 22:01:37.808 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9320 | 2024-12-20T22:01:38.744Z | [ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9321 | 2024-12-20T22:01:38.748Z | [ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9322 | 2024-12-20T22:01:38.748Z | [ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9323 | 2024-12-20T22:01:38.748Z | [ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9324 | 2024-12-20T22:01:38.748Z | [ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9325 | 2024-12-20T22:01:38.748Z | [ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9326 | 2024-12-20T22:01:38.749Z | [ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO ok! |
9327 | 2024-12-20T22:01:38.749Z | [ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO STEP 34 (ensure_file) COMPLETE |
9328 | 2024-12-20T22:01:38.749Z | [ host-image] Dec 20 22:01:37.818 INFO O| Dec 20 22:01:37.818 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9329 | 2024-12-20T22:01:38.753Z | [ host-image] Dec 20 22:01:37.828 INFO O| Dec 20 22:01:37.828 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9330 | 2024-12-20T22:01:38.756Z | [ host-image] Dec 20 22:01:37.829 INFO O| Dec 20 22:01:37.829 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9331 | 2024-12-20T22:01:38.756Z | [ host-image] Dec 20 22:01:37.829 INFO O| Dec 20 22:01:37.829 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9332 | 2024-12-20T22:01:38.756Z | [ host-image] Dec 20 22:01:37.829 INFO O| Dec 20 22:01:37.829 INFO STEP 35 (ensure_dir) COMPLETE |
9333 | 2024-12-20T22:01:38.756Z | [ host-image] Dec 20 22:01:37.829 INFO O| Dec 20 22:01:37.829 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9334 | 2024-12-20T22:01:38.763Z | [ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 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 |
9335 | 2024-12-20T22:01:38.763Z | [ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 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 ... |
9336 | 2024-12-20T22:01:38.766Z | [ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 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 |
9337 | 2024-12-20T22:01:38.767Z | [ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 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 |
9338 | 2024-12-20T22:01:38.767Z | [ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 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 |
9339 | 2024-12-20T22:01:38.767Z | [ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 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 |
9340 | 2024-12-20T22:01:38.767Z | [ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 INFO ok! |
9341 | 2024-12-20T22:01:38.767Z | [ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 INFO STEP 36 (ensure_file) COMPLETE |
9342 | 2024-12-20T22:01:38.767Z | [ host-image] Dec 20 22:01:37.839 INFO O| Dec 20 22:01:37.839 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9343 | 2024-12-20T22:01:38.774Z | [ host-image] Dec 20 22:01:37.849 INFO O| Dec 20 22:01:37.849 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9344 | 2024-12-20T22:01:38.776Z | [ host-image] Dec 20 22:01:37.849 INFO O| Dec 20 22:01:37.849 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 ... |
9345 | 2024-12-20T22:01:38.776Z | [ host-image] Dec 20 22:01:37.849 INFO O| Dec 20 22:01:37.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9346 | 2024-12-20T22:01:38.776Z | [ host-image] Dec 20 22:01:37.849 INFO O| Dec 20 22:01:37.849 INFO ok! |
9347 | 2024-12-20T22:01:38.776Z | [ host-image] Dec 20 22:01:37.849 INFO O| Dec 20 22:01:37.849 INFO STEP 37 (ensure_symlink) COMPLETE |
9348 | 2024-12-20T22:01:38.776Z | [ host-image] Dec 20 22:01:37.849 INFO O| Dec 20 22:01:37.849 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9349 | 2024-12-20T22:01:38.783Z | [ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9350 | 2024-12-20T22:01:38.783Z | [ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9351 | 2024-12-20T22:01:38.786Z | [ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9352 | 2024-12-20T22:01:38.786Z | [ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9353 | 2024-12-20T22:01:38.786Z | [ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9354 | 2024-12-20T22:01:38.786Z | [ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9355 | 2024-12-20T22:01:38.786Z | [ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO ok! |
9356 | 2024-12-20T22:01:38.786Z | [ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO STEP 38 (ensure_file) COMPLETE |
9357 | 2024-12-20T22:01:38.786Z | [ host-image] Dec 20 22:01:37.859 INFO O| Dec 20 22:01:37.859 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9358 | 2024-12-20T22:01:38.793Z | [ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9359 | 2024-12-20T22:01:38.793Z | [ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 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 ... |
9360 | 2024-12-20T22:01:38.796Z | [ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 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 |
9361 | 2024-12-20T22:01:38.796Z | [ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9362 | 2024-12-20T22:01:38.796Z | [ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 INFO ok! |
9363 | 2024-12-20T22:01:38.796Z | [ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 INFO STEP 39 (ensure_file) COMPLETE |
9364 | 2024-12-20T22:01:38.796Z | [ host-image] Dec 20 22:01:37.869 INFO O| Dec 20 22:01:37.869 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9365 | 2024-12-20T22:01:38.804Z | [ host-image] Dec 20 22:01:37.879 INFO O| Dec 20 22:01:37.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9366 | 2024-12-20T22:01:38.807Z | [ host-image] Dec 20 22:01:37.879 INFO O| Dec 20 22:01:37.879 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9367 | 2024-12-20T22:01:38.807Z | [ host-image] Dec 20 22:01:37.879 INFO O| Dec 20 22:01:37.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9368 | 2024-12-20T22:01:38.807Z | [ host-image] Dec 20 22:01:37.879 INFO O| Dec 20 22:01:37.879 INFO ok! |
9369 | 2024-12-20T22:01:38.807Z | [ host-image] Dec 20 22:01:37.879 INFO O| Dec 20 22:01:37.879 INFO STEP 40 (ensure_file) COMPLETE |
9370 | 2024-12-20T22:01:38.807Z | [ host-image] Dec 20 22:01:37.879 INFO O| Dec 20 22:01:37.879 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9371 | 2024-12-20T22:01:38.813Z | [ host-image] Dec 20 22:01:37.889 INFO O| Dec 20 22:01:37.889 INFO updating shadow file |
9372 | 2024-12-20T22:01:38.816Z | [ host-image] Dec 20 22:01:37.889 INFO O| Dec 20 22:01:37.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9373 | 2024-12-20T22:01:38.816Z | [ host-image] Dec 20 22:01:37.889 INFO O| Dec 20 22:01:37.889 INFO STEP 41 (shadow) COMPLETE |
9374 | 2024-12-20T22:01:38.816Z | [ host-image] Dec 20 22:01:37.889 INFO O| Dec 20 22:01:37.889 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9375 | 2024-12-20T22:01:38.823Z | [ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9376 | 2024-12-20T22:01:38.823Z | [ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9377 | 2024-12-20T22:01:38.827Z | [ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9378 | 2024-12-20T22:01:38.827Z | [ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9379 | 2024-12-20T22:01:38.827Z | [ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO ok! |
9380 | 2024-12-20T22:01:38.827Z | [ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO STEP 42 (ensure_file) COMPLETE |
9381 | 2024-12-20T22:01:38.827Z | [ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9382 | 2024-12-20T22:01:38.827Z | [ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO skip step because feature "mfg" is not enabled |
9383 | 2024-12-20T22:01:38.827Z | [ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9384 | 2024-12-20T22:01:38.827Z | [ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO skip step because feature "mfg" is not enabled |
9385 | 2024-12-20T22:01:38.827Z | [ host-image] Dec 20 22:01:37.899 INFO O| Dec 20 22:01:37.899 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9386 | 2024-12-20T22:01:38.833Z | [ host-image] Dec 20 22:01:37.909 INFO O| Dec 20 22:01:37.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9387 | 2024-12-20T22:01:38.833Z | [ host-image] Dec 20 22:01:37.909 INFO O| Dec 20 22:01:37.909 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9388 | 2024-12-20T22:01:39.465Z | [ host-image] Dec 20 22:01:38.540 INFO O| Dec 20 22:01:38.540 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9389 | 2024-12-20T22:01:39.465Z | [ host-image] Dec 20 22:01:38.540 INFO O| Dec 20 22:01:38.540 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9390 | 2024-12-20T22:01:39.468Z | [ host-image] Dec 20 22:01:38.540 INFO O| Dec 20 22:01:38.540 INFO ok! |
9391 | 2024-12-20T22:01:39.468Z | [ host-image] Dec 20 22:01:38.540 INFO O| Dec 20 22:01:38.540 INFO STEP 45 (ensure_file) COMPLETE |
9392 | 2024-12-20T22:01:39.468Z | [ host-image] Dec 20 22:01:38.540 INFO O| Dec 20 22:01:38.540 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9393 | 2024-12-20T22:01:39.476Z | [ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9394 | 2024-12-20T22:01:39.476Z | [ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9395 | 2024-12-20T22:01:39.479Z | [ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9396 | 2024-12-20T22:01:39.479Z | [ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9397 | 2024-12-20T22:01:39.479Z | [ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9398 | 2024-12-20T22:01:39.479Z | [ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9399 | 2024-12-20T22:01:39.479Z | [ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO ok! |
9400 | 2024-12-20T22:01:39.480Z | [ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO STEP 46 (ensure_file) COMPLETE |
9401 | 2024-12-20T22:01:39.480Z | [ host-image] Dec 20 22:01:38.552 INFO O| Dec 20 22:01:38.552 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9402 | 2024-12-20T22:01:39.487Z | [ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9403 | 2024-12-20T22:01:39.487Z | [ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 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 ... |
9404 | 2024-12-20T22:01:39.490Z | [ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 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 |
9405 | 2024-12-20T22:01:39.490Z | [ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9406 | 2024-12-20T22:01:39.490Z | [ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 INFO ok! |
9407 | 2024-12-20T22:01:39.490Z | [ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 INFO STEP 47 (ensure_file) COMPLETE |
9408 | 2024-12-20T22:01:39.490Z | [ host-image] Dec 20 22:01:38.562 INFO O| Dec 20 22:01:38.562 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9409 | 2024-12-20T22:01:39.496Z | [ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9410 | 2024-12-20T22:01:39.496Z | [ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9411 | 2024-12-20T22:01:39.500Z | [ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9412 | 2024-12-20T22:01:39.500Z | [ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9413 | 2024-12-20T22:01:39.500Z | [ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9414 | 2024-12-20T22:01:39.500Z | [ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9415 | 2024-12-20T22:01:39.500Z | [ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO ok! |
9416 | 2024-12-20T22:01:39.500Z | [ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO STEP 48 (ensure_file) COMPLETE |
9417 | 2024-12-20T22:01:39.500Z | [ host-image] Dec 20 22:01:38.572 INFO O| Dec 20 22:01:38.572 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9418 | 2024-12-20T22:01:39.506Z | [ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9419 | 2024-12-20T22:01:39.506Z | [ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 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 ... |
9420 | 2024-12-20T22:01:39.509Z | [ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 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 |
9421 | 2024-12-20T22:01:39.510Z | [ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9422 | 2024-12-20T22:01:39.510Z | [ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 INFO ok! |
9423 | 2024-12-20T22:01:39.510Z | [ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 INFO STEP 49 (ensure_file) COMPLETE |
9424 | 2024-12-20T22:01:39.510Z | [ host-image] Dec 20 22:01:38.582 INFO O| Dec 20 22:01:38.582 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9425 | 2024-12-20T22:01:39.516Z | [ host-image] Dec 20 22:01:38.591 INFO O| Dec 20 22:01:38.591 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9426 | 2024-12-20T22:01:39.516Z | [ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.591 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9427 | 2024-12-20T22:01:39.519Z | [ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9428 | 2024-12-20T22:01:39.519Z | [ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9429 | 2024-12-20T22:01:39.519Z | [ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9430 | 2024-12-20T22:01:39.519Z | [ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9431 | 2024-12-20T22:01:39.519Z | [ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO ok! |
9432 | 2024-12-20T22:01:39.519Z | [ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO STEP 50 (ensure_file) COMPLETE |
9433 | 2024-12-20T22:01:39.519Z | [ host-image] Dec 20 22:01:38.592 INFO O| Dec 20 22:01:38.592 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9434 | 2024-12-20T22:01:39.526Z | [ host-image] Dec 20 22:01:38.601 INFO O| Dec 20 22:01:38.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9435 | 2024-12-20T22:01:39.526Z | [ host-image] Dec 20 22:01:38.601 INFO O| Dec 20 22:01:38.601 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 ... |
9436 | 2024-12-20T22:01:39.529Z | [ host-image] Dec 20 22:01:38.602 INFO O| Dec 20 22:01:38.602 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 |
9437 | 2024-12-20T22:01:39.529Z | [ host-image] Dec 20 22:01:38.602 INFO O| Dec 20 22:01:38.602 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9438 | 2024-12-20T22:01:39.529Z | [ host-image] Dec 20 22:01:38.602 INFO O| Dec 20 22:01:38.602 INFO ok! |
9439 | 2024-12-20T22:01:39.529Z | [ host-image] Dec 20 22:01:38.602 INFO O| Dec 20 22:01:38.602 INFO STEP 51 (ensure_file) COMPLETE |
9440 | 2024-12-20T22:01:39.529Z | [ host-image] Dec 20 22:01:38.602 INFO O| Dec 20 22:01:38.602 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9441 | 2024-12-20T22:01:39.536Z | [ host-image] Dec 20 22:01:38.611 INFO O| Dec 20 22:01:38.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9442 | 2024-12-20T22:01:39.536Z | [ host-image] Dec 20 22:01:38.611 INFO O| Dec 20 22:01:38.611 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 ... |
9443 | 2024-12-20T22:01:39.541Z | [ host-image] Dec 20 22:01:38.611 INFO O| Dec 20 22:01:38.611 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 |
9444 | 2024-12-20T22:01:39.541Z | [ host-image] Dec 20 22:01:38.611 INFO O| Dec 20 22:01:38.611 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9445 | 2024-12-20T22:01:39.541Z | [ host-image] Dec 20 22:01:38.611 INFO O| Dec 20 22:01:38.611 INFO ok! |
9446 | 2024-12-20T22:01:39.541Z | [ host-image] Dec 20 22:01:38.612 INFO O| Dec 20 22:01:38.611 INFO STEP 52 (ensure_file) COMPLETE |
9447 | 2024-12-20T22:01:39.541Z | [ host-image] Dec 20 22:01:38.612 INFO O| Dec 20 22:01:38.611 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9448 | 2024-12-20T22:01:39.546Z | [ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9449 | 2024-12-20T22:01:39.546Z | [ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 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 ... |
9450 | 2024-12-20T22:01:39.546Z | [ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 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 |
9451 | 2024-12-20T22:01:39.553Z | [ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9452 | 2024-12-20T22:01:39.553Z | [ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 INFO ok! |
9453 | 2024-12-20T22:01:39.553Z | [ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 INFO STEP 53 (ensure_file) COMPLETE |
9454 | 2024-12-20T22:01:39.553Z | [ host-image] Dec 20 22:01:38.621 INFO O| Dec 20 22:01:38.621 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9455 | 2024-12-20T22:01:39.555Z | [ host-image] Dec 20 22:01:38.631 INFO O| Dec 20 22:01:38.631 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9456 | 2024-12-20T22:01:39.555Z | [ host-image] Dec 20 22:01:38.631 INFO O| Dec 20 22:01:38.631 INFO STEP 54 (ensure_dir) COMPLETE |
9457 | 2024-12-20T22:01:39.558Z | [ host-image] Dec 20 22:01:38.631 INFO O| Dec 20 22:01:38.631 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9458 | 2024-12-20T22:01:39.565Z | [ host-image] Dec 20 22:01:38.641 INFO O| Dec 20 22:01:38.641 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9459 | 2024-12-20T22:01:39.565Z | [ host-image] Dec 20 22:01:38.641 INFO O| Dec 20 22:01:38.641 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9460 | 2024-12-20T22:01:39.568Z | [ host-image] Dec 20 22:01:38.641 INFO O| Dec 20 22:01:38.641 INFO STEP 55 (ensure_dir) COMPLETE |
9461 | 2024-12-20T22:01:39.568Z | [ host-image] Dec 20 22:01:38.641 INFO O| Dec 20 22:01:38.641 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9462 | 2024-12-20T22:01:39.575Z | [ host-image] Dec 20 22:01:38.651 INFO O| Dec 20 22:01:38.651 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9463 | 2024-12-20T22:01:39.579Z | [ host-image] Dec 20 22:01:38.651 INFO O| Dec 20 22:01:38.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9464 | 2024-12-20T22:01:39.579Z | [ host-image] Dec 20 22:01:38.651 INFO O| Dec 20 22:01:38.651 INFO STEP 56 (ensure_dir) COMPLETE |
9465 | 2024-12-20T22:01:39.579Z | [ host-image] Dec 20 22:01:38.651 INFO O| Dec 20 22:01:38.651 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9466 | 2024-12-20T22:01:39.585Z | [ host-image] Dec 20 22:01:38.660 INFO O| Dec 20 22:01:38.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9467 | 2024-12-20T22:01:39.585Z | [ host-image] Dec 20 22:01:38.660 INFO O| Dec 20 22:01:38.660 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9468 | 2024-12-20T22:01:39.602Z | [ host-image] Dec 20 22:01:38.678 INFO O| Dec 20 22:01:38.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9469 | 2024-12-20T22:01:39.602Z | [ host-image] Dec 20 22:01:38.678 INFO O| Dec 20 22:01:38.678 INFO ok! |
9470 | 2024-12-20T22:01:39.605Z | [ host-image] Dec 20 22:01:38.678 INFO O| Dec 20 22:01:38.678 INFO STEP 57 (ensure_file) COMPLETE |
9471 | 2024-12-20T22:01:39.605Z | [ host-image] Dec 20 22:01:38.678 INFO O| Dec 20 22:01:38.678 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9472 | 2024-12-20T22:01:39.614Z | [ host-image] Dec 20 22:01:38.689 INFO O| Dec 20 22:01:38.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9473 | 2024-12-20T22:01:39.614Z | [ host-image] Dec 20 22:01:38.689 INFO O| Dec 20 22:01:38.689 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9474 | 2024-12-20T22:01:40.696Z | [ host-image] Dec 20 22:01:39.772 INFO O| Dec 20 22:01:39.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9475 | 2024-12-20T22:01:40.696Z | [ host-image] Dec 20 22:01:39.772 INFO O| Dec 20 22:01:39.771 INFO ok! |
9476 | 2024-12-20T22:01:40.699Z | [ host-image] Dec 20 22:01:39.772 INFO O| Dec 20 22:01:39.772 INFO STEP 58 (ensure_file) COMPLETE |
9477 | 2024-12-20T22:01:40.699Z | [ host-image] Dec 20 22:01:39.772 INFO O| Dec 20 22:01:39.772 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9478 | 2024-12-20T22:01:40.708Z | [ host-image] Dec 20 22:01:39.784 INFO O| Dec 20 22:01:39.784 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9479 | 2024-12-20T22:01:40.712Z | [ host-image] Dec 20 22:01:39.784 INFO O| Dec 20 22:01:39.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9480 | 2024-12-20T22:01:40.712Z | [ host-image] Dec 20 22:01:39.784 INFO O| Dec 20 22:01:39.784 INFO STEP 59 (ensure_dir) COMPLETE |
9481 | 2024-12-20T22:01:40.712Z | [ host-image] Dec 20 22:01:39.784 INFO O| Dec 20 22:01:39.784 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9482 | 2024-12-20T22:01:40.719Z | [ host-image] Dec 20 22:01:39.794 INFO O| Dec 20 22:01:39.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9483 | 2024-12-20T22:01:40.719Z | [ host-image] Dec 20 22:01:39.794 INFO O| Dec 20 22:01:39.794 INFO copying /tmp/.tmpz5fbTL/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 ... |
9484 | 2024-12-20T22:01:40.722Z | [ host-image] Dec 20 22:01:39.794 INFO O| Dec 20 22:01:39.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9485 | 2024-12-20T22:01:40.722Z | [ host-image] Dec 20 22:01:39.794 INFO O| Dec 20 22:01:39.794 INFO ok! |
9486 | 2024-12-20T22:01:40.722Z | [ host-image] Dec 20 22:01:39.794 INFO O| Dec 20 22:01:39.794 INFO STEP 60 (ensure_file) COMPLETE |
9487 | 2024-12-20T22:01:40.722Z | [ host-image] Dec 20 22:01:39.794 INFO O| Dec 20 22:01:39.794 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9488 | 2024-12-20T22:01:40.729Z | [ host-image] Dec 20 22:01:39.805 INFO O| Dec 20 22:01:39.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9489 | 2024-12-20T22:01:40.729Z | [ host-image] Dec 20 22:01:39.805 INFO O| Dec 20 22:01:39.805 INFO copying /tmp/.tmpz5fbTL/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 ... |
9490 | 2024-12-20T22:01:40.732Z | [ host-image] Dec 20 22:01:39.805 INFO O| Dec 20 22:01:39.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9491 | 2024-12-20T22:01:40.732Z | [ host-image] Dec 20 22:01:39.805 INFO O| Dec 20 22:01:39.805 INFO ok! |
9492 | 2024-12-20T22:01:40.732Z | [ host-image] Dec 20 22:01:39.805 INFO O| Dec 20 22:01:39.805 INFO STEP 61 (ensure_file) COMPLETE |
9493 | 2024-12-20T22:01:40.732Z | [ host-image] Dec 20 22:01:39.805 INFO O| Dec 20 22:01:39.805 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9494 | 2024-12-20T22:01:40.740Z | [ host-image] Dec 20 22:01:39.815 INFO O| Dec 20 22:01:39.815 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9495 | 2024-12-20T22:01:40.749Z | [ host-image] Dec 20 22:01:39.815 INFO O| Dec 20 22:01:39.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9496 | 2024-12-20T22:01:40.749Z | [ host-image] Dec 20 22:01:39.815 INFO O| Dec 20 22:01:39.815 INFO STEP 62 (ensure_dir) COMPLETE |
9497 | 2024-12-20T22:01:40.749Z | [ host-image] Dec 20 22:01:39.815 INFO O| Dec 20 22:01:39.815 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9498 | 2024-12-20T22:01:40.755Z | [ host-image] Dec 20 22:01:39.825 INFO O| Dec 20 22:01:39.825 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9499 | 2024-12-20T22:01:40.755Z | [ host-image] Dec 20 22:01:39.825 INFO O| Dec 20 22:01:39.825 INFO copying /tmp/.tmpz5fbTL/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 ... |
9500 | 2024-12-20T22:01:40.755Z | [ host-image] Dec 20 22:01:39.825 INFO O| Dec 20 22:01:39.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9501 | 2024-12-20T22:01:40.755Z | [ host-image] Dec 20 22:01:39.825 INFO O| Dec 20 22:01:39.825 INFO ok! |
9502 | 2024-12-20T22:01:40.755Z | [ host-image] Dec 20 22:01:39.825 INFO O| Dec 20 22:01:39.825 INFO STEP 63 (ensure_file) COMPLETE |
9503 | 2024-12-20T22:01:40.755Z | [ host-image] Dec 20 22:01:39.825 INFO O| Dec 20 22:01:39.825 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9504 | 2024-12-20T22:01:40.760Z | [ host-image] Dec 20 22:01:39.835 INFO O| Dec 20 22:01:39.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9505 | 2024-12-20T22:01:40.760Z | [ host-image] Dec 20 22:01:39.835 INFO O| Dec 20 22:01:39.835 INFO copying /tmp/.tmpz5fbTL/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 ... |
9506 | 2024-12-20T22:01:40.763Z | [ host-image] Dec 20 22:01:39.835 INFO O| Dec 20 22:01:39.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9507 | 2024-12-20T22:01:40.763Z | [ host-image] Dec 20 22:01:39.835 INFO O| Dec 20 22:01:39.835 INFO ok! |
9508 | 2024-12-20T22:01:40.764Z | [ host-image] Dec 20 22:01:39.835 INFO O| Dec 20 22:01:39.835 INFO STEP 64 (ensure_file) COMPLETE |
9509 | 2024-12-20T22:01:40.764Z | [ host-image] Dec 20 22:01:39.835 INFO O| Dec 20 22:01:39.835 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9510 | 2024-12-20T22:01:40.769Z | [ host-image] Dec 20 22:01:39.845 INFO O| Dec 20 22:01:39.845 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9511 | 2024-12-20T22:01:40.769Z | [ host-image] Dec 20 22:01:39.845 INFO O| Dec 20 22:01:39.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9512 | 2024-12-20T22:01:40.772Z | [ host-image] Dec 20 22:01:39.845 INFO O| Dec 20 22:01:39.845 INFO STEP 65 (ensure_dir) COMPLETE |
9513 | 2024-12-20T22:01:40.772Z | [ host-image] Dec 20 22:01:39.845 INFO O| Dec 20 22:01:39.845 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9514 | 2024-12-20T22:01:40.780Z | [ host-image] Dec 20 22:01:39.855 INFO O| Dec 20 22:01:39.855 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9515 | 2024-12-20T22:01:40.780Z | [ host-image] Dec 20 22:01:39.855 INFO O| Dec 20 22:01:39.855 INFO copying /tmp/.tmpz5fbTL/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 ... |
9516 | 2024-12-20T22:01:40.783Z | [ host-image] Dec 20 22:01:39.855 INFO O| Dec 20 22:01:39.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9517 | 2024-12-20T22:01:40.783Z | [ host-image] Dec 20 22:01:39.855 INFO O| Dec 20 22:01:39.855 INFO ok! |
9518 | 2024-12-20T22:01:40.783Z | [ host-image] Dec 20 22:01:39.855 INFO O| Dec 20 22:01:39.855 INFO STEP 66 (ensure_file) COMPLETE |
9519 | 2024-12-20T22:01:40.783Z | [ host-image] Dec 20 22:01:39.855 INFO O| Dec 20 22:01:39.855 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9520 | 2024-12-20T22:01:40.790Z | [ host-image] Dec 20 22:01:39.865 INFO O| Dec 20 22:01:39.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9521 | 2024-12-20T22:01:40.790Z | [ host-image] Dec 20 22:01:39.865 INFO O| Dec 20 22:01:39.865 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9522 | 2024-12-20T22:01:40.800Z | [ host-image] Dec 20 22:01:39.865 INFO O| Dec 20 22:01:39.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9523 | 2024-12-20T22:01:40.800Z | [ host-image] Dec 20 22:01:39.865 INFO O| Dec 20 22:01:39.865 INFO ok! |
9524 | 2024-12-20T22:01:40.800Z | [ host-image] Dec 20 22:01:39.865 INFO O| Dec 20 22:01:39.865 INFO STEP 67 (ensure_file) COMPLETE |
9525 | 2024-12-20T22:01:40.800Z | [ host-image] Dec 20 22:01:39.865 INFO O| Dec 20 22:01:39.865 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9526 | 2024-12-20T22:01:40.800Z | [ host-image] Dec 20 22:01:39.875 INFO O| Dec 20 22:01:39.874 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9527 | 2024-12-20T22:01:40.800Z | [ host-image] Dec 20 22:01:39.875 INFO O| Dec 20 22:01:39.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9528 | 2024-12-20T22:01:40.800Z | [ host-image] Dec 20 22:01:39.875 INFO O| Dec 20 22:01:39.875 INFO STEP 68 (ensure_dir) COMPLETE |
9529 | 2024-12-20T22:01:40.800Z | [ host-image] Dec 20 22:01:39.875 INFO O| Dec 20 22:01:39.875 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9530 | 2024-12-20T22:01:40.809Z | [ host-image] Dec 20 22:01:39.884 INFO O| Dec 20 22:01:39.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9531 | 2024-12-20T22:01:40.812Z | [ host-image] Dec 20 22:01:39.884 INFO O| Dec 20 22:01:39.884 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9532 | 2024-12-20T22:01:41.884Z | [ host-image] Dec 20 22:01:40.959 INFO O| Dec 20 22:01:40.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9533 | 2024-12-20T22:01:41.884Z | [ host-image] Dec 20 22:01:40.959 INFO O| Dec 20 22:01:40.959 INFO ok! |
9534 | 2024-12-20T22:01:41.884Z | [ host-image] Dec 20 22:01:40.959 INFO O| Dec 20 22:01:40.959 INFO STEP 69 (ensure_file) COMPLETE |
9535 | 2024-12-20T22:01:41.901Z | [ host-image] Dec 20 22:01:40.959 INFO O| Dec 20 22:01:40.959 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9536 | 2024-12-20T22:01:41.901Z | [ host-image] Dec 20 22:01:40.970 INFO O| Dec 20 22:01:40.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9537 | 2024-12-20T22:01:41.901Z | [ host-image] Dec 20 22:01:40.970 INFO O| Dec 20 22:01:40.970 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9538 | 2024-12-20T22:01:43.439Z | [ host-image] Dec 20 22:01:42.514 INFO O| Dec 20 22:01:42.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9539 | 2024-12-20T22:01:43.440Z | [ host-image] Dec 20 22:01:42.514 INFO O| Dec 20 22:01:42.514 INFO ok! |
9540 | 2024-12-20T22:01:43.443Z | [ host-image] Dec 20 22:01:42.514 INFO O| Dec 20 22:01:42.514 INFO STEP 70 (ensure_file) COMPLETE |
9541 | 2024-12-20T22:01:43.444Z | [ host-image] Dec 20 22:01:42.514 INFO O| Dec 20 22:01:42.514 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9542 | 2024-12-20T22:01:43.452Z | [ host-image] Dec 20 22:01:42.525 INFO O| Dec 20 22:01:42.525 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9543 | 2024-12-20T22:01:43.455Z | [ host-image] Dec 20 22:01:42.525 INFO O| Dec 20 22:01:42.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9544 | 2024-12-20T22:01:43.455Z | [ host-image] Dec 20 22:01:42.525 INFO O| Dec 20 22:01:42.525 INFO STEP 71 (ensure_dir) COMPLETE |
9545 | 2024-12-20T22:01:43.455Z | [ host-image] Dec 20 22:01:42.525 INFO O| Dec 20 22:01:42.525 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9546 | 2024-12-20T22:01:43.460Z | [ host-image] Dec 20 22:01:42.535 INFO O| Dec 20 22:01:42.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9547 | 2024-12-20T22:01:43.463Z | [ host-image] Dec 20 22:01:42.535 INFO O| Dec 20 22:01:42.535 INFO copying /tmp/.tmpz5fbTL/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 ... |
9548 | 2024-12-20T22:01:43.463Z | [ host-image] Dec 20 22:01:42.535 INFO O| Dec 20 22:01:42.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9549 | 2024-12-20T22:01:43.463Z | [ host-image] Dec 20 22:01:42.535 INFO O| Dec 20 22:01:42.535 INFO ok! |
9550 | 2024-12-20T22:01:43.463Z | [ host-image] Dec 20 22:01:42.535 INFO O| Dec 20 22:01:42.535 INFO STEP 72 (ensure_file) COMPLETE |
9551 | 2024-12-20T22:01:43.463Z | [ host-image] Dec 20 22:01:42.535 INFO O| Dec 20 22:01:42.535 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9552 | 2024-12-20T22:01:43.470Z | [ host-image] Dec 20 22:01:42.545 INFO O| Dec 20 22:01:42.545 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9553 | 2024-12-20T22:01:43.470Z | [ host-image] Dec 20 22:01:42.545 INFO O| Dec 20 22:01:42.545 INFO copying /tmp/.tmpz5fbTL/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 ... |
9554 | 2024-12-20T22:01:43.470Z | [ host-image] Dec 20 22:01:42.545 INFO O| Dec 20 22:01:42.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9555 | 2024-12-20T22:01:43.473Z | [ host-image] Dec 20 22:01:42.545 INFO O| Dec 20 22:01:42.545 INFO ok! |
9556 | 2024-12-20T22:01:43.474Z | [ host-image] Dec 20 22:01:42.545 INFO O| Dec 20 22:01:42.545 INFO STEP 73 (ensure_file) COMPLETE |
9557 | 2024-12-20T22:01:43.474Z | [ host-image] Dec 20 22:01:42.545 INFO O| Dec 20 22:01:42.545 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9558 | 2024-12-20T22:01:43.480Z | [ host-image] Dec 20 22:01:42.554 INFO O| Dec 20 22:01:42.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9559 | 2024-12-20T22:01:43.483Z | [ host-image] Dec 20 22:01:42.554 INFO O| Dec 20 22:01:42.554 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9560 | 2024-12-20T22:01:43.483Z | [ host-image] Dec 20 22:01:42.555 INFO O| Dec 20 22:01:42.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9561 | 2024-12-20T22:01:43.484Z | [ host-image] Dec 20 22:01:42.555 INFO O| Dec 20 22:01:42.554 INFO ok! |
9562 | 2024-12-20T22:01:43.484Z | [ host-image] Dec 20 22:01:42.555 INFO O| Dec 20 22:01:42.555 INFO STEP 74 (ensure_file) COMPLETE |
9563 | 2024-12-20T22:01:43.484Z | [ host-image] Dec 20 22:01:42.555 INFO O| Dec 20 22:01:42.555 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9564 | 2024-12-20T22:01:43.489Z | [ host-image] Dec 20 22:01:42.565 INFO O| Dec 20 22:01:42.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9565 | 2024-12-20T22:01:43.489Z | [ host-image] Dec 20 22:01:42.565 INFO O| Dec 20 22:01:42.565 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9566 | 2024-12-20T22:01:43.492Z | [ host-image] Dec 20 22:01:42.565 INFO O| Dec 20 22:01:42.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9567 | 2024-12-20T22:01:43.492Z | [ host-image] Dec 20 22:01:42.565 INFO O| Dec 20 22:01:42.565 INFO ok! |
9568 | 2024-12-20T22:01:43.492Z | [ host-image] Dec 20 22:01:42.565 INFO O| Dec 20 22:01:42.565 INFO STEP 75 (ensure_file) COMPLETE |
9569 | 2024-12-20T22:01:43.492Z | [ host-image] Dec 20 22:01:42.565 INFO O| Dec 20 22:01:42.565 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9570 | 2024-12-20T22:01:43.499Z | [ host-image] Dec 20 22:01:42.574 INFO O| Dec 20 22:01:42.574 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9571 | 2024-12-20T22:01:43.500Z | [ host-image] Dec 20 22:01:42.574 INFO O| Dec 20 22:01:42.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9572 | 2024-12-20T22:01:43.500Z | [ host-image] Dec 20 22:01:42.574 INFO O| Dec 20 22:01:42.574 INFO STEP 76 (ensure_dir) COMPLETE |
9573 | 2024-12-20T22:01:43.503Z | [ host-image] Dec 20 22:01:42.574 INFO O| Dec 20 22:01:42.574 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9574 | 2024-12-20T22:01:43.509Z | [ host-image] Dec 20 22:01:42.584 INFO O| Dec 20 22:01:42.584 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9575 | 2024-12-20T22:01:43.509Z | [ host-image] Dec 20 22:01:42.584 INFO O| Dec 20 22:01:42.584 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9576 | 2024-12-20T22:01:43.513Z | [ host-image] Dec 20 22:01:42.588 INFO O| Dec 20 22:01:42.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9577 | 2024-12-20T22:01:43.513Z | [ host-image] Dec 20 22:01:42.588 INFO O| Dec 20 22:01:42.588 INFO ok! |
9578 | 2024-12-20T22:01:43.515Z | [ host-image] Dec 20 22:01:42.588 INFO O| Dec 20 22:01:42.588 INFO STEP 77 (ensure_file) COMPLETE |
9579 | 2024-12-20T22:01:43.516Z | [ host-image] Dec 20 22:01:42.588 INFO O| Dec 20 22:01:42.588 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9580 | 2024-12-20T22:01:43.523Z | [ host-image] Dec 20 22:01:42.598 INFO O| Dec 20 22:01:42.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9581 | 2024-12-20T22:01:43.523Z | [ host-image] Dec 20 22:01:42.598 INFO O| Dec 20 22:01:42.598 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9582 | 2024-12-20T22:01:43.526Z | [ host-image] Dec 20 22:01:42.598 INFO O| Dec 20 22:01:42.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9583 | 2024-12-20T22:01:43.526Z | [ host-image] Dec 20 22:01:42.598 INFO O| Dec 20 22:01:42.598 INFO ok! |
9584 | 2024-12-20T22:01:43.526Z | [ host-image] Dec 20 22:01:42.598 INFO O| Dec 20 22:01:42.598 INFO STEP 78 (ensure_file) COMPLETE |
9585 | 2024-12-20T22:01:43.526Z | [ host-image] Dec 20 22:01:42.598 INFO O| Dec 20 22:01:42.598 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9586 | 2024-12-20T22:01:43.532Z | [ host-image] Dec 20 22:01:42.607 INFO O| Dec 20 22:01:42.607 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9587 | 2024-12-20T22:01:43.532Z | [ host-image] Dec 20 22:01:42.607 INFO O| Dec 20 22:01:42.607 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9588 | 2024-12-20T22:01:44.167Z | [ host-image] Dec 20 22:01:43.242 INFO O| Dec 20 22:01:43.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9589 | 2024-12-20T22:01:44.167Z | [ host-image] Dec 20 22:01:43.242 INFO O| Dec 20 22:01:43.242 INFO ok! |
9590 | 2024-12-20T22:01:44.171Z | [ host-image] Dec 20 22:01:43.242 INFO O| Dec 20 22:01:43.242 INFO STEP 79 (ensure_file) COMPLETE |
9591 | 2024-12-20T22:01:44.171Z | [ host-image] Dec 20 22:01:43.242 INFO O| Dec 20 22:01:43.242 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9592 | 2024-12-20T22:01:44.178Z | [ host-image] Dec 20 22:01:43.253 INFO O| Dec 20 22:01:43.253 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9593 | 2024-12-20T22:01:44.179Z | [ host-image] Dec 20 22:01:43.253 INFO O| Dec 20 22:01:43.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9594 | 2024-12-20T22:01:44.182Z | [ host-image] Dec 20 22:01:43.253 INFO O| Dec 20 22:01:43.253 INFO STEP 80 (ensure_dir) COMPLETE |
9595 | 2024-12-20T22:01:44.183Z | [ host-image] Dec 20 22:01:43.253 INFO O| Dec 20 22:01:43.253 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9596 | 2024-12-20T22:01:44.191Z | [ host-image] Dec 20 22:01:43.263 INFO O| Dec 20 22:01:43.263 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9597 | 2024-12-20T22:01:44.191Z | [ host-image] Dec 20 22:01:43.263 INFO O| Dec 20 22:01:43.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9598 | 2024-12-20T22:01:44.191Z | [ host-image] Dec 20 22:01:43.263 INFO O| Dec 20 22:01:43.263 INFO STEP 81 (ensure_dir) COMPLETE |
9599 | 2024-12-20T22:01:44.195Z | [ host-image] Dec 20 22:01:43.263 INFO O| Dec 20 22:01:43.263 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9600 | 2024-12-20T22:01:44.198Z | [ host-image] Dec 20 22:01:43.273 INFO O| Dec 20 22:01:43.273 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9601 | 2024-12-20T22:01:44.198Z | [ host-image] Dec 20 22:01:43.273 INFO O| Dec 20 22:01:43.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9602 | 2024-12-20T22:01:44.198Z | [ host-image] Dec 20 22:01:43.273 INFO O| Dec 20 22:01:43.273 INFO STEP 82 (ensure_dir) COMPLETE |
9603 | 2024-12-20T22:01:44.199Z | [ host-image] Dec 20 22:01:43.273 INFO O| Dec 20 22:01:43.273 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9604 | 2024-12-20T22:01:44.208Z | [ host-image] Dec 20 22:01:43.282 INFO O| Dec 20 22:01:43.282 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9605 | 2024-12-20T22:01:44.211Z | [ host-image] Dec 20 22:01:43.283 INFO O| Dec 20 22:01:43.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9606 | 2024-12-20T22:01:44.211Z | [ host-image] Dec 20 22:01:43.283 INFO O| Dec 20 22:01:43.283 INFO STEP 83 (ensure_dir) COMPLETE |
9607 | 2024-12-20T22:01:44.211Z | [ host-image] Dec 20 22:01:43.283 INFO O| Dec 20 22:01:43.283 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9608 | 2024-12-20T22:01:44.222Z | [ host-image] Dec 20 22:01:43.293 INFO O| Dec 20 22:01:43.293 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9609 | 2024-12-20T22:01:44.223Z | [ host-image] Dec 20 22:01:43.293 INFO O| Dec 20 22:01:43.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9610 | 2024-12-20T22:01:44.237Z | [ host-image] Dec 20 22:01:43.293 INFO O| Dec 20 22:01:43.293 INFO STEP 84 (ensure_dir) COMPLETE |
9611 | 2024-12-20T22:01:44.237Z | [ host-image] Dec 20 22:01:43.293 INFO O| Dec 20 22:01:43.293 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9612 | 2024-12-20T22:01:44.237Z | [ host-image] Dec 20 22:01:43.303 INFO O| Dec 20 22:01:43.303 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9613 | 2024-12-20T22:01:44.237Z | [ host-image] Dec 20 22:01:43.303 INFO O| Dec 20 22:01:43.303 INFO copying /tmp/.tmpz5fbTL/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 ... |
9614 | 2024-12-20T22:01:44.237Z | [ host-image] Dec 20 22:01:43.303 INFO O| Dec 20 22:01:43.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9615 | 2024-12-20T22:01:44.237Z | [ host-image] Dec 20 22:01:43.303 INFO O| Dec 20 22:01:43.303 INFO ok! |
9616 | 2024-12-20T22:01:44.237Z | [ host-image] Dec 20 22:01:43.303 INFO O| Dec 20 22:01:43.303 INFO STEP 85 (ensure_file) COMPLETE |
9617 | 2024-12-20T22:01:44.237Z | [ host-image] Dec 20 22:01:43.303 INFO O| Dec 20 22:01:43.303 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9618 | 2024-12-20T22:01:44.241Z | [ host-image] Dec 20 22:01:43.313 INFO O| Dec 20 22:01:43.313 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9619 | 2024-12-20T22:01:44.241Z | [ host-image] Dec 20 22:01:43.313 INFO O| Dec 20 22:01:43.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9620 | 2024-12-20T22:01:44.241Z | [ host-image] Dec 20 22:01:43.313 INFO O| Dec 20 22:01:43.313 INFO STEP 86 (ensure_dir) COMPLETE |
9621 | 2024-12-20T22:01:44.241Z | [ host-image] Dec 20 22:01:43.313 INFO O| Dec 20 22:01:43.313 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9622 | 2024-12-20T22:01:44.247Z | [ host-image] Dec 20 22:01:43.323 INFO O| Dec 20 22:01:43.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9623 | 2024-12-20T22:01:44.247Z | [ host-image] Dec 20 22:01:43.323 INFO O| Dec 20 22:01:43.323 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9624 | 2024-12-20T22:01:44.252Z | [ host-image] Dec 20 22:01:43.323 INFO O| Dec 20 22:01:43.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9625 | 2024-12-20T22:01:44.252Z | [ host-image] Dec 20 22:01:43.323 INFO O| Dec 20 22:01:43.323 INFO ok! |
9626 | 2024-12-20T22:01:44.252Z | [ host-image] Dec 20 22:01:43.323 INFO O| Dec 20 22:01:43.323 INFO STEP 87 (ensure_file) COMPLETE |
9627 | 2024-12-20T22:01:44.252Z | [ host-image] Dec 20 22:01:43.323 INFO O| Dec 20 22:01:43.323 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9628 | 2024-12-20T22:01:44.257Z | [ host-image] Dec 20 22:01:43.332 INFO O| Dec 20 22:01:43.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9629 | 2024-12-20T22:01:44.260Z | [ host-image] Dec 20 22:01:43.332 INFO O| Dec 20 22:01:43.332 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9630 | 2024-12-20T22:01:44.504Z | [ host-image] Dec 20 22:01:43.579 INFO O| Dec 20 22:01:43.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9631 | 2024-12-20T22:01:44.504Z | [ host-image] Dec 20 22:01:43.579 INFO O| Dec 20 22:01:43.579 INFO ok! |
9632 | 2024-12-20T22:01:44.504Z | [ host-image] Dec 20 22:01:43.579 INFO O| Dec 20 22:01:43.579 INFO STEP 88 (ensure_file) COMPLETE |
9633 | 2024-12-20T22:01:44.507Z | [ host-image] Dec 20 22:01:43.579 INFO O| Dec 20 22:01:43.579 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9634 | 2024-12-20T22:01:44.515Z | [ host-image] Dec 20 22:01:43.590 INFO O| Dec 20 22:01:43.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9635 | 2024-12-20T22:01:44.515Z | [ host-image] Dec 20 22:01:43.590 INFO O| Dec 20 22:01:43.590 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9636 | 2024-12-20T22:01:45.057Z | [ host-image] Dec 20 22:01:44.132 INFO O| Dec 20 22:01:44.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9637 | 2024-12-20T22:01:45.057Z | [ host-image] Dec 20 22:01:44.132 INFO O| Dec 20 22:01:44.132 INFO ok! |
9638 | 2024-12-20T22:01:45.058Z | [ host-image] Dec 20 22:01:44.132 INFO O| Dec 20 22:01:44.132 INFO STEP 89 (ensure_file) COMPLETE |
9639 | 2024-12-20T22:01:45.061Z | [ host-image] Dec 20 22:01:44.132 INFO O| Dec 20 22:01:44.132 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9640 | 2024-12-20T22:01:45.068Z | [ host-image] Dec 20 22:01:44.143 INFO O| Dec 20 22:01:44.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9641 | 2024-12-20T22:01:45.068Z | [ host-image] Dec 20 22:01:44.143 INFO O| Dec 20 22:01:44.143 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9642 | 2024-12-20T22:01:45.071Z | [ host-image] Dec 20 22:01:44.143 INFO O| Dec 20 22:01:44.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9643 | 2024-12-20T22:01:45.071Z | [ host-image] Dec 20 22:01:44.143 INFO O| Dec 20 22:01:44.143 INFO ok! |
9644 | 2024-12-20T22:01:45.071Z | [ host-image] Dec 20 22:01:44.143 INFO O| Dec 20 22:01:44.143 INFO STEP 90 (ensure_file) COMPLETE |
9645 | 2024-12-20T22:01:45.071Z | [ host-image] Dec 20 22:01:44.143 INFO O| Dec 20 22:01:44.143 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9646 | 2024-12-20T22:01:45.078Z | [ host-image] Dec 20 22:01:44.153 INFO O| Dec 20 22:01:44.153 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9647 | 2024-12-20T22:01:45.082Z | [ host-image] Dec 20 22:01:44.153 INFO O| Dec 20 22:01:44.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9648 | 2024-12-20T22:01:45.082Z | [ host-image] Dec 20 22:01:44.153 INFO O| Dec 20 22:01:44.153 INFO STEP 91 (ensure_dir) COMPLETE |
9649 | 2024-12-20T22:01:45.082Z | [ host-image] Dec 20 22:01:44.153 INFO O| Dec 20 22:01:44.153 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9650 | 2024-12-20T22:01:45.089Z | [ host-image] Dec 20 22:01:44.163 INFO O| Dec 20 22:01:44.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9651 | 2024-12-20T22:01:45.089Z | [ host-image] Dec 20 22:01:44.163 INFO O| Dec 20 22:01:44.163 INFO copying /tmp/.tmpz5fbTL/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 ... |
9652 | 2024-12-20T22:01:45.089Z | [ host-image] Dec 20 22:01:44.164 INFO O| Dec 20 22:01:44.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9653 | 2024-12-20T22:01:45.089Z | [ host-image] Dec 20 22:01:44.164 INFO O| Dec 20 22:01:44.163 INFO ok! |
9654 | 2024-12-20T22:01:45.089Z | [ host-image] Dec 20 22:01:44.164 INFO O| Dec 20 22:01:44.164 INFO STEP 92 (ensure_file) COMPLETE |
9655 | 2024-12-20T22:01:45.089Z | [ host-image] Dec 20 22:01:44.164 INFO O| Dec 20 22:01:44.164 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9656 | 2024-12-20T22:01:45.098Z | [ host-image] Dec 20 22:01:44.173 INFO O| Dec 20 22:01:44.173 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9657 | 2024-12-20T22:01:45.101Z | [ host-image] Dec 20 22:01:44.173 INFO O| Dec 20 22:01:44.173 INFO copying /tmp/.tmpz5fbTL/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 ... |
9658 | 2024-12-20T22:01:45.101Z | [ host-image] Dec 20 22:01:44.173 INFO O| Dec 20 22:01:44.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9659 | 2024-12-20T22:01:45.101Z | [ host-image] Dec 20 22:01:44.173 INFO O| Dec 20 22:01:44.173 INFO ok! |
9660 | 2024-12-20T22:01:45.102Z | [ host-image] Dec 20 22:01:44.174 INFO O| Dec 20 22:01:44.173 INFO STEP 93 (ensure_file) COMPLETE |
9661 | 2024-12-20T22:01:45.102Z | [ host-image] Dec 20 22:01:44.174 INFO O| Dec 20 22:01:44.173 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9662 | 2024-12-20T22:01:45.108Z | [ host-image] Dec 20 22:01:44.183 INFO O| Dec 20 22:01:44.183 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9663 | 2024-12-20T22:01:45.108Z | [ host-image] Dec 20 22:01:44.183 INFO O| Dec 20 22:01:44.183 INFO copying /tmp/.tmpz5fbTL/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 ... |
9664 | 2024-12-20T22:01:45.111Z | [ host-image] Dec 20 22:01:44.183 INFO O| Dec 20 22:01:44.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9665 | 2024-12-20T22:01:45.111Z | [ host-image] Dec 20 22:01:44.183 INFO O| Dec 20 22:01:44.183 INFO ok! |
9666 | 2024-12-20T22:01:45.111Z | [ host-image] Dec 20 22:01:44.183 INFO O| Dec 20 22:01:44.183 INFO STEP 94 (ensure_file) COMPLETE |
9667 | 2024-12-20T22:01:45.111Z | [ host-image] Dec 20 22:01:44.183 INFO O| Dec 20 22:01:44.183 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9668 | 2024-12-20T22:01:45.120Z | [ host-image] Dec 20 22:01:44.193 INFO O| Dec 20 22:01:44.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9669 | 2024-12-20T22:01:45.120Z | [ host-image] Dec 20 22:01:44.193 INFO O| Dec 20 22:01:44.193 INFO copying /tmp/.tmpz5fbTL/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 ... |
9670 | 2024-12-20T22:01:45.124Z | [ host-image] Dec 20 22:01:44.193 INFO O| Dec 20 22:01:44.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9671 | 2024-12-20T22:01:45.124Z | [ host-image] Dec 20 22:01:44.193 INFO O| Dec 20 22:01:44.193 INFO ok! |
9672 | 2024-12-20T22:01:45.124Z | [ host-image] Dec 20 22:01:44.193 INFO O| Dec 20 22:01:44.193 INFO STEP 95 (ensure_file) COMPLETE |
9673 | 2024-12-20T22:01:45.124Z | [ host-image] Dec 20 22:01:44.193 INFO O| Dec 20 22:01:44.193 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9674 | 2024-12-20T22:01:45.133Z | [ host-image] Dec 20 22:01:44.203 INFO O| Dec 20 22:01:44.203 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9675 | 2024-12-20T22:01:45.137Z | [ host-image] Dec 20 22:01:44.203 INFO O| Dec 20 22:01:44.203 INFO copying /tmp/.tmpz5fbTL/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 ... |
9676 | 2024-12-20T22:01:45.137Z | [ host-image] Dec 20 22:01:44.203 INFO O| Dec 20 22:01:44.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9677 | 2024-12-20T22:01:45.137Z | [ host-image] Dec 20 22:01:44.203 INFO O| Dec 20 22:01:44.203 INFO ok! |
9678 | 2024-12-20T22:01:45.137Z | [ host-image] Dec 20 22:01:44.203 INFO O| Dec 20 22:01:44.203 INFO STEP 96 (ensure_file) COMPLETE |
9679 | 2024-12-20T22:01:45.137Z | [ host-image] Dec 20 22:01:44.203 INFO O| Dec 20 22:01:44.203 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9680 | 2024-12-20T22:01:45.141Z | [ host-image] Dec 20 22:01:44.213 INFO O| Dec 20 22:01:44.213 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9681 | 2024-12-20T22:01:45.141Z | [ host-image] Dec 20 22:01:44.213 INFO O| Dec 20 22:01:44.213 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9682 | 2024-12-20T22:01:45.141Z | [ host-image] Dec 20 22:01:44.213 INFO O| Dec 20 22:01:44.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9683 | 2024-12-20T22:01:45.141Z | [ host-image] Dec 20 22:01:44.213 INFO O| Dec 20 22:01:44.213 INFO ok! |
9684 | 2024-12-20T22:01:45.141Z | [ host-image] Dec 20 22:01:44.213 INFO O| Dec 20 22:01:44.213 INFO STEP 97 (ensure_file) COMPLETE |
9685 | 2024-12-20T22:01:45.141Z | [ host-image] Dec 20 22:01:44.213 INFO O| Dec 20 22:01:44.213 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9686 | 2024-12-20T22:01:45.149Z | [ host-image] Dec 20 22:01:44.223 INFO O| Dec 20 22:01:44.222 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9687 | 2024-12-20T22:01:45.149Z | [ host-image] Dec 20 22:01:44.223 INFO O| Dec 20 22:01:44.223 INFO copying /tmp/.tmpz5fbTL/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 ... |
9688 | 2024-12-20T22:01:45.164Z | [ host-image] Dec 20 22:01:44.223 INFO O| Dec 20 22:01:44.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9689 | 2024-12-20T22:01:45.164Z | [ host-image] Dec 20 22:01:44.223 INFO O| Dec 20 22:01:44.223 INFO ok! |
9690 | 2024-12-20T22:01:45.164Z | [ host-image] Dec 20 22:01:44.223 INFO O| Dec 20 22:01:44.223 INFO STEP 98 (ensure_file) COMPLETE |
9691 | 2024-12-20T22:01:45.164Z | [ host-image] Dec 20 22:01:44.223 INFO O| Dec 20 22:01:44.223 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9692 | 2024-12-20T22:01:45.164Z | [ host-image] Dec 20 22:01:44.232 INFO O| Dec 20 22:01:44.232 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9693 | 2024-12-20T22:01:45.164Z | [ host-image] Dec 20 22:01:44.232 INFO O| Dec 20 22:01:44.232 INFO copying /tmp/.tmpz5fbTL/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 ... |
9694 | 2024-12-20T22:01:45.164Z | [ host-image] Dec 20 22:01:44.232 INFO O| Dec 20 22:01:44.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9695 | 2024-12-20T22:01:45.164Z | [ host-image] Dec 20 22:01:44.232 INFO O| Dec 20 22:01:44.232 INFO ok! |
9696 | 2024-12-20T22:01:45.164Z | [ host-image] Dec 20 22:01:44.233 INFO O| Dec 20 22:01:44.232 INFO STEP 99 (ensure_file) COMPLETE |
9697 | 2024-12-20T22:01:45.164Z | [ host-image] Dec 20 22:01:44.233 INFO O| Dec 20 22:01:44.232 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9698 | 2024-12-20T22:01:45.168Z | [ host-image] Dec 20 22:01:44.242 INFO O| Dec 20 22:01:44.242 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9699 | 2024-12-20T22:01:45.168Z | [ host-image] Dec 20 22:01:44.242 INFO O| Dec 20 22:01:44.242 INFO copying /tmp/.tmpz5fbTL/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 ... |
9700 | 2024-12-20T22:01:45.168Z | [ host-image] Dec 20 22:01:44.242 INFO O| Dec 20 22:01:44.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9701 | 2024-12-20T22:01:45.168Z | [ host-image] Dec 20 22:01:44.242 INFO O| Dec 20 22:01:44.242 INFO ok! |
9702 | 2024-12-20T22:01:45.168Z | [ host-image] Dec 20 22:01:44.242 INFO O| Dec 20 22:01:44.242 INFO STEP 100 (ensure_file) COMPLETE |
9703 | 2024-12-20T22:01:45.168Z | [ host-image] Dec 20 22:01:44.242 INFO O| Dec 20 22:01:44.242 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9704 | 2024-12-20T22:01:45.177Z | [ host-image] Dec 20 22:01:44.252 INFO O| Dec 20 22:01:44.252 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9705 | 2024-12-20T22:01:45.177Z | [ host-image] Dec 20 22:01:44.252 INFO O| Dec 20 22:01:44.252 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9706 | 2024-12-20T22:01:45.177Z | [ host-image] Dec 20 22:01:44.252 INFO O| Dec 20 22:01:44.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9707 | 2024-12-20T22:01:45.180Z | [ host-image] Dec 20 22:01:44.252 INFO O| Dec 20 22:01:44.252 INFO ok! |
9708 | 2024-12-20T22:01:45.180Z | [ host-image] Dec 20 22:01:44.252 INFO O| Dec 20 22:01:44.252 INFO STEP 101 (ensure_file) COMPLETE |
9709 | 2024-12-20T22:01:45.180Z | [ host-image] Dec 20 22:01:44.252 INFO O| Dec 20 22:01:44.252 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9710 | 2024-12-20T22:01:45.187Z | [ host-image] Dec 20 22:01:44.262 INFO O| Dec 20 22:01:44.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9711 | 2024-12-20T22:01:45.188Z | [ host-image] Dec 20 22:01:44.262 INFO O| Dec 20 22:01:44.262 INFO copying /tmp/.tmpz5fbTL/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 ... |
9712 | 2024-12-20T22:01:45.191Z | [ host-image] Dec 20 22:01:44.262 INFO O| Dec 20 22:01:44.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9713 | 2024-12-20T22:01:45.191Z | [ host-image] Dec 20 22:01:44.262 INFO O| Dec 20 22:01:44.262 INFO ok! |
9714 | 2024-12-20T22:01:45.191Z | [ host-image] Dec 20 22:01:44.262 INFO O| Dec 20 22:01:44.262 INFO STEP 102 (ensure_file) COMPLETE |
9715 | 2024-12-20T22:01:45.191Z | [ host-image] Dec 20 22:01:44.262 INFO O| Dec 20 22:01:44.262 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9716 | 2024-12-20T22:01:45.197Z | [ host-image] Dec 20 22:01:44.272 INFO O| Dec 20 22:01:44.272 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9717 | 2024-12-20T22:01:45.197Z | [ host-image] Dec 20 22:01:44.272 INFO O| Dec 20 22:01:44.272 INFO copying /tmp/.tmpz5fbTL/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 ... |
9718 | 2024-12-20T22:01:45.199Z | [ host-image] Dec 20 22:01:44.272 INFO O| Dec 20 22:01:44.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9719 | 2024-12-20T22:01:45.200Z | [ host-image] Dec 20 22:01:44.272 INFO O| Dec 20 22:01:44.272 INFO ok! |
9720 | 2024-12-20T22:01:45.200Z | [ host-image] Dec 20 22:01:44.272 INFO O| Dec 20 22:01:44.272 INFO STEP 103 (ensure_file) COMPLETE |
9721 | 2024-12-20T22:01:45.200Z | [ host-image] Dec 20 22:01:44.272 INFO O| Dec 20 22:01:44.272 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9722 | 2024-12-20T22:01:45.207Z | [ host-image] Dec 20 22:01:44.282 INFO O| Dec 20 22:01:44.282 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9723 | 2024-12-20T22:01:45.207Z | [ host-image] Dec 20 22:01:44.282 INFO O| Dec 20 22:01:44.282 INFO copying /tmp/.tmpz5fbTL/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 ... |
9724 | 2024-12-20T22:01:45.207Z | [ host-image] Dec 20 22:01:44.282 INFO O| Dec 20 22:01:44.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9725 | 2024-12-20T22:01:45.207Z | [ host-image] Dec 20 22:01:44.282 INFO O| Dec 20 22:01:44.282 INFO ok! |
9726 | 2024-12-20T22:01:45.209Z | [ host-image] Dec 20 22:01:44.282 INFO O| Dec 20 22:01:44.282 INFO STEP 104 (ensure_file) COMPLETE |
9727 | 2024-12-20T22:01:45.210Z | [ host-image] Dec 20 22:01:44.282 INFO O| Dec 20 22:01:44.282 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9728 | 2024-12-20T22:01:45.216Z | [ host-image] Dec 20 22:01:44.291 INFO O| Dec 20 22:01:44.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9729 | 2024-12-20T22:01:45.216Z | [ host-image] Dec 20 22:01:44.291 INFO O| Dec 20 22:01:44.291 INFO copying /tmp/.tmpz5fbTL/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 ... |
9730 | 2024-12-20T22:01:45.219Z | [ host-image] Dec 20 22:01:44.291 INFO O| Dec 20 22:01:44.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9731 | 2024-12-20T22:01:45.219Z | [ host-image] Dec 20 22:01:44.291 INFO O| Dec 20 22:01:44.291 INFO ok! |
9732 | 2024-12-20T22:01:45.219Z | [ host-image] Dec 20 22:01:44.291 INFO O| Dec 20 22:01:44.291 INFO STEP 105 (ensure_file) COMPLETE |
9733 | 2024-12-20T22:01:45.219Z | [ host-image] Dec 20 22:01:44.291 INFO O| Dec 20 22:01:44.291 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9734 | 2024-12-20T22:01:45.226Z | [ host-image] Dec 20 22:01:44.301 INFO O| Dec 20 22:01:44.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9735 | 2024-12-20T22:01:45.226Z | [ host-image] Dec 20 22:01:44.301 INFO O| Dec 20 22:01:44.301 INFO copying /tmp/.tmpz5fbTL/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 ... |
9736 | 2024-12-20T22:01:45.230Z | [ host-image] Dec 20 22:01:44.301 INFO O| Dec 20 22:01:44.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9737 | 2024-12-20T22:01:45.230Z | [ host-image] Dec 20 22:01:44.301 INFO O| Dec 20 22:01:44.301 INFO ok! |
9738 | 2024-12-20T22:01:45.230Z | [ host-image] Dec 20 22:01:44.301 INFO O| Dec 20 22:01:44.301 INFO STEP 106 (ensure_file) COMPLETE |
9739 | 2024-12-20T22:01:45.230Z | [ host-image] Dec 20 22:01:44.301 INFO O| Dec 20 22:01:44.301 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9740 | 2024-12-20T22:01:45.236Z | [ host-image] Dec 20 22:01:44.311 INFO O| Dec 20 22:01:44.311 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9741 | 2024-12-20T22:01:45.236Z | [ host-image] Dec 20 22:01:44.311 INFO O| Dec 20 22:01:44.311 INFO copying /tmp/.tmpz5fbTL/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 ... |
9742 | 2024-12-20T22:01:45.239Z | [ host-image] Dec 20 22:01:44.311 INFO O| Dec 20 22:01:44.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9743 | 2024-12-20T22:01:45.239Z | [ host-image] Dec 20 22:01:44.311 INFO O| Dec 20 22:01:44.311 INFO ok! |
9744 | 2024-12-20T22:01:45.239Z | [ host-image] Dec 20 22:01:44.311 INFO O| Dec 20 22:01:44.311 INFO STEP 107 (ensure_file) COMPLETE |
9745 | 2024-12-20T22:01:45.239Z | [ host-image] Dec 20 22:01:44.311 INFO O| Dec 20 22:01:44.311 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9746 | 2024-12-20T22:01:45.245Z | [ host-image] Dec 20 22:01:44.321 INFO O| Dec 20 22:01:44.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9747 | 2024-12-20T22:01:45.248Z | [ host-image] Dec 20 22:01:44.321 INFO O| Dec 20 22:01:44.321 INFO copying /tmp/.tmpz5fbTL/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 ... |
9748 | 2024-12-20T22:01:45.248Z | [ host-image] Dec 20 22:01:44.321 INFO O| Dec 20 22:01:44.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9749 | 2024-12-20T22:01:45.248Z | [ host-image] Dec 20 22:01:44.321 INFO O| Dec 20 22:01:44.321 INFO ok! |
9750 | 2024-12-20T22:01:45.248Z | [ host-image] Dec 20 22:01:44.321 INFO O| Dec 20 22:01:44.321 INFO STEP 108 (ensure_file) COMPLETE |
9751 | 2024-12-20T22:01:45.248Z | [ host-image] Dec 20 22:01:44.321 INFO O| Dec 20 22:01:44.321 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9752 | 2024-12-20T22:01:45.255Z | [ host-image] Dec 20 22:01:44.331 INFO O| Dec 20 22:01:44.331 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9753 | 2024-12-20T22:01:45.255Z | [ host-image] Dec 20 22:01:44.331 INFO O| Dec 20 22:01:44.331 INFO copying /tmp/.tmpz5fbTL/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 ... |
9754 | 2024-12-20T22:01:45.258Z | [ host-image] Dec 20 22:01:44.331 INFO O| Dec 20 22:01:44.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9755 | 2024-12-20T22:01:45.258Z | [ host-image] Dec 20 22:01:44.331 INFO O| Dec 20 22:01:44.331 INFO ok! |
9756 | 2024-12-20T22:01:45.258Z | [ host-image] Dec 20 22:01:44.331 INFO O| Dec 20 22:01:44.331 INFO STEP 109 (ensure_file) COMPLETE |
9757 | 2024-12-20T22:01:45.258Z | [ host-image] Dec 20 22:01:44.331 INFO O| Dec 20 22:01:44.331 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9758 | 2024-12-20T22:01:45.266Z | [ host-image] Dec 20 22:01:44.341 INFO O| Dec 20 22:01:44.341 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9759 | 2024-12-20T22:01:45.266Z | [ host-image] Dec 20 22:01:44.341 INFO O| Dec 20 22:01:44.341 INFO copying /tmp/.tmpz5fbTL/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 ... |
9760 | 2024-12-20T22:01:45.268Z | [ host-image] Dec 20 22:01:44.341 INFO O| Dec 20 22:01:44.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9761 | 2024-12-20T22:01:45.268Z | [ host-image] Dec 20 22:01:44.341 INFO O| Dec 20 22:01:44.341 INFO ok! |
9762 | 2024-12-20T22:01:45.268Z | [ host-image] Dec 20 22:01:44.341 INFO O| Dec 20 22:01:44.341 INFO STEP 110 (ensure_file) COMPLETE |
9763 | 2024-12-20T22:01:45.268Z | [ host-image] Dec 20 22:01:44.341 INFO O| Dec 20 22:01:44.341 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9764 | 2024-12-20T22:01:45.275Z | [ host-image] Dec 20 22:01:44.351 INFO O| Dec 20 22:01:44.351 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9765 | 2024-12-20T22:01:45.279Z | [ host-image] Dec 20 22:01:44.351 INFO O| Dec 20 22:01:44.351 INFO copying /tmp/.tmpz5fbTL/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 ... |
9766 | 2024-12-20T22:01:45.279Z | [ host-image] Dec 20 22:01:44.351 INFO O| Dec 20 22:01:44.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9767 | 2024-12-20T22:01:45.279Z | [ host-image] Dec 20 22:01:44.351 INFO O| Dec 20 22:01:44.351 INFO ok! |
9768 | 2024-12-20T22:01:45.279Z | [ host-image] Dec 20 22:01:44.351 INFO O| Dec 20 22:01:44.351 INFO STEP 111 (ensure_file) COMPLETE |
9769 | 2024-12-20T22:01:45.279Z | [ host-image] Dec 20 22:01:44.351 INFO O| Dec 20 22:01:44.351 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9770 | 2024-12-20T22:01:45.285Z | [ host-image] Dec 20 22:01:44.360 INFO O| Dec 20 22:01:44.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9771 | 2024-12-20T22:01:45.285Z | [ host-image] Dec 20 22:01:44.360 INFO O| Dec 20 22:01:44.360 INFO copying /tmp/.tmpz5fbTL/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 ... |
9772 | 2024-12-20T22:01:45.286Z | [ host-image] Dec 20 22:01:44.361 INFO O| Dec 20 22:01:44.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9773 | 2024-12-20T22:01:45.286Z | [ host-image] Dec 20 22:01:44.361 INFO O| Dec 20 22:01:44.361 INFO ok! |
9774 | 2024-12-20T22:01:45.288Z | [ host-image] Dec 20 22:01:44.361 INFO O| Dec 20 22:01:44.361 INFO STEP 112 (ensure_file) COMPLETE |
9775 | 2024-12-20T22:01:45.288Z | [ host-image] Dec 20 22:01:44.361 INFO O| Dec 20 22:01:44.361 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9776 | 2024-12-20T22:01:45.295Z | [ host-image] Dec 20 22:01:44.370 INFO O| Dec 20 22:01:44.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9777 | 2024-12-20T22:01:45.295Z | [ host-image] Dec 20 22:01:44.370 INFO O| Dec 20 22:01:44.370 INFO copying /tmp/.tmpz5fbTL/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 ... |
9778 | 2024-12-20T22:01:45.300Z | [ host-image] Dec 20 22:01:44.371 INFO O| Dec 20 22:01:44.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9779 | 2024-12-20T22:01:45.300Z | [ host-image] Dec 20 22:01:44.371 INFO O| Dec 20 22:01:44.371 INFO ok! |
9780 | 2024-12-20T22:01:45.300Z | [ host-image] Dec 20 22:01:44.371 INFO O| Dec 20 22:01:44.371 INFO STEP 113 (ensure_file) COMPLETE |
9781 | 2024-12-20T22:01:45.300Z | [ host-image] Dec 20 22:01:44.371 INFO O| Dec 20 22:01:44.371 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9782 | 2024-12-20T22:01:45.306Z | [ host-image] Dec 20 22:01:44.381 INFO O| Dec 20 22:01:44.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9783 | 2024-12-20T22:01:45.306Z | [ host-image] Dec 20 22:01:44.381 INFO O| Dec 20 22:01:44.381 INFO copying /tmp/.tmpz5fbTL/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 ... |
9784 | 2024-12-20T22:01:45.310Z | [ host-image] Dec 20 22:01:44.381 INFO O| Dec 20 22:01:44.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9785 | 2024-12-20T22:01:45.310Z | [ host-image] Dec 20 22:01:44.381 INFO O| Dec 20 22:01:44.381 INFO ok! |
9786 | 2024-12-20T22:01:45.310Z | [ host-image] Dec 20 22:01:44.381 INFO O| Dec 20 22:01:44.381 INFO STEP 114 (ensure_file) COMPLETE |
9787 | 2024-12-20T22:01:45.310Z | [ host-image] Dec 20 22:01:44.381 INFO O| Dec 20 22:01:44.381 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9788 | 2024-12-20T22:01:45.319Z | [ host-image] Dec 20 22:01:44.390 INFO O| Dec 20 22:01:44.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9789 | 2024-12-20T22:01:45.319Z | [ host-image] Dec 20 22:01:44.390 INFO O| Dec 20 22:01:44.390 INFO copying /tmp/.tmpz5fbTL/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 ... |
9790 | 2024-12-20T22:01:45.322Z | [ host-image] Dec 20 22:01:44.391 INFO O| Dec 20 22:01:44.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9791 | 2024-12-20T22:01:45.322Z | [ host-image] Dec 20 22:01:44.391 INFO O| Dec 20 22:01:44.391 INFO ok! |
9792 | 2024-12-20T22:01:45.322Z | [ host-image] Dec 20 22:01:44.391 INFO O| Dec 20 22:01:44.391 INFO STEP 115 (ensure_file) COMPLETE |
9793 | 2024-12-20T22:01:45.322Z | [ host-image] Dec 20 22:01:44.391 INFO O| Dec 20 22:01:44.391 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9794 | 2024-12-20T22:01:45.325Z | [ host-image] Dec 20 22:01:44.400 INFO O| Dec 20 22:01:44.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9795 | 2024-12-20T22:01:45.325Z | [ host-image] Dec 20 22:01:44.400 INFO O| Dec 20 22:01:44.400 INFO copying /tmp/.tmpz5fbTL/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 ... |
9796 | 2024-12-20T22:01:45.328Z | [ host-image] Dec 20 22:01:44.400 INFO O| Dec 20 22:01:44.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9797 | 2024-12-20T22:01:45.328Z | [ host-image] Dec 20 22:01:44.400 INFO O| Dec 20 22:01:44.400 INFO ok! |
9798 | 2024-12-20T22:01:45.329Z | [ host-image] Dec 20 22:01:44.400 INFO O| Dec 20 22:01:44.400 INFO STEP 116 (ensure_file) COMPLETE |
9799 | 2024-12-20T22:01:45.329Z | [ host-image] Dec 20 22:01:44.400 INFO O| Dec 20 22:01:44.400 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9800 | 2024-12-20T22:01:45.335Z | [ host-image] Dec 20 22:01:44.410 INFO O| Dec 20 22:01:44.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9801 | 2024-12-20T22:01:45.340Z | [ host-image] Dec 20 22:01:44.410 INFO O| Dec 20 22:01:44.410 INFO copying /tmp/.tmpz5fbTL/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 ... |
9802 | 2024-12-20T22:01:45.340Z | [ host-image] Dec 20 22:01:44.410 INFO O| Dec 20 22:01:44.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9803 | 2024-12-20T22:01:45.340Z | [ host-image] Dec 20 22:01:44.410 INFO O| Dec 20 22:01:44.410 INFO ok! |
9804 | 2024-12-20T22:01:45.340Z | [ host-image] Dec 20 22:01:44.410 INFO O| Dec 20 22:01:44.410 INFO STEP 117 (ensure_file) COMPLETE |
9805 | 2024-12-20T22:01:45.340Z | [ host-image] Dec 20 22:01:44.410 INFO O| Dec 20 22:01:44.410 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9806 | 2024-12-20T22:01:45.345Z | [ host-image] Dec 20 22:01:44.420 INFO O| Dec 20 22:01:44.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9807 | 2024-12-20T22:01:45.345Z | [ host-image] Dec 20 22:01:44.420 INFO O| Dec 20 22:01:44.420 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9808 | 2024-12-20T22:01:45.348Z | [ host-image] Dec 20 22:01:44.420 INFO O| Dec 20 22:01:44.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9809 | 2024-12-20T22:01:45.348Z | [ host-image] Dec 20 22:01:44.420 INFO O| Dec 20 22:01:44.420 INFO ok! |
9810 | 2024-12-20T22:01:45.348Z | [ host-image] Dec 20 22:01:44.420 INFO O| Dec 20 22:01:44.420 INFO STEP 118 (ensure_file) COMPLETE |
9811 | 2024-12-20T22:01:45.348Z | [ host-image] Dec 20 22:01:44.420 INFO O| Dec 20 22:01:44.420 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9812 | 2024-12-20T22:01:45.355Z | [ host-image] Dec 20 22:01:44.430 INFO O| Dec 20 22:01:44.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9813 | 2024-12-20T22:01:45.355Z | [ host-image] Dec 20 22:01:44.430 INFO O| Dec 20 22:01:44.430 INFO copying /tmp/.tmpz5fbTL/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 ... |
9814 | 2024-12-20T22:01:45.360Z | [ host-image] Dec 20 22:01:44.430 INFO O| Dec 20 22:01:44.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9815 | 2024-12-20T22:01:45.360Z | [ host-image] Dec 20 22:01:44.430 INFO O| Dec 20 22:01:44.430 INFO ok! |
9816 | 2024-12-20T22:01:45.360Z | [ host-image] Dec 20 22:01:44.430 INFO O| Dec 20 22:01:44.430 INFO STEP 119 (ensure_file) COMPLETE |
9817 | 2024-12-20T22:01:45.360Z | [ host-image] Dec 20 22:01:44.430 INFO O| Dec 20 22:01:44.430 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9818 | 2024-12-20T22:01:45.364Z | [ host-image] Dec 20 22:01:44.439 INFO O| Dec 20 22:01:44.439 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9819 | 2024-12-20T22:01:45.364Z | [ host-image] Dec 20 22:01:44.439 INFO O| Dec 20 22:01:44.439 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9820 | 2024-12-20T22:01:45.367Z | [ host-image] Dec 20 22:01:44.439 INFO O| Dec 20 22:01:44.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9821 | 2024-12-20T22:01:45.367Z | [ host-image] Dec 20 22:01:44.439 INFO O| Dec 20 22:01:44.439 INFO ok! |
9822 | 2024-12-20T22:01:45.367Z | [ host-image] Dec 20 22:01:44.439 INFO O| Dec 20 22:01:44.439 INFO STEP 120 (ensure_file) COMPLETE |
9823 | 2024-12-20T22:01:45.367Z | [ host-image] Dec 20 22:01:44.439 INFO O| Dec 20 22:01:44.439 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9824 | 2024-12-20T22:01:45.374Z | [ host-image] Dec 20 22:01:44.449 INFO O| Dec 20 22:01:44.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9825 | 2024-12-20T22:01:45.374Z | [ host-image] Dec 20 22:01:44.449 INFO O| Dec 20 22:01:44.449 INFO copying /tmp/.tmpz5fbTL/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9826 | 2024-12-20T22:01:48.664Z | [ host-image] Dec 20 22:01:47.739 INFO O| Dec 20 22:01:47.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9827 | 2024-12-20T22:01:48.664Z | [ host-image] Dec 20 22:01:47.739 INFO O| Dec 20 22:01:47.739 INFO ok! |
9828 | 2024-12-20T22:01:48.667Z | [ host-image] Dec 20 22:01:47.739 INFO O| Dec 20 22:01:47.739 INFO STEP 121 (ensure_file) COMPLETE |
9829 | 2024-12-20T22:01:48.667Z | [ host-image] Dec 20 22:01:47.739 INFO O| Dec 20 22:01:47.739 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9830 | 2024-12-20T22:01:48.676Z | [ host-image] Dec 20 22:01:47.750 INFO O| Dec 20 22:01:47.750 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9831 | 2024-12-20T22:01:48.676Z | [ host-image] Dec 20 22:01:47.750 INFO O| Dec 20 22:01:47.750 INFO STEP 122 (ensure_dir) COMPLETE |
9832 | 2024-12-20T22:01:48.676Z | [ host-image] Dec 20 22:01:47.750 INFO O| Dec 20 22:01:47.750 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9833 | 2024-12-20T22:01:48.685Z | [ host-image] Dec 20 22:01:47.760 INFO O| Dec 20 22:01:47.760 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9834 | 2024-12-20T22:01:48.688Z | [ host-image] Dec 20 22:01:47.760 INFO O| Dec 20 22:01:47.760 INFO STEP 123 (ensure_dir) COMPLETE |
9835 | 2024-12-20T22:01:48.688Z | [ host-image] Dec 20 22:01:47.760 INFO O| Dec 20 22:01:47.760 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9836 | 2024-12-20T22:01:48.695Z | [ host-image] Dec 20 22:01:47.770 INFO O| Dec 20 22:01:47.769 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9837 | 2024-12-20T22:01:48.695Z | [ host-image] Dec 20 22:01:47.770 INFO O| Dec 20 22:01:47.770 INFO STEP 124 (ensure_dir) COMPLETE |
9838 | 2024-12-20T22:01:48.697Z | [ host-image] Dec 20 22:01:47.770 INFO O| Dec 20 22:01:47.770 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9839 | 2024-12-20T22:01:48.704Z | [ host-image] Dec 20 22:01:47.779 INFO O| Dec 20 22:01:47.779 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9840 | 2024-12-20T22:01:48.704Z | [ host-image] Dec 20 22:01:47.779 INFO O| Dec 20 22:01:47.779 INFO STEP 125 (ensure_dir) COMPLETE |
9841 | 2024-12-20T22:01:48.708Z | [ host-image] Dec 20 22:01:47.779 INFO O| Dec 20 22:01:47.779 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9842 | 2024-12-20T22:01:48.714Z | [ host-image] Dec 20 22:01:47.789 INFO O| Dec 20 22:01:47.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9843 | 2024-12-20T22:01:48.714Z | [ host-image] Dec 20 22:01:47.789 INFO O| Dec 20 22:01:47.789 INFO copying /tmp/.tmpz5fbTL/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 ... |
9844 | 2024-12-20T22:01:48.717Z | [ host-image] Dec 20 22:01:47.789 INFO O| Dec 20 22:01:47.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9845 | 2024-12-20T22:01:48.717Z | [ host-image] Dec 20 22:01:47.789 INFO O| Dec 20 22:01:47.789 INFO ok! |
9846 | 2024-12-20T22:01:48.717Z | [ host-image] Dec 20 22:01:47.789 INFO O| Dec 20 22:01:47.789 INFO STEP 126 (ensure_file) COMPLETE |
9847 | 2024-12-20T22:01:48.717Z | [ host-image] Dec 20 22:01:47.789 INFO O| Dec 20 22:01:47.789 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9848 | 2024-12-20T22:01:48.724Z | [ host-image] Dec 20 22:01:47.799 INFO O| Dec 20 22:01:47.799 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9849 | 2024-12-20T22:01:48.724Z | [ host-image] Dec 20 22:01:47.799 INFO O| Dec 20 22:01:47.799 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9850 | 2024-12-20T22:01:48.727Z | [ host-image] Dec 20 22:01:47.799 INFO O| Dec 20 22:01:47.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9851 | 2024-12-20T22:01:48.727Z | [ host-image] Dec 20 22:01:47.799 INFO O| Dec 20 22:01:47.799 INFO STEP 127 (ensure_dir) COMPLETE |
9852 | 2024-12-20T22:01:48.727Z | [ host-image] Dec 20 22:01:47.799 INFO O| Dec 20 22:01:47.799 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9853 | 2024-12-20T22:01:48.734Z | [ host-image] Dec 20 22:01:47.809 INFO O| Dec 20 22:01:47.809 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9854 | 2024-12-20T22:01:48.737Z | [ host-image] Dec 20 22:01:47.809 INFO O| Dec 20 22:01:47.809 INFO copying /tmp/.tmpz5fbTL/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9855 | 2024-12-20T22:01:48.737Z | [ host-image] Dec 20 22:01:47.809 INFO O| Dec 20 22:01:47.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9856 | 2024-12-20T22:01:48.737Z | [ host-image] Dec 20 22:01:47.809 INFO O| Dec 20 22:01:47.809 INFO ok! |
9857 | 2024-12-20T22:01:48.737Z | [ host-image] Dec 20 22:01:47.809 INFO O| Dec 20 22:01:47.809 INFO STEP 128 (ensure_file) COMPLETE |
9858 | 2024-12-20T22:01:48.737Z | [ host-image] Dec 20 22:01:47.809 INFO O| Dec 20 22:01:47.809 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9859 | 2024-12-20T22:01:48.745Z | [ host-image] Dec 20 22:01:47.819 INFO O| Dec 20 22:01:47.819 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9860 | 2024-12-20T22:01:48.748Z | [ host-image] Dec 20 22:01:47.819 INFO O| Dec 20 22:01:47.819 INFO STEP 129 (remove_files) COMPLETE |
9861 | 2024-12-20T22:01:48.748Z | [ host-image] Dec 20 22:01:47.819 INFO O| Dec 20 22:01:47.819 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9862 | 2024-12-20T22:01:48.754Z | [ host-image] Dec 20 22:01:47.829 INFO O| Dec 20 22:01:47.829 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9863 | 2024-12-20T22:01:48.754Z | [ host-image] Dec 20 22:01:47.829 INFO O| Dec 20 22:01:47.829 INFO STEP 130 (remove_files) COMPLETE |
9864 | 2024-12-20T22:01:48.757Z | [ host-image] Dec 20 22:01:47.829 INFO O| Dec 20 22:01:47.829 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9865 | 2024-12-20T22:01:48.764Z | [ host-image] Dec 20 22:01:47.839 INFO O| Dec 20 22:01:47.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9866 | 2024-12-20T22:01:48.767Z | [ host-image] Dec 20 22:01:47.839 INFO O| Dec 20 22:01:47.839 INFO STEP 131 (remove_files) COMPLETE |
9867 | 2024-12-20T22:01:48.767Z | [ host-image] Dec 20 22:01:47.839 INFO O| Dec 20 22:01:47.839 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9868 | 2024-12-20T22:01:48.773Z | [ host-image] Dec 20 22:01:47.848 INFO O| Dec 20 22:01:47.848 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9869 | 2024-12-20T22:01:48.776Z | [ host-image] Dec 20 22:01:47.848 INFO O| Dec 20 22:01:47.848 INFO STEP 132 (remove_files) COMPLETE |
9870 | 2024-12-20T22:01:48.776Z | [ host-image] Dec 20 22:01:47.848 INFO O| Dec 20 22:01:47.848 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9871 | 2024-12-20T22:01:48.783Z | [ host-image] Dec 20 22:01:47.858 INFO O| Dec 20 22:01:47.858 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9872 | 2024-12-20T22:01:48.786Z | [ host-image] Dec 20 22:01:47.858 INFO O| Dec 20 22:01:47.858 INFO STEP 133 (remove_files) COMPLETE |
9873 | 2024-12-20T22:01:48.786Z | [ host-image] Dec 20 22:01:47.858 INFO O| Dec 20 22:01:47.858 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9874 | 2024-12-20T22:01:48.794Z | [ host-image] Dec 20 22:01:47.868 INFO O| Dec 20 22:01:47.868 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9875 | 2024-12-20T22:01:48.797Z | [ host-image] Dec 20 22:01:47.868 INFO O| Dec 20 22:01:47.868 INFO STEP 134 (remove_files) COMPLETE |
9876 | 2024-12-20T22:01:48.797Z | [ host-image] Dec 20 22:01:47.868 INFO O| Dec 20 22:01:47.868 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9877 | 2024-12-20T22:01:48.803Z | [ host-image] Dec 20 22:01:47.878 INFO O| Dec 20 22:01:47.878 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9878 | 2024-12-20T22:01:48.803Z | [ host-image] Dec 20 22:01:47.878 INFO O| Dec 20 22:01:47.878 INFO STEP 135 (remove_files) COMPLETE |
9879 | 2024-12-20T22:01:48.806Z | [ host-image] Dec 20 22:01:47.878 INFO O| Dec 20 22:01:47.878 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9880 | 2024-12-20T22:01:48.812Z | [ host-image] Dec 20 22:01:47.887 INFO O| Dec 20 22:01:47.887 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9881 | 2024-12-20T22:01:48.812Z | [ host-image] Dec 20 22:01:47.887 INFO O| Dec 20 22:01:47.887 INFO STEP 136 (remove_files) COMPLETE |
9882 | 2024-12-20T22:01:48.815Z | [ host-image] Dec 20 22:01:47.887 INFO O| Dec 20 22:01:47.887 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9883 | 2024-12-20T22:01:48.823Z | [ host-image] Dec 20 22:01:47.897 INFO O| Dec 20 22:01:47.897 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9884 | 2024-12-20T22:01:48.826Z | [ host-image] Dec 20 22:01:47.897 INFO O| Dec 20 22:01:47.897 INFO STEP 137 (remove_files) COMPLETE |
9885 | 2024-12-20T22:01:48.827Z | [ host-image] Dec 20 22:01:47.897 INFO O| Dec 20 22:01:47.897 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9886 | 2024-12-20T22:01:48.832Z | [ host-image] Dec 20 22:01:47.907 INFO O| Dec 20 22:01:47.906 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9887 | 2024-12-20T22:01:48.832Z | [ host-image] Dec 20 22:01:47.907 INFO O| Dec 20 22:01:47.907 INFO STEP 138 (remove_files) COMPLETE |
9888 | 2024-12-20T22:01:48.834Z | [ host-image] Dec 20 22:01:47.907 INFO O| Dec 20 22:01:47.907 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9889 | 2024-12-20T22:01:48.841Z | [ host-image] Dec 20 22:01:47.916 INFO O| Dec 20 22:01:47.916 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9890 | 2024-12-20T22:01:48.841Z | [ host-image] Dec 20 22:01:47.916 INFO O| Dec 20 22:01:47.916 INFO STEP 139 (remove_files) COMPLETE |
9891 | 2024-12-20T22:01:48.844Z | [ host-image] Dec 20 22:01:47.916 INFO O| Dec 20 22:01:47.916 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9892 | 2024-12-20T22:01:48.851Z | [ host-image] Dec 20 22:01:47.926 INFO O| Dec 20 22:01:47.926 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9893 | 2024-12-20T22:01:48.851Z | [ host-image] Dec 20 22:01:47.926 INFO O| Dec 20 22:01:47.926 INFO STEP 140 (remove_files) COMPLETE |
9894 | 2024-12-20T22:01:48.854Z | [ host-image] Dec 20 22:01:47.926 INFO O| Dec 20 22:01:47.926 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9895 | 2024-12-20T22:01:48.860Z | [ host-image] Dec 20 22:01:47.935 INFO O| Dec 20 22:01:47.935 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9896 | 2024-12-20T22:01:48.860Z | [ host-image] Dec 20 22:01:47.935 INFO O| Dec 20 22:01:47.935 INFO STEP 141 (remove_files) COMPLETE |
9897 | 2024-12-20T22:01:48.860Z | [ host-image] Dec 20 22:01:47.935 INFO O| Dec 20 22:01:47.935 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9898 | 2024-12-20T22:01:48.870Z | [ host-image] Dec 20 22:01:47.945 INFO O| Dec 20 22:01:47.945 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9899 | 2024-12-20T22:01:48.870Z | [ host-image] Dec 20 22:01:47.945 INFO O| Dec 20 22:01:47.945 INFO STEP 142 (remove_files) COMPLETE |
9900 | 2024-12-20T22:01:48.873Z | [ host-image] Dec 20 22:01:47.945 INFO O| Dec 20 22:01:47.945 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9901 | 2024-12-20T22:01:48.880Z | [ host-image] Dec 20 22:01:47.954 INFO O| Dec 20 22:01:47.954 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9902 | 2024-12-20T22:01:48.883Z | [ host-image] Dec 20 22:01:47.954 INFO O| Dec 20 22:01:47.954 INFO STEP 143 (remove_files) COMPLETE |
9903 | 2024-12-20T22:01:48.883Z | [ host-image] Dec 20 22:01:47.954 INFO O| Dec 20 22:01:47.954 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9904 | 2024-12-20T22:01:48.890Z | [ host-image] Dec 20 22:01:47.965 INFO O| Dec 20 22:01:47.965 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9905 | 2024-12-20T22:01:48.890Z | [ host-image] Dec 20 22:01:47.965 INFO O| Dec 20 22:01:47.965 INFO STEP 144 (remove_files) COMPLETE |
9906 | 2024-12-20T22:01:48.892Z | [ host-image] Dec 20 22:01:47.965 INFO O| Dec 20 22:01:47.965 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9907 | 2024-12-20T22:01:48.899Z | [ host-image] Dec 20 22:01:47.974 INFO O| Dec 20 22:01:47.974 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9908 | 2024-12-20T22:01:48.902Z | [ host-image] Dec 20 22:01:47.974 INFO O| Dec 20 22:01:47.974 INFO STEP 145 (remove_files) COMPLETE |
9909 | 2024-12-20T22:01:48.902Z | [ host-image] Dec 20 22:01:47.974 INFO O| Dec 20 22:01:47.974 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9910 | 2024-12-20T22:01:48.909Z | [ host-image] Dec 20 22:01:47.984 INFO O| Dec 20 22:01:47.984 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9911 | 2024-12-20T22:01:48.912Z | [ host-image] Dec 20 22:01:47.984 INFO O| Dec 20 22:01:47.984 INFO STEP 146 (remove_files) COMPLETE |
9912 | 2024-12-20T22:01:48.912Z | [ host-image] Dec 20 22:01:47.984 INFO O| Dec 20 22:01:47.984 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9913 | 2024-12-20T22:01:48.919Z | [ host-image] Dec 20 22:01:47.993 INFO O| Dec 20 22:01:47.993 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9914 | 2024-12-20T22:01:48.919Z | [ host-image] Dec 20 22:01:47.994 INFO O| Dec 20 22:01:47.993 INFO STEP 147 (remove_files) COMPLETE |
9915 | 2024-12-20T22:01:48.922Z | [ host-image] Dec 20 22:01:47.994 INFO O| Dec 20 22:01:47.993 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9916 | 2024-12-20T22:01:48.929Z | [ host-image] Dec 20 22:01:48.003 INFO O| Dec 20 22:01:48.003 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9917 | 2024-12-20T22:01:48.932Z | [ host-image] Dec 20 22:01:48.003 INFO O| Dec 20 22:01:48.003 INFO STEP 148 (remove_files) COMPLETE |
9918 | 2024-12-20T22:01:48.932Z | [ host-image] Dec 20 22:01:48.003 INFO O| Dec 20 22:01:48.003 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9919 | 2024-12-20T22:01:48.938Z | [ host-image] Dec 20 22:01:48.013 INFO O| Dec 20 22:01:48.013 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9920 | 2024-12-20T22:01:48.941Z | [ host-image] Dec 20 22:01:48.013 INFO O| Dec 20 22:01:48.013 INFO STEP 149 (remove_files) COMPLETE |
9921 | 2024-12-20T22:01:48.941Z | [ host-image] Dec 20 22:01:48.013 INFO O| Dec 20 22:01:48.013 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9922 | 2024-12-20T22:01:48.947Z | [ host-image] Dec 20 22:01:48.022 INFO O| Dec 20 22:01:48.022 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9923 | 2024-12-20T22:01:48.951Z | [ host-image] Dec 20 22:01:48.023 INFO O| Dec 20 22:01:48.023 INFO STEP 150 (remove_files) COMPLETE |
9924 | 2024-12-20T22:01:48.951Z | [ host-image] Dec 20 22:01:48.023 INFO O| Dec 20 22:01:48.023 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9925 | 2024-12-20T22:01:48.957Z | [ host-image] Dec 20 22:01:48.032 INFO O| Dec 20 22:01:48.032 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9926 | 2024-12-20T22:01:48.960Z | [ host-image] Dec 20 22:01:48.032 INFO O| Dec 20 22:01:48.032 INFO STEP 151 (remove_files) COMPLETE |
9927 | 2024-12-20T22:01:48.960Z | [ host-image] Dec 20 22:01:48.032 INFO O| Dec 20 22:01:48.032 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9928 | 2024-12-20T22:01:48.966Z | [ host-image] Dec 20 22:01:48.041 INFO O| Dec 20 22:01:48.041 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9929 | 2024-12-20T22:01:48.966Z | [ host-image] Dec 20 22:01:48.041 INFO O| Dec 20 22:01:48.041 INFO STEP 152 (remove_files) COMPLETE |
9930 | 2024-12-20T22:01:48.970Z | [ host-image] Dec 20 22:01:48.041 INFO O| Dec 20 22:01:48.041 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9931 | 2024-12-20T22:01:48.976Z | [ host-image] Dec 20 22:01:48.051 INFO O| Dec 20 22:01:48.051 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9932 | 2024-12-20T22:01:48.976Z | [ host-image] Dec 20 22:01:48.051 INFO O| Dec 20 22:01:48.051 INFO STEP 153 (remove_files) COMPLETE |
9933 | 2024-12-20T22:01:48.976Z | [ host-image] Dec 20 22:01:48.051 INFO O| Dec 20 22:01:48.051 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9934 | 2024-12-20T22:01:48.986Z | [ host-image] Dec 20 22:01:48.061 INFO O| Dec 20 22:01:48.061 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9935 | 2024-12-20T22:01:48.986Z | [ host-image] Dec 20 22:01:48.061 INFO O| Dec 20 22:01:48.061 INFO STEP 154 (remove_files) COMPLETE |
9936 | 2024-12-20T22:01:48.989Z | [ host-image] Dec 20 22:01:48.061 INFO O| Dec 20 22:01:48.061 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9937 | 2024-12-20T22:01:48.995Z | [ host-image] Dec 20 22:01:48.070 INFO O| Dec 20 22:01:48.070 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9938 | 2024-12-20T22:01:48.996Z | [ host-image] Dec 20 22:01:48.071 INFO O| Dec 20 22:01:48.071 INFO STEP 155 (remove_files) COMPLETE |
9939 | 2024-12-20T22:01:48.998Z | [ host-image] Dec 20 22:01:48.071 INFO O| Dec 20 22:01:48.071 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9940 | 2024-12-20T22:01:49.006Z | [ host-image] Dec 20 22:01:48.081 INFO O| Dec 20 22:01:48.080 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9941 | 2024-12-20T22:01:49.006Z | [ host-image] Dec 20 22:01:48.081 INFO O| Dec 20 22:01:48.081 INFO STEP 156 (remove_files) COMPLETE |
9942 | 2024-12-20T22:01:49.009Z | [ host-image] Dec 20 22:01:48.081 INFO O| Dec 20 22:01:48.081 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9943 | 2024-12-20T22:01:49.015Z | [ host-image] Dec 20 22:01:48.090 INFO O| Dec 20 22:01:48.090 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9944 | 2024-12-20T22:01:49.015Z | [ host-image] Dec 20 22:01:48.090 INFO O| Dec 20 22:01:48.090 INFO STEP 157 (remove_files) COMPLETE |
9945 | 2024-12-20T22:01:49.018Z | [ host-image] Dec 20 22:01:48.090 INFO O| Dec 20 22:01:48.090 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9946 | 2024-12-20T22:01:49.029Z | [ host-image] Dec 20 22:01:48.104 INFO O| Dec 20 22:01:48.104 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9947 | 2024-12-20T22:01:49.029Z | [ host-image] Dec 20 22:01:48.104 INFO O| Dec 20 22:01:48.104 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9948 | 2024-12-20T22:01:58.124Z | [ host-image] Dec 20 22:01:57.198 INFO O| Dec 20 22:01:57.198 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 |
9949 | 2024-12-20T22:01:58.124Z | [ host-image] Dec 20 22:01:57.198 INFO O| Dec 20 22:01:57.198 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9950 | 2024-12-20T22:01:58.141Z | [ host-image] Dec 20 22:01:57.215 INFO O| Dec 20 22:01:57.215 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9951 | 2024-12-20T22:01:58.219Z | [ host-image] Dec 20 22:01:57.293 INFO O| Dec 20 22:01:57.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9952 | 2024-12-20T22:01:58.219Z | [ host-image] Dec 20 22:01:57.294 INFO O| Dec 20 22:01:57.293 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9953 | 2024-12-20T22:01:58.222Z | [ host-image] Dec 20 22:01:57.295 INFO O| Dec 20 22:01:57.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9954 | 2024-12-20T22:01:58.222Z | [ host-image] Dec 20 22:01:57.295 INFO O| Dec 20 22:01:57.295 INFO ok! |
9955 | 2024-12-20T22:01:58.222Z | [ host-image] Dec 20 22:01:57.295 INFO O| Dec 20 22:01:57.295 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9956 | 2024-12-20T22:01:58.222Z | [ host-image] Dec 20 22:01:57.295 INFO O| Dec 20 22:01:57.295 INFO STEP 158 (seed_smf) COMPLETE |
9957 | 2024-12-20T22:01:58.222Z | [ host-image] Dec 20 22:01:57.295 INFO O| Dec 20 22:01:57.295 INFO steps complete; finalising image! |
9958 | 2024-12-20T22:01:58.222Z | [ host-image] Dec 20 22:01:57.295 INFO O| Dec 20 22:01:57.295 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9959 | 2024-12-20T22:01:58.361Z | [ host-image] Dec 20 22:01:57.435 INFO O| Dec 20 22:01:57.435 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Dec 20 22:01:57 2024) |
9960 | 2024-12-20T22:01:58.582Z | [ host-image] Dec 20 22:01:57.656 INFO O| Dec 20 22:01:57.656 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio |
9961 | 2024-12-20T22:01:58.582Z | [ host-image] Dec 20 22:01:57.656 INFO O| Dec 20 22:01:57.656 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9962 | 2024-12-20T22:01:58.921Z | [ host-image] Dec 20 22:01:57.995 INFO O| Dec 20 22:01:57.995 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9963 | 2024-12-20T22:01:58.921Z | [ host-image] Dec 20 22:01:57.995 INFO O| Dec 20 22:01:57.995 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9964 | 2024-12-20T22:01:59.899Z | [ host-image] Dec 20 22:01:58.973 INFO O| Dec 20 22:01:58.973 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9965 | 2024-12-20T22:01:59.899Z | [ host-image] Dec 20 22:01:58.973 INFO O| Dec 20 22:01:58.973 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9966 | 2024-12-20T22:01:59.902Z | [ host-image] Dec 20 22:01:58.973 INFO O| Dec 20 22:01:58.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9967 | 2024-12-20T22:01:59.902Z | [ host-image] Dec 20 22:01:58.973 INFO O| Dec 20 22:01:58.973 INFO completed processing gimlet/zfs |
9968 | 2024-12-20T22:01:59.902Z | [ host-image] Dec 20 22:01:58.973 INFO O| Dec 20 22:01:58.973 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9969 | 2024-12-20T22:02:08.566Z | [ host-image] Dec 20 22:02:07.639 INFO O| Dec 20 22:02:07.639 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9970 | 2024-12-20T22:02:08.658Z | [ host-image] Dec 20 22:02:07.731 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9971 | 2024-12-20T22:02:08.661Z | [ host-image] Dec 20 22:02:07.731 INFO expanded image name: "ci f0c692d/${os_short_commit} 2024-12-20 21:24" -> "ci f0c692d/37a4469 2024-12-20 21:24" |
9972 | 2024-12-20T22:02:08.661Z | [ host-image] Dec 20 22:02:07.731 INFO output artefacts stored in: "/work/os-host" |
9973 | 2024-12-20T22:02:08.661Z | [ host-image] Dec 20 22:02:07.731 INFO collecting git info from project "amd-host-image-builder"... |
9974 | 2024-12-20T22:02:08.672Z | [ host-image] Dec 20 22:02:07.746 INFO collecting git info from project "bootserver"... |
9975 | 2024-12-20T22:02:08.677Z | [ host-image] Dec 20 22:02:07.750 INFO collecting git info from project "amd-firmware"... |
9976 | 2024-12-20T22:02:08.685Z | [ host-image] Dec 20 22:02:07.758 INFO collecting git info from project "chelsio-t6-roms"... |
9977 | 2024-12-20T22:02:08.689Z | [ host-image] Dec 20 22:02:07.763 INFO collecting git info from project "pilot"... |
9978 | 2024-12-20T22:02:08.694Z | [ host-image] Dec 20 22:02:07.768 INFO collecting git info from project "image-builder"... |
9979 | 2024-12-20T22:02:08.699Z | [ host-image] Dec 20 22:02:07.772 INFO collecting git info from project "pinprick"... |
9980 | 2024-12-20T22:02:08.703Z | [ host-image] Dec 20 22:02:07.776 INFO collecting git info from project "phbl"... |
9981 | 2024-12-20T22:02:08.707Z | [ host-image] Dec 20 22:02:07.781 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9982 | 2024-12-20T22:02:09.074Z | [ host-image] Dec 20 22:02:08.147 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9983 | 2024-12-20T22:02:09.412Z | [ host-image] Dec 20 22:02:08.485 INFO creating Oxide boot image... |
9984 | 2024-12-20T22:02:09.412Z | [ host-image] Dec 20 22:02:08.485 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci f0c692d/37a4469 2024-12-20 21:24", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9985 | 2024-12-20T22:02:10.339Z | [ host-image] Dec 20 22:02:09.412 INFO O| ok, image written! |
9986 | 2024-12-20T22:02:10.340Z | [ host-image] Dec 20 22:02:09.412 INFO O| ok, boot_image_csum file written! |
9987 | 2024-12-20T22:02:10.342Z | [ host-image] Dec 20 22:02:09.415 INFO creating boot archive (CPIO)... |
9988 | 2024-12-20T22:02:10.345Z | [ host-image] Dec 20 22:02:09.415 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 |
9989 | 2024-12-20T22:02:10.351Z | [ host-image] Dec 20 22:02:09.424 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9990 | 2024-12-20T22:02:10.351Z | [ host-image] Dec 20 22:02:09.424 INFO E| + outfile=/work/os-host/cpio |
9991 | 2024-12-20T22:02:10.354Z | [ host-image] Dec 20 22:02:09.424 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9992 | 2024-12-20T22:02:10.354Z | [ host-image] Dec 20 22:02:09.426 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9993 | 2024-12-20T22:02:10.354Z | [ host-image] Dec 20 22:02:09.426 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9994 | 2024-12-20T22:02:10.393Z | [ host-image] Dec 20 22:02:09.466 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9995 | 2024-12-20T22:02:10.393Z | [ host-image] Dec 20 22:02:09.466 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9996 | 2024-12-20T22:02:10.400Z | [ host-image] Dec 20 22:02:09.473 INFO creating compressed cpio/unix for nanobl-rs... |
9997 | 2024-12-20T22:02:10.400Z | [ host-image] Dec 20 22:02:09.474 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 |
9998 | 2024-12-20T22:02:10.702Z | [ host-image] Dec 20 22:02:09.775 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9999 | 2024-12-20T22:02:15.059Z | [ host-image] Dec 20 22:02:14.131 INFO creating reset image... |
10000 | 2024-12-20T22:02:15.062Z | [ host-image] Dec 20 22:02:14.132 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
10001 | 2024-12-20T22:02:15.154Z | [ host-image] Dec 20 22:02:14.226 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
10002 | 2024-12-20T22:02:15.157Z | [ host-image] Dec 20 22:02:14.227 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
10003 | 2024-12-20T22:02:15.209Z | [ host-image] Dec 20 22:02:14.282 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
10004 | 2024-12-20T22:02:16.988Z | [ host-image] Dec 20 22:02:16.060 INFO E| Finished `release` profile [optimized] target(s) in 1.82s |
10005 | 2024-12-20T22:02:16.999Z | [ host-image] Dec 20 22:02:16.072 INFO building host image... |
10006 | 2024-12-20T22:02:17.003Z | [ host-image] Dec 20 22:02:16.072 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") |
10007 | 2024-12-20T22:02:17.476Z | [ host-image] Dec 20 22:02:16.548 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
10008 | 2024-12-20T22:03:05.274Z | [ host-image] Dec 20 22:03:04.342 INFO image complete! materials are in "/work/os-host" |
10009 | 2024-12-20T22:03:05.276Z | [ host-image] |
10010 | 2024-12-20T22:03:05.276Z | [ host-image] real 16:13.820323221 |
10011 | 2024-12-20T22:03:05.276Z | [ host-image] user 6:14.919895499 |
10012 | 2024-12-20T22:03:05.279Z | [ host-image] sys 1:02.917241092 |
10013 | 2024-12-20T22:03:05.279Z | [ host-image] trap 0.262233554 |
10014 | 2024-12-20T22:03:05.279Z | [ host-image] tflt 0.011393338 |
10015 | 2024-12-20T22:03:05.279Z | [ host-image] dflt 0.067665225 |
10016 | 2024-12-20T22:03:05.279Z | [ host-image] kflt 0.002148854 |
10017 | 2024-12-20T22:03:05.279Z | [ host-image] lock 12:51.953046114 |
10018 | 2024-12-20T22:03:05.279Z | [ host-image] slp 1:34:36.633388929 |
10019 | 2024-12-20T22:03:05.279Z | [ host-image] lat 2:17.995020894 |
10020 | 2024-12-20T22:03:05.279Z | Dec 20 22:03:04.345 INFO [host-image] process exited with exit status: 0 (973.836432899s) |
10021 | 2024-12-20T22:03:05.279Z | [ host-image] stop 0.623423589 |
10022 | 2024-12-20T22:03:05.279Z | Dec 20 22:03:04.345 INFO [tuf-repo] running task |
10023 | 2024-12-20T22:03:13.014Z | Dec 20 22:03:12.080 INFO assembling repository in `/tmp/tufaceousRArwQW`, component: OmicronRepoAssembler |
10024 | 2024-12-20T22:03:18.033Z | Dec 20 22:03:17.100 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10025 | 2024-12-20T22:03:18.436Z | Dec 20 22:03:17.503 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10026 | 2024-12-20T22:03:31.651Z | Dec 20 22:03:30.717 INFO [tuf-repo] task succeeded (26.371161219s) |
10027 | 2024-12-20T22:03:31.651Z | Dec 20 22:03:30.717 INFO all jobs completed in 2314.279532978s |
10028 | 2024-12-20T22:03:32.234Z | process exited: duration 3029555 ms, exit code 0 |
|
10029 | 2024-12-20T22:03:32.249Z | found 33 output files |
10030 | 2024-12-20T22:03:32.249Z | uploading: /work/manifest.toml (8404 bytes) |
10031 | 2024-12-20T22:03:33.268Z | uploaded: /work/manifest.toml |
10032 | 2024-12-20T22:03:33.268Z | uploading: /work/repo.zip (1956804143 bytes) |
10033 | 2024-12-20T22:04:29.806Z | uploaded: /work/repo.zip |
10034 | 2024-12-20T22:04:29.806Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10035 | 2024-12-20T22:04:30.817Z | uploaded: /work/repo.zip.sha256.txt |
10036 | 2024-12-20T22:04:30.817Z | uploading: /work/helios-setup.log (66237 bytes) |
10037 | 2024-12-20T22:04:31.835Z | uploaded: /work/helios-setup.log |
10038 | 2024-12-20T22:04:31.835Z | uploading: /work/host-image.log (200722 bytes) |
10039 | 2024-12-20T22:04:32.857Z | uploaded: /work/host-image.log |
10040 | 2024-12-20T22:04:32.860Z | uploading: /work/host-package.log (22440 bytes) |
10041 | 2024-12-20T22:04:33.870Z | uploaded: /work/host-package.log |
10042 | 2024-12-20T22:04:33.873Z | uploading: /work/host-target.log (101 bytes) |
10043 | 2024-12-20T22:04:34.880Z | uploaded: /work/host-target.log |
10044 | 2024-12-20T22:04:34.884Z | uploading: /work/omicron-package.log (5666 bytes) |
10045 | 2024-12-20T22:04:35.889Z | uploaded: /work/omicron-package.log |
10046 | 2024-12-20T22:04:35.889Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10047 | 2024-12-20T22:04:36.901Z | uploaded: /work/phbl-toolchain.log |
10048 | 2024-12-20T22:04:36.901Z | uploading: /work/recovery-image.log (596197 bytes) |
10049 | 2024-12-20T22:04:37.945Z | uploaded: /work/recovery-image.log |
10050 | 2024-12-20T22:04:37.948Z | uploading: /work/recovery-package.log (321 bytes) |
10051 | 2024-12-20T22:04:38.954Z | uploaded: /work/recovery-package.log |
10052 | 2024-12-20T22:04:38.954Z | uploading: /work/recovery-target.log (57 bytes) |
10053 | 2024-12-20T22:04:39.963Z | uploaded: /work/recovery-target.log |
10054 | 2024-12-20T22:04:39.966Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10055 | 2024-12-20T22:04:40.972Z | uploaded: /work/stamp-clickhouse.log |
10056 | 2024-12-20T22:04:40.972Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10057 | 2024-12-20T22:04:41.983Z | uploaded: /work/stamp-clickhouse_keeper.log |
10058 | 2024-12-20T22:04:41.983Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10059 | 2024-12-20T22:04:42.991Z | uploaded: /work/stamp-cockroachdb.log |
10060 | 2024-12-20T22:04:42.994Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10061 | 2024-12-20T22:04:44.003Z | uploaded: /work/stamp-crucible-dtrace.log |
10062 | 2024-12-20T22:04:44.006Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10063 | 2024-12-20T22:04:45.012Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10064 | 2024-12-20T22:04:45.015Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10065 | 2024-12-20T22:04:46.023Z | uploaded: /work/stamp-crucible-zone.log |
10066 | 2024-12-20T22:04:46.023Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10067 | 2024-12-20T22:04:47.036Z | uploaded: /work/stamp-external-dns.log |
10068 | 2024-12-20T22:04:47.040Z | uploading: /work/stamp-installinator.log (103 bytes) |
10069 | 2024-12-20T22:04:48.046Z | uploaded: /work/stamp-installinator.log |
10070 | 2024-12-20T22:04:48.054Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10071 | 2024-12-20T22:04:49.093Z | uploaded: /work/stamp-internal-dns.log |
10072 | 2024-12-20T22:04:49.093Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10073 | 2024-12-20T22:04:50.111Z | uploaded: /work/stamp-mg-ddm-gz.log |
10074 | 2024-12-20T22:04:50.114Z | uploading: /work/stamp-nexus.log (112 bytes) |
10075 | 2024-12-20T22:04:51.120Z | uploaded: /work/stamp-nexus.log |
10076 | 2024-12-20T22:04:51.120Z | uploading: /work/stamp-ntp.log (110 bytes) |
10077 | 2024-12-20T22:04:52.128Z | uploaded: /work/stamp-ntp.log |
10078 | 2024-12-20T22:04:52.133Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10079 | 2024-12-20T22:04:53.142Z | uploaded: /work/stamp-omicron-sled-agent.log |
10080 | 2024-12-20T22:04:53.144Z | uploading: /work/stamp-overlay.log (114 bytes) |
10081 | 2024-12-20T22:04:54.154Z | uploaded: /work/stamp-overlay.log |
10082 | 2024-12-20T22:04:54.155Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10083 | 2024-12-20T22:04:55.172Z | uploaded: /work/stamp-oximeter.log |
10084 | 2024-12-20T22:04:55.172Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10085 | 2024-12-20T22:04:56.202Z | uploaded: /work/stamp-oxlog.log |
10086 | 2024-12-20T22:04:56.202Z | uploading: /work/stamp-probe.log (112 bytes) |
10087 | 2024-12-20T22:04:57.221Z | uploaded: /work/stamp-probe.log |
10088 | 2024-12-20T22:04:57.227Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10089 | 2024-12-20T22:04:58.255Z | uploaded: /work/stamp-propolis-server.log |
10090 | 2024-12-20T22:04:58.255Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10091 | 2024-12-20T22:04:59.271Z | uploaded: /work/stamp-pumpkind-gz.log |
10092 | 2024-12-20T22:04:59.277Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10093 | 2024-12-20T22:05:00.380Z | uploaded: /work/stamp-switch-asic.log |
10094 | 2024-12-20T22:05:00.381Z | uploading: /work/verify-libraries.log (5735 bytes) |
10095 | 2024-12-20T22:05:01.419Z | uploaded: /work/verify-libraries.log |