|
|
|
1 | 2024-12-20T22:49:14.373Z | job assigned to worker 01JFK43S9G6A8AFTJG1MZBAVY2 [factory aws, i-0a8091d497ca935df] (queued for 14 m 14 s) |
|
2 | 2024-12-20T22:49:21.951Z | starting task 0: "setup" |
3 | 2024-12-20T22:49:21.960Z | ++ uname -s |
4 | 2024-12-20T22:49:21.963Z | + kern=SunOS |
5 | 2024-12-20T22:49:21.963Z | + case "$kern" in |
6 | 2024-12-20T22:49:21.963Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:49:21.966Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:49:23.972Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:49:24.066Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:49:24.069Z | + home_fs=zfs |
11 | 2024-12-20T22:49:24.069Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:49:24.069Z | + mkdir -p /home/build |
13 | 2024-12-20T22:49:24.072Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:49:25.072Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:49:25.075Z | process exited: duration 3126 ms, exit code 0 |
|
16 | 2024-12-20T22:49:25.080Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:49:25.086Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:49:25.086Z | * toolchain channel = "1.81.0" |
19 | 2024-12-20T22:49:25.086Z | ' 1.81.0 |
20 | 2024-12-20T22:49:25.086Z | * toolchain profile = "default" |
21 | 2024-12-20T22:49:25.086Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T22:49:25.086Z | ' default |
23 | 2024-12-20T22:49:25.089Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:49:25.089Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:49:25.212Z | info: downloading installer |
26 | 2024-12-20T22:49:26.739Z | info: profile set to 'default' |
27 | 2024-12-20T22:49:26.739Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:49:26.742Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:49:26.878Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:49:26.878Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:49:27.622Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:49:27.989Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:49:28.988Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:49:30.531Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:49:36.178Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:49:36.390Z | info: installing component 'cargo' |
37 | 2024-12-20T22:49:37.213Z | info: installing component 'clippy' |
38 | 2024-12-20T22:49:37.584Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:49:39.177Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:49:40.956Z | info: installing component 'rustc' |
41 | 2024-12-20T22:49:46.761Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:49:47.081Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:49:47.081Z | |
44 | 2024-12-20T22:49:47.445Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:49:47.445Z | |
46 | 2024-12-20T22:49:47.447Z | |
47 | 2024-12-20T22:49:47.447Z | Rust is installed now. Great! |
48 | 2024-12-20T22:49:47.447Z | |
49 | 2024-12-20T22:49:47.447Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:49:47.447Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:49:47.447Z | |
52 | 2024-12-20T22:49:47.447Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:49:47.447Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:49:47.447Z | |
55 | 2024-12-20T22:49:47.447Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:49:47.447Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:49:47.447Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:49:47.521Z | + rustc --version |
59 | 2024-12-20T22:49:47.584Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:49:47.587Z | process exited: duration 22513 ms, exit code 0 |
|
61 | 2024-12-20T22:49:47.593Z | starting task 2: "authentication" |
62 | 2024-12-20T22:49:47.614Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-20T22:49:47.619Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:49:47.625Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:49:47.629Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:49:47.663Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:49:55.028Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:49:55.028Z | + git fetch origin 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
69 | 2024-12-20T22:49:55.415Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:49:55.415Z | * branch 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 -> FETCH_HEAD |
71 | 2024-12-20T22:49:55.426Z | + [[ -n diffus ]] |
72 | 2024-12-20T22:49:55.428Z | ++ git branch --show-current |
73 | 2024-12-20T22:49:55.431Z | + current=main |
74 | 2024-12-20T22:49:55.431Z | + [[ main != diffus ]] |
75 | 2024-12-20T22:49:55.431Z | + git branch -f diffus 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
76 | 2024-12-20T22:49:55.434Z | + git checkout -f diffus |
77 | 2024-12-20T22:49:55.479Z | Switched to branch 'diffus' |
78 | 2024-12-20T22:49:55.482Z | + git reset --hard 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
79 | 2024-12-20T22:49:55.527Z | HEAD is now at 3aafc3f05 Merge branch 'main' into diffus |
80 | 2024-12-20T22:49:55.530Z | process exited: duration 7911 ms, exit code 0 |
|
81 | 2024-12-20T22:49:55.537Z | starting task 4: "build" |
82 | 2024-12-20T22:49:55.540Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T22:49:55.542Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T22:49:55.542Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T22:49:55.542Z | + cargo --version |
86 | 2024-12-20T22:49:55.598Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T22:49:55.600Z | + rustc --version |
88 | 2024-12-20T22:49:55.661Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T22:49:55.664Z | + cargo tree --locked |
90 | 2024-12-20T22:49:55.922Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-20T22:49:56.224Z | Updating crates.io index |
92 | 2024-12-20T22:49:56.227Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
93 | 2024-12-20T22:49:56.631Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-12-20T22:49:57.214Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-12-20T22:49:57.491Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2024-12-20T22:49:57.782Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2024-12-20T22:49:58.039Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2024-12-20T22:49:58.893Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-12-20T22:50:00.424Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2024-12-20T22:50:01.070Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2024-12-20T22:50:01.831Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2024-12-20T22:50:02.155Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2024-12-20T22:50:02.513Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2024-12-20T22:50:03.109Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2024-12-20T22:50:03.463Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2024-12-20T22:50:03.803Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2024-12-20T22:50:04.082Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2024-12-20T22:50:04.359Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2024-12-20T22:50:04.686Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2024-12-20T22:50:04.973Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
111 | 2024-12-20T22:50:05.379Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
112 | 2024-12-20T22:50:05.792Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-12-20T22:50:06.161Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-12-20T22:50:06.747Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
115 | 2024-12-20T22:50:07.056Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
116 | 2024-12-20T22:50:07.515Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
117 | 2024-12-20T22:50:07.907Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
118 | 2024-12-20T22:50:08.235Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
119 | 2024-12-20T22:50:08.494Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
120 | 2024-12-20T22:50:08.742Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
121 | 2024-12-20T22:50:10.300Z | Downloading crates ... |
122 | 2024-12-20T22:50:10.470Z | Downloaded allocator-api2 v0.2.18 |
123 | 2024-12-20T22:50:10.473Z | Downloaded array-init v0.0.4 |
124 | 2024-12-20T22:50:10.475Z | Downloaded adler2 v2.0.0 |
125 | 2024-12-20T22:50:10.477Z | Downloaded aead v0.5.2 |
126 | 2024-12-20T22:50:10.493Z | Downloaded heck v0.5.0 |
127 | 2024-12-20T22:50:10.496Z | Downloaded escape8259 v0.5.3 |
128 | 2024-12-20T22:50:10.500Z | Downloaded aes v0.8.4 |
129 | 2024-12-20T22:50:10.504Z | Downloaded anstyle-query v1.1.1 |
130 | 2024-12-20T22:50:10.509Z | Downloaded anstream v0.6.15 |
131 | 2024-12-20T22:50:10.512Z | Downloaded anstyle-parse v0.2.5 |
132 | 2024-12-20T22:50:10.522Z | Downloaded fancy-regex v0.13.0 |
133 | 2024-12-20T22:50:10.526Z | Downloaded fallible-iterator v0.2.0 |
134 | 2024-12-20T22:50:10.533Z | Downloaded event-listener-strategy v0.5.2 |
135 | 2024-12-20T22:50:10.535Z | Downloaded fallible-streaming-iterator v0.1.9 |
136 | 2024-12-20T22:50:10.537Z | Downloaded fd-lock v4.0.2 |
137 | 2024-12-20T22:50:10.539Z | Downloaded fastrand v2.1.1 |
138 | 2024-12-20T22:50:10.541Z | Downloaded event-listener v2.5.3 |
139 | 2024-12-20T22:50:10.541Z | Downloaded approx v0.5.1 |
140 | 2024-12-20T22:50:10.544Z | Downloaded fixedbitset v0.4.2 |
141 | 2024-12-20T22:50:10.544Z | Downloaded float-cmp v0.9.0 |
142 | 2024-12-20T22:50:10.547Z | Downloaded ff v0.13.0 |
143 | 2024-12-20T22:50:10.549Z | Downloaded assert_matches v1.5.0 |
144 | 2024-12-20T22:50:10.549Z | Downloaded ascii-canvas v3.0.0 |
145 | 2024-12-20T22:50:10.552Z | Downloaded foldhash v0.1.3 |
146 | 2024-12-20T22:50:10.552Z | Downloaded foreign-types v0.5.0 |
147 | 2024-12-20T22:50:10.552Z | Downloaded anes v0.1.6 |
148 | 2024-12-20T22:50:10.555Z | Downloaded fnv v1.0.7 |
149 | 2024-12-20T22:50:10.557Z | Downloaded foreign-types-shared v0.3.1 |
150 | 2024-12-20T22:50:10.559Z | Downloaded foreign-types-macros v0.2.3 |
151 | 2024-12-20T22:50:10.559Z | Downloaded filetime v0.2.25 |
152 | 2024-12-20T22:50:10.562Z | Downloaded async-channel v2.3.1 |
153 | 2024-12-20T22:50:10.562Z | Downloaded argon2 v0.5.3 |
154 | 2024-12-20T22:50:10.564Z | Downloaded foreign-types v0.3.2 |
155 | 2024-12-20T22:50:10.565Z | Downloaded ciborium v0.2.2 |
156 | 2024-12-20T22:50:10.567Z | Downloaded form_urlencoded v1.2.1 |
157 | 2024-12-20T22:50:10.569Z | Downloaded async-channel v1.9.0 |
158 | 2024-12-20T22:50:10.569Z | Downloaded futures-executor v0.3.31 |
159 | 2024-12-20T22:50:10.571Z | Downloaded async-global-executor v2.4.1 |
160 | 2024-12-20T22:50:10.574Z | Downloaded fragile v2.0.0 |
161 | 2024-12-20T22:50:10.577Z | Downloaded futures-core v0.3.31 |
162 | 2024-12-20T22:50:10.577Z | Downloaded arrayvec v0.7.6 |
163 | 2024-12-20T22:50:10.579Z | Downloaded async-attributes v1.1.2 |
164 | 2024-12-20T22:50:10.582Z | Downloaded event-listener v5.3.1 |
165 | 2024-12-20T22:50:10.584Z | Downloaded futures-io v0.3.31 |
166 | 2024-12-20T22:50:10.584Z | Downloaded funty v2.0.0 |
167 | 2024-12-20T22:50:10.587Z | Downloaded futures-sink v0.3.31 |
168 | 2024-12-20T22:50:10.587Z | Downloaded assert-json-diff v2.0.2 |
169 | 2024-12-20T22:50:10.589Z | Downloaded arc-swap v1.7.1 |
170 | 2024-12-20T22:50:10.592Z | Downloaded futures-macro v0.3.31 |
171 | 2024-12-20T22:50:10.596Z | Downloaded async-stream-impl v0.3.6 |
172 | 2024-12-20T22:50:10.597Z | Downloaded atty v0.2.14 |
173 | 2024-12-20T22:50:10.600Z | Downloaded async-executor v1.13.1 |
174 | 2024-12-20T22:50:10.600Z | Downloaded fs_extra v1.3.0 |
175 | 2024-12-20T22:50:10.600Z | Downloaded ghash v0.5.1 |
176 | 2024-12-20T22:50:10.602Z | Downloaded futures-timer v3.0.3 |
177 | 2024-12-20T22:50:10.604Z | Downloaded foreign-types-shared v0.1.1 |
178 | 2024-12-20T22:50:10.604Z | Downloaded async-lock v3.4.0 |
179 | 2024-12-20T22:50:10.607Z | Downloaded fs-err v2.11.0 |
180 | 2024-12-20T22:50:10.610Z | Downloaded arrayref v0.3.9 |
181 | 2024-12-20T22:50:10.610Z | Downloaded anyhow v1.0.93 |
182 | 2024-12-20T22:50:10.613Z | Downloaded anstyle v1.0.10 |
183 | 2024-12-20T22:50:10.616Z | Downloaded aes-gcm v0.10.3 |
184 | 2024-12-20T22:50:10.619Z | Downloaded flate2 v1.0.34 |
185 | 2024-12-20T22:50:10.626Z | Downloaded aho-corasick v1.1.3 |
186 | 2024-12-20T22:50:10.632Z | Downloaded async-process v2.3.0 |
187 | 2024-12-20T22:50:10.635Z | Downloaded flume v0.11.1 |
188 | 2024-12-20T22:50:10.639Z | Downloaded futures-channel v0.3.31 |
189 | 2024-12-20T22:50:10.641Z | Downloaded async-signal v0.2.10 |
190 | 2024-12-20T22:50:10.644Z | Downloaded async-trait v0.1.83 |
191 | 2024-12-20T22:50:10.647Z | Downloaded fxhash v0.2.1 |
192 | 2024-12-20T22:50:10.649Z | Downloaded futures v0.3.31 |
193 | 2024-12-20T22:50:10.653Z | Downloaded hash32 v0.3.1 |
194 | 2024-12-20T22:50:10.655Z | Downloaded base16ct v0.2.0 |
195 | 2024-12-20T22:50:10.657Z | Downloaded futures-lite v2.3.0 |
196 | 2024-12-20T22:50:10.659Z | Downloaded glob v0.3.1 |
197 | 2024-12-20T22:50:10.659Z | Downloaded async-io v2.3.4 |
198 | 2024-12-20T22:50:10.663Z | Downloaded heck v0.4.1 |
199 | 2024-12-20T22:50:10.666Z | Downloaded group v0.13.0 |
200 | 2024-12-20T22:50:10.668Z | Downloaded bitflags v1.3.2 |
201 | 2024-12-20T22:50:10.671Z | Downloaded hashlink v0.9.1 |
202 | 2024-12-20T22:50:10.673Z | Downloaded async-task v4.7.1 |
203 | 2024-12-20T22:50:10.676Z | Downloaded bit-vec v0.6.3 |
204 | 2024-12-20T22:50:10.676Z | Downloaded bit-set v0.5.3 |
205 | 2024-12-20T22:50:10.679Z | Downloaded block-buffer v0.10.4 |
206 | 2024-12-20T22:50:10.679Z | Downloaded async-recursion v1.1.1 |
207 | 2024-12-20T22:50:10.684Z | Downloaded block-padding v0.3.3 |
208 | 2024-12-20T22:50:10.687Z | Downloaded blocking v1.6.1 |
209 | 2024-12-20T22:50:10.687Z | Downloaded backoff v0.4.0 |
210 | 2024-12-20T22:50:10.689Z | Downloaded async-stream v0.3.6 |
211 | 2024-12-20T22:50:10.691Z | Downloaded base64ct v1.6.0 |
212 | 2024-12-20T22:50:10.693Z | Downloaded hashbrown v0.15.1 |
213 | 2024-12-20T22:50:10.697Z | Downloaded cargo-platform v0.1.8 |
214 | 2024-12-20T22:50:10.702Z | Downloaded base64 v0.21.7 |
215 | 2024-12-20T22:50:10.706Z | Downloaded heapless v0.7.17 |
216 | 2024-12-20T22:50:10.710Z | Downloaded hex-literal v0.4.1 |
217 | 2024-12-20T22:50:10.713Z | Downloaded globset v0.4.15 |
218 | 2024-12-20T22:50:10.715Z | Downloaded cargo_metadata v0.18.1 |
219 | 2024-12-20T22:50:10.715Z | Downloaded blake2 v0.10.6 |
220 | 2024-12-20T22:50:10.718Z | Downloaded cast v0.3.0 |
221 | 2024-12-20T22:50:10.720Z | Downloaded camino v1.1.9 |
222 | 2024-12-20T22:50:10.726Z | Downloaded blake2b_simd v1.0.2 |
223 | 2024-12-20T22:50:10.739Z | Downloaded home v0.5.9 |
224 | 2024-12-20T22:50:10.742Z | Downloaded futures-util v0.3.31 |
225 | 2024-12-20T22:50:10.750Z | Downloaded http-body v1.0.1 |
226 | 2024-12-20T22:50:10.752Z | Downloaded hostname v0.4.0 |
227 | 2024-12-20T22:50:10.755Z | Downloaded hostname v0.3.1 |
228 | 2024-12-20T22:50:10.755Z | Downloaded heck v0.3.3 |
229 | 2024-12-20T22:50:10.755Z | Downloaded half v2.4.1 |
230 | 2024-12-20T22:50:10.758Z | Downloaded hmac v0.12.1 |
231 | 2024-12-20T22:50:10.761Z | Downloaded async-std v1.13.0 |
232 | 2024-12-20T22:50:10.780Z | Downloaded backtrace v0.3.74 |
233 | 2024-12-20T22:50:10.787Z | Downloaded goblin v0.8.2 |
234 | 2024-12-20T22:50:10.830Z | Downloaded gimli v0.31.1 |
235 | 2024-12-20T22:50:10.843Z | Downloaded heapless v0.8.0 |
236 | 2024-12-20T22:50:10.880Z | Downloaded git2 v0.19.0 |
237 | 2024-12-20T22:50:10.894Z | Downloaded hashbrown v0.13.2 |
238 | 2024-12-20T22:50:10.917Z | Downloaded hashbrown v0.14.5 |
239 | 2024-12-20T22:50:10.923Z | Downloaded http-body-util v0.1.2 |
240 | 2024-12-20T22:50:10.945Z | Downloaded bstr v1.10.0 |
241 | 2024-12-20T22:50:10.954Z | Downloaded hkdf v0.12.4 |
242 | 2024-12-20T22:50:10.980Z | Downloaded bitvec v1.0.1 |
243 | 2024-12-20T22:50:10.994Z | Downloaded castaway v0.2.3 |
244 | 2024-12-20T22:50:10.996Z | Downloaded atomic-waker v1.1.2 |
245 | 2024-12-20T22:50:10.996Z | Downloaded ahash v0.8.11 |
246 | 2024-12-20T22:50:10.999Z | Downloaded addr2line v0.24.2 |
247 | 2024-12-20T22:50:11.005Z | Downloaded base64 v0.13.1 |
248 | 2024-12-20T22:50:11.008Z | Downloaded autocfg v1.4.0 |
249 | 2024-12-20T22:50:11.017Z | Downloaded base64 v0.22.1 |
250 | 2024-12-20T22:50:11.022Z | Downloaded byteorder v1.5.0 |
251 | 2024-12-20T22:50:11.025Z | Downloaded futures-task v0.3.31 |
252 | 2024-12-20T22:50:11.028Z | Downloaded fallible-iterator v0.3.0 |
253 | 2024-12-20T22:50:11.032Z | Downloaded getrandom v0.2.15 |
254 | 2024-12-20T22:50:11.035Z | Downloaded generic-array v0.14.7 |
255 | 2024-12-20T22:50:11.038Z | Downloaded bumpalo v3.16.0 |
256 | 2024-12-20T22:50:11.047Z | Downloaded bitflags v2.6.0 |
257 | 2024-12-20T22:50:11.063Z | Downloaded hash32 v0.2.1 |
258 | 2024-12-20T22:50:11.066Z | Downloaded hex v0.4.3 |
259 | 2024-12-20T22:50:11.069Z | Downloaded h2 v0.4.6 |
260 | 2024-12-20T22:50:11.081Z | Downloaded hashbrown v0.12.3 |
261 | 2024-12-20T22:50:11.096Z | Downloaded bzip2 v0.4.4 |
262 | 2024-12-20T22:50:11.099Z | Downloaded http v1.1.0 |
263 | 2024-12-20T22:50:11.118Z | Downloaded blake3 v1.5.4 |
264 | 2024-12-20T22:50:11.159Z | Downloaded gethostname v0.5.0 |
265 | 2024-12-20T22:50:11.197Z | Downloaded cfg_aliases v0.2.1 |
266 | 2024-12-20T22:50:11.200Z | Downloaded cassowary v0.3.0 |
267 | 2024-12-20T22:50:11.200Z | Downloaded chrono-tz-build v0.4.0 |
268 | 2024-12-20T22:50:11.204Z | Downloaded cexpr v0.6.0 |
269 | 2024-12-20T22:50:11.207Z | Downloaded chacha20 v0.9.1 |
270 | 2024-12-20T22:50:11.210Z | Downloaded humantime v2.1.0 |
271 | 2024-12-20T22:50:11.212Z | Downloaded cfg-if v1.0.0 |
272 | 2024-12-20T22:50:11.212Z | Downloaded httparse v1.9.5 |
273 | 2024-12-20T22:50:11.215Z | Downloaded hyper-rustls v0.27.3 |
274 | 2024-12-20T22:50:11.218Z | Downloaded chacha20poly1305 v0.10.1 |
275 | 2024-12-20T22:50:11.248Z | Downloaded httpdate v1.0.3 |
276 | 2024-12-20T22:50:11.251Z | Downloaded http-range v0.1.5 |
277 | 2024-12-20T22:50:11.253Z | Downloaded chrono v0.4.38 |
278 | 2024-12-20T22:50:11.260Z | Downloaded once_cell v1.20.2 |
279 | 2024-12-20T22:50:11.263Z | Downloaded hyper-rustls v0.26.0 |
280 | 2024-12-20T22:50:11.300Z | Downloaded openssl v0.10.66 |
281 | 2024-12-20T22:50:11.311Z | Downloaded percent-encoding v2.3.1 |
282 | 2024-12-20T22:50:11.314Z | Downloaded normalize-line-endings v0.3.0 |
283 | 2024-12-20T22:50:11.314Z | Downloaded chrono-tz v0.10.0 |
284 | 2024-12-20T22:50:11.320Z | Downloaded pbkdf2 v0.12.2 |
285 | 2024-12-20T22:50:11.329Z | Downloaded num-bigint-dig v0.8.4 |
286 | 2024-12-20T22:50:11.335Z | Downloaded number_prefix v0.4.0 |
287 | 2024-12-20T22:50:11.337Z | Downloaded num-rational v0.4.2 |
288 | 2024-12-20T22:50:11.346Z | Downloaded parking_lot_core v0.8.6 |
289 | 2024-12-20T22:50:11.348Z | Downloaded phf_shared v0.10.0 |
290 | 2024-12-20T22:50:11.351Z | Downloaded pkcs1 v0.7.5 |
291 | 2024-12-20T22:50:11.355Z | Downloaded predicates-core v1.0.8 |
292 | 2024-12-20T22:50:11.362Z | Downloaded parse-zoneinfo v0.3.1 |
293 | 2024-12-20T22:50:11.365Z | Downloaded pin-utils v0.1.0 |
294 | 2024-12-20T22:50:11.367Z | Downloaded atomicwrites v0.4.4 |
295 | 2024-12-20T22:50:11.370Z | Downloaded prettyplease v0.2.25 |
296 | 2024-12-20T22:50:11.373Z | Downloaded proc-macro-error-attr v1.0.4 |
297 | 2024-12-20T22:50:11.376Z | Downloaded piper v0.2.4 |
298 | 2024-12-20T22:50:11.376Z | Downloaded pin-project-lite v0.2.14 |
299 | 2024-12-20T22:50:11.380Z | Downloaded async-object-pool v0.1.5 |
300 | 2024-12-20T22:50:11.383Z | Downloaded proc-macro2 v1.0.89 |
301 | 2024-12-20T22:50:11.385Z | Downloaded rand_xorshift v0.3.0 |
302 | 2024-12-20T22:50:11.388Z | Downloaded rand v0.8.5 |
303 | 2024-12-20T22:50:11.390Z | Downloaded rfc6979 v0.4.0 |
304 | 2024-12-20T22:50:11.393Z | Downloaded resolv-conf v0.7.0 |
305 | 2024-12-20T22:50:11.393Z | Downloaded ref-cast-impl v1.0.23 |
306 | 2024-12-20T22:50:11.396Z | Downloaded async-bb8-diesel v0.2.1 |
307 | 2024-12-20T22:50:11.398Z | Downloaded assert_cmd v2.0.16 |
308 | 2024-12-20T22:50:11.410Z | Downloaded quinn-proto v0.11.8 |
309 | 2024-12-20T22:50:11.417Z | Downloaded rustls-pki-types v1.10.0 |
310 | 2024-12-20T22:50:11.439Z | Downloaded reqwest v0.12.9 |
311 | 2024-12-20T22:50:11.448Z | Downloaded rustc_version v0.4.1 |
312 | 2024-12-20T22:50:11.453Z | Downloaded serde v1.0.215 |
313 | 2024-12-20T22:50:11.460Z | Downloaded serde_with_macros v3.11.0 |
314 | 2024-12-20T22:50:11.463Z | Downloaded siphasher v0.3.11 |
315 | 2024-12-20T22:50:11.465Z | Downloaded shell-words v1.1.0 |
316 | 2024-12-20T22:50:11.468Z | Downloaded salsa20 v0.10.2 |
317 | 2024-12-20T22:50:11.468Z | Downloaded ryu v1.0.18 |
318 | 2024-12-20T22:50:11.471Z | Downloaded ssh-cipher v0.2.0 |
319 | 2024-12-20T22:50:11.494Z | Downloaded serde_json v1.0.133 |
320 | 2024-12-20T22:50:11.502Z | Downloaded stringprep v0.1.5 |
321 | 2024-12-20T22:50:11.504Z | Downloaded aws-lc-rs v1.10.0 |
322 | 2024-12-20T22:50:11.513Z | Downloaded strip-ansi-escapes v0.2.0 |
323 | 2024-12-20T22:50:11.516Z | Downloaded syn v2.0.87 |
324 | 2024-12-20T22:50:11.526Z | Downloaded termtree v0.4.1 |
325 | 2024-12-20T22:50:11.529Z | Downloaded tap v1.0.1 |
326 | 2024-12-20T22:50:11.529Z | Downloaded spin v0.5.2 |
327 | 2024-12-20T22:50:11.533Z | Downloaded camino-tempfile v1.1.1 |
328 | 2024-12-20T22:50:11.535Z | Downloaded bytes v1.8.0 |
329 | 2024-12-20T22:50:11.538Z | Downloaded bytecount v0.6.8 |
330 | 2024-12-20T22:50:11.540Z | Downloaded buf-list v1.0.3 |
331 | 2024-12-20T22:50:11.542Z | Downloaded syn v1.0.109 |
332 | 2024-12-20T22:50:11.552Z | Downloaded toml_datetime v0.6.8 |
333 | 2024-12-20T22:50:11.554Z | Downloaded try-lock v0.2.5 |
334 | 2024-12-20T22:50:11.556Z | Downloaded flagset v0.4.6 |
335 | 2024-12-20T22:50:11.556Z | Downloaded tokio-rustls v0.24.1 |
336 | 2024-12-20T22:50:11.558Z | Downloaded tinytemplate v1.2.1 |
337 | 2024-12-20T22:50:11.562Z | Downloaded time v0.3.36 |
338 | 2024-12-20T22:50:11.567Z | Downloaded unarray v0.1.4 |
339 | 2024-12-20T22:50:11.569Z | Downloaded blowfish v0.9.1 |
340 | 2024-12-20T22:50:11.572Z | Downloaded unsafe-libyaml v0.2.11 |
341 | 2024-12-20T22:50:11.574Z | Downloaded bitfield-struct v0.6.2 |
342 | 2024-12-20T22:50:11.577Z | Downloaded bitfield v0.14.0 |
343 | 2024-12-20T22:50:11.579Z | Downloaded bindgen v0.69.5 |
344 | 2024-12-20T22:50:11.585Z | Downloaded write16 v1.0.0 |
345 | 2024-12-20T22:50:11.587Z | Downloaded value-bag v1.9.0 |
346 | 2024-12-20T22:50:11.589Z | Downloaded curve25519-dalek-derive v0.1.1 |
347 | 2024-12-20T22:50:11.591Z | Downloaded convert_case v0.4.0 |
348 | 2024-12-20T22:50:11.594Z | Downloaded doc-comment v0.3.3 |
349 | 2024-12-20T22:50:11.594Z | Downloaded displaydoc v0.2.5 |
350 | 2024-12-20T22:50:11.596Z | Downloaded highway v1.2.0 |
351 | 2024-12-20T22:50:11.599Z | Downloaded dunce v1.0.5 |
352 | 2024-12-20T22:50:11.601Z | Downloaded hickory-resolver v0.24.1 |
353 | 2024-12-20T22:50:11.605Z | Downloaded ecdsa v0.16.9 |
354 | 2024-12-20T22:50:11.608Z | Downloaded dyn-clone v1.0.17 |
355 | 2024-12-20T22:50:11.610Z | Downloaded ed25519 v2.2.3 |
356 | 2024-12-20T22:50:11.613Z | Downloaded headers-core v0.3.0 |
357 | 2024-12-20T22:50:11.613Z | Downloaded icu_locid_transform v1.5.0 |
358 | 2024-12-20T22:50:11.616Z | Downloaded trust-dns-proto v0.22.0 |
359 | 2024-12-20T22:50:11.628Z | Downloaded ipnet v2.10.1 |
360 | 2024-12-20T22:50:11.630Z | Downloaded float-ord v0.3.2 |
361 | 2024-12-20T22:50:11.633Z | Downloaded indoc v2.0.5 |
362 | 2024-12-20T22:50:11.636Z | Downloaded unicode-properties v0.1.3 |
363 | 2024-12-20T22:50:11.638Z | Downloaded hickory-server v0.24.1 |
364 | 2024-12-20T22:50:11.642Z | Downloaded unicode-normalization v0.1.24 |
365 | 2024-12-20T22:50:11.646Z | Downloaded utf8parse v0.2.2 |
366 | 2024-12-20T22:50:11.648Z | Downloaded hickory-client v0.24.1 |
367 | 2024-12-20T22:50:11.651Z | Downloaded uuid v1.11.0 |
368 | 2024-12-20T22:50:11.654Z | Downloaded headers v0.4.0 |
369 | 2024-12-20T22:50:11.659Z | Downloaded keccak v0.1.5 |
370 | 2024-12-20T22:50:11.663Z | Downloaded lazy_static v1.5.0 |
371 | 2024-12-20T22:50:11.669Z | Downloaded itertools v0.10.5 |
372 | 2024-12-20T22:50:11.673Z | Downloaded guppy-workspace-hack v0.1.0 |
373 | 2024-12-20T22:50:11.673Z | Downloaded guppy v0.17.8 |
374 | 2024-12-20T22:50:11.677Z | Downloaded fatfs v0.3.6 |
375 | 2024-12-20T22:50:11.681Z | Downloaded expectorate v1.1.0 |
376 | 2024-12-20T22:50:11.683Z | Downloaded bcs v0.1.6 |
377 | 2024-12-20T22:50:11.685Z | Downloaded bcrypt-pbkdf v0.10.0 |
378 | 2024-12-20T22:50:11.685Z | Downloaded bb8 v0.8.5 |
379 | 2024-12-20T22:50:11.688Z | Downloaded zerocopy v0.7.35 |
380 | 2024-12-20T22:50:11.704Z | Downloaded zerovec-derive v0.10.3 |
381 | 2024-12-20T22:50:11.708Z | Downloaded zerovec v0.10.4 |
382 | 2024-12-20T22:50:11.714Z | Downloaded clap_derive v4.5.18 |
383 | 2024-12-20T22:50:11.717Z | Downloaded ciborium-ll v0.2.2 |
384 | 2024-12-20T22:50:11.719Z | Downloaded concurrent-queue v2.5.0 |
385 | 2024-12-20T22:50:11.722Z | Downloaded constant_time_eq v0.3.1 |
386 | 2024-12-20T22:50:11.733Z | Downloaded crossbeam-channel v0.5.13 |
387 | 2024-12-20T22:50:11.746Z | Downloaded litemap v0.7.3 |
388 | 2024-12-20T22:50:11.785Z | Downloaded hyper-staticfile v0.10.1 |
389 | 2024-12-20T22:50:11.788Z | Downloaded num_cpus v1.16.0 |
390 | 2024-12-20T22:50:11.791Z | Downloaded num_enum v0.5.11 |
391 | 2024-12-20T22:50:11.796Z | Downloaded hyper v1.5.0 |
392 | 2024-12-20T22:50:11.802Z | Downloaded curve25519-dalek v4.1.3 |
393 | 2024-12-20T22:50:11.811Z | Downloaded hubpack_derive v0.1.1 |
394 | 2024-12-20T22:50:11.814Z | Downloaded hubpack v0.1.2 |
395 | 2024-12-20T22:50:11.814Z | Downloaded httptest v0.16.1 |
396 | 2024-12-20T22:50:11.843Z | Downloaded paste v1.0.15 |
397 | 2024-12-20T22:50:11.846Z | Downloaded pem v3.0.4 |
398 | 2024-12-20T22:50:11.849Z | Downloaded password-hash v0.5.0 |
399 | 2024-12-20T22:50:11.851Z | Downloaded path-slash v0.1.5 |
400 | 2024-12-20T22:50:11.861Z | Downloaded difflib v0.4.0 |
401 | 2024-12-20T22:50:11.864Z | Downloaded diesel v2.2.6 |
402 | 2024-12-20T22:50:11.882Z | Downloaded progenitor v0.8.0 |
403 | 2024-12-20T22:50:11.884Z | Downloaded postgres-protocol v0.6.7 |
404 | 2024-12-20T22:50:11.896Z | Downloaded icu_properties_data v1.5.0 |
405 | 2024-12-20T22:50:11.913Z | Downloaded phf v0.11.2 |
406 | 2024-12-20T22:50:11.937Z | Downloaded plotters v0.3.7 |
407 | 2024-12-20T22:50:11.946Z | Downloaded powerfmt v0.2.0 |
408 | 2024-12-20T22:50:11.948Z | Downloaded idna v0.3.0 |
409 | 2024-12-20T22:50:11.953Z | Downloaded sqlparser_derive v0.2.2 |
410 | 2024-12-20T22:50:11.957Z | Downloaded smf v0.2.3 |
411 | 2024-12-20T22:50:11.957Z | Downloaded slog-dtrace v0.3.0 |
412 | 2024-12-20T22:50:11.959Z | Downloaded slog-bunyan v2.5.0 |
413 | 2024-12-20T22:50:11.959Z | Downloaded salty v0.3.0 |
414 | 2024-12-20T22:50:11.964Z | Downloaded rustfmt-wrapper v0.2.1 |
415 | 2024-12-20T22:50:11.967Z | Downloaded russh v0.45.0 |
416 | 2024-12-20T22:50:11.977Z | Downloaded cfg_aliases v0.1.1 |
417 | 2024-12-20T22:50:11.980Z | Downloaded cfg-expr v0.17.0 |
418 | 2024-12-20T22:50:11.982Z | Downloaded cc v1.1.30 |
419 | 2024-12-20T22:50:11.985Z | Downloaded cbc v0.1.2 |
420 | 2024-12-20T22:50:11.987Z | Downloaded cancel-safe-futures v0.1.5 |
421 | 2024-12-20T22:50:11.989Z | Downloaded ron v0.7.1 |
422 | 2024-12-20T22:50:11.998Z | Downloaded rustc-demangle v0.1.24 |
423 | 2024-12-20T22:50:12.001Z | Downloaded rustversion v1.0.17 |
424 | 2024-12-20T22:50:12.004Z | Downloaded rusty-fork v0.3.0 |
425 | 2024-12-20T22:50:12.007Z | Downloaded dtrace-parser v0.2.0 |
426 | 2024-12-20T22:50:12.007Z | Downloaded defmt-macros v0.3.9 |
427 | 2024-12-20T22:50:12.010Z | Downloaded sct v0.7.1 |
428 | 2024-12-20T22:50:12.012Z | Downloaded crucible-workspace-hack v0.1.0 |
429 | 2024-12-20T22:50:12.015Z | Downloaded uzers v0.12.1 |
430 | 2024-12-20T22:50:12.018Z | Downloaded semver v1.0.23 |
431 | 2024-12-20T22:50:12.018Z | Downloaded usdt-attr-macro v0.5.0 |
432 | 2024-12-20T22:50:12.020Z | Downloaded snafu-derive v0.8.5 |
433 | 2024-12-20T22:50:12.020Z | Downloaded trybuild v1.0.101 |
434 | 2024-12-20T22:50:12.024Z | Downloaded string_cache v0.8.7 |
435 | 2024-12-20T22:50:12.026Z | Downloaded ssh-encoding v0.2.0 |
436 | 2024-12-20T22:50:12.028Z | Downloaded thiserror v2.0.3 |
437 | 2024-12-20T22:50:12.032Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
438 | 2024-12-20T22:50:12.043Z | Downloaded toml v0.8.19 |
439 | 2024-12-20T22:50:12.047Z | Downloaded toml v0.7.8 |
440 | 2024-12-20T22:50:12.050Z | Downloaded tokio-tungstenite v0.23.1 |
441 | 2024-12-20T22:50:12.053Z | Downloaded tungstenite v0.21.0 |
442 | 2024-12-20T22:50:12.055Z | Downloaded tempfile v3.13.0 |
443 | 2024-12-20T22:50:12.063Z | Downloaded indent_write v2.2.0 |
444 | 2024-12-20T22:50:12.065Z | Downloaded hickory-proto v0.24.1 |
445 | 2024-12-20T22:50:12.086Z | Downloaded untrusted v0.7.1 |
446 | 2024-12-20T22:50:12.092Z | Downloaded xattr v1.3.1 |
447 | 2024-12-20T22:50:12.094Z | Downloaded whoami v1.5.2 |
448 | 2024-12-20T22:50:12.117Z | Downloaded zopfli v0.8.1 |
449 | 2024-12-20T22:50:12.123Z | Downloaded match_cfg v0.1.0 |
450 | 2024-12-20T22:50:12.129Z | Downloaded memmap2 v0.9.5 |
451 | 2024-12-20T22:50:12.147Z | Downloaded memchr v2.7.4 |
452 | 2024-12-20T22:50:12.167Z | Downloaded num-conv v0.1.0 |
453 | 2024-12-20T22:50:12.179Z | Downloaded nom v7.1.3 |
454 | 2024-12-20T22:50:12.179Z | Downloaded packed_struct_codegen v0.10.1 |
455 | 2024-12-20T22:50:12.183Z | Downloaded owo-colors v4.1.0 |
456 | 2024-12-20T22:50:12.183Z | Downloaded poly1305 v0.8.0 |
457 | 2024-12-20T22:50:12.185Z | Downloaded rustyline v14.0.0 |
458 | 2024-12-20T22:50:12.191Z | Downloaded ref-cast v1.0.23 |
459 | 2024-12-20T22:50:12.198Z | Downloaded enum-as-inner v0.6.1 |
460 | 2024-12-20T22:50:12.201Z | Downloaded embedded-io v0.6.1 |
461 | 2024-12-20T22:50:12.204Z | Downloaded env_filter v0.1.2 |
462 | 2024-12-20T22:50:12.208Z | Downloaded itoa v1.0.11 |
463 | 2024-12-20T22:50:12.211Z | Downloaded idna_adapter v1.2.0 |
464 | 2024-12-20T22:50:12.231Z | Downloaded itertools v0.13.0 |
465 | 2024-12-20T22:50:12.237Z | Downloaded lockfree-object-pool v0.1.6 |
466 | 2024-12-20T22:50:12.241Z | Downloaded tls_codec_derive v0.4.1 |
467 | 2024-12-20T22:50:12.244Z | Downloaded strum_macros v0.25.3 |
468 | 2024-12-20T22:50:12.244Z | Downloaded md-5 v0.10.6 |
469 | 2024-12-20T22:50:12.246Z | Downloaded serde_urlencoded v0.7.1 |
470 | 2024-12-20T22:50:12.249Z | Downloaded rustls-pemfile v1.0.4 |
471 | 2024-12-20T22:50:12.249Z | Downloaded slab v0.4.9 |
472 | 2024-12-20T22:50:12.251Z | Downloaded signal-hook-tokio v0.3.1 |
473 | 2024-12-20T22:50:12.252Z | Downloaded serde_path_to_error v0.1.16 |
474 | 2024-12-20T22:50:12.301Z | Downloaded smawk v0.3.2 |
475 | 2024-12-20T22:50:12.307Z | Downloaded zerocopy v0.6.6 |
476 | 2024-12-20T22:50:12.307Z | Downloaded xz2 v0.1.7 |
477 | 2024-12-20T22:50:12.307Z | Downloaded tough v0.19.0 |
478 | 2024-12-20T22:50:12.307Z | Downloaded num-iter v0.1.45 |
479 | 2024-12-20T22:50:12.310Z | Downloaded num-derive v0.4.2 |
480 | 2024-12-20T22:50:12.310Z | Downloaded num_threads v0.1.7 |
481 | 2024-12-20T22:50:12.310Z | Downloaded term v0.7.0 |
482 | 2024-12-20T22:50:12.314Z | Downloaded time-core v0.1.2 |
483 | 2024-12-20T22:50:12.314Z | Downloaded num-traits v0.2.19 |
484 | 2024-12-20T22:50:12.317Z | Downloaded thiserror v1.0.69 |
485 | 2024-12-20T22:50:12.321Z | Downloaded time-macros v0.2.18 |
486 | 2024-12-20T22:50:12.323Z | Downloaded tokio-rustls v0.26.0 |
487 | 2024-12-20T22:50:12.328Z | Downloaded num v0.4.3 |
488 | 2024-12-20T22:50:12.328Z | Downloaded nix v0.27.1 |
489 | 2024-12-20T22:50:12.336Z | Downloaded num_enum_derive v0.5.11 |
490 | 2024-12-20T22:50:12.340Z | Downloaded num-integer v0.1.46 |
491 | 2024-12-20T22:50:12.340Z | Downloaded num-bigint v0.4.6 |
492 | 2024-12-20T22:50:12.343Z | Downloaded num-complex v0.4.6 |
493 | 2024-12-20T22:50:12.345Z | Downloaded strum_macros v0.26.4 |
494 | 2024-12-20T22:50:12.348Z | Downloaded strum_macros v0.24.3 |
495 | 2024-12-20T22:50:12.351Z | Downloaded strum v0.26.3 |
496 | 2024-12-20T22:50:12.360Z | Downloaded phf_generator v0.11.2 |
497 | 2024-12-20T22:50:12.362Z | Downloaded pest v2.7.14 |
498 | 2024-12-20T22:50:12.366Z | Downloaded phf_shared v0.11.2 |
499 | 2024-12-20T22:50:12.368Z | Downloaded utf-8 v0.7.6 |
500 | 2024-12-20T22:50:12.368Z | Downloaded vergen v8.3.2 |
501 | 2024-12-20T22:50:12.371Z | Downloaded precomputed-hash v0.1.1 |
502 | 2024-12-20T22:50:12.374Z | Downloaded unicode-width v0.2.0 |
503 | 2024-12-20T22:50:12.378Z | Downloaded wyz v0.5.1 |
504 | 2024-12-20T22:50:12.380Z | Downloaded crossterm v0.28.1 |
505 | 2024-12-20T22:50:12.385Z | Downloaded zip v0.6.6 |
506 | 2024-12-20T22:50:12.389Z | Downloaded oso v0.27.3 |
507 | 2024-12-20T22:50:12.398Z | Downloaded petgraph v0.6.5 |
508 | 2024-12-20T22:50:12.413Z | Downloaded psl-types v2.0.11 |
509 | 2024-12-20T22:50:12.416Z | Downloaded clap_builder v4.5.21 |
510 | 2024-12-20T22:50:12.421Z | Downloaded quick-error v1.2.3 |
511 | 2024-12-20T22:50:12.426Z | Downloaded colorchoice v1.0.2 |
512 | 2024-12-20T22:50:12.435Z | Downloaded colored v2.1.0 |
513 | 2024-12-20T22:50:12.440Z | Downloaded console v0.15.8 |
514 | 2024-12-20T22:50:12.442Z | Downloaded cpufeatures v0.2.14 |
515 | 2024-12-20T22:50:12.445Z | Downloaded crc v3.2.1 |
516 | 2024-12-20T22:50:12.448Z | Downloaded cookie v0.18.1 |
517 | 2024-12-20T22:50:12.461Z | Downloaded compact_str v0.8.0 |
518 | 2024-12-20T22:50:12.465Z | Downloaded const-oid v0.9.6 |
519 | 2024-12-20T22:50:12.477Z | Downloaded crc-catalog v2.4.0 |
520 | 2024-12-20T22:50:12.479Z | Downloaded schemars v0.8.21 |
521 | 2024-12-20T22:50:12.489Z | Downloaded downcast v0.11.0 |
522 | 2024-12-20T22:50:12.492Z | Downloaded icu_provider v1.5.0 |
523 | 2024-12-20T22:50:12.494Z | Downloaded rand_seeder v0.3.0 |
524 | 2024-12-20T22:50:12.496Z | Downloaded serde-big-array v0.5.1 |
525 | 2024-12-20T22:50:12.499Z | Downloaded rust-argon2 v2.1.0 |
526 | 2024-12-20T22:50:12.501Z | Downloaded regex-syntax v0.8.5 |
527 | 2024-12-20T22:50:12.507Z | Downloaded terminal_size v0.4.0 |
528 | 2024-12-20T22:50:12.510Z | Downloaded target-spec v3.2.2 |
529 | 2024-12-20T22:50:12.513Z | Downloaded idna v1.0.3 |
530 | 2024-12-20T22:50:12.516Z | Downloaded tokio-macros v2.4.0 |
531 | 2024-12-20T22:50:12.516Z | Downloaded tokio-tungstenite v0.21.0 |
532 | 2024-12-20T22:50:12.518Z | Downloaded tungstenite v0.23.0 |
533 | 2024-12-20T22:50:12.521Z | Downloaded tui-tree-widget v0.22.0 |
534 | 2024-12-20T22:50:12.523Z | Downloaded termcolor v1.4.1 |
535 | 2024-12-20T22:50:12.537Z | Downloaded x509-cert v0.2.5 |
536 | 2024-12-20T22:50:12.543Z | Downloaded unicase v2.7.0 |
537 | 2024-12-20T22:50:12.545Z | Downloaded waitgroup v0.1.2 |
538 | 2024-12-20T22:50:12.556Z | Downloaded proc-macro-crate v1.3.1 |
539 | 2024-12-20T22:50:12.558Z | Downloaded idna v0.5.0 |
540 | 2024-12-20T22:50:12.563Z | Downloaded derive_builder v0.20.2 |
541 | 2024-12-20T22:50:12.585Z | Downloaded proptest v1.5.0 |
542 | 2024-12-20T22:50:12.594Z | Downloaded which v4.4.2 |
543 | 2024-12-20T22:50:12.596Z | Downloaded rustls-native-certs v0.7.3 |
544 | 2024-12-20T22:50:12.598Z | Downloaded untrusted v0.9.0 |
545 | 2024-12-20T22:50:12.601Z | Downloaded rustc-hash v2.0.0 |
546 | 2024-12-20T22:50:12.603Z | Downloaded rtoolbox v0.0.2 |
547 | 2024-12-20T22:50:12.629Z | Downloaded webpki-roots v0.26.6 |
548 | 2024-12-20T22:50:12.632Z | Downloaded zeroize_derive v1.4.2 |
549 | 2024-12-20T22:50:12.637Z | Downloaded shlex v1.3.0 |
550 | 2024-12-20T22:50:12.639Z | Downloaded simd-adler32 v0.3.7 |
551 | 2024-12-20T22:50:12.650Z | Downloaded smallvec v1.13.2 |
552 | 2024-12-20T22:50:12.671Z | Downloaded strsim v0.11.1 |
553 | 2024-12-20T22:50:12.674Z | Downloaded mockall_derive v0.13.0 |
554 | 2024-12-20T22:50:12.677Z | Downloaded libxml v0.3.3 |
555 | 2024-12-20T22:50:12.682Z | Downloaded mockall v0.13.0 |
556 | 2024-12-20T22:50:12.682Z | Downloaded maybe-uninit v2.0.0 |
557 | 2024-12-20T22:50:12.685Z | Downloaded libsw v3.3.1 |
558 | 2024-12-20T22:50:12.685Z | Downloaded impl-trait-for-tuples v0.2.2 |
559 | 2024-12-20T22:50:12.708Z | Downloaded lzma-sys v0.1.20 |
560 | 2024-12-20T22:50:12.737Z | Downloaded crossbeam-epoch v0.9.18 |
561 | 2024-12-20T22:50:12.739Z | Downloaded criterion-plot v0.5.0 |
562 | 2024-12-20T22:50:12.741Z | Downloaded cobs v0.2.3 |
563 | 2024-12-20T22:50:12.743Z | Downloaded cmake v0.1.51 |
564 | 2024-12-20T22:50:12.743Z | Downloaded clap_lex v0.7.2 |
565 | 2024-12-20T22:50:12.745Z | Downloaded utf8_iter v1.0.4 |
566 | 2024-12-20T22:50:12.745Z | Downloaded vcpkg v0.2.15 |
567 | 2024-12-20T22:50:13.283Z | Downloaded lazycell v1.3.0 |
568 | 2024-12-20T22:50:13.324Z | Downloaded memmap v0.7.0 |
569 | 2024-12-20T22:50:13.324Z | Downloaded kv-log-macro v1.0.7 |
570 | 2024-12-20T22:50:13.324Z | Downloaded jobserver v0.1.32 |
571 | 2024-12-20T22:50:13.325Z | Downloaded indoc v1.0.9 |
572 | 2024-12-20T22:50:13.325Z | Downloaded ident_case v1.0.1 |
573 | 2024-12-20T22:50:13.325Z | Downloaded either v1.13.0 |
574 | 2024-12-20T22:50:13.325Z | Downloaded crossbeam-deque v0.8.5 |
575 | 2024-12-20T22:50:13.325Z | Downloaded criterion v0.5.1 |
576 | 2024-12-20T22:50:13.325Z | Downloaded crc32fast v1.4.2 |
577 | 2024-12-20T22:50:13.325Z | Downloaded clap v4.5.21 |
578 | 2024-12-20T22:50:13.325Z | Downloaded ed25519-dalek v2.1.1 |
579 | 2024-12-20T22:50:13.325Z | Downloaded elliptic-curve v0.13.8 |
580 | 2024-12-20T22:50:13.325Z | Downloaded sigpipe v0.1.3 |
581 | 2024-12-20T22:50:13.325Z | Downloaded serde_tokenstream v0.2.2 |
582 | 2024-12-20T22:50:13.325Z | Downloaded rstest v0.23.0 |
583 | 2024-12-20T22:50:13.325Z | Downloaded rand_distr v0.4.3 |
584 | 2024-12-20T22:50:13.325Z | Downloaded r2d2 v0.8.10 |
585 | 2024-12-20T22:50:13.325Z | Downloaded quick-xml v0.33.0 |
586 | 2024-12-20T22:50:13.325Z | Downloaded zerocopy-derive v0.7.35 |
587 | 2024-12-20T22:50:13.325Z | Downloaded progenitor-macro v0.8.0 |
588 | 2024-12-20T22:50:13.325Z | Downloaded pretty-hex v0.4.1 |
589 | 2024-12-20T22:50:13.325Z | Downloaded pretty-hex v0.2.1 |
590 | 2024-12-20T22:50:13.325Z | Downloaded pin-project-internal v1.1.6 |
591 | 2024-12-20T22:50:13.325Z | Downloaded parse-display v0.10.0 |
592 | 2024-12-20T22:50:13.325Z | Downloaded packed_struct v0.10.1 |
593 | 2024-12-20T22:50:13.325Z | Downloaded itertools v0.12.1 |
594 | 2024-12-20T22:50:13.325Z | Downloaded rustls-pemfile v2.2.0 |
595 | 2024-12-20T22:50:13.325Z | Downloaded pbkdf2 v0.11.0 |
596 | 2024-12-20T22:50:13.325Z | Downloaded schemars_derive v0.8.21 |
597 | 2024-12-20T22:50:13.326Z | Downloaded const_format_proc_macros v0.2.33 |
598 | 2024-12-20T22:50:13.326Z | Downloaded sec1 v0.7.3 |
599 | 2024-12-20T22:50:13.326Z | Downloaded const_format v0.2.33 |
600 | 2024-12-20T22:50:13.326Z | Downloaded structmeta-derive v0.3.0 |
601 | 2024-12-20T22:50:13.326Z | Downloaded structmeta-derive v0.2.0 |
602 | 2024-12-20T22:50:13.326Z | Downloaded newtype_derive v0.1.6 |
603 | 2024-12-20T22:50:13.326Z | Downloaded serde_derive v1.0.215 |
604 | 2024-12-20T22:50:13.326Z | Downloaded secrecy v0.8.0 |
605 | 2024-12-20T22:50:13.326Z | Downloaded nested v0.1.1 |
606 | 2024-12-20T22:50:13.326Z | Downloaded slog-async v2.8.0 |
607 | 2024-12-20T22:50:13.326Z | Downloaded slog v2.7.0 |
608 | 2024-12-20T22:50:13.326Z | Downloaded dsl_auto_type v0.1.2 |
609 | 2024-12-20T22:50:13.326Z | Downloaded crc-any v2.5.0 |
610 | 2024-12-20T22:50:13.326Z | Downloaded cookie_store v0.21.0 |
611 | 2024-12-20T22:50:13.326Z | Downloaded tokio-native-tls v0.3.1 |
612 | 2024-12-20T22:50:13.326Z | Downloaded nibble_vec v0.1.0 |
613 | 2024-12-20T22:50:13.326Z | Downloaded parking v2.2.1 |
614 | 2024-12-20T22:50:13.326Z | Downloaded openssl-sys v0.9.103 |
615 | 2024-12-20T22:50:13.326Z | Downloaded parking_lot v0.11.2 |
616 | 2024-12-20T22:50:13.326Z | Downloaded pkcs5 v0.7.1 |
617 | 2024-12-20T22:50:13.326Z | Downloaded postgres-types v0.2.8 |
618 | 2024-12-20T22:50:13.326Z | Downloaded proc-macro-error v1.0.4 |
619 | 2024-12-20T22:50:13.326Z | Downloaded unicode-linebreak v0.1.5 |
620 | 2024-12-20T22:50:13.326Z | Downloaded vte_generate_state_changes v0.1.2 |
621 | 2024-12-20T22:50:13.326Z | Downloaded unicode-ident v1.0.13 |
622 | 2024-12-20T22:50:13.327Z | Downloaded yasna v0.5.2 |
623 | 2024-12-20T22:50:13.327Z | Downloaded zerofrom v0.1.4 |
624 | 2024-12-20T22:50:13.327Z | Downloaded crypto-common v0.1.6 |
625 | 2024-12-20T22:50:13.327Z | Downloaded regex v1.11.1 |
626 | 2024-12-20T22:50:13.327Z | Downloaded ena v0.14.3 |
627 | 2024-12-20T22:50:13.327Z | Downloaded equivalent v1.0.1 |
628 | 2024-12-20T22:50:13.327Z | Downloaded env_logger v0.11.5 |
629 | 2024-12-20T22:50:13.327Z | Downloaded rstest_macros v0.23.0 |
630 | 2024-12-20T22:50:13.327Z | Downloaded instant v0.1.13 |
631 | 2024-12-20T22:50:13.327Z | Downloaded indexmap v1.9.3 |
632 | 2024-12-20T22:50:13.327Z | Downloaded qorb v0.2.1 |
633 | 2024-12-20T22:50:13.327Z | Downloaded static_assertions v1.1.0 |
634 | 2024-12-20T22:50:13.327Z | Downloaded publicsuffix v2.2.3 |
635 | 2024-12-20T22:50:13.327Z | Downloaded polling v3.7.3 |
636 | 2024-12-20T22:50:13.327Z | Downloaded openapiv3 v2.0.0 |
637 | 2024-12-20T22:50:13.327Z | Downloaded target-lexicon v0.12.16 |
638 | 2024-12-20T22:50:13.327Z | Downloaded tiny-keccak v2.0.2 |
639 | 2024-12-20T22:50:13.327Z | Downloaded tokio-rustls v0.25.0 |
640 | 2024-12-20T22:50:13.327Z | Downloaded slog-json v2.6.1 |
641 | 2024-12-20T22:50:13.327Z | Downloaded sync_wrapper v1.0.1 |
642 | 2024-12-20T22:50:13.327Z | Downloaded unicode-segmentation v1.12.0 |
643 | 2024-12-20T22:50:13.327Z | Downloaded target-triple v0.1.3 |
644 | 2024-12-20T22:50:13.327Z | Downloaded tabled_derive v0.7.0 |
645 | 2024-12-20T22:50:13.327Z | Downloaded semver v0.1.20 |
646 | 2024-12-20T22:50:13.327Z | Downloaded scheduled-thread-pool v0.2.7 |
647 | 2024-12-20T22:50:13.327Z | Downloaded termios v0.3.3 |
648 | 2024-12-20T22:50:13.327Z | Downloaded typify v0.2.0 |
649 | 2024-12-20T22:50:13.327Z | Downloaded unicode-width v0.1.14 |
650 | 2024-12-20T22:50:13.327Z | Downloaded darling v0.20.10 |
651 | 2024-12-20T22:50:13.327Z | Downloaded ctr v0.9.2 |
652 | 2024-12-20T22:50:13.328Z | Downloaded object v0.36.5 |
653 | 2024-12-20T22:50:13.328Z | Downloaded phf_codegen v0.11.2 |
654 | 2024-12-20T22:50:13.328Z | Downloaded icu_normalizer v1.5.0 |
655 | 2024-12-20T22:50:13.328Z | Downloaded darling_core v0.20.10 |
656 | 2024-12-20T22:50:13.334Z | Downloaded rayon v1.10.0 |
657 | 2024-12-20T22:50:13.374Z | Downloaded topological-sort v0.2.2 |
658 | 2024-12-20T22:50:13.377Z | Downloaded swrite v0.1.0 |
659 | 2024-12-20T22:50:13.377Z | Downloaded ssh-key v0.6.6 |
660 | 2024-12-20T22:50:13.384Z | Downloaded smallvec v0.6.14 |
661 | 2024-12-20T22:50:13.400Z | Downloaded new_debug_unreachable v1.0.6 |
662 | 2024-12-20T22:50:13.403Z | Downloaded mime v0.3.17 |
663 | 2024-12-20T22:50:13.405Z | Downloaded rustls-webpki v0.102.8 |
664 | 2024-12-20T22:50:13.424Z | Downloaded spin v0.9.8 |
665 | 2024-12-20T22:50:13.426Z | Downloaded slog-term v2.9.1 |
666 | 2024-12-20T22:50:13.429Z | Downloaded signature v2.2.0 |
667 | 2024-12-20T22:50:13.432Z | Downloaded utf16_iter v1.0.5 |
668 | 2024-12-20T22:50:13.434Z | Downloaded digest v0.10.7 |
669 | 2024-12-20T22:50:13.436Z | Downloaded dirs-sys-next v0.1.2 |
670 | 2024-12-20T22:50:13.436Z | Downloaded thread_local v1.1.8 |
671 | 2024-12-20T22:50:13.439Z | Downloaded dirs-next v2.0.0 |
672 | 2024-12-20T22:50:13.439Z | Downloaded serde-hex v0.1.0 |
673 | 2024-12-20T22:50:13.441Z | Downloaded rustc_version v0.1.7 |
674 | 2024-12-20T22:50:13.444Z | Downloaded dropshot_endpoint v0.13.0 |
675 | 2024-12-20T22:50:13.447Z | Downloaded dropshot_endpoint v0.12.0 |
676 | 2024-12-20T22:50:13.449Z | Downloaded sled v0.34.7 |
677 | 2024-12-20T22:50:13.458Z | Downloaded icu_provider_macros v1.5.0 |
678 | 2024-12-20T22:50:13.461Z | Downloaded icu_properties v1.5.1 |
679 | 2024-12-20T22:50:13.464Z | Downloaded icu_collections v1.5.0 |
680 | 2024-12-20T22:50:13.469Z | Downloaded opaque-debug v0.3.1 |
681 | 2024-12-20T22:50:13.472Z | Downloaded rpassword v7.3.1 |
682 | 2024-12-20T22:50:13.472Z | Downloaded subtle v2.6.1 |
683 | 2024-12-20T22:50:13.474Z | Downloaded kstat-rs v0.2.4 |
684 | 2024-12-20T22:50:13.474Z | Downloaded internet-checksum v0.2.1 |
685 | 2024-12-20T22:50:13.477Z | Downloaded rayon-core v1.12.1 |
686 | 2024-12-20T22:50:13.479Z | Downloaded log v0.4.22 |
687 | 2024-12-20T22:50:13.482Z | Downloaded radium v0.7.0 |
688 | 2024-12-20T22:50:13.484Z | Downloaded primeorder v0.13.6 |
689 | 2024-12-20T22:50:13.487Z | Downloaded sha1 v0.10.6 |
690 | 2024-12-20T22:50:13.487Z | Downloaded oorandom v11.1.4 |
691 | 2024-12-20T22:50:13.489Z | Downloaded native-tls v0.2.12 |
692 | 2024-12-20T22:50:13.491Z | Downloaded zone_cfg_derive v0.3.0 |
693 | 2024-12-20T22:50:13.512Z | Downloaded take_mut v0.2.2 |
694 | 2024-12-20T22:50:13.530Z | Downloaded toml_edit v0.22.22 |
695 | 2024-12-20T22:50:13.554Z | Downloaded p384 v0.13.0 |
696 | 2024-12-20T22:50:13.561Z | Downloaded tokio-postgres v0.7.12 |
697 | 2024-12-20T22:50:13.566Z | Downloaded tokio-util v0.7.12 |
698 | 2024-12-20T22:50:13.572Z | Downloaded ucd-trie v0.1.7 |
699 | 2024-12-20T22:50:13.575Z | Downloaded quinn v0.11.5 |
700 | 2024-12-20T22:50:13.578Z | Downloaded tls_codec v0.4.1 |
701 | 2024-12-20T22:50:13.581Z | Downloaded want v0.3.1 |
702 | 2024-12-20T22:50:13.584Z | Downloaded unicode-bidi v0.3.17 |
703 | 2024-12-20T22:50:13.587Z | Downloaded zerofrom-derive v0.1.4 |
704 | 2024-12-20T22:50:13.587Z | Downloaded walkdir v2.5.0 |
705 | 2024-12-20T22:50:13.589Z | Downloaded slog-envlogger v2.2.0 |
706 | 2024-12-20T22:50:13.592Z | Downloaded zeroize v1.8.1 |
707 | 2024-12-20T22:50:13.592Z | Downloaded toml_edit v0.19.15 |
708 | 2024-12-20T22:50:13.618Z | Downloaded der v0.7.9 |
709 | 2024-12-20T22:50:13.625Z | Downloaded des v0.8.1 |
710 | 2024-12-20T22:50:13.627Z | Downloaded libefi-sys v0.1.0 |
711 | 2024-12-20T22:50:13.630Z | Downloaded lalrpop-util v0.19.12 |
712 | 2024-12-20T22:50:13.630Z | Downloaded lalrpop v0.19.12 |
713 | 2024-12-20T22:50:13.663Z | Downloaded libc v0.2.162 |
714 | 2024-12-20T22:50:13.717Z | Downloaded zerocopy-derive v0.8.10 |
715 | 2024-12-20T22:50:13.724Z | Downloaded tokio v1.40.0 |
716 | 2024-12-20T22:50:13.763Z | Downloaded pest_generator v2.7.14 |
717 | 2024-12-20T22:50:13.766Z | Downloaded cstr-argument v0.1.2 |
718 | 2024-12-20T22:50:13.766Z | Downloaded pem-rfc7468 v0.7.0 |
719 | 2024-12-20T22:50:13.768Z | Downloaded mime_guess v2.0.5 |
720 | 2024-12-20T22:50:13.771Z | Downloaded idna v0.2.3 |
721 | 2024-12-20T22:50:13.786Z | Downloaded pest_meta v2.7.14 |
722 | 2024-12-20T22:50:13.792Z | Downloaded pest_derive v2.7.14 |
723 | 2024-12-20T22:50:13.795Z | Downloaded stable_deref_trait v1.2.0 |
724 | 2024-12-20T22:50:13.795Z | Downloaded quinn-udp v0.5.5 |
725 | 2024-12-20T22:50:13.795Z | Downloaded thiserror-impl v1.0.69 |
726 | 2024-12-20T22:50:13.795Z | Downloaded synstructure v0.13.1 |
727 | 2024-12-20T22:50:13.797Z | Downloaded pin-project v1.1.6 |
728 | 2024-12-20T22:50:13.807Z | Downloaded peg v0.8.4 |
729 | 2024-12-20T22:50:13.811Z | Downloaded olpc-cjson v0.1.4 |
730 | 2024-12-20T22:50:13.828Z | Downloaded russh-cryptovec v0.7.3 |
731 | 2024-12-20T22:50:13.831Z | Downloaded rustc-hash v1.1.0 |
732 | 2024-12-20T22:50:13.846Z | Downloaded textwrap v0.16.1 |
733 | 2024-12-20T22:50:13.852Z | Downloaded icu_normalizer_data v1.5.0 |
734 | 2024-12-20T22:50:13.855Z | Downloaded is-terminal v0.4.13 |
735 | 2024-12-20T22:50:13.861Z | Downloaded is_terminal_polyfill v1.70.1 |
736 | 2024-12-20T22:50:13.868Z | Downloaded libloading v0.8.5 |
737 | 2024-12-20T22:50:13.882Z | Downloaded rustls v0.21.12 |
738 | 2024-12-20T22:50:13.895Z | Downloaded plain v0.2.3 |
739 | 2024-12-20T22:50:13.897Z | Downloaded pkg-config v0.3.31 |
740 | 2024-12-20T22:50:13.899Z | Downloaded libm v0.2.8 |
741 | 2024-12-20T22:50:13.931Z | Downloaded rustls v0.22.4 |
742 | 2024-12-20T22:50:13.944Z | Downloaded rand_chacha v0.3.1 |
743 | 2024-12-20T22:50:13.946Z | Downloaded thiserror-impl v2.0.3 |
744 | 2024-12-20T22:50:13.949Z | Downloaded quote v1.0.37 |
745 | 2024-12-20T22:50:13.951Z | Downloaded tinystr v0.7.6 |
746 | 2024-12-20T22:50:13.953Z | Downloaded tinyvec v1.8.0 |
747 | 2024-12-20T22:50:13.956Z | Downloaded threadpool v1.8.1 |
748 | 2024-12-20T22:50:13.958Z | Downloaded tinyvec_macros v0.1.1 |
749 | 2024-12-20T22:50:13.968Z | Downloaded serde_with v3.11.0 |
750 | 2024-12-20T22:50:13.976Z | Downloaded spki v0.7.3 |
751 | 2024-12-20T22:50:13.978Z | Downloaded slog-scope v4.4.0 |
752 | 2024-12-20T22:50:13.980Z | Downloaded plotters-backend v0.3.7 |
753 | 2024-12-20T22:50:13.982Z | Downloaded test-strategy v0.3.1 |
754 | 2024-12-20T22:50:13.984Z | Downloaded steno v0.4.1 |
755 | 2024-12-20T22:50:13.989Z | Downloaded tracing v0.1.40 |
756 | 2024-12-20T22:50:13.993Z | Downloaded crunchy v0.2.2 |
757 | 2024-12-20T22:50:13.995Z | Downloaded csv-core v0.1.11 |
758 | 2024-12-20T22:50:13.995Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
759 | 2024-12-20T22:50:14.055Z | Downloaded derive-where v1.2.7 |
760 | 2024-12-20T22:50:14.059Z | Downloaded crypto-bigint v0.5.5 |
761 | 2024-12-20T22:50:14.065Z | Downloaded regex-automata v0.4.8 |
762 | 2024-12-20T22:50:14.084Z | Downloaded csv v1.3.0 |
763 | 2024-12-20T22:50:14.105Z | Downloaded env_logger v0.10.2 |
764 | 2024-12-20T22:50:14.109Z | Downloaded display-error-chain v0.2.2 |
765 | 2024-12-20T22:50:14.111Z | Downloaded unicode-xid v0.2.6 |
766 | 2024-12-20T22:50:14.113Z | Downloaded unicode-truncate v1.1.0 |
767 | 2024-12-20T22:50:14.113Z | Downloaded regress v0.10.1 |
768 | 2024-12-20T22:50:14.121Z | Downloaded unicode_categories v0.1.1 |
769 | 2024-12-20T22:50:14.123Z | Downloaded yansi v1.0.1 |
770 | 2024-12-20T22:50:14.126Z | Downloaded libtest-mimic v0.7.3 |
771 | 2024-12-20T22:50:14.133Z | Downloaded icu_locid v1.5.0 |
772 | 2024-12-20T22:50:14.172Z | Downloaded postcard v1.0.10 |
773 | 2024-12-20T22:50:14.175Z | Downloaded petname v2.0.2 |
774 | 2024-12-20T22:50:14.181Z | Downloaded nodrop v0.1.14 |
775 | 2024-12-20T22:50:14.184Z | Downloaded multimap v0.10.0 |
776 | 2024-12-20T22:50:14.184Z | Downloaded memoffset v0.9.1 |
777 | 2024-12-20T22:50:14.186Z | Downloaded linked-hash-map v0.5.6 |
778 | 2024-12-20T22:50:14.189Z | Downloaded peg-macros v0.8.4 |
779 | 2024-12-20T22:50:14.189Z | Downloaded parse-size v1.1.0 |
780 | 2024-12-20T22:50:14.191Z | Downloaded omicron-zone-package v0.11.1 |
781 | 2024-12-20T22:50:14.197Z | Downloaded serde_regex v1.1.0 |
782 | 2024-12-20T22:50:14.199Z | Downloaded scroll_derive v0.12.0 |
783 | 2024-12-20T22:50:14.201Z | Downloaded rustix v0.38.37 |
784 | 2024-12-20T22:50:14.223Z | Downloaded sha2 v0.10.8 |
785 | 2024-12-20T22:50:14.226Z | Downloaded tabwriter v1.4.0 |
786 | 2024-12-20T22:50:14.228Z | Downloaded stringmetrics v2.2.2 |
787 | 2024-12-20T22:50:14.231Z | Downloaded rcgen v0.12.1 |
788 | 2024-12-20T22:50:14.234Z | Downloaded libz-sys v1.1.20 |
789 | 2024-12-20T22:50:14.253Z | Downloaded nix v0.28.0 |
790 | 2024-12-20T22:50:14.265Z | Downloaded password-hash v0.4.2 |
791 | 2024-12-20T22:50:14.267Z | Downloaded socket2 v0.5.7 |
792 | 2024-12-20T22:50:14.270Z | Downloaded parse-display-derive v0.10.0 |
793 | 2024-12-20T22:50:14.273Z | Downloaded tungstenite v0.24.0 |
794 | 2024-12-20T22:50:14.275Z | Downloaded serde_yaml v0.9.34+deprecated |
795 | 2024-12-20T22:50:14.278Z | Downloaded derive_builder_macro v0.20.2 |
796 | 2024-12-20T22:50:14.280Z | Downloaded darling_macro v0.20.10 |
797 | 2024-12-20T22:50:14.280Z | Downloaded yoke v0.7.4 |
798 | 2024-12-20T22:50:14.288Z | Downloaded rand_core v0.6.4 |
799 | 2024-12-20T22:50:14.291Z | Downloaded proc-macro-crate v3.2.0 |
800 | 2024-12-20T22:50:14.291Z | Downloaded derive_builder_core v0.20.2 |
801 | 2024-12-20T22:50:14.291Z | Downloaded pkcs8 v0.10.2 |
802 | 2024-12-20T22:50:14.291Z | Downloaded parking_lot_core v0.9.10 |
803 | 2024-12-20T22:50:14.298Z | Downloaded derive_more v0.99.18 |
804 | 2024-12-20T22:50:14.308Z | Downloaded tracing-core v0.1.32 |
805 | 2024-12-20T22:50:14.312Z | Downloaded crossbeam-utils v0.8.20 |
806 | 2024-12-20T22:50:14.316Z | Downloaded lru v0.12.5 |
807 | 2024-12-20T22:50:14.319Z | Downloaded maplit v1.0.2 |
808 | 2024-12-20T22:50:14.329Z | Downloaded rustls v0.23.19 |
809 | 2024-12-20T22:50:14.341Z | Downloaded serde_repr v0.1.19 |
810 | 2024-12-20T22:50:14.344Z | Downloaded serde_plain v1.0.2 |
811 | 2024-12-20T22:50:14.346Z | Downloaded vte v0.11.1 |
812 | 2024-12-20T22:50:14.349Z | Downloaded serde_derive_internals v0.29.1 |
813 | 2024-12-20T22:50:14.349Z | Downloaded yoke-derive v0.7.4 |
814 | 2024-12-20T22:50:14.351Z | Downloaded writeable v0.5.5 |
815 | 2024-12-20T22:50:14.365Z | Downloaded nix v0.29.0 |
816 | 2024-12-20T22:50:14.377Z | Downloaded plotters-svg v0.3.7 |
817 | 2024-12-20T22:50:14.380Z | Downloaded multer v3.1.0 |
818 | 2024-12-20T22:50:14.383Z | Downloaded defmt-parser v0.3.4 |
819 | 2024-12-20T22:50:14.383Z | Downloaded tracing-attributes v0.1.27 |
820 | 2024-12-20T22:50:14.386Z | Downloaded twox-hash v1.6.3 |
821 | 2024-12-20T22:50:14.389Z | Downloaded snafu v0.8.5 |
822 | 2024-12-20T22:50:14.392Z | Downloaded cipher v0.4.4 |
823 | 2024-12-20T22:50:14.396Z | Downloaded ciborium-io v0.2.2 |
824 | 2024-12-20T22:50:14.396Z | Downloaded rusqlite v0.32.1 |
825 | 2024-12-20T22:50:14.402Z | Downloaded typenum v1.17.0 |
826 | 2024-12-20T22:50:14.404Z | Downloaded zip v2.1.3 |
827 | 2024-12-20T22:50:14.430Z | Downloaded matches v0.1.10 |
828 | 2024-12-20T22:50:14.432Z | Downloaded lock_api v0.4.12 |
829 | 2024-12-20T22:50:14.441Z | Downloaded iana-time-zone v0.1.61 |
830 | 2024-12-20T22:50:14.446Z | Downloaded minimal-lexical v0.2.1 |
831 | 2024-12-20T22:50:14.450Z | Downloaded hyper-util v0.1.10 |
832 | 2024-12-20T22:50:14.454Z | Downloaded relative-path v1.9.3 |
833 | 2024-12-20T22:50:14.457Z | Downloaded managed v0.8.0 |
834 | 2024-12-20T22:50:14.460Z | Downloaded lru-cache v0.1.2 |
835 | 2024-12-20T22:50:14.462Z | Downloaded scopeguard v1.2.0 |
836 | 2024-12-20T22:50:14.462Z | Downloaded peg-runtime v0.8.3 |
837 | 2024-12-20T22:50:14.465Z | Downloaded mirai-annotations v1.12.0 |
838 | 2024-12-20T22:50:14.467Z | Downloaded signal-hook-mio v0.2.4 |
839 | 2024-12-20T22:50:14.469Z | Downloaded similar v2.6.0 |
840 | 2024-12-20T22:50:14.473Z | Downloaded sqlformat v0.2.6 |
841 | 2024-12-20T22:50:14.476Z | Downloaded tower-service v0.3.3 |
842 | 2024-12-20T22:50:14.478Z | Downloaded tokio-tungstenite v0.24.0 |
843 | 2024-12-20T22:50:14.480Z | Downloaded linear-map v1.2.0 |
844 | 2024-12-20T22:50:14.483Z | Downloaded is_ci v1.2.0 |
845 | 2024-12-20T22:50:14.483Z | Downloaded ipnetwork v0.20.0 |
846 | 2024-12-20T22:50:14.486Z | Downloaded dof v0.3.0 |
847 | 2024-12-20T22:50:14.486Z | Downloaded tar v0.4.42 |
848 | 2024-12-20T22:50:14.489Z | Downloaded tabled v0.15.0 |
849 | 2024-12-20T22:50:14.506Z | Downloaded sync-ptr v0.1.1 |
850 | 2024-12-20T22:50:14.509Z | Downloaded supports-color v3.0.1 |
851 | 2024-12-20T22:50:14.509Z | Downloaded subprocess v0.2.9 |
852 | 2024-12-20T22:50:14.511Z | Downloaded structmeta v0.3.0 |
853 | 2024-12-20T22:50:14.513Z | Downloaded structmeta v0.2.0 |
854 | 2024-12-20T22:50:14.513Z | Downloaded zerocopy-derive v0.6.6 |
855 | 2024-12-20T22:50:14.523Z | Downloaded openssl-probe v0.1.5 |
856 | 2024-12-20T22:50:14.525Z | Downloaded errno v0.3.9 |
857 | 2024-12-20T22:50:14.525Z | Downloaded p256 v0.13.2 |
858 | 2024-12-20T22:50:14.528Z | Downloaded smoltcp v0.11.0 |
859 | 2024-12-20T22:50:14.542Z | Downloaded pretty_assertions v1.4.1 |
860 | 2024-12-20T22:50:14.544Z | Downloaded wait-timeout v0.2.0 |
861 | 2024-12-20T22:50:14.546Z | Downloaded signal-hook v0.3.17 |
862 | 2024-12-20T22:50:14.549Z | Downloaded russh-keys v0.45.0 |
863 | 2024-12-20T22:50:14.551Z | Downloaded data-encoding v2.6.0 |
864 | 2024-12-20T22:50:14.551Z | Downloaded ratatui v0.28.1 |
865 | 2024-12-20T22:50:14.571Z | Downloaded clang-sys v1.8.1 |
866 | 2024-12-20T22:50:14.575Z | Downloaded progenitor-impl v0.8.0 |
867 | 2024-12-20T22:50:14.577Z | Downloaded inout v0.1.3 |
868 | 2024-12-20T22:50:14.580Z | Downloaded winnow v0.5.40 |
869 | 2024-12-20T22:50:14.587Z | Downloaded nanorand v0.7.0 |
870 | 2024-12-20T22:50:14.590Z | Downloaded winnow v0.6.20 |
871 | 2024-12-20T22:50:14.599Z | Downloaded same-file v1.0.6 |
872 | 2024-12-20T22:50:14.602Z | Downloaded ron v0.8.1 |
873 | 2024-12-20T22:50:14.606Z | Downloaded typed-path v0.9.3 |
874 | 2024-12-20T22:50:14.612Z | Downloaded endian-type v0.1.2 |
875 | 2024-12-20T22:50:14.615Z | Downloaded deranged v0.3.11 |
876 | 2024-12-20T22:50:14.615Z | Downloaded universal-hash v0.5.1 |
877 | 2024-12-20T22:50:14.615Z | Downloaded rsa v0.9.6 |
878 | 2024-12-20T22:50:14.620Z | Downloaded version_check v0.9.5 |
879 | 2024-12-20T22:50:14.622Z | Downloaded diesel-dtrace v0.4.2 |
880 | 2024-12-20T22:50:14.624Z | Downloaded zone_cfg_derive v0.1.2 |
881 | 2024-12-20T22:50:14.624Z | Downloaded thread-id v4.2.2 |
882 | 2024-12-20T22:50:14.627Z | Downloaded thiserror-no-std v2.0.2 |
883 | 2024-12-20T22:50:14.630Z | Downloaded thiserror-impl-no-std v2.0.2 |
884 | 2024-12-20T22:50:14.633Z | Downloaded scroll v0.12.0 |
885 | 2024-12-20T22:50:14.633Z | Downloaded radix_trie v0.2.1 |
886 | 2024-12-20T22:50:14.637Z | Downloaded rustls-webpki v0.101.7 |
887 | 2024-12-20T22:50:14.651Z | Downloaded hyper-tls v0.6.0 |
888 | 2024-12-20T22:50:14.653Z | Downloaded openssl-macros v0.1.1 |
889 | 2024-12-20T22:50:14.688Z | Downloaded miniz_oxide v0.8.0 |
890 | 2024-12-20T22:50:14.697Z | Downloaded mio v1.0.2 |
891 | 2024-12-20T22:50:14.702Z | Downloaded parking_lot v0.12.3 |
892 | 2024-12-20T22:50:14.715Z | Downloaded predicates v3.1.2 |
893 | 2024-12-20T22:50:14.742Z | Downloaded oso-derive v0.27.3 |
894 | 2024-12-20T22:50:14.767Z | Downloaded usdt-impl v0.5.0 |
895 | 2024-12-20T22:50:14.772Z | Downloaded pathdiff v0.2.2 |
896 | 2024-12-20T22:50:14.772Z | Downloaded instability v0.3.2 |
897 | 2024-12-20T22:50:14.870Z | Downloaded signal-hook-registry v1.4.2 |
898 | 2024-12-20T22:50:14.873Z | Downloaded usdt-macro v0.5.0 |
899 | 2024-12-20T22:50:14.873Z | Downloaded embedded-io v0.4.0 |
900 | 2024-12-20T22:50:14.876Z | Downloaded reedline v0.35.0 |
901 | 2024-12-20T22:50:14.880Z | Downloaded tokio-stream v0.1.16 |
902 | 2024-12-20T22:50:14.884Z | Downloaded progenitor-client v0.8.0 |
903 | 2024-12-20T22:50:14.887Z | Downloaded httpmock v0.8.0-alpha.1 |
904 | 2024-12-20T22:50:14.902Z | Downloaded indexmap v2.6.0 |
905 | 2024-12-20T22:50:14.906Z | Downloaded p521 v0.13.3 |
906 | 2024-12-20T22:50:14.910Z | Downloaded md5 v0.7.0 |
907 | 2024-12-20T22:50:14.912Z | Downloaded zone v0.1.8 |
908 | 2024-12-20T22:50:14.912Z | Downloaded zerocopy v0.8.10 |
909 | 2024-12-20T22:50:14.935Z | Downloaded icu_locid_transform_data v1.5.0 |
910 | 2024-12-20T22:50:14.939Z | Downloaded regex-syntax v0.6.29 |
911 | 2024-12-20T22:50:14.944Z | Downloaded polyval v0.6.2 |
912 | 2024-12-20T22:50:14.946Z | Downloaded scrypt v0.11.0 |
913 | 2024-12-20T22:50:14.955Z | Downloaded partial-io v0.5.4 |
914 | 2024-12-20T22:50:14.958Z | Downloaded serde_spanned v0.6.8 |
915 | 2024-12-20T22:50:14.961Z | Downloaded debug-ignore v1.0.5 |
916 | 2024-12-20T22:50:14.961Z | Downloaded sqlparser v0.45.0 |
917 | 2024-12-20T22:50:14.965Z | Downloaded indicatif v0.17.9 |
918 | 2024-12-20T22:50:14.969Z | Downloaded defmt v0.3.8 |
919 | 2024-12-20T22:50:14.972Z | Downloaded vsss-rs v3.3.4 |
920 | 2024-12-20T22:50:14.975Z | Downloaded diff v0.1.13 |
921 | 2024-12-20T22:50:14.978Z | Downloaded diesel_table_macro_syntax v0.2.0 |
922 | 2024-12-20T22:50:14.980Z | Downloaded toolchain_find v0.4.0 |
923 | 2024-12-20T22:50:14.980Z | Downloaded samael v0.0.17 |
924 | 2024-12-20T22:50:14.984Z | Downloaded ppv-lite86 v0.2.20 |
925 | 2024-12-20T22:50:14.987Z | Downloaded macaddr v1.0.1 |
926 | 2024-12-20T22:50:15.022Z | Downloaded zone v0.3.0 |
927 | 2024-12-20T22:50:15.025Z | Downloaded path-tree v0.8.1 |
928 | 2024-12-20T22:50:15.025Z | Downloaded dhcproto v0.12.0 |
929 | 2024-12-20T22:50:15.045Z | Downloaded dhcproto-macros v0.1.0 |
930 | 2024-12-20T22:50:15.048Z | Downloaded url v2.5.3 |
931 | 2024-12-20T22:50:15.050Z | Downloaded der_derive v0.7.3 |
932 | 2024-12-20T22:50:15.052Z | Downloaded datatest-stable v0.2.9 |
933 | 2024-12-20T22:50:15.052Z | Downloaded usdt v0.5.0 |
934 | 2024-12-20T22:50:15.056Z | Downloaded nu-ansi-term v0.50.1 |
935 | 2024-12-20T22:50:15.059Z | Downloaded newline-converter v0.3.0 |
936 | 2024-12-20T22:50:15.061Z | Downloaded idna v0.4.0 |
937 | 2024-12-20T22:50:15.066Z | Downloaded papergrid v0.11.0 |
938 | 2024-12-20T22:50:15.071Z | Downloaded object v0.30.4 |
939 | 2024-12-20T22:50:15.080Z | Downloaded typify-macro v0.2.0 |
940 | 2024-12-20T22:50:15.082Z | Downloaded predicates-tree v1.0.11 |
941 | 2024-12-20T22:50:15.082Z | Downloaded dropshot v0.13.0 |
942 | 2024-12-20T22:50:15.103Z | Downloaded newtype-uuid v1.1.3 |
943 | 2024-12-20T22:50:15.127Z | Downloaded similar-asserts v1.6.0 |
944 | 2024-12-20T22:50:15.129Z | Downloaded polar-core v0.27.3 |
945 | 2024-12-20T22:50:15.143Z | Downloaded enum-as-inner v0.5.1 |
946 | 2024-12-20T22:50:15.146Z | Downloaded slog-stdlog v4.1.1 |
947 | 2024-12-20T22:50:15.150Z | Downloaded diesel_derives v2.2.3 |
948 | 2024-12-20T22:50:15.175Z | Downloaded portable-atomic v1.9.0 |
949 | 2024-12-20T22:50:15.183Z | Downloaded dropshot v0.12.0 |
950 | 2024-12-20T22:50:15.201Z | Downloaded typify-impl v0.2.0 |
951 | 2024-12-20T22:50:15.215Z | Downloaded sha3 v0.10.8 |
952 | 2024-12-20T22:50:15.220Z | Downloaded regress v0.9.1 |
953 | 2024-12-20T22:50:15.256Z | Downloaded smoltcp v0.9.1 |
954 | 2024-12-20T22:50:15.763Z | Downloaded libsqlite3-sys v0.30.1 |
955 | 2024-12-20T22:50:15.914Z | Downloaded encoding_rs v0.8.34 |
956 | 2024-12-20T22:50:16.770Z | Downloaded ring v0.17.8 |
957 | 2024-12-20T22:50:16.893Z | Downloaded ring v0.16.20 |
958 | 2024-12-20T22:50:17.406Z | Downloaded aws-lc-sys v0.22.0 |
959 | 2024-12-20T22:50:17.886Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
960 | 2024-12-20T22:50:25.326Z | Startup: Refreshing catalog 'helios-dev' ... Done |
961 | 2024-12-20T22:50:29.228Z | Startup: Caching catalogs ... Done |
962 | 2024-12-20T22:50:40.200Z | Planning: Solver setup ... Done (10.007s) |
963 | 2024-12-20T22:50:40.333Z | Planning: Running solver ... Done (0.133s) |
964 | 2024-12-20T22:50:40.440Z | Planning: Finding local manifests ... Done (0.004s) |
965 | 2024-12-20T22:50:40.454Z | Planning: Fetching manifests: 0/5 0% complete |
966 | 2024-12-20T22:50:40.672Z | Planning: Fetching manifests: 5/5 100% complete |
967 | 2024-12-20T22:50:40.770Z | Planning: Package planning ... Done (0.098s) |
968 | 2024-12-20T22:50:40.826Z | Planning: Merging actions ... Done (0.056s) |
969 | 2024-12-20T22:50:41.190Z | Planning: Checking for conflicting actions ... Done (0.364s) |
970 | 2024-12-20T22:50:43.288Z | Planning: Consolidating action changes ... Done (2.097s) |
971 | 2024-12-20T22:50:43.723Z | Planning: Evaluating mediators ... Done (0.434s) |
972 | 2024-12-20T22:50:43.802Z | Planning: Planning completed in 14.50 seconds |
973 | 2024-12-20T22:50:43.821Z | Packages to install: 4 |
974 | 2024-12-20T22:50:43.821Z | Packages to update: 1 |
975 | 2024-12-20T22:50:43.824Z | Mediators to change: 2 |
976 | 2024-12-20T22:50:43.824Z | Services to change: 1 |
977 | 2024-12-20T22:50:43.824Z | Estimated space available: 155.37 GB |
978 | 2024-12-20T22:50:43.824Z | Estimated space to be consumed: 1.62 GB |
979 | 2024-12-20T22:50:43.824Z | Create boot environment: No |
980 | 2024-12-20T22:50:43.824Z | Create backup boot environment: Yes |
981 | 2024-12-20T22:50:43.824Z | Rebuild boot archive: No |
982 | 2024-12-20T22:50:43.824Z | |
983 | 2024-12-20T22:50:43.824Z | Changed mediators: |
984 | 2024-12-20T22:50:43.824Z | mediator clang: |
985 | 2024-12-20T22:50:43.824Z | version: None -> 15 (system default) |
986 | 2024-12-20T22:50:43.824Z | |
987 | 2024-12-20T22:50:43.824Z | mediator llvm: |
988 | 2024-12-20T22:50:43.824Z | version: 14 (system default) -> 15 (system default) |
989 | 2024-12-20T22:50:43.824Z | |
990 | 2024-12-20T22:50:43.824Z | Changed packages: |
991 | 2024-12-20T22:50:43.824Z | helios-dev |
992 | 2024-12-20T22:50:43.824Z | developer/build-essential |
993 | 2024-12-20T22:50:43.824Z | None -> 11-2.0 |
994 | 2024-12-20T22:50:43.824Z | library/libxmlsec1 |
995 | 2024-12-20T22:50:43.824Z | None -> 1.2.35-2.0 |
996 | 2024-12-20T22:50:43.824Z | ooce/developer/clang-15 |
997 | 2024-12-20T22:50:43.824Z | None -> 15.0.7-2.0 |
998 | 2024-12-20T22:50:43.824Z | ooce/developer/llvm-15 |
999 | 2024-12-20T22:50:43.824Z | None -> 15.0.7-2.0 |
1000 | 2024-12-20T22:50:43.824Z | package/pkg |
1001 | 2024-12-20T22:50:43.824Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1002 | 2024-12-20T22:50:43.824Z | |
1003 | 2024-12-20T22:50:43.824Z | Services: |
1004 | 2024-12-20T22:50:43.824Z | restart_fmri: |
1005 | 2024-12-20T22:50:43.824Z | svc:/system/update-man-index:default |
1006 | 2024-12-20T22:50:43.824Z | |
1007 | 2024-12-20T22:50:43.824Z | Editable files to change: |
1008 | 2024-12-20T22:50:43.824Z | Update: |
1009 | 2024-12-20T22:50:43.825Z | usr/share/lib/pkg/web/config.shtml |
1010 | 2024-12-20T22:50:43.904Z | |
1011 | 2024-12-20T22:50:43.904Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1012 | 2024-12-20T22:50:48.903Z | Download: 1406/4281 items 113.5/220.6MB 51% complete (22.7M/s) |
1013 | 2024-12-20T22:50:53.901Z | Download: 3167/4281 items 147.1/220.6MB 66% complete (14.7M/s) |
1014 | 2024-12-20T22:50:58.710Z | Download: Completed 220.60 MB in 14.81 seconds (14.9M/s) |
1015 | 2024-12-20T22:51:01.930Z | Actions: 1/5063 actions (Removing old actions) |
1016 | 2024-12-20T22:51:01.951Z | Actions: 194/5063 actions (Installing new actions) |
1017 | 2024-12-20T22:51:06.600Z | Actions: 4226/5063 actions (Updating modified actions) |
1018 | 2024-12-20T22:51:06.922Z | Actions: Completed 5063 actions in 4.99 seconds. |
1019 | 2024-12-20T22:51:07.329Z | Done (0.402s) |
1020 | 2024-12-20T22:51:07.332Z | Done (0.000s) |
1021 | 2024-12-20T22:51:07.909Z | Done (0.579s) |
1022 | 2024-12-20T22:51:12.328Z | Done (4.196s) |
1023 | 2024-12-20T22:51:12.414Z | Done (0.018s) |
1024 | 2024-12-20T22:51:12.417Z | Done (0.000s) |
1025 | 2024-12-20T22:51:12.609Z | Done (0.000s) |
1026 | 2024-12-20T22:51:13.305Z | Planning: Evaluating mediator changes ... Done |
1027 | 2024-12-20T22:51:13.466Z | Planning: Checking for conflicting actions ... Done |
1028 | 2024-12-20T22:51:13.469Z | Planning: Consolidating action changes ... Done |
1029 | 2024-12-20T22:51:13.734Z | Planning: Evaluating mediators ... Done |
1030 | 2024-12-20T22:51:13.736Z | Planning: Planning completed in 0.43 seconds |
1031 | 2024-12-20T22:51:13.774Z | Mediators to change: 2 |
1032 | 2024-12-20T22:51:13.774Z | Create boot environment: No |
1033 | 2024-12-20T22:51:13.777Z | Create backup boot environment: No |
1034 | 2024-12-20T22:51:13.858Z | Done |
1035 | 2024-12-20T22:51:13.858Z | Done |
1036 | 2024-12-20T22:51:14.255Z | Done |
1037 | 2024-12-20T22:51:17.842Z | Done |
1038 | 2024-12-20T22:51:17.935Z | Done |
1039 | 2024-12-20T22:51:17.937Z | Done |
1040 | 2024-12-20T22:51:18.066Z | Done |
1041 | 2024-12-20T22:51:18.676Z | Planning: Evaluating mediator changes ... Done |
1042 | 2024-12-20T22:51:18.679Z | Planning: Merging actions ... Done |
1043 | 2024-12-20T22:51:18.865Z | Planning: Checking for conflicting actions ... Done |
1044 | 2024-12-20T22:51:18.868Z | Planning: Consolidating action changes ... Done |
1045 | 2024-12-20T22:51:19.134Z | Planning: Evaluating mediators ... Done |
1046 | 2024-12-20T22:51:19.188Z | Planning: Planning completed in 0.75 seconds |
1047 | 2024-12-20T22:51:19.230Z | Packages to change: 1 |
1048 | 2024-12-20T22:51:19.230Z | Mediators to change: 1 |
1049 | 2024-12-20T22:51:19.233Z | Services to change: 1 |
1050 | 2024-12-20T22:51:19.233Z | Create boot environment: No |
1051 | 2024-12-20T22:51:19.234Z | Create backup boot environment: Yes |
1052 | 2024-12-20T22:51:21.558Z | Actions: 1/6 actions (Updating modified actions) |
1053 | 2024-12-20T22:51:21.561Z | Actions: Completed 6 actions in 0.00 seconds. |
1054 | 2024-12-20T22:51:21.561Z | Done |
1055 | 2024-12-20T22:51:21.561Z | Done |
1056 | 2024-12-20T22:51:21.679Z | Done |
1057 | 2024-12-20T22:51:25.332Z | Done |
1058 | 2024-12-20T22:51:25.424Z | Done |
1059 | 2024-12-20T22:51:25.426Z | Done |
1060 | 2024-12-20T22:51:25.562Z | Done |
1061 | 2024-12-20T22:51:25.994Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1062 | 2024-12-20T22:51:25.995Z | clang system 15 system |
1063 | 2024-12-20T22:51:25.995Z | csh system system illumos |
1064 | 2024-12-20T22:51:25.995Z | ctags system system illumos |
1065 | 2024-12-20T22:51:25.995Z | gcc vendor 12 vendor |
1066 | 2024-12-20T22:51:25.995Z | gcc system 10 system |
1067 | 2024-12-20T22:51:25.995Z | gcc system 7 system |
1068 | 2024-12-20T22:51:25.995Z | go system 1.20 system |
1069 | 2024-12-20T22:51:25.995Z | go system 1.19 system |
1070 | 2024-12-20T22:51:25.995Z | llvm system 15 system |
1071 | 2024-12-20T22:51:25.995Z | llvm system 14 system |
1072 | 2024-12-20T22:51:25.995Z | mariadb system 10.6 system |
1073 | 2024-12-20T22:51:25.995Z | mta vendor vendor dma |
1074 | 2024-12-20T22:51:25.995Z | openjdk system 17 system |
1075 | 2024-12-20T22:51:25.995Z | openjdk system 11 system |
1076 | 2024-12-20T22:51:25.995Z | openjdk system 1.8 system |
1077 | 2024-12-20T22:51:25.995Z | openssl vendor 3 vendor |
1078 | 2024-12-20T22:51:25.995Z | perl system 5.36 system |
1079 | 2024-12-20T22:51:25.995Z | postgresql system 15 system |
1080 | 2024-12-20T22:51:25.995Z | postgresql system 13 system |
1081 | 2024-12-20T22:51:25.995Z | python vendor 3 vendor |
1082 | 2024-12-20T22:51:25.995Z | python system 2 system |
1083 | 2024-12-20T22:51:25.995Z | python3 system 3.11 system |
1084 | 2024-12-20T22:51:25.995Z | ruby system 3.0 system |
1085 | 2024-12-20T22:51:25.995Z | words vendor vendor american-english |
1086 | 2024-12-20T22:51:25.995Z | words system system australian-english |
1087 | 2024-12-20T22:51:25.995Z | words system system british-english |
1088 | 2024-12-20T22:51:25.995Z | words system system canadian-english |
1089 | 2024-12-20T22:51:25.995Z | words system system french |
1090 | 2024-12-20T22:51:25.995Z | words system system italian |
1091 | 2024-12-20T22:51:25.995Z | words system system ngerman |
1092 | 2024-12-20T22:51:25.995Z | words system system ogerman |
1093 | 2024-12-20T22:51:25.995Z | words system system spanish |
1094 | 2024-12-20T22:51:26.331Z | PUBLISHER TYPE STATUS P LOCATION |
1095 | 2024-12-20T22:51:26.331Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1096 | 2024-12-20T22:51:29.050Z | FMRI IFO |
1097 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1098 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1099 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1100 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1101 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1102 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1103 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1104 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1105 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1106 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1107 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1108 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1109 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1110 | 2024-12-20T22:51:29.050Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1111 | 2024-12-20T22:51:29.051Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1112 | 2024-12-20T22:51:30.101Z | Downloading crates ... |
1113 | 2024-12-20T22:51:30.275Z | Downloaded cargo_toml v0.20.5 |
1114 | 2024-12-20T22:51:30.410Z | Compiling proc-macro2 v1.0.89 |
1115 | 2024-12-20T22:51:30.410Z | Compiling unicode-ident v1.0.13 |
1116 | 2024-12-20T22:51:30.410Z | Compiling serde v1.0.215 |
1117 | 2024-12-20T22:51:30.412Z | Compiling version_check v0.9.5 |
1118 | 2024-12-20T22:51:30.412Z | Compiling thiserror v1.0.69 |
1119 | 2024-12-20T22:51:30.412Z | Compiling memchr v2.7.4 |
1120 | 2024-12-20T22:51:30.412Z | Compiling libc v0.2.162 |
1121 | 2024-12-20T22:51:30.432Z | Compiling ryu v1.0.18 |
1122 | 2024-12-20T22:51:30.669Z | Compiling itoa v1.0.11 |
1123 | 2024-12-20T22:51:30.792Z | Compiling ucd-trie v0.1.7 |
1124 | 2024-12-20T22:51:31.140Z | Compiling once_cell v1.20.2 |
1125 | 2024-12-20T22:51:31.295Z | Compiling byteorder v1.5.0 |
1126 | 2024-12-20T22:51:31.382Z | Compiling rustix v0.38.37 |
1127 | 2024-12-20T22:51:31.528Z | Compiling serde_json v1.0.133 |
1128 | 2024-12-20T22:51:31.705Z | Compiling bitflags v2.6.0 |
1129 | 2024-12-20T22:51:32.090Z | Compiling proc-macro-error-attr v1.0.4 |
1130 | 2024-12-20T22:51:32.103Z | Compiling usdt-impl v0.5.0 |
1131 | 2024-12-20T22:51:32.114Z | Compiling quote v1.0.37 |
1132 | 2024-12-20T22:51:32.167Z | Compiling syn v1.0.109 |
1133 | 2024-12-20T22:51:32.268Z | Compiling proc-macro-error v1.0.4 |
1134 | 2024-12-20T22:51:32.410Z | Compiling plain v0.2.3 |
1135 | 2024-12-20T22:51:32.521Z | Compiling syn v2.0.87 |
1136 | 2024-12-20T22:51:32.531Z | Compiling errno v0.3.9 |
1137 | 2024-12-20T22:51:32.551Z | Compiling utf8parse v0.2.2 |
1138 | 2024-12-20T22:51:32.747Z | Compiling log v0.4.22 |
1139 | 2024-12-20T22:51:32.760Z | Compiling camino v1.1.9 |
1140 | 2024-12-20T22:51:32.820Z | Compiling hashbrown v0.15.1 |
1141 | 2024-12-20T22:51:32.832Z | Compiling equivalent v1.0.1 |
1142 | 2024-12-20T22:51:32.929Z | Compiling thread-id v4.2.2 |
1143 | 2024-12-20T22:51:33.036Z | Compiling anstyle-parse v0.2.5 |
1144 | 2024-12-20T22:51:33.366Z | Compiling winnow v0.6.20 |
1145 | 2024-12-20T22:51:33.444Z | Compiling anstyle v1.0.10 |
1146 | 2024-12-20T22:51:33.582Z | Compiling autocfg v1.4.0 |
1147 | 2024-12-20T22:51:33.914Z | Compiling unicode-width v0.1.14 |
1148 | 2024-12-20T22:51:33.930Z | Compiling colorchoice v1.0.2 |
1149 | 2024-12-20T22:51:34.084Z | Compiling indexmap v2.6.0 |
1150 | 2024-12-20T22:51:34.137Z | Compiling is_terminal_polyfill v1.70.1 |
1151 | 2024-12-20T22:51:34.255Z | Compiling pretty-hex v0.4.1 |
1152 | 2024-12-20T22:51:34.428Z | Compiling semver v1.0.23 |
1153 | 2024-12-20T22:51:34.469Z | Compiling anstyle-query v1.1.1 |
1154 | 2024-12-20T22:51:34.614Z | Compiling anstream v0.6.15 |
1155 | 2024-12-20T22:51:34.696Z | Compiling fs-err v2.11.0 |
1156 | 2024-12-20T22:51:34.954Z | Compiling terminal_size v0.4.0 |
1157 | 2024-12-20T22:51:35.173Z | Compiling cfg-if v1.0.0 |
1158 | 2024-12-20T22:51:35.254Z | Compiling strsim v0.11.1 |
1159 | 2024-12-20T22:51:35.274Z | Compiling anyhow v1.0.93 |
1160 | 2024-12-20T22:51:35.388Z | Compiling heck v0.5.0 |
1161 | 2024-12-20T22:51:35.568Z | Compiling heck v0.4.1 |
1162 | 2024-12-20T22:51:35.895Z | Compiling bytecount v0.6.8 |
1163 | 2024-12-20T22:51:36.080Z | Compiling clap_lex v0.7.2 |
1164 | 2024-12-20T22:51:36.112Z | Compiling fastrand v2.1.1 |
1165 | 2024-12-20T22:51:36.127Z | Compiling fnv v1.0.7 |
1166 | 2024-12-20T22:51:36.257Z | Compiling papergrid v0.11.0 |
1167 | 2024-12-20T22:51:36.534Z | Compiling tempfile v3.13.0 |
1168 | 2024-12-20T22:51:36.547Z | Compiling clap_builder v4.5.21 |
1169 | 2024-12-20T22:51:36.695Z | Compiling memmap v0.7.0 |
1170 | 2024-12-20T22:51:36.786Z | Compiling smawk v0.3.2 |
1171 | 2024-12-20T22:51:37.002Z | Compiling unicode-linebreak v0.1.5 |
1172 | 2024-12-20T22:51:37.418Z | Compiling textwrap v0.16.1 |
1173 | 2024-12-20T22:51:37.479Z | Compiling swrite v0.1.0 |
1174 | 2024-12-20T22:51:38.770Z | Compiling tabled_derive v0.7.0 |
1175 | 2024-12-20T22:51:40.233Z | Compiling tabled v0.15.0 |
1176 | 2024-12-20T22:51:41.732Z | Compiling serde_derive v1.0.215 |
1177 | 2024-12-20T22:51:41.732Z | Compiling thiserror-impl v1.0.69 |
1178 | 2024-12-20T22:51:41.735Z | Compiling zerocopy-derive v0.7.35 |
1179 | 2024-12-20T22:51:41.735Z | Compiling scroll_derive v0.12.0 |
1180 | 2024-12-20T22:51:41.881Z | Compiling clap_derive v4.5.18 |
1181 | 2024-12-20T22:51:43.199Z | Compiling scroll v0.12.0 |
1182 | 2024-12-20T22:51:43.720Z | Compiling goblin v0.8.2 |
1183 | 2024-12-20T22:51:43.753Z | Compiling zerocopy v0.7.35 |
1184 | 2024-12-20T22:51:44.491Z | Compiling pest v2.7.14 |
1185 | 2024-12-20T22:51:45.703Z | Compiling clap v4.5.21 |
1186 | 2024-12-20T22:51:46.850Z | Compiling pest_meta v2.7.14 |
1187 | 2024-12-20T22:51:47.712Z | Compiling pest_generator v2.7.14 |
1188 | 2024-12-20T22:51:49.585Z | Compiling pest_derive v2.7.14 |
1189 | 2024-12-20T22:51:50.270Z | Compiling dtrace-parser v0.2.0 |
1190 | 2024-12-20T22:51:52.019Z | Compiling serde_tokenstream v0.2.2 |
1191 | 2024-12-20T22:51:52.056Z | Compiling serde_spanned v0.6.8 |
1192 | 2024-12-20T22:51:52.056Z | Compiling toml_datetime v0.6.8 |
1193 | 2024-12-20T22:51:52.317Z | Compiling cargo-platform v0.1.8 |
1194 | 2024-12-20T22:51:52.407Z | Compiling toml_edit v0.22.22 |
1195 | 2024-12-20T22:51:52.584Z | Compiling macaddr v1.0.1 |
1196 | 2024-12-20T22:51:52.782Z | Compiling camino-tempfile v1.1.1 |
1197 | 2024-12-20T22:51:53.501Z | Compiling dof v0.3.0 |
1198 | 2024-12-20T22:51:53.576Z | Compiling cargo_metadata v0.18.1 |
1199 | 2024-12-20T22:51:55.181Z | Compiling toml v0.8.19 |
1200 | 2024-12-20T22:51:55.216Z | Compiling usdt-macro v0.5.0 |
1201 | 2024-12-20T22:51:55.219Z | Compiling usdt-attr-macro v0.5.0 |
1202 | 2024-12-20T22:51:56.043Z | Compiling cargo_toml v0.20.5 |
1203 | 2024-12-20T22:51:56.644Z | Compiling usdt v0.5.0 |
1204 | 2024-12-20T22:51:59.692Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1205 | 2024-12-20T22:52:03.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.35s |
1206 | 2024-12-20T22:52:03.979Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1207 | 2024-12-20T22:52:04.819Z | Compiling serde v1.0.215 |
1208 | 2024-12-20T22:52:04.822Z | Compiling lock_api v0.4.12 |
1209 | 2024-12-20T22:52:04.822Z | Compiling scopeguard v1.2.0 |
1210 | 2024-12-20T22:52:04.822Z | Compiling value-bag v1.9.0 |
1211 | 2024-12-20T22:52:04.822Z | Compiling typenum v1.17.0 |
1212 | 2024-12-20T22:52:04.822Z | Compiling generic-array v0.14.7 |
1213 | 2024-12-20T22:52:04.822Z | Compiling syn v2.0.87 |
1214 | 2024-12-20T22:52:04.947Z | Compiling getrandom v0.2.15 |
1215 | 2024-12-20T22:52:05.092Z | Compiling shlex v1.3.0 |
1216 | 2024-12-20T22:52:05.300Z | Compiling rand_core v0.6.4 |
1217 | 2024-12-20T22:52:05.392Z | Compiling log v0.4.22 |
1218 | 2024-12-20T22:52:05.529Z | Compiling subtle v2.6.1 |
1219 | 2024-12-20T22:52:05.582Z | Compiling jobserver v0.1.32 |
1220 | 2024-12-20T22:52:05.619Z | Compiling const-oid v0.9.6 |
1221 | 2024-12-20T22:52:05.824Z | Compiling smallvec v1.13.2 |
1222 | 2024-12-20T22:52:05.865Z | Compiling spin v0.9.8 |
1223 | 2024-12-20T22:52:05.898Z | Compiling pin-project-lite v0.2.14 |
1224 | 2024-12-20T22:52:06.028Z | Compiling cc v1.1.30 |
1225 | 2024-12-20T22:52:06.213Z | Compiling rustix v0.38.37 |
1226 | 2024-12-20T22:52:06.261Z | Compiling parking_lot_core v0.9.10 |
1227 | 2024-12-20T22:52:06.280Z | Compiling futures-core v0.3.31 |
1228 | 2024-12-20T22:52:06.528Z | Compiling signal-hook-registry v1.4.2 |
1229 | 2024-12-20T22:52:06.578Z | Compiling mio v1.0.2 |
1230 | 2024-12-20T22:52:07.082Z | Compiling aho-corasick v1.1.3 |
1231 | 2024-12-20T22:52:07.392Z | Compiling parking_lot v0.12.3 |
1232 | 2024-12-20T22:52:07.409Z | Compiling regex-syntax v0.8.5 |
1233 | 2024-12-20T22:52:07.577Z | Compiling cpufeatures v0.2.14 |
1234 | 2024-12-20T22:52:07.599Z | Compiling lazy_static v1.5.0 |
1235 | 2024-12-20T22:52:07.680Z | Compiling stable_deref_trait v1.2.0 |
1236 | 2024-12-20T22:52:07.717Z | Compiling futures-sink v0.3.31 |
1237 | 2024-12-20T22:52:07.743Z | Compiling glob v0.3.1 |
1238 | 2024-12-20T22:52:07.792Z | Compiling either v1.13.0 |
1239 | 2024-12-20T22:52:07.871Z | Compiling socket2 v0.5.7 |
1240 | 2024-12-20T22:52:08.237Z | Compiling slab v0.4.9 |
1241 | 2024-12-20T22:52:08.310Z | Compiling prettyplease v0.2.25 |
1242 | 2024-12-20T22:52:08.654Z | Compiling serde_json v1.0.133 |
1243 | 2024-12-20T22:52:08.679Z | Compiling minimal-lexical v0.2.1 |
1244 | 2024-12-20T22:52:08.770Z | Compiling clang-sys v1.8.1 |
1245 | 2024-12-20T22:52:08.997Z | Compiling libloading v0.8.5 |
1246 | 2024-12-20T22:52:09.164Z | Compiling nom v7.1.3 |
1247 | 2024-12-20T22:52:09.167Z | Compiling home v0.5.9 |
1248 | 2024-12-20T22:52:09.409Z | Compiling bindgen v0.69.5 |
1249 | 2024-12-20T22:52:09.428Z | Compiling itertools v0.10.5 |
1250 | 2024-12-20T22:52:10.201Z | Compiling futures-channel v0.3.31 |
1251 | 2024-12-20T22:52:10.327Z | Compiling lazycell v1.3.0 |
1252 | 2024-12-20T22:52:10.521Z | Compiling allocator-api2 v0.2.18 |
1253 | 2024-12-20T22:52:10.655Z | Compiling futures-io v0.3.31 |
1254 | 2024-12-20T22:52:10.990Z | Compiling regex-automata v0.4.8 |
1255 | 2024-12-20T22:52:11.348Z | Compiling futures-task v0.3.31 |
1256 | 2024-12-20T22:52:11.666Z | Compiling foldhash v0.1.3 |
1257 | 2024-12-20T22:52:11.969Z | Compiling libm v0.2.8 |
1258 | 2024-12-20T22:52:12.224Z | Compiling rustc-hash v1.1.0 |
1259 | 2024-12-20T22:52:12.289Z | Compiling pin-utils v0.1.0 |
1260 | 2024-12-20T22:52:12.390Z | Compiling hashbrown v0.15.1 |
1261 | 2024-12-20T22:52:12.413Z | Compiling cmake v0.1.51 |
1262 | 2024-12-20T22:52:12.876Z | Compiling synstructure v0.13.1 |
1263 | 2024-12-20T22:52:12.925Z | Compiling cexpr v0.6.0 |
1264 | 2024-12-20T22:52:13.742Z | Compiling num-traits v0.2.19 |
1265 | 2024-12-20T22:52:14.031Z | Compiling pkg-config v0.3.31 |
1266 | 2024-12-20T22:52:14.098Z | Compiling tinyvec_macros v0.1.1 |
1267 | 2024-12-20T22:52:14.194Z | Compiling dunce v1.0.5 |
1268 | 2024-12-20T22:52:14.328Z | Compiling fs_extra v1.3.0 |
1269 | 2024-12-20T22:52:14.626Z | Compiling tinyvec v1.8.0 |
1270 | 2024-12-20T22:52:14.978Z | Compiling ring v0.17.8 |
1271 | 2024-12-20T22:52:15.564Z | Compiling unicode-bidi v0.3.17 |
1272 | 2024-12-20T22:52:16.167Z | Compiling unicode-normalization v0.1.24 |
1273 | 2024-12-20T22:52:16.368Z | Compiling paste v1.0.15 |
1274 | 2024-12-20T22:52:16.630Z | Compiling regex v1.11.1 |
1275 | 2024-12-20T22:52:16.864Z | Compiling writeable v0.5.5 |
1276 | 2024-12-20T22:52:17.025Z | Compiling litemap v0.7.3 |
1277 | 2024-12-20T22:52:17.302Z | Compiling base64ct v1.6.0 |
1278 | 2024-12-20T22:52:17.519Z | Compiling httparse v1.9.5 |
1279 | 2024-12-20T22:52:17.736Z | Compiling flagset v0.4.6 |
1280 | 2024-12-20T22:52:17.916Z | Compiling pem-rfc7468 v0.7.0 |
1281 | 2024-12-20T22:52:17.941Z | Compiling aws-lc-rs v1.10.0 |
1282 | 2024-12-20T22:52:18.324Z | Compiling tracing-core v0.1.32 |
1283 | 2024-12-20T22:52:18.398Z | Compiling icu_locid_transform_data v1.5.0 |
1284 | 2024-12-20T22:52:18.503Z | Compiling rustls-pki-types v1.10.0 |
1285 | 2024-12-20T22:52:18.588Z | Compiling percent-encoding v2.3.1 |
1286 | 2024-12-20T22:52:19.031Z | Compiling crossbeam-utils v0.8.20 |
1287 | 2024-12-20T22:52:19.516Z | Compiling serde_derive v1.0.215 |
1288 | 2024-12-20T22:52:19.534Z | Compiling zeroize_derive v1.4.2 |
1289 | 2024-12-20T22:52:19.558Z | Compiling zerocopy-derive v0.7.35 |
1290 | 2024-12-20T22:52:19.623Z | Compiling tokio-macros v2.4.0 |
1291 | 2024-12-20T22:52:20.015Z | Compiling zerofrom-derive v0.1.4 |
1292 | 2024-12-20T22:52:21.183Z | Compiling zeroize v1.8.1 |
1293 | 2024-12-20T22:52:21.311Z | Compiling thiserror-impl v1.0.69 |
1294 | 2024-12-20T22:52:21.594Z | Compiling yoke-derive v0.7.4 |
1295 | 2024-12-20T22:52:21.904Z | Compiling zerocopy v0.7.35 |
1296 | 2024-12-20T22:52:23.033Z | Compiling crypto-common v0.1.6 |
1297 | 2024-12-20T22:52:23.167Z | Compiling block-buffer v0.10.4 |
1298 | 2024-12-20T22:52:23.274Z | Compiling futures-macro v0.3.31 |
1299 | 2024-12-20T22:52:23.440Z | Compiling digest v0.10.7 |
1300 | 2024-12-20T22:52:23.554Z | Compiling zerovec-derive v0.10.3 |
1301 | 2024-12-20T22:52:23.914Z | Compiling hmac v0.12.1 |
1302 | 2024-12-20T22:52:24.004Z | Compiling block-padding v0.3.3 |
1303 | 2024-12-20T22:52:24.162Z | Compiling displaydoc v0.2.5 |
1304 | 2024-12-20T22:52:24.210Z | Compiling zerofrom v0.1.4 |
1305 | 2024-12-20T22:52:24.258Z | Compiling inout v0.1.3 |
1306 | 2024-12-20T22:52:24.456Z | Compiling sha2 v0.10.8 |
1307 | 2024-12-20T22:52:24.545Z | Compiling cipher v0.4.4 |
1308 | 2024-12-20T22:52:24.700Z | Compiling yoke v0.7.4 |
1309 | 2024-12-20T22:52:24.719Z | Compiling thiserror v1.0.69 |
1310 | 2024-12-20T22:52:24.860Z | Compiling ppv-lite86 v0.2.20 |
1311 | 2024-12-20T22:52:25.053Z | Compiling der_derive v0.7.3 |
1312 | 2024-12-20T22:52:25.091Z | Compiling icu_provider_macros v1.5.0 |
1313 | 2024-12-20T22:52:25.253Z | Compiling futures-util v0.3.31 |
1314 | 2024-12-20T22:52:25.756Z | Compiling rand_chacha v0.3.1 |
1315 | 2024-12-20T22:52:25.940Z | Compiling tracing-attributes v0.1.27 |
1316 | 2024-12-20T22:52:26.332Z | Compiling zerovec v0.10.4 |
1317 | 2024-12-20T22:52:26.357Z | Compiling rand v0.8.5 |
1318 | 2024-12-20T22:52:27.596Z | Compiling der v0.7.9 |
1319 | 2024-12-20T22:52:28.019Z | Compiling salsa20 v0.10.2 |
1320 | 2024-12-20T22:52:28.111Z | Compiling pest v2.7.14 |
1321 | 2024-12-20T22:52:28.257Z | Compiling tinystr v0.7.6 |
1322 | 2024-12-20T22:52:28.496Z | Compiling icu_collections v1.5.0 |
1323 | 2024-12-20T22:52:28.612Z | Compiling pbkdf2 v0.12.2 |
1324 | 2024-12-20T22:52:28.727Z | Compiling icu_locid v1.5.0 |
1325 | 2024-12-20T22:52:28.803Z | Compiling untrusted v0.7.1 |
1326 | 2024-12-20T22:52:28.994Z | Compiling mirai-annotations v1.12.0 |
1327 | 2024-12-20T22:52:29.198Z | Compiling icu_properties_data v1.5.0 |
1328 | 2024-12-20T22:52:29.465Z | Compiling powerfmt v0.2.0 |
1329 | 2024-12-20T22:52:29.850Z | Compiling tracing v0.1.40 |
1330 | 2024-12-20T22:52:29.879Z | Compiling spki v0.7.3 |
1331 | 2024-12-20T22:52:29.946Z | Compiling icu_provider v1.5.0 |
1332 | 2024-12-20T22:52:30.264Z | Compiling vcpkg v0.2.15 |
1333 | 2024-12-20T22:52:30.357Z | Compiling untrusted v0.9.0 |
1334 | 2024-12-20T22:52:30.564Z | Compiling time-core v0.1.2 |
1335 | 2024-12-20T22:52:30.750Z | Compiling icu_locid_transform v1.5.0 |
1336 | 2024-12-20T22:52:31.052Z | Compiling num-conv v0.1.0 |
1337 | 2024-12-20T22:52:31.119Z | Compiling pest_meta v2.7.14 |
1338 | 2024-12-20T22:52:31.262Z | Compiling deranged v0.3.11 |
1339 | 2024-12-20T22:52:31.354Z | Compiling time-macros v0.2.18 |
1340 | 2024-12-20T22:52:32.552Z | Compiling openssl-sys v0.9.103 |
1341 | 2024-12-20T22:52:32.898Z | Compiling icu_properties v1.5.1 |
1342 | 2024-12-20T22:52:33.181Z | Compiling scrypt v0.11.0 |
1343 | 2024-12-20T22:52:33.506Z | Compiling cbc v0.1.2 |
1344 | 2024-12-20T22:52:33.673Z | Compiling aes v0.8.4 |
1345 | 2024-12-20T22:52:33.742Z | Compiling scroll_derive v0.12.0 |
1346 | 2024-12-20T22:52:33.766Z | Compiling bitflags v2.6.0 |
1347 | 2024-12-20T22:52:34.144Z | Compiling bytes v1.8.0 |
1348 | 2024-12-20T22:52:35.053Z | Compiling tokio v1.40.0 |
1349 | 2024-12-20T22:52:35.195Z | Compiling indexmap v2.6.0 |
1350 | 2024-12-20T22:52:35.889Z | Compiling http v1.1.0 |
1351 | 2024-12-20T22:52:36.323Z | Compiling semver v1.0.23 |
1352 | 2024-12-20T22:52:36.637Z | Compiling atomic-waker v1.1.2 |
1353 | 2024-12-20T22:52:36.754Z | Compiling rustc_version v0.4.1 |
1354 | 2024-12-20T22:52:36.822Z | Compiling icu_normalizer_data v1.5.0 |
1355 | 2024-12-20T22:52:36.932Z | Compiling utf8_iter v1.0.4 |
1356 | 2024-12-20T22:52:37.072Z | Compiling write16 v1.0.0 |
1357 | 2024-12-20T22:52:37.184Z | Compiling num_threads v0.1.7 |
1358 | 2024-12-20T22:52:37.204Z | Compiling utf16_iter v1.0.5 |
1359 | 2024-12-20T22:52:37.325Z | Compiling time v0.3.36 |
1360 | 2024-12-20T22:52:37.399Z | Compiling icu_normalizer v1.5.0 |
1361 | 2024-12-20T22:52:37.516Z | Compiling http-body v1.0.1 |
1362 | 2024-12-20T22:52:37.753Z | Compiling scroll v0.12.0 |
1363 | 2024-12-20T22:52:37.904Z | Compiling pkcs5 v0.7.1 |
1364 | 2024-12-20T22:52:38.019Z | Compiling pest_generator v2.7.14 |
1365 | 2024-12-20T22:52:38.102Z | Compiling form_urlencoded v1.2.1 |
1366 | 2024-12-20T22:52:38.314Z | Compiling which v4.4.2 |
1367 | 2024-12-20T22:52:38.443Z | Compiling slog v2.7.0 |
1368 | 2024-12-20T22:52:38.998Z | Compiling try-lock v0.2.5 |
1369 | 2024-12-20T22:52:39.108Z | Compiling goblin v0.8.2 |
1370 | 2024-12-20T22:52:39.150Z | Compiling want v0.3.1 |
1371 | 2024-12-20T22:52:39.442Z | Compiling pkcs8 v0.10.2 |
1372 | 2024-12-20T22:52:39.502Z | Compiling idna_adapter v1.2.0 |
1373 | 2024-12-20T22:52:39.674Z | Compiling uuid v1.11.0 |
1374 | 2024-12-20T22:52:39.714Z | Compiling httpdate v1.0.3 |
1375 | 2024-12-20T22:52:40.036Z | Compiling pest_derive v2.7.14 |
1376 | 2024-12-20T22:52:40.159Z | Compiling iana-time-zone v0.1.61 |
1377 | 2024-12-20T22:52:40.178Z | Compiling idna v1.0.3 |
1378 | 2024-12-20T22:52:40.680Z | Compiling chrono v0.4.38 |
1379 | 2024-12-20T22:52:40.842Z | Compiling dtrace-parser v0.2.0 |
1380 | 2024-12-20T22:52:42.002Z | Compiling serde_tokenstream v0.2.2 |
1381 | 2024-12-20T22:52:42.072Z | Compiling toml_datetime v0.6.8 |
1382 | 2024-12-20T22:52:42.597Z | Compiling serde_spanned v0.6.8 |
1383 | 2024-12-20T22:52:42.627Z | Compiling openssl v0.10.66 |
1384 | 2024-12-20T22:52:42.740Z | Compiling base64 v0.22.1 |
1385 | 2024-12-20T22:52:42.822Z | Compiling adler2 v2.0.0 |
1386 | 2024-12-20T22:52:43.033Z | Compiling tower-service v0.3.3 |
1387 | 2024-12-20T22:52:43.035Z | Compiling match_cfg v0.1.0 |
1388 | 2024-12-20T22:52:43.114Z | Compiling rustversion v1.0.17 |
1389 | 2024-12-20T22:52:43.145Z | Compiling foreign-types-shared v0.1.1 |
1390 | 2024-12-20T22:52:43.164Z | Compiling hostname v0.3.1 |
1391 | 2024-12-20T22:52:43.264Z | Compiling foreign-types v0.3.2 |
1392 | 2024-12-20T22:52:43.395Z | Compiling miniz_oxide v0.8.0 |
1393 | 2024-12-20T22:52:43.429Z | Compiling url v2.5.3 |
1394 | 2024-12-20T22:52:43.837Z | Compiling tokio-util v0.7.12 |
1395 | 2024-12-20T22:52:44.542Z | Compiling openssl-macros v0.1.1 |
1396 | 2024-12-20T22:52:44.846Z | Compiling h2 v0.4.6 |
1397 | 2024-12-20T22:52:44.936Z | Compiling dof v0.3.0 |
1398 | 2024-12-20T22:52:45.240Z | Compiling async-trait v0.1.83 |
1399 | 2024-12-20T22:52:45.314Z | Compiling serde_derive_internals v0.29.1 |
1400 | 2024-12-20T22:52:45.505Z | Compiling dirs-sys-next v0.1.2 |
1401 | 2024-12-20T22:52:46.187Z | Compiling usdt-impl v0.5.0 |
1402 | 2024-12-20T22:52:47.168Z | Compiling schemars v0.8.21 |
1403 | 2024-12-20T22:52:47.511Z | Compiling siphasher v0.3.11 |
1404 | 2024-12-20T22:52:47.795Z | Compiling data-encoding v2.6.0 |
1405 | 2024-12-20T22:52:47.899Z | Compiling native-tls v0.2.12 |
1406 | 2024-12-20T22:52:48.108Z | Compiling syn v1.0.109 |
1407 | 2024-12-20T22:52:48.206Z | Compiling rustls v0.22.4 |
1408 | 2024-12-20T22:52:48.261Z | Compiling rustls v0.23.19 |
1409 | 2024-12-20T22:52:48.500Z | Compiling schemars_derive v0.8.21 |
1410 | 2024-12-20T22:52:48.534Z | Compiling dirs-next v2.0.0 |
1411 | 2024-12-20T22:52:49.739Z | Compiling http-body-util v0.1.2 |
1412 | 2024-12-20T22:52:50.206Z | Compiling heapless v0.7.17 |
1413 | 2024-12-20T22:52:50.225Z | Compiling crossbeam-epoch v0.9.18 |
1414 | 2024-12-20T22:52:50.256Z | Compiling signature v2.2.0 |
1415 | 2024-12-20T22:52:50.578Z | Compiling sha1 v0.10.6 |
1416 | 2024-12-20T22:52:50.686Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1417 | 2024-12-20T22:52:50.993Z | Compiling thread_local v1.1.8 |
1418 | 2024-12-20T22:52:51.011Z | Compiling cookie v0.18.1 |
1419 | 2024-12-20T22:52:51.081Z | Compiling multer v3.1.0 |
1420 | 2024-12-20T22:52:51.175Z | Compiling encoding_rs v0.8.34 |
1421 | 2024-12-20T22:52:51.292Z | Compiling signal-hook v0.3.17 |
1422 | 2024-12-20T22:52:51.349Z | Compiling ipnet v2.10.1 |
1423 | 2024-12-20T22:52:51.500Z | Compiling gimli v0.31.1 |
1424 | 2024-12-20T22:52:51.563Z | Compiling unicode-properties v0.1.3 |
1425 | 2024-12-20T22:52:51.900Z | Compiling hyper v1.5.0 |
1426 | 2024-12-20T22:52:51.970Z | Compiling rayon-core v1.12.1 |
1427 | 2024-12-20T22:52:52.243Z | Compiling dyn-clone v1.0.17 |
1428 | 2024-12-20T22:52:52.464Z | Compiling slog-async v2.8.0 |
1429 | 2024-12-20T22:52:52.588Z | Compiling openssl-probe v0.1.5 |
1430 | 2024-12-20T22:52:52.968Z | Compiling mime v0.3.17 |
1431 | 2024-12-20T22:52:53.576Z | Compiling toml_edit v0.22.22 |
1432 | 2024-12-20T22:52:55.635Z | Compiling hyper-util v0.1.10 |
1433 | 2024-12-20T22:52:56.194Z | Compiling addr2line v0.24.2 |
1434 | 2024-12-20T22:52:56.420Z | Compiling stringprep v0.1.5 |
1435 | 2024-12-20T22:52:56.968Z | Compiling crossbeam-deque v0.8.5 |
1436 | 2024-12-20T22:52:57.114Z | Compiling usdt-macro v0.5.0 |
1437 | 2024-12-20T22:52:57.292Z | Compiling usdt-attr-macro v0.5.0 |
1438 | 2024-12-20T22:52:57.623Z | Compiling term v0.7.0 |
1439 | 2024-12-20T22:52:58.568Z | Compiling slog-json v2.6.1 |
1440 | 2024-12-20T22:52:58.570Z | Compiling serde_urlencoded v0.7.1 |
1441 | 2024-12-20T22:52:58.778Z | Compiling curve25519-dalek v4.1.3 |
1442 | 2024-12-20T22:52:58.922Z | Compiling crossbeam-channel v0.5.13 |
1443 | 2024-12-20T22:52:58.973Z | Compiling futures-executor v0.3.31 |
1444 | 2024-12-20T22:52:59.088Z | Compiling enum-as-inner v0.6.1 |
1445 | 2024-12-20T22:52:59.106Z | Compiling md-5 v0.10.6 |
1446 | 2024-12-20T22:52:59.375Z | Compiling async-stream-impl v0.3.6 |
1447 | 2024-12-20T22:52:59.396Z | Compiling rustls-pemfile v2.2.0 |
1448 | 2024-12-20T22:52:59.562Z | Compiling num-integer v0.1.46 |
1449 | 2024-12-20T22:52:59.733Z | Compiling idna v0.4.0 |
1450 | 2024-12-20T22:53:00.044Z | Compiling idna v0.3.0 |
1451 | 2024-12-20T22:53:00.182Z | Compiling ff v0.13.0 |
1452 | 2024-12-20T22:53:00.344Z | Compiling hash32 v0.2.1 |
1453 | 2024-12-20T22:53:00.392Z | Compiling is-terminal v0.4.13 |
1454 | 2024-12-20T22:53:00.545Z | Compiling dropshot v0.12.0 |
1455 | 2024-12-20T22:53:00.767Z | Compiling object v0.36.5 |
1456 | 2024-12-20T22:53:00.831Z | Compiling fallible-iterator v0.2.0 |
1457 | 2024-12-20T22:53:00.857Z | Compiling rustc-demangle v0.1.24 |
1458 | 2024-12-20T22:53:01.412Z | Compiling smoltcp v0.9.1 |
1459 | 2024-12-20T22:53:01.578Z | Compiling psl-types v2.0.11 |
1460 | 2024-12-20T22:53:01.779Z | Compiling utf-8 v0.7.6 |
1461 | 2024-12-20T22:53:01.797Z | Compiling portable-atomic v1.9.0 |
1462 | 2024-12-20T22:53:01.860Z | Compiling base16ct v0.2.0 |
1463 | 2024-12-20T22:53:01.941Z | Compiling quick-error v1.2.3 |
1464 | 2024-12-20T22:53:02.089Z | Compiling linked-hash-map v0.5.6 |
1465 | 2024-12-20T22:53:02.108Z | Compiling anyhow v1.0.93 |
1466 | 2024-12-20T22:53:02.138Z | Compiling num-bigint-dig v0.8.4 |
1467 | 2024-12-20T22:53:02.181Z | Compiling take_mut v0.2.2 |
1468 | 2024-12-20T22:53:02.445Z | Compiling lru-cache v0.1.2 |
1469 | 2024-12-20T22:53:02.497Z | Compiling resolv-conf v0.7.0 |
1470 | 2024-12-20T22:53:02.642Z | Compiling sec1 v0.7.3 |
1471 | 2024-12-20T22:53:02.939Z | Compiling tungstenite v0.24.0 |
1472 | 2024-12-20T22:53:03.083Z | Compiling publicsuffix v2.2.3 |
1473 | 2024-12-20T22:53:03.252Z | Compiling postgres-protocol v0.6.7 |
1474 | 2024-12-20T22:53:03.335Z | Compiling async-stream v0.3.6 |
1475 | 2024-12-20T22:53:03.605Z | Compiling hickory-proto v0.24.1 |
1476 | 2024-12-20T22:53:03.661Z | Compiling slog-term v2.9.1 |
1477 | 2024-12-20T22:53:04.575Z | Compiling usdt v0.5.0 |
1478 | 2024-12-20T22:53:04.641Z | Compiling group v0.13.0 |
1479 | 2024-12-20T22:53:04.928Z | Compiling num-iter v0.1.45 |
1480 | 2024-12-20T22:53:05.074Z | Compiling futures v0.3.31 |
1481 | 2024-12-20T22:53:05.093Z | Compiling slog-bunyan v2.5.0 |
1482 | 2024-12-20T22:53:05.307Z | Compiling toml v0.8.19 |
1483 | 2024-12-20T22:53:06.508Z | Compiling camino v1.1.9 |
1484 | 2024-12-20T22:53:07.056Z | Compiling tokio-native-tls v0.3.1 |
1485 | 2024-12-20T22:53:07.192Z | Compiling phf_shared v0.11.2 |
1486 | 2024-12-20T22:53:07.334Z | Compiling dropshot_endpoint v0.12.0 |
1487 | 2024-12-20T22:53:07.471Z | Compiling terminal_size v0.4.0 |
1488 | 2024-12-20T22:53:07.517Z | Compiling waitgroup v0.1.2 |
1489 | 2024-12-20T22:53:07.592Z | Compiling openapiv3 v2.0.0 |
1490 | 2024-12-20T22:53:07.689Z | Compiling serde_path_to_error v0.1.16 |
1491 | 2024-12-20T22:53:07.742Z | Compiling hkdf v0.12.4 |
1492 | 2024-12-20T22:53:08.014Z | Compiling crypto-bigint v0.5.5 |
1493 | 2024-12-20T22:53:08.557Z | Compiling backtrace v0.3.74 |
1494 | 2024-12-20T22:53:08.998Z | Compiling curve25519-dalek-derive v0.1.1 |
1495 | 2024-12-20T22:53:10.591Z | Compiling zerocopy-derive v0.6.6 |
1496 | 2024-12-20T22:53:12.152Z | Compiling webpki-roots v0.26.6 |
1497 | 2024-12-20T22:53:12.181Z | Compiling idna v0.5.0 |
1498 | 2024-12-20T22:53:12.253Z | Compiling hubpack_derive v0.1.1 |
1499 | 2024-12-20T22:53:12.377Z | Compiling hostname v0.4.0 |
1500 | 2024-12-20T22:53:12.396Z | Compiling crc32fast v1.4.2 |
1501 | 2024-12-20T22:53:12.632Z | Compiling fs-err v2.11.0 |
1502 | 2024-12-20T22:53:12.727Z | Compiling ahash v0.8.11 |
1503 | 2024-12-20T22:53:12.912Z | Compiling bitflags v1.3.2 |
1504 | 2024-12-20T22:53:12.929Z | Compiling managed v0.8.0 |
1505 | 2024-12-20T22:53:13.023Z | Compiling winnow v0.5.40 |
1506 | 2024-12-20T22:53:13.051Z | Compiling newtype-uuid v1.1.3 |
1507 | 2024-12-20T22:53:13.182Z | Compiling debug-ignore v1.0.5 |
1508 | 2024-12-20T22:53:13.356Z | Compiling clap_builder v4.5.21 |
1509 | 2024-12-20T22:53:13.373Z | Compiling hubpack v0.1.2 |
1510 | 2024-12-20T22:53:13.846Z | Compiling cookie_store v0.21.0 |
1511 | 2024-12-20T22:53:13.902Z | Compiling strum_macros v0.25.3 |
1512 | 2024-12-20T22:53:14.350Z | Compiling console v0.15.8 |
1513 | 2024-12-20T22:53:14.501Z | Compiling zerocopy v0.6.6 |
1514 | 2024-12-20T22:53:15.395Z | Compiling flate2 v1.0.34 |
1515 | 2024-12-20T22:53:15.509Z | Compiling elliptic-curve v0.13.8 |
1516 | 2024-12-20T22:53:16.022Z | Compiling hickory-resolver v0.24.1 |
1517 | 2024-12-20T22:53:16.413Z | Compiling phf v0.11.2 |
1518 | 2024-12-20T22:53:16.720Z | Compiling toml_edit v0.19.15 |
1519 | 2024-12-20T22:53:16.994Z | Compiling hyper-tls v0.6.0 |
1520 | 2024-12-20T22:53:17.309Z | Compiling signal-hook-mio v0.2.4 |
1521 | 2024-12-20T22:53:17.432Z | Compiling rayon v1.10.0 |
1522 | 2024-12-20T22:53:17.480Z | Compiling bzip2 v0.4.4 |
1523 | 2024-12-20T22:53:18.224Z | Compiling postgres-types v0.2.8 |
1524 | 2024-12-20T22:53:19.785Z | Compiling tokio-tungstenite v0.24.0 |
1525 | 2024-12-20T22:53:21.743Z | Compiling ed25519 v2.2.3 |
1526 | 2024-12-20T22:53:22.346Z | Compiling phf_shared v0.10.0 |
1527 | 2024-12-20T22:53:22.767Z | Compiling tokio-stream v0.1.16 |
1528 | 2024-12-20T22:53:23.426Z | Compiling pkcs1 v0.7.5 |
1529 | 2024-12-20T22:53:23.441Z | Compiling serde-big-array v0.5.1 |
1530 | 2024-12-20T22:53:23.441Z | Compiling clap_derive v4.5.18 |
1531 | 2024-12-20T22:53:23.655Z | Compiling rfc6979 v0.4.0 |
1532 | 2024-12-20T22:53:23.773Z | Compiling derive-where v1.2.7 |
1533 | 2024-12-20T22:53:23.821Z | Compiling serde_repr v0.1.19 |
1534 | 2024-12-20T22:53:23.845Z | Compiling float-cmp v0.9.0 |
1535 | 2024-12-20T22:53:24.017Z | Compiling bstr v1.10.0 |
1536 | 2024-12-20T22:53:24.076Z | Compiling sync_wrapper v1.0.1 |
1537 | 2024-12-20T22:53:24.230Z | Compiling whoami v1.5.2 |
1538 | 2024-12-20T22:53:24.890Z | Compiling precomputed-hash v0.1.1 |
1539 | 2024-12-20T22:53:25.012Z | Compiling bit-vec v0.6.3 |
1540 | 2024-12-20T22:53:25.040Z | Compiling difflib v0.4.0 |
1541 | 2024-12-20T22:53:25.063Z | Compiling fixedbitset v0.4.2 |
1542 | 2024-12-20T22:53:25.500Z | Compiling unicode-width v0.2.0 |
1543 | 2024-12-20T22:53:25.530Z | Compiling predicates-core v1.0.8 |
1544 | 2024-12-20T22:53:25.898Z | Compiling number_prefix v0.4.0 |
1545 | 2024-12-20T22:53:25.900Z | Compiling static_assertions v1.1.0 |
1546 | 2024-12-20T22:53:26.024Z | Compiling normalize-line-endings v0.3.0 |
1547 | 2024-12-20T22:53:26.049Z | Compiling new_debug_unreachable v1.0.6 |
1548 | 2024-12-20T22:53:26.138Z | Compiling unicode-segmentation v1.12.0 |
1549 | 2024-12-20T22:53:26.156Z | Compiling string_cache v0.8.7 |
1550 | 2024-12-20T22:53:26.156Z | Compiling predicates v3.1.2 |
1551 | 2024-12-20T22:53:26.636Z | Compiling indicatif v0.17.9 |
1552 | 2024-12-20T22:53:26.708Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1553 | 2024-12-20T22:53:27.043Z | Compiling similar v2.6.0 |
1554 | 2024-12-20T22:53:27.505Z | Compiling bit-set v0.5.3 |
1555 | 2024-12-20T22:53:27.789Z | Compiling petgraph v0.6.5 |
1556 | 2024-12-20T22:53:27.954Z | Compiling tokio-postgres v0.7.12 |
1557 | 2024-12-20T22:53:28.402Z | Compiling clap v4.5.21 |
1558 | 2024-12-20T22:53:28.529Z | Compiling ecdsa v0.16.9 |
1559 | 2024-12-20T22:53:28.923Z | Compiling rsa v0.9.6 |
1560 | 2024-12-20T22:53:29.426Z | Compiling ed25519-dalek v2.1.1 |
1561 | 2024-12-20T22:53:29.580Z | Compiling toml v0.7.8 |
1562 | 2024-12-20T22:53:30.824Z | Compiling zip v0.6.6 |
1563 | 2024-12-20T22:53:31.376Z | Compiling crossterm v0.28.1 |
1564 | 2024-12-20T22:53:32.907Z | Compiling hex v0.4.3 |
1565 | 2024-12-20T22:53:32.942Z | Compiling x509-cert v0.2.5 |
1566 | 2024-12-20T22:53:32.995Z | Compiling peg-runtime v0.8.3 |
1567 | 2024-12-20T22:53:33.533Z | Compiling unicode-xid v0.2.6 |
1568 | 2024-12-20T22:53:33.685Z | Compiling lalrpop-util v0.19.12 |
1569 | 2024-12-20T22:53:33.715Z | Compiling strum_macros v0.26.4 |
1570 | 2024-12-20T22:53:33.864Z | Compiling xattr v1.3.1 |
1571 | 2024-12-20T22:53:33.973Z | Compiling filetime v0.2.25 |
1572 | 2024-12-20T22:53:34.282Z | Compiling tar v0.4.42 |
1573 | 2024-12-20T22:53:38.775Z | Compiling strum v0.26.3 |
1574 | 2024-12-20T22:53:41.841Z | Compiling aws-lc-sys v0.22.0 |
1575 | 2024-12-20T22:54:10.143Z | Compiling rustls-webpki v0.102.8 |
1576 | 2024-12-20T22:54:13.591Z | Compiling tokio-rustls v0.25.0 |
1577 | 2024-12-20T22:54:15.226Z | Compiling tokio-rustls v0.26.0 |
1578 | 2024-12-20T22:54:15.651Z | Compiling hyper-rustls v0.27.3 |
1579 | 2024-12-20T22:54:16.010Z | Compiling reqwest v0.12.9 |
1580 | 2024-12-20T22:54:17.171Z | Compiling qorb v0.2.1 |
1581 | 2024-12-20T22:54:22.096Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1582 | 2024-12-20T22:54:22.328Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1583 | 2024-12-20T22:54:28.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1584 | 2024-12-20T22:54:28.374Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1585 | 2024-12-20T22:54:28.418Z | Dec 20 22:54:27.518 INFO Starting download, target: Clickhouse |
1586 | 2024-12-20T22:54:28.418Z | Dec 20 22:54:27.518 INFO Starting download, target: Cockroach |
1587 | 2024-12-20T22:54:28.421Z | Dec 20 22:54:27.518 INFO Starting download, target: Console |
1588 | 2024-12-20T22:54:28.421Z | Dec 20 22:54:27.518 INFO Starting download, target: DendriteOpenapi |
1589 | 2024-12-20T22:54:28.421Z | Dec 20 22:54:27.518 INFO Starting download, target: DendriteStub |
1590 | 2024-12-20T22:54:28.421Z | Dec 20 22:54:27.518 INFO Starting download, target: MaghemiteMgd |
1591 | 2024-12-20T22:54:28.421Z | Dec 20 22:54:27.518 INFO Starting download, target: TransceiverControl |
1592 | 2024-12-20T22:54:28.421Z | Dec 20 22:54:27.519 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1593 | 2024-12-20T22:54:28.421Z | Dec 20 22:54:27.519 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1594 | 2024-12-20T22:54:28.421Z | Dec 20 22:54:27.519 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1595 | 2024-12-20T22:54:28.421Z | Dec 20 22:54:27.519 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1596 | 2024-12-20T22:54:28.421Z | Dec 20 22:54:27.519 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1597 | 2024-12-20T22:54:28.421Z | Dec 20 22:54:27.519 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1598 | 2024-12-20T22:54:28.421Z | Dec 20 22:54:27.519 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1599 | 2024-12-20T22:54:28.637Z | Dec 20 22:54:27.736 INFO Download complete, target: DendriteOpenapi |
1600 | 2024-12-20T22:54:28.868Z | Dec 20 22:54:27.960 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1601 | 2024-12-20T22:54:29.116Z | Dec 20 22:54:28.198 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1602 | 2024-12-20T22:54:29.440Z | Dec 20 22:54:28.534 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1603 | 2024-12-20T22:54:29.445Z | Dec 20 22:54:28.542 INFO Download complete, target: Console |
1604 | 2024-12-20T22:54:29.578Z | Dec 20 22:54:28.662 INFO Download complete, target: TransceiverControl |
1605 | 2024-12-20T22:54:29.606Z | Dec 20 22:54:28.676 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1606 | 2024-12-20T22:54:29.999Z | Dec 20 22:54:29.100 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1607 | 2024-12-20T22:54:29.999Z | Dec 20 22:54:29.100 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1608 | 2024-12-20T22:54:30.347Z | Dec 20 22:54:29.448 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1609 | 2024-12-20T22:54:32.374Z | Dec 20 22:54:31.476 INFO Download complete, target: DendriteStub |
1610 | 2024-12-20T22:54:32.587Z | Dec 20 22:54:31.689 INFO Download complete, target: MaghemiteMgd |
1611 | 2024-12-20T22:54:37.537Z | Dec 20 22:54:36.640 INFO Checking that binary works, target: Cockroach |
1612 | 2024-12-20T22:54:37.705Z | Dec 20 22:54:36.808 INFO Download complete, target: Cockroach |
1613 | 2024-12-20T22:54:43.093Z | Dec 20 22:54:42.196 INFO Checking that binary works, target: Clickhouse |
1614 | 2024-12-20T22:54:43.260Z | Dec 20 22:54:42.366 INFO Download complete, target: Clickhouse |
1615 | 2024-12-20T22:54:43.268Z | All prerequisites installed successfully |
1616 | 2024-12-20T22:54:43.271Z | |
1617 | 2024-12-20T22:54:43.271Z | real 4:25.456030609 |
1618 | 2024-12-20T22:54:43.271Z | user 16:36.491290664 |
1619 | 2024-12-20T22:54:43.271Z | sys 3:12.099639952 |
1620 | 2024-12-20T22:54:43.271Z | trap 0.542306121 |
1621 | 2024-12-20T22:54:43.271Z | tflt 1.604225384 |
1622 | 2024-12-20T22:54:43.271Z | dflt 2.154877525 |
1623 | 2024-12-20T22:54:43.272Z | kflt 0.023967519 |
1624 | 2024-12-20T22:54:43.272Z | lock 32:44.847570260 |
1625 | 2024-12-20T22:54:43.272Z | slp 1:01:27.906591820 |
1626 | 2024-12-20T22:54:43.272Z | lat 55.077743232 |
1627 | 2024-12-20T22:54:43.272Z | stop 2:09.775127465 |
1628 | 2024-12-20T22:54:43.272Z | + source ./tools/include/force-git-over-https.sh |
1629 | 2024-12-20T22:54:43.272Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1630 | 2024-12-20T22:54:43.272Z | ++ (( i = 0 )) |
1631 | 2024-12-20T22:54:43.272Z | ++ (( i < 5 )) |
1632 | 2024-12-20T22:54:43.272Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1633 | 2024-12-20T22:54:43.275Z | ++ (( i++ )) |
1634 | 2024-12-20T22:54:43.275Z | ++ (( i < 5 )) |
1635 | 2024-12-20T22:54:43.275Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1636 | 2024-12-20T22:54:43.277Z | ++ (( i++ )) |
1637 | 2024-12-20T22:54:43.277Z | ++ (( i < 5 )) |
1638 | 2024-12-20T22:54:43.277Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1639 | 2024-12-20T22:54:43.280Z | ++ (( i++ )) |
1640 | 2024-12-20T22:54:43.280Z | ++ (( i < 5 )) |
1641 | 2024-12-20T22:54:43.280Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1642 | 2024-12-20T22:54:43.283Z | ++ (( i++ )) |
1643 | 2024-12-20T22:54:43.283Z | ++ (( i < 5 )) |
1644 | 2024-12-20T22:54:43.283Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1645 | 2024-12-20T22:54:43.285Z | ++ (( i++ )) |
1646 | 2024-12-20T22:54:43.285Z | ++ (( i < 5 )) |
1647 | 2024-12-20T22:54:43.286Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1648 | 2024-12-20T22:54:43.286Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1649 | 2024-12-20T22:54:43.286Z | + rc=0 |
1650 | 2024-12-20T22:54:43.286Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1651 | 2024-12-20T22:55:14.717Z | + case $rc in |
1652 | 2024-12-20T22:55:14.718Z | + pfexec zfs create -p rpool/images/build/host |
1653 | 2024-12-20T22:55:14.945Z | + pfexec zfs create -p rpool/images/build/recovery |
1654 | 2024-12-20T22:55:15.029Z | + cargo xtask releng --output-dir /work |
1655 | 2024-12-20T22:55:15.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1656 | 2024-12-20T22:55:15.569Z | Running `target/debug/xtask releng --output-dir /work` |
1657 | 2024-12-20T22:55:16.474Z | Compiling proc-macro2 v1.0.89 |
1658 | 2024-12-20T22:55:16.474Z | Compiling unicode-ident v1.0.13 |
1659 | 2024-12-20T22:55:16.478Z | Compiling libc v0.2.162 |
1660 | 2024-12-20T22:55:16.478Z | Compiling serde v1.0.215 |
1661 | 2024-12-20T22:55:16.478Z | Compiling autocfg v1.4.0 |
1662 | 2024-12-20T22:55:16.478Z | Compiling version_check v0.9.5 |
1663 | 2024-12-20T22:55:16.478Z | Compiling cfg-if v1.0.0 |
1664 | 2024-12-20T22:55:16.752Z | Compiling memchr v2.7.4 |
1665 | 2024-12-20T22:55:16.851Z | Compiling typenum v1.17.0 |
1666 | 2024-12-20T22:55:16.900Z | Compiling shlex v1.3.0 |
1667 | 2024-12-20T22:55:17.252Z | Compiling value-bag v1.9.0 |
1668 | 2024-12-20T22:55:17.323Z | Compiling scopeguard v1.2.0 |
1669 | 2024-12-20T22:55:17.379Z | Compiling generic-array v0.14.7 |
1670 | 2024-12-20T22:55:17.570Z | Compiling lock_api v0.4.12 |
1671 | 2024-12-20T22:55:17.790Z | Compiling log v0.4.22 |
1672 | 2024-12-20T22:55:17.828Z | Compiling parking_lot_core v0.9.10 |
1673 | 2024-12-20T22:55:18.213Z | Compiling rustix v0.38.37 |
1674 | 2024-12-20T22:55:18.254Z | Compiling serde_json v1.0.133 |
1675 | 2024-12-20T22:55:18.515Z | Compiling quote v1.0.37 |
1676 | 2024-12-20T22:55:18.576Z | Compiling libm v0.2.8 |
1677 | 2024-12-20T22:55:18.621Z | Compiling num-traits v0.2.19 |
1678 | 2024-12-20T22:55:18.823Z | Compiling jobserver v0.1.32 |
1679 | 2024-12-20T22:55:18.903Z | Compiling syn v2.0.87 |
1680 | 2024-12-20T22:55:18.923Z | Compiling getrandom v0.2.15 |
1681 | 2024-12-20T22:55:19.081Z | Compiling itoa v1.0.11 |
1682 | 2024-12-20T22:55:19.108Z | Compiling once_cell v1.20.2 |
1683 | 2024-12-20T22:55:19.212Z | Compiling cc v1.1.30 |
1684 | 2024-12-20T22:55:19.303Z | Compiling thiserror v1.0.69 |
1685 | 2024-12-20T22:55:19.418Z | Compiling spin v0.9.8 |
1686 | 2024-12-20T22:55:19.517Z | Compiling aho-corasick v1.1.3 |
1687 | 2024-12-20T22:55:19.541Z | Compiling regex-syntax v0.8.5 |
1688 | 2024-12-20T22:55:19.812Z | Compiling slab v0.4.9 |
1689 | 2024-12-20T22:55:19.972Z | Compiling errno v0.3.9 |
1690 | 2024-12-20T22:55:20.513Z | Compiling byteorder v1.5.0 |
1691 | 2024-12-20T22:55:20.816Z | Compiling lazy_static v1.5.0 |
1692 | 2024-12-20T22:55:20.978Z | Compiling rand_core v0.6.4 |
1693 | 2024-12-20T22:55:21.043Z | Compiling either v1.13.0 |
1694 | 2024-12-20T22:55:21.191Z | Compiling glob v0.3.1 |
1695 | 2024-12-20T22:55:21.462Z | Compiling prettyplease v0.2.25 |
1696 | 2024-12-20T22:55:21.550Z | Compiling subtle v2.6.1 |
1697 | 2024-12-20T22:55:21.910Z | Compiling minimal-lexical v0.2.1 |
1698 | 2024-12-20T22:55:21.984Z | Compiling clang-sys v1.8.1 |
1699 | 2024-12-20T22:55:22.029Z | Compiling libloading v0.8.5 |
1700 | 2024-12-20T22:55:22.404Z | Compiling nom v7.1.3 |
1701 | 2024-12-20T22:55:22.469Z | Compiling home v0.5.9 |
1702 | 2024-12-20T22:55:22.728Z | Compiling bindgen v0.69.5 |
1703 | 2024-12-20T22:55:23.168Z | Compiling itertools v0.10.5 |
1704 | 2024-12-20T22:55:23.402Z | Compiling rustc-hash v1.1.0 |
1705 | 2024-12-20T22:55:23.578Z | Compiling regex-automata v0.4.8 |
1706 | 2024-12-20T22:55:24.326Z | Compiling lazycell v1.3.0 |
1707 | 2024-12-20T22:55:24.604Z | Compiling cmake v0.1.51 |
1708 | 2024-12-20T22:55:25.576Z | Compiling semver v1.0.23 |
1709 | 2024-12-20T22:55:26.073Z | Compiling cexpr v0.6.0 |
1710 | 2024-12-20T22:55:26.097Z | Compiling fs_extra v1.3.0 |
1711 | 2024-12-20T22:55:26.123Z | Compiling smallvec v1.13.2 |
1712 | 2024-12-20T22:55:26.150Z | Compiling pkg-config v0.3.31 |
1713 | 2024-12-20T22:55:26.206Z | Compiling dunce v1.0.5 |
1714 | 2024-12-20T22:55:26.442Z | Compiling ring v0.17.8 |
1715 | 2024-12-20T22:55:26.797Z | Compiling ryu v1.0.18 |
1716 | 2024-12-20T22:55:27.127Z | Compiling synstructure v0.13.1 |
1717 | 2024-12-20T22:55:27.465Z | Compiling paste v1.0.15 |
1718 | 2024-12-20T22:55:27.590Z | Compiling httparse v1.9.5 |
1719 | 2024-12-20T22:55:28.203Z | Compiling aws-lc-rs v1.10.0 |
1720 | 2024-12-20T22:55:28.246Z | Compiling const-oid v0.9.6 |
1721 | 2024-12-20T22:55:28.667Z | Compiling pin-project-lite v0.2.14 |
1722 | 2024-12-20T22:55:28.810Z | Compiling heck v0.5.0 |
1723 | 2024-12-20T22:55:29.358Z | Compiling allocator-api2 v0.2.18 |
1724 | 2024-12-20T22:55:29.612Z | Compiling regex v1.11.1 |
1725 | 2024-12-20T22:55:30.225Z | Compiling futures-core v0.3.31 |
1726 | 2024-12-20T22:55:30.521Z | Compiling signal-hook-registry v1.4.2 |
1727 | 2024-12-20T22:55:30.906Z | Compiling time-core v0.1.2 |
1728 | 2024-12-20T22:55:31.027Z | Compiling crossbeam-utils v0.8.20 |
1729 | 2024-12-20T22:55:31.134Z | Compiling num-conv v0.1.0 |
1730 | 2024-12-20T22:55:31.271Z | Compiling schemars v0.8.21 |
1731 | 2024-12-20T22:55:31.499Z | Compiling time-macros v0.2.18 |
1732 | 2024-12-20T22:55:31.671Z | Compiling parking_lot v0.12.3 |
1733 | 2024-12-20T22:55:31.733Z | Compiling serde_derive_internals v0.29.1 |
1734 | 2024-12-20T22:55:32.069Z | Compiling mio v1.0.2 |
1735 | 2024-12-20T22:55:32.444Z | Compiling vcpkg v0.2.15 |
1736 | 2024-12-20T22:55:32.728Z | Compiling serde_derive v1.0.215 |
1737 | 2024-12-20T22:55:34.001Z | Compiling zeroize_derive v1.4.2 |
1738 | 2024-12-20T22:55:34.046Z | Compiling zerocopy-derive v0.7.35 |
1739 | 2024-12-20T22:55:34.097Z | Compiling tokio-macros v2.4.0 |
1740 | 2024-12-20T22:55:34.184Z | Compiling thiserror-impl v1.0.69 |
1741 | 2024-12-20T22:55:34.334Z | Compiling zerofrom-derive v0.1.4 |
1742 | 2024-12-20T22:55:34.630Z | Compiling yoke-derive v0.7.4 |
1743 | 2024-12-20T22:55:35.557Z | Compiling futures-macro v0.3.31 |
1744 | 2024-12-20T22:55:35.639Z | Compiling zeroize v1.8.1 |
1745 | 2024-12-20T22:55:36.173Z | Compiling zerovec-derive v0.10.3 |
1746 | 2024-12-20T22:55:36.400Z | Compiling displaydoc v0.2.5 |
1747 | 2024-12-20T22:55:37.474Z | Compiling zerocopy v0.7.35 |
1748 | 2024-12-20T22:55:37.632Z | Compiling crypto-common v0.1.6 |
1749 | 2024-12-20T22:55:37.870Z | Compiling icu_provider_macros v1.5.0 |
1750 | 2024-12-20T22:55:37.921Z | Compiling tracing-attributes v0.1.27 |
1751 | 2024-12-20T22:55:37.960Z | Compiling block-buffer v0.10.4 |
1752 | 2024-12-20T22:55:38.328Z | Compiling digest v0.10.7 |
1753 | 2024-12-20T22:55:38.841Z | Compiling der_derive v0.7.3 |
1754 | 2024-12-20T22:55:38.938Z | Compiling openssl-sys v0.9.103 |
1755 | 2024-12-20T22:55:39.219Z | Compiling schemars_derive v0.8.21 |
1756 | 2024-12-20T22:55:40.408Z | Compiling fnv v1.0.7 |
1757 | 2024-12-20T22:55:41.383Z | Compiling socket2 v0.5.7 |
1758 | 2024-12-20T22:55:42.645Z | Compiling ahash v0.8.11 |
1759 | 2024-12-20T22:55:42.984Z | Compiling cpufeatures v0.2.14 |
1760 | 2024-12-20T22:55:43.053Z | Compiling futures-sink v0.3.31 |
1761 | 2024-12-20T22:55:43.160Z | Compiling equivalent v1.0.1 |
1762 | 2024-12-20T22:55:43.253Z | Compiling foldhash v0.1.3 |
1763 | 2024-12-20T22:55:43.284Z | Compiling stable_deref_trait v1.2.0 |
1764 | 2024-12-20T22:55:43.486Z | Compiling hashbrown v0.15.1 |
1765 | 2024-12-20T22:55:43.775Z | Compiling slog v2.7.0 |
1766 | 2024-12-20T22:55:44.539Z | Compiling futures-channel v0.3.31 |
1767 | 2024-12-20T22:55:44.768Z | Compiling zerofrom v0.1.4 |
1768 | 2024-12-20T22:55:44.913Z | Compiling scroll_derive v0.12.0 |
1769 | 2024-12-20T22:55:44.939Z | Compiling openssl v0.10.66 |
1770 | 2024-12-20T22:55:45.101Z | Compiling pin-utils v0.1.0 |
1771 | 2024-12-20T22:55:45.170Z | Compiling futures-io v0.3.31 |
1772 | 2024-12-20T22:55:45.241Z | Compiling ucd-trie v0.1.7 |
1773 | 2024-12-20T22:55:45.241Z | Compiling futures-task v0.3.31 |
1774 | 2024-12-20T22:55:45.708Z | Compiling pest v2.7.14 |
1775 | 2024-12-20T22:55:45.904Z | Compiling futures-util v0.3.31 |
1776 | 2024-12-20T22:55:45.904Z | Compiling yoke v0.7.4 |
1777 | 2024-12-20T22:55:46.201Z | Compiling hmac v0.12.1 |
1778 | 2024-12-20T22:55:46.211Z | Compiling iana-time-zone v0.1.61 |
1779 | 2024-12-20T22:55:46.455Z | Compiling tinyvec_macros v0.1.1 |
1780 | 2024-12-20T22:55:46.636Z | Compiling tinyvec v1.8.0 |
1781 | 2024-12-20T22:55:46.702Z | Compiling zerovec v0.10.4 |
1782 | 2024-12-20T22:55:47.466Z | Compiling bitflags v2.6.0 |
1783 | 2024-12-20T22:55:47.965Z | Compiling bytes v1.8.0 |
1784 | 2024-12-20T22:55:49.963Z | Compiling tokio v1.40.0 |
1785 | 2024-12-20T22:55:50.093Z | Compiling indexmap v2.6.0 |
1786 | 2024-12-20T22:55:50.684Z | Compiling serde_tokenstream v0.2.2 |
1787 | 2024-12-20T22:55:52.351Z | Compiling http v1.1.0 |
1788 | 2024-12-20T22:55:53.360Z | Compiling which v4.4.2 |
1789 | 2024-12-20T22:55:53.670Z | Compiling rustc_version v0.4.1 |
1790 | 2024-12-20T22:55:53.931Z | Compiling uuid v1.11.0 |
1791 | 2024-12-20T22:55:54.433Z | Compiling pest_meta v2.7.14 |
1792 | 2024-12-20T22:55:54.890Z | Compiling chrono v0.4.38 |
1793 | 2024-12-20T22:55:54.950Z | Compiling block-padding v0.3.3 |
1794 | 2024-12-20T22:55:55.307Z | Compiling openssl-macros v0.1.1 |
1795 | 2024-12-20T22:55:56.330Z | Compiling native-tls v0.2.12 |
1796 | 2024-12-20T22:55:56.965Z | Compiling rustls v0.23.19 |
1797 | 2024-12-20T22:55:57.403Z | Compiling syn v1.0.109 |
1798 | 2024-12-20T22:55:58.115Z | Compiling pest_generator v2.7.14 |
1799 | 2024-12-20T22:55:58.809Z | Compiling inout v0.1.3 |
1800 | 2024-12-20T22:55:58.917Z | Compiling unicode-normalization v0.1.24 |
1801 | 2024-12-20T22:55:59.184Z | Compiling cipher v0.4.4 |
1802 | 2024-12-20T22:56:00.127Z | Compiling pest_derive v2.7.14 |
1803 | 2024-12-20T22:56:00.481Z | Compiling tinystr v0.7.6 |
1804 | 2024-12-20T22:56:01.026Z | Compiling sha2 v0.10.8 |
1805 | 2024-12-20T22:56:01.098Z | Compiling async-trait v0.1.83 |
1806 | 2024-12-20T22:56:01.985Z | Compiling usdt-impl v0.5.0 |
1807 | 2024-12-20T22:56:02.457Z | Compiling cookie v0.18.1 |
1808 | 2024-12-20T22:56:02.822Z | Compiling base64ct v1.6.0 |
1809 | 2024-12-20T22:56:03.522Z | Compiling litemap v0.7.3 |
1810 | 2024-12-20T22:56:03.998Z | Compiling writeable v0.5.5 |
1811 | 2024-12-20T22:56:04.993Z | Compiling unicode-bidi v0.3.17 |
1812 | 2024-12-20T22:56:05.261Z | Compiling dyn-clone v1.0.17 |
1813 | 2024-12-20T22:56:06.506Z | Compiling icu_locid v1.5.0 |
1814 | 2024-12-20T22:56:08.636Z | Compiling pem-rfc7468 v0.7.0 |
1815 | 2024-12-20T22:56:09.070Z | Compiling aws-lc-sys v0.22.0 |
1816 | 2024-12-20T22:56:09.331Z | Compiling scroll v0.12.0 |
1817 | 2024-12-20T22:56:10.073Z | Compiling ppv-lite86 v0.2.20 |
1818 | 2024-12-20T22:56:10.443Z | Compiling tracing-core v0.1.32 |
1819 | 2024-12-20T22:56:11.098Z | Compiling flagset v0.4.6 |
1820 | 2024-12-20T22:56:11.318Z | Compiling untrusted v0.7.1 |
1821 | 2024-12-20T22:56:11.540Z | Compiling camino v1.1.9 |
1822 | 2024-12-20T22:56:12.757Z | Compiling plain v0.2.3 |
1823 | 2024-12-20T22:56:13.011Z | Compiling rustls-pki-types v1.10.0 |
1824 | 2024-12-20T22:56:13.866Z | Compiling percent-encoding v2.3.1 |
1825 | 2024-12-20T22:56:14.392Z | Compiling goblin v0.8.2 |
1826 | 2024-12-20T22:56:14.528Z | Compiling der v0.7.9 |
1827 | 2024-12-20T22:56:14.852Z | Compiling tracing v0.1.40 |
1828 | 2024-12-20T22:56:15.668Z | Compiling rand_chacha v0.3.1 |
1829 | 2024-12-20T22:56:16.758Z | Compiling icu_provider v1.5.0 |
1830 | 2024-12-20T22:56:17.331Z | Compiling tokio-util v0.7.12 |
1831 | 2024-12-20T22:56:18.478Z | Compiling icu_locid_transform_data v1.5.0 |
1832 | 2024-12-20T22:56:18.620Z | Compiling untrusted v0.9.0 |
1833 | 2024-12-20T22:56:18.736Z | Compiling pretty-hex v0.4.1 |
1834 | 2024-12-20T22:56:18.895Z | Compiling rustls v0.22.4 |
1835 | 2024-12-20T22:56:18.985Z | Compiling rayon-core v1.12.1 |
1836 | 2024-12-20T22:56:19.149Z | Compiling powerfmt v0.2.0 |
1837 | 2024-12-20T22:56:19.210Z | Compiling mirai-annotations v1.12.0 |
1838 | 2024-12-20T22:56:19.594Z | Compiling icu_locid_transform v1.5.0 |
1839 | 2024-12-20T22:56:19.658Z | Compiling deranged v0.3.11 |
1840 | 2024-12-20T22:56:21.198Z | Compiling dof v0.3.0 |
1841 | 2024-12-20T22:56:22.260Z | Compiling spki v0.7.3 |
1842 | 2024-12-20T22:56:22.659Z | Compiling rand v0.8.5 |
1843 | 2024-12-20T22:56:23.211Z | Compiling dtrace-parser v0.2.0 |
1844 | 2024-12-20T22:56:24.520Z | Compiling salsa20 v0.10.2 |
1845 | 2024-12-20T22:56:24.573Z | Compiling icu_collections v1.5.0 |
1846 | 2024-12-20T22:56:24.897Z | Compiling pbkdf2 v0.12.2 |
1847 | 2024-12-20T22:56:26.137Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1848 | 2024-12-20T22:56:26.317Z | Compiling thread-id v4.2.2 |
1849 | 2024-12-20T22:56:26.978Z | Compiling icu_properties_data v1.5.0 |
1850 | 2024-12-20T22:56:27.064Z | Compiling num_threads v0.1.7 |
1851 | 2024-12-20T22:56:27.230Z | Compiling atomic-waker v1.1.2 |
1852 | 2024-12-20T22:56:27.717Z | Compiling icu_properties v1.5.1 |
1853 | 2024-12-20T22:56:27.759Z | Compiling time v0.3.36 |
1854 | 2024-12-20T22:56:31.929Z | Compiling scrypt v0.11.0 |
1855 | 2024-12-20T22:56:32.445Z | Compiling form_urlencoded v1.2.1 |
1856 | 2024-12-20T22:56:32.497Z | Compiling aes v0.8.4 |
1857 | 2024-12-20T22:56:32.721Z | Compiling cbc v0.1.2 |
1858 | 2024-12-20T22:56:32.960Z | Compiling http-body v1.0.1 |
1859 | 2024-12-20T22:56:33.731Z | Compiling multer v3.1.0 |
1860 | 2024-12-20T22:56:33.737Z | Compiling utf8_iter v1.0.4 |
1861 | 2024-12-20T22:56:33.737Z | Compiling write16 v1.0.0 |
1862 | 2024-12-20T22:56:33.742Z | Compiling utf16_iter v1.0.5 |
1863 | 2024-12-20T22:56:33.907Z | Compiling try-lock v0.2.5 |
1864 | 2024-12-20T22:56:34.000Z | Compiling icu_normalizer_data v1.5.0 |
1865 | 2024-12-20T22:56:34.155Z | Compiling slog-async v2.8.0 |
1866 | 2024-12-20T22:56:34.255Z | Compiling icu_normalizer v1.5.0 |
1867 | 2024-12-20T22:56:34.314Z | Compiling want v0.3.1 |
1868 | 2024-12-20T22:56:36.384Z | Compiling pkcs5 v0.7.1 |
1869 | 2024-12-20T22:56:40.127Z | Compiling h2 v0.4.6 |
1870 | 2024-12-20T22:56:41.836Z | Compiling heapless v0.7.17 |
1871 | 2024-12-20T22:56:42.379Z | Compiling zerocopy-derive v0.6.6 |
1872 | 2024-12-20T22:56:42.751Z | Compiling signal-hook v0.3.17 |
1873 | 2024-12-20T22:56:43.007Z | Compiling httpdate v1.0.3 |
1874 | 2024-12-20T22:56:43.133Z | Compiling base64 v0.22.1 |
1875 | 2024-12-20T22:56:43.833Z | Compiling num-bigint-dig v0.8.4 |
1876 | 2024-12-20T22:56:44.145Z | Compiling anyhow v1.0.93 |
1877 | 2024-12-20T22:56:44.841Z | Compiling pkcs8 v0.10.2 |
1878 | 2024-12-20T22:56:45.378Z | Compiling idna_adapter v1.2.0 |
1879 | 2024-12-20T22:56:45.918Z | Compiling usdt-macro v0.5.0 |
1880 | 2024-12-20T22:56:46.377Z | Compiling usdt-attr-macro v0.5.0 |
1881 | 2024-12-20T22:56:48.079Z | Compiling async-stream-impl v0.3.6 |
1882 | 2024-12-20T22:56:48.125Z | Compiling rustversion v1.0.17 |
1883 | 2024-12-20T22:56:48.785Z | Compiling tower-service v0.3.3 |
1884 | 2024-12-20T22:56:48.943Z | Compiling hyper v1.5.0 |
1885 | 2024-12-20T22:56:49.539Z | Compiling strsim v0.11.1 |
1886 | 2024-12-20T22:56:50.525Z | Compiling idna v1.0.3 |
1887 | 2024-12-20T22:56:52.133Z | Compiling hyper-util v0.1.10 |
1888 | 2024-12-20T22:56:56.785Z | Compiling curve25519-dalek v4.1.3 |
1889 | 2024-12-20T22:56:57.248Z | Compiling openapiv3 v2.0.0 |
1890 | 2024-12-20T22:56:58.179Z | Compiling toml_datetime v0.6.8 |
1891 | 2024-12-20T22:56:58.789Z | Compiling serde_spanned v0.6.8 |
1892 | 2024-12-20T22:56:59.053Z | Compiling enum-as-inner v0.6.1 |
1893 | 2024-12-20T22:56:59.145Z | Compiling dropshot v0.12.0 |
1894 | 2024-12-20T22:56:59.663Z | Compiling adler2 v2.0.0 |
1895 | 2024-12-20T22:56:59.907Z | Compiling portable-atomic v1.9.0 |
1896 | 2024-12-20T22:57:00.230Z | Compiling foreign-types-shared v0.1.1 |
1897 | 2024-12-20T22:57:00.310Z | Compiling smoltcp v0.9.1 |
1898 | 2024-12-20T22:57:01.025Z | Compiling newtype-uuid v1.1.3 |
1899 | 2024-12-20T22:57:01.138Z | Compiling match_cfg v0.1.0 |
1900 | 2024-12-20T22:57:01.777Z | Compiling heck v0.4.1 |
1901 | 2024-12-20T22:57:02.063Z | Compiling foreign-types v0.3.2 |
1902 | 2024-12-20T22:57:02.185Z | Compiling hostname v0.3.1 |
1903 | 2024-12-20T22:57:02.259Z | Compiling miniz_oxide v0.8.0 |
1904 | 2024-12-20T22:57:03.718Z | Compiling url v2.5.3 |
1905 | 2024-12-20T22:57:11.193Z | Compiling http-body-util v0.1.2 |
1906 | 2024-12-20T22:57:12.031Z | Compiling clap_derive v4.5.18 |
1907 | 2024-12-20T22:57:12.266Z | Compiling dirs-sys-next v0.1.2 |
1908 | 2024-12-20T22:57:12.890Z | Compiling encoding_rs v0.8.34 |
1909 | 2024-12-20T22:57:14.960Z | Compiling siphasher v0.3.11 |
1910 | 2024-12-20T22:57:15.991Z | Compiling data-encoding v2.6.0 |
1911 | 2024-12-20T22:57:17.222Z | Compiling mime v0.3.17 |
1912 | 2024-12-20T22:57:18.520Z | Compiling dirs-next v2.0.0 |
1913 | 2024-12-20T22:57:24.761Z | Compiling serde_urlencoded v0.7.1 |
1914 | 2024-12-20T22:57:25.037Z | Compiling crossbeam-epoch v0.9.18 |
1915 | 2024-12-20T22:57:25.417Z | Compiling hashbrown v0.14.5 |
1916 | 2024-12-20T22:57:25.771Z | Compiling hubpack_derive v0.1.1 |
1917 | 2024-12-20T22:57:26.655Z | Compiling rustls-pemfile v2.2.0 |
1918 | 2024-12-20T22:57:26.829Z | Compiling dropshot_endpoint v0.12.0 |
1919 | 2024-12-20T22:57:27.151Z | Compiling rustls-webpki v0.102.8 |
1920 | 2024-12-20T22:57:28.355Z | Compiling sha1 v0.10.6 |
1921 | 2024-12-20T22:57:28.358Z | Compiling signature v2.2.0 |
1922 | 2024-12-20T22:57:28.601Z | Compiling curve25519-dalek-derive v0.1.1 |
1923 | 2024-12-20T22:57:28.872Z | Compiling thread_local v1.1.8 |
1924 | 2024-12-20T22:57:29.115Z | Compiling fs-err v2.11.0 |
1925 | 2024-12-20T22:57:29.937Z | Compiling openssl-probe v0.1.5 |
1926 | 2024-12-20T22:57:30.006Z | Compiling utf8parse v0.2.2 |
1927 | 2024-12-20T22:57:30.189Z | Compiling unicode-properties v0.1.3 |
1928 | 2024-12-20T22:57:30.605Z | Compiling ipnet v2.10.1 |
1929 | 2024-12-20T22:57:30.952Z | Compiling winnow v0.6.20 |
1930 | 2024-12-20T22:57:31.633Z | Compiling gimli v0.31.1 |
1931 | 2024-12-20T22:57:32.934Z | Compiling anstyle v1.0.10 |
1932 | 2024-12-20T22:57:33.699Z | Compiling stringprep v0.1.5 |
1933 | 2024-12-20T22:57:33.966Z | Compiling anstyle-parse v0.2.5 |
1934 | 2024-12-20T22:57:34.611Z | Compiling toml_edit v0.22.22 |
1935 | 2024-12-20T22:57:36.203Z | Compiling regress v0.10.1 |
1936 | 2024-12-20T22:57:36.860Z | Compiling addr2line v0.24.2 |
1937 | 2024-12-20T22:57:37.537Z | Compiling crossbeam-deque v0.8.5 |
1938 | 2024-12-20T22:57:37.897Z | Compiling term v0.7.0 |
1939 | 2024-12-20T22:57:39.175Z | Compiling slog-json v2.6.1 |
1940 | 2024-12-20T22:57:40.384Z | Compiling crossbeam-channel v0.5.13 |
1941 | 2024-12-20T22:57:41.860Z | Compiling idna v0.3.0 |
1942 | 2024-12-20T22:57:42.455Z | Compiling idna v0.4.0 |
1943 | 2024-12-20T22:57:43.523Z | Compiling futures-executor v0.3.31 |
1944 | 2024-12-20T22:57:43.930Z | Compiling num-integer v0.1.46 |
1945 | 2024-12-20T22:57:44.011Z | Compiling md-5 v0.10.6 |
1946 | 2024-12-20T22:57:44.093Z | Compiling ff v0.13.0 |
1947 | 2024-12-20T22:57:44.254Z | Compiling hash32 v0.2.1 |
1948 | 2024-12-20T22:57:44.341Z | Compiling is-terminal v0.4.13 |
1949 | 2024-12-20T22:57:44.488Z | Compiling memmap v0.7.0 |
1950 | 2024-12-20T22:57:44.646Z | Compiling object v0.36.5 |
1951 | 2024-12-20T22:57:44.672Z | Compiling is_terminal_polyfill v1.70.1 |
1952 | 2024-12-20T22:57:44.815Z | Compiling utf-8 v0.7.6 |
1953 | 2024-12-20T22:57:44.838Z | Compiling colorchoice v1.0.2 |
1954 | 2024-12-20T22:57:45.034Z | Compiling psl-types v2.0.11 |
1955 | 2024-12-20T22:57:45.280Z | Compiling take_mut v0.2.2 |
1956 | 2024-12-20T22:57:45.366Z | Compiling base16ct v0.2.0 |
1957 | 2024-12-20T22:57:45.455Z | Compiling rustc-demangle v0.1.24 |
1958 | 2024-12-20T22:57:45.677Z | Compiling fallible-iterator v0.2.0 |
1959 | 2024-12-20T22:57:45.784Z | Compiling linked-hash-map v0.5.6 |
1960 | 2024-12-20T22:57:46.183Z | Compiling anstyle-query v1.1.1 |
1961 | 2024-12-20T22:57:46.350Z | Compiling quick-error v1.2.3 |
1962 | 2024-12-20T22:57:46.353Z | Compiling anstream v0.6.15 |
1963 | 2024-12-20T22:57:46.418Z | Compiling postgres-protocol v0.6.7 |
1964 | 2024-12-20T22:57:46.507Z | Compiling resolv-conf v0.7.0 |
1965 | 2024-12-20T22:57:47.022Z | Compiling lru-cache v0.1.2 |
1966 | 2024-12-20T22:57:47.188Z | Compiling sec1 v0.7.3 |
1967 | 2024-12-20T22:57:47.664Z | Compiling publicsuffix v2.2.3 |
1968 | 2024-12-20T22:57:47.943Z | Compiling tungstenite v0.24.0 |
1969 | 2024-12-20T22:57:48.100Z | Compiling usdt v0.5.0 |
1970 | 2024-12-20T22:57:48.237Z | Compiling slog-term v2.9.1 |
1971 | 2024-12-20T22:57:48.590Z | Compiling num-iter v0.1.45 |
1972 | 2024-12-20T22:57:48.806Z | Compiling group v0.13.0 |
1973 | 2024-12-20T22:57:49.129Z | Compiling futures v0.3.31 |
1974 | 2024-12-20T22:57:49.378Z | Compiling hickory-proto v0.24.1 |
1975 | 2024-12-20T22:57:50.845Z | Compiling tokio-rustls v0.26.0 |
1976 | 2024-12-20T22:57:51.325Z | Compiling typify-impl v0.2.0 |
1977 | 2024-12-20T22:57:51.878Z | Compiling tokio-rustls v0.25.0 |
1978 | 2024-12-20T22:57:51.972Z | Compiling backtrace v0.3.74 |
1979 | 2024-12-20T22:57:52.329Z | Compiling slog-bunyan v2.5.0 |
1980 | 2024-12-20T22:57:52.553Z | Compiling toml v0.8.19 |
1981 | 2024-12-20T22:57:52.598Z | Compiling tokio-native-tls v0.3.1 |
1982 | 2024-12-20T22:57:52.911Z | Compiling phf_shared v0.11.2 |
1983 | 2024-12-20T22:57:53.047Z | Compiling strum_macros v0.25.3 |
1984 | 2024-12-20T22:57:53.625Z | Compiling async-stream v0.3.6 |
1985 | 2024-12-20T22:57:54.182Z | Compiling waitgroup v0.1.2 |
1986 | 2024-12-20T22:57:54.283Z | Compiling webpki-roots v0.26.6 |
1987 | 2024-12-20T22:57:54.586Z | Compiling idna v0.5.0 |
1988 | 2024-12-20T22:57:54.913Z | Compiling terminal_size v0.4.0 |
1989 | 2024-12-20T22:57:55.159Z | Compiling serde_path_to_error v0.1.16 |
1990 | 2024-12-20T22:57:56.155Z | Compiling hkdf v0.12.4 |
1991 | 2024-12-20T22:57:56.405Z | Compiling crypto-bigint v0.5.5 |
1992 | 2024-12-20T22:57:56.599Z | Compiling derive-where v1.2.7 |
1993 | 2024-12-20T22:57:56.618Z | Compiling serde_repr v0.1.19 |
1994 | 2024-12-20T22:57:57.877Z | Compiling hostname v0.4.0 |
1995 | 2024-12-20T22:57:58.114Z | Compiling crc32fast v1.4.2 |
1996 | 2024-12-20T22:57:58.720Z | Compiling debug-ignore v1.0.5 |
1997 | 2024-12-20T22:57:58.800Z | Compiling managed v0.8.0 |
1998 | 2024-12-20T22:57:59.166Z | Compiling winnow v0.5.40 |
1999 | 2024-12-20T22:57:59.269Z | Compiling bitflags v1.3.2 |
2000 | 2024-12-20T22:57:59.385Z | Compiling clap_lex v0.7.2 |
2001 | 2024-12-20T22:57:59.751Z | Compiling unicode-width v0.1.14 |
2002 | 2024-12-20T22:57:59.909Z | Compiling clap_builder v4.5.21 |
2003 | 2024-12-20T22:58:00.056Z | Compiling elliptic-curve v0.13.8 |
2004 | 2024-12-20T22:58:00.338Z | Compiling console v0.15.8 |
2005 | 2024-12-20T22:58:01.689Z | Compiling flate2 v1.0.34 |
2006 | 2024-12-20T22:58:02.787Z | Compiling toml_edit v0.19.15 |
2007 | 2024-12-20T22:58:02.887Z | Compiling cookie_store v0.21.0 |
2008 | 2024-12-20T22:58:03.341Z | Compiling typify-macro v0.2.0 |
2009 | 2024-12-20T22:58:04.615Z | Compiling hickory-resolver v0.24.1 |
2010 | 2024-12-20T22:58:08.731Z | Compiling hyper-rustls v0.27.3 |
2011 | 2024-12-20T22:58:09.807Z | Compiling phf v0.11.2 |
2012 | 2024-12-20T22:58:10.118Z | Compiling hyper-tls v0.6.0 |
2013 | 2024-12-20T22:58:10.526Z | Compiling signal-hook-mio v0.2.4 |
2014 | 2024-12-20T22:58:10.578Z | Compiling rayon v1.10.0 |
2015 | 2024-12-20T22:58:10.712Z | Compiling bzip2 v0.4.4 |
2016 | 2024-12-20T22:58:10.814Z | Compiling tokio-tungstenite v0.24.0 |
2017 | 2024-12-20T22:58:11.101Z | Compiling postgres-types v0.2.8 |
2018 | 2024-12-20T22:58:11.532Z | Compiling ed25519 v2.2.3 |
2019 | 2024-12-20T22:58:11.798Z | Compiling hubpack v0.1.2 |
2020 | 2024-12-20T22:58:11.818Z | Compiling phf_shared v0.10.0 |
2021 | 2024-12-20T22:58:12.254Z | Compiling pkcs1 v0.7.5 |
2022 | 2024-12-20T22:58:12.375Z | Compiling zerocopy v0.6.6 |
2023 | 2024-12-20T22:58:12.480Z | Compiling tokio-stream v0.1.16 |
2024 | 2024-12-20T22:58:13.358Z | Compiling serde-big-array v0.5.1 |
2025 | 2024-12-20T22:58:13.559Z | Compiling rfc6979 v0.4.0 |
2026 | 2024-12-20T22:58:13.612Z | Compiling float-cmp v0.9.0 |
2027 | 2024-12-20T22:58:13.774Z | Compiling sync_wrapper v1.0.1 |
2028 | 2024-12-20T22:58:13.949Z | Compiling bstr v1.10.0 |
2029 | 2024-12-20T22:58:14.080Z | Compiling fixedbitset v0.4.2 |
2030 | 2024-12-20T22:58:14.391Z | Compiling normalize-line-endings v0.3.0 |
2031 | 2024-12-20T22:58:14.509Z | Compiling unicode-width v0.2.0 |
2032 | 2024-12-20T22:58:14.533Z | Compiling static_assertions v1.1.0 |
2033 | 2024-12-20T22:58:15.062Z | Compiling unicode-segmentation v1.12.0 |
2034 | 2024-12-20T22:58:15.085Z | Compiling predicates-core v1.0.8 |
2035 | 2024-12-20T22:58:15.416Z | Compiling precomputed-hash v0.1.1 |
2036 | 2024-12-20T22:58:15.559Z | Compiling difflib v0.4.0 |
2037 | 2024-12-20T22:58:15.958Z | Compiling number_prefix v0.4.0 |
2038 | 2024-12-20T22:58:16.006Z | Compiling new_debug_unreachable v1.0.6 |
2039 | 2024-12-20T22:58:16.216Z | Compiling bit-vec v0.6.3 |
2040 | 2024-12-20T22:58:16.650Z | Compiling whoami v1.5.2 |
2041 | 2024-12-20T22:58:16.824Z | Compiling bit-set v0.5.3 |
2042 | 2024-12-20T22:58:17.134Z | Compiling tokio-postgres v0.7.12 |
2043 | 2024-12-20T22:58:17.217Z | Compiling reqwest v0.12.9 |
2044 | 2024-12-20T22:58:17.319Z | Compiling indicatif v0.17.9 |
2045 | 2024-12-20T22:58:17.852Z | Compiling string_cache v0.8.7 |
2046 | 2024-12-20T22:58:18.297Z | Compiling predicates v3.1.2 |
2047 | 2024-12-20T22:58:19.212Z | Compiling similar v2.6.0 |
2048 | 2024-12-20T22:58:20.796Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2049 | 2024-12-20T22:58:21.268Z | Compiling petgraph v0.6.5 |
2050 | 2024-12-20T22:58:22.502Z | Compiling ecdsa v0.16.9 |
2051 | 2024-12-20T22:58:23.543Z | Compiling qorb v0.2.1 |
2052 | 2024-12-20T22:58:25.485Z | Compiling rsa v0.9.6 |
2053 | 2024-12-20T22:58:26.237Z | Compiling ed25519-dalek v2.1.1 |
2054 | 2024-12-20T22:58:26.777Z | Compiling zip v0.6.6 |
2055 | 2024-12-20T22:58:27.134Z | Compiling crossterm v0.28.1 |
2056 | 2024-12-20T22:58:27.225Z | Compiling toml v0.7.8 |
2057 | 2024-12-20T22:58:27.720Z | Compiling clap v4.5.21 |
2058 | 2024-12-20T22:58:29.725Z | Compiling x509-cert v0.2.5 |
2059 | 2024-12-20T22:58:30.852Z | Compiling hex v0.4.3 |
2060 | 2024-12-20T22:58:33.079Z | Compiling radium v0.7.0 |
2061 | 2024-12-20T22:58:34.048Z | Compiling unicode-xid v0.2.6 |
2062 | 2024-12-20T22:58:34.315Z | Compiling lalrpop-util v0.19.12 |
2063 | 2024-12-20T22:58:35.726Z | Compiling peg-runtime v0.8.3 |
2064 | 2024-12-20T22:58:36.261Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2065 | 2024-12-20T22:58:53.585Z | Compiling tap v1.0.1 |
2066 | 2024-12-20T22:58:54.849Z | Compiling ident_case v1.0.1 |
2067 | 2024-12-20T22:58:54.915Z | Compiling maybe-uninit v2.0.0 |
2068 | 2024-12-20T22:58:55.057Z | Compiling darling_core v0.20.10 |
2069 | 2024-12-20T22:58:55.485Z | Compiling wyz v0.5.1 |
2070 | 2024-12-20T22:59:03.998Z | Compiling typify v0.2.0 |
2071 | 2024-12-20T22:59:08.073Z | Compiling unsafe-libyaml v0.2.11 |
2072 | 2024-12-20T22:59:08.136Z | Compiling packed_struct v0.10.1 |
2073 | 2024-12-20T22:59:08.139Z | Compiling funty v2.0.0 |
2074 | 2024-12-20T22:59:10.148Z | Compiling serde_yaml v0.9.34+deprecated |
2075 | 2024-12-20T22:59:11.725Z | Compiling bitvec v1.0.1 |
2076 | 2024-12-20T22:59:14.194Z | Compiling progenitor-impl v0.8.0 |
2077 | 2024-12-20T22:59:16.234Z | Compiling darling_macro v0.20.10 |
2078 | 2024-12-20T22:59:19.620Z | Compiling ipnetwork v0.20.0 |
2079 | 2024-12-20T22:59:20.073Z | Compiling packed_struct_codegen v0.10.1 |
2080 | 2024-12-20T22:59:21.058Z | Compiling structmeta-derive v0.3.0 |
2081 | 2024-12-20T22:59:21.104Z | Compiling indexmap v1.9.3 |
2082 | 2024-12-20T22:59:21.418Z | Compiling fastrand v2.1.1 |
2083 | 2024-12-20T22:59:22.629Z | Compiling crc-catalog v2.4.0 |
2084 | 2024-12-20T22:59:22.806Z | Compiling nodrop v0.1.14 |
2085 | 2024-12-20T22:59:23.770Z | Compiling structmeta v0.3.0 |
2086 | 2024-12-20T22:59:23.773Z | Compiling array-init v0.0.4 |
2087 | 2024-12-20T22:59:25.093Z | Compiling crc v3.2.1 |
2088 | 2024-12-20T22:59:25.862Z | Compiling tempfile v3.13.0 |
2089 | 2024-12-20T22:59:26.374Z | Compiling progenitor-macro v0.8.0 |
2090 | 2024-12-20T22:59:26.734Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2091 | 2024-12-20T22:59:30.624Z | Compiling darling v0.20.10 |
2092 | 2024-12-20T22:59:31.132Z | Compiling smallvec v0.6.14 |
2093 | 2024-12-20T22:59:38.148Z | Compiling progenitor-client v0.8.0 |
2094 | 2024-12-20T22:59:39.755Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2095 | 2024-12-20T22:59:40.716Z | Compiling pin-project-internal v1.1.6 |
2096 | 2024-12-20T22:59:40.798Z | Compiling dropshot v0.13.0 |
2097 | 2024-12-20T22:59:41.114Z | Compiling hashbrown v0.12.3 |
2098 | 2024-12-20T22:59:43.245Z | Compiling bitfield v0.14.0 |
2099 | 2024-12-20T22:59:43.765Z | Compiling same-file v1.0.6 |
2100 | 2024-12-20T22:59:43.794Z | Compiling base64 v0.21.7 |
2101 | 2024-12-20T22:59:43.931Z | Compiling termcolor v1.4.1 |
2102 | 2024-12-20T22:59:44.825Z | Compiling env_logger v0.10.2 |
2103 | 2024-12-20T22:59:47.998Z | Compiling ron v0.8.1 |
2104 | 2024-12-20T22:59:53.020Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2105 | 2024-12-20T22:59:53.532Z | Compiling pin-project v1.1.6 |
2106 | 2024-12-20T22:59:53.690Z | Compiling walkdir v2.5.0 |
2107 | 2024-12-20T22:59:59.064Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2108 | 2024-12-20T23:00:00.847Z | Compiling progenitor v0.8.0 |
2109 | 2024-12-20T23:00:01.789Z | Compiling serde-hex v0.1.0 |
2110 | 2024-12-20T23:00:02.122Z | Compiling serde_with_macros v3.11.0 |
2111 | 2024-12-20T23:00:02.291Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2112 | 2024-12-20T23:00:02.642Z | Compiling parse-display-derive v0.10.0 |
2113 | 2024-12-20T23:00:04.756Z | Compiling strum_macros v0.26.4 |
2114 | 2024-12-20T23:00:05.706Z | Compiling snafu-derive v0.8.5 |
2115 | 2024-12-20T23:00:06.593Z | Compiling hashbrown v0.13.2 |
2116 | 2024-12-20T23:00:07.015Z | Compiling xattr v1.3.1 |
2117 | 2024-12-20T23:00:07.364Z | Compiling dropshot_endpoint v0.13.0 |
2118 | 2024-12-20T23:00:08.048Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2119 | 2024-12-20T23:00:08.789Z | Compiling blake3 v1.5.4 |
2120 | 2024-12-20T23:00:09.261Z | Compiling ring v0.16.20 |
2121 | 2024-12-20T23:00:09.400Z | Compiling filetime v0.2.25 |
2122 | 2024-12-20T23:00:09.757Z | Compiling instant v0.1.13 |
2123 | 2024-12-20T23:00:09.972Z | Compiling crc-any v2.5.0 |
2124 | 2024-12-20T23:00:10.585Z | Compiling simd-adler32 v0.3.7 |
2125 | 2024-12-20T23:00:10.944Z | Compiling buf-list v1.0.3 |
2126 | 2024-12-20T23:00:11.007Z | Compiling lockfree-object-pool v0.1.6 |
2127 | 2024-12-20T23:00:11.342Z | Compiling zip v2.1.3 |
2128 | 2024-12-20T23:00:11.477Z | Compiling bumpalo v3.16.0 |
2129 | 2024-12-20T23:00:11.571Z | Compiling snafu v0.8.5 |
2130 | 2024-12-20T23:00:11.730Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2131 | 2024-12-20T23:00:12.037Z | Compiling zopfli v0.8.1 |
2132 | 2024-12-20T23:00:12.662Z | Compiling backoff v0.4.0 |
2133 | 2024-12-20T23:00:12.811Z | Compiling tar v0.4.42 |
2134 | 2024-12-20T23:00:13.728Z | Compiling strum v0.26.3 |
2135 | 2024-12-20T23:00:13.942Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2136 | 2024-12-20T23:00:14.183Z | Compiling object v0.30.4 |
2137 | 2024-12-20T23:00:16.402Z | Compiling parse-display v0.10.0 |
2138 | 2024-12-20T23:00:17.728Z | Compiling serde_with v3.11.0 |
2139 | 2024-12-20T23:00:18.376Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2140 | 2024-12-20T23:00:18.626Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2141 | 2024-12-20T23:00:19.373Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2142 | 2024-12-20T23:00:19.911Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2143 | 2024-12-20T23:00:20.617Z | Compiling camino-tempfile v1.1.1 |
2144 | 2024-12-20T23:00:21.429Z | Compiling globset v0.4.15 |
2145 | 2024-12-20T23:00:22.085Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2146 | 2024-12-20T23:00:22.285Z | Compiling regress v0.9.1 |
2147 | 2024-12-20T23:00:26.899Z | Compiling pem v3.0.4 |
2148 | 2024-12-20T23:00:27.148Z | Compiling olpc-cjson v0.1.4 |
2149 | 2024-12-20T23:00:27.510Z | Compiling serde_plain v1.0.2 |
2150 | 2024-12-20T23:00:27.533Z | Compiling macaddr v1.0.1 |
2151 | 2024-12-20T23:00:28.057Z | Compiling async-recursion v1.1.1 |
2152 | 2024-12-20T23:00:28.186Z | Compiling memmap2 v0.9.5 |
2153 | 2024-12-20T23:00:28.412Z | Compiling arrayref v0.3.9 |
2154 | 2024-12-20T23:00:28.584Z | Compiling constant_time_eq v0.3.1 |
2155 | 2024-12-20T23:00:28.766Z | Compiling arrayvec v0.7.6 |
2156 | 2024-12-20T23:00:28.786Z | Compiling typed-path v0.9.3 |
2157 | 2024-12-20T23:00:29.098Z | Compiling spin v0.5.2 |
2158 | 2024-12-20T23:00:29.283Z | Compiling path-slash v0.1.5 |
2159 | 2024-12-20T23:00:29.502Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2160 | 2024-12-20T23:00:31.281Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2161 | 2024-12-20T23:00:31.663Z | Compiling tough v0.19.0 |
2162 | 2024-12-20T23:00:36.399Z | Compiling itertools v0.13.0 |
2163 | 2024-12-20T23:00:36.860Z | Compiling cargo-platform v0.1.8 |
2164 | 2024-12-20T23:00:37.259Z | Compiling topological-sort v0.2.2 |
2165 | 2024-12-20T23:00:37.559Z | Compiling parse-size v1.1.0 |
2166 | 2024-12-20T23:00:37.897Z | Compiling omicron-zone-package v0.11.1 |
2167 | 2024-12-20T23:00:37.976Z | Compiling cargo_metadata v0.18.1 |
2168 | 2024-12-20T23:00:38.048Z | Compiling shell-words v1.1.0 |
2169 | 2024-12-20T23:00:46.043Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2170 | 2024-12-20T23:00:57.499Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2171 | 2024-12-20T23:01:12.126Z | Finished `release` profile [optimized] target(s) in 5m 56s |
2172 | 2024-12-20T23:01:12.289Z | Running `target/release/omicron-releng --output-dir /work` |
2173 | 2024-12-20T23:01:12.337Z | Dec 20 23:01:11.554 DEBG changing working directory to /work/oxidecomputer/omicron |
2174 | 2024-12-20T23:01:12.442Z | Dec 20 23:01:11.660 DEBG running: git rev-parse HEAD |
2175 | 2024-12-20T23:01:12.447Z | Dec 20 23:01:11.667 DEBG process exited with exit status: 0 (6.801782ms) |
2176 | 2024-12-20T23:01:12.447Z | Dec 20 23:01:11.667 INFO version: 12.0.0-0.ci+git3aafc3f0544 |
2177 | 2024-12-20T23:01:12.492Z | Dec 20 23:01:11.712 INFO cloning helios to /work/oxidecomputer/helios |
2178 | 2024-12-20T23:01:12.492Z | Dec 20 23:01:11.712 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2179 | 2024-12-20T23:01:12.497Z | Cloning into '/work/oxidecomputer/helios'... |
2180 | 2024-12-20T23:01:13.137Z | Dec 20 23:01:12.357 DEBG process exited with exit status: 0 (645.228255ms) |
2181 | 2024-12-20T23:01:13.137Z | Dec 20 23:01:12.357 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2182 | 2024-12-20T23:01:13.145Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2183 | 2024-12-20T23:01:13.145Z | # branch.head master |
2184 | 2024-12-20T23:01:13.145Z | # branch.upstream origin/master |
2185 | 2024-12-20T23:01:13.145Z | # branch.ab +0 -0 |
2186 | 2024-12-20T23:01:13.148Z | Dec 20 23:01:12.365 DEBG process exited with exit status: 0 (8.055865ms) |
2187 | 2024-12-20T23:01:13.148Z | Dec 20 23:01:12.365 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2188 | 2024-12-20T23:01:14.023Z | Dec 20 23:01:13.243 DEBG process exited with exit status: 0 (877.287346ms) |
2189 | 2024-12-20T23:01:14.023Z | Dec 20 23:01:13.243 DEBG running: zfs list rpool/images/build/host |
2190 | 2024-12-20T23:01:14.029Z | NAME USED AVAIL REFER MOUNTPOINT |
2191 | 2024-12-20T23:01:14.029Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2192 | 2024-12-20T23:01:14.032Z | Dec 20 23:01:13.250 DEBG process exited with exit status: 0 (7.429378ms) |
2193 | 2024-12-20T23:01:14.032Z | Dec 20 23:01:13.250 DEBG running: zfs list rpool/images/build/recovery |
2194 | 2024-12-20T23:01:14.036Z | NAME USED AVAIL REFER MOUNTPOINT |
2195 | 2024-12-20T23:01:14.036Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2196 | 2024-12-20T23:01:14.038Z | Dec 20 23:01:13.257 DEBG process exited with exit status: 0 (6.302709ms) |
2197 | 2024-12-20T23:01:14.038Z | Dec 20 23:01:13.257 INFO [hubris-staging] running task |
2198 | 2024-12-20T23:01:14.038Z | Dec 20 23:01:13.258 INFO [hubris-production] running task |
2199 | 2024-12-20T23:01:14.038Z | Dec 20 23:01:13.258 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 |
2200 | 2024-12-20T23:01:14.041Z | Dec 20 23:01:13.261 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2201 | 2024-12-20T23:01:14.110Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2202 | 2024-12-20T23:01:14.525Z | [ omicron-package] Blocking waiting for file lock on package cache |
2203 | 2024-12-20T23:01:15.177Z | [ omicron-package] Blocking waiting for file lock on package cache |
2204 | 2024-12-20T23:01:15.447Z | [ omicron-package] Blocking waiting for file lock on package cache |
2205 | 2024-12-20T23:01:15.855Z | Dec 20 23:01:15.075 INFO [hubris-production] task succeeded (1.817600158s) |
2206 | 2024-12-20T23:01:16.300Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2207 | 2024-12-20T23:01:16.303Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2208 | 2024-12-20T23:01:16.303Z | [ omicron-package] Compiling itertools v0.13.0 |
2209 | 2024-12-20T23:01:16.303Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2210 | 2024-12-20T23:01:16.303Z | [ omicron-package] Compiling heapless v0.8.0 |
2211 | 2024-12-20T23:01:16.303Z | [ omicron-package] Compiling hash32 v0.3.1 |
2212 | 2024-12-20T23:01:16.303Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2213 | 2024-12-20T23:01:16.303Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2214 | 2024-12-20T23:01:17.643Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2215 | 2024-12-20T23:01:17.773Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2216 | 2024-12-20T23:01:17.881Z | [ omicron-package] Compiling cobs v0.2.3 |
2217 | 2024-12-20T23:01:18.079Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2218 | 2024-12-20T23:01:18.734Z | [ omicron-package] Compiling postcard v1.0.10 |
2219 | 2024-12-20T23:01:18.893Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2220 | 2024-12-20T23:01:19.057Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2221 | 2024-12-20T23:01:19.456Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2222 | 2024-12-20T23:01:19.582Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2223 | 2024-12-20T23:01:19.897Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2224 | 2024-12-20T23:01:20.925Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2225 | 2024-12-20T23:01:21.599Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2226 | 2024-12-20T23:01:22.193Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2227 | 2024-12-20T23:01:22.359Z | [ omicron-package] Compiling num_enum v0.5.11 |
2228 | 2024-12-20T23:01:22.503Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2229 | 2024-12-20T23:01:22.665Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2230 | 2024-12-20T23:01:22.773Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2231 | 2024-12-20T23:01:22.851Z | [ omicron-package] Compiling thiserror v2.0.3 |
2232 | 2024-12-20T23:01:23.357Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2233 | 2024-12-20T23:01:23.431Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2234 | 2024-12-20T23:01:23.526Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2235 | 2024-12-20T23:01:23.810Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2236 | 2024-12-20T23:01:24.041Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2237 | 2024-12-20T23:01:24.490Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2238 | 2024-12-20T23:01:24.747Z | [ omicron-package] Compiling colored v2.1.0 |
2239 | 2024-12-20T23:01:24.908Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2240 | 2024-12-20T23:01:25.009Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2241 | 2024-12-20T23:01:26.137Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2242 | 2024-12-20T23:01:26.721Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2243 | 2024-12-20T23:01:27.209Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2244 | 2024-12-20T23:01:27.699Z | [ omicron-package] Compiling num-derive v0.4.2 |
2245 | 2024-12-20T23:01:28.027Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2246 | 2024-12-20T23:01:28.968Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2247 | 2024-12-20T23:01:29.161Z | [ omicron-package] Compiling zone v0.3.0 |
2248 | 2024-12-20T23:01:29.348Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2249 | 2024-12-20T23:01:30.129Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2250 | 2024-12-20T23:01:30.523Z | [ omicron-package] Compiling smf v0.2.3 |
2251 | 2024-12-20T23:01:31.220Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2252 | 2024-12-20T23:01:32.155Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2253 | 2024-12-20T23:01:32.158Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2254 | 2024-12-20T23:01:32.314Z | Dec 20 23:01:31.538 INFO [hubris-staging] task succeeded (18.281051331s) |
2255 | 2024-12-20T23:01:34.510Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2256 | 2024-12-20T23:01:34.564Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-20T23:01:34.584Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2258 | 2024-12-20T23:01:34.906Z | [ omicron-package] Compiling gethostname v0.5.0 |
2259 | 2024-12-20T23:01:35.152Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2260 | 2024-12-20T23:01:35.523Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2261 | 2024-12-20T23:01:35.605Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2262 | 2024-12-20T23:01:36.620Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2263 | 2024-12-20T23:01:38.787Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2264 | 2024-12-20T23:01:40.013Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2265 | 2024-12-20T23:01:41.453Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2266 | 2024-12-20T23:01:44.518Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2267 | 2024-12-20T23:01:45.138Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2268 | 2024-12-20T23:01:46.920Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2269 | 2024-12-20T23:01:56.900Z | [ helios-setup] Dec 20 23:01:56.133 INFO helios repository root is: /work/oxidecomputer/helios |
2270 | 2024-12-20T23:01:56.903Z | [ helios-setup] Dec 20 23:01:56.135 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 |
2271 | 2024-12-20T23:01:56.903Z | [ helios-setup] Dec 20 23:01:56.136 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2272 | 2024-12-20T23:01:56.908Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2273 | 2024-12-20T23:01:57.996Z | [ helios-setup] Dec 20 23:01:57.224 INFO clone ok!, project: chelsio-t6-roms |
2274 | 2024-12-20T23:01:58.002Z | [ helios-setup] Dec 20 23:01:57.224 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2275 | 2024-12-20T23:01:58.002Z | [ helios-setup] Dec 20 23:01:57.224 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 |
2276 | 2024-12-20T23:01:58.002Z | [ helios-setup] Dec 20 23:01:57.224 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2277 | 2024-12-20T23:01:58.002Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2278 | 2024-12-20T23:01:58.654Z | [ helios-setup] Dec 20 23:01:57.887 INFO clone ok!, project: phbl |
2279 | 2024-12-20T23:01:58.657Z | [ helios-setup] Dec 20 23:01:57.888 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 |
2280 | 2024-12-20T23:01:58.657Z | [ helios-setup] Dec 20 23:01:57.888 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2281 | 2024-12-20T23:01:58.661Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2282 | 2024-12-20T23:01:59.217Z | [ helios-setup] Dec 20 23:01:58.450 INFO clone ok!, project: image-builder |
2283 | 2024-12-20T23:01:59.220Z | [ helios-setup] Dec 20 23:01:58.450 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 |
2284 | 2024-12-20T23:01:59.220Z | [ helios-setup] Dec 20 23:01:58.450 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2285 | 2024-12-20T23:01:59.223Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2286 | 2024-12-20T23:02:05.203Z | [ helios-setup] Dec 20 23:02:04.438 INFO clone ok!, project: amd-firmware |
2287 | 2024-12-20T23:02:05.206Z | [ helios-setup] Dec 20 23:02:04.438 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 |
2288 | 2024-12-20T23:02:05.206Z | [ helios-setup] Dec 20 23:02:04.438 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 |
2289 | 2024-12-20T23:02:05.209Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2290 | 2024-12-20T23:02:05.287Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 51.25s |
2291 | 2024-12-20T23:02:05.544Z | [ omicron-package] |
2292 | 2024-12-20T23:02:05.544Z | [ omicron-package] real 51.474243461 |
2293 | 2024-12-20T23:02:05.544Z | [ omicron-package] user 3:00.240047717 |
2294 | 2024-12-20T23:02:05.548Z | [ omicron-package] sys 26.239311267 |
2295 | 2024-12-20T23:02:05.548Z | [ omicron-package] trap 0.276613463 |
2296 | 2024-12-20T23:02:05.548Z | [ omicron-package] tflt 0.457649499 |
2297 | 2024-12-20T23:02:05.548Z | [ omicron-package] dflt 0.696015554 |
2298 | 2024-12-20T23:02:05.548Z | [ omicron-package] kflt 0.000595455 |
2299 | 2024-12-20T23:02:05.548Z | [ omicron-package] lock 6:17.975555019 |
2300 | 2024-12-20T23:02:05.548Z | [ omicron-package] slp 10:18.578462947 |
2301 | 2024-12-20T23:02:05.548Z | [ omicron-package] lat 1:38.690601356 |
2302 | 2024-12-20T23:02:05.548Z | [ omicron-package] stop 1:01.217854154 |
2303 | 2024-12-20T23:02:05.548Z | Dec 20 23:02:04.780 INFO [omicron-package] process exited with exit status: 0 (51.522106625s) |
2304 | 2024-12-20T23:02:05.548Z | Dec 20 23:02:04.780 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 |
2305 | 2024-12-20T23:02:05.617Z | Dec 20 23:02:04.852 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2306 | 2024-12-20T23:02:05.628Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2307 | 2024-12-20T23:02:05.631Z | [ host-target] Created new build target 'host' and set it as active |
2308 | 2024-12-20T23:02:05.633Z | Dec 20 23:02:04.867 INFO [host-target] process exited with exit status: 0 (86.15638ms) |
2309 | 2024-12-20T23:02:05.633Z | Dec 20 23:02:04.867 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2310 | 2024-12-20T23:02:05.639Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2311 | 2024-12-20T23:02:05.639Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2312 | 2024-12-20T23:02:05.641Z | Dec 20 23:02:04.876 INFO [recovery-target] process exited with exit status: 0 (24.153999ms) |
2313 | 2024-12-20T23:02:05.649Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2314 | 2024-12-20T23:02:06.200Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2315 | 2024-12-20T23:02:06.234Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2316 | 2024-12-20T23:02:06.830Z | [ host-package] Compiling convert_case v0.4.0 |
2317 | 2024-12-20T23:02:06.830Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2318 | 2024-12-20T23:02:06.833Z | [ host-package] Compiling newline-converter v0.3.0 |
2319 | 2024-12-20T23:02:06.833Z | [ host-package] Compiling password-hash v0.5.0 |
2320 | 2024-12-20T23:02:06.833Z | [ host-package] Compiling blake2 v0.10.6 |
2321 | 2024-12-20T23:02:06.833Z | [ host-package] Compiling atomicwrites v0.4.4 |
2322 | 2024-12-20T23:02:06.833Z | [ host-package] Compiling progenitor-client v0.8.0 |
2323 | 2024-12-20T23:02:06.833Z | [ host-package] Compiling owo-colors v4.1.0 |
2324 | 2024-12-20T23:02:07.142Z | [ host-package] Compiling expectorate v1.1.0 |
2325 | 2024-12-20T23:02:07.272Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2326 | 2024-12-20T23:02:07.346Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2327 | 2024-12-20T23:02:07.408Z | [ host-package] Compiling num-rational v0.4.2 |
2328 | 2024-12-20T23:02:07.491Z | [ host-package] Compiling progenitor v0.8.0 |
2329 | 2024-12-20T23:02:07.583Z | [ host-package] Compiling argon2 v0.5.3 |
2330 | 2024-12-20T23:02:07.680Z | [ host-package] Compiling num-complex v0.4.6 |
2331 | 2024-12-20T23:02:07.866Z | [ host-package] Compiling derive_more v0.99.18 |
2332 | 2024-12-20T23:02:08.300Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2333 | 2024-12-20T23:02:08.506Z | [ host-package] Compiling libsw v3.3.1 |
2334 | 2024-12-20T23:02:08.853Z | [ host-package] Compiling num v0.4.3 |
2335 | 2024-12-20T23:02:08.922Z | [ host-package] Compiling float-ord v0.3.2 |
2336 | 2024-12-20T23:02:09.045Z | [ host-package] Compiling indent_write v2.2.0 |
2337 | 2024-12-20T23:02:09.126Z | [ host-package] Compiling swrite v0.1.0 |
2338 | 2024-12-20T23:02:09.162Z | [ host-package] Compiling linear-map v1.2.0 |
2339 | 2024-12-20T23:02:09.205Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2340 | 2024-12-20T23:02:09.256Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2341 | 2024-12-20T23:02:09.292Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2342 | 2024-12-20T23:02:09.596Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2343 | 2024-12-20T23:02:10.009Z | [ host-package] Compiling highway v1.2.0 |
2344 | 2024-12-20T23:02:10.151Z | [ host-package] Compiling semver v0.1.20 |
2345 | 2024-12-20T23:02:10.769Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2346 | 2024-12-20T23:02:11.137Z | [ host-package] Compiling rustc_version v0.1.7 |
2347 | 2024-12-20T23:02:11.520Z | [ host-package] Compiling ipnetwork v0.20.0 |
2348 | 2024-12-20T23:02:11.598Z | [ host-package] Compiling newtype_derive v0.1.6 |
2349 | 2024-12-20T23:02:12.085Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2350 | 2024-12-20T23:02:12.381Z | [ host-package] Compiling humantime v2.1.0 |
2351 | 2024-12-20T23:02:12.842Z | [ host-package] Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2352 | 2024-12-20T23:02:13.456Z | [ host-package] Compiling dropshot v0.13.0 |
2353 | 2024-12-20T23:02:13.540Z | [ host-package] Compiling instant v0.1.13 |
2354 | 2024-12-20T23:02:13.740Z | [ host-package] Compiling backoff v0.4.0 |
2355 | 2024-12-20T23:02:14.007Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2356 | 2024-12-20T23:02:14.142Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2357 | 2024-12-20T23:02:14.163Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2358 | 2024-12-20T23:02:14.178Z | [ helios-setup] Dec 20 23:02:13.415 INFO clone ok!, project: amd-host-image-builder |
2359 | 2024-12-20T23:02:14.181Z | [ helios-setup] Dec 20 23:02:13.415 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2360 | 2024-12-20T23:02:14.181Z | [ helios-setup] Dec 20 23:02:13.415 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2361 | 2024-12-20T23:02:14.181Z | [ helios-setup] Dec 20 23:02:13.415 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 |
2362 | 2024-12-20T23:02:14.181Z | [ helios-setup] Dec 20 23:02:13.415 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2363 | 2024-12-20T23:02:14.184Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2364 | 2024-12-20T23:02:14.949Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2365 | 2024-12-20T23:02:15.122Z | [ helios-setup] Dec 20 23:02:14.360 INFO clone ok!, project: pinprick |
2366 | 2024-12-20T23:02:15.125Z | [ helios-setup] Dec 20 23:02:14.360 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 |
2367 | 2024-12-20T23:02:15.125Z | [ helios-setup] Dec 20 23:02:14.360 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2368 | 2024-12-20T23:02:15.127Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2369 | 2024-12-20T23:02:16.038Z | [ helios-setup] Dec 20 23:02:15.276 INFO clone ok!, project: bootserver |
2370 | 2024-12-20T23:02:16.040Z | [ helios-setup] Dec 20 23:02:15.276 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 |
2371 | 2024-12-20T23:02:16.040Z | [ helios-setup] Dec 20 23:02:15.276 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2372 | 2024-12-20T23:02:16.044Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2373 | 2024-12-20T23:02:17.269Z | [ helios-setup] Dec 20 23:02:16.506 INFO clone ok!, project: pilot |
2374 | 2024-12-20T23:02:17.271Z | [ helios-setup] Dec 20 23:02:16.507 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2375 | 2024-12-20T23:02:17.823Z | [ host-package] Compiling steno v0.4.1 |
2376 | 2024-12-20T23:02:18.107Z | [ helios-setup] Dec 20 23:02:17.345 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2377 | 2024-12-20T23:02:18.656Z | [ helios-setup] Dec 20 23:02:17.895 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2378 | 2024-12-20T23:02:18.658Z | [ helios-setup] Dec 20 23:02:17.895 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2379 | 2024-12-20T23:02:19.341Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2380 | 2024-12-20T23:02:19.346Z | [ helios-setup] Dec 20 23:02:18.583 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2381 | 2024-12-20T23:02:19.540Z | [ host-package] Compiling parse-display v0.10.0 |
2382 | 2024-12-20T23:02:19.991Z | [ helios-setup] Dec 20 23:02:19.231 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2383 | 2024-12-20T23:02:19.991Z | [ helios-setup] Dec 20 23:02:19.231 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2384 | 2024-12-20T23:02:20.483Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2385 | 2024-12-20T23:02:20.523Z | [ helios-setup] Dec 20 23:02:19.762 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2386 | 2024-12-20T23:02:20.729Z | [ host-package] Compiling strum v0.26.3 |
2387 | 2024-12-20T23:02:20.973Z | [ host-package] Compiling serde_with v3.11.0 |
2388 | 2024-12-20T23:02:21.111Z | [ helios-setup] Dec 20 23:02:20.351 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2389 | 2024-12-20T23:02:21.111Z | [ helios-setup] Dec 20 23:02:20.351 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2390 | 2024-12-20T23:02:21.114Z | [ helios-setup] Dec 20 23:02:20.351 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2391 | 2024-12-20T23:02:21.114Z | [ helios-setup] Dec 20 23:02:20.351 INFO ok! |
2392 | 2024-12-20T23:02:21.114Z | [ helios-setup] Dec 20 23:02:20.351 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2393 | 2024-12-20T23:02:21.114Z | [ helios-setup] Dec 20 23:02:20.351 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2394 | 2024-12-20T23:02:21.114Z | [ helios-setup] Dec 20 23:02:20.351 INFO ok! |
2395 | 2024-12-20T23:02:21.114Z | [ helios-setup] Dec 20 23:02:20.351 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2396 | 2024-12-20T23:02:21.114Z | [ helios-setup] Dec 20 23:02:20.351 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2397 | 2024-12-20T23:02:21.114Z | [ helios-setup] Dec 20 23:02:20.351 INFO ok! |
2398 | 2024-12-20T23:02:21.114Z | [ helios-setup] Dec 20 23:02:20.351 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2399 | 2024-12-20T23:02:21.115Z | [ helios-setup] Dec 20 23:02:20.351 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2400 | 2024-12-20T23:02:21.423Z | [ helios-setup] Dec 20 23:02:20.662 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2401 | 2024-12-20T23:02:21.956Z | [ helios-setup] Dec 20 23:02:21.196 INFO E| From https://github.com/jclulow/rust-jmclib |
2402 | 2024-12-20T23:02:21.956Z | [ helios-setup] Dec 20 23:02:21.196 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2403 | 2024-12-20T23:02:21.974Z | [ helios-setup] Dec 20 23:02:21.214 INFO E| Updating crates.io index |
2404 | 2024-12-20T23:02:22.234Z | [ helios-setup] Dec 20 23:02:21.474 INFO E| Downloading crates ... |
2405 | 2024-12-20T23:02:22.359Z | [ helios-setup] Dec 20 23:02:21.599 INFO E| Downloaded block-buffer v0.9.0 |
2406 | 2024-12-20T23:02:22.362Z | [ helios-setup] Dec 20 23:02:21.601 INFO E| Downloaded bitflags v2.3.3 |
2407 | 2024-12-20T23:02:22.397Z | [ helios-setup] Dec 20 23:02:21.637 INFO E| Downloaded walkdir v2.3.3 |
2408 | 2024-12-20T23:02:22.400Z | [ helios-setup] Dec 20 23:02:21.640 INFO E| Downloaded getrandom v0.2.10 |
2409 | 2024-12-20T23:02:22.404Z | [ helios-setup] Dec 20 23:02:21.644 INFO E| Downloaded fastrand v2.0.0 |
2410 | 2024-12-20T23:02:22.407Z | [ helios-setup] Dec 20 23:02:21.646 INFO E| Downloaded md-5 v0.9.1 |
2411 | 2024-12-20T23:02:22.409Z | [ helios-setup] Dec 20 23:02:21.649 INFO E| Downloaded digest v0.9.0 |
2412 | 2024-12-20T23:02:22.412Z | [ helios-setup] Dec 20 23:02:21.651 INFO E| Downloaded errno v0.3.1 |
2413 | 2024-12-20T23:02:22.415Z | [ helios-setup] Dec 20 23:02:21.653 INFO E| Downloaded sha-1 v0.9.8 |
2414 | 2024-12-20T23:02:22.418Z | [ helios-setup] Dec 20 23:02:21.656 INFO E| Downloaded unicode-width v0.1.10 |
2415 | 2024-12-20T23:02:22.420Z | [ helios-setup] Dec 20 23:02:21.659 INFO E| Downloaded itoa v1.0.9 |
2416 | 2024-12-20T23:02:22.420Z | [ helios-setup] Dec 20 23:02:21.661 INFO E| Downloaded opaque-debug v0.3.0 |
2417 | 2024-12-20T23:02:22.451Z | [ helios-setup] Dec 20 23:02:21.691 INFO E| Downloaded uuid v0.8.2 |
2418 | 2024-12-20T23:02:22.457Z | [ helios-setup] Dec 20 23:02:21.697 INFO E| Downloaded proc-macro2 v1.0.66 |
2419 | 2024-12-20T23:02:22.460Z | [ helios-setup] Dec 20 23:02:21.701 INFO E| Downloaded once_cell v1.18.0 |
2420 | 2024-12-20T23:02:22.464Z | [ helios-setup] Dec 20 23:02:21.705 INFO E| Downloaded quote v1.0.31 |
2421 | 2024-12-20T23:02:22.468Z | [ helios-setup] Dec 20 23:02:21.709 INFO E| Downloaded ryu v1.0.15 |
2422 | 2024-12-20T23:02:22.473Z | [ helios-setup] Dec 20 23:02:21.714 INFO E| Downloaded unicode-ident v1.0.11 |
2423 | 2024-12-20T23:02:22.478Z | [ helios-setup] Dec 20 23:02:21.718 INFO E| Downloaded toml v0.5.11 |
2424 | 2024-12-20T23:02:22.482Z | [ helios-setup] Dec 20 23:02:21.722 INFO E| Downloaded serde v1.0.193 |
2425 | 2024-12-20T23:02:22.487Z | [ helios-setup] Dec 20 23:02:21.727 INFO E| Downloaded typenum v1.16.0 |
2426 | 2024-12-20T23:02:22.491Z | [ helios-setup] Dec 20 23:02:21.731 INFO E| Downloaded serde_derive v1.0.193 |
2427 | 2024-12-20T23:02:22.495Z | [ helios-setup] Dec 20 23:02:21.735 INFO E| Downloaded anyhow v1.0.72 |
2428 | 2024-12-20T23:02:22.501Z | [ helios-setup] Dec 20 23:02:21.742 INFO E| Downloaded cpufeatures v0.2.9 |
2429 | 2024-12-20T23:02:22.504Z | [ helios-setup] Dec 20 23:02:21.744 INFO E| Downloaded tempfile v3.7.0 |
2430 | 2024-12-20T23:02:22.507Z | [ helios-setup] Dec 20 23:02:21.748 INFO E| Downloaded serde_json v1.0.103 |
2431 | 2024-12-20T23:02:22.520Z | [ helios-setup] Dec 20 23:02:21.760 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2432 | 2024-12-20T23:02:22.522Z | [ helios-setup] Dec 20 23:02:21.761 INFO E| Downloaded syn v2.0.32 |
2433 | 2024-12-20T23:02:22.561Z | [ helios-setup] Dec 20 23:02:21.801 INFO E| Downloaded rustix v0.38.4 |
2434 | 2024-12-20T23:02:22.621Z | [ helios-setup] Dec 20 23:02:21.861 INFO E| Downloaded libc v0.2.147 |
2435 | 2024-12-20T23:02:22.755Z | [ helios-setup] Dec 20 23:02:21.995 INFO E| Compiling libc v0.2.147 |
2436 | 2024-12-20T23:02:22.790Z | [ helios-setup] Dec 20 23:02:22.030 INFO E| Compiling proc-macro2 v1.0.66 |
2437 | 2024-12-20T23:02:22.790Z | [ helios-setup] Dec 20 23:02:22.030 INFO E| Compiling unicode-ident v1.0.11 |
2438 | 2024-12-20T23:02:22.792Z | [ helios-setup] Dec 20 23:02:22.030 INFO E| Compiling cfg-if v1.0.0 |
2439 | 2024-12-20T23:02:22.792Z | [ helios-setup] Dec 20 23:02:22.030 INFO E| Compiling typenum v1.16.0 |
2440 | 2024-12-20T23:02:22.792Z | [ helios-setup] Dec 20 23:02:22.030 INFO E| Compiling version_check v0.9.4 |
2441 | 2024-12-20T23:02:22.792Z | [ helios-setup] Dec 20 23:02:22.030 INFO E| Compiling serde v1.0.193 |
2442 | 2024-12-20T23:02:22.792Z | [ helios-setup] Dec 20 23:02:22.030 INFO E| Compiling time-core v0.1.2 |
2443 | 2024-12-20T23:02:23.223Z | [ helios-setup] Dec 20 23:02:22.463 INFO E| Compiling slog v2.7.0 |
2444 | 2024-12-20T23:02:23.280Z | [ helios-setup] Dec 20 23:02:22.520 INFO E| Compiling itoa v1.0.9 |
2445 | 2024-12-20T23:02:23.300Z | [ helios-setup] Dec 20 23:02:22.541 INFO E| Compiling num-conv v0.1.0 |
2446 | 2024-12-20T23:02:23.691Z | [ helios-setup] Dec 20 23:02:22.932 INFO E| Compiling rustix v0.38.4 |
2447 | 2024-12-20T23:02:23.703Z | [ helios-setup] Dec 20 23:02:22.942 INFO E| Compiling powerfmt v0.2.0 |
2448 | 2024-12-20T23:02:24.008Z | [ helios-setup] Dec 20 23:02:23.248 INFO E| Compiling time-macros v0.2.18 |
2449 | 2024-12-20T23:02:24.192Z | [ helios-setup] Dec 20 23:02:23.433 INFO E| Compiling generic-array v0.14.7 |
2450 | 2024-12-20T23:02:24.452Z | [ helios-setup] Dec 20 23:02:23.693 INFO E| Compiling deranged v0.3.11 |
2451 | 2024-12-20T23:02:24.629Z | [ host-package] Compiling regress v0.9.1 |
2452 | 2024-12-20T23:02:24.800Z | [ helios-setup] Dec 20 23:02:24.040 INFO E| Compiling num_threads v0.1.6 |
2453 | 2024-12-20T23:02:24.992Z | [ helios-setup] Dec 20 23:02:24.233 INFO E| Compiling once_cell v1.18.0 |
2454 | 2024-12-20T23:02:25.319Z | [ helios-setup] Dec 20 23:02:24.560 INFO E| Compiling bitflags v2.3.3 |
2455 | 2024-12-20T23:02:25.801Z | [ helios-setup] Dec 20 23:02:25.042 INFO E| Compiling thread_local v1.1.7 |
2456 | 2024-12-20T23:02:26.165Z | [ helios-setup] Dec 20 23:02:25.406 INFO E| Compiling anyhow v1.0.72 |
2457 | 2024-12-20T23:02:26.446Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2458 | 2024-12-20T23:02:27.042Z | [ helios-setup] Dec 20 23:02:26.284 INFO E| Compiling quote v1.0.31 |
2459 | 2024-12-20T23:02:27.258Z | [ helios-setup] Dec 20 23:02:26.500 INFO E| Compiling dirs-sys-next v0.1.2 |
2460 | 2024-12-20T23:02:27.495Z | [ helios-setup] Dec 20 23:02:26.737 INFO E| Compiling errno v0.3.1 |
2461 | 2024-12-20T23:02:27.588Z | [ helios-setup] Dec 20 23:02:26.829 INFO E| Compiling atty v0.2.14 |
2462 | 2024-12-20T23:02:27.666Z | [ helios-setup] Dec 20 23:02:26.907 INFO E| Compiling syn v2.0.32 |
2463 | 2024-12-20T23:02:27.834Z | [ helios-setup] Dec 20 23:02:27.076 INFO E| Compiling dirs-next v2.0.0 |
2464 | 2024-12-20T23:02:28.098Z | [ helios-setup] Dec 20 23:02:27.340 INFO E| Compiling term v0.7.0 |
2465 | 2024-12-20T23:02:28.203Z | [ helios-setup] Dec 20 23:02:27.444 INFO E| Compiling opaque-debug v0.3.0 |
2466 | 2024-12-20T23:02:28.250Z | [ helios-setup] Dec 20 23:02:27.492 INFO E| Compiling serde_json v1.0.103 |
2467 | 2024-12-20T23:02:28.327Z | [ helios-setup] Dec 20 23:02:27.568 INFO E| Compiling fastrand v2.0.0 |
2468 | 2024-12-20T23:02:29.492Z | [ helios-setup] Dec 20 23:02:28.735 INFO E| Compiling digest v0.9.0 |
2469 | 2024-12-20T23:02:29.521Z | [ helios-setup] Dec 20 23:02:28.763 INFO E| Compiling block-buffer v0.9.0 |
2470 | 2024-12-20T23:02:29.708Z | [ helios-setup] Dec 20 23:02:28.950 INFO E| Compiling time v0.3.36 |
2471 | 2024-12-20T23:02:29.713Z | [ helios-setup] Dec 20 23:02:28.955 INFO E| Compiling getrandom v0.2.10 |
2472 | 2024-12-20T23:02:29.719Z | [ helios-setup] Dec 20 23:02:28.962 INFO E| Compiling unicode-width v0.1.10 |
2473 | 2024-12-20T23:02:29.740Z | [ helios-setup] Dec 20 23:02:28.982 INFO E| Compiling same-file v1.0.6 |
2474 | 2024-12-20T23:02:29.962Z | [ helios-setup] Dec 20 23:02:29.204 INFO E| Compiling ryu v1.0.15 |
2475 | 2024-12-20T23:02:29.994Z | [ helios-setup] Dec 20 23:02:29.236 INFO E| Compiling cpufeatures v0.2.9 |
2476 | 2024-12-20T23:02:30.091Z | [ helios-setup] Dec 20 23:02:29.333 INFO E| Compiling sha-1 v0.9.8 |
2477 | 2024-12-20T23:02:30.284Z | [ helios-setup] Dec 20 23:02:29.526 INFO E| Compiling walkdir v2.3.3 |
2478 | 2024-12-20T23:02:30.337Z | [ host-package] Compiling macaddr v1.0.1 |
2479 | 2024-12-20T23:02:30.663Z | [ helios-setup] Dec 20 23:02:29.904 INFO E| Compiling getopts v0.2.21 |
2480 | 2024-12-20T23:02:30.798Z | [ helios-setup] Dec 20 23:02:30.040 INFO E| Compiling md-5 v0.9.1 |
2481 | 2024-12-20T23:02:30.990Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2482 | 2024-12-20T23:02:31.714Z | [ helios-setup] Dec 20 23:02:30.957 INFO E| Compiling tempfile v3.7.0 |
2483 | 2024-12-20T23:02:31.714Z | [ helios-setup] Dec 20 23:02:30.957 INFO E| Compiling glob v0.3.1 |
2484 | 2024-12-20T23:02:31.909Z | [ helios-setup] Dec 20 23:02:31.151 INFO E| Compiling libdevinfo-sys v1.0.0 |
2485 | 2024-12-20T23:02:32.039Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2486 | 2024-12-20T23:02:32.877Z | [ host-package] Compiling prettyplease v0.2.25 |
2487 | 2024-12-20T23:02:33.002Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2488 | 2024-12-20T23:02:33.626Z | [ helios-setup] Dec 20 23:02:32.869 INFO E| Compiling slog-term v2.9.0 |
2489 | 2024-12-20T23:02:35.144Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2490 | 2024-12-20T23:02:36.034Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2491 | 2024-12-20T23:02:36.376Z | [ helios-setup] Dec 20 23:02:35.619 INFO E| Compiling serde_derive v1.0.193 |
2492 | 2024-12-20T23:02:36.685Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2493 | 2024-12-20T23:02:37.469Z | [ host-package] Compiling half v2.4.1 |
2494 | 2024-12-20T23:02:38.353Z | [ host-package] Compiling ciborium-io v0.2.2 |
2495 | 2024-12-20T23:02:38.901Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2496 | 2024-12-20T23:02:39.620Z | [ host-package] Compiling tungstenite v0.21.0 |
2497 | 2024-12-20T23:02:42.827Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2498 | 2024-12-20T23:02:43.948Z | [ host-package] Compiling ciborium v0.2.2 |
2499 | 2024-12-20T23:02:45.686Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2500 | 2024-12-20T23:02:46.421Z | [ host-package] Compiling display-error-chain v0.2.2 |
2501 | 2024-12-20T23:02:46.704Z | [ host-package] Compiling same-file v1.0.6 |
2502 | 2024-12-20T23:02:47.039Z | [ host-package] Compiling fastrand v2.1.1 |
2503 | 2024-12-20T23:02:47.223Z | [ host-package] Compiling walkdir v2.5.0 |
2504 | 2024-12-20T23:02:47.642Z | [ host-package] Compiling tempfile v3.13.0 |
2505 | 2024-12-20T23:02:48.094Z | [ host-package] Compiling ring v0.16.20 |
2506 | 2024-12-20T23:02:50.532Z | [ helios-setup] Dec 20 23:02:49.765 INFO E| Compiling toml v0.5.11 |
2507 | 2024-12-20T23:02:50.532Z | [ helios-setup] Dec 20 23:02:49.765 INFO E| Compiling uuid v0.8.2 |
2508 | 2024-12-20T23:02:51.606Z | [ host-package] Compiling blake3 v1.5.4 |
2509 | 2024-12-20T23:02:52.361Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2510 | 2024-12-20T23:02:52.835Z | [ host-package] Compiling xattr v1.3.1 |
2511 | 2024-12-20T23:02:52.896Z | [ helios-setup] Dec 20 23:02:52.145 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2512 | 2024-12-20T23:02:53.714Z | [ host-package] Compiling filetime v0.2.25 |
2513 | 2024-12-20T23:02:53.744Z | [ host-package] Compiling memmap2 v0.9.5 |
2514 | 2024-12-20T23:02:54.298Z | [ host-package] Compiling arrayvec v0.7.6 |
2515 | 2024-12-20T23:02:54.794Z | [ host-package] Compiling spin v0.5.2 |
2516 | 2024-12-20T23:02:55.064Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2517 | 2024-12-20T23:02:55.250Z | [ host-package] Compiling keccak v0.1.5 |
2518 | 2024-12-20T23:02:56.264Z | [ helios-setup] Dec 20 23:02:55.514 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2519 | 2024-12-20T23:02:56.276Z | [ host-package] Compiling arrayref v0.3.9 |
2520 | 2024-12-20T23:02:56.412Z | [ host-package] Compiling sha3 v0.10.8 |
2521 | 2024-12-20T23:02:57.600Z | [ host-package] Compiling tar v0.4.42 |
2522 | 2024-12-20T23:02:57.660Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2523 | 2024-12-20T23:02:57.727Z | [ host-package] Compiling toolchain_find v0.4.0 |
2524 | 2024-12-20T23:02:58.162Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2525 | 2024-12-20T23:02:58.329Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2526 | 2024-12-20T23:02:58.686Z | [ host-package] Compiling maplit v1.0.2 |
2527 | 2024-12-20T23:02:58.895Z | [ host-package] Compiling topological-sort v0.2.2 |
2528 | 2024-12-20T23:02:59.192Z | [ host-package] Compiling crunchy v0.2.2 |
2529 | 2024-12-20T23:02:59.898Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2530 | 2024-12-20T23:03:00.008Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2531 | 2024-12-20T23:03:00.506Z | [ host-package] Compiling const_format v0.2.33 |
2532 | 2024-12-20T23:03:00.704Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2533 | 2024-12-20T23:03:00.909Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2534 | 2024-12-20T23:03:01.136Z | [ host-package] Compiling phf_generator v0.11.2 |
2535 | 2024-12-20T23:03:01.427Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2536 | 2024-12-20T23:03:02.055Z | [ host-package] Compiling secrecy v0.8.0 |
2537 | 2024-12-20T23:03:02.077Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2538 | 2024-12-20T23:03:02.388Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2539 | 2024-12-20T23:03:02.508Z | [ host-package] Compiling arc-swap v1.7.1 |
2540 | 2024-12-20T23:03:02.578Z | [ host-package] Compiling diesel_derives v2.2.3 |
2541 | 2024-12-20T23:03:02.734Z | [ host-package] Compiling r2d2 v0.8.10 |
2542 | 2024-12-20T23:03:02.826Z | [ host-package] Compiling phf_codegen v0.11.2 |
2543 | 2024-12-20T23:03:03.240Z | [ host-package] Compiling slog-scope v4.4.0 |
2544 | 2024-12-20T23:03:03.477Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2545 | 2024-12-20T23:03:03.890Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2546 | 2024-12-20T23:03:03.993Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2547 | 2024-12-20T23:03:04.133Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2548 | 2024-12-20T23:03:04.809Z | [ host-package] Compiling universal-hash v0.5.1 |
2549 | 2024-12-20T23:03:04.929Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2550 | 2024-12-20T23:03:05.389Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2551 | 2024-12-20T23:03:05.964Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2552 | 2024-12-20T23:03:07.273Z | [ host-package] Compiling ena v0.14.3 |
2553 | 2024-12-20T23:03:07.793Z | [ host-package] Compiling diff v0.1.13 |
2554 | 2024-12-20T23:03:08.144Z | [ host-package] Compiling regex-syntax v0.6.29 |
2555 | 2024-12-20T23:03:08.225Z | [ helios-setup] Dec 20 23:03:07.478 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.02s |
2556 | 2024-12-20T23:03:08.257Z | [ helios-setup] Dec 20 23:03:07.511 INFO building project "image-builder" ok (47 seconds) |
2557 | 2024-12-20T23:03:08.257Z | [ helios-setup] Dec 20 23:03:07.511 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2558 | 2024-12-20T23:03:08.257Z | [ helios-setup] Dec 20 23:03:07.511 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2559 | 2024-12-20T23:03:08.268Z | [ helios-setup] Dec 20 23:03:07.521 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2560 | 2024-12-20T23:03:08.446Z | [ host-package] Compiling opaque-debug v0.3.1 |
2561 | 2024-12-20T23:03:08.567Z | [ host-package] Compiling poly1305 v0.8.0 |
2562 | 2024-12-20T23:03:08.645Z | [ helios-setup] Dec 20 23:03:07.898 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2563 | 2024-12-20T23:03:08.645Z | [ helios-setup] Dec 20 23:03:07.898 INFO E| info: downloading component 'cargo' |
2564 | 2024-12-20T23:03:09.708Z | [ helios-setup] Dec 20 23:03:08.962 INFO E| info: downloading component 'clippy' |
2565 | 2024-12-20T23:03:10.033Z | [ helios-setup] Dec 20 23:03:09.287 INFO E| info: downloading component 'rust-docs' |
2566 | 2024-12-20T23:03:10.270Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2567 | 2024-12-20T23:03:10.447Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2568 | 2024-12-20T23:03:11.100Z | [ helios-setup] Dec 20 23:03:10.353 INFO E| info: downloading component 'rust-src' |
2569 | 2024-12-20T23:03:11.273Z | [ helios-setup] Dec 20 23:03:10.525 INFO E| info: downloading component 'rust-std' |
2570 | 2024-12-20T23:03:11.642Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2571 | 2024-12-20T23:03:12.505Z | [ host-package] Compiling lalrpop v0.19.12 |
2572 | 2024-12-20T23:03:13.288Z | [ helios-setup] Dec 20 23:03:12.543 INFO E| info: downloading component 'rustc' |
2573 | 2024-12-20T23:03:14.603Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2574 | 2024-12-20T23:03:15.596Z | [ host-package] Compiling diesel v2.2.6 |
2575 | 2024-12-20T23:03:15.750Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2576 | 2024-12-20T23:03:16.084Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2577 | 2024-12-20T23:03:16.381Z | [ host-package] Compiling chacha20 v0.9.1 |
2578 | 2024-12-20T23:03:16.950Z | [ host-package] Compiling aead v0.5.2 |
2579 | 2024-12-20T23:03:17.353Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2580 | 2024-12-20T23:03:17.793Z | [ helios-setup] Dec 20 23:03:17.049 INFO E| info: downloading component 'rustfmt' |
2581 | 2024-12-20T23:03:18.006Z | [ host-package] Compiling ref-cast v1.0.23 |
2582 | 2024-12-20T23:03:18.040Z | [ helios-setup] Dec 20 23:03:17.293 INFO E| info: installing component 'cargo' |
2583 | 2024-12-20T23:03:18.802Z | [ host-package] Compiling vte v0.11.1 |
2584 | 2024-12-20T23:03:19.296Z | [ helios-setup] Dec 20 23:03:18.553 INFO E| info: installing component 'clippy' |
2585 | 2024-12-20T23:03:19.739Z | [ helios-setup] Dec 20 23:03:18.996 INFO E| info: installing component 'rust-docs' |
2586 | 2024-12-20T23:03:20.785Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2587 | 2024-12-20T23:03:21.235Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2588 | 2024-12-20T23:03:23.194Z | [ host-package] Compiling chrono-tz v0.10.0 |
2589 | 2024-12-20T23:03:23.897Z | [ host-package] Compiling vsss-rs v3.3.4 |
2590 | 2024-12-20T23:03:24.287Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2591 | 2024-12-20T23:03:24.645Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2592 | 2024-12-20T23:03:26.038Z | [ helios-setup] Dec 20 23:03:25.296 INFO E| info: installing component 'rust-src' |
2593 | 2024-12-20T23:03:26.639Z | [ helios-setup] Dec 20 23:03:25.898 INFO E| info: installing component 'rust-std' |
2594 | 2024-12-20T23:03:27.683Z | [ host-package] Compiling headers-core v0.3.0 |
2595 | 2024-12-20T23:03:27.932Z | [ host-package] Compiling fxhash v0.2.1 |
2596 | 2024-12-20T23:03:28.246Z | [ host-package] Compiling libxml v0.3.3 |
2597 | 2024-12-20T23:03:28.852Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2598 | 2024-12-20T23:03:29.089Z | [ helios-setup] Dec 20 23:03:28.349 INFO E| info: installing component 'rustc' |
2599 | 2024-12-20T23:03:29.319Z | [ host-package] Compiling bytecount v0.6.8 |
2600 | 2024-12-20T23:03:29.727Z | [ host-package] Compiling papergrid v0.11.0 |
2601 | 2024-12-20T23:03:35.640Z | [ helios-setup] Dec 20 23:03:34.900 INFO E| info: installing component 'rustfmt' |
2602 | 2024-12-20T23:03:36.420Z | [ helios-setup] Dec 20 23:03:35.682 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2603 | 2024-12-20T23:03:37.226Z | [ helios-setup] Dec 20 23:03:36.488 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2604 | 2024-12-20T23:03:37.226Z | [ helios-setup] Dec 20 23:03:36.488 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2605 | 2024-12-20T23:03:37.228Z | [ helios-setup] Dec 20 23:03:36.488 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2606 | 2024-12-20T23:03:37.256Z | [ helios-setup] Dec 20 23:03:36.518 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2607 | 2024-12-20T23:03:37.256Z | [ helios-setup] Dec 20 23:03:36.518 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2608 | 2024-12-20T23:03:37.259Z | [ helios-setup] Dec 20 23:03:36.519 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2609 | 2024-12-20T23:03:37.259Z | [ helios-setup] Dec 20 23:03:36.519 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2610 | 2024-12-20T23:03:37.259Z | [ helios-setup] Dec 20 23:03:36.519 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2611 | 2024-12-20T23:03:37.259Z | [ helios-setup] Dec 20 23:03:36.519 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2612 | 2024-12-20T23:03:37.259Z | [ helios-setup] Dec 20 23:03:36.519 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2613 | 2024-12-20T23:03:37.259Z | [ helios-setup] Dec 20 23:03:36.519 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2614 | 2024-12-20T23:03:37.259Z | [ helios-setup] Dec 20 23:03:36.520 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2615 | 2024-12-20T23:03:37.259Z | [ helios-setup] Dec 20 23:03:36.520 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2616 | 2024-12-20T23:03:37.259Z | [ helios-setup] Dec 20 23:03:36.520 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2617 | 2024-12-20T23:03:37.308Z | [ helios-setup] Dec 20 23:03:36.570 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2618 | 2024-12-20T23:03:38.201Z | [ helios-setup] Dec 20 23:03:37.463 INFO E| From https://github.com/oxidecomputer/amd-efs |
2619 | 2024-12-20T23:03:38.201Z | [ helios-setup] Dec 20 23:03:37.463 INFO E| * [new branch] empty -> origin/empty |
2620 | 2024-12-20T23:03:38.201Z | [ helios-setup] Dec 20 23:03:37.463 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2621 | 2024-12-20T23:03:38.203Z | [ helios-setup] Dec 20 23:03:37.463 INFO E| * [new branch] main -> origin/main |
2622 | 2024-12-20T23:03:38.203Z | [ helios-setup] Dec 20 23:03:37.463 INFO E| * [new branch] review -> origin/review |
2623 | 2024-12-20T23:03:38.203Z | [ helios-setup] Dec 20 23:03:37.464 INFO E| * [new ref] -> origin/HEAD |
2624 | 2024-12-20T23:03:38.203Z | [ helios-setup] Dec 20 23:03:37.464 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2625 | 2024-12-20T23:03:38.203Z | [ helios-setup] Dec 20 23:03:37.464 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2626 | 2024-12-20T23:03:38.203Z | [ helios-setup] Dec 20 23:03:37.464 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2627 | 2024-12-20T23:03:38.203Z | [ helios-setup] Dec 20 23:03:37.464 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2628 | 2024-12-20T23:03:38.203Z | [ helios-setup] Dec 20 23:03:37.464 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2629 | 2024-12-20T23:03:38.203Z | [ helios-setup] Dec 20 23:03:37.465 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2630 | 2024-12-20T23:03:38.203Z | [ helios-setup] Dec 20 23:03:37.465 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2631 | 2024-12-20T23:03:38.204Z | [ helios-setup] Dec 20 23:03:37.465 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2632 | 2024-12-20T23:03:38.204Z | [ helios-setup] Dec 20 23:03:37.465 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2633 | 2024-12-20T23:03:38.204Z | [ helios-setup] Dec 20 23:03:37.465 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2634 | 2024-12-20T23:03:38.204Z | [ helios-setup] Dec 20 23:03:37.465 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2635 | 2024-12-20T23:03:38.204Z | [ helios-setup] Dec 20 23:03:37.465 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2636 | 2024-12-20T23:03:38.204Z | [ helios-setup] Dec 20 23:03:37.465 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2637 | 2024-12-20T23:03:38.204Z | [ helios-setup] Dec 20 23:03:37.466 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2638 | 2024-12-20T23:03:38.228Z | [ helios-setup] Dec 20 23:03:37.491 INFO E| Updating crates.io index |
2639 | 2024-12-20T23:03:38.388Z | [ helios-setup] Dec 20 23:03:37.650 INFO E| Downloading crates ... |
2640 | 2024-12-20T23:03:38.515Z | [ helios-setup] Dec 20 23:03:37.777 INFO E| Downloaded ansi_term v0.12.1 |
2641 | 2024-12-20T23:03:38.518Z | [ helios-setup] Dec 20 23:03:37.781 INFO E| Downloaded bytesize v1.3.0 |
2642 | 2024-12-20T23:03:38.577Z | [ helios-setup] Dec 20 23:03:37.839 INFO E| Downloaded pre-proc-macro v0.2.1 |
2643 | 2024-12-20T23:03:38.581Z | [ helios-setup] Dec 20 23:03:37.842 INFO E| Downloaded pest v2.7.13 |
2644 | 2024-12-20T23:03:38.588Z | [ helios-setup] Dec 20 23:03:37.851 INFO E| Downloaded unic-ucd-version v0.9.0 |
2645 | 2024-12-20T23:03:38.591Z | [ helios-setup] Dec 20 23:03:37.852 INFO E| Downloaded unic-common v0.9.0 |
2646 | 2024-12-20T23:03:38.591Z | [ helios-setup] Dec 20 23:03:37.853 INFO E| Downloaded unic-char-property v0.9.0 |
2647 | 2024-12-20T23:03:38.593Z | [ helios-setup] Dec 20 23:03:37.855 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2648 | 2024-12-20T23:03:38.595Z | [ helios-setup] Dec 20 23:03:37.858 INFO E| Downloaded strum v0.23.0 |
2649 | 2024-12-20T23:03:38.598Z | [ helios-setup] Dec 20 23:03:37.859 INFO E| Downloaded pest_generator v2.7.13 |
2650 | 2024-12-20T23:03:38.600Z | [ helios-setup] Dec 20 23:03:37.861 INFO E| Downloaded unic-char-range v0.9.0 |
2651 | 2024-12-20T23:03:38.600Z | [ helios-setup] Dec 20 23:03:37.863 INFO E| Downloaded scroll_derive v0.10.5 |
2652 | 2024-12-20T23:03:38.610Z | [ helios-setup] Dec 20 23:03:37.864 INFO E| Downloaded parse_int v0.6.0 |
2653 | 2024-12-20T23:03:38.610Z | [ helios-setup] Dec 20 23:03:37.865 INFO E| Downloaded vec_map v0.8.2 |
2654 | 2024-12-20T23:03:38.610Z | [ helios-setup] Dec 20 23:03:37.867 INFO E| Downloaded semver v0.9.0 |
2655 | 2024-12-20T23:03:38.610Z | [ helios-setup] Dec 20 23:03:37.869 INFO E| Downloaded proc-macro-crate v0.1.5 |
2656 | 2024-12-20T23:03:38.625Z | [ helios-setup] Dec 20 23:03:37.874 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2657 | 2024-12-20T23:03:38.625Z | [ helios-setup] Dec 20 23:03:37.874 INFO E| Downloaded cfg-if v0.1.10 |
2658 | 2024-12-20T23:03:38.625Z | [ helios-setup] Dec 20 23:03:37.874 INFO E| Downloaded textwrap v0.11.0 |
2659 | 2024-12-20T23:03:38.625Z | [ helios-setup] Dec 20 23:03:37.876 INFO E| Downloaded strum_macros v0.23.1 |
2660 | 2024-12-20T23:03:38.625Z | [ helios-setup] Dec 20 23:03:37.879 INFO E| Downloaded semver-parser v0.7.0 |
2661 | 2024-12-20T23:03:38.625Z | [ helios-setup] Dec 20 23:03:37.880 INFO E| Downloaded rustc_version v0.2.3 |
2662 | 2024-12-20T23:03:38.625Z | [ helios-setup] Dec 20 23:03:37.882 INFO E| Downloaded pre v0.2.1 |
2663 | 2024-12-20T23:03:38.625Z | [ helios-setup] Dec 20 23:03:37.883 INFO E| Downloaded thiserror v1.0.64 |
2664 | 2024-12-20T23:03:38.628Z | [ helios-setup] Dec 20 23:03:37.891 INFO E| Downloaded strsim v0.8.0 |
2665 | 2024-12-20T23:03:38.631Z | [ helios-setup] Dec 20 23:03:37.893 INFO E| Downloaded thiserror-impl v1.0.64 |
2666 | 2024-12-20T23:03:38.634Z | [ helios-setup] Dec 20 23:03:37.895 INFO E| Downloaded scroll v0.10.2 |
2667 | 2024-12-20T23:03:38.636Z | [ helios-setup] Dec 20 23:03:37.898 INFO E| Downloaded pest_meta v2.7.13 |
2668 | 2024-12-20T23:03:38.639Z | [ helios-setup] Dec 20 23:03:37.901 INFO E| Downloaded once_cell v1.20.1 |
2669 | 2024-12-20T23:03:38.642Z | [ helios-setup] Dec 20 23:03:37.904 INFO E| Downloaded proc-macro2 v1.0.86 |
2670 | 2024-12-20T23:03:38.645Z | [ helios-setup] Dec 20 23:03:37.908 INFO E| Downloaded modular-bitfield v0.11.2 |
2671 | 2024-12-20T23:03:38.661Z | [ helios-setup] Dec 20 23:03:37.924 INFO E| Downloaded structopt v0.3.26 |
2672 | 2024-12-20T23:03:38.673Z | [ helios-setup] Dec 20 23:03:37.936 INFO E| Downloaded serde v1.0.210 |
2673 | 2024-12-20T23:03:38.678Z | [ helios-setup] Dec 20 23:03:37.940 INFO E| Downloaded serde_derive v1.0.210 |
2674 | 2024-12-20T23:03:38.682Z | [ helios-setup] Dec 20 23:03:37.945 INFO E| Downloaded serde_json v1.0.128 |
2675 | 2024-12-20T23:03:38.694Z | [ helios-setup] Dec 20 23:03:37.956 INFO E| Downloaded goblin v0.4.3 |
2676 | 2024-12-20T23:03:38.702Z | [ helios-setup] Dec 20 23:03:37.965 INFO E| Downloaded syn v2.0.79 |
2677 | 2024-12-20T23:03:38.719Z | [ helios-setup] Dec 20 23:03:37.982 INFO E| Downloaded clap v2.34.0 |
2678 | 2024-12-20T23:03:38.730Z | [ helios-setup] Dec 20 23:03:37.992 INFO E| Downloaded structopt-derive v0.4.18 |
2679 | 2024-12-20T23:03:38.732Z | [ helios-setup] Dec 20 23:03:37.994 INFO E| Downloaded pest_derive v2.7.13 |
2680 | 2024-12-20T23:03:38.735Z | [ helios-setup] Dec 20 23:03:37.997 INFO E| Downloaded memoffset v0.5.6 |
2681 | 2024-12-20T23:03:38.737Z | [ helios-setup] Dec 20 23:03:37.999 INFO E| Downloaded four-cc v0.3.0 |
2682 | 2024-12-20T23:03:38.743Z | [ helios-setup] Dec 20 23:03:38.005 INFO E| Downloaded libc v0.2.159 |
2683 | 2024-12-20T23:03:38.780Z | [ helios-setup] Dec 20 23:03:38.043 INFO E| Downloaded fletcher v0.1.0 |
2684 | 2024-12-20T23:03:38.911Z | [ helios-setup] Dec 20 23:03:38.174 INFO E| Compiling proc-macro2 v1.0.86 |
2685 | 2024-12-20T23:03:38.911Z | [ helios-setup] Dec 20 23:03:38.174 INFO E| Compiling unicode-ident v1.0.13 |
2686 | 2024-12-20T23:03:38.919Z | [ helios-setup] Dec 20 23:03:38.182 INFO E| Compiling syn v1.0.109 |
2687 | 2024-12-20T23:03:38.920Z | [ helios-setup] Dec 20 23:03:38.182 INFO E| Compiling version_check v0.9.5 |
2688 | 2024-12-20T23:03:38.923Z | [ helios-setup] Dec 20 23:03:38.183 INFO E| Compiling memchr v2.7.4 |
2689 | 2024-12-20T23:03:38.923Z | [ helios-setup] Dec 20 23:03:38.183 INFO E| Compiling thiserror v1.0.64 |
2690 | 2024-12-20T23:03:38.923Z | [ helios-setup] Dec 20 23:03:38.183 INFO E| Compiling autocfg v1.4.0 |
2691 | 2024-12-20T23:03:38.923Z | [ helios-setup] Dec 20 23:03:38.183 INFO E| Compiling semver-parser v0.7.0 |
2692 | 2024-12-20T23:03:39.277Z | [ helios-setup] Dec 20 23:03:38.534 INFO E| Compiling serde v1.0.210 |
2693 | 2024-12-20T23:03:40.222Z | [ helios-setup] Dec 20 23:03:39.484 INFO E| Compiling semver v0.9.0 |
2694 | 2024-12-20T23:03:40.484Z | [ helios-setup] Dec 20 23:03:39.746 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2695 | 2024-12-20T23:03:40.572Z | [ helios-setup] Dec 20 23:03:39.831 INFO E| Compiling proc-macro-error v1.0.4 |
2696 | 2024-12-20T23:03:40.952Z | [ helios-setup] Dec 20 23:03:40.043 INFO E| Compiling serde_json v1.0.128 |
2697 | 2024-12-20T23:03:41.015Z | [ helios-setup] Dec 20 23:03:40.129 INFO E| Compiling num-traits v0.2.19 |
2698 | 2024-12-20T23:03:41.300Z | [ helios-setup] Dec 20 23:03:40.351 INFO E| Compiling rustc_version v0.2.3 |
2699 | 2024-12-20T23:03:41.505Z | [ helios-setup] Dec 20 23:03:40.769 INFO E| Compiling itoa v1.0.11 |
2700 | 2024-12-20T23:03:41.511Z | [ helios-setup] Dec 20 23:03:40.774 INFO E| Compiling unicode-segmentation v1.12.0 |
2701 | 2024-12-20T23:03:41.523Z | [ helios-setup] Dec 20 23:03:40.785 INFO E| Compiling ryu v1.0.18 |
2702 | 2024-12-20T23:03:41.755Z | [ helios-setup] Dec 20 23:03:41.019 INFO E| Compiling schemars v0.8.21 |
2703 | 2024-12-20T23:03:42.024Z | [ helios-setup] Dec 20 23:03:41.287 INFO E| Compiling pre-proc-macro v0.2.1 |
2704 | 2024-12-20T23:03:42.344Z | [ helios-setup] Dec 20 23:03:41.607 INFO E| Compiling quote v1.0.37 |
2705 | 2024-12-20T23:03:42.483Z | [ helios-setup] Dec 20 23:03:41.747 INFO E| Compiling memoffset v0.5.6 |
2706 | 2024-12-20T23:03:42.640Z | [ helios-setup] Dec 20 23:03:41.902 INFO E| Compiling rustversion v1.0.17 |
2707 | 2024-12-20T23:03:42.817Z | [ helios-setup] Dec 20 23:03:42.081 INFO E| Compiling heck v0.3.3 |
2708 | 2024-12-20T23:03:43.004Z | [ helios-setup] Dec 20 23:03:42.267 INFO E| Compiling syn v2.0.79 |
2709 | 2024-12-20T23:03:43.423Z | [ helios-setup] Dec 20 23:03:42.615 INFO E| Compiling dyn-clone v1.0.17 |
2710 | 2024-12-20T23:03:43.759Z | [ helios-setup] Dec 20 23:03:42.942 INFO E| Compiling paste v1.0.15 |
2711 | 2024-12-20T23:03:43.967Z | [ helios-setup] Dec 20 23:03:43.142 INFO E| Compiling libc v0.2.159 |
2712 | 2024-12-20T23:03:44.108Z | [ host-package] Compiling headers v0.4.0 |
2713 | 2024-12-20T23:03:44.108Z | [ helios-setup] Dec 20 23:03:43.184 INFO E| Compiling lazy_static v1.5.0 |
2714 | 2024-12-20T23:03:44.252Z | [ helios-setup] Dec 20 23:03:43.440 INFO E| Compiling ucd-trie v0.1.7 |
2715 | 2024-12-20T23:03:44.886Z | [ helios-setup] Dec 20 23:03:44.140 INFO E| Compiling pre v0.2.1 |
2716 | 2024-12-20T23:03:45.566Z | [ helios-setup] Dec 20 23:03:44.831 INFO E| Compiling byteorder v1.5.0 |
2717 | 2024-12-20T23:03:45.600Z | [ host-package] Compiling polar-core v0.27.3 |
2718 | 2024-12-20T23:03:45.604Z | [ helios-setup] Dec 20 23:03:44.869 INFO E| Compiling once_cell v1.20.1 |
2719 | 2024-12-20T23:03:45.651Z | [ helios-setup] Dec 20 23:03:44.916 INFO E| Compiling static_assertions v1.1.0 |
2720 | 2024-12-20T23:03:45.744Z | [ helios-setup] Dec 20 23:03:45.009 INFO E| Compiling cfg-if v0.1.10 |
2721 | 2024-12-20T23:03:46.666Z | [ helios-setup] Dec 20 23:03:45.931 INFO E| Compiling unicode-width v0.1.14 |
2722 | 2024-12-20T23:03:47.345Z | [ helios-setup] Dec 20 23:03:46.610 INFO E| Compiling atty v0.2.14 |
2723 | 2024-12-20T23:03:47.562Z | [ helios-setup] Dec 20 23:03:46.827 INFO E| Compiling textwrap v0.11.0 |
2724 | 2024-12-20T23:03:47.766Z | [ helios-setup] Dec 20 23:03:47.032 INFO E| Compiling fletcher v0.1.0 |
2725 | 2024-12-20T23:03:48.082Z | [ helios-setup] Dec 20 23:03:47.347 INFO E| Compiling unic-char-range v0.9.0 |
2726 | 2024-12-20T23:03:48.606Z | [ helios-setup] Dec 20 23:03:47.871 INFO E| Compiling unic-common v0.9.0 |
2727 | 2024-12-20T23:03:48.878Z | [ helios-setup] Dec 20 23:03:48.144 INFO E| Compiling ansi_term v0.12.1 |
2728 | 2024-12-20T23:03:48.899Z | [ helios-setup] Dec 20 23:03:48.164 INFO E| Compiling strsim v0.8.0 |
2729 | 2024-12-20T23:03:49.138Z | [ helios-setup] Dec 20 23:03:48.404 INFO E| Compiling bitflags v1.3.2 |
2730 | 2024-12-20T23:03:49.141Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2731 | 2024-12-20T23:03:49.222Z | [ helios-setup] Dec 20 23:03:48.488 INFO E| Compiling vec_map v0.8.2 |
2732 | 2024-12-20T23:03:49.230Z | [ helios-setup] Dec 20 23:03:48.495 INFO E| Compiling strum v0.23.0 |
2733 | 2024-12-20T23:03:49.564Z | [ helios-setup] Dec 20 23:03:48.830 INFO E| Compiling parse_int v0.6.0 |
2734 | 2024-12-20T23:03:49.720Z | [ helios-setup] Dec 20 23:03:48.986 INFO E| Compiling clap v2.34.0 |
2735 | 2024-12-20T23:03:49.838Z | [ helios-setup] Dec 20 23:03:49.103 INFO E| Compiling unic-ucd-version v0.9.0 |
2736 | 2024-12-20T23:03:49.874Z | [ helios-setup] Dec 20 23:03:49.140 INFO E| Compiling unic-char-property v0.9.0 |
2737 | 2024-12-20T23:03:49.886Z | [ helios-setup] Dec 20 23:03:49.152 INFO E| Compiling log v0.4.22 |
2738 | 2024-12-20T23:03:50.064Z | [ helios-setup] Dec 20 23:03:49.329 INFO E| Compiling plain v0.2.3 |
2739 | 2024-12-20T23:03:50.117Z | [ helios-setup] Dec 20 23:03:49.382 INFO E| Compiling unic-ucd-ident v0.9.0 |
2740 | 2024-12-20T23:03:50.435Z | [ helios-setup] Dec 20 23:03:49.648 INFO E| Compiling bytesize v1.3.0 |
2741 | 2024-12-20T23:03:51.181Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2742 | 2024-12-20T23:03:51.646Z | [ helios-setup] Dec 20 23:03:50.912 INFO E| Compiling serde_derive_internals v0.29.1 |
2743 | 2024-12-20T23:03:52.578Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2744 | 2024-12-20T23:03:52.731Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2745 | 2024-12-20T23:03:53.300Z | [ host-package] Compiling tabled_derive v0.7.0 |
2746 | 2024-12-20T23:03:54.158Z | [ helios-setup] Dec 20 23:03:53.425 INFO E| Compiling toml v0.5.11 |
2747 | 2024-12-20T23:03:55.116Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2748 | 2024-12-20T23:03:56.574Z | [ helios-setup] Dec 20 23:03:55.842 INFO E| Compiling thiserror-impl v1.0.64 |
2749 | 2024-12-20T23:03:56.877Z | [ helios-setup] Dec 20 23:03:56.145 INFO E| Compiling serde_derive v1.0.210 |
2750 | 2024-12-20T23:03:56.962Z | [ helios-setup] Dec 20 23:03:56.230 INFO E| Compiling schemars_derive v0.8.21 |
2751 | 2024-12-20T23:03:57.024Z | [ host-package] Compiling itertools v0.12.1 |
2752 | 2024-12-20T23:03:57.180Z | [ helios-setup] Dec 20 23:03:56.448 INFO E| Compiling zerocopy-derive v0.6.6 |
2753 | 2024-12-20T23:03:57.776Z | [ host-package] Compiling fd-lock v4.0.2 |
2754 | 2024-12-20T23:03:58.429Z | [ host-package] Compiling peg-macros v0.8.4 |
2755 | 2024-12-20T23:04:00.200Z | [ helios-setup] Dec 20 23:03:59.468 INFO E| Compiling proc-macro-crate v0.1.5 |
2756 | 2024-12-20T23:04:00.837Z | [ helios-setup] Dec 20 23:04:00.106 INFO E| Compiling zerocopy v0.6.6 |
2757 | 2024-12-20T23:04:01.514Z | [ helios-setup] Dec 20 23:04:00.748 INFO E| Compiling num-derive v0.4.2 |
2758 | 2024-12-20T23:04:02.625Z | [ helios-setup] Dec 20 23:04:01.895 INFO E| Compiling pest v2.7.13 |
2759 | 2024-12-20T23:04:03.699Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2760 | 2024-12-20T23:04:04.582Z | [ host-package] Compiling strum_macros v0.24.3 |
2761 | 2024-12-20T23:04:04.644Z | [ host-package] Compiling kstat-rs v0.2.4 |
2762 | 2024-12-20T23:04:05.106Z | [ helios-setup] Dec 20 23:04:04.376 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2763 | 2024-12-20T23:04:05.368Z | [ helios-setup] Dec 20 23:04:04.638 INFO E| Compiling scroll_derive v0.10.5 |
2764 | 2024-12-20T23:04:05.937Z | [ host-package] Compiling samael v0.0.17 |
2765 | 2024-12-20T23:04:06.442Z | [ helios-setup] Dec 20 23:04:05.713 INFO E| Compiling strum_macros v0.23.1 |
2766 | 2024-12-20T23:04:06.715Z | [ host-package] Compiling unicase v2.7.0 |
2767 | 2024-12-20T23:04:07.368Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2768 | 2024-12-20T23:04:07.472Z | [ helios-setup] Dec 20 23:04:06.743 INFO E| Compiling structopt-derive v0.4.18 |
2769 | 2024-12-20T23:04:07.732Z | [ helios-setup] Dec 20 23:04:07.003 INFO E| Compiling pest_meta v2.7.13 |
2770 | 2024-12-20T23:04:08.637Z | [ helios-setup] Dec 20 23:04:07.909 INFO E| Compiling scroll v0.10.2 |
2771 | 2024-12-20T23:04:09.317Z | [ host-package] Compiling indoc v1.0.9 |
2772 | 2024-12-20T23:04:09.904Z | [ host-package] Compiling reedline v0.35.0 |
2773 | 2024-12-20T23:04:10.053Z | [ helios-setup] Dec 20 23:04:09.324 INFO E| Compiling goblin v0.4.3 |
2774 | 2024-12-20T23:04:10.781Z | [ helios-setup] Dec 20 23:04:10.052 INFO E| Compiling modular-bitfield v0.11.2 |
2775 | 2024-12-20T23:04:11.024Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2776 | 2024-12-20T23:04:11.226Z | [ helios-setup] Dec 20 23:04:10.498 INFO E| Compiling pest_generator v2.7.13 |
2777 | 2024-12-20T23:04:12.770Z | [ helios-setup] Dec 20 23:04:12.042 INFO E| Compiling structopt v0.3.26 |
2778 | 2024-12-20T23:04:13.282Z | [ host-package] Compiling peg v0.8.4 |
2779 | 2024-12-20T23:04:13.445Z | [ host-package] Compiling tabled v0.15.0 |
2780 | 2024-12-20T23:04:15.241Z | [ helios-setup] Dec 20 23:04:14.514 INFO E| Compiling pest_derive v2.7.13 |
2781 | 2024-12-20T23:04:19.874Z | [ helios-setup] Dec 20 23:04:19.149 INFO E| Compiling json5 v0.4.1 |
2782 | 2024-12-20T23:04:24.864Z | [ host-package] Compiling derive_builder v0.20.2 |
2783 | 2024-12-20T23:04:25.147Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2784 | 2024-12-20T23:04:25.582Z | [ helios-setup] Dec 20 23:04:24.858 INFO E| Compiling four-cc v0.3.0 |
2785 | 2024-12-20T23:04:25.582Z | [ helios-setup] Dec 20 23:04:24.858 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2786 | 2024-12-20T23:04:25.820Z | [ helios-setup] Dec 20 23:04:25.096 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2787 | 2024-12-20T23:04:38.688Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2788 | 2024-12-20T23:04:39.707Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2789 | 2024-12-20T23:04:41.856Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2790 | 2024-12-20T23:04:42.084Z | [ host-package] Compiling bcs v0.1.6 |
2791 | 2024-12-20T23:04:42.428Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2792 | 2024-12-20T23:04:43.153Z | [ host-package] Compiling oso-derive v0.27.3 |
2793 | 2024-12-20T23:04:44.437Z | [ host-package] Compiling libz-sys v1.1.20 |
2794 | 2024-12-20T23:04:45.334Z | [ host-package] Compiling quick-xml v0.33.0 |
2795 | 2024-12-20T23:04:45.548Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2796 | 2024-12-20T23:04:45.960Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2797 | 2024-12-20T23:04:50.262Z | [ host-package] Compiling oso v0.27.3 |
2798 | 2024-12-20T23:04:52.691Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2799 | 2024-12-20T23:04:54.629Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2800 | 2024-12-20T23:05:00.851Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2801 | 2024-12-20T23:05:04.472Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2802 | 2024-12-20T23:05:04.921Z | [ host-package] Compiling bb8 v0.8.5 |
2803 | 2024-12-20T23:05:05.629Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2804 | 2024-12-20T23:05:08.810Z | [ host-package] Compiling nibble_vec v0.1.0 |
2805 | 2024-12-20T23:05:09.132Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2806 | 2024-12-20T23:05:09.692Z | [ helios-setup] Dec 20 23:05:08.981 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2807 | 2024-12-20T23:05:09.990Z | [ host-package] Compiling atty v0.2.14 |
2808 | 2024-12-20T23:05:10.096Z | [ host-package] Compiling salty v0.3.0 |
2809 | 2024-12-20T23:05:10.427Z | [ host-package] Compiling endian-type v0.1.2 |
2810 | 2024-12-20T23:05:10.761Z | [ host-package] Compiling radix_trie v0.2.1 |
2811 | 2024-12-20T23:05:12.490Z | [ host-package] Compiling parking_lot v0.11.2 |
2812 | 2024-12-20T23:05:15.116Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2813 | 2024-12-20T23:05:22.990Z | [ helios-setup] Dec 20 23:05:22.283 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2814 | 2024-12-20T23:05:23.105Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2815 | 2024-12-20T23:05:28.612Z | [ host-package] Compiling sled v0.34.7 |
2816 | 2024-12-20T23:05:37.790Z | [ host-package] Compiling mime_guess v2.0.5 |
2817 | 2024-12-20T23:05:39.359Z | [ host-package] Compiling hickory-client v0.24.1 |
2818 | 2024-12-20T23:05:45.810Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2819 | 2024-12-20T23:05:48.107Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2820 | 2024-12-20T23:05:48.434Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2821 | 2024-12-20T23:05:49.744Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2822 | 2024-12-20T23:05:50.277Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2823 | 2024-12-20T23:05:53.031Z | [ host-package] Compiling hickory-server v0.24.1 |
2824 | 2024-12-20T23:05:55.649Z | [ host-package] Compiling primeorder v0.13.6 |
2825 | 2024-12-20T23:05:56.449Z | [ host-package] Compiling vergen v8.3.2 |
2826 | 2024-12-20T23:05:56.872Z | [ host-package] Compiling castaway v0.2.3 |
2827 | 2024-12-20T23:05:57.110Z | [ host-package] Compiling env_filter v0.1.2 |
2828 | 2024-12-20T23:05:59.070Z | [ host-package] Compiling cargo-platform v0.1.8 |
2829 | 2024-12-20T23:05:59.625Z | [ host-package] Compiling nanorand v0.7.0 |
2830 | 2024-12-20T23:06:00.504Z | [ host-package] Compiling memoffset v0.9.1 |
2831 | 2024-12-20T23:06:00.929Z | [ host-package] Compiling flume v0.11.1 |
2832 | 2024-12-20T23:06:01.083Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2833 | 2024-12-20T23:06:01.830Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2834 | 2024-12-20T23:06:04.331Z | [ helios-setup] Dec 20 23:06:03.636 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 28s |
2835 | 2024-12-20T23:06:04.365Z | [ helios-setup] Dec 20 23:06:03.670 INFO building project "amd-host-image-builder" ok (176 seconds) |
2836 | 2024-12-20T23:06:04.365Z | [ helios-setup] Dec 20 23:06:03.671 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2837 | 2024-12-20T23:06:04.368Z | [ helios-setup] Dec 20 23:06:03.671 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2838 | 2024-12-20T23:06:04.689Z | [ helios-setup] Dec 20 23:06:03.993 INFO E| Downloading crates ... |
2839 | 2024-12-20T23:06:04.808Z | [ helios-setup] Dec 20 23:06:04.113 INFO E| Downloaded miniz_oxide v0.7.2 |
2840 | 2024-12-20T23:06:04.860Z | [ host-package] Compiling env_logger v0.11.5 |
2841 | 2024-12-20T23:06:04.862Z | [ helios-setup] Dec 20 23:06:04.165 INFO E| Compiling adler v1.0.2 |
2842 | 2024-12-20T23:06:04.994Z | [ helios-setup] Dec 20 23:06:04.300 INFO E| Compiling miniz_oxide v0.7.2 |
2843 | 2024-12-20T23:06:06.461Z | [ host-package] Compiling compact_str v0.8.0 |
2844 | 2024-12-20T23:06:07.536Z | [ host-package] Compiling git2 v0.19.0 |
2845 | 2024-12-20T23:06:07.672Z | [ helios-setup] Dec 20 23:06:06.979 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2846 | 2024-12-20T23:06:07.978Z | [ host-package] Compiling p384 v0.13.0 |
2847 | 2024-12-20T23:06:08.999Z | [ helios-setup] Dec 20 23:06:08.305 INFO E| Finished `release` profile [optimized] target(s) in 4.54s |
2848 | 2024-12-20T23:06:09.009Z | [ helios-setup] Dec 20 23:06:08.316 INFO building project "pinprick" ok (4 seconds) |
2849 | 2024-12-20T23:06:09.010Z | [ helios-setup] Dec 20 23:06:08.316 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2850 | 2024-12-20T23:06:09.012Z | [ helios-setup] Dec 20 23:06:08.316 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2851 | 2024-12-20T23:06:09.321Z | [ helios-setup] Dec 20 23:06:08.628 INFO E| Downloading crates ... |
2852 | 2024-12-20T23:06:09.395Z | [ helios-setup] Dec 20 23:06:08.702 INFO E| Downloaded block-buffer v0.10.3 |
2853 | 2024-12-20T23:06:09.428Z | [ helios-setup] Dec 20 23:06:08.734 INFO E| Downloaded sha2 v0.10.5 |
2854 | 2024-12-20T23:06:09.431Z | [ helios-setup] Dec 20 23:06:08.738 INFO E| Downloaded miniz_oxide v0.6.2 |
2855 | 2024-12-20T23:06:09.437Z | [ helios-setup] Dec 20 23:06:08.742 INFO E| Downloaded digest v0.10.3 |
2856 | 2024-12-20T23:06:09.440Z | [ helios-setup] Dec 20 23:06:08.744 INFO E| Downloaded generic-array v0.14.6 |
2857 | 2024-12-20T23:06:09.443Z | [ helios-setup] Dec 20 23:06:08.747 INFO E| Downloaded cpufeatures v0.2.5 |
2858 | 2024-12-20T23:06:09.443Z | [ helios-setup] Dec 20 23:06:08.748 INFO E| Downloaded bytes v1.2.1 |
2859 | 2024-12-20T23:06:09.447Z | [ helios-setup] Dec 20 23:06:08.754 INFO E| Downloaded typenum v1.15.0 |
2860 | 2024-12-20T23:06:09.451Z | [ helios-setup] Dec 20 23:06:08.758 INFO E| Downloaded flate2 v1.0.25 |
2861 | 2024-12-20T23:06:09.458Z | [ helios-setup] Dec 20 23:06:08.765 INFO E| Downloaded anyhow v1.0.62 |
2862 | 2024-12-20T23:06:09.520Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2863 | 2024-12-20T23:06:09.528Z | [ helios-setup] Dec 20 23:06:08.835 INFO E| Compiling typenum v1.15.0 |
2864 | 2024-12-20T23:06:09.528Z | [ helios-setup] Dec 20 23:06:08.835 INFO E| Compiling version_check v0.9.4 |
2865 | 2024-12-20T23:06:09.531Z | [ helios-setup] Dec 20 23:06:08.835 INFO E| Compiling cfg-if v1.0.0 |
2866 | 2024-12-20T23:06:09.531Z | [ helios-setup] Dec 20 23:06:08.835 INFO E| Compiling crc32fast v1.3.2 |
2867 | 2024-12-20T23:06:09.531Z | [ helios-setup] Dec 20 23:06:08.835 INFO E| Compiling anyhow v1.0.62 |
2868 | 2024-12-20T23:06:09.531Z | [ helios-setup] Dec 20 23:06:08.835 INFO E| Compiling adler v1.0.2 |
2869 | 2024-12-20T23:06:09.531Z | [ helios-setup] Dec 20 23:06:08.836 INFO E| Compiling unicode-width v0.1.10 |
2870 | 2024-12-20T23:06:09.531Z | [ helios-setup] Dec 20 23:06:08.836 INFO E| Compiling cpufeatures v0.2.5 |
2871 | 2024-12-20T23:06:09.609Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2872 | 2024-12-20T23:06:09.871Z | [ helios-setup] Dec 20 23:06:09.177 INFO E| Compiling bytes v1.2.1 |
2873 | 2024-12-20T23:06:09.965Z | [ helios-setup] Dec 20 23:06:09.271 INFO E| Compiling bitflags v1.3.2 |
2874 | 2024-12-20T23:06:10.131Z | [ helios-setup] Dec 20 23:06:09.438 INFO E| Compiling miniz_oxide v0.6.2 |
2875 | 2024-12-20T23:06:10.143Z | [ helios-setup] Dec 20 23:06:09.450 INFO E| Compiling getopts v0.2.21 |
2876 | 2024-12-20T23:06:10.396Z | [ helios-setup] Dec 20 23:06:09.703 INFO E| Compiling generic-array v0.14.6 |
2877 | 2024-12-20T23:06:11.712Z | [ helios-setup] Dec 20 23:06:11.019 INFO E| Compiling flate2 v1.0.25 |
2878 | 2024-12-20T23:06:12.436Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2879 | 2024-12-20T23:06:15.018Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2880 | 2024-12-20T23:06:15.379Z | [ host-package] Compiling unicode-truncate v1.1.0 |
2881 | 2024-12-20T23:06:15.815Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2882 | 2024-12-20T23:06:15.871Z | [ helios-setup] Dec 20 23:06:15.179 INFO E| Compiling crypto-common v0.1.6 |
2883 | 2024-12-20T23:06:15.873Z | [ helios-setup] Dec 20 23:06:15.179 INFO E| Compiling block-buffer v0.10.3 |
2884 | 2024-12-20T23:06:16.164Z | [ helios-setup] Dec 20 23:06:15.472 INFO E| Compiling digest v0.10.3 |
2885 | 2024-12-20T23:06:16.608Z | [ helios-setup] Dec 20 23:06:15.917 INFO E| Compiling sha2 v0.10.5 |
2886 | 2024-12-20T23:06:16.674Z | [ host-package] Compiling lru v0.12.5 |
2887 | 2024-12-20T23:06:17.135Z | [ host-package] Compiling rand_seeder v0.3.0 |
2888 | 2024-12-20T23:06:17.138Z | [ helios-setup] Dec 20 23:06:16.448 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2889 | 2024-12-20T23:06:17.690Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2890 | 2024-12-20T23:06:18.408Z | [ host-package] Compiling lzma-sys v0.1.20 |
2891 | 2024-12-20T23:06:19.322Z | [ host-package] Compiling instability v0.3.2 |
2892 | 2024-12-20T23:06:20.548Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2893 | 2024-12-20T23:06:21.155Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2894 | 2024-12-20T23:06:21.646Z | [ host-package] Compiling http-range v0.1.5 |
2895 | 2024-12-20T23:06:21.698Z | [ host-package] Compiling rustls v0.21.12 |
2896 | 2024-12-20T23:06:22.131Z | [ host-package] Compiling cassowary v0.3.0 |
2897 | 2024-12-20T23:06:22.673Z | [ host-package] Compiling nix v0.29.0 |
2898 | 2024-12-20T23:06:23.116Z | [ helios-setup] Dec 20 23:06:22.426 INFO E| Finished `release` profile [optimized] target(s) in 13.99s |
2899 | 2024-12-20T23:06:23.131Z | [ helios-setup] Dec 20 23:06:22.442 INFO building project "bootserver" ok (14 seconds) |
2900 | 2024-12-20T23:06:23.131Z | [ helios-setup] Dec 20 23:06:22.442 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2901 | 2024-12-20T23:06:23.134Z | [ helios-setup] Dec 20 23:06:22.442 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2902 | 2024-12-20T23:06:23.224Z | [ host-package] Compiling ratatui v0.28.1 |
2903 | 2024-12-20T23:06:23.529Z | [ helios-setup] Dec 20 23:06:22.840 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2904 | 2024-12-20T23:06:23.738Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2905 | 2024-12-20T23:06:24.527Z | [ helios-setup] Dec 20 23:06:23.838 INFO E| From https://github.com/oxidecomputer/progenitor |
2906 | 2024-12-20T23:06:24.527Z | [ helios-setup] Dec 20 23:06:23.838 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2907 | 2024-12-20T23:06:24.562Z | [ helios-setup] Dec 20 23:06:23.873 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2908 | 2024-12-20T23:06:24.562Z | [ helios-setup] Dec 20 23:06:23.873 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2909 | 2024-12-20T23:06:24.677Z | [ helios-setup] Dec 20 23:06:23.988 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2910 | 2024-12-20T23:06:25.325Z | [ helios-setup] Dec 20 23:06:24.636 INFO E| From https://github.com/jclulow/hiercmd |
2911 | 2024-12-20T23:06:25.325Z | [ helios-setup] Dec 20 23:06:24.636 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2912 | 2024-12-20T23:06:25.344Z | [ helios-setup] Dec 20 23:06:24.655 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2913 | 2024-12-20T23:06:25.580Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2914 | 2024-12-20T23:06:25.839Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2915 | 2024-12-20T23:06:25.905Z | [ helios-setup] Dec 20 23:06:25.217 INFO E| From https://github.com/jclulow/network-interface |
2916 | 2024-12-20T23:06:25.905Z | [ helios-setup] Dec 20 23:06:25.217 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2917 | 2024-12-20T23:06:25.923Z | [ helios-setup] Dec 20 23:06:25.235 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2918 | 2024-12-20T23:06:25.970Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2919 | 2024-12-20T23:06:26.519Z | [ helios-setup] Dec 20 23:06:25.831 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2920 | 2024-12-20T23:06:26.519Z | [ helios-setup] Dec 20 23:06:25.831 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2921 | 2024-12-20T23:06:26.568Z | [ helios-setup] Dec 20 23:06:25.879 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2922 | 2024-12-20T23:06:26.829Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2923 | 2024-12-20T23:06:27.143Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2924 | 2024-12-20T23:06:27.372Z | [ helios-setup] Dec 20 23:06:26.684 INFO E| From https://github.com/oxidecomputer/facade |
2925 | 2024-12-20T23:06:27.372Z | [ helios-setup] Dec 20 23:06:26.684 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2926 | 2024-12-20T23:06:27.417Z | [ helios-setup] Dec 20 23:06:26.729 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2927 | 2024-12-20T23:06:28.170Z | [ helios-setup] Dec 20 23:06:27.482 INFO E| From https://github.com/oxidecomputer/dropshot |
2928 | 2024-12-20T23:06:28.170Z | [ helios-setup] Dec 20 23:06:27.482 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2929 | 2024-12-20T23:06:28.207Z | [ helios-setup] Dec 20 23:06:27.519 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2930 | 2024-12-20T23:06:28.207Z | [ helios-setup] Dec 20 23:06:27.519 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2931 | 2024-12-20T23:06:28.210Z | [ helios-setup] Dec 20 23:06:27.519 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2932 | 2024-12-20T23:06:28.210Z | [ helios-setup] Dec 20 23:06:27.519 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2933 | 2024-12-20T23:06:28.210Z | [ helios-setup] Dec 20 23:06:27.519 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2934 | 2024-12-20T23:06:28.210Z | [ helios-setup] Dec 20 23:06:27.520 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2935 | 2024-12-20T23:06:28.210Z | [ helios-setup] Dec 20 23:06:27.520 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2936 | 2024-12-20T23:06:28.210Z | [ helios-setup] Dec 20 23:06:27.520 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2937 | 2024-12-20T23:06:28.252Z | [ helios-setup] Dec 20 23:06:27.564 INFO E| Updating crates.io index |
2938 | 2024-12-20T23:06:28.368Z | [ helios-setup] Dec 20 23:06:27.681 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2939 | 2024-12-20T23:06:29.516Z | [ helios-setup] Dec 20 23:06:28.829 INFO E| From https://github.com/oxidecomputer/typify |
2940 | 2024-12-20T23:06:29.516Z | [ helios-setup] Dec 20 23:06:28.829 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2941 | 2024-12-20T23:06:29.550Z | [ helios-setup] Dec 20 23:06:28.863 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2942 | 2024-12-20T23:06:29.550Z | [ helios-setup] Dec 20 23:06:28.863 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2943 | 2024-12-20T23:06:29.553Z | [ helios-setup] Dec 20 23:06:28.863 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2944 | 2024-12-20T23:06:29.553Z | [ helios-setup] Dec 20 23:06:28.863 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2945 | 2024-12-20T23:06:29.553Z | [ helios-setup] Dec 20 23:06:28.863 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2946 | 2024-12-20T23:06:29.553Z | [ helios-setup] Dec 20 23:06:28.863 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2947 | 2024-12-20T23:06:29.553Z | [ helios-setup] Dec 20 23:06:28.864 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2948 | 2024-12-20T23:06:29.901Z | [ helios-setup] Dec 20 23:06:29.213 INFO E| Downloading crates ... |
2949 | 2024-12-20T23:06:30.141Z | [ helios-setup] Dec 20 23:06:29.454 INFO E| Downloaded async-stream-impl v0.3.5 |
2950 | 2024-12-20T23:06:30.144Z | [ helios-setup] Dec 20 23:06:29.456 INFO E| Downloaded async-stream v0.3.5 |
2951 | 2024-12-20T23:06:30.147Z | [ helios-setup] Dec 20 23:06:29.460 INFO E| Downloaded anstyle-parse v0.1.1 |
2952 | 2024-12-20T23:06:30.150Z | [ helios-setup] Dec 20 23:06:29.464 INFO E| Downloaded anstream v0.2.6 |
2953 | 2024-12-20T23:06:30.154Z | [ helios-setup] Dec 20 23:06:29.467 INFO E| Downloaded anstyle v0.3.5 |
2954 | 2024-12-20T23:06:30.158Z | [ helios-setup] Dec 20 23:06:29.471 INFO E| Downloaded bincode v1.3.3 |
2955 | 2024-12-20T23:06:30.161Z | [ helios-setup] Dec 20 23:06:29.474 INFO E| Downloaded autocfg v1.1.0 |
2956 | 2024-12-20T23:06:30.164Z | [ helios-setup] Dec 20 23:06:29.477 INFO E| Downloaded clap v4.2.1 |
2957 | 2024-12-20T23:06:30.189Z | [ helios-setup] Dec 20 23:06:29.502 INFO E| Downloaded slab v0.4.7 |
2958 | 2024-12-20T23:06:30.191Z | [ helios-setup] Dec 20 23:06:29.504 INFO E| Downloaded ryu v1.0.13 |
2959 | 2024-12-20T23:06:30.197Z | [ helios-setup] Dec 20 23:06:29.510 INFO E| Downloaded async-trait v0.1.68 |
2960 | 2024-12-20T23:06:30.204Z | [ helios-setup] Dec 20 23:06:29.517 INFO E| Downloaded want v0.3.0 |
2961 | 2024-12-20T23:06:30.206Z | [ helios-setup] Dec 20 23:06:29.519 INFO E| Downloaded try-lock v0.2.4 |
2962 | 2024-12-20T23:06:30.209Z | [ helios-setup] Dec 20 23:06:29.521 INFO E| Downloaded serde_tokenstream v0.2.0 |
2963 | 2024-12-20T23:06:30.214Z | [ helios-setup] Dec 20 23:06:29.527 INFO E| Downloaded tower-service v0.3.2 |
2964 | 2024-12-20T23:06:30.236Z | [ helios-setup] Dec 20 23:06:29.549 INFO E| Downloaded slog-async v2.7.0 |
2965 | 2024-12-20T23:06:30.239Z | [ helios-setup] Dec 20 23:06:29.552 INFO E| Downloaded semver v0.11.0 |
2966 | 2024-12-20T23:06:30.242Z | [ helios-setup] Dec 20 23:06:29.555 INFO E| Downloaded scopeguard v1.1.0 |
2967 | 2024-12-20T23:06:30.244Z | [ helios-setup] Dec 20 23:06:29.557 INFO E| Downloaded form_urlencoded v1.1.0 |
2968 | 2024-12-20T23:06:30.247Z | [ helios-setup] Dec 20 23:06:29.558 INFO E| Downloaded futures-executor v0.3.28 |
2969 | 2024-12-20T23:06:30.250Z | [ helios-setup] Dec 20 23:06:29.561 INFO E| Downloaded thiserror-impl v1.0.38 |
2970 | 2024-12-20T23:06:30.252Z | [ helios-setup] Dec 20 23:06:29.563 INFO E| Downloaded semver-parser v0.10.2 |
2971 | 2024-12-20T23:06:30.255Z | [ helios-setup] Dec 20 23:06:29.567 INFO E| Downloaded terminal_size v0.2.6 |
2972 | 2024-12-20T23:06:30.257Z | [ helios-setup] Dec 20 23:06:29.569 INFO E| Downloaded tokio-macros v2.0.0 |
2973 | 2024-12-20T23:06:30.259Z | [ helios-setup] Dec 20 23:06:29.571 INFO E| Downloaded jobserver v0.1.26 |
2974 | 2024-12-20T23:06:30.264Z | [ helios-setup] Dec 20 23:06:29.575 INFO E| Downloaded signal-hook-registry v1.4.0 |
2975 | 2024-12-20T23:06:30.264Z | [ helios-setup] Dec 20 23:06:29.577 INFO E| Downloaded slog-bunyan v2.4.0 |
2976 | 2024-12-20T23:06:30.267Z | [ helios-setup] Dec 20 23:06:29.579 INFO E| Downloaded num_enum_derive v0.5.7 |
2977 | 2024-12-20T23:06:30.272Z | [ helios-setup] Dec 20 23:06:29.581 INFO E| Downloaded num_enum v0.5.7 |
2978 | 2024-12-20T23:06:30.276Z | [ helios-setup] Dec 20 23:06:29.589 INFO E| Downloaded utf8parse v0.2.1 |
2979 | 2024-12-20T23:06:30.278Z | [ helios-setup] Dec 20 23:06:29.591 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2980 | 2024-12-20T23:06:30.281Z | [ helios-setup] Dec 20 23:06:29.594 INFO E| Downloaded proc-macro-crate v1.2.1 |
2981 | 2024-12-20T23:06:30.284Z | [ helios-setup] Dec 20 23:06:29.597 INFO E| Downloaded toml_datetime v0.6.1 |
2982 | 2024-12-20T23:06:30.287Z | [ helios-setup] Dec 20 23:06:29.599 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2983 | 2024-12-20T23:06:30.289Z | [ helios-setup] Dec 20 23:06:29.602 INFO E| Downloaded cargo-lock v8.0.3 |
2984 | 2024-12-20T23:06:30.294Z | [ helios-setup] Dec 20 23:06:29.607 INFO E| Downloaded thiserror v1.0.38 |
2985 | 2024-12-20T23:06:30.302Z | [ helios-setup] Dec 20 23:06:29.615 INFO E| Downloaded smartstring v1.0.1 |
2986 | 2024-12-20T23:06:30.307Z | [ helios-setup] Dec 20 23:06:29.620 INFO E| Downloaded tokio-rustls v0.24.0 |
2987 | 2024-12-20T23:06:30.310Z | [ helios-setup] Dec 20 23:06:29.623 INFO E| Downloaded getrandom v0.2.8 |
2988 | 2024-12-20T23:06:30.315Z | [ helios-setup] Dec 20 23:06:29.628 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2989 | 2024-12-20T23:06:30.320Z | [ helios-setup] Dec 20 23:06:29.633 INFO E| Downloaded time v0.1.45 |
2990 | 2024-12-20T23:06:30.322Z | [ helios-setup] Dec 20 23:06:29.636 INFO E| Downloaded smallvec v1.10.0 |
2991 | 2024-12-20T23:06:30.326Z | [ helios-setup] Dec 20 23:06:29.639 INFO E| Downloaded socket2 v0.4.9 |
2992 | 2024-12-20T23:06:30.331Z | [ helios-setup] Dec 20 23:06:29.643 INFO E| Downloaded textwrap v0.16.0 |
2993 | 2024-12-20T23:06:30.334Z | [ helios-setup] Dec 20 23:06:29.647 INFO E| Downloaded toml v0.7.3 |
2994 | 2024-12-20T23:06:30.340Z | [ helios-setup] Dec 20 23:06:29.653 INFO E| Downloaded ucd-trie v0.1.5 |
2995 | 2024-12-20T23:06:30.343Z | [ helios-setup] Dec 20 23:06:29.656 INFO E| Downloaded pin-project-lite v0.2.9 |
2996 | 2024-12-20T23:06:30.351Z | [ helios-setup] Dec 20 23:06:29.664 INFO E| Downloaded unicode-ident v1.0.8 |
2997 | 2024-12-20T23:06:30.356Z | [ helios-setup] Dec 20 23:06:29.669 INFO E| Downloaded schemars v0.8.12 |
2998 | 2024-12-20T23:06:30.374Z | [ helios-setup] Dec 20 23:06:29.687 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2999 | 2024-12-20T23:06:30.380Z | [ helios-setup] Dec 20 23:06:29.693 INFO E| Downloaded uuid v1.3.0 |
3000 | 2024-12-20T23:06:30.386Z | [ helios-setup] Dec 20 23:06:29.699 INFO E| Downloaded rayon-core v1.10.2 |
3001 | 2024-12-20T23:06:30.393Z | [ helios-setup] Dec 20 23:06:29.706 INFO E| Downloaded toml_edit v0.19.8 |
3002 | 2024-12-20T23:06:30.422Z | [ helios-setup] Dec 20 23:06:29.735 INFO E| Downloaded tokio-util v0.7.7 |
3003 | 2024-12-20T23:06:30.433Z | [ helios-setup] Dec 20 23:06:29.745 INFO E| Downloaded unicode-normalization v0.1.22 |
3004 | 2024-12-20T23:06:30.439Z | [ helios-setup] Dec 20 23:06:29.751 INFO E| Downloaded winnow v0.4.1 |
3005 | 2024-12-20T23:06:30.452Z | [ helios-setup] Dec 20 23:06:29.764 INFO E| Downloaded mio v0.8.5 |
3006 | 2024-12-20T23:06:30.460Z | [ helios-setup] Dec 20 23:06:29.773 INFO E| Downloaded serde_json v1.0.95 |
3007 | 2024-12-20T23:06:30.472Z | [ helios-setup] Dec 20 23:06:29.785 INFO E| Downloaded http v0.2.9 |
3008 | 2024-12-20T23:06:30.478Z | [ helios-setup] Dec 20 23:06:29.791 INFO E| Downloaded pest v2.5.7 |
3009 | 2024-12-20T23:06:30.487Z | [ helios-setup] Dec 20 23:06:29.800 INFO E| Downloaded crossbeam-channel v0.5.6 |
3010 | 2024-12-20T23:06:30.496Z | [ helios-setup] Dec 20 23:06:29.808 INFO E| Downloaded rustls-webpki v0.100.1 |
3011 | 2024-12-20T23:06:30.506Z | [ helios-setup] Dec 20 23:06:29.819 INFO E| Downloaded syn v1.0.107 |
3012 | 2024-12-20T23:06:30.524Z | [ helios-setup] Dec 20 23:06:29.837 INFO E| Downloaded syn v2.0.72 |
3013 | 2024-12-20T23:06:30.543Z | [ helios-setup] Dec 20 23:06:29.856 INFO E| Downloaded rayon v1.6.1 |
3014 | 2024-12-20T23:06:30.558Z | [ helios-setup] Dec 20 23:06:29.871 INFO E| Downloaded chrono v0.4.24 |
3015 | 2024-12-20T23:06:31.573Z | [ helios-setup] Dec 20 23:06:29.884 INFO E| Downloaded hyper v0.14.25 |
3016 | 2024-12-20T23:06:31.577Z | [ helios-setup] Dec 20 23:06:29.897 INFO E| Downloaded git2 v0.16.1 |
3017 | 2024-12-20T23:06:31.577Z | [ helios-setup] Dec 20 23:06:29.937 INFO E| Downloaded h2 v0.3.16 |
3018 | 2024-12-20T23:06:31.577Z | [ helios-setup] Dec 20 23:06:29.947 INFO E| Downloaded regress v0.5.0 |
3019 | 2024-12-20T23:06:31.577Z | [ helios-setup] Dec 20 23:06:29.959 INFO E| Downloaded futures-util v0.3.28 |
3020 | 2024-12-20T23:06:31.577Z | [ helios-setup] Dec 20 23:06:30.011 INFO E| Downloaded rustls v0.21.0 |
3021 | 2024-12-20T23:06:31.577Z | [ helios-setup] Dec 20 23:06:30.031 INFO E| Downloaded regex v1.7.3 |
3022 | 2024-12-20T23:06:31.577Z | [ helios-setup] Dec 20 23:06:30.045 INFO E| Downloaded rustix v0.37.3 |
3023 | 2024-12-20T23:06:31.577Z | [ helios-setup] Dec 20 23:06:30.076 INFO E| Downloaded rhai v1.14.0 |
3024 | 2024-12-20T23:06:31.577Z | [ helios-setup] Dec 20 23:06:30.135 INFO E| Downloaded openapiv3 v1.0.2 |
3025 | 2024-12-20T23:06:31.577Z | [ helios-setup] Dec 20 23:06:30.180 INFO E| Downloaded reqwest v0.11.16 |
3026 | 2024-12-20T23:06:31.577Z | [ helios-setup] Dec 20 23:06:30.193 INFO E| Downloaded clap_builder v4.2.1 |
3027 | 2024-12-20T23:06:31.577Z | [ helios-setup] Dec 20 23:06:30.206 INFO E| Downloaded memchr v2.5.0 |
3028 | 2024-12-20T23:06:31.577Z | [ helios-setup] Dec 20 23:06:30.239 INFO E| Downloaded base64 v0.21.0 |
3029 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.245 INFO E| Downloaded url v2.3.1 |
3030 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.250 INFO E| Downloaded tracing-core v0.1.30 |
3031 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.255 INFO E| Downloaded tracing v0.1.37 |
3032 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.262 INFO E| Downloaded serde v1.0.204 |
3033 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.268 INFO E| Downloaded bytes v1.4.0 |
3034 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.274 INFO E| Downloaded unicode-linebreak v0.1.4 |
3035 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.278 INFO E| Downloaded tinyvec v1.6.0 |
3036 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.283 INFO E| Downloaded tokio v1.27.0 |
3037 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.342 INFO E| Downloaded parking_lot v0.12.1 |
3038 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.346 INFO E| Downloaded cc v1.0.78 |
3039 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.350 INFO E| Downloaded unicode-bidi v0.3.13 |
3040 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.354 INFO E| Downloaded serde_yaml v0.9.21 |
3041 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.359 INFO E| Downloaded serde_derive v1.0.204 |
3042 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.363 INFO E| Downloaded quote v1.0.36 |
3043 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.366 INFO E| Downloaded num-traits v0.2.15 |
3044 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.370 INFO E| Downloaded libc v0.2.139 |
3045 | 2024-12-20T23:06:31.578Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3046 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.540 INFO E| Downloaded tungstenite v0.18.0 |
3047 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.544 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3048 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.548 INFO E| Downloaded rhai_codegen v1.5.0 |
3049 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.561 INFO E| Downloaded futures v0.3.28 |
3050 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.568 INFO E| Downloaded crossbeam-utils v0.8.14 |
3051 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.572 INFO E| Downloaded parking_lot_core v0.9.6 |
3052 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.576 INFO E| Downloaded once_cell v1.17.0 |
3053 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.580 INFO E| Downloaded log v0.4.17 |
3054 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.583 INFO E| Downloaded lock_api v0.4.9 |
3055 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.586 INFO E| Downloaded schemars_derive v0.8.12 |
3056 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.588 INFO E| Downloaded ipnet v2.7.2 |
3057 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.591 INFO E| Downloaded io-lifetimes v1.0.10 |
3058 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.594 INFO E| Downloaded httpdate v1.0.2 |
3059 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.596 INFO E| Downloaded httparse v1.8.0 |
3060 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.600 INFO E| Downloaded futures-channel v0.3.28 |
3061 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.603 INFO E| Downloaded crossbeam-deque v0.8.2 |
3062 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.605 INFO E| Downloaded camino v1.1.4 |
3063 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.607 INFO E| Downloaded tempfile v3.5.0 |
3064 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.611 INFO E| Downloaded serde_derive_internals v0.26.0 |
3065 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.613 INFO E| Downloaded semver v1.0.17 |
3066 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.617 INFO E| Downloaded clap_derive v4.2.0 |
3067 | 2024-12-20T23:06:31.578Z | [ helios-setup] Dec 20 23:06:30.620 INFO E| Downloaded pkg-config v0.3.26 |
3068 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.622 INFO E| Downloaded ppv-lite86 v0.2.17 |
3069 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.624 INFO E| Downloaded percent-encoding v2.2.0 |
3070 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.694 INFO E| Downloaded paste v1.0.12 |
3071 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.700 INFO E| Downloaded num-integer v0.1.45 |
3072 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.703 INFO E| Downloaded num_cpus v1.15.0 |
3073 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.707 INFO E| Downloaded memoffset v0.7.1 |
3074 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.709 INFO E| Downloaded itoa v1.0.6 |
3075 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.711 INFO E| Downloaded iana-time-zone v0.1.56 |
3076 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.714 INFO E| Downloaded futures-sink v0.3.28 |
3077 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.715 INFO E| Downloaded serde_spanned v0.6.1 |
3078 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.717 INFO E| Downloaded futures-task v0.3.28 |
3079 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.719 INFO E| Downloaded strsim v0.10.0 |
3080 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.721 INFO E| Downloaded smawk v0.3.1 |
3081 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.723 INFO E| Downloaded lazy_static v1.4.0 |
3082 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.725 INFO E| Downloaded is-terminal v0.4.7 |
3083 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.727 INFO E| Downloaded home v0.5.4 |
3084 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.728 INFO E| Downloaded futures-macro v0.3.28 |
3085 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.730 INFO E| Downloaded futures-core v0.3.28 |
3086 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.732 INFO E| Downloaded futures-io v0.3.28 |
3087 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.734 INFO E| Downloaded fastrand v1.9.0 |
3088 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.735 INFO E| Downloaded either v1.8.0 |
3089 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.738 INFO E| Downloaded dyn-clone v1.0.11 |
3090 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.740 INFO E| Downloaded digest v0.10.6 |
3091 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.743 INFO E| Downloaded rustls-pemfile v1.0.2 |
3092 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.747 INFO E| Downloaded sha2 v0.10.6 |
3093 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.750 INFO E| Downloaded sha1 v0.10.5 |
3094 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.752 INFO E| Downloaded serde_path_to_error v0.1.11 |
3095 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.755 INFO E| Downloaded http-body v0.4.5 |
3096 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.756 INFO E| Downloaded concolor-query v0.3.3 |
3097 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.760 INFO E| Downloaded clap_lex v0.4.1 |
3098 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.761 INFO E| Downloaded toolchain_find v0.2.0 |
3099 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.763 INFO E| Downloaded project-root v0.2.2 |
3100 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.763 INFO E| Downloaded sct v0.7.0 |
3101 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.769 INFO E| Downloaded const-random-macro v0.1.15 |
3102 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.770 INFO E| Downloaded const-random v0.1.15 |
3103 | 2024-12-20T23:06:31.579Z | [ helios-setup] Dec 20 23:06:30.772 INFO E| Downloaded encoding_rs v0.8.32 |
3104 | 2024-12-20T23:06:31.580Z | [ helios-setup] Dec 20 23:06:30.806 INFO E| Downloaded concolor-override v1.0.0 |
3105 | 2024-12-20T23:06:31.580Z | [ helios-setup] Dec 20 23:06:30.808 INFO E| Downloaded byteorder v1.4.3 |
3106 | 2024-12-20T23:06:31.580Z | [ helios-setup] Dec 20 23:06:30.810 INFO E| Downloaded built v0.6.0 |
3107 | 2024-12-20T23:06:31.580Z | [ helios-setup] Dec 20 23:06:30.812 INFO E| Downloaded ahash v0.8.3 |
3108 | 2024-12-20T23:06:31.580Z | [ helios-setup] Dec 20 23:06:30.817 INFO E| Downloaded anyhow v1.0.68 |
3109 | 2024-12-20T23:06:31.580Z | [ helios-setup] Dec 20 23:06:30.820 INFO E| Downloaded aho-corasick v0.7.20 |
3110 | 2024-12-20T23:06:31.580Z | [ helios-setup] Dec 20 23:06:30.826 INFO E| Downloaded ahash v0.7.6 |
3111 | 2024-12-20T23:06:31.629Z | [ helios-setup] Dec 20 23:06:30.941 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3112 | 2024-12-20T23:06:31.783Z | [ host-package] Compiling sct v0.7.1 |
3113 | 2024-12-20T23:06:31.793Z | [ helios-setup] Dec 20 23:06:31.106 INFO E| Downloaded libz-sys v1.1.8 |
3114 | 2024-12-20T23:06:31.893Z | [ host-package] Compiling heck v0.3.3 |
3115 | 2024-12-20T23:06:32.104Z | [ helios-setup] Dec 20 23:06:31.418 INFO E| Compiling proc-macro2 v1.0.86 |
3116 | 2024-12-20T23:06:32.104Z | [ helios-setup] Dec 20 23:06:31.418 INFO E| Compiling libc v0.2.139 |
3117 | 2024-12-20T23:06:32.107Z | [ helios-setup] Dec 20 23:06:31.418 INFO E| Compiling unicode-ident v1.0.8 |
3118 | 2024-12-20T23:06:32.107Z | [ helios-setup] Dec 20 23:06:31.418 INFO E| Compiling autocfg v1.1.0 |
3119 | 2024-12-20T23:06:32.107Z | [ helios-setup] Dec 20 23:06:31.418 INFO E| Compiling cfg-if v1.0.0 |
3120 | 2024-12-20T23:06:32.107Z | [ helios-setup] Dec 20 23:06:31.418 INFO E| Compiling version_check v0.9.4 |
3121 | 2024-12-20T23:06:32.107Z | [ helios-setup] Dec 20 23:06:31.418 INFO E| Compiling serde v1.0.204 |
3122 | 2024-12-20T23:06:32.107Z | [ helios-setup] Dec 20 23:06:31.418 INFO E| Compiling syn v1.0.107 |
3123 | 2024-12-20T23:06:32.391Z | [ host-package] Compiling csv-core v0.1.11 |
3124 | 2024-12-20T23:06:32.450Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3125 | 2024-12-20T23:06:33.100Z | [ host-package] Compiling glob v0.3.1 |
3126 | 2024-12-20T23:06:33.113Z | [ helios-setup] Dec 20 23:06:32.422 INFO E| Compiling memchr v2.5.0 |
3127 | 2024-12-20T23:06:33.666Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3128 | 2024-12-20T23:06:33.984Z | [ helios-setup] Dec 20 23:06:33.297 INFO E| Compiling once_cell v1.17.0 |
3129 | 2024-12-20T23:06:34.094Z | [ helios-setup] Dec 20 23:06:33.408 INFO E| Compiling thiserror v1.0.38 |
3130 | 2024-12-20T23:06:34.119Z | [ helios-setup] Dec 20 23:06:33.429 INFO E| Compiling log v0.4.17 |
3131 | 2024-12-20T23:06:34.362Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3132 | 2024-12-20T23:06:35.089Z | [ helios-setup] Dec 20 23:06:34.400 INFO E| Compiling serde_json v1.0.95 |
3133 | 2024-12-20T23:06:35.265Z | [ helios-setup] Dec 20 23:06:34.579 INFO E| Compiling itoa v1.0.6 |
3134 | 2024-12-20T23:06:36.306Z | [ helios-setup] Dec 20 23:06:35.621 INFO E| Compiling jobserver v0.1.26 |
3135 | 2024-12-20T23:06:36.398Z | [ helios-setup] Dec 20 23:06:35.712 INFO E| Compiling quote v1.0.36 |
3136 | 2024-12-20T23:06:36.564Z | [ helios-setup] Dec 20 23:06:35.876 INFO E| Compiling getrandom v0.2.8 |
3137 | 2024-12-20T23:06:36.830Z | [ host-package] Compiling csv v1.3.0 |
3138 | 2024-12-20T23:06:36.846Z | [ helios-setup] Dec 20 23:06:36.161 INFO E| Compiling cc v1.0.78 |
3139 | 2024-12-20T23:06:37.189Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3140 | 2024-12-20T23:06:37.399Z | [ helios-setup] Dec 20 23:06:36.714 INFO E| Compiling syn v2.0.72 |
3141 | 2024-12-20T23:06:37.870Z | [ helios-setup] Dec 20 23:06:37.185 INFO E| Compiling indexmap v1.9.3 |
3142 | 2024-12-20T23:06:38.008Z | [ helios-setup] Dec 20 23:06:37.323 INFO E| Compiling pin-project-lite v0.2.9 |
3143 | 2024-12-20T23:06:38.063Z | [ helios-setup] Dec 20 23:06:37.378 INFO E| Compiling scopeguard v1.1.0 |
3144 | 2024-12-20T23:06:38.438Z | [ helios-setup] Dec 20 23:06:37.753 INFO E| Compiling num-integer v0.1.45 |
3145 | 2024-12-20T23:06:38.510Z | [ helios-setup] Dec 20 23:06:37.826 INFO E| Compiling bytes v1.4.0 |
3146 | 2024-12-20T23:06:38.600Z | [ helios-setup] Dec 20 23:06:37.915 INFO E| Compiling futures-core v0.3.28 |
3147 | 2024-12-20T23:06:39.323Z | [ helios-setup] Dec 20 23:06:38.638 INFO E| Compiling ryu v1.0.13 |
3148 | 2024-12-20T23:06:40.501Z | [ helios-setup] Dec 20 23:06:39.815 INFO E| Compiling lock_api v0.4.9 |
3149 | 2024-12-20T23:06:40.632Z | [ helios-setup] Dec 20 23:06:39.948 INFO E| Compiling parking_lot_core v0.9.6 |
3150 | 2024-12-20T23:06:40.769Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3151 | 2024-12-20T23:06:40.830Z | [ helios-setup] Dec 20 23:06:40.146 INFO E| Compiling typenum v1.16.0 |
3152 | 2024-12-20T23:06:41.052Z | [ helios-setup] Dec 20 23:06:40.368 INFO E| Compiling bitflags v1.3.2 |
3153 | 2024-12-20T23:06:41.458Z | [ helios-setup] Dec 20 23:06:40.775 INFO E| Compiling num_cpus v1.15.0 |
3154 | 2024-12-20T23:06:41.573Z | [ helios-setup] Dec 20 23:06:40.890 INFO E| Compiling slab v0.4.7 |
3155 | 2024-12-20T23:06:41.748Z | [ helios-setup] Dec 20 23:06:41.064 INFO E| Compiling generic-array v0.14.6 |
3156 | 2024-12-20T23:06:41.915Z | [ helios-setup] Dec 20 23:06:41.232 INFO E| Compiling futures-sink v0.3.28 |
3157 | 2024-12-20T23:06:42.079Z | [ helios-setup] Dec 20 23:06:41.396 INFO E| Compiling futures-task v0.3.28 |
3158 | 2024-12-20T23:06:42.131Z | [ helios-setup] Dec 20 23:06:41.447 INFO E| Compiling futures-channel v0.3.28 |
3159 | 2024-12-20T23:06:42.829Z | [ helios-setup] Dec 20 23:06:42.146 INFO E| Compiling tokio v1.27.0 |
3160 | 2024-12-20T23:06:43.012Z | [ helios-setup] Dec 20 23:06:42.329 INFO E| Compiling schemars v0.8.12 |
3161 | 2024-12-20T23:06:43.266Z | [ helios-setup] Dec 20 23:06:42.583 INFO E| Compiling futures-util v0.3.28 |
3162 | 2024-12-20T23:06:44.050Z | [ helios-setup] Dec 20 23:06:43.367 INFO E| Compiling mio v0.8.5 |
3163 | 2024-12-20T23:06:44.221Z | [ helios-setup] Dec 20 23:06:43.538 INFO E| Compiling socket2 v0.4.9 |
3164 | 2024-12-20T23:06:44.318Z | [ helios-setup] Dec 20 23:06:43.635 INFO E| Compiling signal-hook-registry v1.4.0 |
3165 | 2024-12-20T23:06:44.638Z | [ helios-setup] Dec 20 23:06:43.953 INFO E| Compiling num-traits v0.2.15 |
3166 | 2024-12-20T23:06:44.894Z | [ helios-setup] Dec 20 23:06:44.211 INFO E| Compiling ahash v0.7.6 |
3167 | 2024-12-20T23:06:45.890Z | [ helios-setup] Dec 20 23:06:45.207 INFO E| Compiling futures-io v0.3.28 |
3168 | 2024-12-20T23:06:45.945Z | [ helios-setup] Dec 20 23:06:45.262 INFO E| Compiling pin-utils v0.1.0 |
3169 | 2024-12-20T23:06:46.482Z | [ helios-setup] Dec 20 23:06:45.799 INFO E| Compiling io-lifetimes v1.0.10 |
3170 | 2024-12-20T23:06:46.868Z | [ helios-setup] Dec 20 23:06:46.185 INFO E| Compiling crunchy v0.2.2 |
3171 | 2024-12-20T23:06:47.822Z | [ helios-setup] Dec 20 23:06:47.140 INFO E| Compiling ahash v0.8.3 |
3172 | 2024-12-20T23:06:47.925Z | [ helios-setup] Dec 20 23:06:47.243 INFO E| Compiling rustix v0.37.3 |
3173 | 2024-12-20T23:06:48.479Z | [ helios-setup] Dec 20 23:06:47.797 INFO E| Compiling tiny-keccak v2.0.2 |
3174 | 2024-12-20T23:06:48.754Z | [ helios-setup] Dec 20 23:06:48.072 INFO E| Compiling serde_derive_internals v0.26.0 |
3175 | 2024-12-20T23:06:49.105Z | [ helios-setup] Dec 20 23:06:48.423 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3176 | 2024-12-20T23:06:49.476Z | [ helios-setup] Dec 20 23:06:48.795 INFO E| Compiling hashbrown v0.12.3 |
3177 | 2024-12-20T23:06:49.854Z | [ helios-setup] Dec 20 23:06:49.172 INFO E| Compiling crypto-common v0.1.6 |
3178 | 2024-12-20T23:06:49.906Z | [ helios-setup] Dec 20 23:06:49.225 INFO E| Compiling block-buffer v0.10.3 |
3179 | 2024-12-20T23:06:51.853Z | [ helios-setup] Dec 20 23:06:51.172 INFO E| Compiling errno v0.3.1 |
3180 | 2024-12-20T23:06:52.177Z | [ host-package] Compiling nix v0.27.1 |
3181 | 2024-12-20T23:06:52.360Z | [ helios-setup] Dec 20 23:06:51.679 INFO E| Compiling fnv v1.0.7 |
3182 | 2024-12-20T23:06:52.635Z | [ helios-setup] Dec 20 23:06:51.945 INFO E| Compiling pkg-config v0.3.26 |
3183 | 2024-12-20T23:06:52.762Z | [ helios-setup] Dec 20 23:06:52.082 INFO E| Compiling slog v2.7.0 |
3184 | 2024-12-20T23:06:52.883Z | [ helios-setup] Dec 20 23:06:52.202 INFO E| Compiling crossbeam-utils v0.8.14 |
3185 | 2024-12-20T23:06:52.951Z | [ helios-setup] Dec 20 23:06:52.271 INFO E| Compiling http v0.2.9 |
3186 | 2024-12-20T23:06:53.346Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3187 | 2024-12-20T23:06:55.882Z | [ helios-setup] Dec 20 23:06:55.201 INFO E| Compiling digest v0.10.6 |
3188 | 2024-12-20T23:06:55.889Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3189 | 2024-12-20T23:06:55.973Z | [ helios-setup] Dec 20 23:06:55.293 INFO E| Compiling aho-corasick v0.7.20 |
3190 | 2024-12-20T23:06:57.514Z | [ helios-setup] Dec 20 23:06:56.834 INFO E| Compiling cpufeatures v0.2.5 |
3191 | 2024-12-20T23:06:57.608Z | [ helios-setup] Dec 20 23:06:56.929 INFO E| Compiling regex-syntax v0.6.29 |
3192 | 2024-12-20T23:06:57.829Z | [ helios-setup] Dec 20 23:06:57.150 INFO E| Compiling percent-encoding v2.2.0 |
3193 | 2024-12-20T23:06:58.437Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3194 | 2024-12-20T23:06:58.700Z | [ helios-setup] Dec 20 23:06:58.021 INFO E| Compiling thiserror-impl v1.0.38 |
3195 | 2024-12-20T23:06:58.986Z | [ helios-setup] Dec 20 23:06:58.307 INFO E| Compiling schemars_derive v0.8.12 |
3196 | 2024-12-20T23:06:59.179Z | [ helios-setup] Dec 20 23:06:58.500 INFO E| Compiling tinyvec_macros v0.1.1 |
3197 | 2024-12-20T23:06:59.376Z | [ helios-setup] Dec 20 23:06:58.697 INFO E| Compiling httparse v1.8.0 |
3198 | 2024-12-20T23:07:00.399Z | [ helios-setup] Dec 20 23:06:59.720 INFO E| Compiling anyhow v1.0.68 |
3199 | 2024-12-20T23:07:00.749Z | [ helios-setup] Dec 20 23:07:00.070 INFO E| Compiling unicode-width v0.1.10 |
3200 | 2024-12-20T23:07:00.835Z | [ helios-setup] Dec 20 23:07:00.156 INFO E| Compiling heck v0.4.1 |
3201 | 2024-12-20T23:07:01.098Z | [ helios-setup] Dec 20 23:07:00.420 INFO E| Compiling serde_derive v1.0.204 |
3202 | 2024-12-20T23:07:01.238Z | [ helios-setup] Dec 20 23:07:00.560 INFO E| Compiling tokio-macros v2.0.0 |
3203 | 2024-12-20T23:07:01.336Z | [ helios-setup] Dec 20 23:07:00.658 INFO E| Compiling futures-macro v0.3.28 |
3204 | 2024-12-20T23:07:02.699Z | [ helios-setup] Dec 20 23:07:02.022 INFO E| Compiling tinyvec v1.6.0 |
3205 | 2024-12-20T23:07:03.828Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3206 | 2024-12-20T23:07:04.697Z | [ helios-setup] Dec 20 23:07:04.014 INFO E| Compiling regex v1.7.3 |
3207 | 2024-12-20T23:07:04.823Z | [ helios-setup] Dec 20 23:07:04.146 INFO E| Compiling const-random-macro v0.1.15 |
3208 | 2024-12-20T23:07:05.393Z | [ helios-setup] Dec 20 23:07:04.717 INFO E| Compiling form_urlencoded v1.1.0 |
3209 | 2024-12-20T23:07:06.019Z | [ helios-setup] Dec 20 23:07:05.342 INFO E| Compiling hashbrown v0.13.2 |
3210 | 2024-12-20T23:07:06.666Z | [ helios-setup] Dec 20 23:07:05.989 INFO E| Compiling chrono v0.4.24 |
3211 | 2024-12-20T23:07:06.952Z | [ helios-setup] Dec 20 23:07:06.276 INFO E| Compiling libz-sys v1.1.8 |
3212 | 2024-12-20T23:07:07.215Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3213 | 2024-12-20T23:07:08.301Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3214 | 2024-12-20T23:07:09.861Z | [ helios-setup] Dec 20 23:07:09.184 INFO E| Compiling dyn-clone v1.0.11 |
3215 | 2024-12-20T23:07:09.985Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3216 | 2024-12-20T23:07:10.581Z | [ helios-setup] Dec 20 23:07:09.905 INFO E| Compiling uuid v1.3.0 |
3217 | 2024-12-20T23:07:10.971Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3218 | 2024-12-20T23:07:10.995Z | [ helios-setup] Dec 20 23:07:10.320 INFO E| Compiling regress v0.5.0 |
3219 | 2024-12-20T23:07:11.136Z | [ helios-setup] Dec 20 23:07:10.461 INFO E| Compiling const-random v0.1.15 |
3220 | 2024-12-20T23:07:11.470Z | [ helios-setup] Dec 20 23:07:10.795 INFO E| Compiling unicode-normalization v0.1.22 |
3221 | 2024-12-20T23:07:13.995Z | [ helios-setup] Dec 20 23:07:13.321 INFO E| Compiling getopts v0.2.21 |
3222 | 2024-12-20T23:07:14.366Z | [ helios-setup] Dec 20 23:07:13.690 INFO E| Compiling tracing-core v0.1.30 |
3223 | 2024-12-20T23:07:14.535Z | [ helios-setup] Dec 20 23:07:13.861 INFO E| Compiling memoffset v0.7.1 |
3224 | 2024-12-20T23:07:14.812Z | [ helios-setup] Dec 20 23:07:14.138 INFO E| Compiling powerfmt v0.2.0 |
3225 | 2024-12-20T23:07:15.426Z | [ helios-setup] Dec 20 23:07:14.752 INFO E| Compiling num-conv v0.1.0 |
3226 | 2024-12-20T23:07:15.783Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3227 | 2024-12-20T23:07:16.169Z | [ helios-setup] Dec 20 23:07:15.495 INFO E| Compiling unicode-bidi v0.3.13 |
3228 | 2024-12-20T23:07:16.610Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3229 | 2024-12-20T23:07:17.104Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3230 | 2024-12-20T23:07:17.957Z | [ helios-setup] Dec 20 23:07:17.284 INFO E| Compiling time-core v0.1.2 |
3231 | 2024-12-20T23:07:18.024Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3232 | 2024-12-20T23:07:18.797Z | [ helios-setup] Dec 20 23:07:18.124 INFO E| Compiling ucd-trie v0.1.5 |
3233 | 2024-12-20T23:07:19.953Z | [ helios-setup] Dec 20 23:07:19.281 INFO E| Compiling pest v2.5.7 |
3234 | 2024-12-20T23:07:19.955Z | [ helios-setup] Dec 20 23:07:19.281 INFO E| Compiling time-macros v0.2.18 |
3235 | 2024-12-20T23:07:20.044Z | [ helios-setup] Dec 20 23:07:19.372 INFO E| Compiling idna v0.3.0 |
3236 | 2024-12-20T23:07:22.213Z | [ helios-setup] Dec 20 23:07:21.542 INFO E| Compiling tracing v0.1.37 |
3237 | 2024-12-20T23:07:23.785Z | [ helios-setup] Dec 20 23:07:23.104 INFO E| Compiling deranged v0.3.11 |
3238 | 2024-12-20T23:07:24.929Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3239 | 2024-12-20T23:07:26.112Z | [ helios-setup] Dec 20 23:07:25.442 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3240 | 2024-12-20T23:07:26.203Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3241 | 2024-12-20T23:07:26.900Z | [ helios-setup] Dec 20 23:07:26.230 INFO E| Compiling time v0.1.45 |
3242 | 2024-12-20T23:07:27.344Z | [ helios-setup] Dec 20 23:07:26.674 INFO E| Compiling crossbeam-epoch v0.9.13 |
3243 | 2024-12-20T23:07:28.558Z | [ helios-setup] Dec 20 23:07:27.888 INFO E| Compiling iana-time-zone v0.1.56 |
3244 | 2024-12-20T23:07:29.708Z | [ helios-setup] Dec 20 23:07:29.038 INFO E| Compiling smallvec v1.10.0 |
3245 | 2024-12-20T23:07:29.993Z | [ helios-setup] Dec 20 23:07:29.323 INFO E| Compiling toml v0.5.11 |
3246 | 2024-12-20T23:07:30.784Z | [ helios-setup] Dec 20 23:07:30.115 INFO E| Compiling serde_tokenstream v0.2.0 |
3247 | 2024-12-20T23:07:31.625Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3248 | 2024-12-20T23:07:31.899Z | [ helios-setup] Dec 20 23:07:31.215 INFO E| Compiling parking_lot v0.12.1 |
3249 | 2024-12-20T23:07:32.305Z | [ host-package] Compiling hashlink v0.9.1 |
3250 | 2024-12-20T23:07:32.439Z | [ helios-setup] Dec 20 23:07:31.757 INFO E| Compiling num_threads v0.1.6 |
3251 | 2024-12-20T23:07:32.460Z | [ host-package] Compiling tungstenite v0.23.0 |
3252 | 2024-12-20T23:07:32.481Z | [ helios-setup] Dec 20 23:07:31.802 INFO E| Compiling semver v1.0.17 |
3253 | 2024-12-20T23:07:32.638Z | [ host-package] Compiling base64 v0.13.1 |
3254 | 2024-12-20T23:07:32.767Z | [ helios-setup] Dec 20 23:07:32.096 INFO E| Compiling time v0.3.36 |
3255 | 2024-12-20T23:07:33.017Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3256 | 2024-12-20T23:07:33.820Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3257 | 2024-12-20T23:07:34.231Z | [ host-package] Compiling ron v0.7.1 |
3258 | 2024-12-20T23:07:34.529Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3259 | 2024-12-20T23:07:34.866Z | [ host-package] Compiling rusqlite v0.32.1 |
3260 | 2024-12-20T23:07:35.988Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3261 | 2024-12-20T23:07:36.994Z | [ helios-setup] Dec 20 23:07:36.325 INFO E| Compiling semver-parser v0.10.2 |
3262 | 2024-12-20T23:07:37.741Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3263 | 2024-12-20T23:07:40.402Z | [ helios-setup] Dec 20 23:07:39.735 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3264 | 2024-12-20T23:07:42.568Z | [ helios-setup] Dec 20 23:07:41.902 INFO E| Compiling url v2.3.1 |
3265 | 2024-12-20T23:07:44.531Z | [ helios-setup] Dec 20 23:07:43.864 INFO E| Compiling crossbeam-channel v0.5.6 |
3266 | 2024-12-20T23:07:45.372Z | [ host-package] Compiling xz2 v0.1.7 |
3267 | 2024-12-20T23:07:46.473Z | [ helios-setup] Dec 20 23:07:45.807 INFO E| Compiling dirs-sys-next v0.1.2 |
3268 | 2024-12-20T23:07:46.712Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3269 | 2024-12-20T23:07:46.824Z | [ host-package] Compiling zone v0.1.8 |
3270 | 2024-12-20T23:07:48.487Z | [ helios-setup] Dec 20 23:07:47.822 INFO E| Compiling crc32fast v1.3.2 |
3271 | 2024-12-20T23:07:48.747Z | [ helios-setup] Dec 20 23:07:48.083 INFO E| Compiling same-file v1.0.6 |
3272 | 2024-12-20T23:07:48.915Z | [ helios-setup] Dec 20 23:07:48.251 INFO E| Compiling try-lock v0.2.4 |
3273 | 2024-12-20T23:07:49.289Z | [ helios-setup] Dec 20 23:07:48.625 INFO E| Compiling want v0.3.0 |
3274 | 2024-12-20T23:07:49.593Z | [ helios-setup] Dec 20 23:07:48.929 INFO E| Compiling walkdir v2.3.3 |
3275 | 2024-12-20T23:07:50.408Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3276 | 2024-12-20T23:07:51.073Z | [ helios-setup] Dec 20 23:07:50.408 INFO E| Compiling dirs-next v2.0.0 |
3277 | 2024-12-20T23:07:53.289Z | [ helios-setup] Dec 20 23:07:52.626 INFO E| Compiling tokio-util v0.7.7 |
3278 | 2024-12-20T23:07:53.498Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3279 | 2024-12-20T23:07:53.573Z | [ helios-setup] Dec 20 23:07:52.911 INFO E| Compiling semver v0.11.0 |
3280 | 2024-12-20T23:07:54.038Z | [ helios-setup] Dec 20 23:07:53.375 INFO E| Compiling proc-macro-crate v1.2.1 |
3281 | 2024-12-20T23:07:55.812Z | [ helios-setup] Dec 20 23:07:55.150 INFO E| Compiling h2 v0.3.16 |
3282 | 2024-12-20T23:07:57.577Z | [ helios-setup] Dec 20 23:07:56.916 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3283 | 2024-12-20T23:07:58.138Z | [ helios-setup] Dec 20 23:07:57.477 INFO E| Compiling futures-executor v0.3.28 |
3284 | 2024-12-20T23:07:58.536Z | [ helios-setup] Dec 20 23:07:57.875 INFO E| Compiling http-body v0.4.5 |
3285 | 2024-12-20T23:07:59.614Z | [ helios-setup] Dec 20 23:07:58.950 INFO E| Compiling ring v0.16.20 |
3286 | 2024-12-20T23:08:01.061Z | [ helios-setup] Dec 20 23:08:00.400 INFO E| Compiling rand_core v0.6.4 |
3287 | 2024-12-20T23:08:01.864Z | [ helios-setup] Dec 20 23:08:01.204 INFO E| Compiling thread_local v1.1.7 |
3288 | 2024-12-20T23:08:02.045Z | [ helios-setup] Dec 20 23:08:01.385 INFO E| Compiling ppv-lite86 v0.2.17 |
3289 | 2024-12-20T23:08:03.936Z | [ helios-setup] Dec 20 23:08:03.276 INFO E| Compiling tower-service v0.3.2 |
3290 | 2024-12-20T23:08:04.139Z | [ helios-setup] Dec 20 23:08:03.465 INFO E| Compiling httpdate v1.0.2 |
3291 | 2024-12-20T23:08:04.291Z | [ helios-setup] Dec 20 23:08:03.631 INFO E| Compiling rayon-core v1.10.2 |
3292 | 2024-12-20T23:08:04.690Z | [ helios-setup] Dec 20 23:08:04.030 INFO E| Compiling base64 v0.21.0 |
3293 | 2024-12-20T23:08:05.147Z | [ helios-setup] Dec 20 23:08:04.488 INFO E| Compiling home v0.5.4 |
3294 | 2024-12-20T23:08:05.831Z | [ helios-setup] Dec 20 23:08:05.172 INFO E| Compiling utf8parse v0.2.1 |
3295 | 2024-12-20T23:08:06.030Z | [ helios-setup] Dec 20 23:08:05.371 INFO E| Compiling fastrand v1.9.0 |
3296 | 2024-12-20T23:08:06.582Z | [ helios-setup] Dec 20 23:08:05.922 INFO E| Compiling lazy_static v1.4.0 |
3297 | 2024-12-20T23:08:06.941Z | [ helios-setup] Dec 20 23:08:06.282 INFO E| Compiling adler v1.0.2 |
3298 | 2024-12-20T23:08:07.095Z | [ helios-setup] Dec 20 23:08:06.436 INFO E| Compiling toolchain_find v0.2.0 |
3299 | 2024-12-20T23:08:07.095Z | [ helios-setup] Dec 20 23:08:06.437 INFO E| Compiling tempfile v3.5.0 |
3300 | 2024-12-20T23:08:07.596Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3301 | 2024-12-20T23:08:07.815Z | [ helios-setup] Dec 20 23:08:07.156 INFO E| Compiling miniz_oxide v0.6.2 |
3302 | 2024-12-20T23:08:08.127Z | [ helios-setup] Dec 20 23:08:07.468 INFO E| Compiling hyper v0.14.25 |
3303 | 2024-12-20T23:08:08.691Z | [ helios-setup] Dec 20 23:08:08.033 INFO E| Compiling anstyle-parse v0.1.1 |
3304 | 2024-12-20T23:08:09.893Z | [ helios-setup] Dec 20 23:08:09.236 INFO E| Compiling rand_chacha v0.3.1 |
3305 | 2024-12-20T23:08:11.440Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3306 | 2024-12-20T23:08:13.403Z | [ helios-setup] Dec 20 23:08:12.738 INFO E| Compiling futures v0.3.28 |
3307 | 2024-12-20T23:08:20.444Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3308 | 2024-12-20T23:08:20.587Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3309 | 2024-12-20T23:08:20.890Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3310 | 2024-12-20T23:08:25.470Z | [ helios-setup] Dec 20 23:08:24.817 INFO E| Compiling num_enum_derive v0.5.7 |
3311 | 2024-12-20T23:08:25.705Z | [ helios-setup] Dec 20 23:08:25.052 INFO E| Compiling cargo-lock v8.0.3 |
3312 | 2024-12-20T23:08:26.646Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3313 | 2024-12-20T23:08:27.625Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3314 | 2024-12-20T23:08:29.473Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3315 | 2024-12-20T23:08:30.254Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3316 | 2024-12-20T23:08:31.360Z | [ helios-setup] Dec 20 23:08:30.708 INFO E| Compiling crossbeam-deque v0.8.2 |
3317 | 2024-12-20T23:08:32.708Z | [ helios-setup] Dec 20 23:08:32.056 INFO E| Compiling term v0.7.0 |
3318 | 2024-12-20T23:08:33.121Z | [ helios-setup] Dec 20 23:08:32.470 INFO E| Compiling serde_urlencoded v0.7.1 |
3319 | 2024-12-20T23:08:33.617Z | [ helios-setup] Dec 20 23:08:32.966 INFO E| Compiling is-terminal v0.4.7 |
3320 | 2024-12-20T23:08:34.036Z | [ helios-setup] Dec 20 23:08:33.385 INFO E| Compiling sha2 v0.10.6 |
3321 | 2024-12-20T23:08:34.505Z | [ helios-setup] Dec 20 23:08:33.854 INFO E| Compiling sha1 v0.10.5 |
3322 | 2024-12-20T23:08:34.813Z | [ helios-setup] Dec 20 23:08:34.162 INFO E| Compiling atty v0.2.14 |
3323 | 2024-12-20T23:08:35.244Z | [ helios-setup] Dec 20 23:08:34.588 INFO E| Compiling concolor-query v0.3.3 |
3324 | 2024-12-20T23:08:36.458Z | [ helios-setup] Dec 20 23:08:35.808 INFO E| Compiling anstyle v0.3.5 |
3325 | 2024-12-20T23:08:37.658Z | [ helios-setup] Dec 20 23:08:37.008 INFO E| Compiling concolor-override v1.0.0 |
3326 | 2024-12-20T23:08:38.804Z | [ helios-setup] Dec 20 23:08:38.151 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3327 | 2024-12-20T23:08:39.129Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3328 | 2024-12-20T23:08:39.564Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3329 | 2024-12-20T23:08:39.984Z | [ host-package] Compiling twox-hash v1.6.3 |
3330 | 2024-12-20T23:08:41.102Z | [ helios-setup] Dec 20 23:08:40.453 INFO E| Compiling anstream v0.2.6 |
3331 | 2024-12-20T23:08:41.981Z | [ host-package] Compiling yasna v0.5.2 |
3332 | 2024-12-20T23:08:42.210Z | [ helios-setup] Dec 20 23:08:41.562 INFO E| Compiling slog-term v2.9.0 |
3333 | 2024-12-20T23:08:42.884Z | [ helios-setup] Dec 20 23:08:42.236 INFO E| Compiling flate2 v1.0.25 |
3334 | 2024-12-20T23:08:43.770Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3335 | 2024-12-20T23:08:45.149Z | [ host-package] Compiling is_ci v1.2.0 |
3336 | 2024-12-20T23:08:45.226Z | [ helios-setup] Dec 20 23:08:44.579 INFO E| Compiling num_enum v0.5.7 |
3337 | 2024-12-20T23:08:45.301Z | [ helios-setup] Dec 20 23:08:44.653 INFO E| Compiling rand v0.8.5 |
3338 | 2024-12-20T23:08:45.475Z | [ helios-setup] Dec 20 23:08:44.827 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3339 | 2024-12-20T23:08:45.836Z | [ host-package] Compiling smawk v0.3.2 |
3340 | 2024-12-20T23:08:45.912Z | [ helios-setup] Dec 20 23:08:45.265 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3341 | 2024-12-20T23:08:46.025Z | [ host-package] Compiling supports-color v3.0.1 |
3342 | 2024-12-20T23:08:46.269Z | [ helios-setup] Dec 20 23:08:45.621 INFO E| Compiling openapiv3 v1.0.2 |
3343 | 2024-12-20T23:08:46.538Z | [ host-package] Compiling textwrap v0.16.1 |
3344 | 2024-12-20T23:08:47.026Z | [ host-package] Compiling rcgen v0.12.1 |
3345 | 2024-12-20T23:08:48.039Z | [ helios-setup] Dec 20 23:08:47.391 INFO E| Compiling encoding_rs v0.8.32 |
3346 | 2024-12-20T23:08:49.653Z | [ helios-setup] Dec 20 23:08:49.004 INFO E| Compiling unsafe-libyaml v0.2.8 |
3347 | 2024-12-20T23:08:52.797Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3348 | 2024-12-20T23:08:53.282Z | [ helios-setup] Dec 20 23:08:52.636 INFO E| Compiling clap_lex v0.4.1 |
3349 | 2024-12-20T23:08:55.038Z | [ helios-setup] Dec 20 23:08:54.385 INFO E| Compiling untrusted v0.7.1 |
3350 | 2024-12-20T23:08:55.441Z | [ helios-setup] Dec 20 23:08:54.774 INFO E| Compiling base64 v0.13.1 |
3351 | 2024-12-20T23:08:55.728Z | [ helios-setup] Dec 20 23:08:55.081 INFO E| Compiling project-root v0.2.2 |
3352 | 2024-12-20T23:08:56.470Z | [ helios-setup] Dec 20 23:08:55.826 INFO E| Compiling spin v0.5.2 |
3353 | 2024-12-20T23:08:56.566Z | [ helios-setup] Dec 20 23:08:55.921 INFO E| Compiling ipnet v2.7.2 |
3354 | 2024-12-20T23:08:57.039Z | [ helios-setup] Dec 20 23:08:56.394 INFO E| Compiling byteorder v1.4.3 |
3355 | 2024-12-20T23:08:57.741Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3356 | 2024-12-20T23:08:57.812Z | [ helios-setup] Dec 20 23:08:57.164 INFO E| Compiling utf-8 v0.7.6 |
3357 | 2024-12-20T23:08:58.472Z | [ helios-setup] Dec 20 23:08:57.826 INFO E| Compiling either v1.8.0 |
3358 | 2024-12-20T23:08:58.802Z | [ helios-setup] Dec 20 23:08:58.159 INFO E| Compiling strsim v0.10.0 |
3359 | 2024-12-20T23:08:59.220Z | [ helios-setup] Dec 20 23:08:58.576 INFO E| Compiling mime v0.3.17 |
3360 | 2024-12-20T23:09:00.929Z | [ helios-setup] Dec 20 23:09:00.286 INFO E| Compiling reqwest v0.11.16 |
3361 | 2024-12-20T23:09:01.625Z | [ helios-setup] Dec 20 23:09:00.981 INFO E| Compiling clap_builder v4.2.1 |
3362 | 2024-12-20T23:09:02.026Z | [ helios-setup] Dec 20 23:09:01.383 INFO E| Compiling rayon v1.6.1 |
3363 | 2024-12-20T23:09:02.089Z | [ helios-setup] Dec 20 23:09:01.446 INFO E| Compiling tungstenite v0.18.0 |
3364 | 2024-12-20T23:09:02.486Z | [ helios-setup] Dec 20 23:09:01.833 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3365 | 2024-12-20T23:09:07.174Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3366 | 2024-12-20T23:09:09.302Z | [ helios-setup] Dec 20 23:09:08.661 INFO E| Compiling serde_yaml v0.9.21 |
3367 | 2024-12-20T23:09:09.882Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3368 | 2024-12-20T23:09:13.659Z | [ helios-setup] Dec 20 23:09:12.996 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3369 | 2024-12-20T23:09:13.779Z | [ helios-setup] Dec 20 23:09:13.102 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3370 | 2024-12-20T23:09:16.298Z | [ helios-setup] Dec 20 23:09:15.659 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3371 | 2024-12-20T23:09:16.382Z | [ helios-setup] Dec 20 23:09:15.744 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3372 | 2024-12-20T23:09:16.829Z | [ helios-setup] Dec 20 23:09:16.190 INFO E| Compiling clap_derive v4.2.0 |
3373 | 2024-12-20T23:09:18.792Z | [ helios-setup] Dec 20 23:09:18.151 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3374 | 2024-12-20T23:09:26.758Z | [ helios-setup] Dec 20 23:09:26.096 INFO E| Compiling clap v4.2.1 |
3375 | 2024-12-20T23:09:27.236Z | [ helios-setup] Dec 20 23:09:26.600 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3376 | 2024-12-20T23:09:27.429Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3377 | 2024-12-20T23:09:40.401Z | [ helios-setup] Dec 20 23:09:39.755 INFO E| Compiling tokio-tungstenite v0.18.0 |
3378 | 2024-12-20T23:09:41.714Z | [ helios-setup] Dec 20 23:09:41.079 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3379 | 2024-12-20T23:09:44.997Z | [ helios-setup] Dec 20 23:09:44.345 INFO E| Compiling smartstring v1.0.1 |
3380 | 2024-12-20T23:09:46.483Z | [ helios-setup] Dec 20 23:09:45.852 INFO E| Compiling rustls v0.21.0 |
3381 | 2024-12-20T23:09:48.483Z | [ helios-setup] Dec 20 23:09:47.830 INFO E| Compiling toml_datetime v0.6.1 |
3382 | 2024-12-20T23:09:50.065Z | [ helios-setup] Dec 20 23:09:49.436 INFO E| Compiling serde_spanned v0.6.1 |
3383 | 2024-12-20T23:09:50.871Z | [ helios-setup] Dec 20 23:09:50.156 INFO E| Compiling static_assertions v1.1.0 |
3384 | 2024-12-20T23:09:51.162Z | [ helios-setup] Dec 20 23:09:50.530 INFO E| Compiling camino v1.1.4 |
3385 | 2024-12-20T23:09:51.241Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3386 | 2024-12-20T23:09:52.710Z | [ helios-setup] Dec 20 23:09:52.076 INFO E| Compiling paste v1.0.12 |
3387 | 2024-12-20T23:09:53.892Z | [ helios-setup] Dec 20 23:09:53.261 INFO E| Compiling match_cfg v0.1.0 |
3388 | 2024-12-20T23:09:54.267Z | [ helios-setup] Dec 20 23:09:53.636 INFO E| Compiling async-trait v0.1.68 |
3389 | 2024-12-20T23:09:55.608Z | [ helios-setup] Dec 20 23:09:54.980 INFO E| Compiling slog-async v2.7.0 |
3390 | 2024-12-20T23:09:57.169Z | [ helios-setup] Dec 20 23:09:55.084 INFO E| Compiling winnow v0.4.1 |
3391 | 2024-12-20T23:09:57.203Z | [ helios-setup] Dec 20 23:09:56.253 INFO E| Compiling hostname v0.3.1 |
3392 | 2024-12-20T23:09:59.889Z | [ helios-setup] Dec 20 23:09:59.261 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3393 | 2024-12-20T23:10:00.142Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3394 | 2024-12-20T23:10:02.383Z | [ helios-setup] Dec 20 23:10:01.758 INFO E| Compiling slog-json v2.6.1 |
3395 | 2024-12-20T23:10:03.385Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3396 | 2024-12-20T23:10:03.450Z | [ helios-setup] Dec 20 23:10:02.822 INFO E| Compiling toml_edit v0.19.8 |
3397 | 2024-12-20T23:10:03.493Z | [ helios-setup] Dec 20 23:10:02.867 INFO E| Compiling unicode-linebreak v0.1.4 |
3398 | 2024-12-20T23:10:05.594Z | [ helios-setup] Dec 20 23:10:04.964 INFO E| Compiling async-stream-impl v0.3.5 |
3399 | 2024-12-20T23:10:08.659Z | [ helios-setup] Dec 20 23:10:08.007 INFO E| Compiling rhai_codegen v1.5.0 |
3400 | 2024-12-20T23:10:08.899Z | [ helios-setup] Dec 20 23:10:08.276 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3401 | 2024-12-20T23:10:10.387Z | [ helios-setup] Dec 20 23:10:09.764 INFO E| Compiling take_mut v0.2.2 |
3402 | 2024-12-20T23:10:12.416Z | [ helios-setup] Dec 20 23:10:11.794 INFO E| Compiling toml v0.7.3 |
3403 | 2024-12-20T23:10:13.857Z | [ helios-setup] Dec 20 23:10:13.233 INFO E| Compiling rhai v1.14.0 |
3404 | 2024-12-20T23:10:16.126Z | [ helios-setup] Dec 20 23:10:15.504 INFO E| Compiling async-stream v0.3.5 |
3405 | 2024-12-20T23:10:16.346Z | [ helios-setup] Dec 20 23:10:15.725 INFO E| Compiling slog-bunyan v2.4.0 |
3406 | 2024-12-20T23:10:20.275Z | [ helios-setup] Dec 20 23:10:19.644 INFO E| Compiling rustls-pemfile v1.0.2 |
3407 | 2024-12-20T23:10:21.280Z | [ helios-setup] Dec 20 23:10:20.660 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3408 | 2024-12-20T23:10:21.643Z | [ helios-setup] Dec 20 23:10:21.019 INFO E| Compiling serde_path_to_error v0.1.11 |
3409 | 2024-12-20T23:10:23.217Z | [ helios-setup] Dec 20 23:10:22.597 INFO E| Compiling bincode v1.3.3 |
3410 | 2024-12-20T23:10:24.089Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3411 | 2024-12-20T23:10:24.554Z | [ helios-setup] Dec 20 23:10:23.935 INFO E| Compiling terminal_size v0.2.6 |
3412 | 2024-12-20T23:10:25.186Z | [ helios-setup] Dec 20 23:10:24.546 INFO E| Compiling smawk v0.3.1 |
3413 | 2024-12-20T23:10:25.541Z | [ helios-setup] Dec 20 23:10:24.923 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3414 | 2024-12-20T23:10:25.688Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3415 | 2024-12-20T23:10:25.791Z | [ helios-setup] Dec 20 23:10:25.173 INFO E| Compiling textwrap v0.16.0 |
3416 | 2024-12-20T23:10:26.701Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3417 | 2024-12-20T23:10:26.759Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3418 | 2024-12-20T23:10:36.139Z | [ helios-setup] Dec 20 23:10:35.521 INFO E| Compiling rustls-webpki v0.100.1 |
3419 | 2024-12-20T23:10:36.299Z | [ helios-setup] Dec 20 23:10:35.678 INFO E| Compiling sct v0.7.0 |
3420 | 2024-12-20T23:10:41.511Z | [ host-package] Compiling fatfs v0.3.6 |
3421 | 2024-12-20T23:10:44.052Z | [ host-package] Compiling subprocess v0.2.9 |
3422 | 2024-12-20T23:10:46.474Z | [ helios-setup] Dec 20 23:10:45.499 INFO E| Compiling git2 v0.16.1 |
3423 | 2024-12-20T23:10:46.581Z | [ helios-setup] Dec 20 23:10:45.779 INFO E| Compiling tokio-rustls v0.24.0 |
3424 | 2024-12-20T23:10:46.900Z | [ host-package] Compiling rtoolbox v0.0.2 |
3425 | 2024-12-20T23:10:47.798Z | [ host-package] Compiling assert_matches v1.5.0 |
3426 | 2024-12-20T23:10:47.836Z | [ host-package] Compiling rpassword v7.3.1 |
3427 | 2024-12-20T23:10:49.007Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3428 | 2024-12-20T23:10:55.293Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3429 | 2024-12-20T23:10:55.537Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3430 | 2024-12-20T23:10:58.311Z | [ helios-setup] Dec 20 23:10:57.702 INFO E| Compiling built v0.6.0 |
3431 | 2024-12-20T23:10:59.951Z | [ helios-setup] Dec 20 23:10:59.333 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3432 | 2024-12-20T23:11:01.262Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3433 | 2024-12-20T23:11:01.987Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3434 | 2024-12-20T23:11:02.164Z | [ helios-setup] Dec 20 23:11:01.557 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3435 | 2024-12-20T23:11:02.826Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3436 | 2024-12-20T23:11:03.060Z | [ helios-setup] Dec 20 23:11:02.453 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3437 | 2024-12-20T23:11:07.045Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3438 | 2024-12-20T23:11:08.149Z | [ host-package] Compiling uzers v0.12.1 |
3439 | 2024-12-20T23:11:13.241Z | [ helios-setup] Dec 20 23:11:12.637 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3440 | 2024-12-20T23:11:13.506Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3441 | 2024-12-20T23:11:16.409Z | [ helios-setup] Dec 20 23:11:15.805 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3442 | 2024-12-20T23:11:26.217Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3443 | 2024-12-20T23:11:30.860Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3444 | 2024-12-20T23:12:06.244Z | [ helios-setup] Dec 20 23:12:05.611 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3445 | 2024-12-20T23:12:16.505Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3446 | 2024-12-20T23:12:22.354Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3447 | 2024-12-20T23:12:28.291Z | [ host-package] Compiling multimap v0.10.0 |
3448 | 2024-12-20T23:13:13.813Z | [ helios-setup] Dec 20 23:13:13.241 INFO E| Finished `release` profile [optimized] target(s) in 6m 50s |
3449 | 2024-12-20T23:13:13.949Z | [ helios-setup] Dec 20 23:13:13.381 INFO building project "pilot" ok (410 seconds) |
3450 | 2024-12-20T23:13:13.952Z | [ helios-setup] rm -f helios-build |
3451 | 2024-12-20T23:13:13.955Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3452 | 2024-12-20T23:13:13.958Z | [ helios-setup] |
3453 | 2024-12-20T23:13:13.961Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3454 | 2024-12-20T23:13:13.961Z | [ helios-setup] |
3455 | 2024-12-20T23:13:13.964Z | [ helios-setup] |
3456 | 2024-12-20T23:13:13.964Z | Dec 20 23:13:13.394 INFO [helios-setup] process exited with exit status: 0 (720.133085984s) |
3457 | 2024-12-20T23:13:13.964Z | [ helios-setup] real 12:00.127084980 |
3458 | 2024-12-20T23:13:13.964Z | [ helios-setup] user 29:18.294431645 |
3459 | 2024-12-20T23:13:13.964Z | [ helios-setup] sys 3:38.952812724 |
3460 | 2024-12-20T23:13:13.964Z | [ helios-setup] trap 1.827940162 |
3461 | 2024-12-20T23:13:13.964Z | [ helios-setup] tflt 8.055027791 |
3462 | 2024-12-20T23:13:13.964Z | [ helios-setup] dflt 29.303047099 |
3463 | 2024-12-20T23:13:13.964Z | [ helios-setup] kflt 0.000361743 |
3464 | 2024-12-20T23:13:13.964Z | [ helios-setup] lock 2:05:01.873140601 |
3465 | 2024-12-20T23:13:13.964Z | [ helios-setup] slp 3:48:14.947744220 |
3466 | 2024-12-20T23:13:13.964Z | [ helios-setup] lat 33:31.158041808 |
3467 | 2024-12-20T23:13:13.964Z | [ helios-setup] stop 4:43.167350789 |
3468 | 2024-12-20T23:13:13.964Z | Dec 20 23:13:13.395 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3469 | 2024-12-20T23:13:13.992Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3470 | 2024-12-20T23:13:14.306Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3471 | 2024-12-20T23:13:14.306Z | [ phbl-toolchain] info: downloading component 'cargo' |
3472 | 2024-12-20T23:13:15.799Z | [ phbl-toolchain] info: downloading component 'clippy' |
3473 | 2024-12-20T23:13:16.159Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3474 | 2024-12-20T23:13:21.177Z | [ phbl-toolchain] info: downloading component 'miri' |
3475 | 2024-12-20T23:13:21.365Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3476 | 2024-12-20T23:13:23.877Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3477 | 2024-12-20T23:13:24.105Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3478 | 2024-12-20T23:13:26.425Z | [ phbl-toolchain] info: downloading component 'rustc' |
3479 | 2024-12-20T23:13:34.401Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3480 | 2024-12-20T23:13:34.676Z | [ phbl-toolchain] info: installing component 'cargo' |
3481 | 2024-12-20T23:13:36.055Z | [ phbl-toolchain] info: installing component 'clippy' |
3482 | 2024-12-20T23:13:36.598Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3483 | 2024-12-20T23:13:42.115Z | [ phbl-toolchain] info: installing component 'miri' |
3484 | 2024-12-20T23:13:42.470Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3485 | 2024-12-20T23:13:50.460Z | [ phbl-toolchain] info: installing component 'rust-src' |
3486 | 2024-12-20T23:13:51.139Z | [ phbl-toolchain] info: installing component 'rust-std' |
3487 | 2024-12-20T23:13:53.573Z | [ phbl-toolchain] info: installing component 'rustc' |
3488 | 2024-12-20T23:14:02.886Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3489 | 2024-12-20T23:14:03.683Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3490 | 2024-12-20T23:14:03.686Z | Dec 20 23:14:03.132 INFO [phbl-toolchain] process exited with exit status: 0 (49.737116349s) |
3491 | 2024-12-20T23:15:10.770Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3492 | 2024-12-20T23:15:21.110Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3493 | 2024-12-20T23:22:05.456Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 59s |
3494 | 2024-12-20T23:23:13.442Z | Dec 20 23:23:13.049 INFO [host-package] process exited with exit status: 0 (1268.182477591s) |
3495 | 2024-12-20T23:23:13.442Z | Dec 20 23:23:13.049 INFO [host-stamp] running task |
3496 | 2024-12-20T23:23:13.445Z | Dec 20 23:23:13.050 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3497 | 2024-12-20T23:23:13.450Z | Dec 20 23:23:13.058 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+git3aafc3f0544 |
3498 | 2024-12-20T23:23:13.461Z | Dec 20 23:23:13.068 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+git3aafc3f0544 |
3499 | 2024-12-20T23:23:13.467Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3500 | 2024-12-20T23:23:13.469Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3501 | 2024-12-20T23:23:13.470Z | Dec 20 23:23:13.077 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+git3aafc3f0544 |
3502 | 2024-12-20T23:23:13.479Z | Dec 20 23:23:13.086 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+git3aafc3f0544 |
3503 | 2024-12-20T23:23:13.485Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3504 | 2024-12-20T23:23:13.489Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3505 | 2024-12-20T23:23:13.492Z | Dec 20 23:23:13.098 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+git3aafc3f0544 |
3506 | 2024-12-20T23:23:13.500Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3507 | 2024-12-20T23:23:13.505Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3508 | 2024-12-20T23:23:13.507Z | Dec 20 23:23:13.112 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+git3aafc3f0544 |
3509 | 2024-12-20T23:23:13.520Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3510 | 2024-12-20T23:23:13.522Z | Dec 20 23:23:13.127 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+git3aafc3f0544 |
3511 | 2024-12-20T23:23:13.534Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3512 | 2024-12-20T23:23:13.537Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3513 | 2024-12-20T23:23:13.540Z | Dec 20 23:23:13.145 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+git3aafc3f0544 |
3514 | 2024-12-20T23:23:13.550Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3515 | 2024-12-20T23:23:13.558Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3516 | 2024-12-20T23:23:13.560Z | Dec 20 23:23:13.163 INFO [stamp-oxlog] process exited with exit status: 0 (85.511287ms) |
3517 | 2024-12-20T23:23:13.560Z | Dec 20 23:23:13.163 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (35.694468ms) |
3518 | 2024-12-20T23:23:13.560Z | Dec 20 23:23:13.163 INFO [stamp-overlay] process exited with exit status: 0 (51.038972ms) |
3519 | 2024-12-20T23:23:13.563Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3520 | 2024-12-20T23:23:13.567Z | Dec 20 23:23:13.175 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (116.626552ms) |
3521 | 2024-12-20T23:23:13.570Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3522 | 2024-12-20T23:23:13.822Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3523 | 2024-12-20T23:23:13.828Z | Dec 20 23:23:13.434 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (288.981837ms) |
3524 | 2024-12-20T23:23:13.848Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3525 | 2024-12-20T23:23:13.852Z | Dec 20 23:23:13.460 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (392.009159ms) |
3526 | 2024-12-20T23:23:14.620Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3527 | 2024-12-20T23:23:14.624Z | Dec 20 23:23:14.232 INFO [stamp-propolis-server] process exited with exit status: 0 (1.145593808s) |
3528 | 2024-12-20T23:23:14.658Z | [recovery-package] Compiling newtype-uuid v1.1.3 |
3529 | 2024-12-20T23:23:15.179Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3530 | 2024-12-20T23:23:15.462Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3531 | 2024-12-20T23:23:15.462Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3532 | 2024-12-20T23:23:15.496Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3533 | 2024-12-20T23:23:16.212Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3534 | 2024-12-20T23:23:23.393Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3535 | 2024-12-20T23:23:23.397Z | Dec 20 23:23:23.006 INFO [stamp-switch-asic] process exited with exit status: 0 (9.907855087s) |
3536 | 2024-12-20T23:23:23.397Z | Dec 20 23:23:23.006 INFO [host-stamp] task succeeded (9.95707793s) |
3537 | 2024-12-20T23:23:23.397Z | Dec 20 23:23:23.007 INFO [host-proto] running task |
3538 | 2024-12-20T23:23:23.802Z | Dec 20 23:23:23.413 INFO [host-proto] task succeeded (406.032926ms) |
3539 | 2024-12-20T23:23:23.802Z | Dec 20 23:23:23.413 INFO [host-profile] running task |
3540 | 2024-12-20T23:23:23.804Z | Dec 20 23:23:23.413 INFO [host-profile] task succeeded (290.6µs) |
3541 | 2024-12-20T23:23:23.804Z | Dec 20 23:23:23.413 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/.tmpuUXtU8/proto/host/root -N 'ci 3aafc3f/${os_short_commit} 2024-12-20 23:01' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3542 | 2024-12-20T23:23:23.820Z | [ host-image] Dec 20 23:23:23.431 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3543 | 2024-12-20T23:23:23.820Z | [ host-image] Dec 20 23:23:23.431 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3544 | 2024-12-20T23:23:23.835Z | [ host-image] Dec 20 23:23:23.446 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpuUXtU8/proto/host/root" |
3545 | 2024-12-20T23:23:23.838Z | [ host-image] Dec 20 23:23:23.446 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3546 | 2024-12-20T23:23:23.838Z | [ host-image] Dec 20 23:23:23.446 INFO image builder template: ramdisk-01-os... |
3547 | 2024-12-20T23:23:23.838Z | [ host-image] Dec 20 23:23:23.446 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/.tmpuUXtU8/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 |
3548 | 2024-12-20T23:23:23.858Z | [ host-image] Dec 20 23:23:23.468 INFO O| Dec 20 23:23:23.468 INFO CREATE DATASET: rpool/images/build/host/output |
3549 | 2024-12-20T23:23:24.057Z | [ host-image] Dec 20 23:23:23.667 INFO O| Dec 20 23:23:23.667 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3550 | 2024-12-20T23:23:24.061Z | [ host-image] Dec 20 23:23:23.672 INFO O| Dec 20 23:23:23.672 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3551 | 2024-12-20T23:23:24.282Z | [ host-image] Dec 20 23:23:23.893 INFO O| Dec 20 23:23:23.893 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3552 | 2024-12-20T23:23:24.357Z | [ host-image] Dec 20 23:23:23.968 INFO O| Dec 20 23:23:23.968 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3553 | 2024-12-20T23:23:24.360Z | [ host-image] Dec 20 23:23:23.969 INFO O| Dec 20 23:23:23.969 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3554 | 2024-12-20T23:23:24.360Z | [ host-image] Dec 20 23:23:23.969 INFO O| Dec 20 23:23:23.969 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3555 | 2024-12-20T23:23:24.360Z | [ host-image] Dec 20 23:23:23.969 INFO O| Dec 20 23:23:23.969 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3556 | 2024-12-20T23:23:24.366Z | [ host-image] Dec 20 23:23:23.977 INFO O| Dec 20 23:23:23.977 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3557 | 2024-12-20T23:23:24.601Z | [ host-image] Dec 20 23:23:24.212 INFO O| Dec 20 23:23:24.211 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3558 | 2024-12-20T23:23:24.613Z | [ host-image] Dec 20 23:23:24.224 INFO O| Dec 20 23:23:24.224 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3559 | 2024-12-20T23:23:24.992Z | [ host-image] Dec 20 23:23:24.603 INFO O| Dec 20 23:23:24.603 INFO O| Caching catalogs ... Done |
3560 | 2024-12-20T23:23:25.071Z | [ host-image] Dec 20 23:23:24.682 INFO O| Dec 20 23:23:24.682 INFO STEP 0 (pkg_image_create) COMPLETE |
3561 | 2024-12-20T23:23:25.071Z | [ host-image] Dec 20 23:23:24.682 INFO O| Dec 20 23:23:24.682 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3562 | 2024-12-20T23:23:25.074Z | [ host-image] Dec 20 23:23:24.682 INFO O| Dec 20 23:23:24.682 INFO skip step because feature "repo_redist" is not enabled |
3563 | 2024-12-20T23:23:25.074Z | [ host-image] Dec 20 23:23:24.682 INFO O| Dec 20 23:23:24.682 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3564 | 2024-12-20T23:23:25.077Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3565 | 2024-12-20T23:23:25.077Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3566 | 2024-12-20T23:23:25.077Z | [recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3567 | 2024-12-20T23:23:25.077Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3568 | 2024-12-20T23:23:25.084Z | [ host-image] Dec 20 23:23:24.695 INFO O| Dec 20 23:23:24.695 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"] |
3569 | 2024-12-20T23:23:25.595Z | [ host-image] Dec 20 23:23:25.206 INFO O| Dec 20 23:23:25.206 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3570 | 2024-12-20T23:23:25.595Z | [ host-image] Dec 20 23:23:25.206 INFO O| Dec 20 23:23:25.206 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3571 | 2024-12-20T23:23:25.610Z | [ host-image] Dec 20 23:23:25.220 INFO O| Dec 20 23:23:25.220 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"] |
3572 | 2024-12-20T23:23:26.180Z | [ host-image] Dec 20 23:23:25.790 INFO O| Dec 20 23:23:25.790 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3573 | 2024-12-20T23:23:26.180Z | [ host-image] Dec 20 23:23:25.790 INFO O| Dec 20 23:23:25.790 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3574 | 2024-12-20T23:23:26.180Z | [ host-image] Dec 20 23:23:25.790 INFO O| Dec 20 23:23:25.790 INFO skip step because feature "repo_redist" is not enabled |
3575 | 2024-12-20T23:23:26.188Z | [ host-image] Dec 20 23:23:25.790 INFO O| Dec 20 23:23:25.790 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3576 | 2024-12-20T23:23:26.745Z | [ host-image] Dec 20 23:23:26.355 INFO O| Dec 20 23:23:26.355 INFO variant opensolaris.zone is already global |
3577 | 2024-12-20T23:23:26.745Z | [ host-image] Dec 20 23:23:26.355 INFO O| Dec 20 23:23:26.355 INFO STEP 5 (pkg_change_variant) COMPLETE |
3578 | 2024-12-20T23:23:26.749Z | [ host-image] Dec 20 23:23:26.355 INFO O| Dec 20 23:23:26.355 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3579 | 2024-12-20T23:23:27.351Z | [ host-image] Dec 20 23:23:26.963 INFO O| Dec 20 23:23:26.963 INFO variant opensolaris.imagetype is full; changing to partial |
3580 | 2024-12-20T23:23:27.351Z | [ host-image] Dec 20 23:23:26.963 INFO O| Dec 20 23:23:26.963 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3581 | 2024-12-20T23:23:28.200Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3582 | 2024-12-20T23:23:28.320Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3583 | 2024-12-20T23:23:29.608Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3584 | 2024-12-20T23:23:31.012Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3585 | 2024-12-20T23:23:34.094Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3586 | 2024-12-20T23:23:39.504Z | [ host-image] Dec 20 23:23:39.119 INFO O| Dec 20 23:23:39.119 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3587 | 2024-12-20T23:23:40.212Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3588 | 2024-12-20T23:23:41.350Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3589 | 2024-12-20T23:23:47.182Z | [ host-image] Dec 20 23:23:46.800 INFO O| Dec 20 23:23:46.799 INFO O| Startup: Caching catalogs ... Done |
3590 | 2024-12-20T23:23:47.279Z | [ host-image] Dec 20 23:23:46.897 INFO O| Dec 20 23:23:46.897 INFO O| Planning: Planning completed in 0.00 seconds |
3591 | 2024-12-20T23:23:47.282Z | [ host-image] Dec 20 23:23:46.897 INFO O| Dec 20 23:23:46.897 INFO O| Planning: Consolidating action changes ... Done |
3592 | 2024-12-20T23:23:47.282Z | [ host-image] Dec 20 23:23:46.898 INFO O| Dec 20 23:23:46.898 INFO O| Planning: Evaluating mediators ... Done |
3593 | 2024-12-20T23:23:47.282Z | [ host-image] Dec 20 23:23:46.898 INFO O| Dec 20 23:23:46.898 INFO O| Planning: Planning completed in 0.00 seconds |
3594 | 2024-12-20T23:23:47.282Z | [ host-image] Dec 20 23:23:46.898 INFO O| Dec 20 23:23:46.898 INFO O| Variants/Facets to change: 1 |
3595 | 2024-12-20T23:23:47.306Z | [ host-image] Dec 20 23:23:46.923 INFO O| Dec 20 23:23:46.923 INFO O| Done |
3596 | 2024-12-20T23:23:47.306Z | [ host-image] Dec 20 23:23:46.923 INFO O| Dec 20 23:23:46.923 INFO O| Done |
3597 | 2024-12-20T23:23:48.041Z | [ host-image] Dec 20 23:23:47.658 INFO O| Dec 20 23:23:47.658 INFO O| Done |
3598 | 2024-12-20T23:23:48.102Z | [ host-image] Dec 20 23:23:47.719 INFO O| Dec 20 23:23:47.719 INFO O| Done |
3599 | 2024-12-20T23:23:48.104Z | [ host-image] Dec 20 23:23:47.721 INFO O| Dec 20 23:23:47.721 INFO O| Done |
3600 | 2024-12-20T23:23:48.104Z | [ host-image] Dec 20 23:23:47.721 INFO O| Dec 20 23:23:47.721 INFO O| Done |
3601 | 2024-12-20T23:23:48.106Z | [ host-image] Dec 20 23:23:47.723 INFO O| Dec 20 23:23:47.723 INFO O| Done |
3602 | 2024-12-20T23:23:48.577Z | [ host-image] Dec 20 23:23:48.195 INFO O| Dec 20 23:23:48.195 INFO STEP 6 (pkg_change_variant) COMPLETE |
3603 | 2024-12-20T23:23:48.577Z | [ host-image] Dec 20 23:23:48.195 INFO O| Dec 20 23:23:48.195 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3604 | 2024-12-20T23:23:48.577Z | [ host-image] Dec 20 23:23:48.195 INFO O| Dec 20 23:23:48.195 INFO skip step because feature "debug_variant" is not enabled |
3605 | 2024-12-20T23:23:48.581Z | [ host-image] Dec 20 23:23:48.195 INFO O| Dec 20 23:23:48.195 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3606 | 2024-12-20T23:23:49.178Z | [ host-image] Dec 20 23:23:48.793 INFO O| Dec 20 23:23:48.793 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3607 | 2024-12-20T23:23:50.023Z | [ host-image] Dec 20 23:23:49.641 INFO O| Dec 20 23:23:49.641 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3608 | 2024-12-20T23:23:50.025Z | [ host-image] Dec 20 23:23:49.642 INFO O| Dec 20 23:23:49.642 INFO O| Planning: Planning completed in 0.00 seconds |
3609 | 2024-12-20T23:23:50.025Z | [ host-image] Dec 20 23:23:49.643 INFO O| Dec 20 23:23:49.643 INFO O| Planning: Consolidating action changes ... Done |
3610 | 2024-12-20T23:23:50.025Z | [ host-image] Dec 20 23:23:49.643 INFO O| Dec 20 23:23:49.643 INFO O| Planning: Evaluating mediators ... Done |
3611 | 2024-12-20T23:23:50.025Z | [ host-image] Dec 20 23:23:49.643 INFO O| Dec 20 23:23:49.643 INFO O| Planning: Planning completed in 0.00 seconds |
3612 | 2024-12-20T23:23:50.025Z | [ host-image] Dec 20 23:23:49.643 INFO O| Dec 20 23:23:49.643 INFO O| Variants/Facets to change: 1 |
3613 | 2024-12-20T23:23:50.043Z | [ host-image] Dec 20 23:23:49.661 INFO O| Dec 20 23:23:49.661 INFO O| Done |
3614 | 2024-12-20T23:23:50.043Z | [ host-image] Dec 20 23:23:49.661 INFO O| Dec 20 23:23:49.661 INFO O| Done |
3615 | 2024-12-20T23:23:50.442Z | [ host-image] Dec 20 23:23:50.061 INFO O| Dec 20 23:23:50.061 INFO O| Done |
3616 | 2024-12-20T23:23:50.496Z | [ host-image] Dec 20 23:23:50.115 INFO O| Dec 20 23:23:50.115 INFO O| Done |
3617 | 2024-12-20T23:23:50.499Z | [ host-image] Dec 20 23:23:50.115 INFO O| Dec 20 23:23:50.115 INFO O| Done |
3618 | 2024-12-20T23:23:50.499Z | [ host-image] Dec 20 23:23:50.116 INFO O| Dec 20 23:23:50.115 INFO O| Done |
3619 | 2024-12-20T23:23:50.499Z | [ host-image] Dec 20 23:23:50.117 INFO O| Dec 20 23:23:50.117 INFO O| Done |
3620 | 2024-12-20T23:23:50.550Z | [ host-image] Dec 20 23:23:50.168 INFO O| Dec 20 23:23:50.168 INFO STEP 8 (pkg_change_facet) COMPLETE |
3621 | 2024-12-20T23:23:50.550Z | [ host-image] Dec 20 23:23:50.168 INFO O| Dec 20 23:23:50.168 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3622 | 2024-12-20T23:23:50.553Z | [ host-image] Dec 20 23:23:50.168 INFO O| Dec 20 23:23:50.168 INFO skip step because feature "recovery" is not enabled |
3623 | 2024-12-20T23:23:50.553Z | [ host-image] Dec 20 23:23:50.168 INFO O| Dec 20 23:23:50.168 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3624 | 2024-12-20T23:23:50.553Z | [ host-image] Dec 20 23:23:50.168 INFO O| Dec 20 23:23:50.168 INFO skip step because feature "recovery" is not enabled |
3625 | 2024-12-20T23:23:50.553Z | [ host-image] Dec 20 23:23:50.169 INFO O| Dec 20 23:23:50.168 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3626 | 2024-12-20T23:23:50.562Z | [ host-image] Dec 20 23:23:50.180 INFO O| Dec 20 23:23:50.180 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"] |
3627 | 2024-12-20T23:23:51.017Z | [ host-image] Dec 20 23:23:50.636 INFO O| Dec 20 23:23:50.636 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3628 | 2024-12-20T23:24:03.589Z | [recovery-package] Finished `release` profile [optimized] target(s) in 49.85s |
3629 | 2024-12-20T23:24:04.760Z | Dec 20 23:24:04.383 INFO [recovery-package] process exited with exit status: 0 (51.333347614s) |
3630 | 2024-12-20T23:24:04.760Z | Dec 20 23:24:04.383 INFO [recovery-stamp] running task |
3631 | 2024-12-20T23:24:04.763Z | Dec 20 23:24:04.384 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3632 | 2024-12-20T23:24:04.763Z | Dec 20 23:24:04.384 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git3aafc3f0544 |
3633 | 2024-12-20T23:24:04.783Z | Dec 20 23:24:04.406 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+git3aafc3f0544 |
3634 | 2024-12-20T23:24:04.793Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3635 | 2024-12-20T23:24:04.807Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3636 | 2024-12-20T23:24:04.881Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3637 | 2024-12-20T23:24:04.885Z | Dec 20 23:24:04.508 INFO [stamp-installinator] process exited with exit status: 0 (124.419096ms) |
3638 | 2024-12-20T23:24:04.925Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3639 | 2024-12-20T23:24:04.929Z | Dec 20 23:24:04.552 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (146.037128ms) |
3640 | 2024-12-20T23:24:04.932Z | Dec 20 23:24:04.553 INFO [recovery-stamp] task succeeded (169.166533ms) |
3641 | 2024-12-20T23:24:04.932Z | Dec 20 23:24:04.553 INFO [recovery-proto] running task |
3642 | 2024-12-20T23:24:04.932Z | Dec 20 23:24:04.553 INFO [tuf-stamp] running task |
3643 | 2024-12-20T23:24:04.932Z | Dec 20 23:24:04.553 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+git3aafc3f0544 |
3644 | 2024-12-20T23:24:04.944Z | Dec 20 23:24:04.567 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+git3aafc3f0544 |
3645 | 2024-12-20T23:24:04.961Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3646 | 2024-12-20T23:24:04.964Z | Dec 20 23:24:04.584 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+git3aafc3f0544 |
3647 | 2024-12-20T23:24:04.980Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3648 | 2024-12-20T23:24:04.988Z | Dec 20 23:24:04.600 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+git3aafc3f0544 |
3649 | 2024-12-20T23:24:04.991Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3650 | 2024-12-20T23:24:04.994Z | Dec 20 23:24:04.617 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+git3aafc3f0544 |
3651 | 2024-12-20T23:24:05.015Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3652 | 2024-12-20T23:24:05.018Z | Dec 20 23:24:04.639 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+git3aafc3f0544 |
3653 | 2024-12-20T23:24:05.106Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3654 | 2024-12-20T23:24:05.109Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3655 | 2024-12-20T23:24:05.109Z | Dec 20 23:24:04.729 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+git3aafc3f0544 |
3656 | 2024-12-20T23:24:05.138Z | Dec 20 23:24:04.761 INFO [recovery-proto] task succeeded (208.749904ms) |
3657 | 2024-12-20T23:24:05.143Z | Dec 20 23:24:04.762 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/.tmpuUXtU8/proto/recovery/root -N 'recovery 3aafc3f/${os_short_commit} 2024-12-20 23:01' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3658 | 2024-12-20T23:24:05.143Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3659 | 2024-12-20T23:24:05.143Z | Dec 20 23:24:04.762 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+git3aafc3f0544 |
3660 | 2024-12-20T23:24:05.183Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3661 | 2024-12-20T23:24:05.186Z | Dec 20 23:24:04.806 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+git3aafc3f0544 |
3662 | 2024-12-20T23:24:05.245Z | [ recovery-image] Dec 20 23:24:04.816 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3663 | 2024-12-20T23:24:05.245Z | [ recovery-image] Dec 20 23:24:04.816 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3664 | 2024-12-20T23:24:05.248Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3665 | 2024-12-20T23:24:05.248Z | Dec 20 23:24:04.869 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+git3aafc3f0544 |
3666 | 2024-12-20T23:24:05.284Z | [ recovery-image] Dec 20 23:24:04.880 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpuUXtU8/proto/recovery/root" |
3667 | 2024-12-20T23:24:05.284Z | [ recovery-image] Dec 20 23:24:04.880 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3668 | 2024-12-20T23:24:05.287Z | [ recovery-image] Dec 20 23:24:04.880 INFO image builder template: ramdisk-01-os... |
3669 | 2024-12-20T23:24:05.287Z | [ recovery-image] Dec 20 23:24:04.881 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/.tmpuUXtU8/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 |
3670 | 2024-12-20T23:24:05.317Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3671 | 2024-12-20T23:24:05.320Z | Dec 20 23:24:04.940 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+git3aafc3f0544 |
3672 | 2024-12-20T23:24:05.344Z | [ recovery-image] Dec 20 23:24:04.967 INFO O| Dec 20 23:24:04.962 INFO CREATE DATASET: rpool/images/build/recovery/output |
3673 | 2024-12-20T23:24:05.634Z | [ recovery-image] Dec 20 23:24:05.249 INFO O| Dec 20 23:24:05.249 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3674 | 2024-12-20T23:24:05.634Z | [ recovery-image] Dec 20 23:24:05.255 INFO O| Dec 20 23:24:05.255 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3675 | 2024-12-20T23:24:05.638Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3676 | 2024-12-20T23:24:05.638Z | Dec 20 23:24:05.258 INFO [stamp-probe] process exited with exit status: 0 (690.710655ms) |
3677 | 2024-12-20T23:24:05.649Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3678 | 2024-12-20T23:24:05.725Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
3679 | 2024-12-20T23:24:05.806Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3680 | 2024-12-20T23:24:05.842Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3681 | 2024-12-20T23:24:05.878Z | Dec 20 23:24:05.501 INFO [stamp-ntp] process exited with exit status: 0 (694.143433ms) |
3682 | 2024-12-20T23:24:06.040Z | [ recovery-image] Dec 20 23:24:05.664 INFO O| Dec 20 23:24:05.663 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3683 | 2024-12-20T23:24:06.149Z | [ recovery-image] Dec 20 23:24:05.772 INFO O| Dec 20 23:24:05.772 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3684 | 2024-12-20T23:24:06.149Z | [ recovery-image] Dec 20 23:24:05.772 INFO O| Dec 20 23:24:05.772 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3685 | 2024-12-20T23:24:06.152Z | [ recovery-image] Dec 20 23:24:05.772 INFO O| Dec 20 23:24:05.772 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3686 | 2024-12-20T23:24:06.152Z | [ recovery-image] Dec 20 23:24:05.772 INFO O| Dec 20 23:24:05.772 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3687 | 2024-12-20T23:24:06.186Z | [ recovery-image] Dec 20 23:24:05.809 INFO O| Dec 20 23:24:05.809 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3688 | 2024-12-20T23:24:06.588Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3689 | 2024-12-20T23:24:06.593Z | Dec 20 23:24:06.217 INFO [stamp-internal-dns] process exited with exit status: 0 (1.633010283s) |
3690 | 2024-12-20T23:24:06.662Z | [ recovery-image] Dec 20 23:24:06.285 INFO O| Dec 20 23:24:06.285 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3691 | 2024-12-20T23:24:06.678Z | [ recovery-image] Dec 20 23:24:06.302 INFO O| Dec 20 23:24:06.301 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3692 | 2024-12-20T23:24:06.681Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3693 | 2024-12-20T23:24:06.726Z | Dec 20 23:24:06.349 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.619729112s) |
3694 | 2024-12-20T23:24:06.865Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3695 | 2024-12-20T23:24:06.882Z | Dec 20 23:24:06.506 INFO [stamp-external-dns] process exited with exit status: 0 (1.888563316s) |
3696 | 2024-12-20T23:24:07.179Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3697 | 2024-12-20T23:24:07.190Z | Dec 20 23:24:06.814 INFO [stamp-oximeter] process exited with exit status: 0 (2.260375783s) |
3698 | 2024-12-20T23:24:07.256Z | [ recovery-image] Dec 20 23:24:06.879 INFO O| Dec 20 23:24:06.879 INFO O| Caching catalogs ... Done |
3699 | 2024-12-20T23:24:07.356Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3700 | 2024-12-20T23:24:07.361Z | Dec 20 23:24:06.985 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.006104465s) |
3701 | 2024-12-20T23:24:07.370Z | [ recovery-image] Dec 20 23:24:06.994 INFO O| Dec 20 23:24:06.994 INFO STEP 0 (pkg_image_create) COMPLETE |
3702 | 2024-12-20T23:24:07.370Z | [ recovery-image] Dec 20 23:24:06.994 INFO O| Dec 20 23:24:06.994 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3703 | 2024-12-20T23:24:07.373Z | [ recovery-image] Dec 20 23:24:06.994 INFO O| Dec 20 23:24:06.994 INFO skip step because feature "repo_redist" is not enabled |
3704 | 2024-12-20T23:24:07.373Z | [ recovery-image] Dec 20 23:24:06.994 INFO O| Dec 20 23:24:06.994 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3705 | 2024-12-20T23:24:07.388Z | [ recovery-image] Dec 20 23:24:07.011 INFO O| Dec 20 23:24:07.011 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"] |
3706 | 2024-12-20T23:24:07.867Z | [ recovery-image] Dec 20 23:24:07.490 INFO O| Dec 20 23:24:07.490 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3707 | 2024-12-20T23:24:07.867Z | [ recovery-image] Dec 20 23:24:07.490 INFO O| Dec 20 23:24:07.490 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3708 | 2024-12-20T23:24:07.883Z | [ recovery-image] Dec 20 23:24:07.507 INFO O| Dec 20 23:24:07.507 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"] |
3709 | 2024-12-20T23:24:08.276Z | [ recovery-image] Dec 20 23:24:07.900 INFO O| Dec 20 23:24:07.900 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3710 | 2024-12-20T23:24:08.276Z | [ recovery-image] Dec 20 23:24:07.900 INFO O| Dec 20 23:24:07.900 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3711 | 2024-12-20T23:24:08.279Z | [ recovery-image] Dec 20 23:24:07.900 INFO O| Dec 20 23:24:07.900 INFO skip step because feature "repo_redist" is not enabled |
3712 | 2024-12-20T23:24:08.279Z | [ recovery-image] Dec 20 23:24:07.900 INFO O| Dec 20 23:24:07.900 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3713 | 2024-12-20T23:24:08.752Z | [ recovery-image] Dec 20 23:24:08.376 INFO O| Dec 20 23:24:08.376 INFO variant opensolaris.zone is already global |
3714 | 2024-12-20T23:24:08.752Z | [ recovery-image] Dec 20 23:24:08.376 INFO O| Dec 20 23:24:08.376 INFO STEP 5 (pkg_change_variant) COMPLETE |
3715 | 2024-12-20T23:24:08.752Z | [ recovery-image] Dec 20 23:24:08.376 INFO O| Dec 20 23:24:08.376 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3716 | 2024-12-20T23:24:09.112Z | [ recovery-image] Dec 20 23:24:08.736 INFO O| Dec 20 23:24:08.736 INFO variant opensolaris.imagetype is full; changing to partial |
3717 | 2024-12-20T23:24:09.112Z | [ recovery-image] Dec 20 23:24:08.736 INFO O| Dec 20 23:24:08.736 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3718 | 2024-12-20T23:24:09.549Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3719 | 2024-12-20T23:24:09.554Z | Dec 20 23:24:09.178 INFO [stamp-nexus] process exited with exit status: 0 (4.309584928s) |
3720 | 2024-12-20T23:24:10.206Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3721 | 2024-12-20T23:24:10.382Z | [verify-libraries] Compiling home v0.5.9 |
3722 | 2024-12-20T23:24:10.385Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3723 | 2024-12-20T23:24:10.433Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3724 | 2024-12-20T23:24:10.433Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3725 | 2024-12-20T23:24:10.433Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3726 | 2024-12-20T23:24:10.438Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3727 | 2024-12-20T23:24:10.441Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3728 | 2024-12-20T23:24:10.528Z | [verify-libraries] Compiling nix v0.28.0 |
3729 | 2024-12-20T23:24:10.789Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3730 | 2024-12-20T23:24:10.796Z | [verify-libraries] Compiling polyval v0.6.2 |
3731 | 2024-12-20T23:24:10.810Z | Dec 20 23:24:10.421 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.820627914s) |
3732 | 2024-12-20T23:24:11.237Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3733 | 2024-12-20T23:24:11.446Z | [verify-libraries] Compiling ghash v0.5.1 |
3734 | 2024-12-20T23:24:11.662Z | [verify-libraries] Compiling ctr v0.9.2 |
3735 | 2024-12-20T23:24:11.889Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3736 | 2024-12-20T23:24:11.959Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3737 | 2024-12-20T23:24:12.164Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3738 | 2024-12-20T23:24:12.283Z | [verify-libraries] Compiling blowfish v0.9.1 |
3739 | 2024-12-20T23:24:13.119Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3740 | 2024-12-20T23:24:13.553Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3741 | 2024-12-20T23:24:14.530Z | [verify-libraries] Compiling password-hash v0.4.2 |
3742 | 2024-12-20T23:24:17.441Z | [verify-libraries] Compiling rustyline v14.0.0 |
3743 | 2024-12-20T23:24:18.909Z | [verify-libraries] Compiling matches v0.1.10 |
3744 | 2024-12-20T23:24:19.093Z | [verify-libraries] Compiling idna v0.2.3 |
3745 | 2024-12-20T23:24:19.207Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3746 | 2024-12-20T23:24:19.321Z | Dec 20 23:24:18.948 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.185801516s) |
3747 | 2024-12-20T23:24:20.392Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3748 | 2024-12-20T23:24:20.397Z | Dec 20 23:24:20.025 INFO [stamp-clickhouse] process exited with exit status: 0 (15.385943608s) |
3749 | 2024-12-20T23:24:20.399Z | Dec 20 23:24:20.025 INFO [tuf-stamp] task succeeded (15.472149585s) |
3750 | 2024-12-20T23:24:20.482Z | [ recovery-image] Dec 20 23:24:20.110 INFO O| Dec 20 23:24:20.109 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3751 | 2024-12-20T23:24:20.571Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3752 | 2024-12-20T23:24:21.266Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3753 | 2024-12-20T23:24:21.329Z | [verify-libraries] Compiling p521 v0.13.3 |
3754 | 2024-12-20T23:24:24.449Z | [verify-libraries] Compiling p256 v0.13.2 |
3755 | 2024-12-20T23:24:26.789Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3756 | 2024-12-20T23:24:27.427Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3757 | 2024-12-20T23:24:27.999Z | [verify-libraries] Compiling md5 v0.7.0 |
3758 | 2024-12-20T23:24:28.083Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3759 | 2024-12-20T23:24:29.008Z | [ recovery-image] Dec 20 23:24:28.638 INFO O| Dec 20 23:24:28.637 INFO O| Startup: Caching catalogs ... Done |
3760 | 2024-12-20T23:24:29.118Z | [ recovery-image] Dec 20 23:24:28.748 INFO O| Dec 20 23:24:28.748 INFO O| Planning: Planning completed in 0.00 seconds |
3761 | 2024-12-20T23:24:29.121Z | [ recovery-image] Dec 20 23:24:28.749 INFO O| Dec 20 23:24:28.749 INFO O| Planning: Consolidating action changes ... Done |
3762 | 2024-12-20T23:24:29.121Z | [ recovery-image] Dec 20 23:24:28.749 INFO O| Dec 20 23:24:28.749 INFO O| Planning: Evaluating mediators ... Done |
3763 | 2024-12-20T23:24:29.121Z | [ recovery-image] Dec 20 23:24:28.749 INFO O| Dec 20 23:24:28.749 INFO O| Planning: Planning completed in 0.00 seconds |
3764 | 2024-12-20T23:24:29.121Z | [ recovery-image] Dec 20 23:24:28.749 INFO O| Dec 20 23:24:28.749 INFO O| Variants/Facets to change: 1 |
3765 | 2024-12-20T23:24:29.178Z | [ recovery-image] Dec 20 23:24:28.808 INFO O| Dec 20 23:24:28.807 INFO O| Done |
3766 | 2024-12-20T23:24:29.178Z | [ recovery-image] Dec 20 23:24:28.808 INFO O| Dec 20 23:24:28.807 INFO O| Done |
3767 | 2024-12-20T23:24:30.222Z | [ recovery-image] Dec 20 23:24:29.852 INFO O| Dec 20 23:24:29.851 INFO O| Done |
3768 | 2024-12-20T23:24:30.335Z | [ recovery-image] Dec 20 23:24:29.965 INFO O| Dec 20 23:24:29.965 INFO O| Done |
3769 | 2024-12-20T23:24:30.338Z | [ recovery-image] Dec 20 23:24:29.967 INFO O| Dec 20 23:24:29.967 INFO O| Done |
3770 | 2024-12-20T23:24:30.338Z | [ recovery-image] Dec 20 23:24:29.967 INFO O| Dec 20 23:24:29.967 INFO O| Done |
3771 | 2024-12-20T23:24:30.341Z | [ recovery-image] Dec 20 23:24:29.969 INFO O| Dec 20 23:24:29.969 INFO O| Done |
3772 | 2024-12-20T23:24:31.190Z | [ recovery-image] Dec 20 23:24:30.821 INFO O| Dec 20 23:24:30.821 INFO STEP 6 (pkg_change_variant) COMPLETE |
3773 | 2024-12-20T23:24:31.190Z | [ recovery-image] Dec 20 23:24:30.821 INFO O| Dec 20 23:24:30.821 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3774 | 2024-12-20T23:24:31.194Z | [ recovery-image] Dec 20 23:24:30.821 INFO O| Dec 20 23:24:30.821 INFO skip step because feature "debug_variant" is not enabled |
3775 | 2024-12-20T23:24:31.194Z | [ recovery-image] Dec 20 23:24:30.821 INFO O| Dec 20 23:24:30.821 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3776 | 2024-12-20T23:24:31.996Z | [ recovery-image] Dec 20 23:24:31.626 INFO O| Dec 20 23:24:31.626 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3777 | 2024-12-20T23:24:33.044Z | [ recovery-image] Dec 20 23:24:32.675 INFO O| Dec 20 23:24:32.675 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3778 | 2024-12-20T23:24:33.047Z | [ recovery-image] Dec 20 23:24:32.677 INFO O| Dec 20 23:24:32.677 INFO O| Planning: Planning completed in 0.00 seconds |
3779 | 2024-12-20T23:24:33.047Z | [ recovery-image] Dec 20 23:24:32.678 INFO O| Dec 20 23:24:32.678 INFO O| Planning: Consolidating action changes ... Done |
3780 | 2024-12-20T23:24:33.050Z | [ recovery-image] Dec 20 23:24:32.678 INFO O| Dec 20 23:24:32.678 INFO O| Planning: Evaluating mediators ... Done |
3781 | 2024-12-20T23:24:33.050Z | [ recovery-image] Dec 20 23:24:32.679 INFO O| Dec 20 23:24:32.679 INFO O| Planning: Planning completed in 0.00 seconds |
3782 | 2024-12-20T23:24:33.050Z | [ recovery-image] Dec 20 23:24:32.679 INFO O| Dec 20 23:24:32.679 INFO O| Variants/Facets to change: 1 |
3783 | 2024-12-20T23:24:33.146Z | [ recovery-image] Dec 20 23:24:32.775 INFO O| Dec 20 23:24:32.775 INFO O| Done |
3784 | 2024-12-20T23:24:33.146Z | [ recovery-image] Dec 20 23:24:32.775 INFO O| Dec 20 23:24:32.775 INFO O| Done |
3785 | 2024-12-20T23:24:33.630Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3786 | 2024-12-20T23:24:33.701Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3787 | 2024-12-20T23:24:34.012Z | [ recovery-image] Dec 20 23:24:33.644 INFO O| Dec 20 23:24:33.643 INFO O| Done |
3788 | 2024-12-20T23:24:34.112Z | [ recovery-image] Dec 20 23:24:33.744 INFO O| Dec 20 23:24:33.744 INFO O| Done |
3789 | 2024-12-20T23:24:34.115Z | [ recovery-image] Dec 20 23:24:33.745 INFO O| Dec 20 23:24:33.745 INFO O| Done |
3790 | 2024-12-20T23:24:34.115Z | [ recovery-image] Dec 20 23:24:33.745 INFO O| Dec 20 23:24:33.745 INFO O| Done |
3791 | 2024-12-20T23:24:34.118Z | [ recovery-image] Dec 20 23:24:33.747 INFO O| Dec 20 23:24:33.747 INFO O| Done |
3792 | 2024-12-20T23:24:34.236Z | [ recovery-image] Dec 20 23:24:33.867 INFO O| Dec 20 23:24:33.867 INFO STEP 8 (pkg_change_facet) COMPLETE |
3793 | 2024-12-20T23:24:34.236Z | [ recovery-image] Dec 20 23:24:33.867 INFO O| Dec 20 23:24:33.867 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3794 | 2024-12-20T23:24:34.886Z | [ recovery-image] Dec 20 23:24:34.518 INFO O| Dec 20 23:24:34.518 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3795 | 2024-12-20T23:24:35.837Z | [ recovery-image] Dec 20 23:24:35.469 INFO O| Dec 20 23:24:35.468 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3796 | 2024-12-20T23:24:35.839Z | [ recovery-image] Dec 20 23:24:35.471 INFO O| Dec 20 23:24:35.471 INFO O| Planning: Planning completed in 0.00 seconds |
3797 | 2024-12-20T23:24:35.842Z | [ recovery-image] Dec 20 23:24:35.472 INFO O| Dec 20 23:24:35.472 INFO O| Planning: Consolidating action changes ... Done |
3798 | 2024-12-20T23:24:35.842Z | [ recovery-image] Dec 20 23:24:35.472 INFO O| Dec 20 23:24:35.472 INFO O| Planning: Evaluating mediators ... Done |
3799 | 2024-12-20T23:24:35.842Z | [ recovery-image] Dec 20 23:24:35.472 INFO O| Dec 20 23:24:35.472 INFO O| Planning: Planning completed in 0.00 seconds |
3800 | 2024-12-20T23:24:35.842Z | [ recovery-image] Dec 20 23:24:35.473 INFO O| Dec 20 23:24:35.473 INFO O| Variants/Facets to change: 1 |
3801 | 2024-12-20T23:24:35.936Z | [ recovery-image] Dec 20 23:24:35.568 INFO O| Dec 20 23:24:35.568 INFO O| Done |
3802 | 2024-12-20T23:24:35.939Z | [ recovery-image] Dec 20 23:24:35.568 INFO O| Dec 20 23:24:35.568 INFO O| Done |
3803 | 2024-12-20T23:24:36.825Z | [ recovery-image] Dec 20 23:24:36.457 INFO O| Dec 20 23:24:36.457 INFO O| Done |
3804 | 2024-12-20T23:24:36.919Z | [ recovery-image] Dec 20 23:24:36.551 INFO O| Dec 20 23:24:36.551 INFO O| Done |
3805 | 2024-12-20T23:24:36.922Z | [ recovery-image] Dec 20 23:24:36.552 INFO O| Dec 20 23:24:36.552 INFO O| Done |
3806 | 2024-12-20T23:24:36.922Z | [ recovery-image] Dec 20 23:24:36.553 INFO O| Dec 20 23:24:36.552 INFO O| Done |
3807 | 2024-12-20T23:24:36.925Z | [ recovery-image] Dec 20 23:24:36.554 INFO O| Dec 20 23:24:36.554 INFO O| Done |
3808 | 2024-12-20T23:24:37.054Z | [ recovery-image] Dec 20 23:24:36.686 INFO O| Dec 20 23:24:36.686 INFO STEP 9 (pkg_change_facet) COMPLETE |
3809 | 2024-12-20T23:24:37.054Z | [ recovery-image] Dec 20 23:24:36.686 INFO O| Dec 20 23:24:36.686 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3810 | 2024-12-20T23:24:37.782Z | [ recovery-image] Dec 20 23:24:37.415 INFO O| Dec 20 23:24:37.415 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3811 | 2024-12-20T23:24:38.901Z | [ recovery-image] Dec 20 23:24:38.533 INFO O| Dec 20 23:24:38.533 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3812 | 2024-12-20T23:24:38.904Z | [ recovery-image] Dec 20 23:24:38.535 INFO O| Dec 20 23:24:38.535 INFO O| Planning: Planning completed in 0.00 seconds |
3813 | 2024-12-20T23:24:38.904Z | [ recovery-image] Dec 20 23:24:38.536 INFO O| Dec 20 23:24:38.536 INFO O| Planning: Consolidating action changes ... Done |
3814 | 2024-12-20T23:24:38.904Z | [ recovery-image] Dec 20 23:24:38.536 INFO O| Dec 20 23:24:38.536 INFO O| Planning: Evaluating mediators ... Done |
3815 | 2024-12-20T23:24:38.904Z | [ recovery-image] Dec 20 23:24:38.536 INFO O| Dec 20 23:24:38.536 INFO O| Planning: Planning completed in 0.00 seconds |
3816 | 2024-12-20T23:24:38.906Z | [ recovery-image] Dec 20 23:24:38.537 INFO O| Dec 20 23:24:38.537 INFO O| Variants/Facets to change: 1 |
3817 | 2024-12-20T23:24:38.986Z | [ recovery-image] Dec 20 23:24:38.619 INFO O| Dec 20 23:24:38.619 INFO O| Done |
3818 | 2024-12-20T23:24:38.986Z | [ recovery-image] Dec 20 23:24:38.619 INFO O| Dec 20 23:24:38.619 INFO O| Done |
3819 | 2024-12-20T23:24:39.704Z | [ recovery-image] Dec 20 23:24:39.337 INFO O| Dec 20 23:24:39.336 INFO O| Done |
3820 | 2024-12-20T23:24:39.828Z | [ recovery-image] Dec 20 23:24:39.461 INFO O| Dec 20 23:24:39.460 INFO O| Done |
3821 | 2024-12-20T23:24:39.830Z | [ recovery-image] Dec 20 23:24:39.462 INFO O| Dec 20 23:24:39.462 INFO O| Done |
3822 | 2024-12-20T23:24:39.830Z | [ recovery-image] Dec 20 23:24:39.462 INFO O| Dec 20 23:24:39.462 INFO O| Done |
3823 | 2024-12-20T23:24:39.833Z | [ recovery-image] Dec 20 23:24:39.464 INFO O| Dec 20 23:24:39.464 INFO O| Done |
3824 | 2024-12-20T23:24:39.936Z | [ recovery-image] Dec 20 23:24:39.569 INFO O| Dec 20 23:24:39.569 INFO STEP 10 (pkg_change_facet) COMPLETE |
3825 | 2024-12-20T23:24:39.936Z | [ recovery-image] Dec 20 23:24:39.569 INFO O| Dec 20 23:24:39.569 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3826 | 2024-12-20T23:24:39.957Z | [ recovery-image] Dec 20 23:24:39.590 INFO O| Dec 20 23:24:39.589 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"] |
3827 | 2024-12-20T23:24:41.352Z | [ recovery-image] Dec 20 23:24:40.986 INFO O| Dec 20 23:24:40.986 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3828 | 2024-12-20T23:24:44.196Z | [verify-libraries] Compiling des v0.8.1 |
3829 | 2024-12-20T23:24:44.488Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3830 | 2024-12-20T23:24:44.755Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3831 | 2024-12-20T23:24:44.892Z | [verify-libraries] Compiling russh v0.45.0 |
3832 | 2024-12-20T23:24:46.043Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3833 | 2024-12-20T23:24:47.809Z | [ host-image] Dec 20 23:24:47.444 INFO O| Dec 20 23:24:47.444 INFO O| Planning: Solver setup ... Done |
3834 | 2024-12-20T23:24:52.647Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3835 | 2024-12-20T23:24:57.608Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3836 | 2024-12-20T23:25:00.004Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3837 | 2024-12-20T23:25:10.996Z | [verify-libraries] Compiling petname v2.0.2 |
3838 | 2024-12-20T23:25:12.042Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3839 | 2024-12-20T23:25:13.174Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3840 | 2024-12-20T23:25:13.490Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3841 | 2024-12-20T23:25:22.973Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3842 | 2024-12-20T23:25:28.400Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3843 | 2024-12-20T23:25:30.797Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3844 | 2024-12-20T23:25:38.002Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3845 | 2024-12-20T23:25:47.075Z | [ recovery-image] Dec 20 23:25:46.727 INFO O| Dec 20 23:25:46.727 INFO O| Planning: Solver setup ... Done |
3846 | 2024-12-20T23:25:58.562Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3847 | 2024-12-20T23:26:00.654Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3848 | 2024-12-20T23:26:03.106Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3849 | 2024-12-20T23:26:11.880Z | [ host-image] Dec 20 23:26:11.540 INFO O| Dec 20 23:26:11.540 INFO O| Planning: Running solver ... Done |
3850 | 2024-12-20T23:26:12.473Z | [ host-image] Dec 20 23:26:12.133 INFO O| Dec 20 23:26:12.133 INFO O| Planning: Finding local manifests ... Done |
3851 | 2024-12-20T23:26:12.489Z | [ host-image] Dec 20 23:26:12.149 INFO O| Dec 20 23:26:12.149 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3852 | 2024-12-20T23:26:17.393Z | [ host-image] Dec 20 23:26:17.055 INFO O| Dec 20 23:26:17.055 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3853 | 2024-12-20T23:26:18.818Z | [ host-image] Dec 20 23:26:18.480 INFO O| Dec 20 23:26:18.480 INFO O| Planning: Package planning ... Done |
3854 | 2024-12-20T23:26:20.418Z | [ host-image] Dec 20 23:26:20.079 INFO O| Dec 20 23:26:20.079 INFO O| Planning: Merging actions ... Done |
3855 | 2024-12-20T23:26:20.944Z | [ host-image] Dec 20 23:26:20.607 INFO O| Dec 20 23:26:20.607 INFO O| Planning: Checking for conflicting actions ... Done |
3856 | 2024-12-20T23:26:21.244Z | [ host-image] Dec 20 23:26:20.907 INFO O| Dec 20 23:26:20.907 INFO O| Planning: Consolidating action changes ... Done |
3857 | 2024-12-20T23:26:21.781Z | [ host-image] Dec 20 23:26:21.444 INFO O| Dec 20 23:26:21.444 INFO O| Planning: Evaluating mediators ... Done |
3858 | 2024-12-20T23:26:27.410Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3859 | 2024-12-20T23:26:27.521Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3860 | 2024-12-20T23:26:28.201Z | [ host-image] Dec 20 23:26:27.866 INFO O| Dec 20 23:26:27.866 INFO O| Planning: Planning completed in 157.23 seconds |
3861 | 2024-12-20T23:26:28.279Z | [ host-image] Dec 20 23:26:27.941 INFO O| Dec 20 23:26:27.941 INFO O| Packages to install: 124 |
3862 | 2024-12-20T23:26:28.285Z | [ host-image] Dec 20 23:26:27.941 INFO O| Dec 20 23:26:27.941 INFO O| Mediators to change: 4 |
3863 | 2024-12-20T23:26:28.285Z | [ host-image] Dec 20 23:26:27.941 INFO O| Dec 20 23:26:27.941 INFO O| Services to change: 6 |
3864 | 2024-12-20T23:26:28.422Z | [ host-image] Dec 20 23:26:28.085 INFO O| Dec 20 23:26:28.085 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3865 | 2024-12-20T23:26:33.448Z | [ host-image] Dec 20 23:26:33.114 INFO O| Dec 20 23:26:33.114 INFO O| Download: 1070/22788 items 6.8/199.7MB 3% complete (1.5M/s) |
3866 | 2024-12-20T23:26:35.368Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3867 | 2024-12-20T23:26:35.770Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3868 | 2024-12-20T23:26:36.173Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3869 | 2024-12-20T23:26:36.538Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3870 | 2024-12-20T23:26:37.176Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3871 | 2024-12-20T23:26:38.452Z | [ host-image] Dec 20 23:26:38.115 INFO O| Dec 20 23:26:38.114 INFO O| Download: 1782/22788 items 12.0/199.7MB 6% complete (1.2M/s) |
3872 | 2024-12-20T23:26:43.663Z | [ host-image] Dec 20 23:26:43.332 INFO O| Dec 20 23:26:43.332 INFO O| Download: 2336/22788 items 27.4/199.7MB 13% complete (2.1M/s) |
3873 | 2024-12-20T23:26:44.141Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3874 | 2024-12-20T23:26:44.486Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3875 | 2024-12-20T23:26:45.224Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3876 | 2024-12-20T23:26:48.295Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3877 | 2024-12-20T23:26:48.663Z | [ host-image] Dec 20 23:26:48.333 INFO O| Dec 20 23:26:48.333 INFO O| Download: 3556/22788 items 35.8/199.7MB 17% complete (2.4M/s) |
3878 | 2024-12-20T23:26:52.391Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3879 | 2024-12-20T23:26:53.930Z | [ host-image] Dec 20 23:26:53.584 INFO O| Dec 20 23:26:53.584 INFO O| Download: 4655/22788 items 43.1/199.7MB 21% complete (1.6M/s) |
3880 | 2024-12-20T23:26:58.928Z | [ host-image] Dec 20 23:26:58.600 INFO O| Dec 20 23:26:58.600 INFO O| Download: 5760/22788 items 46.3/199.7MB 23% complete (1.0M/s) |
3881 | 2024-12-20T23:27:03.060Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3882 | 2024-12-20T23:27:03.970Z | [ host-image] Dec 20 23:27:03.645 INFO O| Dec 20 23:27:03.645 INFO O| Download: 6862/22788 items 49.0/199.7MB 24% complete (599k/s) |
3883 | 2024-12-20T23:27:04.622Z | [ recovery-image] Dec 20 23:27:04.298 INFO O| Dec 20 23:27:04.298 INFO O| Planning: Running solver ... Done |
3884 | 2024-12-20T23:27:05.196Z | [ recovery-image] Dec 20 23:27:04.871 INFO O| Dec 20 23:27:04.871 INFO O| Planning: Finding local manifests ... Done |
3885 | 2024-12-20T23:27:05.221Z | [ recovery-image] Dec 20 23:27:04.889 INFO O| Dec 20 23:27:04.889 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3886 | 2024-12-20T23:27:08.979Z | [ host-image] Dec 20 23:27:08.655 INFO O| Dec 20 23:27:08.655 INFO O| Download: 7824/22788 items 59.2/199.7MB 29% complete (1.3M/s) |
3887 | 2024-12-20T23:27:09.952Z | [ recovery-image] Dec 20 23:27:09.629 INFO O| Dec 20 23:27:09.629 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3888 | 2024-12-20T23:27:11.087Z | [ recovery-image] Dec 20 23:27:10.764 INFO O| Dec 20 23:27:10.764 INFO O| Planning: Package planning ... Done |
3889 | 2024-12-20T23:27:11.856Z | [ recovery-image] Dec 20 23:27:11.534 INFO O| Dec 20 23:27:11.534 INFO O| Planning: Merging actions ... Done |
3890 | 2024-12-20T23:27:12.218Z | [ recovery-image] Dec 20 23:27:11.895 INFO O| Dec 20 23:27:11.895 INFO O| Planning: Checking for conflicting actions ... Done |
3891 | 2024-12-20T23:27:12.351Z | [ recovery-image] Dec 20 23:27:12.028 INFO O| Dec 20 23:27:12.028 INFO O| Planning: Consolidating action changes ... Done |
3892 | 2024-12-20T23:27:12.744Z | [ recovery-image] Dec 20 23:27:12.411 INFO O| Dec 20 23:27:12.410 INFO O| Planning: Evaluating mediators ... Done |
3893 | 2024-12-20T23:27:13.996Z | [ host-image] Dec 20 23:27:13.674 INFO O| Dec 20 23:27:13.674 INFO O| Download: 8506/22788 items 69.8/199.7MB 34% complete (2.0M/s) |
3894 | 2024-12-20T23:27:18.958Z | [ recovery-image] Dec 20 23:27:18.636 INFO O| Dec 20 23:27:18.636 INFO O| Planning: Planning completed in 157.65 seconds |
3895 | 2024-12-20T23:27:18.964Z | [ recovery-image] Dec 20 23:27:18.644 INFO O| Dec 20 23:27:18.644 INFO O| Packages to install: 124 |
3896 | 2024-12-20T23:27:18.964Z | [ recovery-image] Dec 20 23:27:18.644 INFO O| Dec 20 23:27:18.644 INFO O| Mediators to change: 4 |
3897 | 2024-12-20T23:27:18.968Z | [ recovery-image] Dec 20 23:27:18.644 INFO O| Dec 20 23:27:18.644 INFO O| Services to change: 5 |
3898 | 2024-12-20T23:27:19.003Z | [ host-image] Dec 20 23:27:18.682 INFO O| Dec 20 23:27:18.682 INFO O| Download: 9694/22788 items 83.5/199.7MB 41% complete (2.4M/s) |
3899 | 2024-12-20T23:27:19.059Z | [ recovery-image] Dec 20 23:27:18.738 INFO O| Dec 20 23:27:18.738 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3900 | 2024-12-20T23:27:19.476Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3901 | 2024-12-20T23:27:24.139Z | [ recovery-image] Dec 20 23:27:23.811 INFO O| Dec 20 23:27:23.811 INFO O| Download: 1006/15862 items 7.9/176.4MB 4% complete (1.7M/s) |
3902 | 2024-12-20T23:27:24.208Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3903 | 2024-12-20T23:27:25.073Z | [ host-image] Dec 20 23:27:24.753 INFO O| Dec 20 23:27:24.753 INFO O| Download: 10414/22788 items 88.0/199.7MB 44% complete (2.0M/s) |
3904 | 2024-12-20T23:27:29.130Z | [ recovery-image] Dec 20 23:27:28.813 INFO O| Dec 20 23:27:28.812 INFO O| Download: 1233/15862 items 17.0/176.4MB 9% complete (1.7M/s) |
3905 | 2024-12-20T23:27:30.200Z | [ host-image] Dec 20 23:27:29.883 INFO O| Dec 20 23:27:29.883 INFO O| Download: 11129/22788 items 92.9/199.7MB 46% complete (907k/s) |
3906 | 2024-12-20T23:27:34.471Z | [ recovery-image] Dec 20 23:27:34.156 INFO O| Dec 20 23:27:34.156 INFO O| Download: 1644/15862 items 25.5/176.4MB 14% complete (1.7M/s) |
3907 | 2024-12-20T23:27:35.208Z | [ host-image] Dec 20 23:27:34.892 INFO O| Dec 20 23:27:34.892 INFO O| Download: 11721/22788 items 96.4/199.7MB 48% complete (852k/s) |
3908 | 2024-12-20T23:27:35.619Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3909 | 2024-12-20T23:27:39.474Z | [ recovery-image] Dec 20 23:27:39.156 INFO O| Dec 20 23:27:39.156 INFO O| Download: 2469/15862 items 31.4/176.4MB 17% complete (1.2M/s) |
3910 | 2024-12-20T23:27:39.504Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3911 | 2024-12-20T23:27:40.211Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3912 | 2024-12-20T23:27:40.267Z | [ host-image] Dec 20 23:27:39.953 INFO O| Dec 20 23:27:39.953 INFO O| Download: 12120/22788 items 107.0/199.7MB 53% complete (1.2M/s) |
3913 | 2024-12-20T23:27:42.930Z | [verify-libraries] Compiling termios v0.3.3 |
3914 | 2024-12-20T23:27:43.265Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3915 | 2024-12-20T23:27:45.104Z | [ recovery-image] Dec 20 23:27:44.785 INFO O| Dec 20 23:27:44.785 INFO O| Download: 3610/15862 items 39.1/176.4MB 22% complete (1.4M/s) |
3916 | 2024-12-20T23:27:45.274Z | [ host-image] Dec 20 23:27:44.960 INFO O| Dec 20 23:27:44.960 INFO O| Download: 12588/22788 items 109.6/199.7MB 54% complete (1.3M/s) |
3917 | 2024-12-20T23:27:50.278Z | [ host-image] Dec 20 23:27:49.967 INFO O| Dec 20 23:27:49.966 INFO O| Download: 13628/22788 items 110.1/199.7MB 55% complete (324k/s) |
3918 | 2024-12-20T23:27:50.406Z | [ recovery-image] Dec 20 23:27:50.094 INFO O| Dec 20 23:27:50.094 INFO O| Download: 3753/15862 items 41.9/176.4MB 23% complete (1.0M/s) |
3919 | 2024-12-20T23:27:54.388Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3920 | 2024-12-20T23:27:55.350Z | [ host-image] Dec 20 23:27:55.037 INFO O| Dec 20 23:27:55.037 INFO O| Download: 14420/22788 items 111.7/199.7MB 55% complete (197k/s) |
3921 | 2024-12-20T23:27:55.660Z | [ recovery-image] Dec 20 23:27:55.350 INFO O| Dec 20 23:27:55.350 INFO O| Download: 4773/15862 items 43.0/176.4MB 24% complete (398k/s) |
3922 | 2024-12-20T23:28:00.354Z | [ host-image] Dec 20 23:28:00.041 INFO O| Dec 20 23:28:00.041 INFO O| Download: 15052/22788 items 120.3/199.7MB 60% complete (1.0M/s) |
3923 | 2024-12-20T23:28:00.710Z | [ recovery-image] Dec 20 23:28:00.376 INFO O| Dec 20 23:28:00.376 INFO O| Download: 4987/15862 items 43.1/176.4MB 24% complete (111k/s) |
3924 | 2024-12-20T23:28:05.358Z | [ host-image] Dec 20 23:28:05.051 INFO O| Dec 20 23:28:05.051 INFO O| Download: 15566/22788 items 124.5/199.7MB 62% complete (1.3M/s) |
3925 | 2024-12-20T23:28:05.689Z | [ recovery-image] Dec 20 23:28:05.382 INFO O| Dec 20 23:28:05.382 INFO O| Download: 5835/15862 items 52.4/176.4MB 29% complete (945k/s) |
3926 | 2024-12-20T23:28:06.922Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3927 | 2024-12-20T23:28:10.380Z | [ host-image] Dec 20 23:28:10.075 INFO O| Dec 20 23:28:10.075 INFO O| Download: 16153/22788 items 140.8/199.7MB 70% complete (2.0M/s) |
3928 | 2024-12-20T23:28:10.691Z | [ recovery-image] Dec 20 23:28:10.386 INFO O| Dec 20 23:28:10.386 INFO O| Download: 6386/15862 items 63.1/176.4MB 35% complete (1.9M/s) |
3929 | 2024-12-20T23:28:15.380Z | [ host-image] Dec 20 23:28:15.075 INFO O| Dec 20 23:28:15.075 INFO O| Download: 16893/22788 items 148.4/199.7MB 74% complete (2.4M/s) |
3930 | 2024-12-20T23:28:15.704Z | [ recovery-image] Dec 20 23:28:15.400 INFO O| Dec 20 23:28:15.400 INFO O| Download: 7212/15862 items 73.3/176.4MB 41% complete (2.0M/s) |
3931 | 2024-12-20T23:28:20.378Z | [ host-image] Dec 20 23:28:20.076 INFO O| Dec 20 23:28:20.075 INFO O| Download: 17893/22788 items 150.3/199.7MB 75% complete (970k/s) |
3932 | 2024-12-20T23:28:22.439Z | [ recovery-image] Dec 20 23:28:22.137 INFO O| Dec 20 23:28:22.137 INFO O| Download: 7625/15862 items 73.7/176.4MB 41% complete (1.2M/s) |
3933 | 2024-12-20T23:28:25.377Z | [ host-image] Dec 20 23:28:25.076 INFO O| Dec 20 23:28:25.076 INFO O| Download: 18626/22788 items 164.6/199.7MB 82% complete (1.6M/s) |
3934 | 2024-12-20T23:28:27.666Z | [ recovery-image] Dec 20 23:28:27.365 INFO O| Dec 20 23:28:27.365 INFO O| Download: 7939/15862 items 77.7/176.4MB 44% complete (401k/s) |
3935 | 2024-12-20T23:28:30.399Z | [ host-image] Dec 20 23:28:30.099 INFO O| Dec 20 23:28:30.099 INFO O| Download: 19788/22788 items 169.7/199.7MB 84% complete (1.9M/s) |
3936 | 2024-12-20T23:28:32.665Z | [ recovery-image] Dec 20 23:28:32.366 INFO O| Dec 20 23:28:32.366 INFO O| Download: 8595/15862 items 79.9/176.4MB 45% complete (645k/s) |
3937 | 2024-12-20T23:28:35.403Z | [ host-image] Dec 20 23:28:35.105 INFO O| Dec 20 23:28:35.105 INFO O| Download: 20503/22788 items 172.0/199.7MB 86% complete (762k/s) |
3938 | 2024-12-20T23:28:38.300Z | [ recovery-image] Dec 20 23:28:38.003 INFO O| Dec 20 23:28:38.002 INFO O| Download: 8847/15862 items 92.0/176.4MB 52% complete (1.4M/s) |
3939 | 2024-12-20T23:28:40.403Z | [ host-image] Dec 20 23:28:40.106 INFO O| Dec 20 23:28:40.106 INFO O| Download: 20975/22788 items 178.8/199.7MB 89% complete (947k/s) |
3940 | 2024-12-20T23:28:43.328Z | [ recovery-image] Dec 20 23:28:43.022 INFO O| Dec 20 23:28:43.022 INFO O| Download: 9949/15862 items 93.1/176.4MB 52% complete (1.2M/s) |
3941 | 2024-12-20T23:28:45.561Z | [ host-image] Dec 20 23:28:45.265 INFO O| Dec 20 23:28:45.265 INFO O| Download: 21589/22788 items 183.3/199.7MB 91% complete (1.1M/s) |
3942 | 2024-12-20T23:28:48.319Z | [ recovery-image] Dec 20 23:28:48.024 INFO O| Dec 20 23:28:48.024 INFO O| Download: 10782/15862 items 93.6/176.4MB 53% complete (163k/s) |
3943 | 2024-12-20T23:28:50.569Z | [ host-image] Dec 20 23:28:50.276 INFO O| Dec 20 23:28:50.276 INFO O| Download: 22035/22788 items 192.4/199.7MB 96% complete (1.4M/s) |
3944 | 2024-12-20T23:28:53.395Z | [ recovery-image] Dec 20 23:28:53.101 INFO O| Dec 20 23:28:53.101 INFO O| Download: 11424/15862 items 107.2/176.4MB 60% complete (1.4M/s) |
3945 | 2024-12-20T23:28:55.573Z | [ host-image] Dec 20 23:28:55.276 INFO O| Dec 20 23:28:55.276 INFO O| Download: 22762/22788 items 199.6/199.7MB 99% complete (1.6M/s) |
3946 | 2024-12-20T23:28:56.608Z | [ host-image] Dec 20 23:28:56.316 INFO O| Dec 20 23:28:56.316 INFO O| Download: Completed 199.66 MB in 148.23 seconds (1.3M/s) |
3947 | 2024-12-20T23:28:58.486Z | [ recovery-image] Dec 20 23:28:58.195 INFO O| Dec 20 23:28:58.195 INFO O| Download: 11997/15862 items 140.0/176.4MB 79% complete (4.6M/s) |
3948 | 2024-12-20T23:28:58.690Z | [ host-image] Dec 20 23:28:58.399 INFO O| Dec 20 23:28:58.399 INFO O| Actions: 1/49485 actions (Installing new actions) |
3949 | 2024-12-20T23:29:03.690Z | [ host-image] Dec 20 23:29:03.401 INFO O| Dec 20 23:29:03.400 INFO O| Actions: 10042/49485 actions (Installing new actions) |
3950 | 2024-12-20T23:29:04.039Z | [ recovery-image] Dec 20 23:29:03.749 INFO O| Dec 20 23:29:03.749 INFO O| Download: 13020/15862 items 144.1/176.4MB 81% complete (3.7M/s) |
3951 | 2024-12-20T23:29:08.749Z | [ host-image] Dec 20 23:29:08.430 INFO O| Dec 20 23:29:08.430 INFO O| Actions: 16442/49485 actions (Installing new actions) |
3952 | 2024-12-20T23:29:09.185Z | [ recovery-image] Dec 20 23:29:08.867 INFO O| Dec 20 23:29:08.867 INFO O| Download: 14064/15862 items 148.6/176.4MB 84% complete (884k/s) |
3953 | 2024-12-20T23:29:13.726Z | [ host-image] Dec 20 23:29:13.439 INFO O| Dec 20 23:29:13.439 INFO O| Actions: 24254/49485 actions (Installing new actions) |
3954 | 2024-12-20T23:29:14.415Z | [ recovery-image] Dec 20 23:29:14.128 INFO O| Dec 20 23:29:14.127 INFO O| Download: 14766/15862 items 156.4/176.4MB 88% complete (1.2M/s) |
3955 | 2024-12-20T23:29:18.867Z | [ host-image] Dec 20 23:29:18.579 INFO O| Dec 20 23:29:18.579 INFO O| Actions: 48930/49485 actions (Installing new actions) |
3956 | 2024-12-20T23:29:19.679Z | [ recovery-image] Dec 20 23:29:19.393 INFO O| Dec 20 23:29:19.393 INFO O| Download: 15576/15862 items 169.2/176.4MB 95% complete (2.0M/s) |
3957 | 2024-12-20T23:29:20.224Z | [ host-image] Dec 20 23:29:19.925 INFO O| Dec 20 23:29:19.925 INFO O| Actions: Completed 49485 actions in 21.52 seconds. |
3958 | 2024-12-20T23:29:21.187Z | [ host-image] Dec 20 23:29:20.861 INFO O| Dec 20 23:29:20.861 INFO O| Done |
3959 | 2024-12-20T23:29:21.188Z | [ host-image] Dec 20 23:29:20.861 INFO O| Dec 20 23:29:20.861 INFO O| Done |
3960 | 2024-12-20T23:29:22.314Z | [ recovery-image] Dec 20 23:29:22.025 INFO O| Dec 20 23:29:22.024 INFO O| Download: Completed 176.38 MB in 123.29 seconds (1.4M/s) |
3961 | 2024-12-20T23:29:22.825Z | [ host-image] Dec 20 23:29:22.541 INFO O| Dec 20 23:29:22.541 INFO O| Done |
3962 | 2024-12-20T23:29:23.657Z | [ recovery-image] Dec 20 23:29:23.352 INFO O| Dec 20 23:29:23.352 INFO O| Actions: 1/25028 actions (Installing new actions) |
3963 | 2024-12-20T23:29:25.608Z | [ host-image] Dec 20 23:29:25.324 INFO O| Dec 20 23:29:25.324 INFO O| Done |
3964 | 2024-12-20T23:29:25.650Z | [ host-image] Dec 20 23:29:25.365 INFO O| Dec 20 23:29:25.365 INFO O| Done |
3965 | 2024-12-20T23:29:28.638Z | [ recovery-image] Dec 20 23:29:28.355 INFO O| Dec 20 23:29:28.355 INFO O| Actions: 8219/25028 actions (Installing new actions) |
3966 | 2024-12-20T23:29:34.182Z | [ host-image] Dec 20 23:29:33.901 INFO O| Dec 20 23:29:33.901 INFO O| Done |
3967 | 2024-12-20T23:29:34.399Z | [ recovery-image] Dec 20 23:29:34.119 INFO O| Dec 20 23:29:34.119 INFO O| Actions: 13103/25028 actions (Installing new actions) |
3968 | 2024-12-20T23:29:35.427Z | [ host-image] Dec 20 23:29:35.146 INFO O| Dec 20 23:29:35.146 INFO O| Done |
3969 | 2024-12-20T23:29:36.209Z | [ host-image] Dec 20 23:29:35.929 INFO O| Dec 20 23:29:35.929 INFO STEP 11 (pkg_install) COMPLETE |
3970 | 2024-12-20T23:29:36.209Z | [ host-image] Dec 20 23:29:35.929 INFO O| Dec 20 23:29:35.929 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3971 | 2024-12-20T23:29:36.242Z | [ host-image] Dec 20 23:29:35.956 INFO O| Dec 20 23:29:35.956 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"] |
3972 | 2024-12-20T23:29:39.420Z | [ recovery-image] Dec 20 23:29:39.124 INFO O| Dec 20 23:29:39.124 INFO O| Actions: 18065/25028 actions (Installing new actions) |
3973 | 2024-12-20T23:29:39.743Z | [ host-image] Dec 20 23:29:39.464 INFO O| Dec 20 23:29:39.464 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3974 | 2024-12-20T23:29:43.144Z | [ recovery-image] Dec 20 23:29:42.865 INFO O| Dec 20 23:29:42.865 INFO O| Actions: Completed 25028 actions in 19.51 seconds. |
3975 | 2024-12-20T23:29:43.854Z | [ recovery-image] Dec 20 23:29:43.576 INFO O| Dec 20 23:29:43.576 INFO O| Done |
3976 | 2024-12-20T23:29:43.854Z | [ recovery-image] Dec 20 23:29:43.576 INFO O| Dec 20 23:29:43.576 INFO O| Done |
3977 | 2024-12-20T23:29:47.421Z | [ host-image] Dec 20 23:29:44.822 INFO O| Dec 20 23:29:44.822 INFO O| Planning: Solver setup ... Done |
3978 | 2024-12-20T23:29:47.469Z | [ host-image] Dec 20 23:29:44.828 INFO O| Dec 20 23:29:44.828 INFO O| Planning: Running solver ... Done |
3979 | 2024-12-20T23:29:47.470Z | [ host-image] Dec 20 23:29:44.937 INFO O| Dec 20 23:29:44.936 INFO O| Planning: Finding local manifests ... Done |
3980 | 2024-12-20T23:29:47.470Z | [ host-image] Dec 20 23:29:44.939 INFO O| Dec 20 23:29:44.938 INFO O| Planning: Fetching manifests: 0/5 0% complete |
3981 | 2024-12-20T23:29:47.470Z | [ host-image] Dec 20 23:29:45.377 INFO O| Dec 20 23:29:45.377 INFO O| Planning: Fetching manifests: 5/5 100% complete |
3982 | 2024-12-20T23:29:47.470Z | [ host-image] Dec 20 23:29:45.457 INFO O| Dec 20 23:29:45.457 INFO O| Planning: Package planning ... Done |
3983 | 2024-12-20T23:29:47.470Z | [ host-image] Dec 20 23:29:45.463 INFO O| Dec 20 23:29:45.463 INFO O| Planning: Merging actions ... Done |
3984 | 2024-12-20T23:29:47.470Z | [ recovery-image] Dec 20 23:29:45.479 INFO O| Dec 20 23:29:45.479 INFO O| Done |
3985 | 2024-12-20T23:29:47.470Z | [ host-image] Dec 20 23:29:45.674 INFO O| Dec 20 23:29:45.674 INFO O| Planning: Checking for conflicting actions ... Done |
3986 | 2024-12-20T23:29:47.470Z | [ host-image] Dec 20 23:29:45.676 INFO O| Dec 20 23:29:45.676 INFO O| Planning: Consolidating action changes ... Done |
3987 | 2024-12-20T23:29:47.492Z | [ host-image] Dec 20 23:29:46.187 INFO O| Dec 20 23:29:46.187 INFO O| Planning: Evaluating mediators ... Done |
3988 | 2024-12-20T23:29:47.492Z | [ host-image] Dec 20 23:29:46.190 INFO O| Dec 20 23:29:46.189 INFO O| Planning: Planning completed in 6.73 seconds |
3989 | 2024-12-20T23:29:47.492Z | [ host-image] Dec 20 23:29:46.193 INFO O| Dec 20 23:29:46.192 INFO O| Packages to install: 5 |
3990 | 2024-12-20T23:29:47.492Z | [ host-image] Dec 20 23:29:46.193 INFO O| Dec 20 23:29:46.193 INFO O| Services to change: 2 |
3991 | 2024-12-20T23:29:47.492Z | [ host-image] Dec 20 23:29:46.235 INFO O| Dec 20 23:29:46.235 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
3992 | 2024-12-20T23:29:47.740Z | [ recovery-image] Dec 20 23:29:47.463 INFO O| Dec 20 23:29:47.463 INFO O| Done |
3993 | 2024-12-20T23:29:47.762Z | [ recovery-image] Dec 20 23:29:47.485 INFO O| Dec 20 23:29:47.485 INFO O| Done |
3994 | 2024-12-20T23:29:48.038Z | [ host-image] Dec 20 23:29:47.761 INFO O| Dec 20 23:29:47.761 INFO O| Download: Completed 1.45 MB in 1.53 seconds (970k/s) |
3995 | 2024-12-20T23:29:48.176Z | [ host-image] Dec 20 23:29:47.900 INFO O| Dec 20 23:29:47.900 INFO O| Actions: 1/305 actions (Installing new actions) |
3996 | 2024-12-20T23:29:48.340Z | [ host-image] Dec 20 23:29:48.064 INFO O| Dec 20 23:29:48.064 INFO O| Actions: Completed 305 actions in 0.16 seconds. |
3997 | 2024-12-20T23:29:49.012Z | [ host-image] Dec 20 23:29:48.736 INFO O| Dec 20 23:29:48.736 INFO O| Done |
3998 | 2024-12-20T23:29:49.012Z | [ host-image] Dec 20 23:29:48.736 INFO O| Dec 20 23:29:48.736 INFO O| Done |
3999 | 2024-12-20T23:29:50.376Z | [ host-image] Dec 20 23:29:50.100 INFO O| Dec 20 23:29:50.099 INFO O| Done |
4000 | 2024-12-20T23:29:52.940Z | [ recovery-image] Dec 20 23:29:52.660 INFO O| Dec 20 23:29:52.660 INFO O| Done |
4001 | 2024-12-20T23:29:53.114Z | [ host-image] Dec 20 23:29:52.832 INFO O| Dec 20 23:29:52.832 INFO O| Done |
4002 | 2024-12-20T23:29:53.149Z | [ host-image] Dec 20 23:29:52.874 INFO O| Dec 20 23:29:52.874 INFO O| Done |
4003 | 2024-12-20T23:29:53.149Z | [ host-image] Dec 20 23:29:52.874 INFO O| Dec 20 23:29:52.874 INFO O| Done |
4004 | 2024-12-20T23:29:53.284Z | [ host-image] Dec 20 23:29:53.008 INFO O| Dec 20 23:29:53.008 INFO O| Done |
4005 | 2024-12-20T23:29:53.471Z | [ host-image] Dec 20 23:29:53.195 INFO O| Dec 20 23:29:53.195 INFO STEP 12 (pkg_install) COMPLETE |
4006 | 2024-12-20T23:29:53.471Z | [ host-image] Dec 20 23:29:53.195 INFO O| Dec 20 23:29:53.195 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4007 | 2024-12-20T23:29:53.492Z | [ host-image] Dec 20 23:29:53.216 INFO O| Dec 20 23:29:53.215 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4008 | 2024-12-20T23:29:53.671Z | [ recovery-image] Dec 20 23:29:53.382 INFO O| Dec 20 23:29:53.382 INFO O| Done |
4009 | 2024-12-20T23:29:54.162Z | [ recovery-image] Dec 20 23:29:53.880 INFO O| Dec 20 23:29:53.879 INFO STEP 11 (pkg_install) COMPLETE |
4010 | 2024-12-20T23:29:54.162Z | [ recovery-image] Dec 20 23:29:53.880 INFO O| Dec 20 23:29:53.880 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4011 | 2024-12-20T23:29:54.177Z | [ recovery-image] Dec 20 23:29:53.880 INFO O| Dec 20 23:29:53.880 INFO skip step because feature "recovery" is enabled |
4012 | 2024-12-20T23:29:54.177Z | [ recovery-image] Dec 20 23:29:53.880 INFO O| Dec 20 23:29:53.880 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4013 | 2024-12-20T23:29:54.178Z | [ recovery-image] Dec 20 23:29:53.880 INFO O| Dec 20 23:29:53.880 INFO skip step because feature "omicron1" is not enabled |
4014 | 2024-12-20T23:29:54.178Z | [ recovery-image] Dec 20 23:29:53.880 INFO O| Dec 20 23:29:53.880 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4015 | 2024-12-20T23:29:54.207Z | [ recovery-image] Dec 20 23:29:53.902 INFO O| Dec 20 23:29:53.901 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4016 | 2024-12-20T23:29:54.747Z | [ host-image] Dec 20 23:29:54.452 INFO O| Dec 20 23:29:54.452 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4017 | 2024-12-20T23:29:55.477Z | [ recovery-image] Dec 20 23:29:55.203 INFO O| Dec 20 23:29:55.203 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4018 | 2024-12-20T23:29:59.892Z | [ host-image] Dec 20 23:29:59.619 INFO O| Dec 20 23:29:59.619 INFO O| Planning: Solver setup ... Done |
4019 | 2024-12-20T23:29:59.899Z | [ host-image] Dec 20 23:29:59.626 INFO O| Dec 20 23:29:59.626 INFO O| Planning: Running solver ... Done |
4020 | 2024-12-20T23:29:59.980Z | [ recovery-image] Dec 20 23:29:59.704 INFO O| Dec 20 23:29:59.704 INFO O| Planning: Solver setup ... Done |
4021 | 2024-12-20T23:30:00.008Z | [ recovery-image] Dec 20 23:29:59.710 INFO O| Dec 20 23:29:59.710 INFO O| Planning: Running solver ... Done |
4022 | 2024-12-20T23:30:00.064Z | [ host-image] Dec 20 23:29:59.790 INFO O| Dec 20 23:29:59.790 INFO O| Planning: Finding local manifests ... Done |
4023 | 2024-12-20T23:30:00.069Z | [ host-image] Dec 20 23:29:59.792 INFO O| Dec 20 23:29:59.792 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4024 | 2024-12-20T23:30:00.069Z | [ recovery-image] Dec 20 23:29:59.793 INFO O| Dec 20 23:29:59.793 INFO O| Planning: Finding local manifests ... Done |
4025 | 2024-12-20T23:30:00.086Z | [ recovery-image] Dec 20 23:29:59.794 INFO O| Dec 20 23:29:59.794 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4026 | 2024-12-20T23:30:00.254Z | [ recovery-image] Dec 20 23:29:59.981 INFO O| Dec 20 23:29:59.980 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4027 | 2024-12-20T23:30:00.288Z | [ recovery-image] Dec 20 23:30:00.015 INFO O| Dec 20 23:30:00.015 INFO O| Planning: Package planning ... Done |
4028 | 2024-12-20T23:30:00.291Z | [ recovery-image] Dec 20 23:30:00.015 INFO O| Dec 20 23:30:00.015 INFO O| Planning: Merging actions ... Done |
4029 | 2024-12-20T23:30:00.412Z | [ recovery-image] Dec 20 23:30:00.139 INFO O| Dec 20 23:30:00.139 INFO O| Planning: Checking for conflicting actions ... Done |
4030 | 2024-12-20T23:30:00.415Z | [ recovery-image] Dec 20 23:30:00.140 INFO O| Dec 20 23:30:00.140 INFO O| Planning: Consolidating action changes ... Done |
4031 | 2024-12-20T23:30:00.475Z | [ host-image] Dec 20 23:30:00.202 INFO O| Dec 20 23:30:00.202 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4032 | 2024-12-20T23:30:00.558Z | [ host-image] Dec 20 23:30:00.277 INFO O| Dec 20 23:30:00.267 INFO O| Planning: Package planning ... Done |
4033 | 2024-12-20T23:30:00.579Z | [ host-image] Dec 20 23:30:00.306 INFO O| Dec 20 23:30:00.306 INFO O| Planning: Merging actions ... Done |
4034 | 2024-12-20T23:30:03.668Z | [ host-image] Dec 20 23:30:00.451 INFO O| Dec 20 23:30:00.451 INFO O| Planning: Checking for conflicting actions ... Done |
4035 | 2024-12-20T23:30:03.668Z | [ host-image] Dec 20 23:30:00.458 INFO O| Dec 20 23:30:00.458 INFO O| Planning: Consolidating action changes ... Done |
4036 | 2024-12-20T23:30:03.668Z | [ recovery-image] Dec 20 23:30:00.673 INFO O| Dec 20 23:30:00.673 INFO O| Planning: Evaluating mediators ... Done |
4037 | 2024-12-20T23:30:03.668Z | [ recovery-image] Dec 20 23:30:00.674 INFO O| Dec 20 23:30:00.674 INFO O| Planning: Planning completed in 5.47 seconds |
4038 | 2024-12-20T23:30:03.668Z | [ recovery-image] Dec 20 23:30:00.676 INFO O| Dec 20 23:30:00.676 INFO O| Packages to install: 1 |
4039 | 2024-12-20T23:30:03.668Z | [ recovery-image] Dec 20 23:30:00.693 INFO O| Dec 20 23:30:00.693 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4040 | 2024-12-20T23:30:03.668Z | [ host-image] Dec 20 23:30:00.933 INFO O| Dec 20 23:30:00.933 INFO O| Planning: Evaluating mediators ... Done |
4041 | 2024-12-20T23:30:03.668Z | [ host-image] Dec 20 23:30:00.940 INFO O| Dec 20 23:30:00.940 INFO O| Planning: Planning completed in 6.49 seconds |
4042 | 2024-12-20T23:30:03.668Z | [ host-image] Dec 20 23:30:00.942 INFO O| Dec 20 23:30:00.942 INFO O| Packages to install: 6 |
4043 | 2024-12-20T23:30:03.668Z | [ host-image] Dec 20 23:30:00.942 INFO O| Dec 20 23:30:00.942 INFO O| Mediators to change: 1 |
4044 | 2024-12-20T23:30:03.668Z | [ host-image] Dec 20 23:30:00.942 INFO O| Dec 20 23:30:00.942 INFO O| Services to change: 1 |
4045 | 2024-12-20T23:30:03.693Z | [ host-image] Dec 20 23:30:00.969 INFO O| Dec 20 23:30:00.969 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4046 | 2024-12-20T23:30:03.693Z | [ recovery-image] Dec 20 23:30:01.402 INFO O| Dec 20 23:30:01.402 INFO O| Download: Completed 9.99 MB in 0.71 seconds (14.1M/s) |
4047 | 2024-12-20T23:30:03.693Z | [ recovery-image] Dec 20 23:30:01.517 INFO O| Dec 20 23:30:01.517 INFO O| Actions: 1/22 actions (Installing new actions) |
4048 | 2024-12-20T23:30:03.693Z | [ recovery-image] Dec 20 23:30:01.844 INFO O| Dec 20 23:30:01.844 INFO O| Actions: Completed 22 actions in 0.33 seconds. |
4049 | 2024-12-20T23:30:03.693Z | [ recovery-image] Dec 20 23:30:02.291 INFO O| Dec 20 23:30:02.291 INFO O| Done |
4050 | 2024-12-20T23:30:03.693Z | [ recovery-image] Dec 20 23:30:02.291 INFO O| Dec 20 23:30:02.291 INFO O| Done |
4051 | 2024-12-20T23:30:03.707Z | [ recovery-image] Dec 20 23:30:03.407 INFO O| Dec 20 23:30:03.407 INFO O| Done |
4052 | 2024-12-20T23:30:05.440Z | [ recovery-image] Dec 20 23:30:05.168 INFO O| Dec 20 23:30:05.168 INFO O| Done |
4053 | 2024-12-20T23:30:05.463Z | [ recovery-image] Dec 20 23:30:05.191 INFO O| Dec 20 23:30:05.191 INFO O| Done |
4054 | 2024-12-20T23:30:05.463Z | [ recovery-image] Dec 20 23:30:05.191 INFO O| Dec 20 23:30:05.191 INFO O| Done |
4055 | 2024-12-20T23:30:05.481Z | [ recovery-image] Dec 20 23:30:05.208 INFO O| Dec 20 23:30:05.208 INFO O| Done |
4056 | 2024-12-20T23:30:05.669Z | [ recovery-image] Dec 20 23:30:05.397 INFO O| Dec 20 23:30:05.397 INFO STEP 14 (pkg_install) COMPLETE |
4057 | 2024-12-20T23:30:05.669Z | [ recovery-image] Dec 20 23:30:05.398 INFO O| Dec 20 23:30:05.397 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4058 | 2024-12-20T23:30:05.669Z | [ recovery-image] Dec 20 23:30:05.398 INFO O| Dec 20 23:30:05.397 INFO skip step because feature "mfg" is not enabled |
4059 | 2024-12-20T23:30:05.669Z | [ recovery-image] Dec 20 23:30:05.398 INFO O| Dec 20 23:30:05.397 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4060 | 2024-12-20T23:30:05.677Z | [ recovery-image] Dec 20 23:30:05.398 INFO O| Dec 20 23:30:05.397 INFO skip step because feature "compliance" is not enabled |
4061 | 2024-12-20T23:30:05.677Z | [ recovery-image] Dec 20 23:30:05.398 INFO O| Dec 20 23:30:05.397 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4062 | 2024-12-20T23:30:05.677Z | [ recovery-image] Dec 20 23:30:05.398 INFO O| Dec 20 23:30:05.398 INFO skip step because feature "stress" is not enabled |
4063 | 2024-12-20T23:30:05.677Z | [ recovery-image] Dec 20 23:30:05.398 INFO O| Dec 20 23:30:05.398 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4064 | 2024-12-20T23:30:05.678Z | [ recovery-image] Dec 20 23:30:05.398 INFO O| Dec 20 23:30:05.398 INFO skip step because feature "nfs" is not enabled |
4065 | 2024-12-20T23:30:05.678Z | [ recovery-image] Dec 20 23:30:05.398 INFO O| Dec 20 23:30:05.398 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4066 | 2024-12-20T23:30:05.678Z | [ recovery-image] Dec 20 23:30:05.398 INFO O| Dec 20 23:30:05.398 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4067 | 2024-12-20T23:30:05.900Z | [ recovery-image] Dec 20 23:30:05.629 INFO O| Dec 20 23:30:05.628 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4068 | 2024-12-20T23:30:06.037Z | [ recovery-image] Dec 20 23:30:05.765 INFO O| Dec 20 23:30:05.765 INFO completed processing gimlet/ramdisk-01-os |
4069 | 2024-12-20T23:30:06.040Z | [ recovery-image] Dec 20 23:30:05.769 INFO image builder template: ramdisk-02-trim... |
4070 | 2024-12-20T23:30:06.044Z | [ recovery-image] Dec 20 23:30:05.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/.tmpuUXtU8/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 |
4071 | 2024-12-20T23:30:06.086Z | [ recovery-image] Dec 20 23:30:05.814 INFO O| Dec 20 23:30:05.814 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4072 | 2024-12-20T23:30:06.112Z | [ recovery-image] Dec 20 23:30:05.840 INFO O| Dec 20 23:30:05.840 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4073 | 2024-12-20T23:30:06.259Z | [ recovery-image] Dec 20 23:30:05.987 INFO O| Dec 20 23:30:05.987 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4074 | 2024-12-20T23:30:06.270Z | [ host-image] Dec 20 23:30:05.998 INFO O| Dec 20 23:30:05.998 INFO O| Download: 1139/1140 items 8.3/8.4MB 98% complete (1.4M/s) |
4075 | 2024-12-20T23:30:06.314Z | [ host-image] Dec 20 23:30:06.043 INFO O| Dec 20 23:30:06.043 INFO O| Download: Completed 8.42 MB in 5.07 seconds (1.7M/s) |
4076 | 2024-12-20T23:30:06.392Z | [ recovery-image] Dec 20 23:30:06.120 INFO O| Dec 20 23:30:06.120 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4077 | 2024-12-20T23:30:06.397Z | [ recovery-image] Dec 20 23:30:06.120 INFO O| Dec 20 23:30:06.120 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4078 | 2024-12-20T23:30:06.405Z | [ recovery-image] Dec 20 23:30:06.133 INFO O| Dec 20 23:30:06.133 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4079 | 2024-12-20T23:30:06.421Z | [ recovery-image] Dec 20 23:30:06.150 INFO O| Dec 20 23:30:06.150 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4080 | 2024-12-20T23:30:06.430Z | [ recovery-image] Dec 20 23:30:06.159 INFO O| Dec 20 23:30:06.159 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4081 | 2024-12-20T23:30:06.469Z | [ host-image] Dec 20 23:30:06.196 INFO O| Dec 20 23:30:06.196 INFO O| Actions: 1/1361 actions (Installing new actions) |
4082 | 2024-12-20T23:30:07.106Z | [ recovery-image] Dec 20 23:30:06.834 INFO O| Dec 20 23:30:06.834 INFO rolled back to input snapshot; work may begin |
4083 | 2024-12-20T23:30:07.106Z | [ recovery-image] Dec 20 23:30:06.834 INFO O| Dec 20 23:30:06.834 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4084 | 2024-12-20T23:30:07.120Z | [ recovery-image] Dec 20 23:30:06.848 INFO O| Dec 20 23:30:06.848 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4085 | 2024-12-20T23:30:07.142Z | [ recovery-image] Dec 20 23:30:06.870 INFO O| Dec 20 23:30:06.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4086 | 2024-12-20T23:30:07.249Z | [ host-image] Dec 20 23:30:06.978 INFO O| Dec 20 23:30:06.977 INFO O| Actions: Completed 1361 actions in 0.78 seconds. |
4087 | 2024-12-20T23:30:07.383Z | [ recovery-image] Dec 20 23:30:07.112 INFO O| Dec 20 23:30:07.112 INFO STEP 0 (remove_files) COMPLETE |
4088 | 2024-12-20T23:30:07.383Z | [ recovery-image] Dec 20 23:30:07.112 INFO O| Dec 20 23:30:07.112 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4089 | 2024-12-20T23:30:07.405Z | [ recovery-image] Dec 20 23:30:07.133 INFO O| Dec 20 23:30:07.133 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4090 | 2024-12-20T23:30:07.409Z | [ recovery-image] Dec 20 23:30:07.136 INFO O| Dec 20 23:30:07.136 INFO STEP 1 (remove_files) COMPLETE |
4091 | 2024-12-20T23:30:07.409Z | [ recovery-image] Dec 20 23:30:07.136 INFO O| Dec 20 23:30:07.136 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4092 | 2024-12-20T23:30:07.431Z | [ recovery-image] Dec 20 23:30:07.160 INFO O| Dec 20 23:30:07.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4093 | 2024-12-20T23:30:07.465Z | [ recovery-image] Dec 20 23:30:07.194 INFO O| Dec 20 23:30:07.194 INFO STEP 2 (remove_files) COMPLETE |
4094 | 2024-12-20T23:30:07.465Z | [ recovery-image] Dec 20 23:30:07.194 INFO O| Dec 20 23:30:07.194 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4095 | 2024-12-20T23:30:07.558Z | [ recovery-image] Dec 20 23:30:07.287 INFO O| Dec 20 23:30:07.287 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4096 | 2024-12-20T23:30:07.561Z | [ recovery-image] Dec 20 23:30:07.290 INFO O| Dec 20 23:30:07.290 INFO STEP 3 (remove_files) COMPLETE |
4097 | 2024-12-20T23:30:07.561Z | [ recovery-image] Dec 20 23:30:07.290 INFO O| Dec 20 23:30:07.290 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4098 | 2024-12-20T23:30:07.583Z | [ recovery-image] Dec 20 23:30:07.312 INFO O| Dec 20 23:30:07.312 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4099 | 2024-12-20T23:30:07.590Z | [ recovery-image] Dec 20 23:30:07.319 INFO O| Dec 20 23:30:07.319 INFO STEP 4 (remove_files) COMPLETE |
4100 | 2024-12-20T23:30:07.591Z | [ recovery-image] Dec 20 23:30:07.319 INFO O| Dec 20 23:30:07.319 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4101 | 2024-12-20T23:30:07.653Z | [ recovery-image] Dec 20 23:30:07.378 INFO O| Dec 20 23:30:07.378 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4102 | 2024-12-20T23:30:07.658Z | [ recovery-image] Dec 20 23:30:07.379 INFO O| Dec 20 23:30:07.379 INFO STEP 5 (remove_files) COMPLETE |
4103 | 2024-12-20T23:30:07.658Z | [ recovery-image] Dec 20 23:30:07.379 INFO O| Dec 20 23:30:07.379 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4104 | 2024-12-20T23:30:07.670Z | [ recovery-image] Dec 20 23:30:07.399 INFO O| Dec 20 23:30:07.399 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4105 | 2024-12-20T23:30:07.689Z | [ recovery-image] Dec 20 23:30:07.418 INFO O| Dec 20 23:30:07.418 INFO STEP 6 (remove_files) COMPLETE |
4106 | 2024-12-20T23:30:07.689Z | [ recovery-image] Dec 20 23:30:07.418 INFO O| Dec 20 23:30:07.418 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4107 | 2024-12-20T23:30:07.689Z | [ recovery-image] Dec 20 23:30:07.418 INFO O| Dec 20 23:30:07.418 INFO skip step because feature "recovery" is enabled |
4108 | 2024-12-20T23:30:07.693Z | [ recovery-image] Dec 20 23:30:07.418 INFO O| Dec 20 23:30:07.418 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4109 | 2024-12-20T23:30:07.693Z | [ recovery-image] Dec 20 23:30:07.418 INFO O| Dec 20 23:30:07.418 INFO skip step because feature "recovery" is enabled |
4110 | 2024-12-20T23:30:07.693Z | [ recovery-image] Dec 20 23:30:07.418 INFO O| Dec 20 23:30:07.418 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4111 | 2024-12-20T23:30:07.693Z | [ recovery-image] Dec 20 23:30:07.418 INFO O| Dec 20 23:30:07.418 INFO skip step because feature "recovery" is enabled |
4112 | 2024-12-20T23:30:07.693Z | [ recovery-image] Dec 20 23:30:07.418 INFO O| Dec 20 23:30:07.418 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4113 | 2024-12-20T23:30:07.726Z | [ recovery-image] Dec 20 23:30:07.455 INFO O| Dec 20 23:30:07.455 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4114 | 2024-12-20T23:30:07.733Z | [ recovery-image] Dec 20 23:30:07.462 INFO O| Dec 20 23:30:07.462 INFO STEP 10 (remove_files) COMPLETE |
4115 | 2024-12-20T23:30:07.735Z | [ recovery-image] Dec 20 23:30:07.462 INFO O| Dec 20 23:30:07.462 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4116 | 2024-12-20T23:30:07.764Z | [ recovery-image] Dec 20 23:30:07.493 INFO O| Dec 20 23:30:07.493 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4117 | 2024-12-20T23:30:07.768Z | [ recovery-image] Dec 20 23:30:07.495 INFO O| Dec 20 23:30:07.495 INFO STEP 11 (remove_files) COMPLETE |
4118 | 2024-12-20T23:30:07.768Z | [ recovery-image] Dec 20 23:30:07.495 INFO O| Dec 20 23:30:07.495 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4119 | 2024-12-20T23:30:07.786Z | [ recovery-image] Dec 20 23:30:07.515 INFO O| Dec 20 23:30:07.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4120 | 2024-12-20T23:30:07.790Z | [ recovery-image] Dec 20 23:30:07.518 INFO O| Dec 20 23:30:07.518 INFO STEP 12 (remove_files) COMPLETE |
4121 | 2024-12-20T23:30:07.790Z | [ recovery-image] Dec 20 23:30:07.518 INFO O| Dec 20 23:30:07.518 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4122 | 2024-12-20T23:30:07.858Z | [ recovery-image] Dec 20 23:30:07.587 INFO O| Dec 20 23:30:07.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4123 | 2024-12-20T23:30:07.922Z | [ host-image] Dec 20 23:30:07.650 INFO O| Dec 20 23:30:07.650 INFO O| Done |
4124 | 2024-12-20T23:30:07.922Z | [ host-image] Dec 20 23:30:07.650 INFO O| Dec 20 23:30:07.650 INFO O| Done |
4125 | 2024-12-20T23:30:08.132Z | [ recovery-image] Dec 20 23:30:07.861 INFO O| Dec 20 23:30:07.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4126 | 2024-12-20T23:30:08.137Z | [ recovery-image] Dec 20 23:30:07.866 INFO O| Dec 20 23:30:07.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4127 | 2024-12-20T23:30:08.165Z | [ recovery-image] Dec 20 23:30:07.894 INFO O| Dec 20 23:30:07.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4128 | 2024-12-20T23:30:08.173Z | [ recovery-image] Dec 20 23:30:07.903 INFO O| Dec 20 23:30:07.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4129 | 2024-12-20T23:30:08.343Z | [ recovery-image] Dec 20 23:30:08.072 INFO O| Dec 20 23:30:08.072 INFO STEP 13 (remove_files) COMPLETE |
4130 | 2024-12-20T23:30:08.343Z | [ recovery-image] Dec 20 23:30:08.072 INFO O| Dec 20 23:30:08.072 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4131 | 2024-12-20T23:30:08.364Z | [ recovery-image] Dec 20 23:30:08.093 INFO O| Dec 20 23:30:08.093 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4132 | 2024-12-20T23:30:08.366Z | [ recovery-image] Dec 20 23:30:08.096 INFO O| Dec 20 23:30:08.095 INFO STEP 14 (remove_files) COMPLETE |
4133 | 2024-12-20T23:30:08.366Z | [ recovery-image] Dec 20 23:30:08.096 INFO O| Dec 20 23:30:08.096 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4134 | 2024-12-20T23:30:08.386Z | [ recovery-image] Dec 20 23:30:08.116 INFO O| Dec 20 23:30:08.116 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4135 | 2024-12-20T23:30:08.398Z | [ recovery-image] Dec 20 23:30:08.127 INFO O| Dec 20 23:30:08.127 INFO STEP 15 (remove_files) COMPLETE |
4136 | 2024-12-20T23:30:08.398Z | [ recovery-image] Dec 20 23:30:08.127 INFO O| Dec 20 23:30:08.127 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4137 | 2024-12-20T23:30:08.437Z | [ recovery-image] Dec 20 23:30:08.162 INFO O| Dec 20 23:30:08.162 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4138 | 2024-12-20T23:30:08.444Z | [ recovery-image] Dec 20 23:30:08.163 INFO O| Dec 20 23:30:08.163 INFO STEP 16 (remove_files) COMPLETE |
4139 | 2024-12-20T23:30:08.444Z | [ recovery-image] Dec 20 23:30:08.163 INFO O| Dec 20 23:30:08.163 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4140 | 2024-12-20T23:30:08.481Z | [ recovery-image] Dec 20 23:30:08.210 INFO O| Dec 20 23:30:08.210 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4141 | 2024-12-20T23:30:08.486Z | [ recovery-image] Dec 20 23:30:08.213 INFO O| Dec 20 23:30:08.213 INFO STEP 17 (remove_files) COMPLETE |
4142 | 2024-12-20T23:30:08.486Z | [ recovery-image] Dec 20 23:30:08.213 INFO O| Dec 20 23:30:08.213 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4143 | 2024-12-20T23:30:08.520Z | [ recovery-image] Dec 20 23:30:08.249 INFO O| Dec 20 23:30:08.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4144 | 2024-12-20T23:30:08.521Z | [ recovery-image] Dec 20 23:30:08.249 INFO O| Dec 20 23:30:08.249 INFO STEP 18 (remove_files) COMPLETE |
4145 | 2024-12-20T23:30:08.521Z | [ recovery-image] Dec 20 23:30:08.249 INFO O| Dec 20 23:30:08.249 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4146 | 2024-12-20T23:30:08.541Z | [ recovery-image] Dec 20 23:30:08.270 INFO O| Dec 20 23:30:08.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4147 | 2024-12-20T23:30:08.541Z | [ recovery-image] Dec 20 23:30:08.270 INFO O| Dec 20 23:30:08.270 INFO STEP 19 (remove_files) COMPLETE |
4148 | 2024-12-20T23:30:08.544Z | [ recovery-image] Dec 20 23:30:08.270 INFO O| Dec 20 23:30:08.270 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4149 | 2024-12-20T23:30:08.562Z | [ recovery-image] Dec 20 23:30:08.291 INFO O| Dec 20 23:30:08.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4150 | 2024-12-20T23:30:08.597Z | [ recovery-image] Dec 20 23:30:08.291 INFO O| Dec 20 23:30:08.291 INFO STEP 20 (remove_files) COMPLETE |
4151 | 2024-12-20T23:30:08.597Z | [ recovery-image] Dec 20 23:30:08.291 INFO O| Dec 20 23:30:08.291 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4152 | 2024-12-20T23:30:08.597Z | [ recovery-image] Dec 20 23:30:08.310 INFO O| Dec 20 23:30:08.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4153 | 2024-12-20T23:30:08.597Z | [ recovery-image] Dec 20 23:30:08.310 INFO O| Dec 20 23:30:08.310 INFO STEP 21 (remove_files) COMPLETE |
4154 | 2024-12-20T23:30:08.597Z | [ recovery-image] Dec 20 23:30:08.310 INFO O| Dec 20 23:30:08.310 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4155 | 2024-12-20T23:30:08.638Z | [ recovery-image] Dec 20 23:30:08.367 INFO O| Dec 20 23:30:08.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4156 | 2024-12-20T23:30:08.638Z | [ recovery-image] Dec 20 23:30:08.367 INFO O| Dec 20 23:30:08.367 INFO STEP 22 (remove_files) COMPLETE |
4157 | 2024-12-20T23:30:08.638Z | [ recovery-image] Dec 20 23:30:08.367 INFO O| Dec 20 23:30:08.367 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4158 | 2024-12-20T23:30:08.676Z | [ recovery-image] Dec 20 23:30:08.406 INFO O| Dec 20 23:30:08.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4159 | 2024-12-20T23:30:08.676Z | [ recovery-image] Dec 20 23:30:08.406 INFO O| Dec 20 23:30:08.406 INFO STEP 23 (remove_files) COMPLETE |
4160 | 2024-12-20T23:30:08.680Z | [ recovery-image] Dec 20 23:30:08.406 INFO O| Dec 20 23:30:08.406 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4161 | 2024-12-20T23:30:08.720Z | [ recovery-image] Dec 20 23:30:08.449 INFO O| Dec 20 23:30:08.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4162 | 2024-12-20T23:30:08.723Z | [ recovery-image] Dec 20 23:30:08.449 INFO O| Dec 20 23:30:08.449 INFO STEP 24 (remove_files) COMPLETE |
4163 | 2024-12-20T23:30:08.723Z | [ recovery-image] Dec 20 23:30:08.450 INFO O| Dec 20 23:30:08.450 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4164 | 2024-12-20T23:30:08.739Z | [ recovery-image] Dec 20 23:30:08.469 INFO O| Dec 20 23:30:08.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4165 | 2024-12-20T23:30:08.743Z | [ recovery-image] Dec 20 23:30:08.469 INFO O| Dec 20 23:30:08.469 INFO STEP 25 (remove_files) COMPLETE |
4166 | 2024-12-20T23:30:08.743Z | [ recovery-image] Dec 20 23:30:08.469 INFO O| Dec 20 23:30:08.469 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4167 | 2024-12-20T23:30:08.764Z | [ recovery-image] Dec 20 23:30:08.491 INFO O| Dec 20 23:30:08.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4168 | 2024-12-20T23:30:08.764Z | [ recovery-image] Dec 20 23:30:08.491 INFO O| Dec 20 23:30:08.491 INFO STEP 26 (remove_files) COMPLETE |
4169 | 2024-12-20T23:30:08.764Z | [ recovery-image] Dec 20 23:30:08.491 INFO O| Dec 20 23:30:08.491 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4170 | 2024-12-20T23:30:08.782Z | [ recovery-image] Dec 20 23:30:08.511 INFO O| Dec 20 23:30:08.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4171 | 2024-12-20T23:30:08.782Z | [ recovery-image] Dec 20 23:30:08.511 INFO O| Dec 20 23:30:08.511 INFO STEP 27 (remove_files) COMPLETE |
4172 | 2024-12-20T23:30:08.782Z | [ recovery-image] Dec 20 23:30:08.511 INFO O| Dec 20 23:30:08.511 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4173 | 2024-12-20T23:30:08.801Z | [ recovery-image] Dec 20 23:30:08.530 INFO O| Dec 20 23:30:08.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4174 | 2024-12-20T23:30:08.801Z | [ recovery-image] Dec 20 23:30:08.530 INFO O| Dec 20 23:30:08.530 INFO STEP 28 (remove_files) COMPLETE |
4175 | 2024-12-20T23:30:08.804Z | [ recovery-image] Dec 20 23:30:08.530 INFO O| Dec 20 23:30:08.530 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4176 | 2024-12-20T23:30:08.820Z | [ recovery-image] Dec 20 23:30:08.550 INFO O| Dec 20 23:30:08.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4177 | 2024-12-20T23:30:08.820Z | [ recovery-image] Dec 20 23:30:08.550 INFO O| Dec 20 23:30:08.550 INFO STEP 29 (remove_files) COMPLETE |
4178 | 2024-12-20T23:30:08.820Z | [ recovery-image] Dec 20 23:30:08.550 INFO O| Dec 20 23:30:08.550 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4179 | 2024-12-20T23:30:08.840Z | [ recovery-image] Dec 20 23:30:08.570 INFO O| Dec 20 23:30:08.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4180 | 2024-12-20T23:30:08.843Z | [ recovery-image] Dec 20 23:30:08.570 INFO O| Dec 20 23:30:08.570 INFO STEP 30 (remove_files) COMPLETE |
4181 | 2024-12-20T23:30:08.843Z | [ recovery-image] Dec 20 23:30:08.570 INFO O| Dec 20 23:30:08.570 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4182 | 2024-12-20T23:30:08.861Z | [ recovery-image] Dec 20 23:30:08.590 INFO O| Dec 20 23:30:08.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4183 | 2024-12-20T23:30:08.861Z | [ recovery-image] Dec 20 23:30:08.590 INFO O| Dec 20 23:30:08.590 INFO STEP 31 (remove_files) COMPLETE |
4184 | 2024-12-20T23:30:08.861Z | [ recovery-image] Dec 20 23:30:08.590 INFO O| Dec 20 23:30:08.590 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4185 | 2024-12-20T23:30:08.880Z | [ recovery-image] Dec 20 23:30:08.609 INFO O| Dec 20 23:30:08.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4186 | 2024-12-20T23:30:08.880Z | [ recovery-image] Dec 20 23:30:08.610 INFO O| Dec 20 23:30:08.610 INFO STEP 32 (remove_files) COMPLETE |
4187 | 2024-12-20T23:30:08.880Z | [ recovery-image] Dec 20 23:30:08.610 INFO O| Dec 20 23:30:08.610 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4188 | 2024-12-20T23:30:08.923Z | [ recovery-image] Dec 20 23:30:08.647 INFO O| Dec 20 23:30:08.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4189 | 2024-12-20T23:30:08.923Z | [ recovery-image] Dec 20 23:30:08.647 INFO O| Dec 20 23:30:08.647 INFO STEP 33 (remove_files) COMPLETE |
4190 | 2024-12-20T23:30:08.930Z | [ recovery-image] Dec 20 23:30:08.647 INFO O| Dec 20 23:30:08.647 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4191 | 2024-12-20T23:30:08.961Z | [ recovery-image] Dec 20 23:30:08.690 INFO O| Dec 20 23:30:08.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4192 | 2024-12-20T23:30:08.961Z | [ recovery-image] Dec 20 23:30:08.691 INFO O| Dec 20 23:30:08.690 INFO STEP 34 (remove_files) COMPLETE |
4193 | 2024-12-20T23:30:08.965Z | [ recovery-image] Dec 20 23:30:08.691 INFO O| Dec 20 23:30:08.691 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4194 | 2024-12-20T23:30:08.982Z | [ recovery-image] Dec 20 23:30:08.712 INFO O| Dec 20 23:30:08.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4195 | 2024-12-20T23:30:08.982Z | [ recovery-image] Dec 20 23:30:08.712 INFO O| Dec 20 23:30:08.712 INFO STEP 35 (remove_files) COMPLETE |
4196 | 2024-12-20T23:30:08.985Z | [ recovery-image] Dec 20 23:30:08.712 INFO O| Dec 20 23:30:08.712 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4197 | 2024-12-20T23:30:09.003Z | [ recovery-image] Dec 20 23:30:08.732 INFO O| Dec 20 23:30:08.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4198 | 2024-12-20T23:30:09.003Z | [ recovery-image] Dec 20 23:30:08.732 INFO O| Dec 20 23:30:08.732 INFO STEP 36 (remove_files) COMPLETE |
4199 | 2024-12-20T23:30:09.003Z | [ recovery-image] Dec 20 23:30:08.732 INFO O| Dec 20 23:30:08.732 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4200 | 2024-12-20T23:30:09.023Z | [ recovery-image] Dec 20 23:30:08.752 INFO O| Dec 20 23:30:08.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4201 | 2024-12-20T23:30:09.023Z | [ recovery-image] Dec 20 23:30:08.752 INFO O| Dec 20 23:30:08.752 INFO STEP 37 (remove_files) COMPLETE |
4202 | 2024-12-20T23:30:09.023Z | [ recovery-image] Dec 20 23:30:08.752 INFO O| Dec 20 23:30:08.752 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4203 | 2024-12-20T23:30:09.105Z | [ recovery-image] Dec 20 23:30:08.834 INFO O| Dec 20 23:30:08.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4204 | 2024-12-20T23:30:09.109Z | [ recovery-image] Dec 20 23:30:08.834 INFO O| Dec 20 23:30:08.834 INFO STEP 38 (remove_files) COMPLETE |
4205 | 2024-12-20T23:30:09.109Z | [ recovery-image] Dec 20 23:30:08.834 INFO O| Dec 20 23:30:08.834 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4206 | 2024-12-20T23:30:09.143Z | [ host-image] Dec 20 23:30:08.873 INFO O| Dec 20 23:30:08.873 INFO O| Done |
4207 | 2024-12-20T23:30:09.148Z | [ recovery-image] Dec 20 23:30:08.874 INFO O| Dec 20 23:30:08.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4208 | 2024-12-20T23:30:09.148Z | [ recovery-image] Dec 20 23:30:08.874 INFO O| Dec 20 23:30:08.874 INFO STEP 39 (remove_files) COMPLETE |
4209 | 2024-12-20T23:30:09.149Z | [ recovery-image] Dec 20 23:30:08.874 INFO O| Dec 20 23:30:08.874 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4210 | 2024-12-20T23:30:09.168Z | [ recovery-image] Dec 20 23:30:08.895 INFO O| Dec 20 23:30:08.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4211 | 2024-12-20T23:30:09.168Z | [ recovery-image] Dec 20 23:30:08.895 INFO O| Dec 20 23:30:08.895 INFO STEP 40 (remove_files) COMPLETE |
4212 | 2024-12-20T23:30:09.168Z | [ recovery-image] Dec 20 23:30:08.895 INFO O| Dec 20 23:30:08.895 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4213 | 2024-12-20T23:30:09.189Z | [ recovery-image] Dec 20 23:30:08.916 INFO O| Dec 20 23:30:08.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4214 | 2024-12-20T23:30:09.189Z | [ recovery-image] Dec 20 23:30:08.916 INFO O| Dec 20 23:30:08.916 INFO STEP 41 (remove_files) COMPLETE |
4215 | 2024-12-20T23:30:09.192Z | [ recovery-image] Dec 20 23:30:08.916 INFO O| Dec 20 23:30:08.916 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4216 | 2024-12-20T23:30:09.206Z | [ recovery-image] Dec 20 23:30:08.936 INFO O| Dec 20 23:30:08.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4217 | 2024-12-20T23:30:09.206Z | [ recovery-image] Dec 20 23:30:08.936 INFO O| Dec 20 23:30:08.936 INFO STEP 42 (remove_files) COMPLETE |
4218 | 2024-12-20T23:30:09.210Z | [ recovery-image] Dec 20 23:30:08.936 INFO O| Dec 20 23:30:08.936 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4219 | 2024-12-20T23:30:09.228Z | [ recovery-image] Dec 20 23:30:08.956 INFO O| Dec 20 23:30:08.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4220 | 2024-12-20T23:30:09.228Z | [ recovery-image] Dec 20 23:30:08.956 INFO O| Dec 20 23:30:08.956 INFO STEP 43 (remove_files) COMPLETE |
4221 | 2024-12-20T23:30:09.228Z | [ recovery-image] Dec 20 23:30:08.956 INFO O| Dec 20 23:30:08.956 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4222 | 2024-12-20T23:30:09.247Z | [ recovery-image] Dec 20 23:30:08.977 INFO O| Dec 20 23:30:08.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4223 | 2024-12-20T23:30:09.247Z | [ recovery-image] Dec 20 23:30:08.977 INFO O| Dec 20 23:30:08.977 INFO STEP 44 (remove_files) COMPLETE |
4224 | 2024-12-20T23:30:09.247Z | [ recovery-image] Dec 20 23:30:08.977 INFO O| Dec 20 23:30:08.977 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4225 | 2024-12-20T23:30:09.269Z | [ recovery-image] Dec 20 23:30:08.997 INFO O| Dec 20 23:30:08.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4226 | 2024-12-20T23:30:09.269Z | [ recovery-image] Dec 20 23:30:08.997 INFO O| Dec 20 23:30:08.997 INFO STEP 45 (remove_files) COMPLETE |
4227 | 2024-12-20T23:30:09.272Z | [ recovery-image] Dec 20 23:30:08.998 INFO O| Dec 20 23:30:08.997 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4228 | 2024-12-20T23:30:09.289Z | [ recovery-image] Dec 20 23:30:09.019 INFO O| Dec 20 23:30:09.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4229 | 2024-12-20T23:30:09.289Z | [ recovery-image] Dec 20 23:30:09.019 INFO O| Dec 20 23:30:09.019 INFO STEP 46 (remove_files) COMPLETE |
4230 | 2024-12-20T23:30:09.289Z | [ recovery-image] Dec 20 23:30:09.019 INFO O| Dec 20 23:30:09.019 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4231 | 2024-12-20T23:30:09.310Z | [ recovery-image] Dec 20 23:30:09.039 INFO O| Dec 20 23:30:09.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4232 | 2024-12-20T23:30:09.310Z | [ recovery-image] Dec 20 23:30:09.039 INFO O| Dec 20 23:30:09.039 INFO STEP 47 (remove_files) COMPLETE |
4233 | 2024-12-20T23:30:09.312Z | [ recovery-image] Dec 20 23:30:09.039 INFO O| Dec 20 23:30:09.039 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4234 | 2024-12-20T23:30:09.343Z | [ recovery-image] Dec 20 23:30:09.072 INFO O| Dec 20 23:30:09.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4235 | 2024-12-20T23:30:09.343Z | [ recovery-image] Dec 20 23:30:09.072 INFO O| Dec 20 23:30:09.072 INFO STEP 48 (remove_files) COMPLETE |
4236 | 2024-12-20T23:30:09.343Z | [ recovery-image] Dec 20 23:30:09.072 INFO O| Dec 20 23:30:09.072 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4237 | 2024-12-20T23:30:09.410Z | [ recovery-image] Dec 20 23:30:09.139 INFO O| Dec 20 23:30:09.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4238 | 2024-12-20T23:30:09.410Z | [ recovery-image] Dec 20 23:30:09.139 INFO O| Dec 20 23:30:09.139 INFO STEP 49 (remove_files) COMPLETE |
4239 | 2024-12-20T23:30:09.410Z | [ recovery-image] Dec 20 23:30:09.139 INFO O| Dec 20 23:30:09.139 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4240 | 2024-12-20T23:30:09.429Z | [ recovery-image] Dec 20 23:30:09.158 INFO O| Dec 20 23:30:09.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4241 | 2024-12-20T23:30:09.429Z | [ recovery-image] Dec 20 23:30:09.158 INFO O| Dec 20 23:30:09.158 INFO STEP 50 (remove_files) COMPLETE |
4242 | 2024-12-20T23:30:09.432Z | [ recovery-image] Dec 20 23:30:09.158 INFO O| Dec 20 23:30:09.158 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4243 | 2024-12-20T23:30:09.483Z | [ recovery-image] Dec 20 23:30:09.212 INFO O| Dec 20 23:30:09.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4244 | 2024-12-20T23:30:09.486Z | [ recovery-image] Dec 20 23:30:09.212 INFO O| Dec 20 23:30:09.212 INFO STEP 51 (remove_files) COMPLETE |
4245 | 2024-12-20T23:30:09.486Z | [ recovery-image] Dec 20 23:30:09.213 INFO O| Dec 20 23:30:09.212 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4246 | 2024-12-20T23:30:09.502Z | [ recovery-image] Dec 20 23:30:09.232 INFO O| Dec 20 23:30:09.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4247 | 2024-12-20T23:30:09.506Z | [ recovery-image] Dec 20 23:30:09.232 INFO O| Dec 20 23:30:09.232 INFO STEP 52 (remove_files) COMPLETE |
4248 | 2024-12-20T23:30:09.506Z | [ recovery-image] Dec 20 23:30:09.232 INFO O| Dec 20 23:30:09.232 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4249 | 2024-12-20T23:30:09.521Z | [ recovery-image] Dec 20 23:30:09.251 INFO O| Dec 20 23:30:09.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4250 | 2024-12-20T23:30:09.524Z | [ recovery-image] Dec 20 23:30:09.251 INFO O| Dec 20 23:30:09.251 INFO STEP 53 (remove_files) COMPLETE |
4251 | 2024-12-20T23:30:09.525Z | [ recovery-image] Dec 20 23:30:09.251 INFO O| Dec 20 23:30:09.251 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4252 | 2024-12-20T23:30:09.542Z | [ recovery-image] Dec 20 23:30:09.271 INFO O| Dec 20 23:30:09.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4253 | 2024-12-20T23:30:09.542Z | [ recovery-image] Dec 20 23:30:09.271 INFO O| Dec 20 23:30:09.271 INFO STEP 54 (remove_files) COMPLETE |
4254 | 2024-12-20T23:30:09.546Z | [ recovery-image] Dec 20 23:30:09.271 INFO O| Dec 20 23:30:09.271 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4255 | 2024-12-20T23:30:09.564Z | [ recovery-image] Dec 20 23:30:09.293 INFO O| Dec 20 23:30:09.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4256 | 2024-12-20T23:30:09.564Z | [ recovery-image] Dec 20 23:30:09.293 INFO O| Dec 20 23:30:09.293 INFO STEP 55 (remove_files) COMPLETE |
4257 | 2024-12-20T23:30:09.564Z | [ recovery-image] Dec 20 23:30:09.293 INFO O| Dec 20 23:30:09.293 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4258 | 2024-12-20T23:30:09.605Z | [ recovery-image] Dec 20 23:30:09.335 INFO O| Dec 20 23:30:09.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4259 | 2024-12-20T23:30:09.605Z | [ recovery-image] Dec 20 23:30:09.335 INFO O| Dec 20 23:30:09.335 INFO STEP 56 (remove_files) COMPLETE |
4260 | 2024-12-20T23:30:09.605Z | [ recovery-image] Dec 20 23:30:09.335 INFO O| Dec 20 23:30:09.335 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4261 | 2024-12-20T23:30:09.626Z | [ recovery-image] Dec 20 23:30:09.355 INFO O| Dec 20 23:30:09.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4262 | 2024-12-20T23:30:09.626Z | [ recovery-image] Dec 20 23:30:09.355 INFO O| Dec 20 23:30:09.355 INFO STEP 57 (remove_files) COMPLETE |
4263 | 2024-12-20T23:30:09.630Z | [ recovery-image] Dec 20 23:30:09.355 INFO O| Dec 20 23:30:09.355 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4264 | 2024-12-20T23:30:09.647Z | [ recovery-image] Dec 20 23:30:09.377 INFO O| Dec 20 23:30:09.377 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4265 | 2024-12-20T23:30:09.647Z | [ recovery-image] Dec 20 23:30:09.377 INFO O| Dec 20 23:30:09.377 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4266 | 2024-12-20T23:30:09.652Z | [ recovery-image] Dec 20 23:30:09.377 INFO O| Dec 20 23:30:09.377 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4267 | 2024-12-20T23:30:09.652Z | [ recovery-image] Dec 20 23:30:09.378 INFO O| Dec 20 23:30:09.377 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4268 | 2024-12-20T23:30:09.652Z | [ recovery-image] Dec 20 23:30:09.378 INFO O| Dec 20 23:30:09.378 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4269 | 2024-12-20T23:30:09.652Z | [ recovery-image] Dec 20 23:30:09.378 INFO O| Dec 20 23:30:09.378 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4270 | 2024-12-20T23:30:09.652Z | [ recovery-image] Dec 20 23:30:09.378 INFO O| Dec 20 23:30:09.378 INFO ok! |
4271 | 2024-12-20T23:30:09.652Z | [ recovery-image] Dec 20 23:30:09.378 INFO O| Dec 20 23:30:09.378 INFO STEP 58 (ensure_file) COMPLETE |
4272 | 2024-12-20T23:30:09.652Z | [ recovery-image] Dec 20 23:30:09.378 INFO O| Dec 20 23:30:09.378 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4273 | 2024-12-20T23:30:09.673Z | [ recovery-image] Dec 20 23:30:09.399 INFO O| Dec 20 23:30:09.398 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4274 | 2024-12-20T23:30:09.673Z | [ recovery-image] Dec 20 23:30:09.399 INFO O| Dec 20 23:30:09.399 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4275 | 2024-12-20T23:30:09.676Z | [ recovery-image] Dec 20 23:30:09.399 INFO O| Dec 20 23:30:09.399 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4276 | 2024-12-20T23:30:09.676Z | [ recovery-image] Dec 20 23:30:09.399 INFO O| Dec 20 23:30:09.399 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4277 | 2024-12-20T23:30:09.676Z | [ recovery-image] Dec 20 23:30:09.399 INFO O| Dec 20 23:30:09.399 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4278 | 2024-12-20T23:30:09.676Z | [ recovery-image] Dec 20 23:30:09.399 INFO O| Dec 20 23:30:09.399 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4279 | 2024-12-20T23:30:09.676Z | [ recovery-image] Dec 20 23:30:09.399 INFO O| Dec 20 23:30:09.399 INFO ok! |
4280 | 2024-12-20T23:30:09.676Z | [ recovery-image] Dec 20 23:30:09.399 INFO O| Dec 20 23:30:09.399 INFO STEP 59 (ensure_file) COMPLETE |
4281 | 2024-12-20T23:30:09.676Z | [ recovery-image] Dec 20 23:30:09.399 INFO O| Dec 20 23:30:09.399 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4282 | 2024-12-20T23:30:09.689Z | [ recovery-image] Dec 20 23:30:09.418 INFO O| Dec 20 23:30:09.418 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4283 | 2024-12-20T23:30:09.689Z | [ recovery-image] Dec 20 23:30:09.418 INFO O| Dec 20 23:30:09.418 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4284 | 2024-12-20T23:30:09.692Z | [ recovery-image] Dec 20 23:30:09.418 INFO O| Dec 20 23:30:09.418 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4285 | 2024-12-20T23:30:09.692Z | [ recovery-image] Dec 20 23:30:09.418 INFO O| Dec 20 23:30:09.418 INFO ok! |
4286 | 2024-12-20T23:30:09.692Z | [ recovery-image] Dec 20 23:30:09.418 INFO O| Dec 20 23:30:09.418 INFO STEP 60 (ensure_file) COMPLETE |
4287 | 2024-12-20T23:30:09.692Z | [ recovery-image] Dec 20 23:30:09.418 INFO O| Dec 20 23:30:09.418 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4288 | 2024-12-20T23:30:09.708Z | [ recovery-image] Dec 20 23:30:09.438 INFO O| Dec 20 23:30:09.438 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4289 | 2024-12-20T23:30:09.708Z | [ recovery-image] Dec 20 23:30:09.438 INFO O| Dec 20 23:30:09.438 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4290 | 2024-12-20T23:30:09.711Z | [ recovery-image] Dec 20 23:30:09.438 INFO O| Dec 20 23:30:09.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4291 | 2024-12-20T23:30:09.712Z | [ recovery-image] Dec 20 23:30:09.438 INFO O| Dec 20 23:30:09.438 INFO ok! |
4292 | 2024-12-20T23:30:09.712Z | [ recovery-image] Dec 20 23:30:09.438 INFO O| Dec 20 23:30:09.438 INFO STEP 61 (ensure_file) COMPLETE |
4293 | 2024-12-20T23:30:09.712Z | [ recovery-image] Dec 20 23:30:09.438 INFO O| Dec 20 23:30:09.438 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4294 | 2024-12-20T23:30:09.742Z | [ recovery-image] Dec 20 23:30:09.472 INFO O| Dec 20 23:30:09.472 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4295 | 2024-12-20T23:30:09.746Z | [ recovery-image] Dec 20 23:30:09.472 INFO O| Dec 20 23:30:09.472 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4296 | 2024-12-20T23:30:09.746Z | [ recovery-image] Dec 20 23:30:09.473 INFO O| Dec 20 23:30:09.473 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4297 | 2024-12-20T23:30:09.746Z | [ recovery-image] Dec 20 23:30:09.473 INFO O| Dec 20 23:30:09.473 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4298 | 2024-12-20T23:30:09.746Z | [ recovery-image] Dec 20 23:30:09.473 INFO O| Dec 20 23:30:09.473 INFO ok! |
4299 | 2024-12-20T23:30:09.746Z | [ recovery-image] Dec 20 23:30:09.473 INFO O| Dec 20 23:30:09.473 INFO STEP 62 (ensure_file) COMPLETE |
4300 | 2024-12-20T23:30:09.746Z | [ recovery-image] Dec 20 23:30:09.473 INFO O| Dec 20 23:30:09.473 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4301 | 2024-12-20T23:30:09.779Z | [ recovery-image] Dec 20 23:30:09.508 INFO O| Dec 20 23:30:09.508 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4302 | 2024-12-20T23:30:09.779Z | [ recovery-image] Dec 20 23:30:09.508 INFO O| Dec 20 23:30:09.508 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4303 | 2024-12-20T23:30:09.779Z | [ recovery-image] Dec 20 23:30:09.508 INFO O| Dec 20 23:30:09.508 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4304 | 2024-12-20T23:30:09.779Z | [ recovery-image] Dec 20 23:30:09.508 INFO O| Dec 20 23:30:09.508 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4305 | 2024-12-20T23:30:09.784Z | [ recovery-image] Dec 20 23:30:09.509 INFO O| Dec 20 23:30:09.508 INFO ok! |
4306 | 2024-12-20T23:30:09.784Z | [ recovery-image] Dec 20 23:30:09.509 INFO O| Dec 20 23:30:09.509 INFO STEP 63 (ensure_file) COMPLETE |
4307 | 2024-12-20T23:30:09.784Z | [ recovery-image] Dec 20 23:30:09.509 INFO O| Dec 20 23:30:09.509 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4308 | 2024-12-20T23:30:09.816Z | [ recovery-image] Dec 20 23:30:09.546 INFO O| Dec 20 23:30:09.546 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4309 | 2024-12-20T23:30:09.818Z | [ recovery-image] Dec 20 23:30:09.546 INFO O| Dec 20 23:30:09.546 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4310 | 2024-12-20T23:30:09.821Z | [ recovery-image] Dec 20 23:30:09.547 INFO O| Dec 20 23:30:09.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4311 | 2024-12-20T23:30:09.821Z | [ recovery-image] Dec 20 23:30:09.547 INFO O| Dec 20 23:30:09.546 INFO ok! |
4312 | 2024-12-20T23:30:09.821Z | [ recovery-image] Dec 20 23:30:09.547 INFO O| Dec 20 23:30:09.547 INFO STEP 64 (assemble_files) COMPLETE |
4313 | 2024-12-20T23:30:09.821Z | [ recovery-image] Dec 20 23:30:09.547 INFO O| Dec 20 23:30:09.547 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4314 | 2024-12-20T23:30:09.838Z | [ recovery-image] Dec 20 23:30:09.567 INFO O| Dec 20 23:30:09.567 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4315 | 2024-12-20T23:30:09.838Z | [ recovery-image] Dec 20 23:30:09.567 INFO O| Dec 20 23:30:09.567 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4316 | 2024-12-20T23:30:09.841Z | [ recovery-image] Dec 20 23:30:09.567 INFO O| Dec 20 23:30:09.567 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4317 | 2024-12-20T23:30:09.841Z | [ recovery-image] Dec 20 23:30:09.567 INFO O| Dec 20 23:30:09.567 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4318 | 2024-12-20T23:30:09.841Z | [ recovery-image] Dec 20 23:30:09.568 INFO O| Dec 20 23:30:09.567 INFO ok! |
4319 | 2024-12-20T23:30:09.841Z | [ recovery-image] Dec 20 23:30:09.568 INFO O| Dec 20 23:30:09.568 INFO STEP 65 (ensure_file) COMPLETE |
4320 | 2024-12-20T23:30:09.841Z | [ recovery-image] Dec 20 23:30:09.568 INFO O| Dec 20 23:30:09.568 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4321 | 2024-12-20T23:30:09.841Z | [ recovery-image] Dec 20 23:30:09.568 INFO O| Dec 20 23:30:09.568 INFO skip step because feature "omicron1" is not enabled |
4322 | 2024-12-20T23:30:09.841Z | [ recovery-image] Dec 20 23:30:09.568 INFO O| Dec 20 23:30:09.568 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4323 | 2024-12-20T23:30:09.841Z | [ recovery-image] Dec 20 23:30:09.568 INFO O| Dec 20 23:30:09.568 INFO skip step because feature "omicron1" is not enabled |
4324 | 2024-12-20T23:30:09.841Z | [ recovery-image] Dec 20 23:30:09.568 INFO O| Dec 20 23:30:09.568 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4325 | 2024-12-20T23:30:09.842Z | [ recovery-image] Dec 20 23:30:09.568 INFO O| Dec 20 23:30:09.568 INFO skip step because feature "omicron1" is not enabled |
4326 | 2024-12-20T23:30:09.842Z | [ recovery-image] Dec 20 23:30:09.568 INFO O| Dec 20 23:30:09.568 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4327 | 2024-12-20T23:30:09.887Z | [ recovery-image] Dec 20 23:30:09.617 INFO O| Dec 20 23:30:09.617 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4328 | 2024-12-20T23:30:09.887Z | [ recovery-image] Dec 20 23:30:09.617 INFO O| Dec 20 23:30:09.617 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4329 | 2024-12-20T23:30:12.351Z | [ host-image] Dec 20 23:30:12.081 INFO O| Dec 20 23:30:12.080 INFO O| Done |
4330 | 2024-12-20T23:30:12.393Z | [ host-image] Dec 20 23:30:12.124 INFO O| Dec 20 23:30:12.123 INFO O| Done |
4331 | 2024-12-20T23:30:12.398Z | [ host-image] Dec 20 23:30:12.124 INFO O| Dec 20 23:30:12.124 INFO O| Done |
4332 | 2024-12-20T23:30:12.455Z | [ host-image] Dec 20 23:30:12.185 INFO O| Dec 20 23:30:12.185 INFO O| Done |
4333 | 2024-12-20T23:30:12.664Z | [ host-image] Dec 20 23:30:12.394 INFO O| Dec 20 23:30:12.394 INFO STEP 13 (pkg_install) COMPLETE |
4334 | 2024-12-20T23:30:12.668Z | [ host-image] Dec 20 23:30:12.394 INFO O| Dec 20 23:30:12.394 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4335 | 2024-12-20T23:30:12.684Z | [ host-image] Dec 20 23:30:12.414 INFO O| Dec 20 23:30:12.413 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4336 | 2024-12-20T23:30:12.909Z | [ recovery-image] Dec 20 23:30:12.640 INFO O| Dec 20 23:30:12.640 INFO STEP 69 (pack_tar) COMPLETE |
4337 | 2024-12-20T23:30:12.909Z | [ recovery-image] Dec 20 23:30:12.640 INFO O| Dec 20 23:30:12.640 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4338 | 2024-12-20T23:30:12.913Z | [ recovery-image] Dec 20 23:30:12.640 INFO O| Dec 20 23:30:12.640 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4339 | 2024-12-20T23:30:13.136Z | [ recovery-image] Dec 20 23:30:12.866 INFO O| Dec 20 23:30:12.866 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4340 | 2024-12-20T23:30:13.236Z | [ recovery-image] Dec 20 23:30:12.966 INFO O| Dec 20 23:30:12.966 INFO completed processing gimlet/ramdisk-02-trim |
4341 | 2024-12-20T23:30:13.240Z | [ recovery-image] Dec 20 23:30:12.970 INFO image builder template: ramdisk-03-recovery-trim... |
4342 | 2024-12-20T23:30:13.241Z | [ recovery-image] Dec 20 23:30:12.970 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpuUXtU8/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 |
4343 | 2024-12-20T23:30:13.422Z | [ recovery-image] Dec 20 23:30:13.153 INFO O| Dec 20 23:30:13.152 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4344 | 2024-12-20T23:30:13.466Z | [ recovery-image] Dec 20 23:30:13.197 INFO O| Dec 20 23:30:13.197 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4345 | 2024-12-20T23:30:13.565Z | [ recovery-image] Dec 20 23:30:13.295 INFO O| Dec 20 23:30:13.295 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4346 | 2024-12-20T23:30:13.695Z | [ recovery-image] Dec 20 23:30:13.425 INFO O| Dec 20 23:30:13.425 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4347 | 2024-12-20T23:30:13.695Z | [ recovery-image] Dec 20 23:30:13.425 INFO O| Dec 20 23:30:13.425 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4348 | 2024-12-20T23:30:13.712Z | [ recovery-image] Dec 20 23:30:13.442 INFO O| Dec 20 23:30:13.442 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4349 | 2024-12-20T23:30:13.720Z | [ recovery-image] Dec 20 23:30:13.450 INFO O| Dec 20 23:30:13.450 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4350 | 2024-12-20T23:30:13.749Z | [ recovery-image] Dec 20 23:30:13.479 INFO O| Dec 20 23:30:13.479 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4351 | 2024-12-20T23:30:13.809Z | [ host-image] Dec 20 23:30:13.539 INFO O| Dec 20 23:30:13.539 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4352 | 2024-12-20T23:30:14.305Z | [ recovery-image] Dec 20 23:30:14.035 INFO O| Dec 20 23:30:14.035 INFO rolled back to input snapshot; work may begin |
4353 | 2024-12-20T23:30:14.305Z | [ recovery-image] Dec 20 23:30:14.035 INFO O| Dec 20 23:30:14.035 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4354 | 2024-12-20T23:30:14.316Z | [ recovery-image] Dec 20 23:30:14.047 INFO O| Dec 20 23:30:14.046 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-12-20T23:30:14.337Z | [ recovery-image] Dec 20 23:30:14.068 INFO O| Dec 20 23:30:14.068 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4356 | 2024-12-20T23:30:14.388Z | [ recovery-image] Dec 20 23:30:14.119 INFO O| Dec 20 23:30:14.119 INFO STEP 0 (remove_files) COMPLETE |
4357 | 2024-12-20T23:30:14.390Z | [ recovery-image] Dec 20 23:30:14.119 INFO O| Dec 20 23:30:14.119 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-12-20T23:30:14.409Z | [ recovery-image] Dec 20 23:30:14.140 INFO O| Dec 20 23:30:14.140 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4359 | 2024-12-20T23:30:14.579Z | [ recovery-image] Dec 20 23:30:14.310 INFO O| Dec 20 23:30:14.310 INFO STEP 1 (remove_files) COMPLETE |
4360 | 2024-12-20T23:30:14.583Z | [ recovery-image] Dec 20 23:30:14.310 INFO O| Dec 20 23:30:14.310 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-12-20T23:30:14.600Z | [ recovery-image] Dec 20 23:30:14.332 INFO O| Dec 20 23:30:14.331 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4362 | 2024-12-20T23:30:14.671Z | [ recovery-image] Dec 20 23:30:14.401 INFO O| Dec 20 23:30:14.401 INFO STEP 2 (remove_files) COMPLETE |
4363 | 2024-12-20T23:30:14.671Z | [ recovery-image] Dec 20 23:30:14.401 INFO O| Dec 20 23:30:14.401 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-12-20T23:30:14.726Z | [ recovery-image] Dec 20 23:30:14.457 INFO O| Dec 20 23:30:14.457 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4365 | 2024-12-20T23:30:14.918Z | [ recovery-image] Dec 20 23:30:14.648 INFO O| Dec 20 23:30:14.648 INFO STEP 3 (remove_files) COMPLETE |
4366 | 2024-12-20T23:30:14.918Z | [ recovery-image] Dec 20 23:30:14.648 INFO O| Dec 20 23:30:14.648 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-12-20T23:30:14.955Z | [ recovery-image] Dec 20 23:30:14.685 INFO O| Dec 20 23:30:14.685 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4368 | 2024-12-20T23:30:15.201Z | [ recovery-image] Dec 20 23:30:14.932 INFO O| Dec 20 23:30:14.932 INFO STEP 4 (remove_files) COMPLETE |
4369 | 2024-12-20T23:30:15.202Z | [ recovery-image] Dec 20 23:30:14.932 INFO O| Dec 20 23:30:14.932 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-12-20T23:30:15.306Z | [ recovery-image] Dec 20 23:30:15.037 INFO O| Dec 20 23:30:15.037 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4371 | 2024-12-20T23:30:15.382Z | [ recovery-image] Dec 20 23:30:15.114 INFO O| Dec 20 23:30:15.113 INFO STEP 5 (remove_files) COMPLETE |
4372 | 2024-12-20T23:30:15.383Z | [ recovery-image] Dec 20 23:30:15.114 INFO O| Dec 20 23:30:15.114 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-12-20T23:30:15.438Z | [ recovery-image] Dec 20 23:30:15.169 INFO O| Dec 20 23:30:15.169 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4374 | 2024-12-20T23:30:15.442Z | [ recovery-image] Dec 20 23:30:15.172 INFO O| Dec 20 23:30:15.172 INFO STEP 6 (remove_files) COMPLETE |
4375 | 2024-12-20T23:30:15.442Z | [ recovery-image] Dec 20 23:30:15.172 INFO O| Dec 20 23:30:15.172 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-12-20T23:30:15.459Z | [ recovery-image] Dec 20 23:30:15.190 INFO O| Dec 20 23:30:15.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4377 | 2024-12-20T23:30:15.463Z | [ recovery-image] Dec 20 23:30:15.192 INFO O| Dec 20 23:30:15.192 INFO STEP 7 (remove_files) COMPLETE |
4378 | 2024-12-20T23:30:15.463Z | [ recovery-image] Dec 20 23:30:15.192 INFO O| Dec 20 23:30:15.192 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-12-20T23:30:15.530Z | [ recovery-image] Dec 20 23:30:15.261 INFO O| Dec 20 23:30:15.261 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4380 | 2024-12-20T23:30:15.623Z | [ recovery-image] Dec 20 23:30:15.355 INFO O| Dec 20 23:30:15.354 INFO STEP 8 (remove_files) COMPLETE |
4381 | 2024-12-20T23:30:15.623Z | [ recovery-image] Dec 20 23:30:15.355 INFO O| Dec 20 23:30:15.355 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-12-20T23:30:15.646Z | [ recovery-image] Dec 20 23:30:15.378 INFO O| Dec 20 23:30:15.377 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4383 | 2024-12-20T23:30:15.651Z | [ recovery-image] Dec 20 23:30:15.378 INFO O| Dec 20 23:30:15.378 INFO STEP 9 (remove_files) COMPLETE |
4384 | 2024-12-20T23:30:15.651Z | [ recovery-image] Dec 20 23:30:15.378 INFO O| Dec 20 23:30:15.378 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-12-20T23:30:15.681Z | [ recovery-image] Dec 20 23:30:15.412 INFO O| Dec 20 23:30:15.412 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4386 | 2024-12-20T23:30:15.702Z | [ recovery-image] Dec 20 23:30:15.433 INFO O| Dec 20 23:30:15.433 INFO STEP 10 (remove_files) COMPLETE |
4387 | 2024-12-20T23:30:15.702Z | [ recovery-image] Dec 20 23:30:15.433 INFO O| Dec 20 23:30:15.433 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-12-20T23:30:15.723Z | [ recovery-image] Dec 20 23:30:15.454 INFO O| Dec 20 23:30:15.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4389 | 2024-12-20T23:30:16.417Z | [ recovery-image] Dec 20 23:30:16.146 INFO O| Dec 20 23:30:16.146 INFO STEP 11 (remove_files) COMPLETE |
4390 | 2024-12-20T23:30:16.417Z | [ recovery-image] Dec 20 23:30:16.146 INFO O| Dec 20 23:30:16.146 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-12-20T23:30:16.452Z | [ recovery-image] Dec 20 23:30:16.175 INFO O| Dec 20 23:30:16.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4392 | 2024-12-20T23:30:16.485Z | [ recovery-image] Dec 20 23:30:16.178 INFO O| Dec 20 23:30:16.178 INFO STEP 12 (remove_files) COMPLETE |
4393 | 2024-12-20T23:30:16.485Z | [ recovery-image] Dec 20 23:30:16.178 INFO O| Dec 20 23:30:16.178 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-12-20T23:30:16.549Z | [ recovery-image] Dec 20 23:30:16.273 INFO O| Dec 20 23:30:16.273 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4395 | 2024-12-20T23:30:16.569Z | [ recovery-image] Dec 20 23:30:16.298 INFO O| Dec 20 23:30:16.298 INFO STEP 13 (remove_files) COMPLETE |
4396 | 2024-12-20T23:30:16.569Z | [ recovery-image] Dec 20 23:30:16.298 INFO O| Dec 20 23:30:16.298 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-12-20T23:30:16.592Z | [ recovery-image] Dec 20 23:30:16.322 INFO O| Dec 20 23:30:16.322 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4398 | 2024-12-20T23:30:16.595Z | [ recovery-image] Dec 20 23:30:16.322 INFO O| Dec 20 23:30:16.322 INFO STEP 14 (remove_files) COMPLETE |
4399 | 2024-12-20T23:30:16.595Z | [ recovery-image] Dec 20 23:30:16.323 INFO O| Dec 20 23:30:16.322 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-12-20T23:30:16.617Z | [ recovery-image] Dec 20 23:30:16.348 INFO O| Dec 20 23:30:16.348 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4401 | 2024-12-20T23:30:16.634Z | [ recovery-image] Dec 20 23:30:16.365 INFO O| Dec 20 23:30:16.365 INFO STEP 15 (remove_files) COMPLETE |
4402 | 2024-12-20T23:30:16.638Z | [ recovery-image] Dec 20 23:30:16.365 INFO O| Dec 20 23:30:16.365 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-12-20T23:30:16.695Z | [ recovery-image] Dec 20 23:30:16.426 INFO O| Dec 20 23:30:16.426 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4404 | 2024-12-20T23:30:16.732Z | [ recovery-image] Dec 20 23:30:16.457 INFO O| Dec 20 23:30:16.457 INFO STEP 16 (remove_files) COMPLETE |
4405 | 2024-12-20T23:30:16.732Z | [ recovery-image] Dec 20 23:30:16.457 INFO O| Dec 20 23:30:16.457 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-12-20T23:30:16.782Z | [ recovery-image] Dec 20 23:30:16.514 INFO O| Dec 20 23:30:16.514 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4407 | 2024-12-20T23:30:16.808Z | [ recovery-image] Dec 20 23:30:16.538 INFO O| Dec 20 23:30:16.538 INFO STEP 17 (remove_files) COMPLETE |
4408 | 2024-12-20T23:30:16.808Z | [ recovery-image] Dec 20 23:30:16.538 INFO O| Dec 20 23:30:16.538 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-12-20T23:30:16.845Z | [ recovery-image] Dec 20 23:30:16.576 INFO O| Dec 20 23:30:16.576 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4410 | 2024-12-20T23:30:16.848Z | [ recovery-image] Dec 20 23:30:16.576 INFO O| Dec 20 23:30:16.576 INFO STEP 18 (remove_files) COMPLETE |
4411 | 2024-12-20T23:30:16.848Z | [ recovery-image] Dec 20 23:30:16.576 INFO O| Dec 20 23:30:16.576 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-12-20T23:30:16.880Z | [ recovery-image] Dec 20 23:30:16.611 INFO O| Dec 20 23:30:16.611 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4413 | 2024-12-20T23:30:17.162Z | [ recovery-image] Dec 20 23:30:16.893 INFO O| Dec 20 23:30:16.893 INFO STEP 19 (remove_files) COMPLETE |
4414 | 2024-12-20T23:30:17.162Z | [ recovery-image] Dec 20 23:30:16.893 INFO O| Dec 20 23:30:16.893 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-12-20T23:30:17.263Z | [ recovery-image] Dec 20 23:30:16.994 INFO O| Dec 20 23:30:16.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4416 | 2024-12-20T23:30:17.288Z | [ recovery-image] Dec 20 23:30:17.020 INFO O| Dec 20 23:30:17.020 INFO STEP 20 (remove_files) COMPLETE |
4417 | 2024-12-20T23:30:17.289Z | [ recovery-image] Dec 20 23:30:17.020 INFO O| Dec 20 23:30:17.020 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-12-20T23:30:17.311Z | [ recovery-image] Dec 20 23:30:17.042 INFO O| Dec 20 23:30:17.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4419 | 2024-12-20T23:30:17.314Z | [ recovery-image] Dec 20 23:30:17.042 INFO O| Dec 20 23:30:17.042 INFO STEP 21 (remove_files) COMPLETE |
4420 | 2024-12-20T23:30:17.314Z | [ recovery-image] Dec 20 23:30:17.043 INFO O| Dec 20 23:30:17.042 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-12-20T23:30:17.332Z | [ recovery-image] Dec 20 23:30:17.064 INFO O| Dec 20 23:30:17.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4422 | 2024-12-20T23:30:17.356Z | [ recovery-image] Dec 20 23:30:17.088 INFO O| Dec 20 23:30:17.088 INFO STEP 22 (remove_files) COMPLETE |
4423 | 2024-12-20T23:30:17.357Z | [ recovery-image] Dec 20 23:30:17.088 INFO O| Dec 20 23:30:17.088 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-12-20T23:30:17.386Z | [ recovery-image] Dec 20 23:30:17.117 INFO O| Dec 20 23:30:17.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4425 | 2024-12-20T23:30:17.389Z | [ recovery-image] Dec 20 23:30:17.118 INFO O| Dec 20 23:30:17.118 INFO STEP 23 (remove_files) COMPLETE |
4426 | 2024-12-20T23:30:17.389Z | [ recovery-image] Dec 20 23:30:17.118 INFO O| Dec 20 23:30:17.118 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-12-20T23:30:17.417Z | [ recovery-image] Dec 20 23:30:17.149 INFO O| Dec 20 23:30:17.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4428 | 2024-12-20T23:30:17.421Z | [ recovery-image] Dec 20 23:30:17.149 INFO O| Dec 20 23:30:17.149 INFO STEP 24 (remove_files) COMPLETE |
4429 | 2024-12-20T23:30:17.421Z | [ recovery-image] Dec 20 23:30:17.150 INFO O| Dec 20 23:30:17.149 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-12-20T23:30:17.451Z | [ recovery-image] Dec 20 23:30:17.183 INFO O| Dec 20 23:30:17.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4431 | 2024-12-20T23:30:17.452Z | [ recovery-image] Dec 20 23:30:17.183 INFO O| Dec 20 23:30:17.183 INFO STEP 25 (remove_files) COMPLETE |
4432 | 2024-12-20T23:30:17.453Z | [ recovery-image] Dec 20 23:30:17.183 INFO O| Dec 20 23:30:17.183 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-12-20T23:30:17.492Z | [ recovery-image] Dec 20 23:30:17.223 INFO O| Dec 20 23:30:17.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4434 | 2024-12-20T23:30:17.495Z | [ recovery-image] Dec 20 23:30:17.223 INFO O| Dec 20 23:30:17.223 INFO STEP 26 (remove_files) COMPLETE |
4435 | 2024-12-20T23:30:17.495Z | [ recovery-image] Dec 20 23:30:17.223 INFO O| Dec 20 23:30:17.223 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-12-20T23:30:17.514Z | [ recovery-image] Dec 20 23:30:17.245 INFO O| Dec 20 23:30:17.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4437 | 2024-12-20T23:30:17.514Z | [ recovery-image] Dec 20 23:30:17.245 INFO O| Dec 20 23:30:17.245 INFO STEP 27 (remove_files) COMPLETE |
4438 | 2024-12-20T23:30:17.528Z | [ recovery-image] Dec 20 23:30:17.245 INFO O| Dec 20 23:30:17.245 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-12-20T23:30:17.536Z | [ recovery-image] Dec 20 23:30:17.265 INFO O| Dec 20 23:30:17.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4440 | 2024-12-20T23:30:17.536Z | [ recovery-image] Dec 20 23:30:17.267 INFO O| Dec 20 23:30:17.267 INFO STEP 28 (remove_files) COMPLETE |
4441 | 2024-12-20T23:30:17.536Z | [ recovery-image] Dec 20 23:30:17.267 INFO O| Dec 20 23:30:17.267 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-12-20T23:30:17.556Z | [ recovery-image] Dec 20 23:30:17.288 INFO O| Dec 20 23:30:17.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4443 | 2024-12-20T23:30:17.557Z | [ recovery-image] Dec 20 23:30:17.288 INFO O| Dec 20 23:30:17.288 INFO STEP 29 (remove_files) COMPLETE |
4444 | 2024-12-20T23:30:17.560Z | [ recovery-image] Dec 20 23:30:17.288 INFO O| Dec 20 23:30:17.288 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-12-20T23:30:17.582Z | [ recovery-image] Dec 20 23:30:17.311 INFO O| Dec 20 23:30:17.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4446 | 2024-12-20T23:30:17.589Z | [ recovery-image] Dec 20 23:30:17.312 INFO O| Dec 20 23:30:17.311 INFO STEP 30 (remove_files) COMPLETE |
4447 | 2024-12-20T23:30:17.589Z | [ recovery-image] Dec 20 23:30:17.312 INFO O| Dec 20 23:30:17.312 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-12-20T23:30:17.601Z | [ recovery-image] Dec 20 23:30:17.333 INFO O| Dec 20 23:30:17.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4449 | 2024-12-20T23:30:17.601Z | [ recovery-image] Dec 20 23:30:17.333 INFO O| Dec 20 23:30:17.333 INFO STEP 31 (remove_files) COMPLETE |
4450 | 2024-12-20T23:30:17.604Z | [ recovery-image] Dec 20 23:30:17.333 INFO O| Dec 20 23:30:17.333 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-12-20T23:30:17.631Z | [ recovery-image] Dec 20 23:30:17.361 INFO O| Dec 20 23:30:17.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4452 | 2024-12-20T23:30:17.631Z | [ recovery-image] Dec 20 23:30:17.361 INFO O| Dec 20 23:30:17.361 INFO STEP 32 (remove_files) COMPLETE |
4453 | 2024-12-20T23:30:17.631Z | [ recovery-image] Dec 20 23:30:17.361 INFO O| Dec 20 23:30:17.361 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-12-20T23:30:17.652Z | [ recovery-image] Dec 20 23:30:17.383 INFO O| Dec 20 23:30:17.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4455 | 2024-12-20T23:30:17.652Z | [ recovery-image] Dec 20 23:30:17.383 INFO O| Dec 20 23:30:17.383 INFO STEP 33 (remove_files) COMPLETE |
4456 | 2024-12-20T23:30:17.652Z | [ recovery-image] Dec 20 23:30:17.383 INFO O| Dec 20 23:30:17.383 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-12-20T23:30:17.674Z | [ recovery-image] Dec 20 23:30:17.406 INFO O| Dec 20 23:30:17.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4458 | 2024-12-20T23:30:17.674Z | [ recovery-image] Dec 20 23:30:17.406 INFO O| Dec 20 23:30:17.406 INFO STEP 34 (remove_files) COMPLETE |
4459 | 2024-12-20T23:30:17.677Z | [ recovery-image] Dec 20 23:30:17.406 INFO O| Dec 20 23:30:17.406 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-12-20T23:30:17.705Z | [ recovery-image] Dec 20 23:30:17.437 INFO O| Dec 20 23:30:17.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4461 | 2024-12-20T23:30:17.705Z | [ recovery-image] Dec 20 23:30:17.437 INFO O| Dec 20 23:30:17.437 INFO STEP 35 (remove_files) COMPLETE |
4462 | 2024-12-20T23:30:17.705Z | [ recovery-image] Dec 20 23:30:17.437 INFO O| Dec 20 23:30:17.437 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-12-20T23:30:17.768Z | [ recovery-image] Dec 20 23:30:17.499 INFO O| Dec 20 23:30:17.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4464 | 2024-12-20T23:30:17.768Z | [ recovery-image] Dec 20 23:30:17.499 INFO O| Dec 20 23:30:17.499 INFO STEP 36 (remove_files) COMPLETE |
4465 | 2024-12-20T23:30:17.768Z | [ recovery-image] Dec 20 23:30:17.499 INFO O| Dec 20 23:30:17.499 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-12-20T23:30:17.791Z | [ recovery-image] Dec 20 23:30:17.522 INFO O| Dec 20 23:30:17.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4467 | 2024-12-20T23:30:17.797Z | [ recovery-image] Dec 20 23:30:17.529 INFO O| Dec 20 23:30:17.529 INFO STEP 37 (remove_files) COMPLETE |
4468 | 2024-12-20T23:30:17.797Z | [ recovery-image] Dec 20 23:30:17.529 INFO O| Dec 20 23:30:17.529 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-12-20T23:30:17.903Z | [ recovery-image] Dec 20 23:30:17.635 INFO O| Dec 20 23:30:17.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4470 | 2024-12-20T23:30:17.908Z | [ recovery-image] Dec 20 23:30:17.635 INFO O| Dec 20 23:30:17.635 INFO STEP 38 (remove_files) COMPLETE |
4471 | 2024-12-20T23:30:17.908Z | [ recovery-image] Dec 20 23:30:17.636 INFO O| Dec 20 23:30:17.635 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-12-20T23:30:17.925Z | [ recovery-image] Dec 20 23:30:17.657 INFO O| Dec 20 23:30:17.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4473 | 2024-12-20T23:30:17.929Z | [ recovery-image] Dec 20 23:30:17.657 INFO O| Dec 20 23:30:17.657 INFO STEP 39 (remove_files) COMPLETE |
4474 | 2024-12-20T23:30:17.929Z | [ recovery-image] Dec 20 23:30:17.658 INFO O| Dec 20 23:30:17.658 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-12-20T23:30:17.957Z | [ recovery-image] Dec 20 23:30:17.689 INFO O| Dec 20 23:30:17.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4476 | 2024-12-20T23:30:17.961Z | [ recovery-image] Dec 20 23:30:17.689 INFO O| Dec 20 23:30:17.689 INFO STEP 40 (remove_files) COMPLETE |
4477 | 2024-12-20T23:30:17.961Z | [ recovery-image] Dec 20 23:30:17.690 INFO O| Dec 20 23:30:17.690 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-12-20T23:30:17.979Z | [ recovery-image] Dec 20 23:30:17.711 INFO O| Dec 20 23:30:17.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4479 | 2024-12-20T23:30:17.983Z | [ recovery-image] Dec 20 23:30:17.711 INFO O| Dec 20 23:30:17.711 INFO STEP 41 (remove_files) COMPLETE |
4480 | 2024-12-20T23:30:17.983Z | [ recovery-image] Dec 20 23:30:17.711 INFO O| Dec 20 23:30:17.711 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-12-20T23:30:18.010Z | [ recovery-image] Dec 20 23:30:17.742 INFO O| Dec 20 23:30:17.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4482 | 2024-12-20T23:30:18.013Z | [ recovery-image] Dec 20 23:30:17.742 INFO O| Dec 20 23:30:17.742 INFO STEP 42 (remove_files) COMPLETE |
4483 | 2024-12-20T23:30:18.013Z | [ recovery-image] Dec 20 23:30:17.742 INFO O| Dec 20 23:30:17.742 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-12-20T23:30:18.031Z | [ recovery-image] Dec 20 23:30:17.763 INFO O| Dec 20 23:30:17.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4485 | 2024-12-20T23:30:18.035Z | [ recovery-image] Dec 20 23:30:17.763 INFO O| Dec 20 23:30:17.763 INFO STEP 43 (remove_files) COMPLETE |
4486 | 2024-12-20T23:30:18.035Z | [ recovery-image] Dec 20 23:30:17.763 INFO O| Dec 20 23:30:17.763 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-12-20T23:30:18.071Z | [ recovery-image] Dec 20 23:30:17.803 INFO O| Dec 20 23:30:17.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4488 | 2024-12-20T23:30:18.071Z | [ recovery-image] Dec 20 23:30:17.803 INFO O| Dec 20 23:30:17.803 INFO STEP 44 (remove_files) COMPLETE |
4489 | 2024-12-20T23:30:18.075Z | [ recovery-image] Dec 20 23:30:17.803 INFO O| Dec 20 23:30:17.803 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-12-20T23:30:18.094Z | [ recovery-image] Dec 20 23:30:17.824 INFO O| Dec 20 23:30:17.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4491 | 2024-12-20T23:30:18.110Z | [ recovery-image] Dec 20 23:30:17.840 INFO O| Dec 20 23:30:17.840 INFO STEP 45 (remove_files) COMPLETE |
4492 | 2024-12-20T23:30:18.111Z | [ recovery-image] Dec 20 23:30:17.840 INFO O| Dec 20 23:30:17.840 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-12-20T23:30:18.126Z | [ host-image] Dec 20 23:30:17.858 INFO O| Dec 20 23:30:17.858 INFO O| Planning: Solver setup ... Done |
4494 | 2024-12-20T23:30:18.147Z | [ host-image] Dec 20 23:30:17.866 INFO O| Dec 20 23:30:17.866 INFO O| Planning: Running solver ... Done |
4495 | 2024-12-20T23:30:18.221Z | [ recovery-image] Dec 20 23:30:17.953 INFO O| Dec 20 23:30:17.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4496 | 2024-12-20T23:30:18.222Z | [ recovery-image] Dec 20 23:30:17.953 INFO O| Dec 20 23:30:17.953 INFO STEP 46 (remove_files) COMPLETE |
4497 | 2024-12-20T23:30:18.232Z | [ recovery-image] Dec 20 23:30:17.953 INFO O| Dec 20 23:30:17.953 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-12-20T23:30:18.258Z | [ recovery-image] Dec 20 23:30:17.985 INFO O| Dec 20 23:30:17.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4499 | 2024-12-20T23:30:18.264Z | [ host-image] Dec 20 23:30:17.992 INFO O| Dec 20 23:30:17.992 INFO O| Planning: Finding local manifests ... Done |
4500 | 2024-12-20T23:30:18.264Z | [ host-image] Dec 20 23:30:17.993 INFO O| Dec 20 23:30:17.993 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4501 | 2024-12-20T23:30:18.279Z | [ recovery-image] Dec 20 23:30:18.011 INFO O| Dec 20 23:30:18.011 INFO STEP 47 (remove_files) COMPLETE |
4502 | 2024-12-20T23:30:18.279Z | [ recovery-image] Dec 20 23:30:18.011 INFO O| Dec 20 23:30:18.011 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-12-20T23:30:18.302Z | [ recovery-image] Dec 20 23:30:18.034 INFO O| Dec 20 23:30:18.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4504 | 2024-12-20T23:30:18.308Z | [ recovery-image] Dec 20 23:30:18.034 INFO O| Dec 20 23:30:18.034 INFO STEP 48 (remove_files) COMPLETE |
4505 | 2024-12-20T23:30:18.308Z | [ recovery-image] Dec 20 23:30:18.034 INFO O| Dec 20 23:30:18.034 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-12-20T23:30:18.323Z | [ recovery-image] Dec 20 23:30:18.055 INFO O| Dec 20 23:30:18.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4507 | 2024-12-20T23:30:18.327Z | [ recovery-image] Dec 20 23:30:18.055 INFO O| Dec 20 23:30:18.055 INFO STEP 49 (remove_files) COMPLETE |
4508 | 2024-12-20T23:30:18.327Z | [ recovery-image] Dec 20 23:30:18.055 INFO O| Dec 20 23:30:18.055 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-12-20T23:30:18.345Z | [ recovery-image] Dec 20 23:30:18.076 INFO O| Dec 20 23:30:18.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4510 | 2024-12-20T23:30:18.349Z | [ recovery-image] Dec 20 23:30:18.077 INFO O| Dec 20 23:30:18.077 INFO STEP 50 (remove_files) COMPLETE |
4511 | 2024-12-20T23:30:18.349Z | [ recovery-image] Dec 20 23:30:18.077 INFO O| Dec 20 23:30:18.077 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-12-20T23:30:18.388Z | [ recovery-image] Dec 20 23:30:18.118 INFO O| Dec 20 23:30:18.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4513 | 2024-12-20T23:30:18.391Z | [ recovery-image] Dec 20 23:30:18.119 INFO O| Dec 20 23:30:18.119 INFO STEP 51 (remove_files) COMPLETE |
4514 | 2024-12-20T23:30:18.391Z | [ recovery-image] Dec 20 23:30:18.119 INFO O| Dec 20 23:30:18.119 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-12-20T23:30:18.419Z | [ recovery-image] Dec 20 23:30:18.152 INFO O| Dec 20 23:30:18.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4516 | 2024-12-20T23:30:18.419Z | [ recovery-image] Dec 20 23:30:18.152 INFO O| Dec 20 23:30:18.152 INFO STEP 52 (remove_files) COMPLETE |
4517 | 2024-12-20T23:30:18.423Z | [ recovery-image] Dec 20 23:30:18.152 INFO O| Dec 20 23:30:18.152 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-12-20T23:30:18.451Z | [ recovery-image] Dec 20 23:30:18.183 INFO O| Dec 20 23:30:18.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4519 | 2024-12-20T23:30:18.454Z | [ recovery-image] Dec 20 23:30:18.184 INFO O| Dec 20 23:30:18.184 INFO STEP 53 (remove_files) COMPLETE |
4520 | 2024-12-20T23:30:18.454Z | [ recovery-image] Dec 20 23:30:18.184 INFO O| Dec 20 23:30:18.184 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-12-20T23:30:18.491Z | [ recovery-image] Dec 20 23:30:18.222 INFO O| Dec 20 23:30:18.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4522 | 2024-12-20T23:30:18.491Z | [ recovery-image] Dec 20 23:30:18.222 INFO O| Dec 20 23:30:18.222 INFO STEP 54 (remove_files) COMPLETE |
4523 | 2024-12-20T23:30:18.491Z | [ recovery-image] Dec 20 23:30:18.222 INFO O| Dec 20 23:30:18.222 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-12-20T23:30:18.497Z | [ host-image] Dec 20 23:30:18.226 INFO O| Dec 20 23:30:18.226 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4525 | 2024-12-20T23:30:18.523Z | [ recovery-image] Dec 20 23:30:18.255 INFO O| Dec 20 23:30:18.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4526 | 2024-12-20T23:30:18.523Z | [ recovery-image] Dec 20 23:30:18.255 INFO O| Dec 20 23:30:18.255 INFO STEP 55 (remove_files) COMPLETE |
4527 | 2024-12-20T23:30:18.523Z | [ recovery-image] Dec 20 23:30:18.255 INFO O| Dec 20 23:30:18.255 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-12-20T23:30:18.544Z | [ recovery-image] Dec 20 23:30:18.276 INFO O| Dec 20 23:30:18.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4529 | 2024-12-20T23:30:18.544Z | [ recovery-image] Dec 20 23:30:18.276 INFO O| Dec 20 23:30:18.276 INFO STEP 56 (remove_files) COMPLETE |
4530 | 2024-12-20T23:30:18.544Z | [ recovery-image] Dec 20 23:30:18.276 INFO O| Dec 20 23:30:18.276 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-12-20T23:30:18.565Z | [ recovery-image] Dec 20 23:30:18.297 INFO O| Dec 20 23:30:18.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4532 | 2024-12-20T23:30:18.569Z | [ host-image] Dec 20 23:30:18.298 INFO O| Dec 20 23:30:18.298 INFO O| Planning: Package planning ... Done |
4533 | 2024-12-20T23:30:18.569Z | [ host-image] Dec 20 23:30:18.299 INFO O| Dec 20 23:30:18.299 INFO O| Planning: Merging actions ... Done |
4534 | 2024-12-20T23:30:18.583Z | [ recovery-image] Dec 20 23:30:18.315 INFO O| Dec 20 23:30:18.315 INFO STEP 57 (remove_files) COMPLETE |
4535 | 2024-12-20T23:30:18.583Z | [ recovery-image] Dec 20 23:30:18.315 INFO O| Dec 20 23:30:18.315 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-12-20T23:30:18.640Z | [ recovery-image] Dec 20 23:30:18.372 INFO O| Dec 20 23:30:18.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4537 | 2024-12-20T23:30:18.664Z | [ recovery-image] Dec 20 23:30:18.396 INFO O| Dec 20 23:30:18.396 INFO STEP 58 (remove_files) COMPLETE |
4538 | 2024-12-20T23:30:18.664Z | [ recovery-image] Dec 20 23:30:18.396 INFO O| Dec 20 23:30:18.396 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-12-20T23:30:18.689Z | [ host-image] Dec 20 23:30:18.421 INFO O| Dec 20 23:30:18.421 INFO O| Planning: Checking for conflicting actions ... Done |
4540 | 2024-12-20T23:30:18.692Z | [ host-image] Dec 20 23:30:18.422 INFO O| Dec 20 23:30:18.422 INFO O| Planning: Consolidating action changes ... Done |
4541 | 2024-12-20T23:30:18.717Z | [ recovery-image] Dec 20 23:30:18.449 INFO O| Dec 20 23:30:18.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4542 | 2024-12-20T23:30:18.717Z | [ recovery-image] Dec 20 23:30:18.449 INFO O| Dec 20 23:30:18.449 INFO STEP 59 (remove_files) COMPLETE |
4543 | 2024-12-20T23:30:18.717Z | [ recovery-image] Dec 20 23:30:18.449 INFO O| Dec 20 23:30:18.449 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-20T23:30:18.761Z | [ recovery-image] Dec 20 23:30:18.492 INFO O| Dec 20 23:30:18.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4545 | 2024-12-20T23:30:18.764Z | [ recovery-image] Dec 20 23:30:18.492 INFO O| Dec 20 23:30:18.492 INFO STEP 60 (remove_files) COMPLETE |
4546 | 2024-12-20T23:30:18.764Z | [ recovery-image] Dec 20 23:30:18.492 INFO O| Dec 20 23:30:18.492 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-20T23:30:18.781Z | [ recovery-image] Dec 20 23:30:18.513 INFO O| Dec 20 23:30:18.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4548 | 2024-12-20T23:30:18.802Z | [ recovery-image] Dec 20 23:30:18.534 INFO O| Dec 20 23:30:18.534 INFO STEP 61 (remove_files) COMPLETE |
4549 | 2024-12-20T23:30:18.802Z | [ recovery-image] Dec 20 23:30:18.534 INFO O| Dec 20 23:30:18.534 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-20T23:30:18.822Z | [ recovery-image] Dec 20 23:30:18.555 INFO O| Dec 20 23:30:18.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4551 | 2024-12-20T23:30:18.825Z | [ recovery-image] Dec 20 23:30:18.555 INFO O| Dec 20 23:30:18.555 INFO STEP 62 (remove_files) COMPLETE |
4552 | 2024-12-20T23:30:18.825Z | [ recovery-image] Dec 20 23:30:18.555 INFO O| Dec 20 23:30:18.555 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-20T23:30:18.862Z | [ recovery-image] Dec 20 23:30:18.594 INFO O| Dec 20 23:30:18.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4554 | 2024-12-20T23:30:18.862Z | [ recovery-image] Dec 20 23:30:18.594 INFO O| Dec 20 23:30:18.594 INFO STEP 63 (remove_files) COMPLETE |
4555 | 2024-12-20T23:30:18.866Z | [ recovery-image] Dec 20 23:30:18.594 INFO O| Dec 20 23:30:18.594 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-20T23:30:18.883Z | [ recovery-image] Dec 20 23:30:18.615 INFO O| Dec 20 23:30:18.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4557 | 2024-12-20T23:30:18.888Z | [ recovery-image] Dec 20 23:30:18.616 INFO O| Dec 20 23:30:18.615 INFO STEP 64 (remove_files) COMPLETE |
4558 | 2024-12-20T23:30:18.888Z | [ recovery-image] Dec 20 23:30:18.616 INFO O| Dec 20 23:30:18.616 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-20T23:30:18.920Z | [ recovery-image] Dec 20 23:30:18.653 INFO O| Dec 20 23:30:18.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4560 | 2024-12-20T23:30:18.925Z | [ recovery-image] Dec 20 23:30:18.653 INFO O| Dec 20 23:30:18.653 INFO STEP 65 (remove_files) COMPLETE |
4561 | 2024-12-20T23:30:18.925Z | [ recovery-image] Dec 20 23:30:18.653 INFO O| Dec 20 23:30:18.653 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-20T23:30:18.945Z | [ recovery-image] Dec 20 23:30:18.674 INFO O| Dec 20 23:30:18.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4563 | 2024-12-20T23:30:18.957Z | [ recovery-image] Dec 20 23:30:18.674 INFO O| Dec 20 23:30:18.674 INFO STEP 66 (remove_files) COMPLETE |
4564 | 2024-12-20T23:30:18.957Z | [ recovery-image] Dec 20 23:30:18.674 INFO O| Dec 20 23:30:18.674 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-20T23:30:18.961Z | [ recovery-image] Dec 20 23:30:18.693 INFO O| Dec 20 23:30:18.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4566 | 2024-12-20T23:30:18.962Z | [ recovery-image] Dec 20 23:30:18.693 INFO O| Dec 20 23:30:18.693 INFO STEP 67 (remove_files) COMPLETE |
4567 | 2024-12-20T23:30:18.962Z | [ recovery-image] Dec 20 23:30:18.693 INFO O| Dec 20 23:30:18.693 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-20T23:30:18.980Z | [ recovery-image] Dec 20 23:30:18.712 INFO O| Dec 20 23:30:18.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4569 | 2024-12-20T23:30:19.003Z | [ recovery-image] Dec 20 23:30:18.735 INFO O| Dec 20 23:30:18.735 INFO STEP 68 (remove_files) COMPLETE |
4570 | 2024-12-20T23:30:19.003Z | [ recovery-image] Dec 20 23:30:18.735 INFO O| Dec 20 23:30:18.735 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-20T23:30:19.024Z | [ recovery-image] Dec 20 23:30:18.756 INFO O| Dec 20 23:30:18.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4572 | 2024-12-20T23:30:19.076Z | [ recovery-image] Dec 20 23:30:18.809 INFO O| Dec 20 23:30:18.809 INFO STEP 69 (remove_files) COMPLETE |
4573 | 2024-12-20T23:30:19.077Z | [ recovery-image] Dec 20 23:30:18.809 INFO O| Dec 20 23:30:18.809 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-20T23:30:19.143Z | [ recovery-image] Dec 20 23:30:18.875 INFO O| Dec 20 23:30:18.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4575 | 2024-12-20T23:30:19.143Z | [ recovery-image] Dec 20 23:30:18.875 INFO O| Dec 20 23:30:18.875 INFO STEP 70 (remove_files) COMPLETE |
4576 | 2024-12-20T23:30:19.144Z | [ recovery-image] Dec 20 23:30:18.875 INFO O| Dec 20 23:30:18.875 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-20T23:30:19.163Z | [ host-image] Dec 20 23:30:18.893 INFO O| Dec 20 23:30:18.893 INFO O| Planning: Evaluating mediators ... Done |
4578 | 2024-12-20T23:30:19.167Z | [ host-image] Dec 20 23:30:18.894 INFO O| Dec 20 23:30:18.894 INFO O| Planning: Planning completed in 5.35 seconds |
4579 | 2024-12-20T23:30:19.167Z | [ host-image] Dec 20 23:30:18.897 INFO O| Dec 20 23:30:18.897 INFO O| Packages to install: 1 |
4580 | 2024-12-20T23:30:19.167Z | [ recovery-image] Dec 20 23:30:18.898 INFO O| Dec 20 23:30:18.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4581 | 2024-12-20T23:30:19.183Z | [ host-image] Dec 20 23:30:18.915 INFO O| Dec 20 23:30:18.915 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4582 | 2024-12-20T23:30:19.195Z | [ recovery-image] Dec 20 23:30:18.926 INFO O| Dec 20 23:30:18.926 INFO STEP 71 (remove_files) COMPLETE |
4583 | 2024-12-20T23:30:19.195Z | [ recovery-image] Dec 20 23:30:18.926 INFO O| Dec 20 23:30:18.926 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-12-20T23:30:19.251Z | [ recovery-image] Dec 20 23:30:18.983 INFO O| Dec 20 23:30:18.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4585 | 2024-12-20T23:30:19.251Z | [ recovery-image] Dec 20 23:30:18.983 INFO O| Dec 20 23:30:18.983 INFO STEP 72 (remove_files) COMPLETE |
4586 | 2024-12-20T23:30:19.255Z | [ recovery-image] Dec 20 23:30:18.984 INFO O| Dec 20 23:30:18.983 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-12-20T23:30:19.280Z | [ recovery-image] Dec 20 23:30:19.012 INFO O| Dec 20 23:30:19.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4588 | 2024-12-20T23:30:19.280Z | [ recovery-image] Dec 20 23:30:19.012 INFO O| Dec 20 23:30:19.012 INFO STEP 73 (remove_files) COMPLETE |
4589 | 2024-12-20T23:30:19.280Z | [ recovery-image] Dec 20 23:30:19.012 INFO O| Dec 20 23:30:19.012 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-12-20T23:30:19.300Z | [ recovery-image] Dec 20 23:30:19.032 INFO O| Dec 20 23:30:19.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4591 | 2024-12-20T23:30:19.300Z | [ recovery-image] Dec 20 23:30:19.032 INFO O| Dec 20 23:30:19.032 INFO STEP 74 (remove_files) COMPLETE |
4592 | 2024-12-20T23:30:19.304Z | [ recovery-image] Dec 20 23:30:19.032 INFO O| Dec 20 23:30:19.032 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-12-20T23:30:19.332Z | [ recovery-image] Dec 20 23:30:19.064 INFO O| Dec 20 23:30:19.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4594 | 2024-12-20T23:30:19.333Z | [ recovery-image] Dec 20 23:30:19.064 INFO O| Dec 20 23:30:19.064 INFO STEP 75 (remove_files) COMPLETE |
4595 | 2024-12-20T23:30:19.337Z | [ recovery-image] Dec 20 23:30:19.064 INFO O| Dec 20 23:30:19.064 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-12-20T23:30:19.357Z | [ recovery-image] Dec 20 23:30:19.089 INFO O| Dec 20 23:30:19.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4597 | 2024-12-20T23:30:19.357Z | [ recovery-image] Dec 20 23:30:19.089 INFO O| Dec 20 23:30:19.089 INFO STEP 76 (remove_files) COMPLETE |
4598 | 2024-12-20T23:30:19.357Z | [ recovery-image] Dec 20 23:30:19.089 INFO O| Dec 20 23:30:19.089 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-12-20T23:30:19.412Z | [ recovery-image] Dec 20 23:30:19.144 INFO O| Dec 20 23:30:19.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4600 | 2024-12-20T23:30:19.412Z | [ recovery-image] Dec 20 23:30:19.144 INFO O| Dec 20 23:30:19.144 INFO STEP 77 (remove_files) COMPLETE |
4601 | 2024-12-20T23:30:19.412Z | [ recovery-image] Dec 20 23:30:19.144 INFO O| Dec 20 23:30:19.144 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-12-20T23:30:19.437Z | [ recovery-image] Dec 20 23:30:19.169 INFO O| Dec 20 23:30:19.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4603 | 2024-12-20T23:30:19.437Z | [ recovery-image] Dec 20 23:30:19.169 INFO O| Dec 20 23:30:19.169 INFO STEP 78 (remove_files) COMPLETE |
4604 | 2024-12-20T23:30:19.441Z | [ recovery-image] Dec 20 23:30:19.169 INFO O| Dec 20 23:30:19.169 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-12-20T23:30:19.476Z | [ recovery-image] Dec 20 23:30:19.209 INFO O| Dec 20 23:30:19.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4606 | 2024-12-20T23:30:19.477Z | [ recovery-image] Dec 20 23:30:19.209 INFO O| Dec 20 23:30:19.209 INFO STEP 79 (remove_files) COMPLETE |
4607 | 2024-12-20T23:30:19.481Z | [ recovery-image] Dec 20 23:30:19.209 INFO O| Dec 20 23:30:19.209 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-12-20T23:30:19.498Z | [ recovery-image] Dec 20 23:30:19.230 INFO O| Dec 20 23:30:19.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4609 | 2024-12-20T23:30:19.501Z | [ recovery-image] Dec 20 23:30:19.230 INFO O| Dec 20 23:30:19.230 INFO STEP 80 (remove_files) COMPLETE |
4610 | 2024-12-20T23:30:19.501Z | [ recovery-image] Dec 20 23:30:19.230 INFO O| Dec 20 23:30:19.230 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-12-20T23:30:19.540Z | [ recovery-image] Dec 20 23:30:19.271 INFO O| Dec 20 23:30:19.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4612 | 2024-12-20T23:30:19.540Z | [ recovery-image] Dec 20 23:30:19.271 INFO O| Dec 20 23:30:19.271 INFO STEP 81 (remove_files) COMPLETE |
4613 | 2024-12-20T23:30:19.540Z | [ recovery-image] Dec 20 23:30:19.271 INFO O| Dec 20 23:30:19.271 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-12-20T23:30:19.552Z | [ host-image] Dec 20 23:30:19.285 INFO O| Dec 20 23:30:19.284 INFO O| Download: Completed 9.99 MB in 0.37 seconds (27.1M/s) |
4615 | 2024-12-20T23:30:19.577Z | [ recovery-image] Dec 20 23:30:19.308 INFO O| Dec 20 23:30:19.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4616 | 2024-12-20T23:30:19.584Z | [ recovery-image] Dec 20 23:30:19.308 INFO O| Dec 20 23:30:19.308 INFO STEP 82 (remove_files) COMPLETE |
4617 | 2024-12-20T23:30:19.584Z | [ recovery-image] Dec 20 23:30:19.308 INFO O| Dec 20 23:30:19.308 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-12-20T23:30:19.694Z | [ recovery-image] Dec 20 23:30:19.426 INFO O| Dec 20 23:30:19.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4619 | 2024-12-20T23:30:19.697Z | [ recovery-image] Dec 20 23:30:19.426 INFO O| Dec 20 23:30:19.426 INFO STEP 83 (remove_files) COMPLETE |
4620 | 2024-12-20T23:30:19.697Z | [ recovery-image] Dec 20 23:30:19.427 INFO O| Dec 20 23:30:19.426 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-12-20T23:30:19.719Z | [ recovery-image] Dec 20 23:30:19.448 INFO O| Dec 20 23:30:19.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4622 | 2024-12-20T23:30:19.723Z | [ recovery-image] Dec 20 23:30:19.448 INFO O| Dec 20 23:30:19.448 INFO STEP 84 (remove_files) COMPLETE |
4623 | 2024-12-20T23:30:19.723Z | [ recovery-image] Dec 20 23:30:19.449 INFO O| Dec 20 23:30:19.449 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-12-20T23:30:19.737Z | [ recovery-image] Dec 20 23:30:19.469 INFO O| Dec 20 23:30:19.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4625 | 2024-12-20T23:30:19.739Z | [ recovery-image] Dec 20 23:30:19.470 INFO O| Dec 20 23:30:19.469 INFO STEP 85 (remove_files) COMPLETE |
4626 | 2024-12-20T23:30:19.739Z | [ recovery-image] Dec 20 23:30:19.470 INFO O| Dec 20 23:30:19.470 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-12-20T23:30:19.747Z | [ host-image] Dec 20 23:30:19.479 INFO O| Dec 20 23:30:19.479 INFO O| Actions: 1/22 actions (Installing new actions) |
4628 | 2024-12-20T23:30:19.775Z | [ recovery-image] Dec 20 23:30:19.506 INFO O| Dec 20 23:30:19.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4629 | 2024-12-20T23:30:19.775Z | [ recovery-image] Dec 20 23:30:19.506 INFO O| Dec 20 23:30:19.506 INFO STEP 86 (remove_files) COMPLETE |
4630 | 2024-12-20T23:30:19.775Z | [ recovery-image] Dec 20 23:30:19.506 INFO O| Dec 20 23:30:19.506 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-20T23:30:19.837Z | [ recovery-image] Dec 20 23:30:19.569 INFO O| Dec 20 23:30:19.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4632 | 2024-12-20T23:30:19.837Z | [ recovery-image] Dec 20 23:30:19.570 INFO O| Dec 20 23:30:19.569 INFO STEP 87 (remove_files) COMPLETE |
4633 | 2024-12-20T23:30:19.841Z | [ recovery-image] Dec 20 23:30:19.570 INFO O| Dec 20 23:30:19.570 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-20T23:30:19.859Z | [ recovery-image] Dec 20 23:30:19.591 INFO O| Dec 20 23:30:19.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4635 | 2024-12-20T23:30:19.859Z | [ recovery-image] Dec 20 23:30:19.591 INFO O| Dec 20 23:30:19.591 INFO STEP 88 (remove_files) COMPLETE |
4636 | 2024-12-20T23:30:19.859Z | [ recovery-image] Dec 20 23:30:19.591 INFO O| Dec 20 23:30:19.591 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-20T23:30:19.881Z | [ recovery-image] Dec 20 23:30:19.613 INFO O| Dec 20 23:30:19.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4638 | 2024-12-20T23:30:19.901Z | [ recovery-image] Dec 20 23:30:19.634 INFO O| Dec 20 23:30:19.634 INFO STEP 89 (remove_files) COMPLETE |
4639 | 2024-12-20T23:30:19.901Z | [ recovery-image] Dec 20 23:30:19.634 INFO O| Dec 20 23:30:19.634 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-20T23:30:19.934Z | [ recovery-image] Dec 20 23:30:19.667 INFO O| Dec 20 23:30:19.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4641 | 2024-12-20T23:30:19.957Z | [ recovery-image] Dec 20 23:30:19.690 INFO O| Dec 20 23:30:19.690 INFO STEP 90 (remove_files) COMPLETE |
4642 | 2024-12-20T23:30:19.958Z | [ recovery-image] Dec 20 23:30:19.690 INFO O| Dec 20 23:30:19.690 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-20T23:30:19.990Z | [ recovery-image] Dec 20 23:30:19.722 INFO O| Dec 20 23:30:19.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4644 | 2024-12-20T23:30:19.990Z | [ recovery-image] Dec 20 23:30:19.723 INFO O| Dec 20 23:30:19.723 INFO STEP 91 (remove_files) COMPLETE |
4645 | 2024-12-20T23:30:19.993Z | [ recovery-image] Dec 20 23:30:19.723 INFO O| Dec 20 23:30:19.723 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-20T23:30:20.012Z | [ recovery-image] Dec 20 23:30:19.744 INFO O| Dec 20 23:30:19.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4647 | 2024-12-20T23:30:20.012Z | [ recovery-image] Dec 20 23:30:19.744 INFO O| Dec 20 23:30:19.744 INFO STEP 92 (remove_files) COMPLETE |
4648 | 2024-12-20T23:30:20.012Z | [ recovery-image] Dec 20 23:30:19.744 INFO O| Dec 20 23:30:19.744 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-20T23:30:20.040Z | [ recovery-image] Dec 20 23:30:19.773 INFO O| Dec 20 23:30:19.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4650 | 2024-12-20T23:30:20.040Z | [ recovery-image] Dec 20 23:30:19.773 INFO O| Dec 20 23:30:19.773 INFO STEP 93 (remove_files) COMPLETE |
4651 | 2024-12-20T23:30:20.043Z | [ recovery-image] Dec 20 23:30:19.773 INFO O| Dec 20 23:30:19.773 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-20T23:30:20.060Z | [ recovery-image] Dec 20 23:30:19.793 INFO O| Dec 20 23:30:19.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4653 | 2024-12-20T23:30:20.060Z | [ recovery-image] Dec 20 23:30:19.793 INFO O| Dec 20 23:30:19.793 INFO STEP 94 (remove_files) COMPLETE |
4654 | 2024-12-20T23:30:20.063Z | [ recovery-image] Dec 20 23:30:19.793 INFO O| Dec 20 23:30:19.793 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-20T23:30:20.078Z | [ recovery-image] Dec 20 23:30:19.811 INFO O| Dec 20 23:30:19.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4656 | 2024-12-20T23:30:20.078Z | [ recovery-image] Dec 20 23:30:19.811 INFO O| Dec 20 23:30:19.811 INFO STEP 95 (remove_files) COMPLETE |
4657 | 2024-12-20T23:30:20.081Z | [ recovery-image] Dec 20 23:30:19.811 INFO O| Dec 20 23:30:19.811 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-20T23:30:20.116Z | [ recovery-image] Dec 20 23:30:19.849 INFO O| Dec 20 23:30:19.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4659 | 2024-12-20T23:30:20.116Z | [ recovery-image] Dec 20 23:30:19.849 INFO O| Dec 20 23:30:19.849 INFO STEP 96 (remove_files) COMPLETE |
4660 | 2024-12-20T23:30:20.116Z | [ recovery-image] Dec 20 23:30:19.849 INFO O| Dec 20 23:30:19.849 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-20T23:30:20.192Z | [ host-image] Dec 20 23:30:19.925 INFO O| Dec 20 23:30:19.925 INFO O| Actions: Completed 22 actions in 0.45 seconds. |
4662 | 2024-12-20T23:30:20.227Z | [ recovery-image] Dec 20 23:30:19.959 INFO O| Dec 20 23:30:19.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4663 | 2024-12-20T23:30:20.227Z | [ recovery-image] Dec 20 23:30:19.959 INFO O| Dec 20 23:30:19.959 INFO STEP 97 (remove_files) COMPLETE |
4664 | 2024-12-20T23:30:20.227Z | [ recovery-image] Dec 20 23:30:19.959 INFO O| Dec 20 23:30:19.959 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-12-20T23:30:20.284Z | [ recovery-image] Dec 20 23:30:20.016 INFO O| Dec 20 23:30:20.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4666 | 2024-12-20T23:30:20.284Z | [ recovery-image] Dec 20 23:30:20.016 INFO O| Dec 20 23:30:20.016 INFO STEP 98 (remove_files) COMPLETE |
4667 | 2024-12-20T23:30:20.284Z | [ recovery-image] Dec 20 23:30:20.016 INFO O| Dec 20 23:30:20.016 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-12-20T23:30:20.316Z | [ recovery-image] Dec 20 23:30:20.038 INFO O| Dec 20 23:30:20.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4669 | 2024-12-20T23:30:20.316Z | [ recovery-image] Dec 20 23:30:20.038 INFO O| Dec 20 23:30:20.038 INFO STEP 99 (remove_files) COMPLETE |
4670 | 2024-12-20T23:30:20.316Z | [ recovery-image] Dec 20 23:30:20.038 INFO O| Dec 20 23:30:20.038 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-12-20T23:30:20.327Z | [ recovery-image] Dec 20 23:30:20.060 INFO O| Dec 20 23:30:20.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4672 | 2024-12-20T23:30:20.327Z | [ recovery-image] Dec 20 23:30:20.060 INFO O| Dec 20 23:30:20.060 INFO STEP 100 (remove_files) COMPLETE |
4673 | 2024-12-20T23:30:20.330Z | [ recovery-image] Dec 20 23:30:20.060 INFO O| Dec 20 23:30:20.060 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-12-20T23:30:20.348Z | [ recovery-image] Dec 20 23:30:20.080 INFO O| Dec 20 23:30:20.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4675 | 2024-12-20T23:30:20.348Z | [ recovery-image] Dec 20 23:30:20.080 INFO O| Dec 20 23:30:20.080 INFO STEP 101 (remove_files) COMPLETE |
4676 | 2024-12-20T23:30:20.348Z | [ recovery-image] Dec 20 23:30:20.080 INFO O| Dec 20 23:30:20.080 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-12-20T23:30:20.370Z | [ recovery-image] Dec 20 23:30:20.103 INFO O| Dec 20 23:30:20.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4678 | 2024-12-20T23:30:20.384Z | [ recovery-image] Dec 20 23:30:20.117 INFO O| Dec 20 23:30:20.117 INFO STEP 102 (remove_files) COMPLETE |
4679 | 2024-12-20T23:30:20.384Z | [ recovery-image] Dec 20 23:30:20.117 INFO O| Dec 20 23:30:20.117 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-12-20T23:30:20.417Z | [ recovery-image] Dec 20 23:30:20.149 INFO O| Dec 20 23:30:20.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4681 | 2024-12-20T23:30:20.417Z | [ recovery-image] Dec 20 23:30:20.150 INFO O| Dec 20 23:30:20.150 INFO STEP 103 (remove_files) COMPLETE |
4682 | 2024-12-20T23:30:20.417Z | [ recovery-image] Dec 20 23:30:20.150 INFO O| Dec 20 23:30:20.150 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-12-20T23:30:20.450Z | [ recovery-image] Dec 20 23:30:20.183 INFO O| Dec 20 23:30:20.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4684 | 2024-12-20T23:30:20.450Z | [ recovery-image] Dec 20 23:30:20.183 INFO O| Dec 20 23:30:20.183 INFO STEP 104 (remove_files) COMPLETE |
4685 | 2024-12-20T23:30:20.450Z | [ recovery-image] Dec 20 23:30:20.183 INFO O| Dec 20 23:30:20.183 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-12-20T23:30:20.487Z | [ recovery-image] Dec 20 23:30:20.220 INFO O| Dec 20 23:30:20.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4687 | 2024-12-20T23:30:20.498Z | [ recovery-image] Dec 20 23:30:20.231 INFO O| Dec 20 23:30:20.231 INFO STEP 105 (remove_files) COMPLETE |
4688 | 2024-12-20T23:30:20.498Z | [ recovery-image] Dec 20 23:30:20.231 INFO O| Dec 20 23:30:20.231 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-12-20T23:30:20.531Z | [ recovery-image] Dec 20 23:30:20.263 INFO O| Dec 20 23:30:20.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4690 | 2024-12-20T23:30:20.531Z | [ recovery-image] Dec 20 23:30:20.263 INFO O| Dec 20 23:30:20.263 INFO STEP 106 (remove_files) COMPLETE |
4691 | 2024-12-20T23:30:20.531Z | [ recovery-image] Dec 20 23:30:20.263 INFO O| Dec 20 23:30:20.263 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-12-20T23:30:20.556Z | [ recovery-image] Dec 20 23:30:20.289 INFO O| Dec 20 23:30:20.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4693 | 2024-12-20T23:30:20.562Z | [ recovery-image] Dec 20 23:30:20.289 INFO O| Dec 20 23:30:20.289 INFO STEP 107 (remove_files) COMPLETE |
4694 | 2024-12-20T23:30:20.562Z | [ recovery-image] Dec 20 23:30:20.290 INFO O| Dec 20 23:30:20.290 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-12-20T23:30:20.580Z | [ recovery-image] Dec 20 23:30:20.313 INFO O| Dec 20 23:30:20.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4696 | 2024-12-20T23:30:20.583Z | [ recovery-image] Dec 20 23:30:20.313 INFO O| Dec 20 23:30:20.313 INFO STEP 108 (remove_files) COMPLETE |
4697 | 2024-12-20T23:30:20.583Z | [ recovery-image] Dec 20 23:30:20.313 INFO O| Dec 20 23:30:20.313 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-12-20T23:30:20.604Z | [ recovery-image] Dec 20 23:30:20.337 INFO O| Dec 20 23:30:20.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4699 | 2024-12-20T23:30:20.608Z | [ recovery-image] Dec 20 23:30:20.337 INFO O| Dec 20 23:30:20.337 INFO STEP 109 (remove_files) COMPLETE |
4700 | 2024-12-20T23:30:20.608Z | [ recovery-image] Dec 20 23:30:20.337 INFO O| Dec 20 23:30:20.337 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-12-20T23:30:20.628Z | [ recovery-image] Dec 20 23:30:20.361 INFO O| Dec 20 23:30:20.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4702 | 2024-12-20T23:30:20.632Z | [ recovery-image] Dec 20 23:30:20.361 INFO O| Dec 20 23:30:20.361 INFO STEP 110 (remove_files) COMPLETE |
4703 | 2024-12-20T23:30:20.632Z | [ recovery-image] Dec 20 23:30:20.361 INFO O| Dec 20 23:30:20.361 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-12-20T23:30:20.665Z | [ recovery-image] Dec 20 23:30:20.397 INFO O| Dec 20 23:30:20.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4705 | 2024-12-20T23:30:20.669Z | [ recovery-image] Dec 20 23:30:20.398 INFO O| Dec 20 23:30:20.397 INFO STEP 111 (remove_files) COMPLETE |
4706 | 2024-12-20T23:30:20.669Z | [ recovery-image] Dec 20 23:30:20.398 INFO O| Dec 20 23:30:20.398 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-12-20T23:30:20.704Z | [ recovery-image] Dec 20 23:30:20.436 INFO O| Dec 20 23:30:20.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4708 | 2024-12-20T23:30:20.704Z | [ recovery-image] Dec 20 23:30:20.436 INFO O| Dec 20 23:30:20.436 INFO STEP 112 (remove_files) COMPLETE |
4709 | 2024-12-20T23:30:20.708Z | [ recovery-image] Dec 20 23:30:20.437 INFO O| Dec 20 23:30:20.436 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-12-20T23:30:20.728Z | [ recovery-image] Dec 20 23:30:20.461 INFO O| Dec 20 23:30:20.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4711 | 2024-12-20T23:30:20.731Z | [ recovery-image] Dec 20 23:30:20.461 INFO O| Dec 20 23:30:20.461 INFO STEP 113 (remove_files) COMPLETE |
4712 | 2024-12-20T23:30:20.731Z | [ recovery-image] Dec 20 23:30:20.461 INFO O| Dec 20 23:30:20.461 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-12-20T23:30:20.754Z | [ recovery-image] Dec 20 23:30:20.487 INFO O| Dec 20 23:30:20.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4714 | 2024-12-20T23:30:20.760Z | [ recovery-image] Dec 20 23:30:20.487 INFO O| Dec 20 23:30:20.487 INFO STEP 114 (remove_files) COMPLETE |
4715 | 2024-12-20T23:30:20.760Z | [ recovery-image] Dec 20 23:30:20.487 INFO O| Dec 20 23:30:20.487 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-12-20T23:30:20.774Z | [ recovery-image] Dec 20 23:30:20.507 INFO O| Dec 20 23:30:20.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4717 | 2024-12-20T23:30:20.777Z | [ recovery-image] Dec 20 23:30:20.508 INFO O| Dec 20 23:30:20.507 INFO STEP 115 (remove_files) COMPLETE |
4718 | 2024-12-20T23:30:20.777Z | [ recovery-image] Dec 20 23:30:20.508 INFO O| Dec 20 23:30:20.508 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-12-20T23:30:20.796Z | [ recovery-image] Dec 20 23:30:20.530 INFO O| Dec 20 23:30:20.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4720 | 2024-12-20T23:30:20.797Z | [ host-image] Dec 20 23:30:20.530 INFO O| Dec 20 23:30:20.530 INFO O| Done |
4721 | 2024-12-20T23:30:20.797Z | [ host-image] Dec 20 23:30:20.530 INFO O| Dec 20 23:30:20.530 INFO O| Done |
4722 | 2024-12-20T23:30:20.800Z | [ recovery-image] Dec 20 23:30:20.530 INFO O| Dec 20 23:30:20.530 INFO STEP 116 (remove_files) COMPLETE |
4723 | 2024-12-20T23:30:20.800Z | [ recovery-image] Dec 20 23:30:20.530 INFO O| Dec 20 23:30:20.530 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-12-20T23:30:20.825Z | [ recovery-image] Dec 20 23:30:20.558 INFO O| Dec 20 23:30:20.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4725 | 2024-12-20T23:30:20.828Z | [ recovery-image] Dec 20 23:30:20.559 INFO O| Dec 20 23:30:20.558 INFO STEP 117 (remove_files) COMPLETE |
4726 | 2024-12-20T23:30:20.828Z | [ recovery-image] Dec 20 23:30:20.559 INFO O| Dec 20 23:30:20.559 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-12-20T23:30:20.850Z | [ recovery-image] Dec 20 23:30:20.583 INFO O| Dec 20 23:30:20.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4728 | 2024-12-20T23:30:20.851Z | [ recovery-image] Dec 20 23:30:20.583 INFO O| Dec 20 23:30:20.583 INFO STEP 118 (remove_files) COMPLETE |
4729 | 2024-12-20T23:30:20.851Z | [ recovery-image] Dec 20 23:30:20.583 INFO O| Dec 20 23:30:20.583 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-12-20T23:30:20.872Z | [ recovery-image] Dec 20 23:30:20.605 INFO O| Dec 20 23:30:20.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4731 | 2024-12-20T23:30:20.887Z | [ recovery-image] Dec 20 23:30:20.620 INFO O| Dec 20 23:30:20.620 INFO STEP 119 (remove_files) COMPLETE |
4732 | 2024-12-20T23:30:20.887Z | [ recovery-image] Dec 20 23:30:20.620 INFO O| Dec 20 23:30:20.620 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-12-20T23:30:20.909Z | [ recovery-image] Dec 20 23:30:20.643 INFO O| Dec 20 23:30:20.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4734 | 2024-12-20T23:30:20.909Z | [ recovery-image] Dec 20 23:30:20.643 INFO O| Dec 20 23:30:20.643 INFO STEP 120 (remove_files) COMPLETE |
4735 | 2024-12-20T23:30:20.912Z | [ recovery-image] Dec 20 23:30:20.643 INFO O| Dec 20 23:30:20.643 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-12-20T23:30:20.930Z | [ recovery-image] Dec 20 23:30:20.663 INFO O| Dec 20 23:30:20.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4737 | 2024-12-20T23:30:20.938Z | [ recovery-image] Dec 20 23:30:20.672 INFO O| Dec 20 23:30:20.672 INFO STEP 121 (remove_files) COMPLETE |
4738 | 2024-12-20T23:30:20.939Z | [ recovery-image] Dec 20 23:30:20.672 INFO O| Dec 20 23:30:20.672 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-12-20T23:30:20.974Z | [ recovery-image] Dec 20 23:30:20.707 INFO O| Dec 20 23:30:20.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4740 | 2024-12-20T23:30:20.974Z | [ recovery-image] Dec 20 23:30:20.707 INFO O| Dec 20 23:30:20.707 INFO STEP 122 (remove_files) COMPLETE |
4741 | 2024-12-20T23:30:20.977Z | [ recovery-image] Dec 20 23:30:20.707 INFO O| Dec 20 23:30:20.707 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-12-20T23:30:21.012Z | [ recovery-image] Dec 20 23:30:20.744 INFO O| Dec 20 23:30:20.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4743 | 2024-12-20T23:30:21.012Z | [ recovery-image] Dec 20 23:30:20.744 INFO O| Dec 20 23:30:20.744 INFO STEP 123 (remove_files) COMPLETE |
4744 | 2024-12-20T23:30:21.012Z | [ recovery-image] Dec 20 23:30:20.744 INFO O| Dec 20 23:30:20.744 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-12-20T23:30:21.048Z | [ recovery-image] Dec 20 23:30:20.781 INFO O| Dec 20 23:30:20.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4746 | 2024-12-20T23:30:21.048Z | [ recovery-image] Dec 20 23:30:20.781 INFO O| Dec 20 23:30:20.781 INFO STEP 124 (remove_files) COMPLETE |
4747 | 2024-12-20T23:30:21.051Z | [ recovery-image] Dec 20 23:30:20.781 INFO O| Dec 20 23:30:20.781 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-12-20T23:30:21.068Z | [ recovery-image] Dec 20 23:30:20.801 INFO O| Dec 20 23:30:20.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4749 | 2024-12-20T23:30:21.068Z | [ recovery-image] Dec 20 23:30:20.801 INFO O| Dec 20 23:30:20.801 INFO STEP 125 (remove_files) COMPLETE |
4750 | 2024-12-20T23:30:21.068Z | [ recovery-image] Dec 20 23:30:20.801 INFO O| Dec 20 23:30:20.801 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-12-20T23:30:21.088Z | [ recovery-image] Dec 20 23:30:20.821 INFO O| Dec 20 23:30:20.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4752 | 2024-12-20T23:30:21.088Z | [ recovery-image] Dec 20 23:30:20.821 INFO O| Dec 20 23:30:20.821 INFO STEP 126 (remove_files) COMPLETE |
4753 | 2024-12-20T23:30:21.088Z | [ recovery-image] Dec 20 23:30:20.821 INFO O| Dec 20 23:30:20.821 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-12-20T23:30:21.108Z | [ recovery-image] Dec 20 23:30:20.842 INFO O| Dec 20 23:30:20.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4755 | 2024-12-20T23:30:21.108Z | [ recovery-image] Dec 20 23:30:20.842 INFO O| Dec 20 23:30:20.842 INFO STEP 127 (remove_files) COMPLETE |
4756 | 2024-12-20T23:30:21.112Z | [ recovery-image] Dec 20 23:30:20.842 INFO O| Dec 20 23:30:20.842 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-12-20T23:30:21.127Z | [ recovery-image] Dec 20 23:30:20.861 INFO O| Dec 20 23:30:20.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4758 | 2024-12-20T23:30:21.128Z | [ recovery-image] Dec 20 23:30:20.861 INFO O| Dec 20 23:30:20.861 INFO STEP 128 (remove_files) COMPLETE |
4759 | 2024-12-20T23:30:21.128Z | [ recovery-image] Dec 20 23:30:20.861 INFO O| Dec 20 23:30:20.861 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-12-20T23:30:21.152Z | [ recovery-image] Dec 20 23:30:20.885 INFO O| Dec 20 23:30:20.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4761 | 2024-12-20T23:30:21.152Z | [ recovery-image] Dec 20 23:30:20.885 INFO O| Dec 20 23:30:20.885 INFO STEP 129 (remove_files) COMPLETE |
4762 | 2024-12-20T23:30:21.155Z | [ recovery-image] Dec 20 23:30:20.885 INFO O| Dec 20 23:30:20.885 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-12-20T23:30:21.175Z | [ recovery-image] Dec 20 23:30:20.906 INFO O| Dec 20 23:30:20.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4764 | 2024-12-20T23:30:21.175Z | [ recovery-image] Dec 20 23:30:20.906 INFO O| Dec 20 23:30:20.906 INFO STEP 130 (remove_files) COMPLETE |
4765 | 2024-12-20T23:30:21.175Z | [ recovery-image] Dec 20 23:30:20.906 INFO O| Dec 20 23:30:20.906 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-12-20T23:30:21.192Z | [ recovery-image] Dec 20 23:30:20.925 INFO O| Dec 20 23:30:20.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4767 | 2024-12-20T23:30:21.192Z | [ recovery-image] Dec 20 23:30:20.926 INFO O| Dec 20 23:30:20.925 INFO STEP 131 (remove_files) COMPLETE |
4768 | 2024-12-20T23:30:21.196Z | [ recovery-image] Dec 20 23:30:20.926 INFO O| Dec 20 23:30:20.926 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-12-20T23:30:21.223Z | [ recovery-image] Dec 20 23:30:20.956 INFO O| Dec 20 23:30:20.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4770 | 2024-12-20T23:30:21.223Z | [ recovery-image] Dec 20 23:30:20.956 INFO O| Dec 20 23:30:20.956 INFO STEP 132 (remove_files) COMPLETE |
4771 | 2024-12-20T23:30:21.223Z | [ recovery-image] Dec 20 23:30:20.956 INFO O| Dec 20 23:30:20.956 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-12-20T23:30:21.245Z | [ recovery-image] Dec 20 23:30:20.978 INFO O| Dec 20 23:30:20.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4773 | 2024-12-20T23:30:21.245Z | [ recovery-image] Dec 20 23:30:20.978 INFO O| Dec 20 23:30:20.978 INFO STEP 133 (remove_files) COMPLETE |
4774 | 2024-12-20T23:30:21.248Z | [ recovery-image] Dec 20 23:30:20.978 INFO O| Dec 20 23:30:20.978 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-12-20T23:30:21.266Z | [ recovery-image] Dec 20 23:30:20.999 INFO O| Dec 20 23:30:20.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4776 | 2024-12-20T23:30:21.266Z | [ recovery-image] Dec 20 23:30:20.999 INFO O| Dec 20 23:30:20.999 INFO STEP 134 (remove_files) COMPLETE |
4777 | 2024-12-20T23:30:21.269Z | [ recovery-image] Dec 20 23:30:20.999 INFO O| Dec 20 23:30:20.999 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-12-20T23:30:21.297Z | [ recovery-image] Dec 20 23:30:21.030 INFO O| Dec 20 23:30:21.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4779 | 2024-12-20T23:30:21.297Z | [ recovery-image] Dec 20 23:30:21.030 INFO O| Dec 20 23:30:21.030 INFO STEP 135 (remove_files) COMPLETE |
4780 | 2024-12-20T23:30:21.297Z | [ recovery-image] Dec 20 23:30:21.030 INFO O| Dec 20 23:30:21.030 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-12-20T23:30:21.320Z | [ recovery-image] Dec 20 23:30:21.053 INFO O| Dec 20 23:30:21.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4782 | 2024-12-20T23:30:21.320Z | [ recovery-image] Dec 20 23:30:21.053 INFO O| Dec 20 23:30:21.053 INFO STEP 136 (remove_files) COMPLETE |
4783 | 2024-12-20T23:30:21.320Z | [ recovery-image] Dec 20 23:30:21.054 INFO O| Dec 20 23:30:21.053 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-12-20T23:30:21.359Z | [ recovery-image] Dec 20 23:30:21.092 INFO O| Dec 20 23:30:21.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4785 | 2024-12-20T23:30:21.359Z | [ recovery-image] Dec 20 23:30:21.092 INFO O| Dec 20 23:30:21.092 INFO STEP 137 (remove_files) COMPLETE |
4786 | 2024-12-20T23:30:21.359Z | [ recovery-image] Dec 20 23:30:21.092 INFO O| Dec 20 23:30:21.092 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-12-20T23:30:21.387Z | [ recovery-image] Dec 20 23:30:21.113 INFO O| Dec 20 23:30:21.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4788 | 2024-12-20T23:30:21.387Z | [ recovery-image] Dec 20 23:30:21.113 INFO O| Dec 20 23:30:21.113 INFO STEP 138 (remove_files) COMPLETE |
4789 | 2024-12-20T23:30:21.391Z | [ recovery-image] Dec 20 23:30:21.113 INFO O| Dec 20 23:30:21.113 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-12-20T23:30:21.411Z | [ recovery-image] Dec 20 23:30:21.144 INFO O| Dec 20 23:30:21.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4791 | 2024-12-20T23:30:21.411Z | [ recovery-image] Dec 20 23:30:21.144 INFO O| Dec 20 23:30:21.144 INFO STEP 139 (remove_files) COMPLETE |
4792 | 2024-12-20T23:30:21.411Z | [ recovery-image] Dec 20 23:30:21.144 INFO O| Dec 20 23:30:21.144 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-12-20T23:30:21.433Z | [ recovery-image] Dec 20 23:30:21.165 INFO O| Dec 20 23:30:21.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4794 | 2024-12-20T23:30:21.433Z | [ recovery-image] Dec 20 23:30:21.165 INFO O| Dec 20 23:30:21.165 INFO STEP 140 (remove_files) COMPLETE |
4795 | 2024-12-20T23:30:21.436Z | [ recovery-image] Dec 20 23:30:21.165 INFO O| Dec 20 23:30:21.165 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-12-20T23:30:21.466Z | [ recovery-image] Dec 20 23:30:21.199 INFO O| Dec 20 23:30:21.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4797 | 2024-12-20T23:30:21.466Z | [ recovery-image] Dec 20 23:30:21.199 INFO O| Dec 20 23:30:21.199 INFO STEP 141 (remove_files) COMPLETE |
4798 | 2024-12-20T23:30:21.466Z | [ recovery-image] Dec 20 23:30:21.199 INFO O| Dec 20 23:30:21.199 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-12-20T23:30:21.555Z | [ recovery-image] Dec 20 23:30:21.287 INFO O| Dec 20 23:30:21.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4800 | 2024-12-20T23:30:21.555Z | [ recovery-image] Dec 20 23:30:21.287 INFO O| Dec 20 23:30:21.287 INFO STEP 142 (remove_files) COMPLETE |
4801 | 2024-12-20T23:30:21.555Z | [ recovery-image] Dec 20 23:30:21.287 INFO O| Dec 20 23:30:21.287 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-12-20T23:30:21.573Z | [ recovery-image] Dec 20 23:30:21.306 INFO O| Dec 20 23:30:21.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4803 | 2024-12-20T23:30:21.573Z | [ recovery-image] Dec 20 23:30:21.306 INFO O| Dec 20 23:30:21.306 INFO STEP 143 (remove_files) COMPLETE |
4804 | 2024-12-20T23:30:21.573Z | [ recovery-image] Dec 20 23:30:21.306 INFO O| Dec 20 23:30:21.306 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-12-20T23:30:21.612Z | [ recovery-image] Dec 20 23:30:21.346 INFO O| Dec 20 23:30:21.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4806 | 2024-12-20T23:30:21.616Z | [ recovery-image] Dec 20 23:30:21.346 INFO O| Dec 20 23:30:21.346 INFO STEP 144 (remove_files) COMPLETE |
4807 | 2024-12-20T23:30:21.616Z | [ recovery-image] Dec 20 23:30:21.346 INFO O| Dec 20 23:30:21.346 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-12-20T23:30:21.635Z | [ recovery-image] Dec 20 23:30:21.368 INFO O| Dec 20 23:30:21.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4809 | 2024-12-20T23:30:21.640Z | [ recovery-image] Dec 20 23:30:21.368 INFO O| Dec 20 23:30:21.368 INFO STEP 145 (remove_files) COMPLETE |
4810 | 2024-12-20T23:30:21.641Z | [ recovery-image] Dec 20 23:30:21.368 INFO O| Dec 20 23:30:21.368 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-12-20T23:30:21.655Z | [ recovery-image] Dec 20 23:30:21.389 INFO O| Dec 20 23:30:21.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4812 | 2024-12-20T23:30:21.660Z | [ recovery-image] Dec 20 23:30:21.389 INFO O| Dec 20 23:30:21.389 INFO STEP 146 (remove_files) COMPLETE |
4813 | 2024-12-20T23:30:21.660Z | [ recovery-image] Dec 20 23:30:21.389 INFO O| Dec 20 23:30:21.389 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-12-20T23:30:21.674Z | [ recovery-image] Dec 20 23:30:21.408 INFO O| Dec 20 23:30:21.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4815 | 2024-12-20T23:30:21.674Z | [ recovery-image] Dec 20 23:30:21.408 INFO O| Dec 20 23:30:21.408 INFO STEP 147 (remove_files) COMPLETE |
4816 | 2024-12-20T23:30:21.677Z | [ recovery-image] Dec 20 23:30:21.408 INFO O| Dec 20 23:30:21.408 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-12-20T23:30:21.715Z | [ recovery-image] Dec 20 23:30:21.447 INFO O| Dec 20 23:30:21.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4818 | 2024-12-20T23:30:21.715Z | [ recovery-image] Dec 20 23:30:21.447 INFO O| Dec 20 23:30:21.447 INFO STEP 148 (remove_files) COMPLETE |
4819 | 2024-12-20T23:30:21.718Z | [ recovery-image] Dec 20 23:30:21.447 INFO O| Dec 20 23:30:21.447 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-12-20T23:30:21.733Z | [ recovery-image] Dec 20 23:30:21.467 INFO O| Dec 20 23:30:21.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4821 | 2024-12-20T23:30:21.733Z | [ recovery-image] Dec 20 23:30:21.467 INFO O| Dec 20 23:30:21.467 INFO STEP 149 (remove_files) COMPLETE |
4822 | 2024-12-20T23:30:21.737Z | [ recovery-image] Dec 20 23:30:21.467 INFO O| Dec 20 23:30:21.467 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-12-20T23:30:21.752Z | [ recovery-image] Dec 20 23:30:21.485 INFO O| Dec 20 23:30:21.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4824 | 2024-12-20T23:30:21.752Z | [ recovery-image] Dec 20 23:30:21.485 INFO O| Dec 20 23:30:21.485 INFO STEP 150 (remove_files) COMPLETE |
4825 | 2024-12-20T23:30:21.754Z | [ recovery-image] Dec 20 23:30:21.485 INFO O| Dec 20 23:30:21.485 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-12-20T23:30:21.777Z | [ recovery-image] Dec 20 23:30:21.510 INFO O| Dec 20 23:30:21.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4827 | 2024-12-20T23:30:21.777Z | [ recovery-image] Dec 20 23:30:21.510 INFO O| Dec 20 23:30:21.510 INFO STEP 151 (remove_files) COMPLETE |
4828 | 2024-12-20T23:30:21.777Z | [ recovery-image] Dec 20 23:30:21.510 INFO O| Dec 20 23:30:21.510 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-12-20T23:30:21.797Z | [ recovery-image] Dec 20 23:30:21.530 INFO O| Dec 20 23:30:21.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4830 | 2024-12-20T23:30:21.797Z | [ recovery-image] Dec 20 23:30:21.530 INFO O| Dec 20 23:30:21.530 INFO STEP 152 (remove_files) COMPLETE |
4831 | 2024-12-20T23:30:21.797Z | [ recovery-image] Dec 20 23:30:21.530 INFO O| Dec 20 23:30:21.530 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-12-20T23:30:21.848Z | [ recovery-image] Dec 20 23:30:21.581 INFO O| Dec 20 23:30:21.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4833 | 2024-12-20T23:30:21.848Z | [ recovery-image] Dec 20 23:30:21.581 INFO O| Dec 20 23:30:21.581 INFO STEP 153 (remove_files) COMPLETE |
4834 | 2024-12-20T23:30:21.848Z | [ recovery-image] Dec 20 23:30:21.581 INFO O| Dec 20 23:30:21.581 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-12-20T23:30:21.867Z | [ recovery-image] Dec 20 23:30:21.599 INFO O| Dec 20 23:30:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4836 | 2024-12-20T23:30:21.867Z | [ recovery-image] Dec 20 23:30:21.600 INFO O| Dec 20 23:30:21.600 INFO STEP 154 (remove_files) COMPLETE |
4837 | 2024-12-20T23:30:21.867Z | [ recovery-image] Dec 20 23:30:21.600 INFO O| Dec 20 23:30:21.600 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-12-20T23:30:21.884Z | [ recovery-image] Dec 20 23:30:21.617 INFO O| Dec 20 23:30:21.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4839 | 2024-12-20T23:30:21.905Z | [ recovery-image] Dec 20 23:30:21.638 INFO O| Dec 20 23:30:21.638 INFO STEP 155 (remove_files) COMPLETE |
4840 | 2024-12-20T23:30:21.905Z | [ recovery-image] Dec 20 23:30:21.638 INFO O| Dec 20 23:30:21.638 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-12-20T23:30:21.961Z | [ recovery-image] Dec 20 23:30:21.693 INFO O| Dec 20 23:30:21.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4842 | 2024-12-20T23:30:21.961Z | [ recovery-image] Dec 20 23:30:21.693 INFO O| Dec 20 23:30:21.693 INFO STEP 156 (remove_files) COMPLETE |
4843 | 2024-12-20T23:30:21.964Z | [ recovery-image] Dec 20 23:30:21.693 INFO O| Dec 20 23:30:21.693 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-12-20T23:30:21.985Z | [ recovery-image] Dec 20 23:30:21.718 INFO O| Dec 20 23:30:21.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4845 | 2024-12-20T23:30:21.985Z | [ recovery-image] Dec 20 23:30:21.718 INFO O| Dec 20 23:30:21.718 INFO STEP 157 (remove_files) COMPLETE |
4846 | 2024-12-20T23:30:21.988Z | [ recovery-image] Dec 20 23:30:21.718 INFO O| Dec 20 23:30:21.718 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-12-20T23:30:22.078Z | [ recovery-image] Dec 20 23:30:21.812 INFO O| Dec 20 23:30:21.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4848 | 2024-12-20T23:30:22.081Z | [ recovery-image] Dec 20 23:30:21.812 INFO O| Dec 20 23:30:21.812 INFO STEP 158 (remove_files) COMPLETE |
4849 | 2024-12-20T23:30:22.081Z | [ recovery-image] Dec 20 23:30:21.812 INFO O| Dec 20 23:30:21.812 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-12-20T23:30:22.100Z | [ recovery-image] Dec 20 23:30:21.834 INFO O| Dec 20 23:30:21.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4851 | 2024-12-20T23:30:22.100Z | [ recovery-image] Dec 20 23:30:21.834 INFO O| Dec 20 23:30:21.834 INFO STEP 159 (remove_files) COMPLETE |
4852 | 2024-12-20T23:30:22.101Z | [ recovery-image] Dec 20 23:30:21.834 INFO O| Dec 20 23:30:21.834 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-12-20T23:30:22.107Z | [ host-image] Dec 20 23:30:21.840 INFO O| Dec 20 23:30:21.840 INFO O| Done |
4854 | 2024-12-20T23:30:22.135Z | [ recovery-image] Dec 20 23:30:21.869 INFO O| Dec 20 23:30:21.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4855 | 2024-12-20T23:30:22.135Z | [ recovery-image] Dec 20 23:30:21.869 INFO O| Dec 20 23:30:21.869 INFO STEP 160 (remove_files) COMPLETE |
4856 | 2024-12-20T23:30:22.138Z | [ recovery-image] Dec 20 23:30:21.869 INFO O| Dec 20 23:30:21.869 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-12-20T23:30:22.170Z | [ recovery-image] Dec 20 23:30:21.904 INFO O| Dec 20 23:30:21.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4858 | 2024-12-20T23:30:22.170Z | [ recovery-image] Dec 20 23:30:21.904 INFO O| Dec 20 23:30:21.904 INFO STEP 161 (remove_files) COMPLETE |
4859 | 2024-12-20T23:30:22.173Z | [ recovery-image] Dec 20 23:30:21.904 INFO O| Dec 20 23:30:21.904 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-12-20T23:30:22.231Z | [ recovery-image] Dec 20 23:30:21.965 INFO O| Dec 20 23:30:21.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4861 | 2024-12-20T23:30:22.232Z | [ recovery-image] Dec 20 23:30:21.965 INFO O| Dec 20 23:30:21.965 INFO STEP 162 (remove_files) COMPLETE |
4862 | 2024-12-20T23:30:22.232Z | [ recovery-image] Dec 20 23:30:21.965 INFO O| Dec 20 23:30:21.965 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-12-20T23:30:22.293Z | [ recovery-image] Dec 20 23:30:22.026 INFO O| Dec 20 23:30:22.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4864 | 2024-12-20T23:30:22.293Z | [ recovery-image] Dec 20 23:30:22.027 INFO O| Dec 20 23:30:22.026 INFO STEP 163 (remove_files) COMPLETE |
4865 | 2024-12-20T23:30:22.296Z | [ recovery-image] Dec 20 23:30:22.027 INFO O| Dec 20 23:30:22.027 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-12-20T23:30:22.333Z | [ recovery-image] Dec 20 23:30:22.067 INFO O| Dec 20 23:30:22.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4867 | 2024-12-20T23:30:22.334Z | [ recovery-image] Dec 20 23:30:22.067 INFO O| Dec 20 23:30:22.067 INFO STEP 164 (remove_files) COMPLETE |
4868 | 2024-12-20T23:30:22.334Z | [ recovery-image] Dec 20 23:30:22.067 INFO O| Dec 20 23:30:22.067 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-12-20T23:30:22.356Z | [ recovery-image] Dec 20 23:30:22.090 INFO O| Dec 20 23:30:22.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4870 | 2024-12-20T23:30:22.356Z | [ recovery-image] Dec 20 23:30:22.090 INFO O| Dec 20 23:30:22.090 INFO STEP 165 (remove_files) COMPLETE |
4871 | 2024-12-20T23:30:22.359Z | [ recovery-image] Dec 20 23:30:22.090 INFO O| Dec 20 23:30:22.090 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-12-20T23:30:22.406Z | [ recovery-image] Dec 20 23:30:22.139 INFO O| Dec 20 23:30:22.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4873 | 2024-12-20T23:30:22.406Z | [ recovery-image] Dec 20 23:30:22.139 INFO O| Dec 20 23:30:22.139 INFO STEP 166 (remove_files) COMPLETE |
4874 | 2024-12-20T23:30:22.408Z | [ recovery-image] Dec 20 23:30:22.139 INFO O| Dec 20 23:30:22.139 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-12-20T23:30:22.426Z | [ recovery-image] Dec 20 23:30:22.160 INFO O| Dec 20 23:30:22.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4876 | 2024-12-20T23:30:22.426Z | [ recovery-image] Dec 20 23:30:22.160 INFO O| Dec 20 23:30:22.160 INFO STEP 167 (remove_files) COMPLETE |
4877 | 2024-12-20T23:30:22.429Z | [ recovery-image] Dec 20 23:30:22.160 INFO O| Dec 20 23:30:22.160 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-12-20T23:30:22.464Z | [ recovery-image] Dec 20 23:30:22.197 INFO O| Dec 20 23:30:22.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4879 | 2024-12-20T23:30:22.464Z | [ recovery-image] Dec 20 23:30:22.197 INFO O| Dec 20 23:30:22.197 INFO STEP 168 (remove_files) COMPLETE |
4880 | 2024-12-20T23:30:22.464Z | [ recovery-image] Dec 20 23:30:22.197 INFO O| Dec 20 23:30:22.197 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-12-20T23:30:22.520Z | [ recovery-image] Dec 20 23:30:22.253 INFO O| Dec 20 23:30:22.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4882 | 2024-12-20T23:30:22.521Z | [ recovery-image] Dec 20 23:30:22.253 INFO O| Dec 20 23:30:22.253 INFO STEP 169 (remove_files) COMPLETE |
4883 | 2024-12-20T23:30:22.521Z | [ recovery-image] Dec 20 23:30:22.253 INFO O| Dec 20 23:30:22.253 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-12-20T23:30:22.541Z | [ recovery-image] Dec 20 23:30:22.275 INFO O| Dec 20 23:30:22.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4885 | 2024-12-20T23:30:22.541Z | [ recovery-image] Dec 20 23:30:22.275 INFO O| Dec 20 23:30:22.275 INFO STEP 170 (remove_files) COMPLETE |
4886 | 2024-12-20T23:30:22.541Z | [ recovery-image] Dec 20 23:30:22.275 INFO O| Dec 20 23:30:22.275 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-12-20T23:30:22.575Z | [ recovery-image] Dec 20 23:30:22.309 INFO O| Dec 20 23:30:22.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4888 | 2024-12-20T23:30:22.576Z | [ recovery-image] Dec 20 23:30:22.309 INFO O| Dec 20 23:30:22.309 INFO STEP 171 (remove_files) COMPLETE |
4889 | 2024-12-20T23:30:22.576Z | [ recovery-image] Dec 20 23:30:22.309 INFO O| Dec 20 23:30:22.309 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-12-20T23:30:22.645Z | [ recovery-image] Dec 20 23:30:22.378 INFO O| Dec 20 23:30:22.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4891 | 2024-12-20T23:30:22.666Z | [ recovery-image] Dec 20 23:30:22.399 INFO O| Dec 20 23:30:22.399 INFO STEP 172 (remove_files) COMPLETE |
4892 | 2024-12-20T23:30:22.666Z | [ recovery-image] Dec 20 23:30:22.399 INFO O| Dec 20 23:30:22.399 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-12-20T23:30:22.723Z | [ recovery-image] Dec 20 23:30:22.457 INFO O| Dec 20 23:30:22.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4894 | 2024-12-20T23:30:22.723Z | [ recovery-image] Dec 20 23:30:22.457 INFO O| Dec 20 23:30:22.457 INFO STEP 173 (remove_files) COMPLETE |
4895 | 2024-12-20T23:30:22.723Z | [ recovery-image] Dec 20 23:30:22.457 INFO O| Dec 20 23:30:22.457 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-12-20T23:30:22.762Z | [ recovery-image] Dec 20 23:30:22.495 INFO O| Dec 20 23:30:22.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4897 | 2024-12-20T23:30:22.762Z | [ recovery-image] Dec 20 23:30:22.495 INFO O| Dec 20 23:30:22.495 INFO STEP 174 (remove_files) COMPLETE |
4898 | 2024-12-20T23:30:22.762Z | [ recovery-image] Dec 20 23:30:22.495 INFO O| Dec 20 23:30:22.495 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-12-20T23:30:22.782Z | [ recovery-image] Dec 20 23:30:22.516 INFO O| Dec 20 23:30:22.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4900 | 2024-12-20T23:30:22.782Z | [ recovery-image] Dec 20 23:30:22.516 INFO O| Dec 20 23:30:22.516 INFO STEP 175 (remove_files) COMPLETE |
4901 | 2024-12-20T23:30:22.785Z | [ recovery-image] Dec 20 23:30:22.516 INFO O| Dec 20 23:30:22.516 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-12-20T23:30:22.833Z | [ recovery-image] Dec 20 23:30:22.567 INFO O| Dec 20 23:30:22.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4903 | 2024-12-20T23:30:22.833Z | [ recovery-image] Dec 20 23:30:22.567 INFO O| Dec 20 23:30:22.567 INFO STEP 176 (remove_files) COMPLETE |
4904 | 2024-12-20T23:30:22.833Z | [ recovery-image] Dec 20 23:30:22.567 INFO O| Dec 20 23:30:22.567 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-12-20T23:30:22.873Z | [ recovery-image] Dec 20 23:30:22.607 INFO O| Dec 20 23:30:22.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4906 | 2024-12-20T23:30:22.873Z | [ recovery-image] Dec 20 23:30:22.607 INFO O| Dec 20 23:30:22.607 INFO STEP 177 (remove_files) COMPLETE |
4907 | 2024-12-20T23:30:22.873Z | [ recovery-image] Dec 20 23:30:22.607 INFO O| Dec 20 23:30:22.607 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-12-20T23:30:22.895Z | [ recovery-image] Dec 20 23:30:22.629 INFO O| Dec 20 23:30:22.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4909 | 2024-12-20T23:30:22.898Z | [ recovery-image] Dec 20 23:30:22.629 INFO O| Dec 20 23:30:22.629 INFO STEP 178 (remove_files) COMPLETE |
4910 | 2024-12-20T23:30:22.898Z | [ recovery-image] Dec 20 23:30:22.629 INFO O| Dec 20 23:30:22.629 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-12-20T23:30:22.917Z | [ recovery-image] Dec 20 23:30:22.651 INFO O| Dec 20 23:30:22.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4912 | 2024-12-20T23:30:22.920Z | [ recovery-image] Dec 20 23:30:22.651 INFO O| Dec 20 23:30:22.651 INFO STEP 179 (remove_files) COMPLETE |
4913 | 2024-12-20T23:30:22.920Z | [ recovery-image] Dec 20 23:30:22.651 INFO O| Dec 20 23:30:22.651 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-12-20T23:30:22.939Z | [ recovery-image] Dec 20 23:30:22.672 INFO O| Dec 20 23:30:22.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4915 | 2024-12-20T23:30:22.941Z | [ recovery-image] Dec 20 23:30:22.673 INFO O| Dec 20 23:30:22.673 INFO STEP 180 (remove_files) COMPLETE |
4916 | 2024-12-20T23:30:22.941Z | [ recovery-image] Dec 20 23:30:22.673 INFO O| Dec 20 23:30:22.673 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-12-20T23:30:22.960Z | [ recovery-image] Dec 20 23:30:22.694 INFO O| Dec 20 23:30:22.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4918 | 2024-12-20T23:30:22.960Z | [ recovery-image] Dec 20 23:30:22.694 INFO O| Dec 20 23:30:22.694 INFO STEP 181 (remove_files) COMPLETE |
4919 | 2024-12-20T23:30:22.964Z | [ recovery-image] Dec 20 23:30:22.694 INFO O| Dec 20 23:30:22.694 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-12-20T23:30:22.996Z | [ recovery-image] Dec 20 23:30:22.730 INFO O| Dec 20 23:30:22.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4921 | 2024-12-20T23:30:22.996Z | [ recovery-image] Dec 20 23:30:22.730 INFO O| Dec 20 23:30:22.730 INFO STEP 182 (remove_files) COMPLETE |
4922 | 2024-12-20T23:30:23.000Z | [ recovery-image] Dec 20 23:30:22.730 INFO O| Dec 20 23:30:22.730 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-12-20T23:30:23.058Z | [ recovery-image] Dec 20 23:30:22.792 INFO O| Dec 20 23:30:22.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4924 | 2024-12-20T23:30:23.083Z | [ recovery-image] Dec 20 23:30:22.816 INFO O| Dec 20 23:30:22.816 INFO STEP 183 (remove_files) COMPLETE |
4925 | 2024-12-20T23:30:23.083Z | [ recovery-image] Dec 20 23:30:22.816 INFO O| Dec 20 23:30:22.816 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-12-20T23:30:23.114Z | [ recovery-image] Dec 20 23:30:22.848 INFO O| Dec 20 23:30:22.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4927 | 2024-12-20T23:30:23.114Z | [ recovery-image] Dec 20 23:30:22.848 INFO O| Dec 20 23:30:22.848 INFO STEP 184 (remove_files) COMPLETE |
4928 | 2024-12-20T23:30:23.114Z | [ recovery-image] Dec 20 23:30:22.848 INFO O| Dec 20 23:30:22.848 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-12-20T23:30:23.156Z | [ recovery-image] Dec 20 23:30:22.889 INFO O| Dec 20 23:30:22.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4930 | 2024-12-20T23:30:23.156Z | [ recovery-image] Dec 20 23:30:22.889 INFO O| Dec 20 23:30:22.889 INFO STEP 185 (remove_files) COMPLETE |
4931 | 2024-12-20T23:30:23.156Z | [ recovery-image] Dec 20 23:30:22.889 INFO O| Dec 20 23:30:22.889 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-12-20T23:30:23.175Z | [ recovery-image] Dec 20 23:30:22.909 INFO O| Dec 20 23:30:22.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4933 | 2024-12-20T23:30:23.176Z | [ recovery-image] Dec 20 23:30:22.909 INFO O| Dec 20 23:30:22.909 INFO STEP 186 (remove_files) COMPLETE |
4934 | 2024-12-20T23:30:23.176Z | [ recovery-image] Dec 20 23:30:22.909 INFO O| Dec 20 23:30:22.909 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-12-20T23:30:23.197Z | [ recovery-image] Dec 20 23:30:22.931 INFO O| Dec 20 23:30:22.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4936 | 2024-12-20T23:30:23.197Z | [ recovery-image] Dec 20 23:30:22.931 INFO O| Dec 20 23:30:22.931 INFO STEP 187 (remove_files) COMPLETE |
4937 | 2024-12-20T23:30:23.197Z | [ recovery-image] Dec 20 23:30:22.931 INFO O| Dec 20 23:30:22.931 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-12-20T23:30:23.219Z | [ recovery-image] Dec 20 23:30:22.953 INFO O| Dec 20 23:30:22.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4939 | 2024-12-20T23:30:23.221Z | [ recovery-image] Dec 20 23:30:22.953 INFO O| Dec 20 23:30:22.953 INFO STEP 188 (remove_files) COMPLETE |
4940 | 2024-12-20T23:30:23.221Z | [ recovery-image] Dec 20 23:30:22.953 INFO O| Dec 20 23:30:22.953 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-12-20T23:30:23.239Z | [ recovery-image] Dec 20 23:30:22.973 INFO O| Dec 20 23:30:22.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4942 | 2024-12-20T23:30:23.242Z | [ recovery-image] Dec 20 23:30:22.973 INFO O| Dec 20 23:30:22.973 INFO STEP 189 (remove_files) COMPLETE |
4943 | 2024-12-20T23:30:23.242Z | [ recovery-image] Dec 20 23:30:22.973 INFO O| Dec 20 23:30:22.973 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-12-20T23:30:23.260Z | [ recovery-image] Dec 20 23:30:22.994 INFO O| Dec 20 23:30:22.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4945 | 2024-12-20T23:30:23.263Z | [ recovery-image] Dec 20 23:30:22.994 INFO O| Dec 20 23:30:22.994 INFO STEP 190 (remove_files) COMPLETE |
4946 | 2024-12-20T23:30:23.263Z | [ recovery-image] Dec 20 23:30:22.994 INFO O| Dec 20 23:30:22.994 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-12-20T23:30:23.281Z | [ recovery-image] Dec 20 23:30:23.015 INFO O| Dec 20 23:30:23.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4948 | 2024-12-20T23:30:23.284Z | [ recovery-image] Dec 20 23:30:23.015 INFO O| Dec 20 23:30:23.015 INFO STEP 191 (remove_files) COMPLETE |
4949 | 2024-12-20T23:30:23.284Z | [ recovery-image] Dec 20 23:30:23.015 INFO O| Dec 20 23:30:23.015 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-12-20T23:30:23.320Z | [ recovery-image] Dec 20 23:30:23.054 INFO O| Dec 20 23:30:23.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4951 | 2024-12-20T23:30:23.320Z | [ recovery-image] Dec 20 23:30:23.054 INFO O| Dec 20 23:30:23.054 INFO STEP 192 (remove_files) COMPLETE |
4952 | 2024-12-20T23:30:23.323Z | [ recovery-image] Dec 20 23:30:23.054 INFO O| Dec 20 23:30:23.054 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-12-20T23:30:23.341Z | [ recovery-image] Dec 20 23:30:23.075 INFO O| Dec 20 23:30:23.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4954 | 2024-12-20T23:30:23.341Z | [ recovery-image] Dec 20 23:30:23.075 INFO O| Dec 20 23:30:23.075 INFO STEP 193 (remove_files) COMPLETE |
4955 | 2024-12-20T23:30:23.345Z | [ recovery-image] Dec 20 23:30:23.075 INFO O| Dec 20 23:30:23.075 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-12-20T23:30:23.361Z | [ recovery-image] Dec 20 23:30:23.095 INFO O| Dec 20 23:30:23.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4957 | 2024-12-20T23:30:23.361Z | [ recovery-image] Dec 20 23:30:23.095 INFO O| Dec 20 23:30:23.095 INFO STEP 194 (remove_files) COMPLETE |
4958 | 2024-12-20T23:30:23.361Z | [ recovery-image] Dec 20 23:30:23.095 INFO O| Dec 20 23:30:23.095 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-12-20T23:30:23.383Z | [ recovery-image] Dec 20 23:30:23.116 INFO O| Dec 20 23:30:23.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4960 | 2024-12-20T23:30:23.383Z | [ recovery-image] Dec 20 23:30:23.116 INFO O| Dec 20 23:30:23.116 INFO STEP 195 (remove_files) COMPLETE |
4961 | 2024-12-20T23:30:23.383Z | [ recovery-image] Dec 20 23:30:23.116 INFO O| Dec 20 23:30:23.116 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-12-20T23:30:23.412Z | [ recovery-image] Dec 20 23:30:23.146 INFO O| Dec 20 23:30:23.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4963 | 2024-12-20T23:30:23.412Z | [ recovery-image] Dec 20 23:30:23.146 INFO O| Dec 20 23:30:23.146 INFO STEP 196 (remove_files) COMPLETE |
4964 | 2024-12-20T23:30:23.412Z | [ recovery-image] Dec 20 23:30:23.146 INFO O| Dec 20 23:30:23.146 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-12-20T23:30:23.449Z | [ recovery-image] Dec 20 23:30:23.183 INFO O| Dec 20 23:30:23.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4966 | 2024-12-20T23:30:23.450Z | [ recovery-image] Dec 20 23:30:23.183 INFO O| Dec 20 23:30:23.183 INFO STEP 197 (remove_files) COMPLETE |
4967 | 2024-12-20T23:30:23.450Z | [ recovery-image] Dec 20 23:30:23.183 INFO O| Dec 20 23:30:23.183 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-12-20T23:30:23.517Z | [ recovery-image] Dec 20 23:30:23.226 INFO O| Dec 20 23:30:23.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4969 | 2024-12-20T23:30:23.522Z | [ recovery-image] Dec 20 23:30:23.226 INFO O| Dec 20 23:30:23.226 INFO STEP 198 (remove_files) COMPLETE |
4970 | 2024-12-20T23:30:23.522Z | [ recovery-image] Dec 20 23:30:23.226 INFO O| Dec 20 23:30:23.226 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-12-20T23:30:23.536Z | [ recovery-image] Dec 20 23:30:23.270 INFO O| Dec 20 23:30:23.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4972 | 2024-12-20T23:30:23.539Z | [ recovery-image] Dec 20 23:30:23.270 INFO O| Dec 20 23:30:23.270 INFO STEP 199 (remove_files) COMPLETE |
4973 | 2024-12-20T23:30:23.539Z | [ recovery-image] Dec 20 23:30:23.270 INFO O| Dec 20 23:30:23.270 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-12-20T23:30:23.561Z | [ recovery-image] Dec 20 23:30:23.295 INFO O| Dec 20 23:30:23.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4975 | 2024-12-20T23:30:23.561Z | [ recovery-image] Dec 20 23:30:23.295 INFO O| Dec 20 23:30:23.295 INFO STEP 200 (remove_files) COMPLETE |
4976 | 2024-12-20T23:30:23.564Z | [ recovery-image] Dec 20 23:30:23.295 INFO O| Dec 20 23:30:23.295 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-12-20T23:30:23.598Z | [ recovery-image] Dec 20 23:30:23.332 INFO O| Dec 20 23:30:23.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4978 | 2024-12-20T23:30:23.598Z | [ recovery-image] Dec 20 23:30:23.332 INFO O| Dec 20 23:30:23.332 INFO STEP 201 (remove_files) COMPLETE |
4979 | 2024-12-20T23:30:23.601Z | [ recovery-image] Dec 20 23:30:23.332 INFO O| Dec 20 23:30:23.332 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-12-20T23:30:23.641Z | [ recovery-image] Dec 20 23:30:23.374 INFO O| Dec 20 23:30:23.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4981 | 2024-12-20T23:30:23.644Z | [ recovery-image] Dec 20 23:30:23.374 INFO O| Dec 20 23:30:23.374 INFO STEP 202 (remove_files) COMPLETE |
4982 | 2024-12-20T23:30:23.644Z | [ recovery-image] Dec 20 23:30:23.374 INFO O| Dec 20 23:30:23.374 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-12-20T23:30:23.704Z | [ recovery-image] Dec 20 23:30:23.438 INFO O| Dec 20 23:30:23.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4984 | 2024-12-20T23:30:23.729Z | [ recovery-image] Dec 20 23:30:23.463 INFO O| Dec 20 23:30:23.463 INFO STEP 203 (remove_files) COMPLETE |
4985 | 2024-12-20T23:30:23.729Z | [ recovery-image] Dec 20 23:30:23.463 INFO O| Dec 20 23:30:23.463 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-12-20T23:30:23.748Z | [ recovery-image] Dec 20 23:30:23.482 INFO O| Dec 20 23:30:23.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4987 | 2024-12-20T23:30:23.748Z | [ recovery-image] Dec 20 23:30:23.482 INFO O| Dec 20 23:30:23.482 INFO STEP 204 (remove_files) COMPLETE |
4988 | 2024-12-20T23:30:23.748Z | [ recovery-image] Dec 20 23:30:23.483 INFO O| Dec 20 23:30:23.482 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-12-20T23:30:23.782Z | [ recovery-image] Dec 20 23:30:23.516 INFO O| Dec 20 23:30:23.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4990 | 2024-12-20T23:30:23.785Z | [ recovery-image] Dec 20 23:30:23.517 INFO O| Dec 20 23:30:23.516 INFO STEP 205 (remove_files) COMPLETE |
4991 | 2024-12-20T23:30:23.785Z | [ recovery-image] Dec 20 23:30:23.517 INFO O| Dec 20 23:30:23.516 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-12-20T23:30:23.803Z | [ recovery-image] Dec 20 23:30:23.537 INFO O| Dec 20 23:30:23.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4993 | 2024-12-20T23:30:23.803Z | [ recovery-image] Dec 20 23:30:23.537 INFO O| Dec 20 23:30:23.537 INFO STEP 206 (remove_files) COMPLETE |
4994 | 2024-12-20T23:30:23.806Z | [ recovery-image] Dec 20 23:30:23.537 INFO O| Dec 20 23:30:23.537 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-12-20T23:30:23.823Z | [ recovery-image] Dec 20 23:30:23.557 INFO O| Dec 20 23:30:23.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4996 | 2024-12-20T23:30:23.823Z | [ recovery-image] Dec 20 23:30:23.557 INFO O| Dec 20 23:30:23.557 INFO STEP 207 (remove_files) COMPLETE |
4997 | 2024-12-20T23:30:23.826Z | [ recovery-image] Dec 20 23:30:23.557 INFO O| Dec 20 23:30:23.557 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-12-20T23:30:23.841Z | [ recovery-image] Dec 20 23:30:23.576 INFO O| Dec 20 23:30:23.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4999 | 2024-12-20T23:30:23.841Z | [ recovery-image] Dec 20 23:30:23.576 INFO O| Dec 20 23:30:23.576 INFO STEP 208 (remove_files) COMPLETE |
5000 | 2024-12-20T23:30:23.842Z | [ recovery-image] Dec 20 23:30:23.576 INFO O| Dec 20 23:30:23.576 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-12-20T23:30:23.873Z | [ recovery-image] Dec 20 23:30:23.607 INFO O| Dec 20 23:30:23.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
5002 | 2024-12-20T23:30:23.873Z | [ recovery-image] Dec 20 23:30:23.607 INFO O| Dec 20 23:30:23.607 INFO STEP 209 (remove_files) COMPLETE |
5003 | 2024-12-20T23:30:23.873Z | [ recovery-image] Dec 20 23:30:23.607 INFO O| Dec 20 23:30:23.607 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-12-20T23:30:23.935Z | [ recovery-image] Dec 20 23:30:23.668 INFO O| Dec 20 23:30:23.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
5005 | 2024-12-20T23:30:23.935Z | [ recovery-image] Dec 20 23:30:23.668 INFO O| Dec 20 23:30:23.668 INFO STEP 210 (remove_files) COMPLETE |
5006 | 2024-12-20T23:30:23.935Z | [ recovery-image] Dec 20 23:30:23.668 INFO O| Dec 20 23:30:23.668 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-12-20T23:30:23.954Z | [ recovery-image] Dec 20 23:30:23.688 INFO O| Dec 20 23:30:23.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
5008 | 2024-12-20T23:30:23.954Z | [ recovery-image] Dec 20 23:30:23.688 INFO O| Dec 20 23:30:23.688 INFO STEP 211 (remove_files) COMPLETE |
5009 | 2024-12-20T23:30:23.954Z | [ recovery-image] Dec 20 23:30:23.688 INFO O| Dec 20 23:30:23.688 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-12-20T23:30:23.974Z | [ recovery-image] Dec 20 23:30:23.708 INFO O| Dec 20 23:30:23.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5011 | 2024-12-20T23:30:23.974Z | [ recovery-image] Dec 20 23:30:23.708 INFO O| Dec 20 23:30:23.708 INFO STEP 212 (remove_files) COMPLETE |
5012 | 2024-12-20T23:30:23.974Z | [ recovery-image] Dec 20 23:30:23.708 INFO O| Dec 20 23:30:23.708 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-12-20T23:30:24.008Z | [ recovery-image] Dec 20 23:30:23.742 INFO O| Dec 20 23:30:23.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5014 | 2024-12-20T23:30:24.008Z | [ recovery-image] Dec 20 23:30:23.742 INFO O| Dec 20 23:30:23.742 INFO STEP 213 (remove_files) COMPLETE |
5015 | 2024-12-20T23:30:24.040Z | [ recovery-image] Dec 20 23:30:23.742 INFO O| Dec 20 23:30:23.742 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-12-20T23:30:24.068Z | [ recovery-image] Dec 20 23:30:23.803 INFO O| Dec 20 23:30:23.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5017 | 2024-12-20T23:30:24.069Z | [ recovery-image] Dec 20 23:30:23.803 INFO O| Dec 20 23:30:23.803 INFO STEP 214 (remove_files) COMPLETE |
5018 | 2024-12-20T23:30:24.071Z | [ recovery-image] Dec 20 23:30:23.803 INFO O| Dec 20 23:30:23.803 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-12-20T23:30:24.094Z | [ recovery-image] Dec 20 23:30:23.828 INFO O| Dec 20 23:30:23.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5020 | 2024-12-20T23:30:24.094Z | [ recovery-image] Dec 20 23:30:23.828 INFO O| Dec 20 23:30:23.828 INFO STEP 215 (remove_files) COMPLETE |
5021 | 2024-12-20T23:30:24.097Z | [ recovery-image] Dec 20 23:30:23.828 INFO O| Dec 20 23:30:23.828 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-12-20T23:30:24.142Z | [ recovery-image] Dec 20 23:30:23.876 INFO O| Dec 20 23:30:23.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5023 | 2024-12-20T23:30:24.144Z | [ recovery-image] Dec 20 23:30:23.876 INFO O| Dec 20 23:30:23.876 INFO STEP 216 (remove_files) COMPLETE |
5024 | 2024-12-20T23:30:24.144Z | [ recovery-image] Dec 20 23:30:23.876 INFO O| Dec 20 23:30:23.876 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-12-20T23:30:24.182Z | [ recovery-image] Dec 20 23:30:23.916 INFO O| Dec 20 23:30:23.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5026 | 2024-12-20T23:30:24.184Z | [ recovery-image] Dec 20 23:30:23.916 INFO O| Dec 20 23:30:23.916 INFO STEP 217 (remove_files) COMPLETE |
5027 | 2024-12-20T23:30:24.184Z | [ recovery-image] Dec 20 23:30:23.916 INFO O| Dec 20 23:30:23.916 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-12-20T23:30:24.218Z | [ recovery-image] Dec 20 23:30:23.953 INFO O| Dec 20 23:30:23.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5029 | 2024-12-20T23:30:24.218Z | [ recovery-image] Dec 20 23:30:23.953 INFO O| Dec 20 23:30:23.953 INFO STEP 218 (remove_files) COMPLETE |
5030 | 2024-12-20T23:30:24.218Z | [ recovery-image] Dec 20 23:30:23.953 INFO O| Dec 20 23:30:23.953 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-12-20T23:30:24.254Z | [ recovery-image] Dec 20 23:30:23.987 INFO O| Dec 20 23:30:23.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5032 | 2024-12-20T23:30:24.254Z | [ recovery-image] Dec 20 23:30:23.987 INFO O| Dec 20 23:30:23.987 INFO STEP 219 (remove_files) COMPLETE |
5033 | 2024-12-20T23:30:24.258Z | [ recovery-image] Dec 20 23:30:23.987 INFO O| Dec 20 23:30:23.987 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-12-20T23:30:24.305Z | [ recovery-image] Dec 20 23:30:24.039 INFO O| Dec 20 23:30:24.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5035 | 2024-12-20T23:30:24.305Z | [ recovery-image] Dec 20 23:30:24.039 INFO O| Dec 20 23:30:24.039 INFO STEP 220 (remove_files) COMPLETE |
5036 | 2024-12-20T23:30:24.308Z | [ recovery-image] Dec 20 23:30:24.039 INFO O| Dec 20 23:30:24.039 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-12-20T23:30:24.326Z | [ recovery-image] Dec 20 23:30:24.060 INFO O| Dec 20 23:30:24.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5038 | 2024-12-20T23:30:24.326Z | [ recovery-image] Dec 20 23:30:24.060 INFO O| Dec 20 23:30:24.060 INFO STEP 221 (remove_files) COMPLETE |
5039 | 2024-12-20T23:30:24.329Z | [ recovery-image] Dec 20 23:30:24.060 INFO O| Dec 20 23:30:24.060 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-12-20T23:30:24.346Z | [ recovery-image] Dec 20 23:30:24.080 INFO O| Dec 20 23:30:24.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5041 | 2024-12-20T23:30:24.346Z | [ recovery-image] Dec 20 23:30:24.080 INFO O| Dec 20 23:30:24.080 INFO STEP 222 (remove_files) COMPLETE |
5042 | 2024-12-20T23:30:24.346Z | [ recovery-image] Dec 20 23:30:24.080 INFO O| Dec 20 23:30:24.080 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-12-20T23:30:24.382Z | [ recovery-image] Dec 20 23:30:24.117 INFO O| Dec 20 23:30:24.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5044 | 2024-12-20T23:30:24.386Z | [ recovery-image] Dec 20 23:30:24.118 INFO O| Dec 20 23:30:24.118 INFO STEP 223 (remove_files) COMPLETE |
5045 | 2024-12-20T23:30:24.386Z | [ recovery-image] Dec 20 23:30:24.118 INFO O| Dec 20 23:30:24.118 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-12-20T23:30:24.421Z | [ recovery-image] Dec 20 23:30:24.156 INFO O| Dec 20 23:30:24.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5047 | 2024-12-20T23:30:24.421Z | [ recovery-image] Dec 20 23:30:24.156 INFO O| Dec 20 23:30:24.156 INFO STEP 224 (remove_files) COMPLETE |
5048 | 2024-12-20T23:30:24.421Z | [ recovery-image] Dec 20 23:30:24.156 INFO O| Dec 20 23:30:24.156 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-12-20T23:30:24.442Z | [ recovery-image] Dec 20 23:30:24.176 INFO O| Dec 20 23:30:24.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5050 | 2024-12-20T23:30:24.442Z | [ recovery-image] Dec 20 23:30:24.176 INFO O| Dec 20 23:30:24.176 INFO STEP 225 (remove_files) COMPLETE |
5051 | 2024-12-20T23:30:24.445Z | [ recovery-image] Dec 20 23:30:24.176 INFO O| Dec 20 23:30:24.176 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-12-20T23:30:24.509Z | [ recovery-image] Dec 20 23:30:24.243 INFO O| Dec 20 23:30:24.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5053 | 2024-12-20T23:30:24.509Z | [ recovery-image] Dec 20 23:30:24.243 INFO O| Dec 20 23:30:24.243 INFO STEP 226 (remove_files) COMPLETE |
5054 | 2024-12-20T23:30:24.509Z | [ recovery-image] Dec 20 23:30:24.243 INFO O| Dec 20 23:30:24.243 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-12-20T23:30:24.533Z | [ recovery-image] Dec 20 23:30:24.268 INFO O| Dec 20 23:30:24.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5056 | 2024-12-20T23:30:24.534Z | [ recovery-image] Dec 20 23:30:24.268 INFO O| Dec 20 23:30:24.268 INFO STEP 227 (remove_files) COMPLETE |
5057 | 2024-12-20T23:30:24.534Z | [ recovery-image] Dec 20 23:30:24.268 INFO O| Dec 20 23:30:24.268 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-12-20T23:30:24.561Z | [ recovery-image] Dec 20 23:30:24.291 INFO O| Dec 20 23:30:24.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5059 | 2024-12-20T23:30:24.561Z | [ recovery-image] Dec 20 23:30:24.291 INFO O| Dec 20 23:30:24.291 INFO STEP 228 (remove_files) COMPLETE |
5060 | 2024-12-20T23:30:24.561Z | [ recovery-image] Dec 20 23:30:24.291 INFO O| Dec 20 23:30:24.291 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-12-20T23:30:24.593Z | [ recovery-image] Dec 20 23:30:24.327 INFO O| Dec 20 23:30:24.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5062 | 2024-12-20T23:30:24.593Z | [ recovery-image] Dec 20 23:30:24.327 INFO O| Dec 20 23:30:24.327 INFO STEP 229 (remove_files) COMPLETE |
5063 | 2024-12-20T23:30:24.593Z | [ recovery-image] Dec 20 23:30:24.327 INFO O| Dec 20 23:30:24.327 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-12-20T23:30:24.614Z | [ recovery-image] Dec 20 23:30:24.348 INFO O| Dec 20 23:30:24.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5065 | 2024-12-20T23:30:24.614Z | [ recovery-image] Dec 20 23:30:24.348 INFO O| Dec 20 23:30:24.348 INFO STEP 230 (remove_files) COMPLETE |
5066 | 2024-12-20T23:30:24.614Z | [ recovery-image] Dec 20 23:30:24.348 INFO O| Dec 20 23:30:24.348 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-12-20T23:30:24.633Z | [ recovery-image] Dec 20 23:30:24.367 INFO O| Dec 20 23:30:24.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5068 | 2024-12-20T23:30:24.633Z | [ recovery-image] Dec 20 23:30:24.367 INFO O| Dec 20 23:30:24.367 INFO STEP 231 (remove_files) COMPLETE |
5069 | 2024-12-20T23:30:24.636Z | [ recovery-image] Dec 20 23:30:24.367 INFO O| Dec 20 23:30:24.367 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-12-20T23:30:24.651Z | [ recovery-image] Dec 20 23:30:24.385 INFO O| Dec 20 23:30:24.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5071 | 2024-12-20T23:30:24.651Z | [ recovery-image] Dec 20 23:30:24.385 INFO O| Dec 20 23:30:24.385 INFO STEP 232 (remove_files) COMPLETE |
5072 | 2024-12-20T23:30:24.651Z | [ recovery-image] Dec 20 23:30:24.385 INFO O| Dec 20 23:30:24.385 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-12-20T23:30:24.686Z | [ recovery-image] Dec 20 23:30:24.421 INFO O| Dec 20 23:30:24.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5074 | 2024-12-20T23:30:24.686Z | [ recovery-image] Dec 20 23:30:24.421 INFO O| Dec 20 23:30:24.421 INFO STEP 233 (remove_files) COMPLETE |
5075 | 2024-12-20T23:30:24.686Z | [ recovery-image] Dec 20 23:30:24.421 INFO O| Dec 20 23:30:24.421 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-12-20T23:30:24.709Z | [ recovery-image] Dec 20 23:30:24.444 INFO O| Dec 20 23:30:24.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5077 | 2024-12-20T23:30:24.709Z | [ recovery-image] Dec 20 23:30:24.444 INFO O| Dec 20 23:30:24.444 INFO STEP 234 (remove_files) COMPLETE |
5078 | 2024-12-20T23:30:24.709Z | [ recovery-image] Dec 20 23:30:24.444 INFO O| Dec 20 23:30:24.444 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-12-20T23:30:24.745Z | [ recovery-image] Dec 20 23:30:24.480 INFO O| Dec 20 23:30:24.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5080 | 2024-12-20T23:30:24.748Z | [ recovery-image] Dec 20 23:30:24.480 INFO O| Dec 20 23:30:24.480 INFO STEP 235 (remove_files) COMPLETE |
5081 | 2024-12-20T23:30:24.748Z | [ recovery-image] Dec 20 23:30:24.480 INFO O| Dec 20 23:30:24.480 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-12-20T23:30:24.768Z | [ recovery-image] Dec 20 23:30:24.503 INFO O| Dec 20 23:30:24.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5083 | 2024-12-20T23:30:24.771Z | [ recovery-image] Dec 20 23:30:24.503 INFO O| Dec 20 23:30:24.503 INFO STEP 236 (remove_files) COMPLETE |
5084 | 2024-12-20T23:30:24.771Z | [ recovery-image] Dec 20 23:30:24.503 INFO O| Dec 20 23:30:24.503 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-12-20T23:30:24.791Z | [ recovery-image] Dec 20 23:30:24.525 INFO O| Dec 20 23:30:24.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5086 | 2024-12-20T23:30:24.795Z | [ recovery-image] Dec 20 23:30:24.525 INFO O| Dec 20 23:30:24.525 INFO STEP 237 (remove_files) COMPLETE |
5087 | 2024-12-20T23:30:24.795Z | [ recovery-image] Dec 20 23:30:24.525 INFO O| Dec 20 23:30:24.525 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-12-20T23:30:24.820Z | [ recovery-image] Dec 20 23:30:24.554 INFO O| Dec 20 23:30:24.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5089 | 2024-12-20T23:30:24.820Z | [ recovery-image] Dec 20 23:30:24.554 INFO O| Dec 20 23:30:24.554 INFO STEP 238 (remove_files) COMPLETE |
5090 | 2024-12-20T23:30:24.820Z | [ recovery-image] Dec 20 23:30:24.554 INFO O| Dec 20 23:30:24.554 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-12-20T23:30:24.840Z | [ recovery-image] Dec 20 23:30:24.574 INFO O| Dec 20 23:30:24.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5092 | 2024-12-20T23:30:24.840Z | [ recovery-image] Dec 20 23:30:24.575 INFO O| Dec 20 23:30:24.575 INFO STEP 239 (remove_files) COMPLETE |
5093 | 2024-12-20T23:30:24.840Z | [ recovery-image] Dec 20 23:30:24.575 INFO O| Dec 20 23:30:24.575 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-12-20T23:30:24.860Z | [ recovery-image] Dec 20 23:30:24.594 INFO O| Dec 20 23:30:24.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5095 | 2024-12-20T23:30:24.860Z | [ recovery-image] Dec 20 23:30:24.595 INFO O| Dec 20 23:30:24.594 INFO STEP 240 (remove_files) COMPLETE |
5096 | 2024-12-20T23:30:24.864Z | [ recovery-image] Dec 20 23:30:24.595 INFO O| Dec 20 23:30:24.595 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-12-20T23:30:24.882Z | [ recovery-image] Dec 20 23:30:24.616 INFO O| Dec 20 23:30:24.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5098 | 2024-12-20T23:30:24.882Z | [ recovery-image] Dec 20 23:30:24.616 INFO O| Dec 20 23:30:24.616 INFO STEP 241 (remove_files) COMPLETE |
5099 | 2024-12-20T23:30:24.882Z | [ recovery-image] Dec 20 23:30:24.616 INFO O| Dec 20 23:30:24.616 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-12-20T23:30:24.903Z | [ recovery-image] Dec 20 23:30:24.637 INFO O| Dec 20 23:30:24.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5101 | 2024-12-20T23:30:24.903Z | [ recovery-image] Dec 20 23:30:24.637 INFO O| Dec 20 23:30:24.637 INFO STEP 242 (remove_files) COMPLETE |
5102 | 2024-12-20T23:30:24.903Z | [ recovery-image] Dec 20 23:30:24.638 INFO O| Dec 20 23:30:24.637 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-12-20T23:30:24.932Z | [ host-image] Dec 20 23:30:24.666 INFO O| Dec 20 23:30:24.666 INFO O| Done |
5104 | 2024-12-20T23:30:24.942Z | [ recovery-image] Dec 20 23:30:24.677 INFO O| Dec 20 23:30:24.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5105 | 2024-12-20T23:30:24.945Z | [ recovery-image] Dec 20 23:30:24.677 INFO O| Dec 20 23:30:24.677 INFO STEP 243 (remove_files) COMPLETE |
5106 | 2024-12-20T23:30:24.945Z | [ recovery-image] Dec 20 23:30:24.677 INFO O| Dec 20 23:30:24.677 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-12-20T23:30:24.980Z | [ host-image] Dec 20 23:30:24.715 INFO O| Dec 20 23:30:24.715 INFO O| Done |
5108 | 2024-12-20T23:30:24.980Z | [ host-image] Dec 20 23:30:24.715 INFO O| Dec 20 23:30:24.715 INFO O| Done |
5109 | 2024-12-20T23:30:24.983Z | [ recovery-image] Dec 20 23:30:24.715 INFO O| Dec 20 23:30:24.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5110 | 2024-12-20T23:30:24.984Z | [ recovery-image] Dec 20 23:30:24.715 INFO O| Dec 20 23:30:24.715 INFO STEP 244 (remove_files) COMPLETE |
5111 | 2024-12-20T23:30:24.984Z | [ recovery-image] Dec 20 23:30:24.716 INFO O| Dec 20 23:30:24.715 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-12-20T23:30:24.997Z | [ host-image] Dec 20 23:30:24.731 INFO O| Dec 20 23:30:24.731 INFO O| Done |
5113 | 2024-12-20T23:30:25.025Z | [ recovery-image] Dec 20 23:30:24.760 INFO O| Dec 20 23:30:24.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5114 | 2024-12-20T23:30:25.029Z | [ recovery-image] Dec 20 23:30:24.760 INFO O| Dec 20 23:30:24.760 INFO STEP 245 (remove_files) COMPLETE |
5115 | 2024-12-20T23:30:25.029Z | [ recovery-image] Dec 20 23:30:24.760 INFO O| Dec 20 23:30:24.760 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-12-20T23:30:25.047Z | [ recovery-image] Dec 20 23:30:24.782 INFO O| Dec 20 23:30:24.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5117 | 2024-12-20T23:30:25.051Z | [ recovery-image] Dec 20 23:30:24.782 INFO O| Dec 20 23:30:24.782 INFO STEP 246 (remove_files) COMPLETE |
5118 | 2024-12-20T23:30:25.051Z | [ recovery-image] Dec 20 23:30:24.782 INFO O| Dec 20 23:30:24.782 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-12-20T23:30:25.087Z | [ recovery-image] Dec 20 23:30:24.821 INFO O| Dec 20 23:30:24.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5120 | 2024-12-20T23:30:25.087Z | [ recovery-image] Dec 20 23:30:24.821 INFO O| Dec 20 23:30:24.821 INFO STEP 247 (remove_files) COMPLETE |
5121 | 2024-12-20T23:30:25.087Z | [ recovery-image] Dec 20 23:30:24.821 INFO O| Dec 20 23:30:24.821 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-12-20T23:30:25.106Z | [ recovery-image] Dec 20 23:30:24.840 INFO O| Dec 20 23:30:24.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5123 | 2024-12-20T23:30:25.107Z | [ recovery-image] Dec 20 23:30:24.840 INFO O| Dec 20 23:30:24.840 INFO STEP 248 (remove_files) COMPLETE |
5124 | 2024-12-20T23:30:25.107Z | [ recovery-image] Dec 20 23:30:24.840 INFO O| Dec 20 23:30:24.840 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-12-20T23:30:25.125Z | [ recovery-image] Dec 20 23:30:24.860 INFO O| Dec 20 23:30:24.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5126 | 2024-12-20T23:30:25.125Z | [ recovery-image] Dec 20 23:30:24.860 INFO O| Dec 20 23:30:24.860 INFO STEP 249 (remove_files) COMPLETE |
5127 | 2024-12-20T23:30:25.128Z | [ recovery-image] Dec 20 23:30:24.860 INFO O| Dec 20 23:30:24.860 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-12-20T23:30:25.146Z | [ recovery-image] Dec 20 23:30:24.880 INFO O| Dec 20 23:30:24.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5129 | 2024-12-20T23:30:25.146Z | [ recovery-image] Dec 20 23:30:24.880 INFO O| Dec 20 23:30:24.880 INFO STEP 250 (remove_files) COMPLETE |
5130 | 2024-12-20T23:30:25.146Z | [ recovery-image] Dec 20 23:30:24.880 INFO O| Dec 20 23:30:24.880 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-12-20T23:30:25.174Z | [ recovery-image] Dec 20 23:30:24.900 INFO O| Dec 20 23:30:24.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5132 | 2024-12-20T23:30:25.174Z | [ recovery-image] Dec 20 23:30:24.900 INFO O| Dec 20 23:30:24.900 INFO STEP 251 (remove_files) COMPLETE |
5133 | 2024-12-20T23:30:25.174Z | [ recovery-image] Dec 20 23:30:24.900 INFO O| Dec 20 23:30:24.900 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-12-20T23:30:25.183Z | [ host-image] Dec 20 23:30:24.916 INFO O| Dec 20 23:30:24.916 INFO STEP 14 (pkg_install) COMPLETE |
5135 | 2024-12-20T23:30:25.183Z | [ host-image] Dec 20 23:30:24.917 INFO O| Dec 20 23:30:24.916 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5136 | 2024-12-20T23:30:25.183Z | [ host-image] Dec 20 23:30:24.917 INFO O| Dec 20 23:30:24.916 INFO skip step because feature "mfg" is not enabled |
5137 | 2024-12-20T23:30:25.183Z | [ host-image] Dec 20 23:30:24.917 INFO O| Dec 20 23:30:24.917 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5138 | 2024-12-20T23:30:25.183Z | [ host-image] Dec 20 23:30:24.917 INFO O| Dec 20 23:30:24.917 INFO skip step because feature "compliance" is not enabled |
5139 | 2024-12-20T23:30:25.183Z | [ host-image] Dec 20 23:30:24.917 INFO O| Dec 20 23:30:24.917 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5140 | 2024-12-20T23:30:25.183Z | [ host-image] Dec 20 23:30:24.917 INFO O| Dec 20 23:30:24.917 INFO skip step because feature "stress" is not enabled |
5141 | 2024-12-20T23:30:25.183Z | [ host-image] Dec 20 23:30:24.917 INFO O| Dec 20 23:30:24.917 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5142 | 2024-12-20T23:30:25.183Z | [ host-image] Dec 20 23:30:24.917 INFO O| Dec 20 23:30:24.917 INFO skip step because feature "nfs" is not enabled |
5143 | 2024-12-20T23:30:25.183Z | [ host-image] Dec 20 23:30:24.917 INFO O| Dec 20 23:30:24.917 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
5144 | 2024-12-20T23:30:25.183Z | [ host-image] Dec 20 23:30:24.917 INFO O| Dec 20 23:30:24.917 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
5145 | 2024-12-20T23:30:25.187Z | [ recovery-image] Dec 20 23:30:24.919 INFO O| Dec 20 23:30:24.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5146 | 2024-12-20T23:30:25.187Z | [ recovery-image] Dec 20 23:30:24.919 INFO O| Dec 20 23:30:24.919 INFO STEP 252 (remove_files) COMPLETE |
5147 | 2024-12-20T23:30:25.187Z | [ recovery-image] Dec 20 23:30:24.919 INFO O| Dec 20 23:30:24.919 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-12-20T23:30:25.210Z | [ recovery-image] Dec 20 23:30:24.944 INFO O| Dec 20 23:30:24.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5149 | 2024-12-20T23:30:25.210Z | [ recovery-image] Dec 20 23:30:24.944 INFO O| Dec 20 23:30:24.944 INFO STEP 253 (remove_files) COMPLETE |
5150 | 2024-12-20T23:30:25.210Z | [ recovery-image] Dec 20 23:30:24.944 INFO O| Dec 20 23:30:24.944 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-12-20T23:30:25.230Z | [ recovery-image] Dec 20 23:30:24.965 INFO O| Dec 20 23:30:24.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5152 | 2024-12-20T23:30:25.233Z | [ recovery-image] Dec 20 23:30:24.965 INFO O| Dec 20 23:30:24.965 INFO STEP 254 (remove_files) COMPLETE |
5153 | 2024-12-20T23:30:25.233Z | [ recovery-image] Dec 20 23:30:24.965 INFO O| Dec 20 23:30:24.965 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-12-20T23:30:25.249Z | [ host-image] Dec 20 23:30:24.984 INFO O| Dec 20 23:30:24.984 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
5155 | 2024-12-20T23:30:25.252Z | [ recovery-image] Dec 20 23:30:24.985 INFO O| Dec 20 23:30:24.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5156 | 2024-12-20T23:30:25.252Z | [ recovery-image] Dec 20 23:30:24.985 INFO O| Dec 20 23:30:24.985 INFO STEP 255 (remove_files) COMPLETE |
5157 | 2024-12-20T23:30:25.252Z | [ recovery-image] Dec 20 23:30:24.985 INFO O| Dec 20 23:30:24.985 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-12-20T23:30:25.282Z | [ recovery-image] Dec 20 23:30:25.010 INFO O| Dec 20 23:30:25.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5159 | 2024-12-20T23:30:25.285Z | [ recovery-image] Dec 20 23:30:25.020 INFO O| Dec 20 23:30:25.020 INFO STEP 256 (remove_files) COMPLETE |
5160 | 2024-12-20T23:30:25.289Z | [ recovery-image] Dec 20 23:30:25.020 INFO O| Dec 20 23:30:25.020 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-12-20T23:30:25.336Z | [ recovery-image] Dec 20 23:30:25.071 INFO O| Dec 20 23:30:25.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5162 | 2024-12-20T23:30:25.336Z | [ recovery-image] Dec 20 23:30:25.071 INFO O| Dec 20 23:30:25.071 INFO STEP 257 (remove_files) COMPLETE |
5163 | 2024-12-20T23:30:25.339Z | [ recovery-image] Dec 20 23:30:25.071 INFO O| Dec 20 23:30:25.071 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-12-20T23:30:25.358Z | [ recovery-image] Dec 20 23:30:25.093 INFO O| Dec 20 23:30:25.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5165 | 2024-12-20T23:30:25.359Z | [ recovery-image] Dec 20 23:30:25.093 INFO O| Dec 20 23:30:25.093 INFO STEP 258 (remove_files) COMPLETE |
5166 | 2024-12-20T23:30:25.359Z | [ recovery-image] Dec 20 23:30:25.093 INFO O| Dec 20 23:30:25.093 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-12-20T23:30:25.370Z | [ host-image] Dec 20 23:30:25.105 INFO O| Dec 20 23:30:25.104 INFO completed processing gimlet/ramdisk-01-os |
5168 | 2024-12-20T23:30:25.373Z | [ host-image] Dec 20 23:30:25.107 INFO omicron1 baseline generation... |
5169 | 2024-12-20T23:30:25.373Z | [ host-image] Dec 20 23:30:25.108 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
5170 | 2024-12-20T23:30:25.378Z | [ recovery-image] Dec 20 23:30:25.113 INFO O| Dec 20 23:30:25.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5171 | 2024-12-20T23:30:25.378Z | [ recovery-image] Dec 20 23:30:25.113 INFO O| Dec 20 23:30:25.113 INFO STEP 259 (remove_files) COMPLETE |
5172 | 2024-12-20T23:30:25.384Z | [ recovery-image] Dec 20 23:30:25.113 INFO O| Dec 20 23:30:25.113 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-12-20T23:30:25.397Z | [ recovery-image] Dec 20 23:30:25.131 INFO O| Dec 20 23:30:25.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5174 | 2024-12-20T23:30:25.401Z | [ recovery-image] Dec 20 23:30:25.131 INFO O| Dec 20 23:30:25.131 INFO STEP 260 (remove_files) COMPLETE |
5175 | 2024-12-20T23:30:25.401Z | [ recovery-image] Dec 20 23:30:25.132 INFO O| Dec 20 23:30:25.131 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-12-20T23:30:25.416Z | [ recovery-image] Dec 20 23:30:25.151 INFO O| Dec 20 23:30:25.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5177 | 2024-12-20T23:30:25.419Z | [ recovery-image] Dec 20 23:30:25.151 INFO O| Dec 20 23:30:25.151 INFO STEP 261 (remove_files) COMPLETE |
5178 | 2024-12-20T23:30:25.419Z | [ recovery-image] Dec 20 23:30:25.151 INFO O| Dec 20 23:30:25.151 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-12-20T23:30:25.440Z | [ recovery-image] Dec 20 23:30:25.175 INFO O| Dec 20 23:30:25.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5180 | 2024-12-20T23:30:25.443Z | [ recovery-image] Dec 20 23:30:25.176 INFO O| Dec 20 23:30:25.175 INFO STEP 262 (remove_files) COMPLETE |
5181 | 2024-12-20T23:30:25.443Z | [ recovery-image] Dec 20 23:30:25.176 INFO O| Dec 20 23:30:25.176 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-12-20T23:30:25.461Z | [ recovery-image] Dec 20 23:30:25.196 INFO O| Dec 20 23:30:25.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5183 | 2024-12-20T23:30:25.479Z | [ recovery-image] Dec 20 23:30:25.214 INFO O| Dec 20 23:30:25.214 INFO STEP 263 (remove_files) COMPLETE |
5184 | 2024-12-20T23:30:25.479Z | [ recovery-image] Dec 20 23:30:25.214 INFO O| Dec 20 23:30:25.214 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-12-20T23:30:25.500Z | [ recovery-image] Dec 20 23:30:25.235 INFO O| Dec 20 23:30:25.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5186 | 2024-12-20T23:30:25.504Z | [ recovery-image] Dec 20 23:30:25.235 INFO O| Dec 20 23:30:25.235 INFO STEP 264 (remove_files) COMPLETE |
5187 | 2024-12-20T23:30:25.504Z | [ recovery-image] Dec 20 23:30:25.236 INFO O| Dec 20 23:30:25.235 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-12-20T23:30:25.520Z | [ recovery-image] Dec 20 23:30:25.255 INFO O| Dec 20 23:30:25.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5189 | 2024-12-20T23:30:25.523Z | [ recovery-image] Dec 20 23:30:25.255 INFO O| Dec 20 23:30:25.255 INFO STEP 265 (remove_files) COMPLETE |
5190 | 2024-12-20T23:30:25.523Z | [ recovery-image] Dec 20 23:30:25.255 INFO O| Dec 20 23:30:25.255 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-12-20T23:30:25.541Z | [ recovery-image] Dec 20 23:30:25.275 INFO O| Dec 20 23:30:25.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5192 | 2024-12-20T23:30:25.545Z | [ recovery-image] Dec 20 23:30:25.275 INFO O| Dec 20 23:30:25.275 INFO STEP 266 (remove_files) COMPLETE |
5193 | 2024-12-20T23:30:25.545Z | [ recovery-image] Dec 20 23:30:25.276 INFO O| Dec 20 23:30:25.276 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-12-20T23:30:25.570Z | [ recovery-image] Dec 20 23:30:25.304 INFO O| Dec 20 23:30:25.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5195 | 2024-12-20T23:30:25.573Z | [ recovery-image] Dec 20 23:30:25.304 INFO O| Dec 20 23:30:25.304 INFO STEP 267 (remove_files) COMPLETE |
5196 | 2024-12-20T23:30:25.573Z | [ recovery-image] Dec 20 23:30:25.305 INFO O| Dec 20 23:30:25.304 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-12-20T23:30:25.591Z | [ recovery-image] Dec 20 23:30:25.326 INFO O| Dec 20 23:30:25.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5198 | 2024-12-20T23:30:25.596Z | [ recovery-image] Dec 20 23:30:25.326 INFO O| Dec 20 23:30:25.326 INFO STEP 268 (remove_files) COMPLETE |
5199 | 2024-12-20T23:30:25.596Z | [ recovery-image] Dec 20 23:30:25.326 INFO O| Dec 20 23:30:25.326 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-12-20T23:30:25.611Z | [ recovery-image] Dec 20 23:30:25.346 INFO O| Dec 20 23:30:25.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5201 | 2024-12-20T23:30:25.611Z | [ recovery-image] Dec 20 23:30:25.346 INFO O| Dec 20 23:30:25.346 INFO STEP 269 (remove_files) COMPLETE |
5202 | 2024-12-20T23:30:25.613Z | [ recovery-image] Dec 20 23:30:25.346 INFO O| Dec 20 23:30:25.346 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-12-20T23:30:25.691Z | [ recovery-image] Dec 20 23:30:25.426 INFO O| Dec 20 23:30:25.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5204 | 2024-12-20T23:30:25.691Z | [ recovery-image] Dec 20 23:30:25.426 INFO O| Dec 20 23:30:25.426 INFO STEP 270 (remove_files) COMPLETE |
5205 | 2024-12-20T23:30:25.692Z | [ recovery-image] Dec 20 23:30:25.426 INFO O| Dec 20 23:30:25.426 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-12-20T23:30:25.757Z | [ recovery-image] Dec 20 23:30:25.492 INFO O| Dec 20 23:30:25.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5207 | 2024-12-20T23:30:25.757Z | [ recovery-image] Dec 20 23:30:25.492 INFO O| Dec 20 23:30:25.492 INFO STEP 271 (remove_files) COMPLETE |
5208 | 2024-12-20T23:30:25.760Z | [ recovery-image] Dec 20 23:30:25.492 INFO O| Dec 20 23:30:25.492 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-12-20T23:30:25.781Z | [ recovery-image] Dec 20 23:30:25.514 INFO O| Dec 20 23:30:25.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5210 | 2024-12-20T23:30:25.781Z | [ recovery-image] Dec 20 23:30:25.514 INFO O| Dec 20 23:30:25.514 INFO STEP 272 (remove_files) COMPLETE |
5211 | 2024-12-20T23:30:25.781Z | [ recovery-image] Dec 20 23:30:25.514 INFO O| Dec 20 23:30:25.514 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-12-20T23:30:25.798Z | [ recovery-image] Dec 20 23:30:25.533 INFO O| Dec 20 23:30:25.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5213 | 2024-12-20T23:30:25.798Z | [ recovery-image] Dec 20 23:30:25.533 INFO O| Dec 20 23:30:25.533 INFO STEP 273 (remove_files) COMPLETE |
5214 | 2024-12-20T23:30:25.798Z | [ recovery-image] Dec 20 23:30:25.533 INFO O| Dec 20 23:30:25.533 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-12-20T23:30:25.818Z | [ recovery-image] Dec 20 23:30:25.553 INFO O| Dec 20 23:30:25.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5216 | 2024-12-20T23:30:25.818Z | [ recovery-image] Dec 20 23:30:25.553 INFO O| Dec 20 23:30:25.553 INFO STEP 274 (remove_files) COMPLETE |
5217 | 2024-12-20T23:30:25.818Z | [ recovery-image] Dec 20 23:30:25.553 INFO O| Dec 20 23:30:25.553 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-12-20T23:30:25.914Z | [ recovery-image] Dec 20 23:30:25.648 INFO O| Dec 20 23:30:25.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5219 | 2024-12-20T23:30:25.914Z | [ recovery-image] Dec 20 23:30:25.648 INFO O| Dec 20 23:30:25.648 INFO STEP 275 (remove_files) COMPLETE |
5220 | 2024-12-20T23:30:25.914Z | [ recovery-image] Dec 20 23:30:25.648 INFO O| Dec 20 23:30:25.648 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-12-20T23:30:25.934Z | [ recovery-image] Dec 20 23:30:25.668 INFO O| Dec 20 23:30:25.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5222 | 2024-12-20T23:30:25.934Z | [ recovery-image] Dec 20 23:30:25.668 INFO O| Dec 20 23:30:25.668 INFO STEP 276 (remove_files) COMPLETE |
5223 | 2024-12-20T23:30:25.934Z | [ recovery-image] Dec 20 23:30:25.668 INFO O| Dec 20 23:30:25.668 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-12-20T23:30:25.967Z | [ recovery-image] Dec 20 23:30:25.701 INFO O| Dec 20 23:30:25.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5225 | 2024-12-20T23:30:25.967Z | [ recovery-image] Dec 20 23:30:25.701 INFO O| Dec 20 23:30:25.701 INFO STEP 277 (remove_files) COMPLETE |
5226 | 2024-12-20T23:30:25.967Z | [ recovery-image] Dec 20 23:30:25.701 INFO O| Dec 20 23:30:25.701 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-12-20T23:30:25.999Z | [ recovery-image] Dec 20 23:30:25.733 INFO O| Dec 20 23:30:25.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5228 | 2024-12-20T23:30:25.999Z | [ recovery-image] Dec 20 23:30:25.733 INFO O| Dec 20 23:30:25.733 INFO STEP 278 (remove_files) COMPLETE |
5229 | 2024-12-20T23:30:26.004Z | [ recovery-image] Dec 20 23:30:25.733 INFO O| Dec 20 23:30:25.733 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-12-20T23:30:26.039Z | [ recovery-image] Dec 20 23:30:25.771 INFO O| Dec 20 23:30:25.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5231 | 2024-12-20T23:30:26.043Z | [ recovery-image] Dec 20 23:30:25.771 INFO O| Dec 20 23:30:25.771 INFO STEP 279 (remove_files) COMPLETE |
5232 | 2024-12-20T23:30:26.044Z | [ recovery-image] Dec 20 23:30:25.771 INFO O| Dec 20 23:30:25.771 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-12-20T23:30:26.057Z | [ recovery-image] Dec 20 23:30:25.792 INFO O| Dec 20 23:30:25.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5234 | 2024-12-20T23:30:26.057Z | [ recovery-image] Dec 20 23:30:25.792 INFO O| Dec 20 23:30:25.792 INFO STEP 280 (remove_files) COMPLETE |
5235 | 2024-12-20T23:30:26.058Z | [ recovery-image] Dec 20 23:30:25.792 INFO O| Dec 20 23:30:25.792 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-12-20T23:30:26.093Z | [ recovery-image] Dec 20 23:30:25.827 INFO O| Dec 20 23:30:25.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5237 | 2024-12-20T23:30:26.093Z | [ recovery-image] Dec 20 23:30:25.827 INFO O| Dec 20 23:30:25.827 INFO STEP 281 (remove_files) COMPLETE |
5238 | 2024-12-20T23:30:26.093Z | [ recovery-image] Dec 20 23:30:25.827 INFO O| Dec 20 23:30:25.827 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-12-20T23:30:26.114Z | [ recovery-image] Dec 20 23:30:25.848 INFO O| Dec 20 23:30:25.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5240 | 2024-12-20T23:30:26.114Z | [ recovery-image] Dec 20 23:30:25.848 INFO O| Dec 20 23:30:25.848 INFO STEP 282 (remove_files) COMPLETE |
5241 | 2024-12-20T23:30:26.114Z | [ recovery-image] Dec 20 23:30:25.848 INFO O| Dec 20 23:30:25.848 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-12-20T23:30:26.147Z | [ recovery-image] Dec 20 23:30:25.881 INFO O| Dec 20 23:30:25.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5243 | 2024-12-20T23:30:26.159Z | [ recovery-image] Dec 20 23:30:25.882 INFO O| Dec 20 23:30:25.882 INFO STEP 283 (remove_files) COMPLETE |
5244 | 2024-12-20T23:30:26.159Z | [ recovery-image] Dec 20 23:30:25.882 INFO O| Dec 20 23:30:25.882 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-12-20T23:30:26.168Z | [ recovery-image] Dec 20 23:30:25.902 INFO O| Dec 20 23:30:25.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5246 | 2024-12-20T23:30:26.168Z | [ host-image] Dec 20 23:30:25.902 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
5247 | 2024-12-20T23:30:26.171Z | [ recovery-image] Dec 20 23:30:25.902 INFO O| Dec 20 23:30:25.902 INFO STEP 284 (remove_files) COMPLETE |
5248 | 2024-12-20T23:30:26.171Z | [ recovery-image] Dec 20 23:30:25.903 INFO O| Dec 20 23:30:25.902 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-12-20T23:30:26.187Z | [ recovery-image] Dec 20 23:30:25.922 INFO O| Dec 20 23:30:25.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5250 | 2024-12-20T23:30:26.187Z | [ recovery-image] Dec 20 23:30:25.922 INFO O| Dec 20 23:30:25.922 INFO STEP 285 (remove_files) COMPLETE |
5251 | 2024-12-20T23:30:26.187Z | [ recovery-image] Dec 20 23:30:25.922 INFO O| Dec 20 23:30:25.922 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-12-20T23:30:26.206Z | [ recovery-image] Dec 20 23:30:25.941 INFO O| Dec 20 23:30:25.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5253 | 2024-12-20T23:30:26.206Z | [ recovery-image] Dec 20 23:30:25.941 INFO O| Dec 20 23:30:25.941 INFO STEP 286 (remove_files) COMPLETE |
5254 | 2024-12-20T23:30:26.206Z | [ recovery-image] Dec 20 23:30:25.941 INFO O| Dec 20 23:30:25.941 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-12-20T23:30:26.226Z | [ recovery-image] Dec 20 23:30:25.960 INFO O| Dec 20 23:30:25.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5256 | 2024-12-20T23:30:26.231Z | [ recovery-image] Dec 20 23:30:25.960 INFO O| Dec 20 23:30:25.960 INFO STEP 287 (remove_files) COMPLETE |
5257 | 2024-12-20T23:30:26.231Z | [ recovery-image] Dec 20 23:30:25.961 INFO O| Dec 20 23:30:25.960 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-12-20T23:30:26.246Z | [ recovery-image] Dec 20 23:30:25.981 INFO O| Dec 20 23:30:25.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5259 | 2024-12-20T23:30:26.246Z | [ recovery-image] Dec 20 23:30:25.981 INFO O| Dec 20 23:30:25.981 INFO STEP 288 (remove_files) COMPLETE |
5260 | 2024-12-20T23:30:26.250Z | [ recovery-image] Dec 20 23:30:25.981 INFO O| Dec 20 23:30:25.981 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-12-20T23:30:26.275Z | [ recovery-image] Dec 20 23:30:26.010 INFO O| Dec 20 23:30:26.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5262 | 2024-12-20T23:30:26.278Z | [ recovery-image] Dec 20 23:30:26.010 INFO O| Dec 20 23:30:26.010 INFO STEP 289 (remove_files) COMPLETE |
5263 | 2024-12-20T23:30:26.278Z | [ recovery-image] Dec 20 23:30:26.010 INFO O| Dec 20 23:30:26.010 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-12-20T23:30:26.297Z | [ recovery-image] Dec 20 23:30:26.032 INFO O| Dec 20 23:30:26.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5265 | 2024-12-20T23:30:26.302Z | [ recovery-image] Dec 20 23:30:26.032 INFO O| Dec 20 23:30:26.032 INFO STEP 290 (remove_files) COMPLETE |
5266 | 2024-12-20T23:30:26.302Z | [ recovery-image] Dec 20 23:30:26.032 INFO O| Dec 20 23:30:26.032 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-12-20T23:30:26.320Z | [ recovery-image] Dec 20 23:30:26.055 INFO O| Dec 20 23:30:26.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5268 | 2024-12-20T23:30:26.324Z | [ recovery-image] Dec 20 23:30:26.055 INFO O| Dec 20 23:30:26.055 INFO STEP 291 (remove_files) COMPLETE |
5269 | 2024-12-20T23:30:26.324Z | [ recovery-image] Dec 20 23:30:26.056 INFO O| Dec 20 23:30:26.055 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-12-20T23:30:26.342Z | [ recovery-image] Dec 20 23:30:26.077 INFO O| Dec 20 23:30:26.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5271 | 2024-12-20T23:30:26.346Z | [ recovery-image] Dec 20 23:30:26.077 INFO O| Dec 20 23:30:26.077 INFO STEP 292 (remove_files) COMPLETE |
5272 | 2024-12-20T23:30:26.346Z | [ recovery-image] Dec 20 23:30:26.077 INFO O| Dec 20 23:30:26.077 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-12-20T23:30:26.368Z | [ recovery-image] Dec 20 23:30:26.103 INFO O| Dec 20 23:30:26.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5274 | 2024-12-20T23:30:26.372Z | [ recovery-image] Dec 20 23:30:26.103 INFO O| Dec 20 23:30:26.103 INFO STEP 293 (remove_files) COMPLETE |
5275 | 2024-12-20T23:30:26.372Z | [ recovery-image] Dec 20 23:30:26.103 INFO O| Dec 20 23:30:26.103 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-12-20T23:30:26.399Z | [ recovery-image] Dec 20 23:30:26.134 INFO O| Dec 20 23:30:26.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5277 | 2024-12-20T23:30:26.399Z | [ recovery-image] Dec 20 23:30:26.134 INFO O| Dec 20 23:30:26.134 INFO STEP 294 (remove_files) COMPLETE |
5278 | 2024-12-20T23:30:26.403Z | [ recovery-image] Dec 20 23:30:26.134 INFO O| Dec 20 23:30:26.134 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-12-20T23:30:26.419Z | [ recovery-image] Dec 20 23:30:26.153 INFO O| Dec 20 23:30:26.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5280 | 2024-12-20T23:30:26.422Z | [ recovery-image] Dec 20 23:30:26.153 INFO O| Dec 20 23:30:26.153 INFO STEP 295 (remove_files) COMPLETE |
5281 | 2024-12-20T23:30:26.422Z | [ recovery-image] Dec 20 23:30:26.153 INFO O| Dec 20 23:30:26.153 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-12-20T23:30:26.476Z | [ recovery-image] Dec 20 23:30:26.209 INFO O| Dec 20 23:30:26.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5283 | 2024-12-20T23:30:26.476Z | [ recovery-image] Dec 20 23:30:26.209 INFO O| Dec 20 23:30:26.209 INFO STEP 296 (remove_files) COMPLETE |
5284 | 2024-12-20T23:30:26.480Z | [ recovery-image] Dec 20 23:30:26.210 INFO O| Dec 20 23:30:26.209 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-12-20T23:30:26.495Z | [ recovery-image] Dec 20 23:30:26.230 INFO O| Dec 20 23:30:26.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5286 | 2024-12-20T23:30:26.495Z | [ recovery-image] Dec 20 23:30:26.230 INFO O| Dec 20 23:30:26.230 INFO STEP 297 (remove_files) COMPLETE |
5287 | 2024-12-20T23:30:26.495Z | [ recovery-image] Dec 20 23:30:26.230 INFO O| Dec 20 23:30:26.230 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-12-20T23:30:26.516Z | [ recovery-image] Dec 20 23:30:26.250 INFO O| Dec 20 23:30:26.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5289 | 2024-12-20T23:30:26.516Z | [ recovery-image] Dec 20 23:30:26.250 INFO O| Dec 20 23:30:26.250 INFO STEP 298 (remove_files) COMPLETE |
5290 | 2024-12-20T23:30:26.519Z | [ recovery-image] Dec 20 23:30:26.250 INFO O| Dec 20 23:30:26.250 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-12-20T23:30:26.542Z | [ recovery-image] Dec 20 23:30:26.277 INFO O| Dec 20 23:30:26.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5292 | 2024-12-20T23:30:26.546Z | [ recovery-image] Dec 20 23:30:26.277 INFO O| Dec 20 23:30:26.277 INFO STEP 299 (remove_files) COMPLETE |
5293 | 2024-12-20T23:30:26.546Z | [ recovery-image] Dec 20 23:30:26.277 INFO O| Dec 20 23:30:26.277 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-12-20T23:30:26.564Z | [ recovery-image] Dec 20 23:30:26.298 INFO O| Dec 20 23:30:26.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5295 | 2024-12-20T23:30:26.567Z | [ recovery-image] Dec 20 23:30:26.298 INFO O| Dec 20 23:30:26.298 INFO STEP 300 (remove_files) COMPLETE |
5296 | 2024-12-20T23:30:26.567Z | [ recovery-image] Dec 20 23:30:26.298 INFO O| Dec 20 23:30:26.298 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-12-20T23:30:26.584Z | [ recovery-image] Dec 20 23:30:26.318 INFO O| Dec 20 23:30:26.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5298 | 2024-12-20T23:30:26.587Z | [ recovery-image] Dec 20 23:30:26.319 INFO O| Dec 20 23:30:26.318 INFO STEP 301 (remove_files) COMPLETE |
5299 | 2024-12-20T23:30:26.587Z | [ recovery-image] Dec 20 23:30:26.319 INFO O| Dec 20 23:30:26.319 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-12-20T23:30:26.640Z | [ recovery-image] Dec 20 23:30:26.375 INFO O| Dec 20 23:30:26.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5301 | 2024-12-20T23:30:26.640Z | [ recovery-image] Dec 20 23:30:26.375 INFO O| Dec 20 23:30:26.375 INFO STEP 302 (remove_files) COMPLETE |
5302 | 2024-12-20T23:30:26.640Z | [ recovery-image] Dec 20 23:30:26.375 INFO O| Dec 20 23:30:26.375 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-12-20T23:30:26.698Z | [ recovery-image] Dec 20 23:30:26.433 INFO O| Dec 20 23:30:26.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5304 | 2024-12-20T23:30:26.698Z | [ recovery-image] Dec 20 23:30:26.433 INFO O| Dec 20 23:30:26.433 INFO STEP 303 (remove_files) COMPLETE |
5305 | 2024-12-20T23:30:26.698Z | [ recovery-image] Dec 20 23:30:26.433 INFO O| Dec 20 23:30:26.433 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-12-20T23:30:26.722Z | [ recovery-image] Dec 20 23:30:26.456 INFO O| Dec 20 23:30:26.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5307 | 2024-12-20T23:30:26.722Z | [ recovery-image] Dec 20 23:30:26.456 INFO O| Dec 20 23:30:26.456 INFO STEP 304 (remove_files) COMPLETE |
5308 | 2024-12-20T23:30:26.726Z | [ recovery-image] Dec 20 23:30:26.456 INFO O| Dec 20 23:30:26.456 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-12-20T23:30:26.764Z | [ recovery-image] Dec 20 23:30:26.498 INFO O| Dec 20 23:30:26.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5310 | 2024-12-20T23:30:26.764Z | [ recovery-image] Dec 20 23:30:26.498 INFO O| Dec 20 23:30:26.498 INFO STEP 305 (remove_files) COMPLETE |
5311 | 2024-12-20T23:30:26.764Z | [ recovery-image] Dec 20 23:30:26.498 INFO O| Dec 20 23:30:26.498 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-12-20T23:30:26.866Z | [ recovery-image] Dec 20 23:30:26.601 INFO O| Dec 20 23:30:26.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5313 | 2024-12-20T23:30:26.867Z | [ recovery-image] Dec 20 23:30:26.601 INFO O| Dec 20 23:30:26.601 INFO STEP 306 (remove_files) COMPLETE |
5314 | 2024-12-20T23:30:26.867Z | [ recovery-image] Dec 20 23:30:26.601 INFO O| Dec 20 23:30:26.601 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-12-20T23:30:26.887Z | [ recovery-image] Dec 20 23:30:26.622 INFO O| Dec 20 23:30:26.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5316 | 2024-12-20T23:30:26.887Z | [ recovery-image] Dec 20 23:30:26.622 INFO O| Dec 20 23:30:26.622 INFO STEP 307 (remove_files) COMPLETE |
5317 | 2024-12-20T23:30:26.891Z | [ recovery-image] Dec 20 23:30:26.622 INFO O| Dec 20 23:30:26.622 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-12-20T23:30:26.939Z | [ recovery-image] Dec 20 23:30:26.674 INFO O| Dec 20 23:30:26.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5319 | 2024-12-20T23:30:26.939Z | [ recovery-image] Dec 20 23:30:26.674 INFO O| Dec 20 23:30:26.674 INFO STEP 308 (remove_files) COMPLETE |
5320 | 2024-12-20T23:30:26.946Z | [ recovery-image] Dec 20 23:30:26.674 INFO O| Dec 20 23:30:26.674 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-12-20T23:30:27.022Z | [ recovery-image] Dec 20 23:30:26.756 INFO O| Dec 20 23:30:26.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5322 | 2024-12-20T23:30:27.022Z | [ recovery-image] Dec 20 23:30:26.756 INFO O| Dec 20 23:30:26.756 INFO STEP 309 (remove_files) COMPLETE |
5323 | 2024-12-20T23:30:27.025Z | [ recovery-image] Dec 20 23:30:26.756 INFO O| Dec 20 23:30:26.756 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-12-20T23:30:27.043Z | [ recovery-image] Dec 20 23:30:26.778 INFO O| Dec 20 23:30:26.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5325 | 2024-12-20T23:30:27.046Z | [ recovery-image] Dec 20 23:30:26.778 INFO O| Dec 20 23:30:26.778 INFO STEP 310 (remove_files) COMPLETE |
5326 | 2024-12-20T23:30:27.046Z | [ recovery-image] Dec 20 23:30:26.778 INFO O| Dec 20 23:30:26.778 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-12-20T23:30:27.066Z | [ recovery-image] Dec 20 23:30:26.800 INFO O| Dec 20 23:30:26.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5328 | 2024-12-20T23:30:27.069Z | [ recovery-image] Dec 20 23:30:26.801 INFO O| Dec 20 23:30:26.801 INFO STEP 311 (remove_files) COMPLETE |
5329 | 2024-12-20T23:30:27.069Z | [ recovery-image] Dec 20 23:30:26.801 INFO O| Dec 20 23:30:26.801 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-12-20T23:30:27.094Z | [ recovery-image] Dec 20 23:30:26.829 INFO O| Dec 20 23:30:26.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5331 | 2024-12-20T23:30:27.094Z | [ recovery-image] Dec 20 23:30:26.829 INFO O| Dec 20 23:30:26.829 INFO STEP 312 (remove_files) COMPLETE |
5332 | 2024-12-20T23:30:27.094Z | [ recovery-image] Dec 20 23:30:26.829 INFO O| Dec 20 23:30:26.829 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-12-20T23:30:27.115Z | [ recovery-image] Dec 20 23:30:26.850 INFO O| Dec 20 23:30:26.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5334 | 2024-12-20T23:30:27.115Z | [ recovery-image] Dec 20 23:30:26.850 INFO O| Dec 20 23:30:26.850 INFO STEP 313 (remove_files) COMPLETE |
5335 | 2024-12-20T23:30:27.119Z | [ recovery-image] Dec 20 23:30:26.851 INFO O| Dec 20 23:30:26.850 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-12-20T23:30:27.154Z | [ recovery-image] Dec 20 23:30:26.889 INFO O| Dec 20 23:30:26.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5337 | 2024-12-20T23:30:27.157Z | [ recovery-image] Dec 20 23:30:26.889 INFO O| Dec 20 23:30:26.889 INFO STEP 314 (remove_files) COMPLETE |
5338 | 2024-12-20T23:30:27.157Z | [ recovery-image] Dec 20 23:30:26.889 INFO O| Dec 20 23:30:26.889 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-12-20T23:30:27.176Z | [ recovery-image] Dec 20 23:30:26.910 INFO O| Dec 20 23:30:26.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5340 | 2024-12-20T23:30:27.179Z | [ recovery-image] Dec 20 23:30:26.911 INFO O| Dec 20 23:30:26.911 INFO STEP 315 (remove_files) COMPLETE |
5341 | 2024-12-20T23:30:27.179Z | [ recovery-image] Dec 20 23:30:26.911 INFO O| Dec 20 23:30:26.911 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-12-20T23:30:27.264Z | [ recovery-image] Dec 20 23:30:26.977 INFO O| Dec 20 23:30:26.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5343 | 2024-12-20T23:30:27.264Z | [ recovery-image] Dec 20 23:30:26.977 INFO O| Dec 20 23:30:26.977 INFO STEP 316 (remove_files) COMPLETE |
5344 | 2024-12-20T23:30:27.264Z | [ recovery-image] Dec 20 23:30:26.977 INFO O| Dec 20 23:30:26.977 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-12-20T23:30:27.268Z | [ recovery-image] Dec 20 23:30:26.997 INFO O| Dec 20 23:30:26.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5346 | 2024-12-20T23:30:27.268Z | [ recovery-image] Dec 20 23:30:26.997 INFO O| Dec 20 23:30:26.997 INFO STEP 317 (remove_files) COMPLETE |
5347 | 2024-12-20T23:30:27.268Z | [ recovery-image] Dec 20 23:30:26.997 INFO O| Dec 20 23:30:26.997 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-12-20T23:30:27.283Z | [ recovery-image] Dec 20 23:30:27.018 INFO O| Dec 20 23:30:27.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5349 | 2024-12-20T23:30:27.283Z | [ recovery-image] Dec 20 23:30:27.018 INFO O| Dec 20 23:30:27.018 INFO STEP 318 (remove_files) COMPLETE |
5350 | 2024-12-20T23:30:27.287Z | [ recovery-image] Dec 20 23:30:27.018 INFO O| Dec 20 23:30:27.018 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-12-20T23:30:27.302Z | [ recovery-image] Dec 20 23:30:27.037 INFO O| Dec 20 23:30:27.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5352 | 2024-12-20T23:30:27.302Z | [ recovery-image] Dec 20 23:30:27.037 INFO O| Dec 20 23:30:27.037 INFO STEP 319 (remove_files) COMPLETE |
5353 | 2024-12-20T23:30:27.302Z | [ recovery-image] Dec 20 23:30:27.037 INFO O| Dec 20 23:30:27.037 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-12-20T23:30:27.321Z | [ recovery-image] Dec 20 23:30:27.056 INFO O| Dec 20 23:30:27.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5355 | 2024-12-20T23:30:27.342Z | [ recovery-image] Dec 20 23:30:27.077 INFO O| Dec 20 23:30:27.077 INFO STEP 320 (remove_files) COMPLETE |
5356 | 2024-12-20T23:30:27.342Z | [ recovery-image] Dec 20 23:30:27.077 INFO O| Dec 20 23:30:27.077 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-12-20T23:30:27.365Z | [ recovery-image] Dec 20 23:30:27.100 INFO O| Dec 20 23:30:27.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5358 | 2024-12-20T23:30:27.369Z | [ recovery-image] Dec 20 23:30:27.101 INFO O| Dec 20 23:30:27.100 INFO STEP 321 (remove_files) COMPLETE |
5359 | 2024-12-20T23:30:27.369Z | [ recovery-image] Dec 20 23:30:27.101 INFO O| Dec 20 23:30:27.101 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-12-20T23:30:27.390Z | [ recovery-image] Dec 20 23:30:27.125 INFO O| Dec 20 23:30:27.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5361 | 2024-12-20T23:30:27.390Z | [ recovery-image] Dec 20 23:30:27.125 INFO O| Dec 20 23:30:27.125 INFO STEP 322 (remove_files) COMPLETE |
5362 | 2024-12-20T23:30:27.390Z | [ recovery-image] Dec 20 23:30:27.125 INFO O| Dec 20 23:30:27.125 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-12-20T23:30:27.411Z | [ recovery-image] Dec 20 23:30:27.145 INFO O| Dec 20 23:30:27.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5364 | 2024-12-20T23:30:27.411Z | [ recovery-image] Dec 20 23:30:27.145 INFO O| Dec 20 23:30:27.145 INFO STEP 323 (remove_files) COMPLETE |
5365 | 2024-12-20T23:30:27.411Z | [ recovery-image] Dec 20 23:30:27.145 INFO O| Dec 20 23:30:27.145 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-12-20T23:30:27.462Z | [ recovery-image] Dec 20 23:30:27.197 INFO O| Dec 20 23:30:27.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5367 | 2024-12-20T23:30:27.462Z | [ recovery-image] Dec 20 23:30:27.197 INFO O| Dec 20 23:30:27.197 INFO STEP 324 (remove_files) COMPLETE |
5368 | 2024-12-20T23:30:27.462Z | [ recovery-image] Dec 20 23:30:27.197 INFO O| Dec 20 23:30:27.197 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-12-20T23:30:27.501Z | [ recovery-image] Dec 20 23:30:27.235 INFO O| Dec 20 23:30:27.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5370 | 2024-12-20T23:30:27.501Z | [ recovery-image] Dec 20 23:30:27.235 INFO O| Dec 20 23:30:27.235 INFO STEP 325 (remove_files) COMPLETE |
5371 | 2024-12-20T23:30:27.501Z | [ recovery-image] Dec 20 23:30:27.235 INFO O| Dec 20 23:30:27.235 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-12-20T23:30:27.524Z | [ recovery-image] Dec 20 23:30:27.256 INFO O| Dec 20 23:30:27.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5373 | 2024-12-20T23:30:27.524Z | [ recovery-image] Dec 20 23:30:27.256 INFO O| Dec 20 23:30:27.256 INFO STEP 326 (remove_files) COMPLETE |
5374 | 2024-12-20T23:30:27.524Z | [ recovery-image] Dec 20 23:30:27.256 INFO O| Dec 20 23:30:27.256 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-12-20T23:30:27.566Z | [ recovery-image] Dec 20 23:30:27.290 INFO O| Dec 20 23:30:27.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5376 | 2024-12-20T23:30:27.566Z | [ recovery-image] Dec 20 23:30:27.290 INFO O| Dec 20 23:30:27.290 INFO STEP 327 (remove_files) COMPLETE |
5377 | 2024-12-20T23:30:27.566Z | [ recovery-image] Dec 20 23:30:27.290 INFO O| Dec 20 23:30:27.290 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-12-20T23:30:27.575Z | [ recovery-image] Dec 20 23:30:27.310 INFO O| Dec 20 23:30:27.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5379 | 2024-12-20T23:30:27.575Z | [ recovery-image] Dec 20 23:30:27.310 INFO O| Dec 20 23:30:27.310 INFO STEP 328 (remove_files) COMPLETE |
5380 | 2024-12-20T23:30:27.579Z | [ recovery-image] Dec 20 23:30:27.310 INFO O| Dec 20 23:30:27.310 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-12-20T23:30:27.593Z | [ recovery-image] Dec 20 23:30:27.328 INFO O| Dec 20 23:30:27.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5382 | 2024-12-20T23:30:27.593Z | [ recovery-image] Dec 20 23:30:27.328 INFO O| Dec 20 23:30:27.328 INFO STEP 329 (remove_files) COMPLETE |
5383 | 2024-12-20T23:30:27.593Z | [ recovery-image] Dec 20 23:30:27.328 INFO O| Dec 20 23:30:27.328 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-12-20T23:30:27.621Z | [ recovery-image] Dec 20 23:30:27.356 INFO O| Dec 20 23:30:27.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5385 | 2024-12-20T23:30:27.621Z | [ recovery-image] Dec 20 23:30:27.356 INFO O| Dec 20 23:30:27.356 INFO STEP 330 (remove_files) COMPLETE |
5386 | 2024-12-20T23:30:27.625Z | [ recovery-image] Dec 20 23:30:27.356 INFO O| Dec 20 23:30:27.356 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-12-20T23:30:27.674Z | [ recovery-image] Dec 20 23:30:27.409 INFO O| Dec 20 23:30:27.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5388 | 2024-12-20T23:30:27.674Z | [ recovery-image] Dec 20 23:30:27.409 INFO O| Dec 20 23:30:27.409 INFO STEP 331 (remove_files) COMPLETE |
5389 | 2024-12-20T23:30:27.677Z | [ recovery-image] Dec 20 23:30:27.409 INFO O| Dec 20 23:30:27.409 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-12-20T23:30:27.695Z | [ recovery-image] Dec 20 23:30:27.430 INFO O| Dec 20 23:30:27.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5391 | 2024-12-20T23:30:27.695Z | [ recovery-image] Dec 20 23:30:27.430 INFO O| Dec 20 23:30:27.430 INFO STEP 332 (remove_files) COMPLETE |
5392 | 2024-12-20T23:30:27.695Z | [ recovery-image] Dec 20 23:30:27.430 INFO O| Dec 20 23:30:27.430 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-12-20T23:30:27.716Z | [ recovery-image] Dec 20 23:30:27.450 INFO O| Dec 20 23:30:27.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5394 | 2024-12-20T23:30:27.717Z | [ recovery-image] Dec 20 23:30:27.450 INFO O| Dec 20 23:30:27.450 INFO STEP 333 (remove_files) COMPLETE |
5395 | 2024-12-20T23:30:27.717Z | [ recovery-image] Dec 20 23:30:27.450 INFO O| Dec 20 23:30:27.450 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-12-20T23:30:27.786Z | [ recovery-image] Dec 20 23:30:27.509 INFO O| Dec 20 23:30:27.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5397 | 2024-12-20T23:30:27.790Z | [ recovery-image] Dec 20 23:30:27.509 INFO O| Dec 20 23:30:27.509 INFO STEP 334 (remove_files) COMPLETE |
5398 | 2024-12-20T23:30:27.790Z | [ recovery-image] Dec 20 23:30:27.510 INFO O| Dec 20 23:30:27.509 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-12-20T23:30:27.801Z | [ recovery-image] Dec 20 23:30:27.530 INFO O| Dec 20 23:30:27.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5400 | 2024-12-20T23:30:27.812Z | [ recovery-image] Dec 20 23:30:27.544 INFO O| Dec 20 23:30:27.544 INFO STEP 335 (remove_files) COMPLETE |
5401 | 2024-12-20T23:30:27.812Z | [ recovery-image] Dec 20 23:30:27.544 INFO O| Dec 20 23:30:27.544 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-12-20T23:30:27.983Z | [ recovery-image] Dec 20 23:30:27.718 INFO O| Dec 20 23:30:27.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5403 | 2024-12-20T23:30:27.983Z | [ recovery-image] Dec 20 23:30:27.718 INFO O| Dec 20 23:30:27.718 INFO STEP 336 (remove_files) COMPLETE |
5404 | 2024-12-20T23:30:28.000Z | [ recovery-image] Dec 20 23:30:27.718 INFO O| Dec 20 23:30:27.718 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-12-20T23:30:28.005Z | [ recovery-image] Dec 20 23:30:27.736 INFO O| Dec 20 23:30:27.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5406 | 2024-12-20T23:30:28.006Z | [ recovery-image] Dec 20 23:30:27.736 INFO O| Dec 20 23:30:27.736 INFO STEP 337 (remove_files) COMPLETE |
5407 | 2024-12-20T23:30:28.006Z | [ recovery-image] Dec 20 23:30:27.736 INFO O| Dec 20 23:30:27.736 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-12-20T23:30:28.021Z | [ recovery-image] Dec 20 23:30:27.756 INFO O| Dec 20 23:30:27.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5409 | 2024-12-20T23:30:28.022Z | [ recovery-image] Dec 20 23:30:27.757 INFO O| Dec 20 23:30:27.757 INFO STEP 338 (remove_files) COMPLETE |
5410 | 2024-12-20T23:30:28.025Z | [ recovery-image] Dec 20 23:30:27.757 INFO O| Dec 20 23:30:27.757 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-12-20T23:30:28.049Z | [ recovery-image] Dec 20 23:30:27.781 INFO O| Dec 20 23:30:27.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5412 | 2024-12-20T23:30:28.049Z | [ recovery-image] Dec 20 23:30:27.781 INFO O| Dec 20 23:30:27.781 INFO STEP 339 (remove_files) COMPLETE |
5413 | 2024-12-20T23:30:28.049Z | [ recovery-image] Dec 20 23:30:27.781 INFO O| Dec 20 23:30:27.781 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-12-20T23:30:28.066Z | [ recovery-image] Dec 20 23:30:27.800 INFO O| Dec 20 23:30:27.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5415 | 2024-12-20T23:30:28.066Z | [ recovery-image] Dec 20 23:30:27.800 INFO O| Dec 20 23:30:27.800 INFO STEP 340 (remove_files) COMPLETE |
5416 | 2024-12-20T23:30:28.066Z | [ recovery-image] Dec 20 23:30:27.800 INFO O| Dec 20 23:30:27.800 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-12-20T23:30:28.085Z | [ recovery-image] Dec 20 23:30:27.819 INFO O| Dec 20 23:30:27.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5418 | 2024-12-20T23:30:28.085Z | [ recovery-image] Dec 20 23:30:27.819 INFO O| Dec 20 23:30:27.819 INFO STEP 341 (remove_files) COMPLETE |
5419 | 2024-12-20T23:30:28.085Z | [ recovery-image] Dec 20 23:30:27.819 INFO O| Dec 20 23:30:27.819 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-12-20T23:30:28.104Z | [ recovery-image] Dec 20 23:30:27.839 INFO O| Dec 20 23:30:27.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5421 | 2024-12-20T23:30:28.104Z | [ recovery-image] Dec 20 23:30:27.839 INFO O| Dec 20 23:30:27.839 INFO STEP 342 (remove_files) COMPLETE |
5422 | 2024-12-20T23:30:28.104Z | [ recovery-image] Dec 20 23:30:27.839 INFO O| Dec 20 23:30:27.839 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-12-20T23:30:28.124Z | [ recovery-image] Dec 20 23:30:27.859 INFO O| Dec 20 23:30:27.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5424 | 2024-12-20T23:30:28.124Z | [ recovery-image] Dec 20 23:30:27.859 INFO O| Dec 20 23:30:27.859 INFO STEP 343 (remove_files) COMPLETE |
5425 | 2024-12-20T23:30:28.124Z | [ recovery-image] Dec 20 23:30:27.859 INFO O| Dec 20 23:30:27.859 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-12-20T23:30:28.153Z | [ recovery-image] Dec 20 23:30:27.887 INFO O| Dec 20 23:30:27.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5427 | 2024-12-20T23:30:28.153Z | [ recovery-image] Dec 20 23:30:27.887 INFO O| Dec 20 23:30:27.887 INFO STEP 344 (remove_files) COMPLETE |
5428 | 2024-12-20T23:30:28.153Z | [ recovery-image] Dec 20 23:30:27.887 INFO O| Dec 20 23:30:27.887 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-12-20T23:30:28.190Z | [ recovery-image] Dec 20 23:30:27.923 INFO O| Dec 20 23:30:27.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5430 | 2024-12-20T23:30:28.190Z | [ recovery-image] Dec 20 23:30:27.923 INFO O| Dec 20 23:30:27.923 INFO STEP 345 (remove_files) COMPLETE |
5431 | 2024-12-20T23:30:28.190Z | [ recovery-image] Dec 20 23:30:27.923 INFO O| Dec 20 23:30:27.923 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-12-20T23:30:28.249Z | [ recovery-image] Dec 20 23:30:27.982 INFO O| Dec 20 23:30:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5433 | 2024-12-20T23:30:28.249Z | [ recovery-image] Dec 20 23:30:27.982 INFO O| Dec 20 23:30:27.982 INFO STEP 346 (remove_files) COMPLETE |
5434 | 2024-12-20T23:30:28.249Z | [ recovery-image] Dec 20 23:30:27.983 INFO O| Dec 20 23:30:27.982 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-12-20T23:30:28.267Z | [ recovery-image] Dec 20 23:30:28.001 INFO O| Dec 20 23:30:28.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5436 | 2024-12-20T23:30:28.267Z | [ recovery-image] Dec 20 23:30:28.001 INFO O| Dec 20 23:30:28.001 INFO STEP 347 (remove_files) COMPLETE |
5437 | 2024-12-20T23:30:28.267Z | [ recovery-image] Dec 20 23:30:28.001 INFO O| Dec 20 23:30:28.001 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-12-20T23:30:28.284Z | [ recovery-image] Dec 20 23:30:28.019 INFO O| Dec 20 23:30:28.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5439 | 2024-12-20T23:30:28.284Z | [ recovery-image] Dec 20 23:30:28.019 INFO O| Dec 20 23:30:28.019 INFO STEP 348 (remove_files) COMPLETE |
5440 | 2024-12-20T23:30:28.287Z | [ recovery-image] Dec 20 23:30:28.020 INFO O| Dec 20 23:30:28.019 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-12-20T23:30:28.304Z | [ recovery-image] Dec 20 23:30:28.038 INFO O| Dec 20 23:30:28.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5442 | 2024-12-20T23:30:28.304Z | [ recovery-image] Dec 20 23:30:28.038 INFO O| Dec 20 23:30:28.038 INFO STEP 349 (remove_files) COMPLETE |
5443 | 2024-12-20T23:30:28.304Z | [ recovery-image] Dec 20 23:30:28.038 INFO O| Dec 20 23:30:28.038 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-12-20T23:30:28.323Z | [ recovery-image] Dec 20 23:30:28.058 INFO O| Dec 20 23:30:28.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5445 | 2024-12-20T23:30:28.323Z | [ recovery-image] Dec 20 23:30:28.058 INFO O| Dec 20 23:30:28.058 INFO STEP 350 (remove_files) COMPLETE |
5446 | 2024-12-20T23:30:28.323Z | [ recovery-image] Dec 20 23:30:28.059 INFO O| Dec 20 23:30:28.058 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-12-20T23:30:28.344Z | [ recovery-image] Dec 20 23:30:28.078 INFO O| Dec 20 23:30:28.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5448 | 2024-12-20T23:30:28.344Z | [ recovery-image] Dec 20 23:30:28.078 INFO O| Dec 20 23:30:28.078 INFO STEP 351 (remove_files) COMPLETE |
5449 | 2024-12-20T23:30:28.344Z | [ recovery-image] Dec 20 23:30:28.078 INFO O| Dec 20 23:30:28.078 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-12-20T23:30:28.382Z | [ recovery-image] Dec 20 23:30:28.106 INFO O| Dec 20 23:30:28.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5451 | 2024-12-20T23:30:28.386Z | [ recovery-image] Dec 20 23:30:28.106 INFO O| Dec 20 23:30:28.106 INFO STEP 352 (remove_files) COMPLETE |
5452 | 2024-12-20T23:30:28.386Z | [ recovery-image] Dec 20 23:30:28.106 INFO O| Dec 20 23:30:28.106 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-12-20T23:30:28.392Z | [ recovery-image] Dec 20 23:30:28.127 INFO O| Dec 20 23:30:28.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5454 | 2024-12-20T23:30:28.392Z | [ recovery-image] Dec 20 23:30:28.127 INFO O| Dec 20 23:30:28.127 INFO STEP 353 (remove_files) COMPLETE |
5455 | 2024-12-20T23:30:28.392Z | [ recovery-image] Dec 20 23:30:28.127 INFO O| Dec 20 23:30:28.127 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-12-20T23:30:28.420Z | [ recovery-image] Dec 20 23:30:28.155 INFO O| Dec 20 23:30:28.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5457 | 2024-12-20T23:30:28.420Z | [ recovery-image] Dec 20 23:30:28.155 INFO O| Dec 20 23:30:28.155 INFO STEP 354 (remove_files) COMPLETE |
5458 | 2024-12-20T23:30:28.420Z | [ recovery-image] Dec 20 23:30:28.155 INFO O| Dec 20 23:30:28.155 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-12-20T23:30:28.469Z | [ recovery-image] Dec 20 23:30:28.204 INFO O| Dec 20 23:30:28.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5460 | 2024-12-20T23:30:28.472Z | [ recovery-image] Dec 20 23:30:28.204 INFO O| Dec 20 23:30:28.204 INFO STEP 355 (remove_files) COMPLETE |
5461 | 2024-12-20T23:30:28.472Z | [ recovery-image] Dec 20 23:30:28.205 INFO O| Dec 20 23:30:28.205 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-12-20T23:30:28.532Z | [ recovery-image] Dec 20 23:30:28.267 INFO O| Dec 20 23:30:28.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5463 | 2024-12-20T23:30:28.535Z | [ recovery-image] Dec 20 23:30:28.268 INFO O| Dec 20 23:30:28.268 INFO STEP 356 (remove_files) COMPLETE |
5464 | 2024-12-20T23:30:28.536Z | [ recovery-image] Dec 20 23:30:28.268 INFO O| Dec 20 23:30:28.268 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-12-20T23:30:28.594Z | [ recovery-image] Dec 20 23:30:28.329 INFO O| Dec 20 23:30:28.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5466 | 2024-12-20T23:30:28.597Z | [ recovery-image] Dec 20 23:30:28.329 INFO O| Dec 20 23:30:28.329 INFO STEP 357 (remove_files) COMPLETE |
5467 | 2024-12-20T23:30:28.597Z | [ recovery-image] Dec 20 23:30:28.329 INFO O| Dec 20 23:30:28.329 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-12-20T23:30:28.615Z | [ recovery-image] Dec 20 23:30:28.351 INFO O| Dec 20 23:30:28.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5469 | 2024-12-20T23:30:28.619Z | [ recovery-image] Dec 20 23:30:28.351 INFO O| Dec 20 23:30:28.351 INFO STEP 358 (remove_files) COMPLETE |
5470 | 2024-12-20T23:30:28.619Z | [ recovery-image] Dec 20 23:30:28.351 INFO O| Dec 20 23:30:28.351 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-12-20T23:30:28.637Z | [ recovery-image] Dec 20 23:30:28.372 INFO O| Dec 20 23:30:28.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5472 | 2024-12-20T23:30:28.640Z | [ recovery-image] Dec 20 23:30:28.372 INFO O| Dec 20 23:30:28.372 INFO STEP 359 (remove_files) COMPLETE |
5473 | 2024-12-20T23:30:28.640Z | [ recovery-image] Dec 20 23:30:28.372 INFO O| Dec 20 23:30:28.372 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-12-20T23:30:28.657Z | [ recovery-image] Dec 20 23:30:28.391 INFO O| Dec 20 23:30:28.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5475 | 2024-12-20T23:30:28.661Z | [ recovery-image] Dec 20 23:30:28.392 INFO O| Dec 20 23:30:28.392 INFO STEP 360 (remove_files) COMPLETE |
5476 | 2024-12-20T23:30:28.661Z | [ recovery-image] Dec 20 23:30:28.392 INFO O| Dec 20 23:30:28.392 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-12-20T23:30:28.697Z | [ recovery-image] Dec 20 23:30:28.432 INFO O| Dec 20 23:30:28.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5478 | 2024-12-20T23:30:28.698Z | [ recovery-image] Dec 20 23:30:28.432 INFO O| Dec 20 23:30:28.432 INFO STEP 361 (remove_files) COMPLETE |
5479 | 2024-12-20T23:30:28.698Z | [ recovery-image] Dec 20 23:30:28.432 INFO O| Dec 20 23:30:28.432 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-12-20T23:30:28.753Z | [ recovery-image] Dec 20 23:30:28.488 INFO O| Dec 20 23:30:28.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5481 | 2024-12-20T23:30:28.753Z | [ recovery-image] Dec 20 23:30:28.488 INFO O| Dec 20 23:30:28.488 INFO STEP 362 (remove_files) COMPLETE |
5482 | 2024-12-20T23:30:28.753Z | [ recovery-image] Dec 20 23:30:28.488 INFO O| Dec 20 23:30:28.488 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-12-20T23:30:28.775Z | [ recovery-image] Dec 20 23:30:28.510 INFO O| Dec 20 23:30:28.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5484 | 2024-12-20T23:30:28.775Z | [ recovery-image] Dec 20 23:30:28.510 INFO O| Dec 20 23:30:28.510 INFO STEP 363 (remove_files) COMPLETE |
5485 | 2024-12-20T23:30:28.775Z | [ recovery-image] Dec 20 23:30:28.510 INFO O| Dec 20 23:30:28.510 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-12-20T23:30:28.795Z | [ recovery-image] Dec 20 23:30:28.531 INFO O| Dec 20 23:30:28.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5487 | 2024-12-20T23:30:28.796Z | [ recovery-image] Dec 20 23:30:28.531 INFO O| Dec 20 23:30:28.531 INFO STEP 364 (remove_files) COMPLETE |
5488 | 2024-12-20T23:30:28.796Z | [ recovery-image] Dec 20 23:30:28.531 INFO O| Dec 20 23:30:28.531 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-12-20T23:30:28.817Z | [ recovery-image] Dec 20 23:30:28.551 INFO O| Dec 20 23:30:28.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5490 | 2024-12-20T23:30:28.817Z | [ recovery-image] Dec 20 23:30:28.551 INFO O| Dec 20 23:30:28.551 INFO STEP 365 (remove_files) COMPLETE |
5491 | 2024-12-20T23:30:28.821Z | [ recovery-image] Dec 20 23:30:28.551 INFO O| Dec 20 23:30:28.551 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-12-20T23:30:28.857Z | [ recovery-image] Dec 20 23:30:28.592 INFO O| Dec 20 23:30:28.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5493 | 2024-12-20T23:30:28.860Z | [ recovery-image] Dec 20 23:30:28.592 INFO O| Dec 20 23:30:28.592 INFO STEP 366 (remove_files) COMPLETE |
5494 | 2024-12-20T23:30:28.860Z | [ recovery-image] Dec 20 23:30:28.592 INFO O| Dec 20 23:30:28.592 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-12-20T23:30:28.903Z | [ recovery-image] Dec 20 23:30:28.638 INFO O| Dec 20 23:30:28.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5496 | 2024-12-20T23:30:28.903Z | [ recovery-image] Dec 20 23:30:28.638 INFO O| Dec 20 23:30:28.638 INFO STEP 367 (remove_files) COMPLETE |
5497 | 2024-12-20T23:30:28.903Z | [ recovery-image] Dec 20 23:30:28.638 INFO O| Dec 20 23:30:28.638 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-12-20T23:30:28.924Z | [ recovery-image] Dec 20 23:30:28.659 INFO O| Dec 20 23:30:28.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5499 | 2024-12-20T23:30:28.924Z | [ recovery-image] Dec 20 23:30:28.659 INFO O| Dec 20 23:30:28.659 INFO STEP 368 (remove_files) COMPLETE |
5500 | 2024-12-20T23:30:28.927Z | [ recovery-image] Dec 20 23:30:28.659 INFO O| Dec 20 23:30:28.659 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-12-20T23:30:28.946Z | [ recovery-image] Dec 20 23:30:28.681 INFO O| Dec 20 23:30:28.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5502 | 2024-12-20T23:30:28.947Z | [ recovery-image] Dec 20 23:30:28.681 INFO O| Dec 20 23:30:28.681 INFO STEP 369 (remove_files) COMPLETE |
5503 | 2024-12-20T23:30:28.947Z | [ recovery-image] Dec 20 23:30:28.681 INFO O| Dec 20 23:30:28.681 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-12-20T23:30:28.981Z | [ recovery-image] Dec 20 23:30:28.716 INFO O| Dec 20 23:30:28.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5505 | 2024-12-20T23:30:28.981Z | [ recovery-image] Dec 20 23:30:28.716 INFO O| Dec 20 23:30:28.716 INFO STEP 370 (remove_files) COMPLETE |
5506 | 2024-12-20T23:30:28.981Z | [ recovery-image] Dec 20 23:30:28.716 INFO O| Dec 20 23:30:28.716 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-12-20T23:30:29.004Z | [ recovery-image] Dec 20 23:30:28.739 INFO O| Dec 20 23:30:28.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5508 | 2024-12-20T23:30:29.004Z | [ recovery-image] Dec 20 23:30:28.739 INFO O| Dec 20 23:30:28.739 INFO STEP 371 (remove_files) COMPLETE |
5509 | 2024-12-20T23:30:29.008Z | [ recovery-image] Dec 20 23:30:28.739 INFO O| Dec 20 23:30:28.739 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-12-20T23:30:29.033Z | [ recovery-image] Dec 20 23:30:28.768 INFO O| Dec 20 23:30:28.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5511 | 2024-12-20T23:30:29.033Z | [ recovery-image] Dec 20 23:30:28.768 INFO O| Dec 20 23:30:28.768 INFO STEP 372 (remove_files) COMPLETE |
5512 | 2024-12-20T23:30:29.036Z | [ recovery-image] Dec 20 23:30:28.768 INFO O| Dec 20 23:30:28.768 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-12-20T23:30:29.144Z | [ recovery-image] Dec 20 23:30:28.880 INFO O| Dec 20 23:30:28.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5514 | 2024-12-20T23:30:29.145Z | [ recovery-image] Dec 20 23:30:28.880 INFO O| Dec 20 23:30:28.880 INFO STEP 373 (remove_files) COMPLETE |
5515 | 2024-12-20T23:30:29.150Z | [ recovery-image] Dec 20 23:30:28.880 INFO O| Dec 20 23:30:28.880 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-12-20T23:30:29.167Z | [ recovery-image] Dec 20 23:30:28.902 INFO O| Dec 20 23:30:28.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5517 | 2024-12-20T23:30:29.171Z | [ recovery-image] Dec 20 23:30:28.902 INFO O| Dec 20 23:30:28.902 INFO STEP 374 (remove_files) COMPLETE |
5518 | 2024-12-20T23:30:29.171Z | [ recovery-image] Dec 20 23:30:28.902 INFO O| Dec 20 23:30:28.902 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-12-20T23:30:29.215Z | [ recovery-image] Dec 20 23:30:28.948 INFO O| Dec 20 23:30:28.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5520 | 2024-12-20T23:30:29.219Z | [ recovery-image] Dec 20 23:30:28.948 INFO O| Dec 20 23:30:28.948 INFO STEP 375 (remove_files) COMPLETE |
5521 | 2024-12-20T23:30:29.219Z | [ recovery-image] Dec 20 23:30:28.948 INFO O| Dec 20 23:30:28.948 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-12-20T23:30:29.237Z | [ recovery-image] Dec 20 23:30:28.972 INFO O| Dec 20 23:30:28.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5523 | 2024-12-20T23:30:29.237Z | [ recovery-image] Dec 20 23:30:28.972 INFO O| Dec 20 23:30:28.972 INFO STEP 376 (remove_files) COMPLETE |
5524 | 2024-12-20T23:30:29.240Z | [ recovery-image] Dec 20 23:30:28.972 INFO O| Dec 20 23:30:28.972 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-12-20T23:30:29.309Z | [ recovery-image] Dec 20 23:30:29.045 INFO O| Dec 20 23:30:29.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5526 | 2024-12-20T23:30:29.309Z | [ recovery-image] Dec 20 23:30:29.045 INFO O| Dec 20 23:30:29.045 INFO STEP 377 (remove_files) COMPLETE |
5527 | 2024-12-20T23:30:29.310Z | [ recovery-image] Dec 20 23:30:29.045 INFO O| Dec 20 23:30:29.045 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-12-20T23:30:29.333Z | [ recovery-image] Dec 20 23:30:29.068 INFO O| Dec 20 23:30:29.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5529 | 2024-12-20T23:30:29.333Z | [ recovery-image] Dec 20 23:30:29.068 INFO O| Dec 20 23:30:29.068 INFO STEP 378 (remove_files) COMPLETE |
5530 | 2024-12-20T23:30:29.333Z | [ recovery-image] Dec 20 23:30:29.068 INFO O| Dec 20 23:30:29.068 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-12-20T23:30:29.353Z | [ recovery-image] Dec 20 23:30:29.088 INFO O| Dec 20 23:30:29.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5532 | 2024-12-20T23:30:29.353Z | [ recovery-image] Dec 20 23:30:29.088 INFO O| Dec 20 23:30:29.088 INFO STEP 379 (remove_files) COMPLETE |
5533 | 2024-12-20T23:30:29.353Z | [ recovery-image] Dec 20 23:30:29.088 INFO O| Dec 20 23:30:29.088 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2024-12-20T23:30:29.377Z | [ recovery-image] Dec 20 23:30:29.112 INFO O| Dec 20 23:30:29.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5535 | 2024-12-20T23:30:29.380Z | [ recovery-image] Dec 20 23:30:29.112 INFO O| Dec 20 23:30:29.112 INFO STEP 380 (remove_files) COMPLETE |
5536 | 2024-12-20T23:30:29.380Z | [ recovery-image] Dec 20 23:30:29.112 INFO O| Dec 20 23:30:29.112 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-12-20T23:30:29.406Z | [ recovery-image] Dec 20 23:30:29.141 INFO O| Dec 20 23:30:29.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5538 | 2024-12-20T23:30:29.406Z | [ recovery-image] Dec 20 23:30:29.141 INFO O| Dec 20 23:30:29.141 INFO STEP 381 (remove_files) COMPLETE |
5539 | 2024-12-20T23:30:29.406Z | [ recovery-image] Dec 20 23:30:29.141 INFO O| Dec 20 23:30:29.141 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2024-12-20T23:30:29.429Z | [ recovery-image] Dec 20 23:30:29.164 INFO O| Dec 20 23:30:29.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5541 | 2024-12-20T23:30:29.429Z | [ recovery-image] Dec 20 23:30:29.164 INFO O| Dec 20 23:30:29.164 INFO STEP 382 (remove_files) COMPLETE |
5542 | 2024-12-20T23:30:29.432Z | [ recovery-image] Dec 20 23:30:29.164 INFO O| Dec 20 23:30:29.164 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2024-12-20T23:30:29.475Z | [ recovery-image] Dec 20 23:30:29.210 INFO O| Dec 20 23:30:29.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5544 | 2024-12-20T23:30:29.475Z | [ recovery-image] Dec 20 23:30:29.210 INFO O| Dec 20 23:30:29.210 INFO STEP 383 (remove_files) COMPLETE |
5545 | 2024-12-20T23:30:29.475Z | [ recovery-image] Dec 20 23:30:29.210 INFO O| Dec 20 23:30:29.210 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2024-12-20T23:30:29.495Z | [ recovery-image] Dec 20 23:30:29.231 INFO O| Dec 20 23:30:29.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5547 | 2024-12-20T23:30:29.495Z | [ recovery-image] Dec 20 23:30:29.231 INFO O| Dec 20 23:30:29.231 INFO STEP 384 (remove_files) COMPLETE |
5548 | 2024-12-20T23:30:29.495Z | [ recovery-image] Dec 20 23:30:29.231 INFO O| Dec 20 23:30:29.231 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-12-20T23:30:29.515Z | [ recovery-image] Dec 20 23:30:29.251 INFO O| Dec 20 23:30:29.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5550 | 2024-12-20T23:30:29.516Z | [ recovery-image] Dec 20 23:30:29.251 INFO O| Dec 20 23:30:29.251 INFO STEP 385 (remove_files) COMPLETE |
5551 | 2024-12-20T23:30:29.516Z | [ recovery-image] Dec 20 23:30:29.251 INFO O| Dec 20 23:30:29.251 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-12-20T23:30:29.537Z | [ recovery-image] Dec 20 23:30:29.272 INFO O| Dec 20 23:30:29.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5553 | 2024-12-20T23:30:29.537Z | [ recovery-image] Dec 20 23:30:29.272 INFO O| Dec 20 23:30:29.272 INFO STEP 386 (remove_files) COMPLETE |
5554 | 2024-12-20T23:30:29.537Z | [ recovery-image] Dec 20 23:30:29.272 INFO O| Dec 20 23:30:29.272 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-12-20T23:30:29.558Z | [ recovery-image] Dec 20 23:30:29.293 INFO O| Dec 20 23:30:29.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5556 | 2024-12-20T23:30:29.558Z | [ recovery-image] Dec 20 23:30:29.293 INFO O| Dec 20 23:30:29.293 INFO STEP 387 (remove_files) COMPLETE |
5557 | 2024-12-20T23:30:29.558Z | [ recovery-image] Dec 20 23:30:29.293 INFO O| Dec 20 23:30:29.293 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-12-20T23:30:29.590Z | [ recovery-image] Dec 20 23:30:29.325 INFO O| Dec 20 23:30:29.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5559 | 2024-12-20T23:30:29.593Z | [ recovery-image] Dec 20 23:30:29.325 INFO O| Dec 20 23:30:29.325 INFO STEP 388 (remove_files) COMPLETE |
5560 | 2024-12-20T23:30:29.593Z | [ recovery-image] Dec 20 23:30:29.325 INFO O| Dec 20 23:30:29.325 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-12-20T23:30:29.611Z | [ recovery-image] Dec 20 23:30:29.346 INFO O| Dec 20 23:30:29.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5562 | 2024-12-20T23:30:29.614Z | [ recovery-image] Dec 20 23:30:29.346 INFO O| Dec 20 23:30:29.346 INFO STEP 389 (remove_files) COMPLETE |
5563 | 2024-12-20T23:30:29.614Z | [ recovery-image] Dec 20 23:30:29.347 INFO O| Dec 20 23:30:29.347 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-12-20T23:30:29.631Z | [ recovery-image] Dec 20 23:30:29.366 INFO O| Dec 20 23:30:29.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5565 | 2024-12-20T23:30:29.657Z | [ recovery-image] Dec 20 23:30:29.393 INFO O| Dec 20 23:30:29.393 INFO STEP 390 (remove_files) COMPLETE |
5566 | 2024-12-20T23:30:29.657Z | [ recovery-image] Dec 20 23:30:29.393 INFO O| Dec 20 23:30:29.393 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-12-20T23:30:29.689Z | [ recovery-image] Dec 20 23:30:29.424 INFO O| Dec 20 23:30:29.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5568 | 2024-12-20T23:30:29.691Z | [ recovery-image] Dec 20 23:30:29.424 INFO O| Dec 20 23:30:29.424 INFO STEP 391 (remove_files) COMPLETE |
5569 | 2024-12-20T23:30:29.692Z | [ recovery-image] Dec 20 23:30:29.425 INFO O| Dec 20 23:30:29.424 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-12-20T23:30:29.750Z | [ recovery-image] Dec 20 23:30:29.486 INFO O| Dec 20 23:30:29.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5571 | 2024-12-20T23:30:29.750Z | [ recovery-image] Dec 20 23:30:29.486 INFO O| Dec 20 23:30:29.486 INFO STEP 392 (remove_files) COMPLETE |
5572 | 2024-12-20T23:30:29.753Z | [ recovery-image] Dec 20 23:30:29.486 INFO O| Dec 20 23:30:29.486 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-12-20T23:30:29.772Z | [ recovery-image] Dec 20 23:30:29.508 INFO O| Dec 20 23:30:29.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5574 | 2024-12-20T23:30:29.772Z | [ recovery-image] Dec 20 23:30:29.508 INFO O| Dec 20 23:30:29.508 INFO STEP 393 (remove_files) COMPLETE |
5575 | 2024-12-20T23:30:29.776Z | [ recovery-image] Dec 20 23:30:29.508 INFO O| Dec 20 23:30:29.508 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-12-20T23:30:29.793Z | [ recovery-image] Dec 20 23:30:29.528 INFO O| Dec 20 23:30:29.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5577 | 2024-12-20T23:30:29.793Z | [ recovery-image] Dec 20 23:30:29.528 INFO O| Dec 20 23:30:29.528 INFO STEP 394 (remove_files) COMPLETE |
5578 | 2024-12-20T23:30:29.796Z | [ recovery-image] Dec 20 23:30:29.529 INFO O| Dec 20 23:30:29.528 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-12-20T23:30:29.815Z | [ recovery-image] Dec 20 23:30:29.549 INFO O| Dec 20 23:30:29.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5580 | 2024-12-20T23:30:29.815Z | [ recovery-image] Dec 20 23:30:29.549 INFO O| Dec 20 23:30:29.549 INFO STEP 395 (remove_files) COMPLETE |
5581 | 2024-12-20T23:30:29.815Z | [ recovery-image] Dec 20 23:30:29.549 INFO O| Dec 20 23:30:29.549 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-12-20T23:30:29.836Z | [ recovery-image] Dec 20 23:30:29.571 INFO O| Dec 20 23:30:29.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5583 | 2024-12-20T23:30:29.836Z | [ recovery-image] Dec 20 23:30:29.571 INFO O| Dec 20 23:30:29.571 INFO STEP 396 (remove_files) COMPLETE |
5584 | 2024-12-20T23:30:29.839Z | [ recovery-image] Dec 20 23:30:29.571 INFO O| Dec 20 23:30:29.571 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-12-20T23:30:29.858Z | [ recovery-image] Dec 20 23:30:29.593 INFO O| Dec 20 23:30:29.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5586 | 2024-12-20T23:30:29.862Z | [ recovery-image] Dec 20 23:30:29.598 INFO O| Dec 20 23:30:29.598 INFO STEP 397 (remove_files) COMPLETE |
5587 | 2024-12-20T23:30:29.862Z | [ recovery-image] Dec 20 23:30:29.598 INFO O| Dec 20 23:30:29.598 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-12-20T23:30:29.882Z | [ recovery-image] Dec 20 23:30:29.618 INFO O| Dec 20 23:30:29.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5589 | 2024-12-20T23:30:29.885Z | [ recovery-image] Dec 20 23:30:29.618 INFO O| Dec 20 23:30:29.618 INFO STEP 398 (remove_files) COMPLETE |
5590 | 2024-12-20T23:30:29.885Z | [ recovery-image] Dec 20 23:30:29.618 INFO O| Dec 20 23:30:29.618 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-12-20T23:30:29.901Z | [ recovery-image] Dec 20 23:30:29.637 INFO O| Dec 20 23:30:29.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5592 | 2024-12-20T23:30:29.904Z | [ recovery-image] Dec 20 23:30:29.637 INFO O| Dec 20 23:30:29.637 INFO STEP 399 (remove_files) COMPLETE |
5593 | 2024-12-20T23:30:29.904Z | [ recovery-image] Dec 20 23:30:29.637 INFO O| Dec 20 23:30:29.637 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-12-20T23:30:29.940Z | [ recovery-image] Dec 20 23:30:29.676 INFO O| Dec 20 23:30:29.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5595 | 2024-12-20T23:30:29.961Z | [ recovery-image] Dec 20 23:30:29.696 INFO O| Dec 20 23:30:29.696 INFO STEP 400 (remove_files) COMPLETE |
5596 | 2024-12-20T23:30:29.961Z | [ recovery-image] Dec 20 23:30:29.696 INFO O| Dec 20 23:30:29.696 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-12-20T23:30:29.998Z | [ recovery-image] Dec 20 23:30:29.734 INFO O| Dec 20 23:30:29.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5598 | 2024-12-20T23:30:29.998Z | [ recovery-image] Dec 20 23:30:29.734 INFO O| Dec 20 23:30:29.734 INFO STEP 401 (remove_files) COMPLETE |
5599 | 2024-12-20T23:30:29.998Z | [ recovery-image] Dec 20 23:30:29.734 INFO O| Dec 20 23:30:29.734 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-12-20T23:30:30.025Z | [ recovery-image] Dec 20 23:30:29.760 INFO O| Dec 20 23:30:29.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5601 | 2024-12-20T23:30:30.025Z | [ recovery-image] Dec 20 23:30:29.760 INFO O| Dec 20 23:30:29.760 INFO STEP 402 (remove_files) COMPLETE |
5602 | 2024-12-20T23:30:30.028Z | [ recovery-image] Dec 20 23:30:29.760 INFO O| Dec 20 23:30:29.760 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-12-20T23:30:30.046Z | [ recovery-image] Dec 20 23:30:29.782 INFO O| Dec 20 23:30:29.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5604 | 2024-12-20T23:30:30.046Z | [ recovery-image] Dec 20 23:30:29.782 INFO O| Dec 20 23:30:29.782 INFO STEP 403 (remove_files) COMPLETE |
5605 | 2024-12-20T23:30:30.050Z | [ recovery-image] Dec 20 23:30:29.782 INFO O| Dec 20 23:30:29.782 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-12-20T23:30:30.067Z | [ recovery-image] Dec 20 23:30:29.802 INFO O| Dec 20 23:30:29.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5607 | 2024-12-20T23:30:30.067Z | [ recovery-image] Dec 20 23:30:29.803 INFO O| Dec 20 23:30:29.803 INFO STEP 404 (remove_files) COMPLETE |
5608 | 2024-12-20T23:30:30.070Z | [ recovery-image] Dec 20 23:30:29.803 INFO O| Dec 20 23:30:29.803 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-12-20T23:30:30.088Z | [ recovery-image] Dec 20 23:30:29.824 INFO O| Dec 20 23:30:29.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5610 | 2024-12-20T23:30:30.088Z | [ recovery-image] Dec 20 23:30:29.824 INFO O| Dec 20 23:30:29.824 INFO STEP 405 (remove_files) COMPLETE |
5611 | 2024-12-20T23:30:30.088Z | [ recovery-image] Dec 20 23:30:29.824 INFO O| Dec 20 23:30:29.824 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-12-20T23:30:30.130Z | [ recovery-image] Dec 20 23:30:29.865 INFO O| Dec 20 23:30:29.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5613 | 2024-12-20T23:30:30.133Z | [ recovery-image] Dec 20 23:30:29.866 INFO O| Dec 20 23:30:29.866 INFO STEP 406 (remove_files) COMPLETE |
5614 | 2024-12-20T23:30:30.133Z | [ recovery-image] Dec 20 23:30:29.866 INFO O| Dec 20 23:30:29.866 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-12-20T23:30:30.170Z | [ recovery-image] Dec 20 23:30:29.906 INFO O| Dec 20 23:30:29.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5616 | 2024-12-20T23:30:30.174Z | [ recovery-image] Dec 20 23:30:29.906 INFO O| Dec 20 23:30:29.906 INFO STEP 407 (remove_files) COMPLETE |
5617 | 2024-12-20T23:30:30.174Z | [ recovery-image] Dec 20 23:30:29.906 INFO O| Dec 20 23:30:29.906 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-12-20T23:30:30.226Z | [ recovery-image] Dec 20 23:30:29.952 INFO O| Dec 20 23:30:29.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5619 | 2024-12-20T23:30:30.226Z | [ recovery-image] Dec 20 23:30:29.953 INFO O| Dec 20 23:30:29.952 INFO STEP 408 (remove_files) COMPLETE |
5620 | 2024-12-20T23:30:30.227Z | [ recovery-image] Dec 20 23:30:29.953 INFO O| Dec 20 23:30:29.952 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-12-20T23:30:30.238Z | [ recovery-image] Dec 20 23:30:29.973 INFO O| Dec 20 23:30:29.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5622 | 2024-12-20T23:30:30.238Z | [ recovery-image] Dec 20 23:30:29.974 INFO O| Dec 20 23:30:29.974 INFO STEP 409 (remove_files) COMPLETE |
5623 | 2024-12-20T23:30:30.241Z | [ recovery-image] Dec 20 23:30:29.974 INFO O| Dec 20 23:30:29.974 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-12-20T23:30:30.268Z | [ recovery-image] Dec 20 23:30:30.003 INFO O| Dec 20 23:30:30.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5625 | 2024-12-20T23:30:30.268Z | [ recovery-image] Dec 20 23:30:30.003 INFO O| Dec 20 23:30:30.003 INFO STEP 410 (remove_files) COMPLETE |
5626 | 2024-12-20T23:30:30.271Z | [ recovery-image] Dec 20 23:30:30.004 INFO O| Dec 20 23:30:30.003 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-12-20T23:30:30.295Z | [ recovery-image] Dec 20 23:30:30.030 INFO O| Dec 20 23:30:30.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5628 | 2024-12-20T23:30:30.298Z | [ recovery-image] Dec 20 23:30:30.030 INFO O| Dec 20 23:30:30.030 INFO STEP 411 (remove_files) COMPLETE |
5629 | 2024-12-20T23:30:30.298Z | [ recovery-image] Dec 20 23:30:30.031 INFO O| Dec 20 23:30:30.030 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-12-20T23:30:30.355Z | [ recovery-image] Dec 20 23:30:30.091 INFO O| Dec 20 23:30:30.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5631 | 2024-12-20T23:30:30.358Z | [ recovery-image] Dec 20 23:30:30.091 INFO O| Dec 20 23:30:30.091 INFO STEP 412 (remove_files) COMPLETE |
5632 | 2024-12-20T23:30:30.359Z | [ recovery-image] Dec 20 23:30:30.091 INFO O| Dec 20 23:30:30.091 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-12-20T23:30:30.379Z | [ recovery-image] Dec 20 23:30:30.115 INFO O| Dec 20 23:30:30.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5634 | 2024-12-20T23:30:30.383Z | [ recovery-image] Dec 20 23:30:30.116 INFO O| Dec 20 23:30:30.115 INFO STEP 413 (remove_files) COMPLETE |
5635 | 2024-12-20T23:30:30.383Z | [ recovery-image] Dec 20 23:30:30.116 INFO O| Dec 20 23:30:30.116 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-12-20T23:30:30.441Z | [ recovery-image] Dec 20 23:30:30.177 INFO O| Dec 20 23:30:30.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5637 | 2024-12-20T23:30:30.441Z | [ recovery-image] Dec 20 23:30:30.177 INFO O| Dec 20 23:30:30.138 INFO STEP 414 (remove_files) COMPLETE |
5638 | 2024-12-20T23:30:30.444Z | [ recovery-image] Dec 20 23:30:30.177 INFO O| Dec 20 23:30:30.138 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-12-20T23:30:30.444Z | [ recovery-image] Dec 20 23:30:30.177 INFO O| Dec 20 23:30:30.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5640 | 2024-12-20T23:30:30.444Z | [ recovery-image] Dec 20 23:30:30.177 INFO O| Dec 20 23:30:30.164 INFO STEP 415 (remove_files) COMPLETE |
5641 | 2024-12-20T23:30:30.444Z | [ recovery-image] Dec 20 23:30:30.177 INFO O| Dec 20 23:30:30.164 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-12-20T23:30:30.450Z | [ recovery-image] Dec 20 23:30:30.185 INFO O| Dec 20 23:30:30.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5643 | 2024-12-20T23:30:30.453Z | [ recovery-image] Dec 20 23:30:30.186 INFO O| Dec 20 23:30:30.186 INFO STEP 416 (remove_files) COMPLETE |
5644 | 2024-12-20T23:30:30.454Z | [ recovery-image] Dec 20 23:30:30.186 INFO O| Dec 20 23:30:30.186 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-12-20T23:30:30.490Z | [ recovery-image] Dec 20 23:30:30.226 INFO O| Dec 20 23:30:30.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5646 | 2024-12-20T23:30:30.493Z | [ recovery-image] Dec 20 23:30:30.226 INFO O| Dec 20 23:30:30.226 INFO STEP 417 (remove_files) COMPLETE |
5647 | 2024-12-20T23:30:30.493Z | [ recovery-image] Dec 20 23:30:30.226 INFO O| Dec 20 23:30:30.226 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-12-20T23:30:30.512Z | [ recovery-image] Dec 20 23:30:30.248 INFO O| Dec 20 23:30:30.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5649 | 2024-12-20T23:30:30.515Z | [ recovery-image] Dec 20 23:30:30.248 INFO O| Dec 20 23:30:30.248 INFO STEP 418 (remove_files) COMPLETE |
5650 | 2024-12-20T23:30:30.515Z | [ recovery-image] Dec 20 23:30:30.249 INFO O| Dec 20 23:30:30.248 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-12-20T23:30:30.534Z | [ recovery-image] Dec 20 23:30:30.270 INFO O| Dec 20 23:30:30.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5652 | 2024-12-20T23:30:30.537Z | [ recovery-image] Dec 20 23:30:30.270 INFO O| Dec 20 23:30:30.270 INFO STEP 419 (remove_files) COMPLETE |
5653 | 2024-12-20T23:30:30.537Z | [ recovery-image] Dec 20 23:30:30.270 INFO O| Dec 20 23:30:30.270 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-12-20T23:30:30.571Z | [ recovery-image] Dec 20 23:30:30.307 INFO O| Dec 20 23:30:30.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5655 | 2024-12-20T23:30:30.571Z | [ recovery-image] Dec 20 23:30:30.307 INFO O| Dec 20 23:30:30.307 INFO STEP 420 (remove_files) COMPLETE |
5656 | 2024-12-20T23:30:30.571Z | [ recovery-image] Dec 20 23:30:30.307 INFO O| Dec 20 23:30:30.307 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-12-20T23:30:30.621Z | [ recovery-image] Dec 20 23:30:30.357 INFO O| Dec 20 23:30:30.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5658 | 2024-12-20T23:30:30.622Z | [ recovery-image] Dec 20 23:30:30.357 INFO O| Dec 20 23:30:30.357 INFO STEP 421 (remove_files) COMPLETE |
5659 | 2024-12-20T23:30:30.622Z | [ recovery-image] Dec 20 23:30:30.357 INFO O| Dec 20 23:30:30.357 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-12-20T23:30:30.687Z | [ recovery-image] Dec 20 23:30:30.423 INFO O| Dec 20 23:30:30.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5661 | 2024-12-20T23:30:30.687Z | [ recovery-image] Dec 20 23:30:30.423 INFO O| Dec 20 23:30:30.423 INFO STEP 422 (remove_files) COMPLETE |
5662 | 2024-12-20T23:30:30.687Z | [ recovery-image] Dec 20 23:30:30.423 INFO O| Dec 20 23:30:30.423 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-12-20T23:30:30.733Z | [ recovery-image] Dec 20 23:30:30.469 INFO O| Dec 20 23:30:30.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5664 | 2024-12-20T23:30:30.734Z | [ recovery-image] Dec 20 23:30:30.469 INFO O| Dec 20 23:30:30.469 INFO STEP 423 (remove_files) COMPLETE |
5665 | 2024-12-20T23:30:30.738Z | [ recovery-image] Dec 20 23:30:30.469 INFO O| Dec 20 23:30:30.469 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-12-20T23:30:30.751Z | [ recovery-image] Dec 20 23:30:30.487 INFO O| Dec 20 23:30:30.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5667 | 2024-12-20T23:30:30.751Z | [ recovery-image] Dec 20 23:30:30.487 INFO O| Dec 20 23:30:30.487 INFO STEP 424 (remove_files) COMPLETE |
5668 | 2024-12-20T23:30:30.754Z | [ recovery-image] Dec 20 23:30:30.487 INFO O| Dec 20 23:30:30.487 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-12-20T23:30:30.786Z | [ recovery-image] Dec 20 23:30:30.522 INFO O| Dec 20 23:30:30.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5670 | 2024-12-20T23:30:30.806Z | [ recovery-image] Dec 20 23:30:30.542 INFO O| Dec 20 23:30:30.542 INFO STEP 425 (remove_files) COMPLETE |
5671 | 2024-12-20T23:30:30.806Z | [ recovery-image] Dec 20 23:30:30.542 INFO O| Dec 20 23:30:30.542 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-12-20T23:30:30.828Z | [ recovery-image] Dec 20 23:30:30.563 INFO O| Dec 20 23:30:30.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5673 | 2024-12-20T23:30:30.831Z | [ recovery-image] Dec 20 23:30:30.564 INFO O| Dec 20 23:30:30.564 INFO STEP 426 (remove_files) COMPLETE |
5674 | 2024-12-20T23:30:30.831Z | [ recovery-image] Dec 20 23:30:30.564 INFO O| Dec 20 23:30:30.564 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-12-20T23:30:30.849Z | [ recovery-image] Dec 20 23:30:30.585 INFO O| Dec 20 23:30:30.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5676 | 2024-12-20T23:30:30.861Z | [ recovery-image] Dec 20 23:30:30.597 INFO O| Dec 20 23:30:30.597 INFO STEP 427 (remove_files) COMPLETE |
5677 | 2024-12-20T23:30:30.862Z | [ recovery-image] Dec 20 23:30:30.597 INFO O| Dec 20 23:30:30.597 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-12-20T23:30:30.903Z | [ recovery-image] Dec 20 23:30:30.639 INFO O| Dec 20 23:30:30.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5679 | 2024-12-20T23:30:30.903Z | [ recovery-image] Dec 20 23:30:30.639 INFO O| Dec 20 23:30:30.639 INFO STEP 428 (remove_files) COMPLETE |
5680 | 2024-12-20T23:30:30.903Z | [ recovery-image] Dec 20 23:30:30.639 INFO O| Dec 20 23:30:30.639 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-12-20T23:30:30.938Z | [ recovery-image] Dec 20 23:30:30.674 INFO O| Dec 20 23:30:30.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5682 | 2024-12-20T23:30:30.938Z | [ recovery-image] Dec 20 23:30:30.674 INFO O| Dec 20 23:30:30.674 INFO STEP 429 (remove_files) COMPLETE |
5683 | 2024-12-20T23:30:30.939Z | [ recovery-image] Dec 20 23:30:30.674 INFO O| Dec 20 23:30:30.674 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-12-20T23:30:30.958Z | [ recovery-image] Dec 20 23:30:30.694 INFO O| Dec 20 23:30:30.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5685 | 2024-12-20T23:30:30.958Z | [ recovery-image] Dec 20 23:30:30.694 INFO O| Dec 20 23:30:30.694 INFO STEP 430 (remove_files) COMPLETE |
5686 | 2024-12-20T23:30:30.958Z | [ recovery-image] Dec 20 23:30:30.694 INFO O| Dec 20 23:30:30.694 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-12-20T23:30:30.977Z | [ recovery-image] Dec 20 23:30:30.713 INFO O| Dec 20 23:30:30.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5688 | 2024-12-20T23:30:30.977Z | [ recovery-image] Dec 20 23:30:30.713 INFO O| Dec 20 23:30:30.713 INFO STEP 431 (remove_files) COMPLETE |
5689 | 2024-12-20T23:30:30.978Z | [ recovery-image] Dec 20 23:30:30.713 INFO O| Dec 20 23:30:30.713 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-12-20T23:30:30.998Z | [ recovery-image] Dec 20 23:30:30.734 INFO O| Dec 20 23:30:30.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5691 | 2024-12-20T23:30:30.998Z | [ recovery-image] Dec 20 23:30:30.734 INFO O| Dec 20 23:30:30.734 INFO STEP 432 (remove_files) COMPLETE |
5692 | 2024-12-20T23:30:30.998Z | [ recovery-image] Dec 20 23:30:30.734 INFO O| Dec 20 23:30:30.734 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-12-20T23:30:31.017Z | [ recovery-image] Dec 20 23:30:30.753 INFO O| Dec 20 23:30:30.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5694 | 2024-12-20T23:30:31.017Z | [ recovery-image] Dec 20 23:30:30.753 INFO O| Dec 20 23:30:30.753 INFO STEP 433 (remove_files) COMPLETE |
5695 | 2024-12-20T23:30:31.017Z | [ recovery-image] Dec 20 23:30:30.753 INFO O| Dec 20 23:30:30.753 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-12-20T23:30:31.035Z | [ recovery-image] Dec 20 23:30:30.771 INFO O| Dec 20 23:30:30.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5697 | 2024-12-20T23:30:31.039Z | [ recovery-image] Dec 20 23:30:30.771 INFO O| Dec 20 23:30:30.771 INFO STEP 434 (remove_files) COMPLETE |
5698 | 2024-12-20T23:30:31.039Z | [ recovery-image] Dec 20 23:30:30.771 INFO O| Dec 20 23:30:30.771 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-12-20T23:30:31.055Z | [ recovery-image] Dec 20 23:30:30.791 INFO O| Dec 20 23:30:30.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5700 | 2024-12-20T23:30:31.055Z | [ recovery-image] Dec 20 23:30:30.791 INFO O| Dec 20 23:30:30.791 INFO STEP 435 (remove_files) COMPLETE |
5701 | 2024-12-20T23:30:31.058Z | [ recovery-image] Dec 20 23:30:30.791 INFO O| Dec 20 23:30:30.791 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-12-20T23:30:31.075Z | [ recovery-image] Dec 20 23:30:30.811 INFO O| Dec 20 23:30:30.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5703 | 2024-12-20T23:30:31.075Z | [ recovery-image] Dec 20 23:30:30.811 INFO O| Dec 20 23:30:30.811 INFO STEP 436 (remove_files) COMPLETE |
5704 | 2024-12-20T23:30:31.075Z | [ recovery-image] Dec 20 23:30:30.811 INFO O| Dec 20 23:30:30.811 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-12-20T23:30:31.113Z | [ recovery-image] Dec 20 23:30:30.848 INFO O| Dec 20 23:30:30.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5706 | 2024-12-20T23:30:31.117Z | [ recovery-image] Dec 20 23:30:30.849 INFO O| Dec 20 23:30:30.849 INFO STEP 437 (remove_files) COMPLETE |
5707 | 2024-12-20T23:30:31.117Z | [ recovery-image] Dec 20 23:30:30.849 INFO O| Dec 20 23:30:30.849 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-12-20T23:30:31.145Z | [ recovery-image] Dec 20 23:30:30.880 INFO O| Dec 20 23:30:30.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5709 | 2024-12-20T23:30:31.145Z | [ recovery-image] Dec 20 23:30:30.880 INFO O| Dec 20 23:30:30.880 INFO STEP 438 (remove_files) COMPLETE |
5710 | 2024-12-20T23:30:31.146Z | [ recovery-image] Dec 20 23:30:30.880 INFO O| Dec 20 23:30:30.880 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-12-20T23:30:31.202Z | [ recovery-image] Dec 20 23:30:30.937 INFO O| Dec 20 23:30:30.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5712 | 2024-12-20T23:30:31.202Z | [ recovery-image] Dec 20 23:30:30.937 INFO O| Dec 20 23:30:30.937 INFO STEP 439 (remove_files) COMPLETE |
5713 | 2024-12-20T23:30:31.202Z | [ recovery-image] Dec 20 23:30:30.938 INFO O| Dec 20 23:30:30.937 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-12-20T23:30:31.263Z | [ recovery-image] Dec 20 23:30:30.998 INFO O| Dec 20 23:30:30.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5715 | 2024-12-20T23:30:31.263Z | [ recovery-image] Dec 20 23:30:30.998 INFO O| Dec 20 23:30:30.998 INFO STEP 440 (remove_files) COMPLETE |
5716 | 2024-12-20T23:30:31.263Z | [ recovery-image] Dec 20 23:30:30.998 INFO O| Dec 20 23:30:30.998 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-12-20T23:30:31.289Z | [ recovery-image] Dec 20 23:30:31.025 INFO O| Dec 20 23:30:31.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5718 | 2024-12-20T23:30:31.292Z | [ recovery-image] Dec 20 23:30:31.025 INFO O| Dec 20 23:30:31.025 INFO STEP 441 (remove_files) COMPLETE |
5719 | 2024-12-20T23:30:31.292Z | [ recovery-image] Dec 20 23:30:31.025 INFO O| Dec 20 23:30:31.025 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-12-20T23:30:31.310Z | [ recovery-image] Dec 20 23:30:31.046 INFO O| Dec 20 23:30:31.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5721 | 2024-12-20T23:30:31.314Z | [ recovery-image] Dec 20 23:30:31.046 INFO O| Dec 20 23:30:31.046 INFO STEP 442 (remove_files) COMPLETE |
5722 | 2024-12-20T23:30:31.314Z | [ recovery-image] Dec 20 23:30:31.046 INFO O| Dec 20 23:30:31.046 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-12-20T23:30:31.331Z | [ recovery-image] Dec 20 23:30:31.067 INFO O| Dec 20 23:30:31.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5724 | 2024-12-20T23:30:31.335Z | [ recovery-image] Dec 20 23:30:31.068 INFO O| Dec 20 23:30:31.068 INFO STEP 443 (remove_files) COMPLETE |
5725 | 2024-12-20T23:30:31.335Z | [ recovery-image] Dec 20 23:30:31.068 INFO O| Dec 20 23:30:31.068 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-12-20T23:30:31.366Z | [ recovery-image] Dec 20 23:30:31.102 INFO O| Dec 20 23:30:31.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5727 | 2024-12-20T23:30:31.372Z | [ recovery-image] Dec 20 23:30:31.102 INFO O| Dec 20 23:30:31.102 INFO STEP 444 (remove_files) COMPLETE |
5728 | 2024-12-20T23:30:31.372Z | [ recovery-image] Dec 20 23:30:31.103 INFO O| Dec 20 23:30:31.102 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-12-20T23:30:31.394Z | [ recovery-image] Dec 20 23:30:31.131 INFO O| Dec 20 23:30:31.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5730 | 2024-12-20T23:30:31.395Z | [ recovery-image] Dec 20 23:30:31.131 INFO O| Dec 20 23:30:31.131 INFO STEP 445 (remove_files) COMPLETE |
5731 | 2024-12-20T23:30:31.395Z | [ recovery-image] Dec 20 23:30:31.131 INFO O| Dec 20 23:30:31.131 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-12-20T23:30:31.415Z | [ recovery-image] Dec 20 23:30:31.151 INFO O| Dec 20 23:30:31.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5733 | 2024-12-20T23:30:31.415Z | [ recovery-image] Dec 20 23:30:31.151 INFO O| Dec 20 23:30:31.151 INFO STEP 446 (remove_files) COMPLETE |
5734 | 2024-12-20T23:30:31.415Z | [ recovery-image] Dec 20 23:30:31.151 INFO O| Dec 20 23:30:31.151 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-12-20T23:30:31.447Z | [ recovery-image] Dec 20 23:30:31.182 INFO O| Dec 20 23:30:31.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5736 | 2024-12-20T23:30:31.447Z | [ recovery-image] Dec 20 23:30:31.182 INFO O| Dec 20 23:30:31.182 INFO STEP 447 (remove_files) COMPLETE |
5737 | 2024-12-20T23:30:31.447Z | [ recovery-image] Dec 20 23:30:31.182 INFO O| Dec 20 23:30:31.182 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-12-20T23:30:31.471Z | [ recovery-image] Dec 20 23:30:31.206 INFO O| Dec 20 23:30:31.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5739 | 2024-12-20T23:30:31.471Z | [ recovery-image] Dec 20 23:30:31.206 INFO O| Dec 20 23:30:31.206 INFO STEP 448 (remove_files) COMPLETE |
5740 | 2024-12-20T23:30:31.471Z | [ recovery-image] Dec 20 23:30:31.206 INFO O| Dec 20 23:30:31.206 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-12-20T23:30:31.507Z | [ recovery-image] Dec 20 23:30:31.243 INFO O| Dec 20 23:30:31.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5742 | 2024-12-20T23:30:31.508Z | [ recovery-image] Dec 20 23:30:31.243 INFO O| Dec 20 23:30:31.243 INFO STEP 449 (remove_files) COMPLETE |
5743 | 2024-12-20T23:30:31.511Z | [ recovery-image] Dec 20 23:30:31.243 INFO O| Dec 20 23:30:31.243 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-12-20T23:30:31.527Z | [ recovery-image] Dec 20 23:30:31.263 INFO O| Dec 20 23:30:31.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5745 | 2024-12-20T23:30:31.527Z | [ recovery-image] Dec 20 23:30:31.263 INFO O| Dec 20 23:30:31.263 INFO STEP 450 (remove_files) COMPLETE |
5746 | 2024-12-20T23:30:31.527Z | [ recovery-image] Dec 20 23:30:31.263 INFO O| Dec 20 23:30:31.263 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-12-20T23:30:31.546Z | [ recovery-image] Dec 20 23:30:31.283 INFO O| Dec 20 23:30:31.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5748 | 2024-12-20T23:30:31.550Z | [ recovery-image] Dec 20 23:30:31.283 INFO O| Dec 20 23:30:31.283 INFO STEP 451 (remove_files) COMPLETE |
5749 | 2024-12-20T23:30:31.550Z | [ recovery-image] Dec 20 23:30:31.283 INFO O| Dec 20 23:30:31.283 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-12-20T23:30:31.569Z | [ recovery-image] Dec 20 23:30:31.305 INFO O| Dec 20 23:30:31.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5751 | 2024-12-20T23:30:31.572Z | [ recovery-image] Dec 20 23:30:31.305 INFO O| Dec 20 23:30:31.305 INFO STEP 452 (remove_files) COMPLETE |
5752 | 2024-12-20T23:30:31.572Z | [ recovery-image] Dec 20 23:30:31.305 INFO O| Dec 20 23:30:31.305 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-20T23:30:31.589Z | [ recovery-image] Dec 20 23:30:31.325 INFO O| Dec 20 23:30:31.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5754 | 2024-12-20T23:30:31.593Z | [ recovery-image] Dec 20 23:30:31.325 INFO O| Dec 20 23:30:31.325 INFO STEP 453 (remove_files) COMPLETE |
5755 | 2024-12-20T23:30:31.593Z | [ recovery-image] Dec 20 23:30:31.326 INFO O| Dec 20 23:30:31.325 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-20T23:30:31.612Z | [ recovery-image] Dec 20 23:30:31.348 INFO O| Dec 20 23:30:31.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5757 | 2024-12-20T23:30:31.612Z | [ recovery-image] Dec 20 23:30:31.348 INFO O| Dec 20 23:30:31.348 INFO STEP 454 (remove_files) COMPLETE |
5758 | 2024-12-20T23:30:31.612Z | [ recovery-image] Dec 20 23:30:31.348 INFO O| Dec 20 23:30:31.348 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-20T23:30:31.733Z | [ recovery-image] Dec 20 23:30:31.369 INFO O| Dec 20 23:30:31.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5760 | 2024-12-20T23:30:31.733Z | [ recovery-image] Dec 20 23:30:31.369 INFO O| Dec 20 23:30:31.369 INFO STEP 455 (remove_files) COMPLETE |
5761 | 2024-12-20T23:30:31.733Z | [ recovery-image] Dec 20 23:30:31.369 INFO O| Dec 20 23:30:31.369 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-20T23:30:31.737Z | [ recovery-image] Dec 20 23:30:31.388 INFO O| Dec 20 23:30:31.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5763 | 2024-12-20T23:30:31.737Z | [ recovery-image] Dec 20 23:30:31.389 INFO O| Dec 20 23:30:31.389 INFO STEP 456 (remove_files) COMPLETE |
5764 | 2024-12-20T23:30:31.737Z | [ recovery-image] Dec 20 23:30:31.389 INFO O| Dec 20 23:30:31.389 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-20T23:30:31.737Z | [ recovery-image] Dec 20 23:30:31.408 INFO O| Dec 20 23:30:31.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5766 | 2024-12-20T23:30:31.737Z | [ recovery-image] Dec 20 23:30:31.408 INFO O| Dec 20 23:30:31.408 INFO STEP 457 (remove_files) COMPLETE |
5767 | 2024-12-20T23:30:31.737Z | [ recovery-image] Dec 20 23:30:31.409 INFO O| Dec 20 23:30:31.408 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-20T23:30:31.737Z | [ recovery-image] Dec 20 23:30:31.429 INFO O| Dec 20 23:30:31.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5769 | 2024-12-20T23:30:31.737Z | [ recovery-image] Dec 20 23:30:31.429 INFO O| Dec 20 23:30:31.429 INFO STEP 458 (remove_files) COMPLETE |
5770 | 2024-12-20T23:30:31.737Z | [ recovery-image] Dec 20 23:30:31.429 INFO O| Dec 20 23:30:31.429 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-20T23:30:31.737Z | [ recovery-image] Dec 20 23:30:31.450 INFO O| Dec 20 23:30:31.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5772 | 2024-12-20T23:30:31.737Z | [ recovery-image] Dec 20 23:30:31.450 INFO O| Dec 20 23:30:31.450 INFO STEP 459 (remove_files) COMPLETE |
5773 | 2024-12-20T23:30:31.737Z | [ recovery-image] Dec 20 23:30:31.450 INFO O| Dec 20 23:30:31.450 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-20T23:30:31.753Z | [ recovery-image] Dec 20 23:30:31.489 INFO O| Dec 20 23:30:31.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5775 | 2024-12-20T23:30:31.757Z | [ recovery-image] Dec 20 23:30:31.489 INFO O| Dec 20 23:30:31.489 INFO STEP 460 (remove_files) COMPLETE |
5776 | 2024-12-20T23:30:31.757Z | [ recovery-image] Dec 20 23:30:31.489 INFO O| Dec 20 23:30:31.489 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-20T23:30:31.793Z | [ recovery-image] Dec 20 23:30:31.529 INFO O| Dec 20 23:30:31.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5778 | 2024-12-20T23:30:31.796Z | [ recovery-image] Dec 20 23:30:31.529 INFO O| Dec 20 23:30:31.529 INFO STEP 461 (remove_files) COMPLETE |
5779 | 2024-12-20T23:30:31.796Z | [ recovery-image] Dec 20 23:30:31.529 INFO O| Dec 20 23:30:31.529 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-20T23:30:31.812Z | [ recovery-image] Dec 20 23:30:31.548 INFO O| Dec 20 23:30:31.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5781 | 2024-12-20T23:30:31.836Z | [ recovery-image] Dec 20 23:30:31.572 INFO O| Dec 20 23:30:31.572 INFO STEP 462 (remove_files) COMPLETE |
5782 | 2024-12-20T23:30:31.836Z | [ recovery-image] Dec 20 23:30:31.572 INFO O| Dec 20 23:30:31.572 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-20T23:30:31.857Z | [ recovery-image] Dec 20 23:30:31.593 INFO O| Dec 20 23:30:31.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5784 | 2024-12-20T23:30:31.860Z | [ recovery-image] Dec 20 23:30:31.593 INFO O| Dec 20 23:30:31.593 INFO STEP 463 (remove_files) COMPLETE |
5785 | 2024-12-20T23:30:31.860Z | [ recovery-image] Dec 20 23:30:31.594 INFO O| Dec 20 23:30:31.593 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-20T23:30:31.896Z | [ recovery-image] Dec 20 23:30:31.632 INFO O| Dec 20 23:30:31.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5787 | 2024-12-20T23:30:31.896Z | [ recovery-image] Dec 20 23:30:31.632 INFO O| Dec 20 23:30:31.632 INFO STEP 464 (remove_files) COMPLETE |
5788 | 2024-12-20T23:30:31.896Z | [ recovery-image] Dec 20 23:30:31.632 INFO O| Dec 20 23:30:31.632 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-20T23:30:31.965Z | [ recovery-image] Dec 20 23:30:31.701 INFO O| Dec 20 23:30:31.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5790 | 2024-12-20T23:30:31.965Z | [ recovery-image] Dec 20 23:30:31.701 INFO O| Dec 20 23:30:31.701 INFO STEP 465 (remove_files) COMPLETE |
5791 | 2024-12-20T23:30:31.965Z | [ recovery-image] Dec 20 23:30:31.701 INFO O| Dec 20 23:30:31.701 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-20T23:30:32.124Z | [ recovery-image] Dec 20 23:30:31.860 INFO O| Dec 20 23:30:31.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5793 | 2024-12-20T23:30:32.126Z | [ recovery-image] Dec 20 23:30:31.860 INFO O| Dec 20 23:30:31.860 INFO STEP 466 (remove_files) COMPLETE |
5794 | 2024-12-20T23:30:32.127Z | [ recovery-image] Dec 20 23:30:31.861 INFO O| Dec 20 23:30:31.860 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-20T23:30:32.171Z | [ recovery-image] Dec 20 23:30:31.908 INFO O| Dec 20 23:30:31.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5796 | 2024-12-20T23:30:32.176Z | [ recovery-image] Dec 20 23:30:31.908 INFO O| Dec 20 23:30:31.908 INFO STEP 467 (remove_files) COMPLETE |
5797 | 2024-12-20T23:30:32.176Z | [ recovery-image] Dec 20 23:30:31.908 INFO O| Dec 20 23:30:31.908 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-20T23:30:32.196Z | [ recovery-image] Dec 20 23:30:31.929 INFO O| Dec 20 23:30:31.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5799 | 2024-12-20T23:30:32.205Z | [ recovery-image] Dec 20 23:30:31.929 INFO O| Dec 20 23:30:31.929 INFO STEP 468 (remove_files) COMPLETE |
5800 | 2024-12-20T23:30:32.205Z | [ recovery-image] Dec 20 23:30:31.930 INFO O| Dec 20 23:30:31.929 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-20T23:30:32.251Z | [ recovery-image] Dec 20 23:30:31.950 INFO O| Dec 20 23:30:31.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5802 | 2024-12-20T23:30:32.259Z | [ recovery-image] Dec 20 23:30:31.950 INFO O| Dec 20 23:30:31.950 INFO STEP 469 (remove_files) COMPLETE |
5803 | 2024-12-20T23:30:32.259Z | [ recovery-image] Dec 20 23:30:31.950 INFO O| Dec 20 23:30:31.950 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-20T23:30:32.299Z | [ recovery-image] Dec 20 23:30:31.981 INFO O| Dec 20 23:30:31.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5805 | 2024-12-20T23:30:32.299Z | [ recovery-image] Dec 20 23:30:31.981 INFO O| Dec 20 23:30:31.981 INFO STEP 470 (remove_files) COMPLETE |
5806 | 2024-12-20T23:30:32.299Z | [ recovery-image] Dec 20 23:30:31.981 INFO O| Dec 20 23:30:31.981 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-20T23:30:32.299Z | [ recovery-image] Dec 20 23:30:32.004 INFO O| Dec 20 23:30:32.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5808 | 2024-12-20T23:30:32.299Z | [ recovery-image] Dec 20 23:30:32.004 INFO O| Dec 20 23:30:32.004 INFO STEP 471 (remove_files) COMPLETE |
5809 | 2024-12-20T23:30:32.299Z | [ recovery-image] Dec 20 23:30:32.004 INFO O| Dec 20 23:30:32.004 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-20T23:30:32.307Z | [ recovery-image] Dec 20 23:30:32.023 INFO O| Dec 20 23:30:32.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5811 | 2024-12-20T23:30:32.307Z | [ recovery-image] Dec 20 23:30:32.023 INFO O| Dec 20 23:30:32.023 INFO STEP 472 (remove_files) COMPLETE |
5812 | 2024-12-20T23:30:32.308Z | [ recovery-image] Dec 20 23:30:32.023 INFO O| Dec 20 23:30:32.023 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-20T23:30:32.311Z | [ recovery-image] Dec 20 23:30:32.042 INFO O| Dec 20 23:30:32.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5814 | 2024-12-20T23:30:32.312Z | [ recovery-image] Dec 20 23:30:32.042 INFO O| Dec 20 23:30:32.042 INFO STEP 473 (remove_files) COMPLETE |
5815 | 2024-12-20T23:30:32.312Z | [ recovery-image] Dec 20 23:30:32.042 INFO O| Dec 20 23:30:32.042 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-20T23:30:32.325Z | [ recovery-image] Dec 20 23:30:32.060 INFO O| Dec 20 23:30:32.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5817 | 2024-12-20T23:30:32.325Z | [ recovery-image] Dec 20 23:30:32.060 INFO O| Dec 20 23:30:32.060 INFO STEP 474 (remove_files) COMPLETE |
5818 | 2024-12-20T23:30:32.325Z | [ recovery-image] Dec 20 23:30:32.060 INFO O| Dec 20 23:30:32.060 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-20T23:30:32.365Z | [ recovery-image] Dec 20 23:30:32.101 INFO O| Dec 20 23:30:32.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5820 | 2024-12-20T23:30:32.365Z | [ recovery-image] Dec 20 23:30:32.101 INFO O| Dec 20 23:30:32.101 INFO STEP 475 (remove_files) COMPLETE |
5821 | 2024-12-20T23:30:32.365Z | [ recovery-image] Dec 20 23:30:32.101 INFO O| Dec 20 23:30:32.101 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-20T23:30:32.383Z | [ recovery-image] Dec 20 23:30:32.120 INFO O| Dec 20 23:30:32.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5823 | 2024-12-20T23:30:32.383Z | [ recovery-image] Dec 20 23:30:32.120 INFO O| Dec 20 23:30:32.120 INFO STEP 476 (remove_files) COMPLETE |
5824 | 2024-12-20T23:30:32.383Z | [ recovery-image] Dec 20 23:30:32.120 INFO O| Dec 20 23:30:32.120 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-20T23:30:32.412Z | [ recovery-image] Dec 20 23:30:32.148 INFO O| Dec 20 23:30:32.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5826 | 2024-12-20T23:30:32.412Z | [ recovery-image] Dec 20 23:30:32.149 INFO O| Dec 20 23:30:32.148 INFO STEP 477 (remove_files) COMPLETE |
5827 | 2024-12-20T23:30:32.413Z | [ recovery-image] Dec 20 23:30:32.149 INFO O| Dec 20 23:30:32.149 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-20T23:30:32.432Z | [ recovery-image] Dec 20 23:30:32.167 INFO O| Dec 20 23:30:32.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5829 | 2024-12-20T23:30:32.432Z | [ recovery-image] Dec 20 23:30:32.167 INFO O| Dec 20 23:30:32.167 INFO STEP 478 (remove_files) COMPLETE |
5830 | 2024-12-20T23:30:32.432Z | [ recovery-image] Dec 20 23:30:32.168 INFO O| Dec 20 23:30:32.167 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-20T23:30:32.543Z | [ recovery-image] Dec 20 23:30:32.250 INFO O| Dec 20 23:30:32.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5832 | 2024-12-20T23:30:32.543Z | [ recovery-image] Dec 20 23:30:32.250 INFO O| Dec 20 23:30:32.250 INFO STEP 479 (remove_files) COMPLETE |
5833 | 2024-12-20T23:30:32.544Z | [ recovery-image] Dec 20 23:30:32.250 INFO O| Dec 20 23:30:32.250 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-20T23:30:32.544Z | [ recovery-image] Dec 20 23:30:32.270 INFO O| Dec 20 23:30:32.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5835 | 2024-12-20T23:30:32.544Z | [ recovery-image] Dec 20 23:30:32.271 INFO O| Dec 20 23:30:32.271 INFO STEP 480 (remove_files) COMPLETE |
5836 | 2024-12-20T23:30:32.544Z | [ recovery-image] Dec 20 23:30:32.271 INFO O| Dec 20 23:30:32.271 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-20T23:30:32.555Z | [ recovery-image] Dec 20 23:30:32.290 INFO O| Dec 20 23:30:32.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5838 | 2024-12-20T23:30:32.560Z | [ recovery-image] Dec 20 23:30:32.290 INFO O| Dec 20 23:30:32.290 INFO STEP 481 (remove_files) COMPLETE |
5839 | 2024-12-20T23:30:32.560Z | [ recovery-image] Dec 20 23:30:32.290 INFO O| Dec 20 23:30:32.290 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-20T23:30:32.589Z | [ recovery-image] Dec 20 23:30:32.326 INFO O| Dec 20 23:30:32.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5841 | 2024-12-20T23:30:32.593Z | [ recovery-image] Dec 20 23:30:32.326 INFO O| Dec 20 23:30:32.326 INFO STEP 482 (remove_files) COMPLETE |
5842 | 2024-12-20T23:30:32.593Z | [ recovery-image] Dec 20 23:30:32.326 INFO O| Dec 20 23:30:32.326 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-20T23:30:32.612Z | [ recovery-image] Dec 20 23:30:32.348 INFO O| Dec 20 23:30:32.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5844 | 2024-12-20T23:30:32.615Z | [ recovery-image] Dec 20 23:30:32.349 INFO O| Dec 20 23:30:32.349 INFO STEP 483 (remove_files) COMPLETE |
5845 | 2024-12-20T23:30:32.616Z | [ recovery-image] Dec 20 23:30:32.349 INFO O| Dec 20 23:30:32.349 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-20T23:30:32.638Z | [ recovery-image] Dec 20 23:30:32.370 INFO O| Dec 20 23:30:32.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5847 | 2024-12-20T23:30:32.638Z | [ recovery-image] Dec 20 23:30:32.370 INFO O| Dec 20 23:30:32.370 INFO STEP 484 (remove_files) COMPLETE |
5848 | 2024-12-20T23:30:32.638Z | [ recovery-image] Dec 20 23:30:32.370 INFO O| Dec 20 23:30:32.370 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-20T23:30:32.654Z | [ recovery-image] Dec 20 23:30:32.390 INFO O| Dec 20 23:30:32.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5850 | 2024-12-20T23:30:32.655Z | [ recovery-image] Dec 20 23:30:32.390 INFO O| Dec 20 23:30:32.390 INFO STEP 485 (remove_files) COMPLETE |
5851 | 2024-12-20T23:30:32.658Z | [ recovery-image] Dec 20 23:30:32.390 INFO O| Dec 20 23:30:32.390 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-20T23:30:32.675Z | [ recovery-image] Dec 20 23:30:32.411 INFO O| Dec 20 23:30:32.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5853 | 2024-12-20T23:30:32.679Z | [ recovery-image] Dec 20 23:30:32.411 INFO O| Dec 20 23:30:32.411 INFO STEP 486 (remove_files) COMPLETE |
5854 | 2024-12-20T23:30:32.679Z | [ recovery-image] Dec 20 23:30:32.412 INFO O| Dec 20 23:30:32.411 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-20T23:30:32.695Z | [ recovery-image] Dec 20 23:30:32.431 INFO O| Dec 20 23:30:32.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5856 | 2024-12-20T23:30:32.698Z | [ recovery-image] Dec 20 23:30:32.432 INFO O| Dec 20 23:30:32.432 INFO STEP 487 (remove_files) COMPLETE |
5857 | 2024-12-20T23:30:32.698Z | [ recovery-image] Dec 20 23:30:32.432 INFO O| Dec 20 23:30:32.432 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-20T23:30:32.716Z | [ recovery-image] Dec 20 23:30:32.453 INFO O| Dec 20 23:30:32.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5859 | 2024-12-20T23:30:32.719Z | [ recovery-image] Dec 20 23:30:32.453 INFO O| Dec 20 23:30:32.453 INFO STEP 488 (remove_files) COMPLETE |
5860 | 2024-12-20T23:30:32.719Z | [ recovery-image] Dec 20 23:30:32.453 INFO O| Dec 20 23:30:32.453 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-20T23:30:32.757Z | [ recovery-image] Dec 20 23:30:32.493 INFO O| Dec 20 23:30:32.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5862 | 2024-12-20T23:30:32.757Z | [ recovery-image] Dec 20 23:30:32.493 INFO O| Dec 20 23:30:32.493 INFO STEP 489 (remove_files) COMPLETE |
5863 | 2024-12-20T23:30:32.757Z | [ recovery-image] Dec 20 23:30:32.493 INFO O| Dec 20 23:30:32.493 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-12-20T23:30:32.808Z | [ recovery-image] Dec 20 23:30:32.528 INFO O| Dec 20 23:30:32.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5865 | 2024-12-20T23:30:32.808Z | [ recovery-image] Dec 20 23:30:32.528 INFO O| Dec 20 23:30:32.528 INFO STEP 490 (remove_files) COMPLETE |
5866 | 2024-12-20T23:30:32.811Z | [ recovery-image] Dec 20 23:30:32.529 INFO O| Dec 20 23:30:32.529 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-12-20T23:30:32.812Z | [ recovery-image] Dec 20 23:30:32.548 INFO O| Dec 20 23:30:32.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5868 | 2024-12-20T23:30:32.812Z | [ recovery-image] Dec 20 23:30:32.548 INFO O| Dec 20 23:30:32.548 INFO STEP 491 (remove_files) COMPLETE |
5869 | 2024-12-20T23:30:32.814Z | [ recovery-image] Dec 20 23:30:32.548 INFO O| Dec 20 23:30:32.548 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-12-20T23:30:32.845Z | [ recovery-image] Dec 20 23:30:32.569 INFO O| Dec 20 23:30:32.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5871 | 2024-12-20T23:30:32.849Z | [ recovery-image] Dec 20 23:30:32.570 INFO O| Dec 20 23:30:32.570 INFO STEP 492 (remove_files) COMPLETE |
5872 | 2024-12-20T23:30:32.849Z | [ recovery-image] Dec 20 23:30:32.570 INFO O| Dec 20 23:30:32.570 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-12-20T23:30:32.888Z | [ recovery-image] Dec 20 23:30:32.604 INFO O| Dec 20 23:30:32.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5874 | 2024-12-20T23:30:32.888Z | [ recovery-image] Dec 20 23:30:32.604 INFO O| Dec 20 23:30:32.604 INFO STEP 493 (remove_files) COMPLETE |
5875 | 2024-12-20T23:30:32.888Z | [ recovery-image] Dec 20 23:30:32.604 INFO O| Dec 20 23:30:32.604 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-12-20T23:30:32.892Z | [ recovery-image] Dec 20 23:30:32.625 INFO O| Dec 20 23:30:32.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5877 | 2024-12-20T23:30:32.892Z | [ recovery-image] Dec 20 23:30:32.625 INFO O| Dec 20 23:30:32.625 INFO STEP 494 (remove_files) COMPLETE |
5878 | 2024-12-20T23:30:32.892Z | [ recovery-image] Dec 20 23:30:32.625 INFO O| Dec 20 23:30:32.625 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-12-20T23:30:32.926Z | [ recovery-image] Dec 20 23:30:32.663 INFO O| Dec 20 23:30:32.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5880 | 2024-12-20T23:30:32.930Z | [ recovery-image] Dec 20 23:30:32.663 INFO O| Dec 20 23:30:32.663 INFO STEP 495 (remove_files) COMPLETE |
5881 | 2024-12-20T23:30:32.930Z | [ recovery-image] Dec 20 23:30:32.663 INFO O| Dec 20 23:30:32.663 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-12-20T23:30:32.948Z | [ recovery-image] Dec 20 23:30:32.683 INFO O| Dec 20 23:30:32.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5883 | 2024-12-20T23:30:32.948Z | [ recovery-image] Dec 20 23:30:32.683 INFO O| Dec 20 23:30:32.683 INFO STEP 496 (remove_files) COMPLETE |
5884 | 2024-12-20T23:30:32.952Z | [ recovery-image] Dec 20 23:30:32.684 INFO O| Dec 20 23:30:32.684 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-12-20T23:30:32.965Z | [ recovery-image] Dec 20 23:30:32.702 INFO O| Dec 20 23:30:32.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5886 | 2024-12-20T23:30:32.968Z | [ recovery-image] Dec 20 23:30:32.702 INFO O| Dec 20 23:30:32.702 INFO STEP 497 (remove_files) COMPLETE |
5887 | 2024-12-20T23:30:32.969Z | [ recovery-image] Dec 20 23:30:32.702 INFO O| Dec 20 23:30:32.702 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-12-20T23:30:32.987Z | [ recovery-image] Dec 20 23:30:32.723 INFO O| Dec 20 23:30:32.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5889 | 2024-12-20T23:30:32.991Z | [ recovery-image] Dec 20 23:30:32.723 INFO O| Dec 20 23:30:32.723 INFO STEP 498 (remove_files) COMPLETE |
5890 | 2024-12-20T23:30:32.991Z | [ recovery-image] Dec 20 23:30:32.723 INFO O| Dec 20 23:30:32.723 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-12-20T23:30:33.008Z | [ recovery-image] Dec 20 23:30:32.744 INFO O| Dec 20 23:30:32.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5892 | 2024-12-20T23:30:33.011Z | [ recovery-image] Dec 20 23:30:32.745 INFO O| Dec 20 23:30:32.744 INFO STEP 499 (remove_files) COMPLETE |
5893 | 2024-12-20T23:30:33.011Z | [ recovery-image] Dec 20 23:30:32.745 INFO O| Dec 20 23:30:32.745 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-12-20T23:30:33.029Z | [ recovery-image] Dec 20 23:30:32.766 INFO O| Dec 20 23:30:32.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5895 | 2024-12-20T23:30:33.032Z | [ recovery-image] Dec 20 23:30:32.766 INFO O| Dec 20 23:30:32.766 INFO STEP 500 (remove_files) COMPLETE |
5896 | 2024-12-20T23:30:33.032Z | [ recovery-image] Dec 20 23:30:32.766 INFO O| Dec 20 23:30:32.766 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-12-20T23:30:33.050Z | [ recovery-image] Dec 20 23:30:32.787 INFO O| Dec 20 23:30:32.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5898 | 2024-12-20T23:30:33.053Z | [ recovery-image] Dec 20 23:30:32.787 INFO O| Dec 20 23:30:32.787 INFO STEP 501 (remove_files) COMPLETE |
5899 | 2024-12-20T23:30:33.053Z | [ recovery-image] Dec 20 23:30:32.787 INFO O| Dec 20 23:30:32.787 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-12-20T23:30:33.071Z | [ recovery-image] Dec 20 23:30:32.808 INFO O| Dec 20 23:30:32.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5901 | 2024-12-20T23:30:33.074Z | [ recovery-image] Dec 20 23:30:32.808 INFO O| Dec 20 23:30:32.808 INFO STEP 502 (remove_files) COMPLETE |
5902 | 2024-12-20T23:30:33.074Z | [ recovery-image] Dec 20 23:30:32.808 INFO O| Dec 20 23:30:32.808 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-12-20T23:30:33.089Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
5904 | 2024-12-20T23:30:33.094Z | [ recovery-image] Dec 20 23:30:32.831 INFO O| Dec 20 23:30:32.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5905 | 2024-12-20T23:30:33.098Z | [ recovery-image] Dec 20 23:30:32.831 INFO O| Dec 20 23:30:32.831 INFO STEP 503 (remove_files) COMPLETE |
5906 | 2024-12-20T23:30:33.098Z | [ recovery-image] Dec 20 23:30:32.831 INFO O| Dec 20 23:30:32.831 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-12-20T23:30:33.134Z | [ recovery-image] Dec 20 23:30:32.869 INFO O| Dec 20 23:30:32.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5908 | 2024-12-20T23:30:33.134Z | [ recovery-image] Dec 20 23:30:32.869 INFO O| Dec 20 23:30:32.869 INFO STEP 504 (remove_files) COMPLETE |
5909 | 2024-12-20T23:30:33.134Z | [ recovery-image] Dec 20 23:30:32.869 INFO O| Dec 20 23:30:32.869 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-12-20T23:30:33.156Z | [ recovery-image] Dec 20 23:30:32.893 INFO O| Dec 20 23:30:32.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5911 | 2024-12-20T23:30:33.156Z | [ recovery-image] Dec 20 23:30:32.893 INFO O| Dec 20 23:30:32.887 INFO STEP 505 (remove_files) COMPLETE |
5912 | 2024-12-20T23:30:33.159Z | [ recovery-image] Dec 20 23:30:32.893 INFO O| Dec 20 23:30:32.887 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-12-20T23:30:33.170Z | [ recovery-image] Dec 20 23:30:32.906 INFO O| Dec 20 23:30:32.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5914 | 2024-12-20T23:30:33.207Z | [ recovery-image] Dec 20 23:30:32.935 INFO O| Dec 20 23:30:32.935 INFO STEP 506 (remove_files) COMPLETE |
5915 | 2024-12-20T23:30:33.207Z | [ recovery-image] Dec 20 23:30:32.935 INFO O| Dec 20 23:30:32.935 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-12-20T23:30:33.268Z | [ recovery-image] Dec 20 23:30:33.004 INFO O| Dec 20 23:30:33.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5917 | 2024-12-20T23:30:33.271Z | [ recovery-image] Dec 20 23:30:33.004 INFO O| Dec 20 23:30:33.004 INFO STEP 507 (remove_files) COMPLETE |
5918 | 2024-12-20T23:30:33.271Z | [ recovery-image] Dec 20 23:30:33.004 INFO O| Dec 20 23:30:33.004 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-12-20T23:30:33.299Z | [ recovery-image] Dec 20 23:30:33.035 INFO O| Dec 20 23:30:33.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5920 | 2024-12-20T23:30:33.299Z | [ recovery-image] Dec 20 23:30:33.035 INFO O| Dec 20 23:30:33.035 INFO STEP 508 (remove_files) COMPLETE |
5921 | 2024-12-20T23:30:33.299Z | [ recovery-image] Dec 20 23:30:33.035 INFO O| Dec 20 23:30:33.035 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-12-20T23:30:33.323Z | [ recovery-image] Dec 20 23:30:33.059 INFO O| Dec 20 23:30:33.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5923 | 2024-12-20T23:30:33.323Z | [ recovery-image] Dec 20 23:30:33.059 INFO O| Dec 20 23:30:33.059 INFO STEP 509 (remove_files) COMPLETE |
5924 | 2024-12-20T23:30:33.326Z | [ recovery-image] Dec 20 23:30:33.059 INFO O| Dec 20 23:30:33.059 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-12-20T23:30:33.343Z | [ recovery-image] Dec 20 23:30:33.079 INFO O| Dec 20 23:30:33.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5926 | 2024-12-20T23:30:33.343Z | [ recovery-image] Dec 20 23:30:33.079 INFO O| Dec 20 23:30:33.079 INFO STEP 510 (remove_files) COMPLETE |
5927 | 2024-12-20T23:30:33.343Z | [ recovery-image] Dec 20 23:30:33.079 INFO O| Dec 20 23:30:33.079 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-12-20T23:30:33.383Z | [ recovery-image] Dec 20 23:30:33.120 INFO O| Dec 20 23:30:33.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5929 | 2024-12-20T23:30:33.383Z | [ recovery-image] Dec 20 23:30:33.120 INFO O| Dec 20 23:30:33.120 INFO STEP 511 (remove_files) COMPLETE |
5930 | 2024-12-20T23:30:33.383Z | [ recovery-image] Dec 20 23:30:33.120 INFO O| Dec 20 23:30:33.120 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-12-20T23:30:33.412Z | [ recovery-image] Dec 20 23:30:33.149 INFO O| Dec 20 23:30:33.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5932 | 2024-12-20T23:30:33.412Z | [ recovery-image] Dec 20 23:30:33.149 INFO O| Dec 20 23:30:33.149 INFO STEP 512 (remove_files) COMPLETE |
5933 | 2024-12-20T23:30:33.422Z | [ recovery-image] Dec 20 23:30:33.149 INFO O| Dec 20 23:30:33.149 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-12-20T23:30:33.443Z | [ recovery-image] Dec 20 23:30:33.180 INFO O| Dec 20 23:30:33.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5935 | 2024-12-20T23:30:33.443Z | [ recovery-image] Dec 20 23:30:33.180 INFO O| Dec 20 23:30:33.180 INFO STEP 513 (remove_files) COMPLETE |
5936 | 2024-12-20T23:30:33.443Z | [ recovery-image] Dec 20 23:30:33.180 INFO O| Dec 20 23:30:33.180 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-12-20T23:30:33.479Z | [ recovery-image] Dec 20 23:30:33.213 INFO O| Dec 20 23:30:33.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5938 | 2024-12-20T23:30:33.479Z | [ recovery-image] Dec 20 23:30:33.213 INFO O| Dec 20 23:30:33.213 INFO STEP 514 (remove_files) COMPLETE |
5939 | 2024-12-20T23:30:33.479Z | [ recovery-image] Dec 20 23:30:33.214 INFO O| Dec 20 23:30:33.213 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-12-20T23:30:33.533Z | [ recovery-image] Dec 20 23:30:33.265 INFO O| Dec 20 23:30:33.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5941 | 2024-12-20T23:30:33.533Z | [ recovery-image] Dec 20 23:30:33.265 INFO O| Dec 20 23:30:33.265 INFO STEP 515 (remove_files) COMPLETE |
5942 | 2024-12-20T23:30:33.533Z | [ recovery-image] Dec 20 23:30:33.265 INFO O| Dec 20 23:30:33.265 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-12-20T23:30:33.641Z | [ recovery-image] Dec 20 23:30:33.377 INFO O| Dec 20 23:30:33.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5944 | 2024-12-20T23:30:33.641Z | [ recovery-image] Dec 20 23:30:33.377 INFO O| Dec 20 23:30:33.377 INFO STEP 516 (remove_files) COMPLETE |
5945 | 2024-12-20T23:30:33.641Z | [ recovery-image] Dec 20 23:30:33.377 INFO O| Dec 20 23:30:33.377 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-12-20T23:30:33.661Z | [ recovery-image] Dec 20 23:30:33.397 INFO O| Dec 20 23:30:33.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5947 | 2024-12-20T23:30:33.661Z | [ recovery-image] Dec 20 23:30:33.397 INFO O| Dec 20 23:30:33.397 INFO STEP 517 (remove_files) COMPLETE |
5948 | 2024-12-20T23:30:33.661Z | [ recovery-image] Dec 20 23:30:33.397 INFO O| Dec 20 23:30:33.397 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-12-20T23:30:33.700Z | [ recovery-image] Dec 20 23:30:33.436 INFO O| Dec 20 23:30:33.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5950 | 2024-12-20T23:30:33.700Z | [ recovery-image] Dec 20 23:30:33.436 INFO O| Dec 20 23:30:33.436 INFO STEP 518 (remove_files) COMPLETE |
5951 | 2024-12-20T23:30:33.700Z | [ recovery-image] Dec 20 23:30:33.436 INFO O| Dec 20 23:30:33.436 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-12-20T23:30:33.725Z | [ recovery-image] Dec 20 23:30:33.462 INFO O| Dec 20 23:30:33.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5953 | 2024-12-20T23:30:33.728Z | [ recovery-image] Dec 20 23:30:33.462 INFO O| Dec 20 23:30:33.462 INFO STEP 519 (remove_files) COMPLETE |
5954 | 2024-12-20T23:30:33.728Z | [ recovery-image] Dec 20 23:30:33.463 INFO O| Dec 20 23:30:33.463 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-12-20T23:30:33.747Z | [ recovery-image] Dec 20 23:30:33.484 INFO O| Dec 20 23:30:33.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5956 | 2024-12-20T23:30:33.751Z | [ recovery-image] Dec 20 23:30:33.485 INFO O| Dec 20 23:30:33.484 INFO STEP 520 (remove_files) COMPLETE |
5957 | 2024-12-20T23:30:33.751Z | [ recovery-image] Dec 20 23:30:33.485 INFO O| Dec 20 23:30:33.485 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-12-20T23:30:33.769Z | [ recovery-image] Dec 20 23:30:33.506 INFO O| Dec 20 23:30:33.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5959 | 2024-12-20T23:30:33.782Z | [ recovery-image] Dec 20 23:30:33.519 INFO O| Dec 20 23:30:33.519 INFO STEP 521 (remove_files) COMPLETE |
5960 | 2024-12-20T23:30:33.782Z | [ recovery-image] Dec 20 23:30:33.519 INFO O| Dec 20 23:30:33.519 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-12-20T23:30:33.804Z | [ recovery-image] Dec 20 23:30:33.541 INFO O| Dec 20 23:30:33.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5962 | 2024-12-20T23:30:33.809Z | [ recovery-image] Dec 20 23:30:33.541 INFO O| Dec 20 23:30:33.541 INFO STEP 522 (remove_files) COMPLETE |
5963 | 2024-12-20T23:30:33.809Z | [ recovery-image] Dec 20 23:30:33.542 INFO O| Dec 20 23:30:33.541 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-12-20T23:30:33.825Z | [ recovery-image] Dec 20 23:30:33.562 INFO O| Dec 20 23:30:33.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5965 | 2024-12-20T23:30:33.828Z | [ recovery-image] Dec 20 23:30:33.562 INFO O| Dec 20 23:30:33.562 INFO STEP 523 (remove_files) COMPLETE |
5966 | 2024-12-20T23:30:33.828Z | [ recovery-image] Dec 20 23:30:33.562 INFO O| Dec 20 23:30:33.562 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-12-20T23:30:33.847Z | [ recovery-image] Dec 20 23:30:33.582 INFO O| Dec 20 23:30:33.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5968 | 2024-12-20T23:30:33.852Z | [ recovery-image] Dec 20 23:30:33.583 INFO O| Dec 20 23:30:33.583 INFO STEP 524 (remove_files) COMPLETE |
5969 | 2024-12-20T23:30:33.853Z | [ recovery-image] Dec 20 23:30:33.583 INFO O| Dec 20 23:30:33.583 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-12-20T23:30:33.867Z | [ recovery-image] Dec 20 23:30:33.604 INFO O| Dec 20 23:30:33.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5971 | 2024-12-20T23:30:33.871Z | [ recovery-image] Dec 20 23:30:33.604 INFO O| Dec 20 23:30:33.604 INFO STEP 525 (remove_files) COMPLETE |
5972 | 2024-12-20T23:30:33.871Z | [ recovery-image] Dec 20 23:30:33.604 INFO O| Dec 20 23:30:33.604 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-12-20T23:30:33.889Z | [ recovery-image] Dec 20 23:30:33.626 INFO O| Dec 20 23:30:33.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5974 | 2024-12-20T23:30:33.892Z | [ recovery-image] Dec 20 23:30:33.626 INFO O| Dec 20 23:30:33.626 INFO STEP 526 (remove_files) COMPLETE |
5975 | 2024-12-20T23:30:33.893Z | [ recovery-image] Dec 20 23:30:33.626 INFO O| Dec 20 23:30:33.626 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-12-20T23:30:33.911Z | [ recovery-image] Dec 20 23:30:33.648 INFO O| Dec 20 23:30:33.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5977 | 2024-12-20T23:30:33.911Z | [ recovery-image] Dec 20 23:30:33.648 INFO O| Dec 20 23:30:33.648 INFO STEP 527 (remove_files) COMPLETE |
5978 | 2024-12-20T23:30:33.914Z | [ recovery-image] Dec 20 23:30:33.648 INFO O| Dec 20 23:30:33.648 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-12-20T23:30:33.932Z | [ recovery-image] Dec 20 23:30:33.669 INFO O| Dec 20 23:30:33.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5980 | 2024-12-20T23:30:33.936Z | [ recovery-image] Dec 20 23:30:33.672 INFO O| Dec 20 23:30:33.672 INFO STEP 528 (remove_files) COMPLETE |
5981 | 2024-12-20T23:30:33.936Z | [ recovery-image] Dec 20 23:30:33.672 INFO O| Dec 20 23:30:33.672 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-12-20T23:30:33.970Z | [ recovery-image] Dec 20 23:30:33.706 INFO O| Dec 20 23:30:33.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5983 | 2024-12-20T23:30:33.970Z | [ recovery-image] Dec 20 23:30:33.707 INFO O| Dec 20 23:30:33.707 INFO STEP 529 (remove_files) COMPLETE |
5984 | 2024-12-20T23:30:33.970Z | [ recovery-image] Dec 20 23:30:33.707 INFO O| Dec 20 23:30:33.707 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-12-20T23:30:33.991Z | [ recovery-image] Dec 20 23:30:33.728 INFO O| Dec 20 23:30:33.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5986 | 2024-12-20T23:30:33.991Z | [ recovery-image] Dec 20 23:30:33.728 INFO O| Dec 20 23:30:33.728 INFO STEP 530 (remove_files) COMPLETE |
5987 | 2024-12-20T23:30:33.994Z | [ recovery-image] Dec 20 23:30:33.728 INFO O| Dec 20 23:30:33.728 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-12-20T23:30:34.013Z | [ recovery-image] Dec 20 23:30:33.750 INFO O| Dec 20 23:30:33.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5989 | 2024-12-20T23:30:34.013Z | [ recovery-image] Dec 20 23:30:33.750 INFO O| Dec 20 23:30:33.750 INFO STEP 531 (remove_files) COMPLETE |
5990 | 2024-12-20T23:30:34.014Z | [ recovery-image] Dec 20 23:30:33.750 INFO O| Dec 20 23:30:33.750 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-12-20T23:30:34.034Z | [ recovery-image] Dec 20 23:30:33.771 INFO O| Dec 20 23:30:33.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5992 | 2024-12-20T23:30:34.034Z | [ recovery-image] Dec 20 23:30:33.771 INFO O| Dec 20 23:30:33.771 INFO STEP 532 (remove_files) COMPLETE |
5993 | 2024-12-20T23:30:34.037Z | [ recovery-image] Dec 20 23:30:33.771 INFO O| Dec 20 23:30:33.771 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-12-20T23:30:34.056Z | [ recovery-image] Dec 20 23:30:33.793 INFO O| Dec 20 23:30:33.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5995 | 2024-12-20T23:30:34.056Z | [ recovery-image] Dec 20 23:30:33.793 INFO O| Dec 20 23:30:33.793 INFO STEP 533 (remove_files) COMPLETE |
5996 | 2024-12-20T23:30:34.056Z | [ recovery-image] Dec 20 23:30:33.793 INFO O| Dec 20 23:30:33.793 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-12-20T23:30:34.085Z | [ recovery-image] Dec 20 23:30:33.821 INFO O| Dec 20 23:30:33.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5998 | 2024-12-20T23:30:34.088Z | [ recovery-image] Dec 20 23:30:33.821 INFO O| Dec 20 23:30:33.821 INFO STEP 534 (remove_files) COMPLETE |
5999 | 2024-12-20T23:30:34.088Z | [ recovery-image] Dec 20 23:30:33.822 INFO O| Dec 20 23:30:33.821 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-12-20T23:30:34.106Z | [ recovery-image] Dec 20 23:30:33.843 INFO O| Dec 20 23:30:33.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
6001 | 2024-12-20T23:30:34.108Z | [ recovery-image] Dec 20 23:30:33.843 INFO O| Dec 20 23:30:33.843 INFO STEP 535 (remove_files) COMPLETE |
6002 | 2024-12-20T23:30:34.109Z | [ recovery-image] Dec 20 23:30:33.843 INFO O| Dec 20 23:30:33.843 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-12-20T23:30:34.139Z | [ recovery-image] Dec 20 23:30:33.875 INFO O| Dec 20 23:30:33.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
6004 | 2024-12-20T23:30:34.160Z | [ recovery-image] Dec 20 23:30:33.895 INFO O| Dec 20 23:30:33.895 INFO STEP 536 (remove_files) COMPLETE |
6005 | 2024-12-20T23:30:34.160Z | [ recovery-image] Dec 20 23:30:33.895 INFO O| Dec 20 23:30:33.895 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-12-20T23:30:34.181Z | [ recovery-image] Dec 20 23:30:33.917 INFO O| Dec 20 23:30:33.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
6007 | 2024-12-20T23:30:34.184Z | [ recovery-image] Dec 20 23:30:33.917 INFO O| Dec 20 23:30:33.917 INFO STEP 537 (remove_files) COMPLETE |
6008 | 2024-12-20T23:30:34.185Z | [ recovery-image] Dec 20 23:30:33.917 INFO O| Dec 20 23:30:33.917 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-12-20T23:30:34.208Z | [ recovery-image] Dec 20 23:30:33.939 INFO O| Dec 20 23:30:33.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
6010 | 2024-12-20T23:30:34.208Z | [ recovery-image] Dec 20 23:30:33.939 INFO O| Dec 20 23:30:33.939 INFO STEP 538 (remove_files) COMPLETE |
6011 | 2024-12-20T23:30:34.208Z | [ recovery-image] Dec 20 23:30:33.940 INFO O| Dec 20 23:30:33.939 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-12-20T23:30:34.225Z | [ recovery-image] Dec 20 23:30:33.961 INFO O| Dec 20 23:30:33.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
6013 | 2024-12-20T23:30:34.299Z | [ recovery-image] Dec 20 23:30:34.034 INFO O| Dec 20 23:30:34.034 INFO STEP 539 (remove_files) COMPLETE |
6014 | 2024-12-20T23:30:34.302Z | [ recovery-image] Dec 20 23:30:34.034 INFO O| Dec 20 23:30:34.034 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-12-20T23:30:34.319Z | [ recovery-image] Dec 20 23:30:34.056 INFO O| Dec 20 23:30:34.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6016 | 2024-12-20T23:30:34.319Z | [ recovery-image] Dec 20 23:30:34.056 INFO O| Dec 20 23:30:34.056 INFO STEP 540 (remove_files) COMPLETE |
6017 | 2024-12-20T23:30:34.326Z | [ recovery-image] Dec 20 23:30:34.056 INFO O| Dec 20 23:30:34.056 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-12-20T23:30:34.342Z | [ recovery-image] Dec 20 23:30:34.077 INFO O| Dec 20 23:30:34.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6019 | 2024-12-20T23:30:34.342Z | [ recovery-image] Dec 20 23:30:34.077 INFO O| Dec 20 23:30:34.077 INFO STEP 541 (remove_files) COMPLETE |
6020 | 2024-12-20T23:30:34.342Z | [ recovery-image] Dec 20 23:30:34.077 INFO O| Dec 20 23:30:34.077 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-12-20T23:30:34.376Z | [ recovery-image] Dec 20 23:30:34.112 INFO O| Dec 20 23:30:34.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6022 | 2024-12-20T23:30:34.376Z | [ recovery-image] Dec 20 23:30:34.112 INFO O| Dec 20 23:30:34.112 INFO STEP 542 (remove_files) COMPLETE |
6023 | 2024-12-20T23:30:34.376Z | [ recovery-image] Dec 20 23:30:34.112 INFO O| Dec 20 23:30:34.112 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-12-20T23:30:34.476Z | [ recovery-image] Dec 20 23:30:34.213 INFO O| Dec 20 23:30:34.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6025 | 2024-12-20T23:30:34.477Z | [ recovery-image] Dec 20 23:30:34.213 INFO O| Dec 20 23:30:34.213 INFO STEP 543 (remove_files) COMPLETE |
6026 | 2024-12-20T23:30:34.477Z | [ recovery-image] Dec 20 23:30:34.213 INFO O| Dec 20 23:30:34.213 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-12-20T23:30:34.498Z | [ recovery-image] Dec 20 23:30:34.235 INFO O| Dec 20 23:30:34.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6028 | 2024-12-20T23:30:34.498Z | [ recovery-image] Dec 20 23:30:34.235 INFO O| Dec 20 23:30:34.235 INFO STEP 544 (remove_files) COMPLETE |
6029 | 2024-12-20T23:30:34.502Z | [ recovery-image] Dec 20 23:30:34.235 INFO O| Dec 20 23:30:34.235 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-12-20T23:30:34.565Z | [ recovery-image] Dec 20 23:30:34.302 INFO O| Dec 20 23:30:34.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6031 | 2024-12-20T23:30:34.568Z | [ recovery-image] Dec 20 23:30:34.302 INFO O| Dec 20 23:30:34.302 INFO STEP 545 (remove_files) COMPLETE |
6032 | 2024-12-20T23:30:34.568Z | [ recovery-image] Dec 20 23:30:34.302 INFO O| Dec 20 23:30:34.302 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-12-20T23:30:34.587Z | [ recovery-image] Dec 20 23:30:34.324 INFO O| Dec 20 23:30:34.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6034 | 2024-12-20T23:30:34.588Z | [ recovery-image] Dec 20 23:30:34.325 INFO O| Dec 20 23:30:34.325 INFO STEP 546 (remove_files) COMPLETE |
6035 | 2024-12-20T23:30:34.591Z | [ recovery-image] Dec 20 23:30:34.325 INFO O| Dec 20 23:30:34.325 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-12-20T23:30:34.608Z | [ recovery-image] Dec 20 23:30:34.345 INFO O| Dec 20 23:30:34.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6037 | 2024-12-20T23:30:34.611Z | [ recovery-image] Dec 20 23:30:34.345 INFO O| Dec 20 23:30:34.345 INFO STEP 547 (remove_files) COMPLETE |
6038 | 2024-12-20T23:30:34.611Z | [ recovery-image] Dec 20 23:30:34.346 INFO O| Dec 20 23:30:34.345 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-12-20T23:30:34.627Z | [ recovery-image] Dec 20 23:30:34.364 INFO O| Dec 20 23:30:34.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6040 | 2024-12-20T23:30:34.628Z | [ recovery-image] Dec 20 23:30:34.365 INFO O| Dec 20 23:30:34.364 INFO STEP 548 (remove_files) COMPLETE |
6041 | 2024-12-20T23:30:34.631Z | [ recovery-image] Dec 20 23:30:34.365 INFO O| Dec 20 23:30:34.365 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-12-20T23:30:34.648Z | [ recovery-image] Dec 20 23:30:34.385 INFO O| Dec 20 23:30:34.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6043 | 2024-12-20T23:30:34.652Z | [ recovery-image] Dec 20 23:30:34.385 INFO O| Dec 20 23:30:34.385 INFO STEP 549 (remove_files) COMPLETE |
6044 | 2024-12-20T23:30:34.652Z | [ recovery-image] Dec 20 23:30:34.385 INFO O| Dec 20 23:30:34.385 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-12-20T23:30:34.667Z | [ recovery-image] Dec 20 23:30:34.405 INFO O| Dec 20 23:30:34.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6046 | 2024-12-20T23:30:34.671Z | [ recovery-image] Dec 20 23:30:34.405 INFO O| Dec 20 23:30:34.405 INFO STEP 550 (remove_files) COMPLETE |
6047 | 2024-12-20T23:30:34.671Z | [ recovery-image] Dec 20 23:30:34.405 INFO O| Dec 20 23:30:34.405 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-12-20T23:30:34.687Z | [ recovery-image] Dec 20 23:30:34.425 INFO O| Dec 20 23:30:34.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6049 | 2024-12-20T23:30:34.691Z | [ recovery-image] Dec 20 23:30:34.425 INFO O| Dec 20 23:30:34.425 INFO STEP 551 (remove_files) COMPLETE |
6050 | 2024-12-20T23:30:34.691Z | [ recovery-image] Dec 20 23:30:34.425 INFO O| Dec 20 23:30:34.425 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-12-20T23:30:34.719Z | [ recovery-image] Dec 20 23:30:34.456 INFO O| Dec 20 23:30:34.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6052 | 2024-12-20T23:30:34.720Z | [ recovery-image] Dec 20 23:30:34.456 INFO O| Dec 20 23:30:34.456 INFO STEP 552 (remove_files) COMPLETE |
6053 | 2024-12-20T23:30:34.723Z | [ recovery-image] Dec 20 23:30:34.457 INFO O| Dec 20 23:30:34.456 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-12-20T23:30:34.742Z | [ recovery-image] Dec 20 23:30:34.479 INFO O| Dec 20 23:30:34.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6055 | 2024-12-20T23:30:34.742Z | [ recovery-image] Dec 20 23:30:34.479 INFO O| Dec 20 23:30:34.479 INFO STEP 553 (remove_files) COMPLETE |
6056 | 2024-12-20T23:30:34.745Z | [ recovery-image] Dec 20 23:30:34.479 INFO O| Dec 20 23:30:34.479 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-12-20T23:30:34.774Z | [ recovery-image] Dec 20 23:30:34.511 INFO O| Dec 20 23:30:34.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6058 | 2024-12-20T23:30:34.795Z | [ recovery-image] Dec 20 23:30:34.532 INFO O| Dec 20 23:30:34.532 INFO STEP 554 (remove_files) COMPLETE |
6059 | 2024-12-20T23:30:34.795Z | [ recovery-image] Dec 20 23:30:34.532 INFO O| Dec 20 23:30:34.532 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-12-20T23:30:34.854Z | [ recovery-image] Dec 20 23:30:34.591 INFO O| Dec 20 23:30:34.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6061 | 2024-12-20T23:30:34.876Z | [ recovery-image] Dec 20 23:30:34.611 INFO O| Dec 20 23:30:34.611 INFO STEP 555 (remove_files) COMPLETE |
6062 | 2024-12-20T23:30:34.876Z | [ recovery-image] Dec 20 23:30:34.611 INFO O| Dec 20 23:30:34.611 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-12-20T23:30:34.926Z | [ recovery-image] Dec 20 23:30:34.663 INFO O| Dec 20 23:30:34.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6064 | 2024-12-20T23:30:34.926Z | [ recovery-image] Dec 20 23:30:34.663 INFO O| Dec 20 23:30:34.663 INFO STEP 556 (remove_files) COMPLETE |
6065 | 2024-12-20T23:30:34.926Z | [ recovery-image] Dec 20 23:30:34.663 INFO O| Dec 20 23:30:34.663 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-12-20T23:30:34.948Z | [ recovery-image] Dec 20 23:30:34.685 INFO O| Dec 20 23:30:34.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6067 | 2024-12-20T23:30:34.948Z | [ recovery-image] Dec 20 23:30:34.685 INFO O| Dec 20 23:30:34.685 INFO STEP 557 (remove_files) COMPLETE |
6068 | 2024-12-20T23:30:34.948Z | [ recovery-image] Dec 20 23:30:34.685 INFO O| Dec 20 23:30:34.685 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-12-20T23:30:34.984Z | [ recovery-image] Dec 20 23:30:34.721 INFO O| Dec 20 23:30:34.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6070 | 2024-12-20T23:30:34.984Z | [ recovery-image] Dec 20 23:30:34.721 INFO O| Dec 20 23:30:34.721 INFO STEP 558 (remove_files) COMPLETE |
6071 | 2024-12-20T23:30:34.984Z | [ recovery-image] Dec 20 23:30:34.721 INFO O| Dec 20 23:30:34.721 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-12-20T23:30:35.005Z | [ recovery-image] Dec 20 23:30:34.742 INFO O| Dec 20 23:30:34.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6073 | 2024-12-20T23:30:35.005Z | [ recovery-image] Dec 20 23:30:34.742 INFO O| Dec 20 23:30:34.742 INFO STEP 559 (remove_files) COMPLETE |
6074 | 2024-12-20T23:30:35.012Z | [ recovery-image] Dec 20 23:30:34.743 INFO O| Dec 20 23:30:34.742 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-12-20T23:30:35.026Z | [ recovery-image] Dec 20 23:30:34.763 INFO O| Dec 20 23:30:34.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6076 | 2024-12-20T23:30:35.026Z | [ recovery-image] Dec 20 23:30:34.764 INFO O| Dec 20 23:30:34.764 INFO STEP 560 (remove_files) COMPLETE |
6077 | 2024-12-20T23:30:35.030Z | [ recovery-image] Dec 20 23:30:34.764 INFO O| Dec 20 23:30:34.764 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-12-20T23:30:35.047Z | [ recovery-image] Dec 20 23:30:34.784 INFO O| Dec 20 23:30:34.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6079 | 2024-12-20T23:30:35.047Z | [ recovery-image] Dec 20 23:30:34.785 INFO O| Dec 20 23:30:34.785 INFO STEP 561 (remove_files) COMPLETE |
6080 | 2024-12-20T23:30:35.050Z | [ recovery-image] Dec 20 23:30:34.785 INFO O| Dec 20 23:30:34.785 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-12-20T23:30:35.082Z | [ recovery-image] Dec 20 23:30:34.819 INFO O| Dec 20 23:30:34.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6082 | 2024-12-20T23:30:35.082Z | [ recovery-image] Dec 20 23:30:34.819 INFO O| Dec 20 23:30:34.819 INFO STEP 562 (remove_files) COMPLETE |
6083 | 2024-12-20T23:30:35.082Z | [ recovery-image] Dec 20 23:30:34.819 INFO O| Dec 20 23:30:34.819 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-12-20T23:30:35.103Z | [ recovery-image] Dec 20 23:30:34.840 INFO O| Dec 20 23:30:34.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6085 | 2024-12-20T23:30:35.103Z | [ recovery-image] Dec 20 23:30:34.840 INFO O| Dec 20 23:30:34.840 INFO STEP 563 (remove_files) COMPLETE |
6086 | 2024-12-20T23:30:35.103Z | [ recovery-image] Dec 20 23:30:34.840 INFO O| Dec 20 23:30:34.840 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-12-20T23:30:35.162Z | [ recovery-image] Dec 20 23:30:34.899 INFO O| Dec 20 23:30:34.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6088 | 2024-12-20T23:30:35.162Z | [ recovery-image] Dec 20 23:30:34.899 INFO O| Dec 20 23:30:34.899 INFO STEP 564 (remove_files) COMPLETE |
6089 | 2024-12-20T23:30:35.167Z | [ recovery-image] Dec 20 23:30:34.899 INFO O| Dec 20 23:30:34.899 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-12-20T23:30:35.192Z | [ recovery-image] Dec 20 23:30:34.928 INFO O| Dec 20 23:30:34.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6091 | 2024-12-20T23:30:35.192Z | [ recovery-image] Dec 20 23:30:34.928 INFO O| Dec 20 23:30:34.928 INFO STEP 565 (remove_files) COMPLETE |
6092 | 2024-12-20T23:30:35.195Z | [ recovery-image] Dec 20 23:30:34.928 INFO O| Dec 20 23:30:34.928 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-12-20T23:30:35.245Z | [ recovery-image] Dec 20 23:30:34.982 INFO O| Dec 20 23:30:34.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6094 | 2024-12-20T23:30:35.245Z | [ recovery-image] Dec 20 23:30:34.982 INFO O| Dec 20 23:30:34.982 INFO STEP 566 (remove_files) COMPLETE |
6095 | 2024-12-20T23:30:35.246Z | [ recovery-image] Dec 20 23:30:34.982 INFO O| Dec 20 23:30:34.982 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-12-20T23:30:35.268Z | [ recovery-image] Dec 20 23:30:35.005 INFO O| Dec 20 23:30:35.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6097 | 2024-12-20T23:30:35.269Z | [ recovery-image] Dec 20 23:30:35.005 INFO O| Dec 20 23:30:35.005 INFO STEP 567 (remove_files) COMPLETE |
6098 | 2024-12-20T23:30:35.269Z | [ recovery-image] Dec 20 23:30:35.005 INFO O| Dec 20 23:30:35.005 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-12-20T23:30:35.328Z | [ recovery-image] Dec 20 23:30:35.065 INFO O| Dec 20 23:30:35.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6100 | 2024-12-20T23:30:35.328Z | [ recovery-image] Dec 20 23:30:35.065 INFO O| Dec 20 23:30:35.065 INFO STEP 568 (remove_files) COMPLETE |
6101 | 2024-12-20T23:30:35.332Z | [ recovery-image] Dec 20 23:30:35.065 INFO O| Dec 20 23:30:35.065 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-12-20T23:30:35.396Z | [ recovery-image] Dec 20 23:30:35.133 INFO O| Dec 20 23:30:35.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6103 | 2024-12-20T23:30:35.396Z | [ recovery-image] Dec 20 23:30:35.133 INFO O| Dec 20 23:30:35.133 INFO STEP 569 (remove_files) COMPLETE |
6104 | 2024-12-20T23:30:35.397Z | [ recovery-image] Dec 20 23:30:35.133 INFO O| Dec 20 23:30:35.133 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-12-20T23:30:35.418Z | [ recovery-image] Dec 20 23:30:35.155 INFO O| Dec 20 23:30:35.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6106 | 2024-12-20T23:30:35.418Z | [ recovery-image] Dec 20 23:30:35.155 INFO O| Dec 20 23:30:35.155 INFO STEP 570 (remove_files) COMPLETE |
6107 | 2024-12-20T23:30:35.422Z | [ recovery-image] Dec 20 23:30:35.155 INFO O| Dec 20 23:30:35.155 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-12-20T23:30:35.447Z | [ recovery-image] Dec 20 23:30:35.177 INFO O| Dec 20 23:30:35.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6109 | 2024-12-20T23:30:35.447Z | [ recovery-image] Dec 20 23:30:35.177 INFO O| Dec 20 23:30:35.177 INFO STEP 571 (remove_files) COMPLETE |
6110 | 2024-12-20T23:30:35.456Z | [ recovery-image] Dec 20 23:30:35.177 INFO O| Dec 20 23:30:35.177 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-12-20T23:30:35.515Z | [ recovery-image] Dec 20 23:30:35.253 INFO O| Dec 20 23:30:35.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6112 | 2024-12-20T23:30:35.516Z | [ recovery-image] Dec 20 23:30:35.253 INFO O| Dec 20 23:30:35.253 INFO STEP 572 (remove_files) COMPLETE |
6113 | 2024-12-20T23:30:35.516Z | [ recovery-image] Dec 20 23:30:35.253 INFO O| Dec 20 23:30:35.253 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-12-20T23:30:35.547Z | [ recovery-image] Dec 20 23:30:35.284 INFO O| Dec 20 23:30:35.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6115 | 2024-12-20T23:30:35.581Z | [ recovery-image] Dec 20 23:30:35.304 INFO O| Dec 20 23:30:35.304 INFO STEP 573 (remove_files) COMPLETE |
6116 | 2024-12-20T23:30:35.581Z | [ recovery-image] Dec 20 23:30:35.304 INFO O| Dec 20 23:30:35.304 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-12-20T23:30:35.611Z | [ recovery-image] Dec 20 23:30:35.337 INFO O| Dec 20 23:30:35.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6118 | 2024-12-20T23:30:35.611Z | [ recovery-image] Dec 20 23:30:35.337 INFO O| Dec 20 23:30:35.337 INFO STEP 574 (remove_files) COMPLETE |
6119 | 2024-12-20T23:30:35.619Z | [ recovery-image] Dec 20 23:30:35.338 INFO O| Dec 20 23:30:35.337 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-12-20T23:30:35.663Z | [ recovery-image] Dec 20 23:30:35.400 INFO O| Dec 20 23:30:35.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6121 | 2024-12-20T23:30:35.663Z | [ recovery-image] Dec 20 23:30:35.400 INFO O| Dec 20 23:30:35.400 INFO STEP 575 (remove_files) COMPLETE |
6122 | 2024-12-20T23:30:35.664Z | [ recovery-image] Dec 20 23:30:35.400 INFO O| Dec 20 23:30:35.400 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-12-20T23:30:35.684Z | [ recovery-image] Dec 20 23:30:35.418 INFO O| Dec 20 23:30:35.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6124 | 2024-12-20T23:30:35.684Z | [ recovery-image] Dec 20 23:30:35.419 INFO O| Dec 20 23:30:35.419 INFO STEP 576 (remove_files) COMPLETE |
6125 | 2024-12-20T23:30:35.689Z | [ recovery-image] Dec 20 23:30:35.419 INFO O| Dec 20 23:30:35.419 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-12-20T23:30:35.704Z | [ recovery-image] Dec 20 23:30:35.437 INFO O| Dec 20 23:30:35.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6127 | 2024-12-20T23:30:35.704Z | [ recovery-image] Dec 20 23:30:35.437 INFO O| Dec 20 23:30:35.437 INFO STEP 577 (remove_files) COMPLETE |
6128 | 2024-12-20T23:30:35.707Z | [ recovery-image] Dec 20 23:30:35.437 INFO O| Dec 20 23:30:35.437 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-12-20T23:30:35.720Z | [ recovery-image] Dec 20 23:30:35.457 INFO O| Dec 20 23:30:35.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6130 | 2024-12-20T23:30:35.720Z | [ recovery-image] Dec 20 23:30:35.457 INFO O| Dec 20 23:30:35.457 INFO STEP 578 (remove_files) COMPLETE |
6131 | 2024-12-20T23:30:35.723Z | [ recovery-image] Dec 20 23:30:35.458 INFO O| Dec 20 23:30:35.457 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-12-20T23:30:35.738Z | [ recovery-image] Dec 20 23:30:35.475 INFO O| Dec 20 23:30:35.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6133 | 2024-12-20T23:30:35.758Z | [ recovery-image] Dec 20 23:30:35.495 INFO O| Dec 20 23:30:35.495 INFO STEP 579 (remove_files) COMPLETE |
6134 | 2024-12-20T23:30:35.758Z | [ recovery-image] Dec 20 23:30:35.495 INFO O| Dec 20 23:30:35.495 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-12-20T23:30:35.791Z | [ recovery-image] Dec 20 23:30:35.528 INFO O| Dec 20 23:30:35.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6136 | 2024-12-20T23:30:35.791Z | [ recovery-image] Dec 20 23:30:35.528 INFO O| Dec 20 23:30:35.528 INFO STEP 580 (remove_files) COMPLETE |
6137 | 2024-12-20T23:30:35.791Z | [ recovery-image] Dec 20 23:30:35.528 INFO O| Dec 20 23:30:35.528 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-12-20T23:30:35.832Z | [ recovery-image] Dec 20 23:30:35.570 INFO O| Dec 20 23:30:35.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6139 | 2024-12-20T23:30:35.835Z | [ recovery-image] Dec 20 23:30:35.570 INFO O| Dec 20 23:30:35.570 INFO STEP 581 (remove_files) COMPLETE |
6140 | 2024-12-20T23:30:35.836Z | [ recovery-image] Dec 20 23:30:35.570 INFO O| Dec 20 23:30:35.570 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-12-20T23:30:35.854Z | [ recovery-image] Dec 20 23:30:35.592 INFO O| Dec 20 23:30:35.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6142 | 2024-12-20T23:30:35.857Z | [ recovery-image] Dec 20 23:30:35.592 INFO O| Dec 20 23:30:35.592 INFO STEP 582 (remove_files) COMPLETE |
6143 | 2024-12-20T23:30:35.857Z | [ recovery-image] Dec 20 23:30:35.592 INFO O| Dec 20 23:30:35.592 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-12-20T23:30:35.875Z | [ recovery-image] Dec 20 23:30:35.612 INFO O| Dec 20 23:30:35.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6145 | 2024-12-20T23:30:35.879Z | [ recovery-image] Dec 20 23:30:35.613 INFO O| Dec 20 23:30:35.613 INFO STEP 583 (remove_files) COMPLETE |
6146 | 2024-12-20T23:30:35.880Z | [ recovery-image] Dec 20 23:30:35.613 INFO O| Dec 20 23:30:35.613 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-12-20T23:30:35.896Z | [ recovery-image] Dec 20 23:30:35.634 INFO O| Dec 20 23:30:35.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6148 | 2024-12-20T23:30:35.899Z | [ recovery-image] Dec 20 23:30:35.634 INFO O| Dec 20 23:30:35.634 INFO STEP 584 (remove_files) COMPLETE |
6149 | 2024-12-20T23:30:35.899Z | [ recovery-image] Dec 20 23:30:35.634 INFO O| Dec 20 23:30:35.634 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-12-20T23:30:35.917Z | [ recovery-image] Dec 20 23:30:35.655 INFO O| Dec 20 23:30:35.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6151 | 2024-12-20T23:30:35.922Z | [ recovery-image] Dec 20 23:30:35.659 INFO O| Dec 20 23:30:35.659 INFO STEP 585 (remove_files) COMPLETE |
6152 | 2024-12-20T23:30:35.925Z | [ recovery-image] Dec 20 23:30:35.659 INFO O| Dec 20 23:30:35.659 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-12-20T23:30:35.972Z | [ recovery-image] Dec 20 23:30:35.708 INFO O| Dec 20 23:30:35.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6154 | 2024-12-20T23:30:35.972Z | [ recovery-image] Dec 20 23:30:35.708 INFO O| Dec 20 23:30:35.708 INFO STEP 586 (remove_files) COMPLETE |
6155 | 2024-12-20T23:30:35.976Z | [ recovery-image] Dec 20 23:30:35.708 INFO O| Dec 20 23:30:35.708 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-12-20T23:30:36.006Z | [ recovery-image] Dec 20 23:30:35.744 INFO O| Dec 20 23:30:35.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6157 | 2024-12-20T23:30:36.007Z | [ recovery-image] Dec 20 23:30:35.744 INFO O| Dec 20 23:30:35.744 INFO STEP 587 (remove_files) COMPLETE |
6158 | 2024-12-20T23:30:36.011Z | [ recovery-image] Dec 20 23:30:35.744 INFO O| Dec 20 23:30:35.744 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-12-20T23:30:36.026Z | [ recovery-image] Dec 20 23:30:35.763 INFO O| Dec 20 23:30:35.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6160 | 2024-12-20T23:30:36.029Z | [ recovery-image] Dec 20 23:30:35.765 INFO O| Dec 20 23:30:35.765 INFO STEP 588 (remove_files) COMPLETE |
6161 | 2024-12-20T23:30:36.029Z | [ recovery-image] Dec 20 23:30:35.765 INFO O| Dec 20 23:30:35.765 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-12-20T23:30:36.067Z | [ recovery-image] Dec 20 23:30:35.804 INFO O| Dec 20 23:30:35.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6163 | 2024-12-20T23:30:36.067Z | [ recovery-image] Dec 20 23:30:35.804 INFO O| Dec 20 23:30:35.804 INFO STEP 589 (remove_files) COMPLETE |
6164 | 2024-12-20T23:30:36.067Z | [ recovery-image] Dec 20 23:30:35.804 INFO O| Dec 20 23:30:35.804 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-12-20T23:30:36.099Z | [ recovery-image] Dec 20 23:30:35.836 INFO O| Dec 20 23:30:35.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6166 | 2024-12-20T23:30:36.099Z | [ recovery-image] Dec 20 23:30:35.836 INFO O| Dec 20 23:30:35.836 INFO STEP 590 (remove_files) COMPLETE |
6167 | 2024-12-20T23:30:36.099Z | [ recovery-image] Dec 20 23:30:35.836 INFO O| Dec 20 23:30:35.836 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-12-20T23:30:36.120Z | [ recovery-image] Dec 20 23:30:35.857 INFO O| Dec 20 23:30:35.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6169 | 2024-12-20T23:30:36.144Z | [ recovery-image] Dec 20 23:30:35.881 INFO O| Dec 20 23:30:35.881 INFO STEP 591 (remove_files) COMPLETE |
6170 | 2024-12-20T23:30:36.144Z | [ recovery-image] Dec 20 23:30:35.881 INFO O| Dec 20 23:30:35.881 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-12-20T23:30:36.165Z | [ recovery-image] Dec 20 23:30:35.903 INFO O| Dec 20 23:30:35.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6172 | 2024-12-20T23:30:36.165Z | [ recovery-image] Dec 20 23:30:35.903 INFO O| Dec 20 23:30:35.903 INFO STEP 592 (remove_files) COMPLETE |
6173 | 2024-12-20T23:30:36.165Z | [ recovery-image] Dec 20 23:30:35.903 INFO O| Dec 20 23:30:35.903 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-12-20T23:30:36.199Z | [ recovery-image] Dec 20 23:30:35.936 INFO O| Dec 20 23:30:35.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6175 | 2024-12-20T23:30:36.202Z | [ recovery-image] Dec 20 23:30:35.936 INFO O| Dec 20 23:30:35.936 INFO STEP 593 (remove_files) COMPLETE |
6176 | 2024-12-20T23:30:36.202Z | [ recovery-image] Dec 20 23:30:35.936 INFO O| Dec 20 23:30:35.936 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-12-20T23:30:36.220Z | [ recovery-image] Dec 20 23:30:35.957 INFO O| Dec 20 23:30:35.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6178 | 2024-12-20T23:30:36.220Z | [ recovery-image] Dec 20 23:30:35.957 INFO O| Dec 20 23:30:35.957 INFO STEP 594 (remove_files) COMPLETE |
6179 | 2024-12-20T23:30:36.230Z | [ recovery-image] Dec 20 23:30:35.958 INFO O| Dec 20 23:30:35.957 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-12-20T23:30:36.240Z | [ recovery-image] Dec 20 23:30:35.977 INFO O| Dec 20 23:30:35.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6181 | 2024-12-20T23:30:36.240Z | [ recovery-image] Dec 20 23:30:35.978 INFO O| Dec 20 23:30:35.978 INFO STEP 595 (remove_files) COMPLETE |
6182 | 2024-12-20T23:30:36.240Z | [ recovery-image] Dec 20 23:30:35.978 INFO O| Dec 20 23:30:35.978 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-12-20T23:30:36.296Z | [ recovery-image] Dec 20 23:30:36.034 INFO O| Dec 20 23:30:36.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6184 | 2024-12-20T23:30:36.296Z | [ recovery-image] Dec 20 23:30:36.034 INFO O| Dec 20 23:30:36.034 INFO STEP 596 (remove_files) COMPLETE |
6185 | 2024-12-20T23:30:36.296Z | [ recovery-image] Dec 20 23:30:36.034 INFO O| Dec 20 23:30:36.034 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-12-20T23:30:36.338Z | [ recovery-image] Dec 20 23:30:36.075 INFO O| Dec 20 23:30:36.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6187 | 2024-12-20T23:30:36.338Z | [ recovery-image] Dec 20 23:30:36.075 INFO O| Dec 20 23:30:36.075 INFO STEP 597 (remove_files) COMPLETE |
6188 | 2024-12-20T23:30:36.338Z | [ recovery-image] Dec 20 23:30:36.075 INFO O| Dec 20 23:30:36.075 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-12-20T23:30:36.360Z | [ recovery-image] Dec 20 23:30:36.097 INFO O| Dec 20 23:30:36.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6190 | 2024-12-20T23:30:36.360Z | [ recovery-image] Dec 20 23:30:36.097 INFO O| Dec 20 23:30:36.097 INFO STEP 598 (remove_files) COMPLETE |
6191 | 2024-12-20T23:30:36.360Z | [ recovery-image] Dec 20 23:30:36.097 INFO O| Dec 20 23:30:36.097 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-12-20T23:30:36.392Z | [ recovery-image] Dec 20 23:30:36.118 INFO O| Dec 20 23:30:36.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6193 | 2024-12-20T23:30:36.392Z | [ recovery-image] Dec 20 23:30:36.118 INFO O| Dec 20 23:30:36.118 INFO STEP 599 (remove_files) COMPLETE |
6194 | 2024-12-20T23:30:36.392Z | [ recovery-image] Dec 20 23:30:36.118 INFO O| Dec 20 23:30:36.118 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-12-20T23:30:36.412Z | [ recovery-image] Dec 20 23:30:36.150 INFO O| Dec 20 23:30:36.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6196 | 2024-12-20T23:30:36.412Z | [ recovery-image] Dec 20 23:30:36.150 INFO O| Dec 20 23:30:36.150 INFO STEP 600 (remove_files) COMPLETE |
6197 | 2024-12-20T23:30:36.412Z | [ recovery-image] Dec 20 23:30:36.150 INFO O| Dec 20 23:30:36.150 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-12-20T23:30:36.448Z | [ recovery-image] Dec 20 23:30:36.186 INFO O| Dec 20 23:30:36.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6199 | 2024-12-20T23:30:36.448Z | [ recovery-image] Dec 20 23:30:36.186 INFO O| Dec 20 23:30:36.186 INFO STEP 601 (remove_files) COMPLETE |
6200 | 2024-12-20T23:30:36.452Z | [ recovery-image] Dec 20 23:30:36.186 INFO O| Dec 20 23:30:36.186 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-12-20T23:30:36.482Z | [ recovery-image] Dec 20 23:30:36.220 INFO O| Dec 20 23:30:36.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6202 | 2024-12-20T23:30:36.482Z | [ recovery-image] Dec 20 23:30:36.220 INFO O| Dec 20 23:30:36.220 INFO STEP 602 (remove_files) COMPLETE |
6203 | 2024-12-20T23:30:36.482Z | [ recovery-image] Dec 20 23:30:36.220 INFO O| Dec 20 23:30:36.220 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-12-20T23:30:36.504Z | [ recovery-image] Dec 20 23:30:36.240 INFO O| Dec 20 23:30:36.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6205 | 2024-12-20T23:30:36.504Z | [ recovery-image] Dec 20 23:30:36.241 INFO O| Dec 20 23:30:36.240 INFO STEP 603 (remove_files) COMPLETE |
6206 | 2024-12-20T23:30:36.504Z | [ recovery-image] Dec 20 23:30:36.241 INFO O| Dec 20 23:30:36.241 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-12-20T23:30:36.522Z | [ recovery-image] Dec 20 23:30:36.259 INFO O| Dec 20 23:30:36.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6208 | 2024-12-20T23:30:36.522Z | [ recovery-image] Dec 20 23:30:36.259 INFO O| Dec 20 23:30:36.259 INFO STEP 604 (remove_files) COMPLETE |
6209 | 2024-12-20T23:30:36.531Z | [ recovery-image] Dec 20 23:30:36.259 INFO O| Dec 20 23:30:36.259 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-12-20T23:30:36.546Z | [ recovery-image] Dec 20 23:30:36.281 INFO O| Dec 20 23:30:36.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6211 | 2024-12-20T23:30:36.546Z | [ recovery-image] Dec 20 23:30:36.281 INFO O| Dec 20 23:30:36.281 INFO STEP 605 (remove_files) COMPLETE |
6212 | 2024-12-20T23:30:36.546Z | [ recovery-image] Dec 20 23:30:36.281 INFO O| Dec 20 23:30:36.281 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-12-20T23:30:36.566Z | [ recovery-image] Dec 20 23:30:36.302 INFO O| Dec 20 23:30:36.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6214 | 2024-12-20T23:30:36.567Z | [ recovery-image] Dec 20 23:30:36.302 INFO O| Dec 20 23:30:36.302 INFO STEP 606 (remove_files) COMPLETE |
6215 | 2024-12-20T23:30:36.567Z | [ recovery-image] Dec 20 23:30:36.302 INFO O| Dec 20 23:30:36.302 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2024-12-20T23:30:36.584Z | [ recovery-image] Dec 20 23:30:36.321 INFO O| Dec 20 23:30:36.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6217 | 2024-12-20T23:30:36.584Z | [ recovery-image] Dec 20 23:30:36.321 INFO O| Dec 20 23:30:36.321 INFO STEP 607 (remove_files) COMPLETE |
6218 | 2024-12-20T23:30:36.584Z | [ recovery-image] Dec 20 23:30:36.321 INFO O| Dec 20 23:30:36.321 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2024-12-20T23:30:36.602Z | [ recovery-image] Dec 20 23:30:36.340 INFO O| Dec 20 23:30:36.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6220 | 2024-12-20T23:30:36.603Z | [ recovery-image] Dec 20 23:30:36.340 INFO O| Dec 20 23:30:36.340 INFO STEP 608 (remove_files) COMPLETE |
6221 | 2024-12-20T23:30:36.606Z | [ recovery-image] Dec 20 23:30:36.340 INFO O| Dec 20 23:30:36.340 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-12-20T23:30:36.622Z | [ recovery-image] Dec 20 23:30:36.360 INFO O| Dec 20 23:30:36.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6223 | 2024-12-20T23:30:36.623Z | [ recovery-image] Dec 20 23:30:36.360 INFO O| Dec 20 23:30:36.360 INFO STEP 609 (remove_files) COMPLETE |
6224 | 2024-12-20T23:30:36.623Z | [ recovery-image] Dec 20 23:30:36.360 INFO O| Dec 20 23:30:36.360 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-12-20T23:30:36.644Z | [ recovery-image] Dec 20 23:30:36.381 INFO O| Dec 20 23:30:36.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6226 | 2024-12-20T23:30:36.660Z | [ recovery-image] Dec 20 23:30:36.397 INFO O| Dec 20 23:30:36.397 INFO STEP 610 (remove_files) COMPLETE |
6227 | 2024-12-20T23:30:36.660Z | [ recovery-image] Dec 20 23:30:36.397 INFO O| Dec 20 23:30:36.397 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-12-20T23:30:36.696Z | [ recovery-image] Dec 20 23:30:36.434 INFO O| Dec 20 23:30:36.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6229 | 2024-12-20T23:30:36.697Z | [ recovery-image] Dec 20 23:30:36.434 INFO O| Dec 20 23:30:36.434 INFO STEP 611 (remove_files) COMPLETE |
6230 | 2024-12-20T23:30:36.697Z | [ recovery-image] Dec 20 23:30:36.434 INFO O| Dec 20 23:30:36.434 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-12-20T23:30:36.718Z | [ recovery-image] Dec 20 23:30:36.456 INFO O| Dec 20 23:30:36.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6232 | 2024-12-20T23:30:36.718Z | [ recovery-image] Dec 20 23:30:36.456 INFO O| Dec 20 23:30:36.456 INFO STEP 612 (remove_files) COMPLETE |
6233 | 2024-12-20T23:30:36.722Z | [ recovery-image] Dec 20 23:30:36.456 INFO O| Dec 20 23:30:36.456 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-12-20T23:30:36.738Z | [ recovery-image] Dec 20 23:30:36.476 INFO O| Dec 20 23:30:36.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6235 | 2024-12-20T23:30:36.738Z | [ recovery-image] Dec 20 23:30:36.476 INFO O| Dec 20 23:30:36.476 INFO STEP 613 (remove_files) COMPLETE |
6236 | 2024-12-20T23:30:36.741Z | [ recovery-image] Dec 20 23:30:36.476 INFO O| Dec 20 23:30:36.476 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-12-20T23:30:36.758Z | [ recovery-image] Dec 20 23:30:36.496 INFO O| Dec 20 23:30:36.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6238 | 2024-12-20T23:30:36.759Z | [ recovery-image] Dec 20 23:30:36.496 INFO O| Dec 20 23:30:36.496 INFO STEP 614 (remove_files) COMPLETE |
6239 | 2024-12-20T23:30:36.759Z | [ recovery-image] Dec 20 23:30:36.496 INFO O| Dec 20 23:30:36.496 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-12-20T23:30:36.780Z | [ recovery-image] Dec 20 23:30:36.517 INFO O| Dec 20 23:30:36.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6241 | 2024-12-20T23:30:36.780Z | [ recovery-image] Dec 20 23:30:36.517 INFO O| Dec 20 23:30:36.517 INFO STEP 615 (remove_files) COMPLETE |
6242 | 2024-12-20T23:30:36.780Z | [ recovery-image] Dec 20 23:30:36.517 INFO O| Dec 20 23:30:36.517 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-12-20T23:30:36.800Z | [ recovery-image] Dec 20 23:30:36.537 INFO O| Dec 20 23:30:36.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6244 | 2024-12-20T23:30:36.800Z | [ recovery-image] Dec 20 23:30:36.537 INFO O| Dec 20 23:30:36.537 INFO STEP 616 (remove_files) COMPLETE |
6245 | 2024-12-20T23:30:36.803Z | [ recovery-image] Dec 20 23:30:36.537 INFO O| Dec 20 23:30:36.537 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-12-20T23:30:36.838Z | [ recovery-image] Dec 20 23:30:36.576 INFO O| Dec 20 23:30:36.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6247 | 2024-12-20T23:30:36.838Z | [ recovery-image] Dec 20 23:30:36.576 INFO O| Dec 20 23:30:36.576 INFO STEP 617 (remove_files) COMPLETE |
6248 | 2024-12-20T23:30:36.838Z | [ recovery-image] Dec 20 23:30:36.576 INFO O| Dec 20 23:30:36.576 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-12-20T23:30:36.860Z | [ recovery-image] Dec 20 23:30:36.598 INFO O| Dec 20 23:30:36.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6250 | 2024-12-20T23:30:36.861Z | [ recovery-image] Dec 20 23:30:36.598 INFO O| Dec 20 23:30:36.598 INFO STEP 618 (remove_files) COMPLETE |
6251 | 2024-12-20T23:30:36.910Z | [ recovery-image] Dec 20 23:30:36.598 INFO O| Dec 20 23:30:36.598 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-12-20T23:30:36.914Z | [ recovery-image] Dec 20 23:30:36.619 INFO O| Dec 20 23:30:36.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6253 | 2024-12-20T23:30:36.914Z | [ recovery-image] Dec 20 23:30:36.619 INFO O| Dec 20 23:30:36.619 INFO STEP 619 (remove_files) COMPLETE |
6254 | 2024-12-20T23:30:36.914Z | [ recovery-image] Dec 20 23:30:36.620 INFO O| Dec 20 23:30:36.619 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-12-20T23:30:36.914Z | [ recovery-image] Dec 20 23:30:36.649 INFO O| Dec 20 23:30:36.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6256 | 2024-12-20T23:30:36.914Z | [ recovery-image] Dec 20 23:30:36.649 INFO O| Dec 20 23:30:36.649 INFO STEP 620 (remove_files) COMPLETE |
6257 | 2024-12-20T23:30:36.915Z | [ recovery-image] Dec 20 23:30:36.649 INFO O| Dec 20 23:30:36.649 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-12-20T23:30:36.935Z | [ recovery-image] Dec 20 23:30:36.672 INFO O| Dec 20 23:30:36.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6259 | 2024-12-20T23:30:36.936Z | [ recovery-image] Dec 20 23:30:36.672 INFO O| Dec 20 23:30:36.672 INFO STEP 621 (remove_files) COMPLETE |
6260 | 2024-12-20T23:30:36.939Z | [ recovery-image] Dec 20 23:30:36.672 INFO O| Dec 20 23:30:36.672 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-12-20T23:30:36.974Z | [ recovery-image] Dec 20 23:30:36.712 INFO O| Dec 20 23:30:36.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6262 | 2024-12-20T23:30:37.004Z | [ recovery-image] Dec 20 23:30:36.734 INFO O| Dec 20 23:30:36.734 INFO STEP 622 (remove_files) COMPLETE |
6263 | 2024-12-20T23:30:37.004Z | [ recovery-image] Dec 20 23:30:36.734 INFO O| Dec 20 23:30:36.734 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-12-20T23:30:37.032Z | [ recovery-image] Dec 20 23:30:36.756 INFO O| Dec 20 23:30:36.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6265 | 2024-12-20T23:30:37.046Z | [ recovery-image] Dec 20 23:30:36.757 INFO O| Dec 20 23:30:36.756 INFO STEP 623 (remove_files) COMPLETE |
6266 | 2024-12-20T23:30:37.046Z | [ recovery-image] Dec 20 23:30:36.757 INFO O| Dec 20 23:30:36.757 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-12-20T23:30:37.061Z | [ recovery-image] Dec 20 23:30:36.777 INFO O| Dec 20 23:30:36.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6268 | 2024-12-20T23:30:37.061Z | [ recovery-image] Dec 20 23:30:36.777 INFO O| Dec 20 23:30:36.777 INFO STEP 624 (remove_files) COMPLETE |
6269 | 2024-12-20T23:30:37.062Z | [ recovery-image] Dec 20 23:30:36.777 INFO O| Dec 20 23:30:36.777 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-12-20T23:30:37.084Z | [ recovery-image] Dec 20 23:30:36.810 INFO O| Dec 20 23:30:36.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6271 | 2024-12-20T23:30:37.085Z | [ recovery-image] Dec 20 23:30:36.810 INFO O| Dec 20 23:30:36.810 INFO STEP 625 (remove_files) COMPLETE |
6272 | 2024-12-20T23:30:37.112Z | [ recovery-image] Dec 20 23:30:36.810 INFO O| Dec 20 23:30:36.810 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-12-20T23:30:37.127Z | [ recovery-image] Dec 20 23:30:36.829 INFO O| Dec 20 23:30:36.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6274 | 2024-12-20T23:30:37.127Z | [ recovery-image] Dec 20 23:30:36.829 INFO O| Dec 20 23:30:36.829 INFO STEP 626 (remove_files) COMPLETE |
6275 | 2024-12-20T23:30:37.127Z | [ recovery-image] Dec 20 23:30:36.829 INFO O| Dec 20 23:30:36.829 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-12-20T23:30:37.127Z | [ recovery-image] Dec 20 23:30:36.849 INFO O| Dec 20 23:30:36.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6277 | 2024-12-20T23:30:37.127Z | [ recovery-image] Dec 20 23:30:36.850 INFO O| Dec 20 23:30:36.850 INFO STEP 627 (remove_files) COMPLETE |
6278 | 2024-12-20T23:30:37.127Z | [ recovery-image] Dec 20 23:30:36.850 INFO O| Dec 20 23:30:36.850 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-12-20T23:30:37.161Z | [ recovery-image] Dec 20 23:30:36.885 INFO O| Dec 20 23:30:36.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6280 | 2024-12-20T23:30:37.161Z | [ recovery-image] Dec 20 23:30:36.885 INFO O| Dec 20 23:30:36.885 INFO STEP 628 (remove_files) COMPLETE |
6281 | 2024-12-20T23:30:37.162Z | [ recovery-image] Dec 20 23:30:36.885 INFO O| Dec 20 23:30:36.885 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-12-20T23:30:37.192Z | [ recovery-image] Dec 20 23:30:36.908 INFO O| Dec 20 23:30:36.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6283 | 2024-12-20T23:30:37.192Z | [ recovery-image] Dec 20 23:30:36.908 INFO O| Dec 20 23:30:36.908 INFO STEP 629 (remove_files) COMPLETE |
6284 | 2024-12-20T23:30:37.193Z | [ recovery-image] Dec 20 23:30:36.908 INFO O| Dec 20 23:30:36.908 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-12-20T23:30:37.200Z | [ recovery-image] Dec 20 23:30:36.933 INFO O| Dec 20 23:30:36.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6286 | 2024-12-20T23:30:37.200Z | [ recovery-image] Dec 20 23:30:36.933 INFO O| Dec 20 23:30:36.933 INFO STEP 630 (remove_files) COMPLETE |
6287 | 2024-12-20T23:30:37.200Z | [ recovery-image] Dec 20 23:30:36.933 INFO O| Dec 20 23:30:36.933 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-12-20T23:30:37.235Z | [ recovery-image] Dec 20 23:30:36.954 INFO O| Dec 20 23:30:36.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6289 | 2024-12-20T23:30:37.235Z | [ recovery-image] Dec 20 23:30:36.955 INFO O| Dec 20 23:30:36.954 INFO STEP 631 (remove_files) COMPLETE |
6290 | 2024-12-20T23:30:37.235Z | [ recovery-image] Dec 20 23:30:36.955 INFO O| Dec 20 23:30:36.955 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-12-20T23:30:37.270Z | [ recovery-image] Dec 20 23:30:36.979 INFO O| Dec 20 23:30:36.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6292 | 2024-12-20T23:30:37.270Z | [ recovery-image] Dec 20 23:30:36.979 INFO O| Dec 20 23:30:36.975 INFO STEP 632 (remove_files) COMPLETE |
6293 | 2024-12-20T23:30:37.320Z | [ recovery-image] Dec 20 23:30:36.979 INFO O| Dec 20 23:30:36.975 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-12-20T23:30:37.321Z | [ recovery-image] Dec 20 23:30:36.994 INFO O| Dec 20 23:30:36.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6295 | 2024-12-20T23:30:37.321Z | [ recovery-image] Dec 20 23:30:36.995 INFO O| Dec 20 23:30:36.994 INFO STEP 633 (remove_files) COMPLETE |
6296 | 2024-12-20T23:30:37.321Z | [ recovery-image] Dec 20 23:30:36.995 INFO O| Dec 20 23:30:36.995 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-12-20T23:30:37.341Z | [ recovery-image] Dec 20 23:30:37.014 INFO O| Dec 20 23:30:37.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6298 | 2024-12-20T23:30:37.341Z | [ recovery-image] Dec 20 23:30:37.014 INFO O| Dec 20 23:30:37.014 INFO STEP 634 (remove_files) COMPLETE |
6299 | 2024-12-20T23:30:37.341Z | [ recovery-image] Dec 20 23:30:37.014 INFO O| Dec 20 23:30:37.014 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-12-20T23:30:37.341Z | [ recovery-image] Dec 20 23:30:37.032 INFO O| Dec 20 23:30:37.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6301 | 2024-12-20T23:30:37.341Z | [ recovery-image] Dec 20 23:30:37.032 INFO O| Dec 20 23:30:37.032 INFO STEP 635 (remove_files) COMPLETE |
6302 | 2024-12-20T23:30:37.341Z | [ recovery-image] Dec 20 23:30:37.033 INFO O| Dec 20 23:30:37.032 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-20T23:30:37.341Z | [ recovery-image] Dec 20 23:30:37.051 INFO O| Dec 20 23:30:37.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6304 | 2024-12-20T23:30:37.341Z | [ recovery-image] Dec 20 23:30:37.052 INFO O| Dec 20 23:30:37.052 INFO STEP 636 (remove_files) COMPLETE |
6305 | 2024-12-20T23:30:37.342Z | [ recovery-image] Dec 20 23:30:37.052 INFO O| Dec 20 23:30:37.052 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-20T23:30:37.357Z | [ recovery-image] Dec 20 23:30:37.076 INFO O| Dec 20 23:30:37.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6307 | 2024-12-20T23:30:37.357Z | [ recovery-image] Dec 20 23:30:37.076 INFO O| Dec 20 23:30:37.076 INFO STEP 637 (remove_files) COMPLETE |
6308 | 2024-12-20T23:30:37.357Z | [ recovery-image] Dec 20 23:30:37.077 INFO O| Dec 20 23:30:37.076 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-20T23:30:37.373Z | [ recovery-image] Dec 20 23:30:37.097 INFO O| Dec 20 23:30:37.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6310 | 2024-12-20T23:30:37.374Z | [ recovery-image] Dec 20 23:30:37.097 INFO O| Dec 20 23:30:37.097 INFO STEP 638 (remove_files) COMPLETE |
6311 | 2024-12-20T23:30:37.374Z | [ recovery-image] Dec 20 23:30:37.097 INFO O| Dec 20 23:30:37.097 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-20T23:30:37.397Z | [ recovery-image] Dec 20 23:30:37.120 INFO O| Dec 20 23:30:37.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6313 | 2024-12-20T23:30:37.397Z | [ recovery-image] Dec 20 23:30:37.120 INFO O| Dec 20 23:30:37.120 INFO STEP 639 (remove_files) COMPLETE |
6314 | 2024-12-20T23:30:37.451Z | [ recovery-image] Dec 20 23:30:37.120 INFO O| Dec 20 23:30:37.120 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-20T23:30:37.468Z | [ recovery-image] Dec 20 23:30:37.150 INFO O| Dec 20 23:30:37.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6316 | 2024-12-20T23:30:37.468Z | [ recovery-image] Dec 20 23:30:37.151 INFO O| Dec 20 23:30:37.151 INFO STEP 640 (remove_files) COMPLETE |
6317 | 2024-12-20T23:30:37.468Z | [ recovery-image] Dec 20 23:30:37.151 INFO O| Dec 20 23:30:37.151 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-20T23:30:37.468Z | [ recovery-image] Dec 20 23:30:37.186 INFO O| Dec 20 23:30:37.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6319 | 2024-12-20T23:30:37.468Z | [ recovery-image] Dec 20 23:30:37.186 INFO O| Dec 20 23:30:37.186 INFO STEP 641 (remove_files) COMPLETE |
6320 | 2024-12-20T23:30:37.468Z | [ recovery-image] Dec 20 23:30:37.186 INFO O| Dec 20 23:30:37.186 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-12-20T23:30:37.504Z | [ recovery-image] Dec 20 23:30:37.227 INFO O| Dec 20 23:30:37.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6322 | 2024-12-20T23:30:37.520Z | [ recovery-image] Dec 20 23:30:37.227 INFO O| Dec 20 23:30:37.227 INFO STEP 642 (remove_files) COMPLETE |
6323 | 2024-12-20T23:30:37.520Z | [ recovery-image] Dec 20 23:30:37.227 INFO O| Dec 20 23:30:37.227 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-12-20T23:30:37.541Z | [ recovery-image] Dec 20 23:30:37.248 INFO O| Dec 20 23:30:37.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6325 | 2024-12-20T23:30:37.541Z | [ recovery-image] Dec 20 23:30:37.248 INFO O| Dec 20 23:30:37.248 INFO STEP 643 (remove_files) COMPLETE |
6326 | 2024-12-20T23:30:37.542Z | [ recovery-image] Dec 20 23:30:37.248 INFO O| Dec 20 23:30:37.248 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-12-20T23:30:37.554Z | [ recovery-image] Dec 20 23:30:37.268 INFO O| Dec 20 23:30:37.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6328 | 2024-12-20T23:30:37.554Z | [ recovery-image] Dec 20 23:30:37.269 INFO O| Dec 20 23:30:37.268 INFO STEP 644 (remove_files) COMPLETE |
6329 | 2024-12-20T23:30:37.554Z | [ recovery-image] Dec 20 23:30:37.269 INFO O| Dec 20 23:30:37.268 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-12-20T23:30:37.575Z | [ recovery-image] Dec 20 23:30:37.289 INFO O| Dec 20 23:30:37.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6331 | 2024-12-20T23:30:37.575Z | [ recovery-image] Dec 20 23:30:37.289 INFO O| Dec 20 23:30:37.289 INFO STEP 645 (remove_files) COMPLETE |
6332 | 2024-12-20T23:30:37.575Z | [ recovery-image] Dec 20 23:30:37.289 INFO O| Dec 20 23:30:37.289 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-12-20T23:30:37.594Z | [ recovery-image] Dec 20 23:30:37.310 INFO O| Dec 20 23:30:37.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6334 | 2024-12-20T23:30:37.594Z | [ recovery-image] Dec 20 23:30:37.310 INFO O| Dec 20 23:30:37.310 INFO STEP 646 (remove_files) COMPLETE |
6335 | 2024-12-20T23:30:37.594Z | [ recovery-image] Dec 20 23:30:37.310 INFO O| Dec 20 23:30:37.310 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-12-20T23:30:37.611Z | [ recovery-image] Dec 20 23:30:37.349 INFO O| Dec 20 23:30:37.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6337 | 2024-12-20T23:30:37.645Z | [ recovery-image] Dec 20 23:30:37.349 INFO O| Dec 20 23:30:37.349 INFO STEP 647 (remove_files) COMPLETE |
6338 | 2024-12-20T23:30:37.646Z | [ recovery-image] Dec 20 23:30:37.349 INFO O| Dec 20 23:30:37.349 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-12-20T23:30:37.658Z | [ recovery-image] Dec 20 23:30:37.386 INFO O| Dec 20 23:30:37.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6340 | 2024-12-20T23:30:37.658Z | [ recovery-image] Dec 20 23:30:37.387 INFO O| Dec 20 23:30:37.387 INFO STEP 648 (remove_files) COMPLETE |
6341 | 2024-12-20T23:30:37.659Z | [ recovery-image] Dec 20 23:30:37.387 INFO O| Dec 20 23:30:37.387 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-12-20T23:30:37.684Z | [ recovery-image] Dec 20 23:30:37.421 INFO O| Dec 20 23:30:37.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6343 | 2024-12-20T23:30:37.685Z | [ recovery-image] Dec 20 23:30:37.421 INFO O| Dec 20 23:30:37.421 INFO STEP 649 (remove_files) COMPLETE |
6344 | 2024-12-20T23:30:37.685Z | [ recovery-image] Dec 20 23:30:37.421 INFO O| Dec 20 23:30:37.421 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-12-20T23:30:37.709Z | [ recovery-image] Dec 20 23:30:37.442 INFO O| Dec 20 23:30:37.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6346 | 2024-12-20T23:30:37.709Z | [ recovery-image] Dec 20 23:30:37.442 INFO O| Dec 20 23:30:37.442 INFO STEP 650 (remove_files) COMPLETE |
6347 | 2024-12-20T23:30:37.716Z | [ recovery-image] Dec 20 23:30:37.442 INFO O| Dec 20 23:30:37.442 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-12-20T23:30:37.730Z | [ recovery-image] Dec 20 23:30:37.463 INFO O| Dec 20 23:30:37.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6349 | 2024-12-20T23:30:37.730Z | [ recovery-image] Dec 20 23:30:37.463 INFO O| Dec 20 23:30:37.463 INFO STEP 651 (remove_files) COMPLETE |
6350 | 2024-12-20T23:30:37.730Z | [ recovery-image] Dec 20 23:30:37.463 INFO O| Dec 20 23:30:37.463 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-12-20T23:30:37.753Z | [ recovery-image] Dec 20 23:30:37.486 INFO O| Dec 20 23:30:37.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6352 | 2024-12-20T23:30:37.754Z | [ recovery-image] Dec 20 23:30:37.486 INFO O| Dec 20 23:30:37.486 INFO STEP 652 (remove_files) COMPLETE |
6353 | 2024-12-20T23:30:37.759Z | [ recovery-image] Dec 20 23:30:37.486 INFO O| Dec 20 23:30:37.486 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-12-20T23:30:37.774Z | [ recovery-image] Dec 20 23:30:37.508 INFO O| Dec 20 23:30:37.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6355 | 2024-12-20T23:30:37.774Z | [ recovery-image] Dec 20 23:30:37.508 INFO O| Dec 20 23:30:37.508 INFO STEP 653 (remove_files) COMPLETE |
6356 | 2024-12-20T23:30:37.778Z | [ recovery-image] Dec 20 23:30:37.509 INFO O| Dec 20 23:30:37.508 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-12-20T23:30:37.793Z | [ recovery-image] Dec 20 23:30:37.530 INFO O| Dec 20 23:30:37.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6358 | 2024-12-20T23:30:37.793Z | [ recovery-image] Dec 20 23:30:37.530 INFO O| Dec 20 23:30:37.530 INFO STEP 654 (remove_files) COMPLETE |
6359 | 2024-12-20T23:30:37.793Z | [ recovery-image] Dec 20 23:30:37.530 INFO O| Dec 20 23:30:37.530 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-12-20T23:30:37.817Z | [ recovery-image] Dec 20 23:30:37.551 INFO O| Dec 20 23:30:37.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6361 | 2024-12-20T23:30:37.818Z | [ recovery-image] Dec 20 23:30:37.551 INFO O| Dec 20 23:30:37.551 INFO STEP 655 (remove_files) COMPLETE |
6362 | 2024-12-20T23:30:37.818Z | [ recovery-image] Dec 20 23:30:37.551 INFO O| Dec 20 23:30:37.551 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-12-20T23:30:37.837Z | [ recovery-image] Dec 20 23:30:37.571 INFO O| Dec 20 23:30:37.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6364 | 2024-12-20T23:30:37.837Z | [ recovery-image] Dec 20 23:30:37.571 INFO O| Dec 20 23:30:37.571 INFO STEP 656 (remove_files) COMPLETE |
6365 | 2024-12-20T23:30:37.837Z | [ recovery-image] Dec 20 23:30:37.571 INFO O| Dec 20 23:30:37.571 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-12-20T23:30:37.881Z | [ recovery-image] Dec 20 23:30:37.614 INFO O| Dec 20 23:30:37.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6367 | 2024-12-20T23:30:37.913Z | [ recovery-image] Dec 20 23:30:37.636 INFO O| Dec 20 23:30:37.636 INFO STEP 657 (remove_files) COMPLETE |
6368 | 2024-12-20T23:30:37.913Z | [ recovery-image] Dec 20 23:30:37.636 INFO O| Dec 20 23:30:37.636 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-12-20T23:30:37.937Z | [ recovery-image] Dec 20 23:30:37.666 INFO O| Dec 20 23:30:37.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6370 | 2024-12-20T23:30:37.937Z | [ recovery-image] Dec 20 23:30:37.667 INFO O| Dec 20 23:30:37.667 INFO STEP 658 (remove_files) COMPLETE |
6371 | 2024-12-20T23:30:37.937Z | [ recovery-image] Dec 20 23:30:37.667 INFO O| Dec 20 23:30:37.667 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-12-20T23:30:37.981Z | [ recovery-image] Dec 20 23:30:37.719 INFO O| Dec 20 23:30:37.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6373 | 2024-12-20T23:30:37.990Z | [ recovery-image] Dec 20 23:30:37.720 INFO O| Dec 20 23:30:37.720 INFO STEP 659 (remove_files) COMPLETE |
6374 | 2024-12-20T23:30:37.991Z | [ recovery-image] Dec 20 23:30:37.720 INFO O| Dec 20 23:30:37.720 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-12-20T23:30:38.002Z | [ recovery-image] Dec 20 23:30:37.739 INFO O| Dec 20 23:30:37.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6376 | 2024-12-20T23:30:38.008Z | [ recovery-image] Dec 20 23:30:37.740 INFO O| Dec 20 23:30:37.740 INFO STEP 660 (remove_files) COMPLETE |
6377 | 2024-12-20T23:30:38.008Z | [ recovery-image] Dec 20 23:30:37.740 INFO O| Dec 20 23:30:37.740 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-12-20T23:30:38.022Z | [ recovery-image] Dec 20 23:30:37.760 INFO O| Dec 20 23:30:37.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6379 | 2024-12-20T23:30:38.030Z | [ recovery-image] Dec 20 23:30:37.760 INFO O| Dec 20 23:30:37.760 INFO STEP 661 (remove_files) COMPLETE |
6380 | 2024-12-20T23:30:38.030Z | [ recovery-image] Dec 20 23:30:37.760 INFO O| Dec 20 23:30:37.760 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-12-20T23:30:38.054Z | [ recovery-image] Dec 20 23:30:37.788 INFO O| Dec 20 23:30:37.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6382 | 2024-12-20T23:30:38.054Z | [ recovery-image] Dec 20 23:30:37.788 INFO O| Dec 20 23:30:37.788 INFO STEP 662 (remove_files) COMPLETE |
6383 | 2024-12-20T23:30:38.054Z | [ recovery-image] Dec 20 23:30:37.788 INFO O| Dec 20 23:30:37.788 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-12-20T23:30:38.185Z | [ recovery-image] Dec 20 23:30:37.921 INFO O| Dec 20 23:30:37.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6385 | 2024-12-20T23:30:38.191Z | [ recovery-image] Dec 20 23:30:37.922 INFO O| Dec 20 23:30:37.921 INFO STEP 663 (remove_files) COMPLETE |
6386 | 2024-12-20T23:30:38.191Z | [ recovery-image] Dec 20 23:30:37.922 INFO O| Dec 20 23:30:37.922 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-12-20T23:30:38.217Z | [ recovery-image] Dec 20 23:30:37.955 INFO O| Dec 20 23:30:37.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6388 | 2024-12-20T23:30:38.218Z | [ recovery-image] Dec 20 23:30:37.955 INFO O| Dec 20 23:30:37.955 INFO STEP 664 (remove_files) COMPLETE |
6389 | 2024-12-20T23:30:38.218Z | [ recovery-image] Dec 20 23:30:37.955 INFO O| Dec 20 23:30:37.955 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-12-20T23:30:38.265Z | [ recovery-image] Dec 20 23:30:38.002 INFO O| Dec 20 23:30:38.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6391 | 2024-12-20T23:30:38.265Z | [ recovery-image] Dec 20 23:30:38.002 INFO O| Dec 20 23:30:38.002 INFO STEP 665 (remove_files) COMPLETE |
6392 | 2024-12-20T23:30:38.265Z | [ recovery-image] Dec 20 23:30:38.002 INFO O| Dec 20 23:30:38.002 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-12-20T23:30:38.327Z | [ recovery-image] Dec 20 23:30:38.064 INFO O| Dec 20 23:30:38.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6394 | 2024-12-20T23:30:38.328Z | [ recovery-image] Dec 20 23:30:38.064 INFO O| Dec 20 23:30:38.064 INFO STEP 666 (remove_files) COMPLETE |
6395 | 2024-12-20T23:30:38.334Z | [ recovery-image] Dec 20 23:30:38.064 INFO O| Dec 20 23:30:38.064 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-12-20T23:30:38.349Z | [ recovery-image] Dec 20 23:30:38.084 INFO O| Dec 20 23:30:38.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6397 | 2024-12-20T23:30:38.349Z | [ recovery-image] Dec 20 23:30:38.084 INFO O| Dec 20 23:30:38.084 INFO STEP 667 (remove_files) COMPLETE |
6398 | 2024-12-20T23:30:38.354Z | [ recovery-image] Dec 20 23:30:38.084 INFO O| Dec 20 23:30:38.084 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-12-20T23:30:38.366Z | [ recovery-image] Dec 20 23:30:38.103 INFO O| Dec 20 23:30:38.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6400 | 2024-12-20T23:30:38.366Z | [ recovery-image] Dec 20 23:30:38.103 INFO O| Dec 20 23:30:38.103 INFO STEP 668 (remove_files) COMPLETE |
6401 | 2024-12-20T23:30:38.373Z | [ recovery-image] Dec 20 23:30:38.103 INFO O| Dec 20 23:30:38.103 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-12-20T23:30:38.386Z | [ recovery-image] Dec 20 23:30:38.123 INFO O| Dec 20 23:30:38.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6403 | 2024-12-20T23:30:38.386Z | [ recovery-image] Dec 20 23:30:38.123 INFO O| Dec 20 23:30:38.123 INFO STEP 669 (remove_files) COMPLETE |
6404 | 2024-12-20T23:30:38.387Z | [ recovery-image] Dec 20 23:30:38.123 INFO O| Dec 20 23:30:38.123 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-12-20T23:30:38.431Z | [ recovery-image] Dec 20 23:30:38.162 INFO O| Dec 20 23:30:38.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6406 | 2024-12-20T23:30:38.431Z | [ recovery-image] Dec 20 23:30:38.162 INFO O| Dec 20 23:30:38.162 INFO STEP 670 (remove_files) COMPLETE |
6407 | 2024-12-20T23:30:38.431Z | [ recovery-image] Dec 20 23:30:38.162 INFO O| Dec 20 23:30:38.162 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-12-20T23:30:38.465Z | [ recovery-image] Dec 20 23:30:38.199 INFO O| Dec 20 23:30:38.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6409 | 2024-12-20T23:30:38.465Z | [ recovery-image] Dec 20 23:30:38.199 INFO O| Dec 20 23:30:38.199 INFO STEP 671 (remove_files) COMPLETE |
6410 | 2024-12-20T23:30:38.472Z | [ recovery-image] Dec 20 23:30:38.199 INFO O| Dec 20 23:30:38.199 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-12-20T23:30:38.511Z | [ recovery-image] Dec 20 23:30:38.236 INFO O| Dec 20 23:30:38.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6412 | 2024-12-20T23:30:38.511Z | [ recovery-image] Dec 20 23:30:38.236 INFO O| Dec 20 23:30:38.236 INFO STEP 672 (remove_files) COMPLETE |
6413 | 2024-12-20T23:30:38.527Z | [ recovery-image] Dec 20 23:30:38.236 INFO O| Dec 20 23:30:38.236 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-12-20T23:30:38.528Z | [ recovery-image] Dec 20 23:30:38.257 INFO O| Dec 20 23:30:38.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6415 | 2024-12-20T23:30:38.528Z | [ recovery-image] Dec 20 23:30:38.257 INFO O| Dec 20 23:30:38.257 INFO STEP 673 (remove_files) COMPLETE |
6416 | 2024-12-20T23:30:38.528Z | [ recovery-image] Dec 20 23:30:38.257 INFO O| Dec 20 23:30:38.257 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-12-20T23:30:38.557Z | [ recovery-image] Dec 20 23:30:38.294 INFO O| Dec 20 23:30:38.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6418 | 2024-12-20T23:30:38.558Z | [ recovery-image] Dec 20 23:30:38.294 INFO O| Dec 20 23:30:38.294 INFO STEP 674 (remove_files) COMPLETE |
6419 | 2024-12-20T23:30:38.558Z | [ recovery-image] Dec 20 23:30:38.294 INFO O| Dec 20 23:30:38.294 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-12-20T23:30:38.579Z | [ recovery-image] Dec 20 23:30:38.315 INFO O| Dec 20 23:30:38.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6421 | 2024-12-20T23:30:38.580Z | [ recovery-image] Dec 20 23:30:38.315 INFO O| Dec 20 23:30:38.315 INFO STEP 675 (remove_files) COMPLETE |
6422 | 2024-12-20T23:30:38.580Z | [ recovery-image] Dec 20 23:30:38.315 INFO O| Dec 20 23:30:38.315 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-12-20T23:30:38.597Z | [ recovery-image] Dec 20 23:30:38.335 INFO O| Dec 20 23:30:38.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6424 | 2024-12-20T23:30:38.597Z | [ recovery-image] Dec 20 23:30:38.335 INFO O| Dec 20 23:30:38.335 INFO STEP 676 (remove_files) COMPLETE |
6425 | 2024-12-20T23:30:38.598Z | [ recovery-image] Dec 20 23:30:38.335 INFO O| Dec 20 23:30:38.335 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-12-20T23:30:38.618Z | [ recovery-image] Dec 20 23:30:38.355 INFO O| Dec 20 23:30:38.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6427 | 2024-12-20T23:30:38.618Z | [ recovery-image] Dec 20 23:30:38.355 INFO O| Dec 20 23:30:38.355 INFO STEP 677 (remove_files) COMPLETE |
6428 | 2024-12-20T23:30:38.618Z | [ recovery-image] Dec 20 23:30:38.355 INFO O| Dec 20 23:30:38.355 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-12-20T23:30:38.651Z | [ recovery-image] Dec 20 23:30:38.375 INFO O| Dec 20 23:30:38.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6430 | 2024-12-20T23:30:38.651Z | [ recovery-image] Dec 20 23:30:38.375 INFO O| Dec 20 23:30:38.375 INFO STEP 678 (remove_files) COMPLETE |
6431 | 2024-12-20T23:30:38.655Z | [ recovery-image] Dec 20 23:30:38.375 INFO O| Dec 20 23:30:38.375 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-12-20T23:30:38.697Z | [ recovery-image] Dec 20 23:30:38.434 INFO O| Dec 20 23:30:38.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6433 | 2024-12-20T23:30:38.697Z | [ recovery-image] Dec 20 23:30:38.435 INFO O| Dec 20 23:30:38.435 INFO STEP 679 (remove_files) COMPLETE |
6434 | 2024-12-20T23:30:38.700Z | [ recovery-image] Dec 20 23:30:38.435 INFO O| Dec 20 23:30:38.435 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-12-20T23:30:38.722Z | [ recovery-image] Dec 20 23:30:38.460 INFO O| Dec 20 23:30:38.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6436 | 2024-12-20T23:30:38.722Z | [ recovery-image] Dec 20 23:30:38.460 INFO O| Dec 20 23:30:38.456 INFO STEP 680 (remove_files) COMPLETE |
6437 | 2024-12-20T23:30:38.726Z | [ recovery-image] Dec 20 23:30:38.460 INFO O| Dec 20 23:30:38.456 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-12-20T23:30:38.738Z | [ recovery-image] Dec 20 23:30:38.476 INFO O| Dec 20 23:30:38.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6439 | 2024-12-20T23:30:38.738Z | [ recovery-image] Dec 20 23:30:38.477 INFO O| Dec 20 23:30:38.477 INFO STEP 681 (remove_files) COMPLETE |
6440 | 2024-12-20T23:30:38.743Z | [ recovery-image] Dec 20 23:30:38.477 INFO O| Dec 20 23:30:38.477 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-12-20T23:30:38.760Z | [ recovery-image] Dec 20 23:30:38.497 INFO O| Dec 20 23:30:38.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6442 | 2024-12-20T23:30:38.760Z | [ recovery-image] Dec 20 23:30:38.497 INFO O| Dec 20 23:30:38.497 INFO STEP 682 (remove_files) COMPLETE |
6443 | 2024-12-20T23:30:38.763Z | [ recovery-image] Dec 20 23:30:38.497 INFO O| Dec 20 23:30:38.497 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-12-20T23:30:38.780Z | [ recovery-image] Dec 20 23:30:38.518 INFO O| Dec 20 23:30:38.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6445 | 2024-12-20T23:30:38.780Z | [ recovery-image] Dec 20 23:30:38.518 INFO O| Dec 20 23:30:38.518 INFO STEP 683 (remove_files) COMPLETE |
6446 | 2024-12-20T23:30:38.781Z | [ recovery-image] Dec 20 23:30:38.518 INFO O| Dec 20 23:30:38.518 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-12-20T23:30:38.802Z | [ recovery-image] Dec 20 23:30:38.540 INFO O| Dec 20 23:30:38.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6448 | 2024-12-20T23:30:38.802Z | [ recovery-image] Dec 20 23:30:38.540 INFO O| Dec 20 23:30:38.540 INFO STEP 684 (remove_files) COMPLETE |
6449 | 2024-12-20T23:30:38.802Z | [ recovery-image] Dec 20 23:30:38.540 INFO O| Dec 20 23:30:38.540 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-12-20T23:30:38.823Z | [ recovery-image] Dec 20 23:30:38.561 INFO O| Dec 20 23:30:38.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6451 | 2024-12-20T23:30:38.823Z | [ recovery-image] Dec 20 23:30:38.561 INFO O| Dec 20 23:30:38.561 INFO STEP 685 (remove_files) COMPLETE |
6452 | 2024-12-20T23:30:38.823Z | [ recovery-image] Dec 20 23:30:38.561 INFO O| Dec 20 23:30:38.561 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-12-20T23:30:38.843Z | [ recovery-image] Dec 20 23:30:38.581 INFO O| Dec 20 23:30:38.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6454 | 2024-12-20T23:30:38.846Z | [ recovery-image] Dec 20 23:30:38.581 INFO O| Dec 20 23:30:38.581 INFO STEP 686 (remove_files) COMPLETE |
6455 | 2024-12-20T23:30:38.846Z | [ recovery-image] Dec 20 23:30:38.581 INFO O| Dec 20 23:30:38.581 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-12-20T23:30:38.868Z | [ recovery-image] Dec 20 23:30:38.607 INFO O| Dec 20 23:30:38.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6457 | 2024-12-20T23:30:38.872Z | [ recovery-image] Dec 20 23:30:38.607 INFO O| Dec 20 23:30:38.607 INFO STEP 687 (remove_files) COMPLETE |
6458 | 2024-12-20T23:30:38.872Z | [ recovery-image] Dec 20 23:30:38.607 INFO O| Dec 20 23:30:38.607 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-12-20T23:30:38.894Z | [ recovery-image] Dec 20 23:30:38.632 INFO O| Dec 20 23:30:38.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6460 | 2024-12-20T23:30:38.894Z | [ recovery-image] Dec 20 23:30:38.632 INFO O| Dec 20 23:30:38.632 INFO STEP 688 (remove_files) COMPLETE |
6461 | 2024-12-20T23:30:38.894Z | [ recovery-image] Dec 20 23:30:38.632 INFO O| Dec 20 23:30:38.632 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-12-20T23:30:38.915Z | [ recovery-image] Dec 20 23:30:38.653 INFO O| Dec 20 23:30:38.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6463 | 2024-12-20T23:30:38.915Z | [ recovery-image] Dec 20 23:30:38.653 INFO O| Dec 20 23:30:38.653 INFO STEP 689 (remove_files) COMPLETE |
6464 | 2024-12-20T23:30:38.915Z | [ recovery-image] Dec 20 23:30:38.654 INFO O| Dec 20 23:30:38.653 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-12-20T23:30:38.937Z | [ recovery-image] Dec 20 23:30:38.674 INFO O| Dec 20 23:30:38.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6466 | 2024-12-20T23:30:38.937Z | [ recovery-image] Dec 20 23:30:38.674 INFO O| Dec 20 23:30:38.674 INFO STEP 690 (remove_files) COMPLETE |
6467 | 2024-12-20T23:30:38.940Z | [ recovery-image] Dec 20 23:30:38.674 INFO O| Dec 20 23:30:38.674 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-12-20T23:30:38.957Z | [ recovery-image] Dec 20 23:30:38.695 INFO O| Dec 20 23:30:38.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6469 | 2024-12-20T23:30:38.957Z | [ recovery-image] Dec 20 23:30:38.695 INFO O| Dec 20 23:30:38.695 INFO STEP 691 (remove_files) COMPLETE |
6470 | 2024-12-20T23:30:38.961Z | [ recovery-image] Dec 20 23:30:38.695 INFO O| Dec 20 23:30:38.695 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-12-20T23:30:38.977Z | [ recovery-image] Dec 20 23:30:38.715 INFO O| Dec 20 23:30:38.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6472 | 2024-12-20T23:30:38.981Z | [ recovery-image] Dec 20 23:30:38.716 INFO O| Dec 20 23:30:38.716 INFO STEP 692 (remove_files) COMPLETE |
6473 | 2024-12-20T23:30:38.981Z | [ recovery-image] Dec 20 23:30:38.716 INFO O| Dec 20 23:30:38.716 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-12-20T23:30:39.012Z | [ recovery-image] Dec 20 23:30:38.750 INFO O| Dec 20 23:30:38.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6475 | 2024-12-20T23:30:39.012Z | [ recovery-image] Dec 20 23:30:38.751 INFO O| Dec 20 23:30:38.751 INFO STEP 693 (remove_files) COMPLETE |
6476 | 2024-12-20T23:30:39.012Z | [ recovery-image] Dec 20 23:30:38.751 INFO O| Dec 20 23:30:38.751 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-12-20T23:30:39.061Z | [ recovery-image] Dec 20 23:30:38.799 INFO O| Dec 20 23:30:38.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6478 | 2024-12-20T23:30:39.062Z | [ recovery-image] Dec 20 23:30:38.799 INFO O| Dec 20 23:30:38.799 INFO STEP 694 (remove_files) COMPLETE |
6479 | 2024-12-20T23:30:39.062Z | [ recovery-image] Dec 20 23:30:38.799 INFO O| Dec 20 23:30:38.799 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-12-20T23:30:39.097Z | [ recovery-image] Dec 20 23:30:38.836 INFO O| Dec 20 23:30:38.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6481 | 2024-12-20T23:30:39.097Z | [ recovery-image] Dec 20 23:30:38.836 INFO O| Dec 20 23:30:38.836 INFO STEP 695 (remove_files) COMPLETE |
6482 | 2024-12-20T23:30:39.097Z | [ recovery-image] Dec 20 23:30:38.836 INFO O| Dec 20 23:30:38.836 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-12-20T23:30:39.141Z | [ recovery-image] Dec 20 23:30:38.879 INFO O| Dec 20 23:30:38.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6484 | 2024-12-20T23:30:39.141Z | [ recovery-image] Dec 20 23:30:38.879 INFO O| Dec 20 23:30:38.879 INFO STEP 696 (remove_files) COMPLETE |
6485 | 2024-12-20T23:30:39.144Z | [ recovery-image] Dec 20 23:30:38.879 INFO O| Dec 20 23:30:38.879 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-12-20T23:30:39.163Z | [ recovery-image] Dec 20 23:30:38.900 INFO O| Dec 20 23:30:38.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6487 | 2024-12-20T23:30:39.163Z | [ recovery-image] Dec 20 23:30:38.900 INFO O| Dec 20 23:30:38.900 INFO STEP 697 (remove_files) COMPLETE |
6488 | 2024-12-20T23:30:39.163Z | [ recovery-image] Dec 20 23:30:38.900 INFO O| Dec 20 23:30:38.900 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-12-20T23:30:39.182Z | [ recovery-image] Dec 20 23:30:38.921 INFO O| Dec 20 23:30:38.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6490 | 2024-12-20T23:30:39.186Z | [ recovery-image] Dec 20 23:30:38.921 INFO O| Dec 20 23:30:38.921 INFO STEP 698 (remove_files) COMPLETE |
6491 | 2024-12-20T23:30:39.186Z | [ recovery-image] Dec 20 23:30:38.921 INFO O| Dec 20 23:30:38.921 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-12-20T23:30:39.268Z | [ recovery-image] Dec 20 23:30:39.006 INFO O| Dec 20 23:30:39.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6493 | 2024-12-20T23:30:39.268Z | [ recovery-image] Dec 20 23:30:39.006 INFO O| Dec 20 23:30:39.006 INFO STEP 699 (remove_files) COMPLETE |
6494 | 2024-12-20T23:30:39.268Z | [ recovery-image] Dec 20 23:30:39.006 INFO O| Dec 20 23:30:39.006 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-12-20T23:30:39.291Z | [ recovery-image] Dec 20 23:30:39.027 INFO O| Dec 20 23:30:39.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6496 | 2024-12-20T23:30:39.291Z | [ recovery-image] Dec 20 23:30:39.027 INFO O| Dec 20 23:30:39.027 INFO STEP 700 (remove_files) COMPLETE |
6497 | 2024-12-20T23:30:39.292Z | [ recovery-image] Dec 20 23:30:39.027 INFO O| Dec 20 23:30:39.027 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-12-20T23:30:39.310Z | [ recovery-image] Dec 20 23:30:39.048 INFO O| Dec 20 23:30:39.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6499 | 2024-12-20T23:30:39.310Z | [ recovery-image] Dec 20 23:30:39.048 INFO O| Dec 20 23:30:39.048 INFO STEP 701 (remove_files) COMPLETE |
6500 | 2024-12-20T23:30:39.310Z | [ recovery-image] Dec 20 23:30:39.048 INFO O| Dec 20 23:30:39.048 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-12-20T23:30:39.335Z | [ recovery-image] Dec 20 23:30:39.070 INFO O| Dec 20 23:30:39.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6502 | 2024-12-20T23:30:39.335Z | [ recovery-image] Dec 20 23:30:39.070 INFO O| Dec 20 23:30:39.070 INFO STEP 702 (remove_files) COMPLETE |
6503 | 2024-12-20T23:30:39.335Z | [ recovery-image] Dec 20 23:30:39.070 INFO O| Dec 20 23:30:39.070 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-12-20T23:30:39.376Z | [ recovery-image] Dec 20 23:30:39.113 INFO O| Dec 20 23:30:39.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6505 | 2024-12-20T23:30:39.376Z | [ recovery-image] Dec 20 23:30:39.113 INFO O| Dec 20 23:30:39.113 INFO STEP 703 (remove_files) COMPLETE |
6506 | 2024-12-20T23:30:39.376Z | [ recovery-image] Dec 20 23:30:39.113 INFO O| Dec 20 23:30:39.113 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-12-20T23:30:39.401Z | [ recovery-image] Dec 20 23:30:39.139 INFO O| Dec 20 23:30:39.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6508 | 2024-12-20T23:30:39.401Z | [ recovery-image] Dec 20 23:30:39.139 INFO O| Dec 20 23:30:39.139 INFO STEP 704 (remove_files) COMPLETE |
6509 | 2024-12-20T23:30:39.401Z | [ recovery-image] Dec 20 23:30:39.139 INFO O| Dec 20 23:30:39.139 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-12-20T23:30:39.428Z | [ recovery-image] Dec 20 23:30:39.166 INFO O| Dec 20 23:30:39.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6511 | 2024-12-20T23:30:39.428Z | [ recovery-image] Dec 20 23:30:39.166 INFO O| Dec 20 23:30:39.166 INFO STEP 705 (remove_files) COMPLETE |
6512 | 2024-12-20T23:30:39.428Z | [ recovery-image] Dec 20 23:30:39.166 INFO O| Dec 20 23:30:39.166 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-12-20T23:30:39.462Z | [ recovery-image] Dec 20 23:30:39.199 INFO O| Dec 20 23:30:39.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6514 | 2024-12-20T23:30:39.466Z | [ recovery-image] Dec 20 23:30:39.199 INFO O| Dec 20 23:30:39.199 INFO STEP 706 (remove_files) COMPLETE |
6515 | 2024-12-20T23:30:39.466Z | [ recovery-image] Dec 20 23:30:39.199 INFO O| Dec 20 23:30:39.199 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-12-20T23:30:39.504Z | [ recovery-image] Dec 20 23:30:39.242 INFO O| Dec 20 23:30:39.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6517 | 2024-12-20T23:30:39.504Z | [ recovery-image] Dec 20 23:30:39.242 INFO O| Dec 20 23:30:39.242 INFO STEP 707 (remove_files) COMPLETE |
6518 | 2024-12-20T23:30:39.504Z | [ recovery-image] Dec 20 23:30:39.242 INFO O| Dec 20 23:30:39.242 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-12-20T23:30:39.525Z | [ recovery-image] Dec 20 23:30:39.263 INFO O| Dec 20 23:30:39.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6520 | 2024-12-20T23:30:39.525Z | [ recovery-image] Dec 20 23:30:39.264 INFO O| Dec 20 23:30:39.263 INFO STEP 708 (remove_files) COMPLETE |
6521 | 2024-12-20T23:30:39.525Z | [ recovery-image] Dec 20 23:30:39.264 INFO O| Dec 20 23:30:39.264 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-12-20T23:30:39.586Z | [ recovery-image] Dec 20 23:30:39.324 INFO O| Dec 20 23:30:39.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6523 | 2024-12-20T23:30:39.586Z | [ recovery-image] Dec 20 23:30:39.324 INFO O| Dec 20 23:30:39.324 INFO STEP 709 (remove_files) COMPLETE |
6524 | 2024-12-20T23:30:39.586Z | [ recovery-image] Dec 20 23:30:39.324 INFO O| Dec 20 23:30:39.324 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-12-20T23:30:39.607Z | [ recovery-image] Dec 20 23:30:39.345 INFO O| Dec 20 23:30:39.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6526 | 2024-12-20T23:30:39.607Z | [ recovery-image] Dec 20 23:30:39.345 INFO O| Dec 20 23:30:39.345 INFO STEP 710 (remove_files) COMPLETE |
6527 | 2024-12-20T23:30:39.608Z | [ recovery-image] Dec 20 23:30:39.346 INFO O| Dec 20 23:30:39.345 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-12-20T23:30:39.628Z | [ recovery-image] Dec 20 23:30:39.366 INFO O| Dec 20 23:30:39.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6529 | 2024-12-20T23:30:39.628Z | [ recovery-image] Dec 20 23:30:39.366 INFO O| Dec 20 23:30:39.366 INFO STEP 711 (remove_files) COMPLETE |
6530 | 2024-12-20T23:30:39.632Z | [ recovery-image] Dec 20 23:30:39.366 INFO O| Dec 20 23:30:39.366 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-12-20T23:30:39.669Z | [ recovery-image] Dec 20 23:30:39.407 INFO O| Dec 20 23:30:39.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6532 | 2024-12-20T23:30:39.669Z | [ recovery-image] Dec 20 23:30:39.407 INFO O| Dec 20 23:30:39.407 INFO STEP 712 (remove_files) COMPLETE |
6533 | 2024-12-20T23:30:39.673Z | [ recovery-image] Dec 20 23:30:39.407 INFO O| Dec 20 23:30:39.407 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-12-20T23:30:39.690Z | [ recovery-image] Dec 20 23:30:39.428 INFO O| Dec 20 23:30:39.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6535 | 2024-12-20T23:30:39.695Z | [ recovery-image] Dec 20 23:30:39.433 INFO O| Dec 20 23:30:39.433 INFO STEP 713 (remove_files) COMPLETE |
6536 | 2024-12-20T23:30:39.695Z | [ recovery-image] Dec 20 23:30:39.433 INFO O| Dec 20 23:30:39.433 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-12-20T23:30:39.754Z | [ recovery-image] Dec 20 23:30:39.492 INFO O| Dec 20 23:30:39.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6538 | 2024-12-20T23:30:39.754Z | [ recovery-image] Dec 20 23:30:39.492 INFO O| Dec 20 23:30:39.492 INFO STEP 714 (remove_files) COMPLETE |
6539 | 2024-12-20T23:30:39.754Z | [ recovery-image] Dec 20 23:30:39.492 INFO O| Dec 20 23:30:39.492 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-12-20T23:30:39.794Z | [ recovery-image] Dec 20 23:30:39.532 INFO O| Dec 20 23:30:39.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6541 | 2024-12-20T23:30:39.794Z | [ recovery-image] Dec 20 23:30:39.532 INFO O| Dec 20 23:30:39.532 INFO STEP 715 (remove_files) COMPLETE |
6542 | 2024-12-20T23:30:39.794Z | [ recovery-image] Dec 20 23:30:39.532 INFO O| Dec 20 23:30:39.532 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-12-20T23:30:39.854Z | [ recovery-image] Dec 20 23:30:39.593 INFO O| Dec 20 23:30:39.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6544 | 2024-12-20T23:30:39.855Z | [ recovery-image] Dec 20 23:30:39.593 INFO O| Dec 20 23:30:39.593 INFO STEP 716 (remove_files) COMPLETE |
6545 | 2024-12-20T23:30:39.858Z | [ recovery-image] Dec 20 23:30:39.593 INFO O| Dec 20 23:30:39.593 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-12-20T23:30:39.876Z | [ recovery-image] Dec 20 23:30:39.614 INFO O| Dec 20 23:30:39.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6547 | 2024-12-20T23:30:39.879Z | [ recovery-image] Dec 20 23:30:39.615 INFO O| Dec 20 23:30:39.615 INFO STEP 717 (remove_files) COMPLETE |
6548 | 2024-12-20T23:30:39.879Z | [ recovery-image] Dec 20 23:30:39.615 INFO O| Dec 20 23:30:39.615 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-12-20T23:30:39.914Z | [ recovery-image] Dec 20 23:30:39.653 INFO O| Dec 20 23:30:39.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6550 | 2024-12-20T23:30:39.915Z | [ recovery-image] Dec 20 23:30:39.653 INFO O| Dec 20 23:30:39.653 INFO STEP 718 (remove_files) COMPLETE |
6551 | 2024-12-20T23:30:39.916Z | [ recovery-image] Dec 20 23:30:39.653 INFO O| Dec 20 23:30:39.653 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-12-20T23:30:39.936Z | [ recovery-image] Dec 20 23:30:39.674 INFO O| Dec 20 23:30:39.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6553 | 2024-12-20T23:30:39.936Z | [ recovery-image] Dec 20 23:30:39.674 INFO O| Dec 20 23:30:39.674 INFO STEP 719 (remove_files) COMPLETE |
6554 | 2024-12-20T23:30:39.942Z | [ recovery-image] Dec 20 23:30:39.674 INFO O| Dec 20 23:30:39.674 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-12-20T23:30:39.957Z | [ recovery-image] Dec 20 23:30:39.695 INFO O| Dec 20 23:30:39.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6556 | 2024-12-20T23:30:39.957Z | [ recovery-image] Dec 20 23:30:39.695 INFO O| Dec 20 23:30:39.695 INFO STEP 720 (remove_files) COMPLETE |
6557 | 2024-12-20T23:30:39.958Z | [ recovery-image] Dec 20 23:30:39.695 INFO O| Dec 20 23:30:39.695 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-12-20T23:30:39.979Z | [ recovery-image] Dec 20 23:30:39.717 INFO O| Dec 20 23:30:39.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6559 | 2024-12-20T23:30:39.982Z | [ recovery-image] Dec 20 23:30:39.718 INFO O| Dec 20 23:30:39.718 INFO STEP 721 (remove_files) COMPLETE |
6560 | 2024-12-20T23:30:39.982Z | [ recovery-image] Dec 20 23:30:39.718 INFO O| Dec 20 23:30:39.718 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-12-20T23:30:40.024Z | [ recovery-image] Dec 20 23:30:39.762 INFO O| Dec 20 23:30:39.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6562 | 2024-12-20T23:30:40.027Z | [ recovery-image] Dec 20 23:30:39.762 INFO O| Dec 20 23:30:39.762 INFO STEP 722 (remove_files) COMPLETE |
6563 | 2024-12-20T23:30:40.027Z | [ recovery-image] Dec 20 23:30:39.762 INFO O| Dec 20 23:30:39.762 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-12-20T23:30:40.063Z | [ recovery-image] Dec 20 23:30:39.802 INFO O| Dec 20 23:30:39.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6565 | 2024-12-20T23:30:40.066Z | [ recovery-image] Dec 20 23:30:39.802 INFO O| Dec 20 23:30:39.802 INFO STEP 723 (remove_files) COMPLETE |
6566 | 2024-12-20T23:30:40.067Z | [ recovery-image] Dec 20 23:30:39.802 INFO O| Dec 20 23:30:39.802 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-12-20T23:30:40.124Z | [ recovery-image] Dec 20 23:30:39.862 INFO O| Dec 20 23:30:39.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6568 | 2024-12-20T23:30:40.128Z | [ recovery-image] Dec 20 23:30:39.863 INFO O| Dec 20 23:30:39.863 INFO STEP 724 (remove_files) COMPLETE |
6569 | 2024-12-20T23:30:40.128Z | [ recovery-image] Dec 20 23:30:39.863 INFO O| Dec 20 23:30:39.863 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-12-20T23:30:40.145Z | [ recovery-image] Dec 20 23:30:39.884 INFO O| Dec 20 23:30:39.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6571 | 2024-12-20T23:30:40.149Z | [ recovery-image] Dec 20 23:30:39.884 INFO O| Dec 20 23:30:39.884 INFO STEP 725 (remove_files) COMPLETE |
6572 | 2024-12-20T23:30:40.149Z | [ recovery-image] Dec 20 23:30:39.884 INFO O| Dec 20 23:30:39.884 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-12-20T23:30:40.175Z | [ recovery-image] Dec 20 23:30:39.913 INFO O| Dec 20 23:30:39.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6574 | 2024-12-20T23:30:40.179Z | [ recovery-image] Dec 20 23:30:39.914 INFO O| Dec 20 23:30:39.914 INFO STEP 726 (remove_files) COMPLETE |
6575 | 2024-12-20T23:30:40.179Z | [ recovery-image] Dec 20 23:30:39.914 INFO O| Dec 20 23:30:39.914 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-12-20T23:30:40.197Z | [ recovery-image] Dec 20 23:30:39.934 INFO O| Dec 20 23:30:39.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6577 | 2024-12-20T23:30:40.197Z | [ recovery-image] Dec 20 23:30:39.934 INFO O| Dec 20 23:30:39.934 INFO STEP 727 (remove_files) COMPLETE |
6578 | 2024-12-20T23:30:40.197Z | [ recovery-image] Dec 20 23:30:39.934 INFO O| Dec 20 23:30:39.934 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-12-20T23:30:40.218Z | [ recovery-image] Dec 20 23:30:39.956 INFO O| Dec 20 23:30:39.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6580 | 2024-12-20T23:30:40.218Z | [ recovery-image] Dec 20 23:30:39.956 INFO O| Dec 20 23:30:39.956 INFO STEP 728 (remove_files) COMPLETE |
6581 | 2024-12-20T23:30:40.218Z | [ recovery-image] Dec 20 23:30:39.956 INFO O| Dec 20 23:30:39.956 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-12-20T23:30:40.239Z | [ recovery-image] Dec 20 23:30:39.978 INFO O| Dec 20 23:30:39.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6583 | 2024-12-20T23:30:40.239Z | [ recovery-image] Dec 20 23:30:39.978 INFO O| Dec 20 23:30:39.978 INFO STEP 729 (remove_files) COMPLETE |
6584 | 2024-12-20T23:30:40.242Z | [ recovery-image] Dec 20 23:30:39.978 INFO O| Dec 20 23:30:39.978 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-12-20T23:30:40.264Z | [ recovery-image] Dec 20 23:30:40.002 INFO O| Dec 20 23:30:40.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6586 | 2024-12-20T23:30:40.264Z | [ recovery-image] Dec 20 23:30:40.002 INFO O| Dec 20 23:30:40.002 INFO STEP 730 (remove_files) COMPLETE |
6587 | 2024-12-20T23:30:40.267Z | [ recovery-image] Dec 20 23:30:40.002 INFO O| Dec 20 23:30:40.002 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-12-20T23:30:40.291Z | [ recovery-image] Dec 20 23:30:40.030 INFO O| Dec 20 23:30:40.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6589 | 2024-12-20T23:30:40.295Z | [ recovery-image] Dec 20 23:30:40.030 INFO O| Dec 20 23:30:40.030 INFO STEP 731 (remove_files) COMPLETE |
6590 | 2024-12-20T23:30:40.295Z | [ recovery-image] Dec 20 23:30:40.031 INFO O| Dec 20 23:30:40.030 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-12-20T23:30:40.368Z | [ recovery-image] Dec 20 23:30:40.107 INFO O| Dec 20 23:30:40.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6592 | 2024-12-20T23:30:40.372Z | [ recovery-image] Dec 20 23:30:40.107 INFO O| Dec 20 23:30:40.107 INFO STEP 732 (remove_files) COMPLETE |
6593 | 2024-12-20T23:30:40.372Z | [ recovery-image] Dec 20 23:30:40.108 INFO O| Dec 20 23:30:40.108 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-12-20T23:30:40.405Z | [ recovery-image] Dec 20 23:30:40.141 INFO O| Dec 20 23:30:40.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6595 | 2024-12-20T23:30:40.408Z | [ recovery-image] Dec 20 23:30:40.141 INFO O| Dec 20 23:30:40.141 INFO STEP 733 (remove_files) COMPLETE |
6596 | 2024-12-20T23:30:40.408Z | [ recovery-image] Dec 20 23:30:40.141 INFO O| Dec 20 23:30:40.141 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-12-20T23:30:40.424Z | [ recovery-image] Dec 20 23:30:40.162 INFO O| Dec 20 23:30:40.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6598 | 2024-12-20T23:30:40.424Z | [ recovery-image] Dec 20 23:30:40.162 INFO O| Dec 20 23:30:40.162 INFO STEP 734 (remove_files) COMPLETE |
6599 | 2024-12-20T23:30:40.424Z | [ recovery-image] Dec 20 23:30:40.162 INFO O| Dec 20 23:30:40.162 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-12-20T23:30:40.463Z | [ recovery-image] Dec 20 23:30:40.201 INFO O| Dec 20 23:30:40.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6601 | 2024-12-20T23:30:40.466Z | [ recovery-image] Dec 20 23:30:40.202 INFO O| Dec 20 23:30:40.202 INFO STEP 735 (remove_files) COMPLETE |
6602 | 2024-12-20T23:30:40.466Z | [ recovery-image] Dec 20 23:30:40.202 INFO O| Dec 20 23:30:40.202 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-12-20T23:30:40.486Z | [ recovery-image] Dec 20 23:30:40.225 INFO O| Dec 20 23:30:40.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6604 | 2024-12-20T23:30:40.492Z | [ recovery-image] Dec 20 23:30:40.225 INFO O| Dec 20 23:30:40.225 INFO STEP 736 (remove_files) COMPLETE |
6605 | 2024-12-20T23:30:40.493Z | [ recovery-image] Dec 20 23:30:40.225 INFO O| Dec 20 23:30:40.225 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-12-20T23:30:40.510Z | [ recovery-image] Dec 20 23:30:40.248 INFO O| Dec 20 23:30:40.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6607 | 2024-12-20T23:30:40.513Z | [ recovery-image] Dec 20 23:30:40.248 INFO O| Dec 20 23:30:40.248 INFO STEP 737 (remove_files) COMPLETE |
6608 | 2024-12-20T23:30:40.513Z | [ recovery-image] Dec 20 23:30:40.248 INFO O| Dec 20 23:30:40.248 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-12-20T23:30:40.532Z | [ recovery-image] Dec 20 23:30:40.271 INFO O| Dec 20 23:30:40.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6610 | 2024-12-20T23:30:40.539Z | [ recovery-image] Dec 20 23:30:40.271 INFO O| Dec 20 23:30:40.271 INFO STEP 738 (remove_files) COMPLETE |
6611 | 2024-12-20T23:30:40.539Z | [ recovery-image] Dec 20 23:30:40.271 INFO O| Dec 20 23:30:40.271 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-12-20T23:30:40.563Z | [ recovery-image] Dec 20 23:30:40.301 INFO O| Dec 20 23:30:40.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6613 | 2024-12-20T23:30:40.563Z | [ recovery-image] Dec 20 23:30:40.301 INFO O| Dec 20 23:30:40.301 INFO STEP 739 (remove_files) COMPLETE |
6614 | 2024-12-20T23:30:40.563Z | [ recovery-image] Dec 20 23:30:40.301 INFO O| Dec 20 23:30:40.301 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-12-20T23:30:40.587Z | [ recovery-image] Dec 20 23:30:40.326 INFO O| Dec 20 23:30:40.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6616 | 2024-12-20T23:30:40.612Z | [ recovery-image] Dec 20 23:30:40.350 INFO O| Dec 20 23:30:40.350 INFO STEP 740 (remove_files) COMPLETE |
6617 | 2024-12-20T23:30:40.612Z | [ recovery-image] Dec 20 23:30:40.350 INFO O| Dec 20 23:30:40.350 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-12-20T23:30:40.652Z | [ recovery-image] Dec 20 23:30:40.390 INFO O| Dec 20 23:30:40.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6619 | 2024-12-20T23:30:40.652Z | [ recovery-image] Dec 20 23:30:40.390 INFO O| Dec 20 23:30:40.390 INFO STEP 741 (remove_files) COMPLETE |
6620 | 2024-12-20T23:30:40.652Z | [ recovery-image] Dec 20 23:30:40.390 INFO O| Dec 20 23:30:40.390 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-12-20T23:30:40.683Z | [ recovery-image] Dec 20 23:30:40.422 INFO O| Dec 20 23:30:40.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6622 | 2024-12-20T23:30:40.684Z | [ recovery-image] Dec 20 23:30:40.422 INFO O| Dec 20 23:30:40.422 INFO STEP 742 (remove_files) COMPLETE |
6623 | 2024-12-20T23:30:40.684Z | [ recovery-image] Dec 20 23:30:40.422 INFO O| Dec 20 23:30:40.422 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-12-20T23:30:40.705Z | [ recovery-image] Dec 20 23:30:40.443 INFO O| Dec 20 23:30:40.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6625 | 2024-12-20T23:30:40.705Z | [ recovery-image] Dec 20 23:30:40.443 INFO O| Dec 20 23:30:40.443 INFO STEP 743 (remove_files) COMPLETE |
6626 | 2024-12-20T23:30:40.705Z | [ recovery-image] Dec 20 23:30:40.443 INFO O| Dec 20 23:30:40.443 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-12-20T23:30:40.741Z | [ recovery-image] Dec 20 23:30:40.480 INFO O| Dec 20 23:30:40.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6628 | 2024-12-20T23:30:40.741Z | [ recovery-image] Dec 20 23:30:40.480 INFO O| Dec 20 23:30:40.480 INFO STEP 744 (remove_files) COMPLETE |
6629 | 2024-12-20T23:30:40.744Z | [ recovery-image] Dec 20 23:30:40.480 INFO O| Dec 20 23:30:40.480 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-12-20T23:30:40.764Z | [ recovery-image] Dec 20 23:30:40.502 INFO O| Dec 20 23:30:40.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6631 | 2024-12-20T23:30:40.764Z | [ recovery-image] Dec 20 23:30:40.502 INFO O| Dec 20 23:30:40.502 INFO STEP 745 (remove_files) COMPLETE |
6632 | 2024-12-20T23:30:40.764Z | [ recovery-image] Dec 20 23:30:40.502 INFO O| Dec 20 23:30:40.502 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-12-20T23:30:40.784Z | [ recovery-image] Dec 20 23:30:40.522 INFO O| Dec 20 23:30:40.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6634 | 2024-12-20T23:30:40.785Z | [ recovery-image] Dec 20 23:30:40.522 INFO O| Dec 20 23:30:40.522 INFO STEP 746 (remove_files) COMPLETE |
6635 | 2024-12-20T23:30:40.785Z | [ recovery-image] Dec 20 23:30:40.522 INFO O| Dec 20 23:30:40.522 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-12-20T23:30:40.823Z | [ recovery-image] Dec 20 23:30:40.562 INFO O| Dec 20 23:30:40.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6637 | 2024-12-20T23:30:40.827Z | [ recovery-image] Dec 20 23:30:40.562 INFO O| Dec 20 23:30:40.562 INFO STEP 747 (remove_files) COMPLETE |
6638 | 2024-12-20T23:30:40.827Z | [ recovery-image] Dec 20 23:30:40.562 INFO O| Dec 20 23:30:40.562 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-12-20T23:30:40.845Z | [ recovery-image] Dec 20 23:30:40.584 INFO O| Dec 20 23:30:40.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6640 | 2024-12-20T23:30:40.848Z | [ recovery-image] Dec 20 23:30:40.584 INFO O| Dec 20 23:30:40.584 INFO STEP 748 (remove_files) COMPLETE |
6641 | 2024-12-20T23:30:40.848Z | [ recovery-image] Dec 20 23:30:40.584 INFO O| Dec 20 23:30:40.584 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-12-20T23:30:40.865Z | [ recovery-image] Dec 20 23:30:40.604 INFO O| Dec 20 23:30:40.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6643 | 2024-12-20T23:30:40.868Z | [ recovery-image] Dec 20 23:30:40.604 INFO O| Dec 20 23:30:40.604 INFO STEP 749 (remove_files) COMPLETE |
6644 | 2024-12-20T23:30:40.868Z | [ recovery-image] Dec 20 23:30:40.604 INFO O| Dec 20 23:30:40.604 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-12-20T23:30:40.886Z | [ recovery-image] Dec 20 23:30:40.625 INFO O| Dec 20 23:30:40.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6646 | 2024-12-20T23:30:40.889Z | [ recovery-image] Dec 20 23:30:40.626 INFO O| Dec 20 23:30:40.625 INFO STEP 750 (remove_files) COMPLETE |
6647 | 2024-12-20T23:30:40.889Z | [ recovery-image] Dec 20 23:30:40.626 INFO O| Dec 20 23:30:40.626 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-12-20T23:30:40.908Z | [ recovery-image] Dec 20 23:30:40.646 INFO O| Dec 20 23:30:40.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6649 | 2024-12-20T23:30:40.911Z | [ recovery-image] Dec 20 23:30:40.647 INFO O| Dec 20 23:30:40.647 INFO STEP 751 (remove_files) COMPLETE |
6650 | 2024-12-20T23:30:40.911Z | [ recovery-image] Dec 20 23:30:40.647 INFO O| Dec 20 23:30:40.647 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-12-20T23:30:40.930Z | [ recovery-image] Dec 20 23:30:40.669 INFO O| Dec 20 23:30:40.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6652 | 2024-12-20T23:30:40.933Z | [ recovery-image] Dec 20 23:30:40.669 INFO O| Dec 20 23:30:40.669 INFO STEP 752 (remove_files) COMPLETE |
6653 | 2024-12-20T23:30:40.933Z | [ recovery-image] Dec 20 23:30:40.670 INFO O| Dec 20 23:30:40.669 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-12-20T23:30:40.970Z | [ recovery-image] Dec 20 23:30:40.708 INFO O| Dec 20 23:30:40.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6655 | 2024-12-20T23:30:40.970Z | [ recovery-image] Dec 20 23:30:40.708 INFO O| Dec 20 23:30:40.708 INFO STEP 753 (remove_files) COMPLETE |
6656 | 2024-12-20T23:30:40.970Z | [ recovery-image] Dec 20 23:30:40.708 INFO O| Dec 20 23:30:40.708 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-12-20T23:30:41.070Z | [ recovery-image] Dec 20 23:30:40.809 INFO O| Dec 20 23:30:40.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6658 | 2024-12-20T23:30:41.070Z | [ recovery-image] Dec 20 23:30:40.809 INFO O| Dec 20 23:30:40.809 INFO STEP 754 (remove_files) COMPLETE |
6659 | 2024-12-20T23:30:41.073Z | [ recovery-image] Dec 20 23:30:40.809 INFO O| Dec 20 23:30:40.809 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-12-20T23:30:41.089Z | [ recovery-image] Dec 20 23:30:40.828 INFO O| Dec 20 23:30:40.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6661 | 2024-12-20T23:30:41.089Z | [ recovery-image] Dec 20 23:30:40.828 INFO O| Dec 20 23:30:40.828 INFO STEP 755 (remove_files) COMPLETE |
6662 | 2024-12-20T23:30:41.090Z | [ recovery-image] Dec 20 23:30:40.828 INFO O| Dec 20 23:30:40.828 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-12-20T23:30:41.108Z | [ recovery-image] Dec 20 23:30:40.847 INFO O| Dec 20 23:30:40.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6664 | 2024-12-20T23:30:41.109Z | [ recovery-image] Dec 20 23:30:40.847 INFO O| Dec 20 23:30:40.847 INFO STEP 756 (remove_files) COMPLETE |
6665 | 2024-12-20T23:30:41.109Z | [ recovery-image] Dec 20 23:30:40.848 INFO O| Dec 20 23:30:40.847 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-12-20T23:30:41.128Z | [ recovery-image] Dec 20 23:30:40.867 INFO O| Dec 20 23:30:40.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6667 | 2024-12-20T23:30:41.128Z | [ recovery-image] Dec 20 23:30:40.867 INFO O| Dec 20 23:30:40.867 INFO STEP 757 (remove_files) COMPLETE |
6668 | 2024-12-20T23:30:41.128Z | [ recovery-image] Dec 20 23:30:40.867 INFO O| Dec 20 23:30:40.867 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-12-20T23:30:41.149Z | [ recovery-image] Dec 20 23:30:40.888 INFO O| Dec 20 23:30:40.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6670 | 2024-12-20T23:30:41.149Z | [ recovery-image] Dec 20 23:30:40.888 INFO O| Dec 20 23:30:40.888 INFO STEP 758 (remove_files) COMPLETE |
6671 | 2024-12-20T23:30:41.153Z | [ recovery-image] Dec 20 23:30:40.888 INFO O| Dec 20 23:30:40.888 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-12-20T23:30:41.176Z | [ recovery-image] Dec 20 23:30:40.915 INFO O| Dec 20 23:30:40.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6673 | 2024-12-20T23:30:41.196Z | [ recovery-image] Dec 20 23:30:40.935 INFO O| Dec 20 23:30:40.935 INFO STEP 759 (remove_files) COMPLETE |
6674 | 2024-12-20T23:30:41.199Z | [ recovery-image] Dec 20 23:30:40.935 INFO O| Dec 20 23:30:40.935 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-12-20T23:30:41.219Z | [ recovery-image] Dec 20 23:30:40.957 INFO O| Dec 20 23:30:40.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6676 | 2024-12-20T23:30:41.219Z | [ recovery-image] Dec 20 23:30:40.958 INFO O| Dec 20 23:30:40.958 INFO STEP 760 (remove_files) COMPLETE |
6677 | 2024-12-20T23:30:41.222Z | [ recovery-image] Dec 20 23:30:40.958 INFO O| Dec 20 23:30:40.958 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-12-20T23:30:41.247Z | [ recovery-image] Dec 20 23:30:40.986 INFO O| Dec 20 23:30:40.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6679 | 2024-12-20T23:30:41.250Z | [ recovery-image] Dec 20 23:30:40.986 INFO O| Dec 20 23:30:40.986 INFO STEP 761 (remove_files) COMPLETE |
6680 | 2024-12-20T23:30:41.250Z | [ recovery-image] Dec 20 23:30:40.987 INFO O| Dec 20 23:30:40.986 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-12-20T23:30:41.268Z | [ recovery-image] Dec 20 23:30:41.007 INFO O| Dec 20 23:30:41.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6682 | 2024-12-20T23:30:41.271Z | [ recovery-image] Dec 20 23:30:41.008 INFO O| Dec 20 23:30:41.008 INFO STEP 762 (remove_files) COMPLETE |
6683 | 2024-12-20T23:30:41.271Z | [ recovery-image] Dec 20 23:30:41.008 INFO O| Dec 20 23:30:41.008 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-12-20T23:30:41.289Z | [ recovery-image] Dec 20 23:30:41.028 INFO O| Dec 20 23:30:41.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6685 | 2024-12-20T23:30:41.292Z | [ recovery-image] Dec 20 23:30:41.028 INFO O| Dec 20 23:30:41.028 INFO STEP 763 (remove_files) COMPLETE |
6686 | 2024-12-20T23:30:41.292Z | [ recovery-image] Dec 20 23:30:41.028 INFO O| Dec 20 23:30:41.028 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-12-20T23:30:41.321Z | [ recovery-image] Dec 20 23:30:41.059 INFO O| Dec 20 23:30:41.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6688 | 2024-12-20T23:30:41.321Z | [ recovery-image] Dec 20 23:30:41.059 INFO O| Dec 20 23:30:41.059 INFO STEP 764 (remove_files) COMPLETE |
6689 | 2024-12-20T23:30:41.321Z | [ recovery-image] Dec 20 23:30:41.059 INFO O| Dec 20 23:30:41.059 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-12-20T23:30:41.400Z | [ recovery-image] Dec 20 23:30:41.139 INFO O| Dec 20 23:30:41.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6691 | 2024-12-20T23:30:41.401Z | [ recovery-image] Dec 20 23:30:41.139 INFO O| Dec 20 23:30:41.139 INFO STEP 765 (remove_files) COMPLETE |
6692 | 2024-12-20T23:30:41.401Z | [ recovery-image] Dec 20 23:30:41.140 INFO O| Dec 20 23:30:41.139 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-12-20T23:30:41.420Z | [ recovery-image] Dec 20 23:30:41.159 INFO O| Dec 20 23:30:41.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6694 | 2024-12-20T23:30:41.420Z | [ recovery-image] Dec 20 23:30:41.159 INFO O| Dec 20 23:30:41.159 INFO STEP 766 (remove_files) COMPLETE |
6695 | 2024-12-20T23:30:41.424Z | [ recovery-image] Dec 20 23:30:41.159 INFO O| Dec 20 23:30:41.159 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-12-20T23:30:41.439Z | [ recovery-image] Dec 20 23:30:41.179 INFO O| Dec 20 23:30:41.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6697 | 2024-12-20T23:30:41.443Z | [ recovery-image] Dec 20 23:30:41.179 INFO O| Dec 20 23:30:41.179 INFO STEP 767 (remove_files) COMPLETE |
6698 | 2024-12-20T23:30:41.443Z | [ recovery-image] Dec 20 23:30:41.179 INFO O| Dec 20 23:30:41.179 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-12-20T23:30:41.463Z | [ recovery-image] Dec 20 23:30:41.202 INFO O| Dec 20 23:30:41.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6700 | 2024-12-20T23:30:41.463Z | [ recovery-image] Dec 20 23:30:41.203 INFO O| Dec 20 23:30:41.202 INFO STEP 768 (remove_files) COMPLETE |
6701 | 2024-12-20T23:30:41.463Z | [ recovery-image] Dec 20 23:30:41.203 INFO O| Dec 20 23:30:41.203 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-12-20T23:30:41.493Z | [ recovery-image] Dec 20 23:30:41.232 INFO O| Dec 20 23:30:41.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6703 | 2024-12-20T23:30:41.494Z | [ recovery-image] Dec 20 23:30:41.232 INFO O| Dec 20 23:30:41.232 INFO STEP 769 (remove_files) COMPLETE |
6704 | 2024-12-20T23:30:41.494Z | [ recovery-image] Dec 20 23:30:41.233 INFO O| Dec 20 23:30:41.232 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-12-20T23:30:41.514Z | [ recovery-image] Dec 20 23:30:41.253 INFO O| Dec 20 23:30:41.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6706 | 2024-12-20T23:30:41.515Z | [ recovery-image] Dec 20 23:30:41.254 INFO O| Dec 20 23:30:41.254 INFO STEP 770 (remove_files) COMPLETE |
6707 | 2024-12-20T23:30:41.515Z | [ recovery-image] Dec 20 23:30:41.254 INFO O| Dec 20 23:30:41.254 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-12-20T23:30:41.535Z | [ recovery-image] Dec 20 23:30:41.274 INFO O| Dec 20 23:30:41.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6709 | 2024-12-20T23:30:41.535Z | [ recovery-image] Dec 20 23:30:41.275 INFO O| Dec 20 23:30:41.274 INFO STEP 771 (remove_files) COMPLETE |
6710 | 2024-12-20T23:30:41.539Z | [ recovery-image] Dec 20 23:30:41.275 INFO O| Dec 20 23:30:41.275 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-12-20T23:30:41.567Z | [ recovery-image] Dec 20 23:30:41.306 INFO O| Dec 20 23:30:41.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6712 | 2024-12-20T23:30:41.567Z | [ recovery-image] Dec 20 23:30:41.306 INFO O| Dec 20 23:30:41.306 INFO STEP 772 (remove_files) COMPLETE |
6713 | 2024-12-20T23:30:41.567Z | [ recovery-image] Dec 20 23:30:41.306 INFO O| Dec 20 23:30:41.306 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-12-20T23:30:41.604Z | [ recovery-image] Dec 20 23:30:41.343 INFO O| Dec 20 23:30:41.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6715 | 2024-12-20T23:30:41.604Z | [ recovery-image] Dec 20 23:30:41.343 INFO O| Dec 20 23:30:41.343 INFO STEP 773 (remove_files) COMPLETE |
6716 | 2024-12-20T23:30:41.604Z | [ recovery-image] Dec 20 23:30:41.343 INFO O| Dec 20 23:30:41.343 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-12-20T23:30:41.644Z | [ recovery-image] Dec 20 23:30:41.383 INFO O| Dec 20 23:30:41.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6718 | 2024-12-20T23:30:41.644Z | [ recovery-image] Dec 20 23:30:41.383 INFO O| Dec 20 23:30:41.383 INFO STEP 774 (remove_files) COMPLETE |
6719 | 2024-12-20T23:30:41.644Z | [ recovery-image] Dec 20 23:30:41.383 INFO O| Dec 20 23:30:41.383 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-12-20T23:30:41.665Z | [ recovery-image] Dec 20 23:30:41.403 INFO O| Dec 20 23:30:41.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6721 | 2024-12-20T23:30:41.668Z | [ recovery-image] Dec 20 23:30:41.404 INFO O| Dec 20 23:30:41.403 INFO STEP 775 (remove_files) COMPLETE |
6722 | 2024-12-20T23:30:41.668Z | [ recovery-image] Dec 20 23:30:41.404 INFO O| Dec 20 23:30:41.404 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-12-20T23:30:41.720Z | [ recovery-image] Dec 20 23:30:41.458 INFO O| Dec 20 23:30:41.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6724 | 2024-12-20T23:30:41.721Z | [ recovery-image] Dec 20 23:30:41.459 INFO O| Dec 20 23:30:41.456 INFO STEP 776 (remove_files) COMPLETE |
6725 | 2024-12-20T23:30:41.724Z | [ recovery-image] Dec 20 23:30:41.459 INFO O| Dec 20 23:30:41.456 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-12-20T23:30:41.808Z | [ recovery-image] Dec 20 23:30:41.547 INFO O| Dec 20 23:30:41.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6727 | 2024-12-20T23:30:41.808Z | [ recovery-image] Dec 20 23:30:41.547 INFO O| Dec 20 23:30:41.547 INFO STEP 777 (remove_files) COMPLETE |
6728 | 2024-12-20T23:30:41.808Z | [ recovery-image] Dec 20 23:30:41.547 INFO O| Dec 20 23:30:41.547 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-12-20T23:30:41.835Z | [ recovery-image] Dec 20 23:30:41.573 INFO O| Dec 20 23:30:41.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6730 | 2024-12-20T23:30:41.844Z | [ recovery-image] Dec 20 23:30:41.574 INFO O| Dec 20 23:30:41.573 INFO STEP 778 (remove_files) COMPLETE |
6731 | 2024-12-20T23:30:41.844Z | [ recovery-image] Dec 20 23:30:41.574 INFO O| Dec 20 23:30:41.574 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-12-20T23:30:41.874Z | [ recovery-image] Dec 20 23:30:41.611 INFO O| Dec 20 23:30:41.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6733 | 2024-12-20T23:30:41.874Z | [ recovery-image] Dec 20 23:30:41.611 INFO O| Dec 20 23:30:41.611 INFO STEP 779 (remove_files) COMPLETE |
6734 | 2024-12-20T23:30:41.880Z | [ recovery-image] Dec 20 23:30:41.611 INFO O| Dec 20 23:30:41.611 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-12-20T23:30:41.895Z | [ recovery-image] Dec 20 23:30:41.632 INFO O| Dec 20 23:30:41.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6736 | 2024-12-20T23:30:41.895Z | [ recovery-image] Dec 20 23:30:41.633 INFO O| Dec 20 23:30:41.632 INFO STEP 780 (remove_files) COMPLETE |
6737 | 2024-12-20T23:30:41.895Z | [ recovery-image] Dec 20 23:30:41.633 INFO O| Dec 20 23:30:41.633 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-12-20T23:30:41.929Z | [ recovery-image] Dec 20 23:30:41.666 INFO O| Dec 20 23:30:41.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6739 | 2024-12-20T23:30:41.929Z | [ recovery-image] Dec 20 23:30:41.666 INFO O| Dec 20 23:30:41.666 INFO STEP 781 (remove_files) COMPLETE |
6740 | 2024-12-20T23:30:41.933Z | [ recovery-image] Dec 20 23:30:41.666 INFO O| Dec 20 23:30:41.666 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-12-20T23:30:41.957Z | [ recovery-image] Dec 20 23:30:41.688 INFO O| Dec 20 23:30:41.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6742 | 2024-12-20T23:30:41.957Z | [ recovery-image] Dec 20 23:30:41.688 INFO O| Dec 20 23:30:41.688 INFO STEP 782 (remove_files) COMPLETE |
6743 | 2024-12-20T23:30:41.957Z | [ recovery-image] Dec 20 23:30:41.688 INFO O| Dec 20 23:30:41.688 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-12-20T23:30:41.996Z | [ recovery-image] Dec 20 23:30:41.735 INFO O| Dec 20 23:30:41.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6745 | 2024-12-20T23:30:42.001Z | [ recovery-image] Dec 20 23:30:41.735 INFO O| Dec 20 23:30:41.735 INFO STEP 783 (remove_files) COMPLETE |
6746 | 2024-12-20T23:30:42.002Z | [ recovery-image] Dec 20 23:30:41.735 INFO O| Dec 20 23:30:41.735 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-12-20T23:30:42.025Z | [ recovery-image] Dec 20 23:30:41.762 INFO O| Dec 20 23:30:41.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6748 | 2024-12-20T23:30:42.030Z | [ recovery-image] Dec 20 23:30:41.763 INFO O| Dec 20 23:30:41.762 INFO STEP 784 (remove_files) COMPLETE |
6749 | 2024-12-20T23:30:42.030Z | [ recovery-image] Dec 20 23:30:41.763 INFO O| Dec 20 23:30:41.762 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-12-20T23:30:42.063Z | [ recovery-image] Dec 20 23:30:41.802 INFO O| Dec 20 23:30:41.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6751 | 2024-12-20T23:30:42.069Z | [ recovery-image] Dec 20 23:30:41.802 INFO O| Dec 20 23:30:41.802 INFO STEP 785 (remove_files) COMPLETE |
6752 | 2024-12-20T23:30:42.069Z | [ recovery-image] Dec 20 23:30:41.802 INFO O| Dec 20 23:30:41.802 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-12-20T23:30:42.085Z | [ recovery-image] Dec 20 23:30:41.824 INFO O| Dec 20 23:30:41.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6754 | 2024-12-20T23:30:42.088Z | [ recovery-image] Dec 20 23:30:41.824 INFO O| Dec 20 23:30:41.824 INFO STEP 786 (remove_files) COMPLETE |
6755 | 2024-12-20T23:30:42.088Z | [ recovery-image] Dec 20 23:30:41.825 INFO O| Dec 20 23:30:41.824 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-12-20T23:30:42.106Z | [ recovery-image] Dec 20 23:30:41.845 INFO O| Dec 20 23:30:41.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6757 | 2024-12-20T23:30:42.110Z | [ recovery-image] Dec 20 23:30:41.846 INFO O| Dec 20 23:30:41.846 INFO STEP 787 (remove_files) COMPLETE |
6758 | 2024-12-20T23:30:42.110Z | [ recovery-image] Dec 20 23:30:41.846 INFO O| Dec 20 23:30:41.846 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-12-20T23:30:42.128Z | [ recovery-image] Dec 20 23:30:41.867 INFO O| Dec 20 23:30:41.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6760 | 2024-12-20T23:30:42.132Z | [ recovery-image] Dec 20 23:30:41.867 INFO O| Dec 20 23:30:41.867 INFO STEP 788 (remove_files) COMPLETE |
6761 | 2024-12-20T23:30:42.132Z | [ recovery-image] Dec 20 23:30:41.867 INFO O| Dec 20 23:30:41.867 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-12-20T23:30:42.150Z | [ recovery-image] Dec 20 23:30:41.888 INFO O| Dec 20 23:30:41.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6763 | 2024-12-20T23:30:42.153Z | [ recovery-image] Dec 20 23:30:41.889 INFO O| Dec 20 23:30:41.888 INFO STEP 789 (remove_files) COMPLETE |
6764 | 2024-12-20T23:30:42.154Z | [ recovery-image] Dec 20 23:30:41.889 INFO O| Dec 20 23:30:41.889 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-12-20T23:30:42.196Z | [ recovery-image] Dec 20 23:30:41.933 INFO O| Dec 20 23:30:41.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6766 | 2024-12-20T23:30:42.203Z | [ recovery-image] Dec 20 23:30:41.933 INFO O| Dec 20 23:30:41.933 INFO STEP 790 (remove_files) COMPLETE |
6767 | 2024-12-20T23:30:42.203Z | [ recovery-image] Dec 20 23:30:41.933 INFO O| Dec 20 23:30:41.933 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-12-20T23:30:42.220Z | [ recovery-image] Dec 20 23:30:41.957 INFO O| Dec 20 23:30:41.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6769 | 2024-12-20T23:30:42.220Z | [ recovery-image] Dec 20 23:30:41.957 INFO O| Dec 20 23:30:41.957 INFO STEP 791 (remove_files) COMPLETE |
6770 | 2024-12-20T23:30:42.227Z | [ recovery-image] Dec 20 23:30:41.957 INFO O| Dec 20 23:30:41.957 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-12-20T23:30:42.283Z | [ recovery-image] Dec 20 23:30:42.021 INFO O| Dec 20 23:30:42.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6772 | 2024-12-20T23:30:42.283Z | [ recovery-image] Dec 20 23:30:42.021 INFO O| Dec 20 23:30:42.021 INFO STEP 792 (remove_files) COMPLETE |
6773 | 2024-12-20T23:30:42.284Z | [ recovery-image] Dec 20 23:30:42.021 INFO O| Dec 20 23:30:42.021 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-12-20T23:30:42.342Z | [ recovery-image] Dec 20 23:30:42.076 INFO O| Dec 20 23:30:42.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6775 | 2024-12-20T23:30:42.342Z | [ recovery-image] Dec 20 23:30:42.076 INFO O| Dec 20 23:30:42.076 INFO STEP 793 (remove_files) COMPLETE |
6776 | 2024-12-20T23:30:42.342Z | [ recovery-image] Dec 20 23:30:42.076 INFO O| Dec 20 23:30:42.076 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-12-20T23:30:42.359Z | [ recovery-image] Dec 20 23:30:42.097 INFO O| Dec 20 23:30:42.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6778 | 2024-12-20T23:30:42.360Z | [ recovery-image] Dec 20 23:30:42.097 INFO O| Dec 20 23:30:42.097 INFO STEP 794 (remove_files) COMPLETE |
6779 | 2024-12-20T23:30:42.360Z | [ recovery-image] Dec 20 23:30:42.097 INFO O| Dec 20 23:30:42.097 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-12-20T23:30:42.392Z | [ recovery-image] Dec 20 23:30:42.129 INFO O| Dec 20 23:30:42.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6781 | 2024-12-20T23:30:42.392Z | [ recovery-image] Dec 20 23:30:42.129 INFO O| Dec 20 23:30:42.129 INFO STEP 795 (remove_files) COMPLETE |
6782 | 2024-12-20T23:30:42.392Z | [ recovery-image] Dec 20 23:30:42.129 INFO O| Dec 20 23:30:42.129 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-12-20T23:30:42.411Z | [ recovery-image] Dec 20 23:30:42.149 INFO O| Dec 20 23:30:42.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6784 | 2024-12-20T23:30:42.411Z | [ recovery-image] Dec 20 23:30:42.149 INFO O| Dec 20 23:30:42.149 INFO STEP 796 (remove_files) COMPLETE |
6785 | 2024-12-20T23:30:42.411Z | [ recovery-image] Dec 20 23:30:42.149 INFO O| Dec 20 23:30:42.149 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-12-20T23:30:42.443Z | [ recovery-image] Dec 20 23:30:42.179 INFO O| Dec 20 23:30:42.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6787 | 2024-12-20T23:30:42.476Z | [ recovery-image] Dec 20 23:30:42.207 INFO O| Dec 20 23:30:42.207 INFO STEP 797 (remove_files) COMPLETE |
6788 | 2024-12-20T23:30:42.476Z | [ recovery-image] Dec 20 23:30:42.207 INFO O| Dec 20 23:30:42.207 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-12-20T23:30:42.503Z | [ recovery-image] Dec 20 23:30:42.241 INFO O| Dec 20 23:30:42.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6790 | 2024-12-20T23:30:42.504Z | [ recovery-image] Dec 20 23:30:42.241 INFO O| Dec 20 23:30:42.241 INFO STEP 798 (remove_files) COMPLETE |
6791 | 2024-12-20T23:30:42.504Z | [ recovery-image] Dec 20 23:30:42.241 INFO O| Dec 20 23:30:42.241 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-12-20T23:30:42.525Z | [ recovery-image] Dec 20 23:30:42.262 INFO O| Dec 20 23:30:42.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6793 | 2024-12-20T23:30:42.526Z | [ recovery-image] Dec 20 23:30:42.262 INFO O| Dec 20 23:30:42.262 INFO STEP 799 (remove_files) COMPLETE |
6794 | 2024-12-20T23:30:42.526Z | [ recovery-image] Dec 20 23:30:42.262 INFO O| Dec 20 23:30:42.262 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-12-20T23:30:42.545Z | [ recovery-image] Dec 20 23:30:42.283 INFO O| Dec 20 23:30:42.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6796 | 2024-12-20T23:30:42.545Z | [ recovery-image] Dec 20 23:30:42.283 INFO O| Dec 20 23:30:42.283 INFO STEP 800 (remove_files) COMPLETE |
6797 | 2024-12-20T23:30:42.549Z | [ recovery-image] Dec 20 23:30:42.283 INFO O| Dec 20 23:30:42.283 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-12-20T23:30:42.567Z | [ recovery-image] Dec 20 23:30:42.305 INFO O| Dec 20 23:30:42.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6799 | 2024-12-20T23:30:42.567Z | [ recovery-image] Dec 20 23:30:42.305 INFO O| Dec 20 23:30:42.305 INFO STEP 801 (remove_files) COMPLETE |
6800 | 2024-12-20T23:30:42.567Z | [ recovery-image] Dec 20 23:30:42.305 INFO O| Dec 20 23:30:42.305 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-12-20T23:30:42.586Z | [ recovery-image] Dec 20 23:30:42.325 INFO O| Dec 20 23:30:42.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6802 | 2024-12-20T23:30:42.587Z | [ recovery-image] Dec 20 23:30:42.326 INFO O| Dec 20 23:30:42.326 INFO STEP 802 (remove_files) COMPLETE |
6803 | 2024-12-20T23:30:42.591Z | [ recovery-image] Dec 20 23:30:42.326 INFO O| Dec 20 23:30:42.326 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-12-20T23:30:42.631Z | [ recovery-image] Dec 20 23:30:42.370 INFO O| Dec 20 23:30:42.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6805 | 2024-12-20T23:30:42.631Z | [ recovery-image] Dec 20 23:30:42.370 INFO O| Dec 20 23:30:42.370 INFO STEP 803 (remove_files) COMPLETE |
6806 | 2024-12-20T23:30:42.631Z | [ recovery-image] Dec 20 23:30:42.370 INFO O| Dec 20 23:30:42.370 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-12-20T23:30:42.691Z | [ recovery-image] Dec 20 23:30:42.430 INFO O| Dec 20 23:30:42.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6808 | 2024-12-20T23:30:42.694Z | [ recovery-image] Dec 20 23:30:42.430 INFO O| Dec 20 23:30:42.430 INFO STEP 804 (remove_files) COMPLETE |
6809 | 2024-12-20T23:30:42.694Z | [ recovery-image] Dec 20 23:30:42.430 INFO O| Dec 20 23:30:42.430 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-12-20T23:30:42.726Z | [ recovery-image] Dec 20 23:30:42.466 INFO O| Dec 20 23:30:42.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6811 | 2024-12-20T23:30:42.727Z | [ recovery-image] Dec 20 23:30:42.466 INFO O| Dec 20 23:30:42.466 INFO STEP 805 (remove_files) COMPLETE |
6812 | 2024-12-20T23:30:42.730Z | [ recovery-image] Dec 20 23:30:42.466 INFO O| Dec 20 23:30:42.466 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-12-20T23:30:42.747Z | [ recovery-image] Dec 20 23:30:42.486 INFO O| Dec 20 23:30:42.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6814 | 2024-12-20T23:30:42.748Z | [ recovery-image] Dec 20 23:30:42.486 INFO O| Dec 20 23:30:42.486 INFO STEP 806 (remove_files) COMPLETE |
6815 | 2024-12-20T23:30:42.749Z | [ recovery-image] Dec 20 23:30:42.486 INFO O| Dec 20 23:30:42.486 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-12-20T23:30:42.767Z | [ recovery-image] Dec 20 23:30:42.507 INFO O| Dec 20 23:30:42.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6817 | 2024-12-20T23:30:42.777Z | [ recovery-image] Dec 20 23:30:42.516 INFO O| Dec 20 23:30:42.516 INFO STEP 807 (remove_files) COMPLETE |
6818 | 2024-12-20T23:30:42.777Z | [ recovery-image] Dec 20 23:30:42.516 INFO O| Dec 20 23:30:42.516 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-12-20T23:30:42.821Z | [ recovery-image] Dec 20 23:30:42.560 INFO O| Dec 20 23:30:42.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6820 | 2024-12-20T23:30:42.821Z | [ recovery-image] Dec 20 23:30:42.560 INFO O| Dec 20 23:30:42.560 INFO STEP 808 (remove_files) COMPLETE |
6821 | 2024-12-20T23:30:42.824Z | [ recovery-image] Dec 20 23:30:42.560 INFO O| Dec 20 23:30:42.560 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-12-20T23:30:42.842Z | [ recovery-image] Dec 20 23:30:42.581 INFO O| Dec 20 23:30:42.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6823 | 2024-12-20T23:30:42.842Z | [ recovery-image] Dec 20 23:30:42.581 INFO O| Dec 20 23:30:42.581 INFO STEP 809 (remove_files) COMPLETE |
6824 | 2024-12-20T23:30:42.842Z | [ recovery-image] Dec 20 23:30:42.581 INFO O| Dec 20 23:30:42.581 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-12-20T23:30:42.870Z | [ recovery-image] Dec 20 23:30:42.609 INFO O| Dec 20 23:30:42.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6826 | 2024-12-20T23:30:42.870Z | [ recovery-image] Dec 20 23:30:42.609 INFO O| Dec 20 23:30:42.609 INFO STEP 810 (remove_files) COMPLETE |
6827 | 2024-12-20T23:30:42.874Z | [ recovery-image] Dec 20 23:30:42.609 INFO O| Dec 20 23:30:42.609 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-12-20T23:30:42.898Z | [ recovery-image] Dec 20 23:30:42.637 INFO O| Dec 20 23:30:42.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6829 | 2024-12-20T23:30:42.898Z | [ recovery-image] Dec 20 23:30:42.637 INFO O| Dec 20 23:30:42.637 INFO STEP 811 (remove_files) COMPLETE |
6830 | 2024-12-20T23:30:42.902Z | [ recovery-image] Dec 20 23:30:42.637 INFO O| Dec 20 23:30:42.637 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-12-20T23:30:42.921Z | [ recovery-image] Dec 20 23:30:42.660 INFO O| Dec 20 23:30:42.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6832 | 2024-12-20T23:30:42.921Z | [ recovery-image] Dec 20 23:30:42.660 INFO O| Dec 20 23:30:42.660 INFO STEP 812 (remove_files) COMPLETE |
6833 | 2024-12-20T23:30:42.924Z | [ recovery-image] Dec 20 23:30:42.660 INFO O| Dec 20 23:30:42.660 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-12-20T23:30:42.941Z | [ recovery-image] Dec 20 23:30:42.680 INFO O| Dec 20 23:30:42.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6835 | 2024-12-20T23:30:42.941Z | [ recovery-image] Dec 20 23:30:42.681 INFO O| Dec 20 23:30:42.681 INFO STEP 813 (remove_files) COMPLETE |
6836 | 2024-12-20T23:30:42.944Z | [ recovery-image] Dec 20 23:30:42.681 INFO O| Dec 20 23:30:42.681 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-12-20T23:30:42.965Z | [ recovery-image] Dec 20 23:30:42.703 INFO O| Dec 20 23:30:42.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6838 | 2024-12-20T23:30:42.965Z | [ recovery-image] Dec 20 23:30:42.703 INFO O| Dec 20 23:30:42.703 INFO STEP 814 (remove_files) COMPLETE |
6839 | 2024-12-20T23:30:42.971Z | [ recovery-image] Dec 20 23:30:42.703 INFO O| Dec 20 23:30:42.703 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-12-20T23:30:42.983Z | [ recovery-image] Dec 20 23:30:42.723 INFO O| Dec 20 23:30:42.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6841 | 2024-12-20T23:30:42.988Z | [ recovery-image] Dec 20 23:30:42.723 INFO O| Dec 20 23:30:42.723 INFO STEP 815 (remove_files) COMPLETE |
6842 | 2024-12-20T23:30:42.988Z | [ recovery-image] Dec 20 23:30:42.723 INFO O| Dec 20 23:30:42.723 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-12-20T23:30:43.002Z | [ recovery-image] Dec 20 23:30:42.742 INFO O| Dec 20 23:30:42.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6844 | 2024-12-20T23:30:43.002Z | [ recovery-image] Dec 20 23:30:42.742 INFO O| Dec 20 23:30:42.742 INFO STEP 816 (remove_files) COMPLETE |
6845 | 2024-12-20T23:30:43.005Z | [ recovery-image] Dec 20 23:30:42.742 INFO O| Dec 20 23:30:42.742 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-12-20T23:30:43.021Z | [ recovery-image] Dec 20 23:30:42.760 INFO O| Dec 20 23:30:42.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6847 | 2024-12-20T23:30:43.046Z | [ recovery-image] Dec 20 23:30:42.785 INFO O| Dec 20 23:30:42.785 INFO STEP 817 (remove_files) COMPLETE |
6848 | 2024-12-20T23:30:43.046Z | [ recovery-image] Dec 20 23:30:42.785 INFO O| Dec 20 23:30:42.785 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-12-20T23:30:43.084Z | [ recovery-image] Dec 20 23:30:42.823 INFO O| Dec 20 23:30:42.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6850 | 2024-12-20T23:30:43.088Z | [ recovery-image] Dec 20 23:30:42.824 INFO O| Dec 20 23:30:42.824 INFO STEP 818 (remove_files) COMPLETE |
6851 | 2024-12-20T23:30:43.088Z | [ recovery-image] Dec 20 23:30:42.824 INFO O| Dec 20 23:30:42.824 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-12-20T23:30:43.106Z | [ recovery-image] Dec 20 23:30:42.845 INFO O| Dec 20 23:30:42.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6853 | 2024-12-20T23:30:43.106Z | [ recovery-image] Dec 20 23:30:42.845 INFO O| Dec 20 23:30:42.845 INFO STEP 819 (remove_files) COMPLETE |
6854 | 2024-12-20T23:30:43.109Z | [ recovery-image] Dec 20 23:30:42.845 INFO O| Dec 20 23:30:42.845 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-12-20T23:30:43.126Z | [ recovery-image] Dec 20 23:30:42.865 INFO O| Dec 20 23:30:42.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6856 | 2024-12-20T23:30:43.129Z | [ recovery-image] Dec 20 23:30:42.865 INFO O| Dec 20 23:30:42.865 INFO STEP 820 (remove_files) COMPLETE |
6857 | 2024-12-20T23:30:43.129Z | [ recovery-image] Dec 20 23:30:42.865 INFO O| Dec 20 23:30:42.865 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-12-20T23:30:43.148Z | [ recovery-image] Dec 20 23:30:42.887 INFO O| Dec 20 23:30:42.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6859 | 2024-12-20T23:30:43.151Z | [ recovery-image] Dec 20 23:30:42.887 INFO O| Dec 20 23:30:42.887 INFO STEP 821 (remove_files) COMPLETE |
6860 | 2024-12-20T23:30:43.151Z | [ recovery-image] Dec 20 23:30:42.887 INFO O| Dec 20 23:30:42.887 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-12-20T23:30:43.172Z | [ recovery-image] Dec 20 23:30:42.911 INFO O| Dec 20 23:30:42.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6862 | 2024-12-20T23:30:43.175Z | [ recovery-image] Dec 20 23:30:42.911 INFO O| Dec 20 23:30:42.911 INFO STEP 822 (remove_files) COMPLETE |
6863 | 2024-12-20T23:30:43.175Z | [ recovery-image] Dec 20 23:30:42.912 INFO O| Dec 20 23:30:42.911 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-12-20T23:30:43.196Z | [ recovery-image] Dec 20 23:30:42.934 INFO O| Dec 20 23:30:42.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6865 | 2024-12-20T23:30:43.196Z | [ recovery-image] Dec 20 23:30:42.935 INFO O| Dec 20 23:30:42.934 INFO STEP 823 (remove_files) COMPLETE |
6866 | 2024-12-20T23:30:43.196Z | [ recovery-image] Dec 20 23:30:42.935 INFO O| Dec 20 23:30:42.935 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-12-20T23:30:43.218Z | [ recovery-image] Dec 20 23:30:42.957 INFO O| Dec 20 23:30:42.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6868 | 2024-12-20T23:30:43.221Z | [ recovery-image] Dec 20 23:30:42.958 INFO O| Dec 20 23:30:42.958 INFO STEP 824 (remove_files) COMPLETE |
6869 | 2024-12-20T23:30:43.221Z | [ recovery-image] Dec 20 23:30:42.958 INFO O| Dec 20 23:30:42.958 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-12-20T23:30:43.241Z | [ recovery-image] Dec 20 23:30:42.981 INFO O| Dec 20 23:30:42.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6871 | 2024-12-20T23:30:43.255Z | [ recovery-image] Dec 20 23:30:42.993 INFO O| Dec 20 23:30:42.993 INFO STEP 825 (remove_files) COMPLETE |
6872 | 2024-12-20T23:30:43.255Z | [ recovery-image] Dec 20 23:30:42.993 INFO O| Dec 20 23:30:42.993 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-12-20T23:30:43.287Z | [ recovery-image] Dec 20 23:30:43.026 INFO O| Dec 20 23:30:43.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6874 | 2024-12-20T23:30:43.287Z | [ recovery-image] Dec 20 23:30:43.026 INFO O| Dec 20 23:30:43.026 INFO STEP 826 (remove_files) COMPLETE |
6875 | 2024-12-20T23:30:43.287Z | [ recovery-image] Dec 20 23:30:43.026 INFO O| Dec 20 23:30:43.026 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-12-20T23:30:43.327Z | [ recovery-image] Dec 20 23:30:43.066 INFO O| Dec 20 23:30:43.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6877 | 2024-12-20T23:30:43.327Z | [ recovery-image] Dec 20 23:30:43.066 INFO O| Dec 20 23:30:43.066 INFO STEP 827 (remove_files) COMPLETE |
6878 | 2024-12-20T23:30:43.331Z | [ recovery-image] Dec 20 23:30:43.066 INFO O| Dec 20 23:30:43.066 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-12-20T23:30:43.347Z | [ recovery-image] Dec 20 23:30:43.087 INFO O| Dec 20 23:30:43.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6880 | 2024-12-20T23:30:43.347Z | [ recovery-image] Dec 20 23:30:43.087 INFO O| Dec 20 23:30:43.087 INFO STEP 828 (remove_files) COMPLETE |
6881 | 2024-12-20T23:30:43.347Z | [ recovery-image] Dec 20 23:30:43.087 INFO O| Dec 20 23:30:43.087 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-12-20T23:30:43.367Z | [ recovery-image] Dec 20 23:30:43.106 INFO O| Dec 20 23:30:43.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6883 | 2024-12-20T23:30:43.367Z | [ recovery-image] Dec 20 23:30:43.107 INFO O| Dec 20 23:30:43.107 INFO STEP 829 (remove_files) COMPLETE |
6884 | 2024-12-20T23:30:43.368Z | [ recovery-image] Dec 20 23:30:43.107 INFO O| Dec 20 23:30:43.107 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-12-20T23:30:43.412Z | [ recovery-image] Dec 20 23:30:43.152 INFO O| Dec 20 23:30:43.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6886 | 2024-12-20T23:30:43.413Z | [ recovery-image] Dec 20 23:30:43.152 INFO O| Dec 20 23:30:43.152 INFO STEP 830 (remove_files) COMPLETE |
6887 | 2024-12-20T23:30:43.413Z | [ recovery-image] Dec 20 23:30:43.152 INFO O| Dec 20 23:30:43.152 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-12-20T23:30:43.431Z | [ recovery-image] Dec 20 23:30:43.170 INFO O| Dec 20 23:30:43.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6889 | 2024-12-20T23:30:43.431Z | [ recovery-image] Dec 20 23:30:43.170 INFO O| Dec 20 23:30:43.170 INFO STEP 831 (remove_files) COMPLETE |
6890 | 2024-12-20T23:30:43.431Z | [ recovery-image] Dec 20 23:30:43.170 INFO O| Dec 20 23:30:43.170 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-12-20T23:30:43.465Z | [ recovery-image] Dec 20 23:30:43.204 INFO O| Dec 20 23:30:43.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6892 | 2024-12-20T23:30:43.465Z | [ recovery-image] Dec 20 23:30:43.204 INFO O| Dec 20 23:30:43.204 INFO STEP 832 (remove_files) COMPLETE |
6893 | 2024-12-20T23:30:43.468Z | [ recovery-image] Dec 20 23:30:43.204 INFO O| Dec 20 23:30:43.204 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-12-20T23:30:43.497Z | [ recovery-image] Dec 20 23:30:43.237 INFO O| Dec 20 23:30:43.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6895 | 2024-12-20T23:30:43.504Z | [ recovery-image] Dec 20 23:30:43.237 INFO O| Dec 20 23:30:43.237 INFO STEP 833 (remove_files) COMPLETE |
6896 | 2024-12-20T23:30:43.504Z | [ recovery-image] Dec 20 23:30:43.237 INFO O| Dec 20 23:30:43.237 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-12-20T23:30:43.516Z | [ recovery-image] Dec 20 23:30:43.255 INFO O| Dec 20 23:30:43.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6898 | 2024-12-20T23:30:43.516Z | [ recovery-image] Dec 20 23:30:43.255 INFO O| Dec 20 23:30:43.255 INFO STEP 834 (remove_files) COMPLETE |
6899 | 2024-12-20T23:30:43.516Z | [ recovery-image] Dec 20 23:30:43.255 INFO O| Dec 20 23:30:43.255 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-12-20T23:30:43.548Z | [ recovery-image] Dec 20 23:30:43.287 INFO O| Dec 20 23:30:43.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6901 | 2024-12-20T23:30:43.548Z | [ recovery-image] Dec 20 23:30:43.287 INFO O| Dec 20 23:30:43.287 INFO STEP 835 (remove_files) COMPLETE |
6902 | 2024-12-20T23:30:43.548Z | [ recovery-image] Dec 20 23:30:43.287 INFO O| Dec 20 23:30:43.287 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-12-20T23:30:43.590Z | [ recovery-image] Dec 20 23:30:43.329 INFO O| Dec 20 23:30:43.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6904 | 2024-12-20T23:30:43.590Z | [ recovery-image] Dec 20 23:30:43.330 INFO O| Dec 20 23:30:43.330 INFO STEP 836 (remove_files) COMPLETE |
6905 | 2024-12-20T23:30:43.594Z | [ recovery-image] Dec 20 23:30:43.330 INFO O| Dec 20 23:30:43.330 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-12-20T23:30:43.635Z | [ recovery-image] Dec 20 23:30:43.375 INFO O| Dec 20 23:30:43.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6907 | 2024-12-20T23:30:43.635Z | [ recovery-image] Dec 20 23:30:43.375 INFO O| Dec 20 23:30:43.375 INFO STEP 837 (remove_files) COMPLETE |
6908 | 2024-12-20T23:30:43.635Z | [ recovery-image] Dec 20 23:30:43.375 INFO O| Dec 20 23:30:43.375 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-12-20T23:30:43.700Z | [ recovery-image] Dec 20 23:30:43.439 INFO O| Dec 20 23:30:43.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6910 | 2024-12-20T23:30:43.700Z | [ recovery-image] Dec 20 23:30:43.439 INFO O| Dec 20 23:30:43.439 INFO STEP 838 (remove_files) COMPLETE |
6911 | 2024-12-20T23:30:43.700Z | [ recovery-image] Dec 20 23:30:43.439 INFO O| Dec 20 23:30:43.439 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-12-20T23:30:43.742Z | [ recovery-image] Dec 20 23:30:43.482 INFO O| Dec 20 23:30:43.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6913 | 2024-12-20T23:30:43.745Z | [ recovery-image] Dec 20 23:30:43.482 INFO O| Dec 20 23:30:43.482 INFO STEP 839 (remove_files) COMPLETE |
6914 | 2024-12-20T23:30:43.745Z | [ recovery-image] Dec 20 23:30:43.482 INFO O| Dec 20 23:30:43.482 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-12-20T23:30:43.765Z | [ recovery-image] Dec 20 23:30:43.505 INFO O| Dec 20 23:30:43.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6916 | 2024-12-20T23:30:43.768Z | [ recovery-image] Dec 20 23:30:43.505 INFO O| Dec 20 23:30:43.505 INFO STEP 840 (remove_files) COMPLETE |
6917 | 2024-12-20T23:30:43.768Z | [ recovery-image] Dec 20 23:30:43.505 INFO O| Dec 20 23:30:43.505 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-12-20T23:30:43.787Z | [ recovery-image] Dec 20 23:30:43.527 INFO O| Dec 20 23:30:43.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6919 | 2024-12-20T23:30:43.790Z | [ recovery-image] Dec 20 23:30:43.527 INFO O| Dec 20 23:30:43.527 INFO STEP 841 (remove_files) COMPLETE |
6920 | 2024-12-20T23:30:43.790Z | [ recovery-image] Dec 20 23:30:43.527 INFO O| Dec 20 23:30:43.527 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-12-20T23:30:43.823Z | [ recovery-image] Dec 20 23:30:43.562 INFO O| Dec 20 23:30:43.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6922 | 2024-12-20T23:30:43.823Z | [ recovery-image] Dec 20 23:30:43.562 INFO O| Dec 20 23:30:43.562 INFO STEP 842 (remove_files) COMPLETE |
6923 | 2024-12-20T23:30:43.824Z | [ recovery-image] Dec 20 23:30:43.562 INFO O| Dec 20 23:30:43.562 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-12-20T23:30:43.844Z | [ recovery-image] Dec 20 23:30:43.584 INFO O| Dec 20 23:30:43.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6925 | 2024-12-20T23:30:43.844Z | [ recovery-image] Dec 20 23:30:43.584 INFO O| Dec 20 23:30:43.584 INFO STEP 843 (remove_files) COMPLETE |
6926 | 2024-12-20T23:30:43.844Z | [ recovery-image] Dec 20 23:30:43.585 INFO O| Dec 20 23:30:43.584 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-12-20T23:30:43.880Z | [ recovery-image] Dec 20 23:30:43.620 INFO O| Dec 20 23:30:43.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6928 | 2024-12-20T23:30:43.880Z | [ recovery-image] Dec 20 23:30:43.620 INFO O| Dec 20 23:30:43.620 INFO STEP 844 (remove_files) COMPLETE |
6929 | 2024-12-20T23:30:43.880Z | [ recovery-image] Dec 20 23:30:43.620 INFO O| Dec 20 23:30:43.620 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-12-20T23:30:43.901Z | [ recovery-image] Dec 20 23:30:43.641 INFO O| Dec 20 23:30:43.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6931 | 2024-12-20T23:30:44.323Z | [ recovery-image] Dec 20 23:30:43.663 INFO O| Dec 20 23:30:43.663 INFO STEP 845 (remove_files) COMPLETE |
6932 | 2024-12-20T23:30:44.323Z | [ recovery-image] Dec 20 23:30:43.663 INFO O| Dec 20 23:30:43.663 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-12-20T23:30:44.333Z | [ recovery-image] Dec 20 23:30:43.697 INFO O| Dec 20 23:30:43.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6934 | 2024-12-20T23:30:44.333Z | [ recovery-image] Dec 20 23:30:43.697 INFO O| Dec 20 23:30:43.697 INFO STEP 846 (remove_files) COMPLETE |
6935 | 2024-12-20T23:30:44.333Z | [ recovery-image] Dec 20 23:30:43.697 INFO O| Dec 20 23:30:43.697 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-12-20T23:30:44.333Z | [ recovery-image] Dec 20 23:30:43.720 INFO O| Dec 20 23:30:43.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6937 | 2024-12-20T23:30:44.333Z | [ recovery-image] Dec 20 23:30:43.720 INFO O| Dec 20 23:30:43.720 INFO STEP 847 (remove_files) COMPLETE |
6938 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.720 INFO O| Dec 20 23:30:43.720 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.741 INFO O| Dec 20 23:30:43.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6940 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.741 INFO O| Dec 20 23:30:43.741 INFO STEP 848 (remove_files) COMPLETE |
6941 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.741 INFO O| Dec 20 23:30:43.741 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.768 INFO O| Dec 20 23:30:43.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6943 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.768 INFO O| Dec 20 23:30:43.768 INFO STEP 849 (remove_files) COMPLETE |
6944 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.768 INFO O| Dec 20 23:30:43.768 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.805 INFO O| Dec 20 23:30:43.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6946 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.805 INFO O| Dec 20 23:30:43.805 INFO STEP 850 (remove_files) COMPLETE |
6947 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.805 INFO O| Dec 20 23:30:43.805 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.825 INFO O| Dec 20 23:30:43.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6949 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.825 INFO O| Dec 20 23:30:43.825 INFO STEP 851 (remove_files) COMPLETE |
6950 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.825 INFO O| Dec 20 23:30:43.825 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.844 INFO O| Dec 20 23:30:43.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6952 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.844 INFO O| Dec 20 23:30:43.844 INFO STEP 852 (remove_files) COMPLETE |
6953 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.844 INFO O| Dec 20 23:30:43.844 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.865 INFO O| Dec 20 23:30:43.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6955 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.865 INFO O| Dec 20 23:30:43.865 INFO STEP 853 (remove_files) COMPLETE |
6956 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.865 INFO O| Dec 20 23:30:43.865 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.885 INFO O| Dec 20 23:30:43.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6958 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.885 INFO O| Dec 20 23:30:43.885 INFO STEP 854 (remove_files) COMPLETE |
6959 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.885 INFO O| Dec 20 23:30:43.885 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.906 INFO O| Dec 20 23:30:43.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6961 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.906 INFO O| Dec 20 23:30:43.906 INFO STEP 855 (remove_files) COMPLETE |
6962 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.907 INFO O| Dec 20 23:30:43.906 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.929 INFO O| Dec 20 23:30:43.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6964 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.929 INFO O| Dec 20 23:30:43.929 INFO STEP 856 (remove_files) COMPLETE |
6965 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.929 INFO O| Dec 20 23:30:43.929 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.953 INFO O| Dec 20 23:30:43.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6967 | 2024-12-20T23:30:44.334Z | [ recovery-image] Dec 20 23:30:43.953 INFO O| Dec 20 23:30:43.953 INFO STEP 857 (remove_files) COMPLETE |
6968 | 2024-12-20T23:30:44.335Z | [ recovery-image] Dec 20 23:30:43.953 INFO O| Dec 20 23:30:43.953 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-12-20T23:30:44.335Z | [ recovery-image] Dec 20 23:30:43.976 INFO O| Dec 20 23:30:43.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6970 | 2024-12-20T23:30:44.335Z | [ recovery-image] Dec 20 23:30:43.976 INFO O| Dec 20 23:30:43.976 INFO STEP 858 (remove_files) COMPLETE |
6971 | 2024-12-20T23:30:44.335Z | [ recovery-image] Dec 20 23:30:43.976 INFO O| Dec 20 23:30:43.976 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-12-20T23:30:44.335Z | [ recovery-image] Dec 20 23:30:43.999 INFO O| Dec 20 23:30:43.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6973 | 2024-12-20T23:30:44.335Z | [ recovery-image] Dec 20 23:30:43.999 INFO O| Dec 20 23:30:43.999 INFO STEP 859 (remove_files) COMPLETE |
6974 | 2024-12-20T23:30:44.335Z | [ recovery-image] Dec 20 23:30:43.999 INFO O| Dec 20 23:30:43.999 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-12-20T23:30:44.335Z | [ recovery-image] Dec 20 23:30:44.027 INFO O| Dec 20 23:30:44.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6976 | 2024-12-20T23:30:44.335Z | [ recovery-image] Dec 20 23:30:44.027 INFO O| Dec 20 23:30:44.027 INFO STEP 860 (remove_files) COMPLETE |
6977 | 2024-12-20T23:30:44.335Z | [ recovery-image] Dec 20 23:30:44.027 INFO O| Dec 20 23:30:44.027 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-12-20T23:30:44.343Z | [ recovery-image] Dec 20 23:30:44.083 INFO O| Dec 20 23:30:44.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6979 | 2024-12-20T23:30:44.345Z | [ recovery-image] Dec 20 23:30:44.083 INFO O| Dec 20 23:30:44.083 INFO STEP 861 (remove_files) COMPLETE |
6980 | 2024-12-20T23:30:44.345Z | [ recovery-image] Dec 20 23:30:44.083 INFO O| Dec 20 23:30:44.083 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2024-12-20T23:30:44.373Z | [ recovery-image] Dec 20 23:30:44.113 INFO O| Dec 20 23:30:44.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6982 | 2024-12-20T23:30:44.373Z | [ recovery-image] Dec 20 23:30:44.113 INFO O| Dec 20 23:30:44.113 INFO STEP 862 (remove_files) COMPLETE |
6983 | 2024-12-20T23:30:44.373Z | [ recovery-image] Dec 20 23:30:44.114 INFO O| Dec 20 23:30:44.113 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2024-12-20T23:30:44.412Z | [ recovery-image] Dec 20 23:30:44.152 INFO O| Dec 20 23:30:44.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6985 | 2024-12-20T23:30:44.412Z | [ recovery-image] Dec 20 23:30:44.152 INFO O| Dec 20 23:30:44.152 INFO STEP 863 (remove_files) COMPLETE |
6986 | 2024-12-20T23:30:44.412Z | [ recovery-image] Dec 20 23:30:44.152 INFO O| Dec 20 23:30:44.152 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6987 | 2024-12-20T23:30:44.433Z | [ recovery-image] Dec 20 23:30:44.173 INFO O| Dec 20 23:30:44.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6988 | 2024-12-20T23:30:44.433Z | [ recovery-image] Dec 20 23:30:44.173 INFO O| Dec 20 23:30:44.173 INFO STEP 864 (remove_files) COMPLETE |
6989 | 2024-12-20T23:30:44.433Z | [ recovery-image] Dec 20 23:30:44.173 INFO O| Dec 20 23:30:44.173 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2024-12-20T23:30:44.515Z | [ recovery-image] Dec 20 23:30:44.255 INFO O| Dec 20 23:30:44.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6991 | 2024-12-20T23:30:44.518Z | [ recovery-image] Dec 20 23:30:44.255 INFO O| Dec 20 23:30:44.255 INFO STEP 865 (remove_files) COMPLETE |
6992 | 2024-12-20T23:30:44.518Z | [ recovery-image] Dec 20 23:30:44.256 INFO O| Dec 20 23:30:44.255 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2024-12-20T23:30:44.534Z | [ recovery-image] Dec 20 23:30:44.275 INFO O| Dec 20 23:30:44.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6994 | 2024-12-20T23:30:44.537Z | [ recovery-image] Dec 20 23:30:44.275 INFO O| Dec 20 23:30:44.275 INFO STEP 866 (remove_files) COMPLETE |
6995 | 2024-12-20T23:30:44.537Z | [ recovery-image] Dec 20 23:30:44.275 INFO O| Dec 20 23:30:44.275 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2024-12-20T23:30:44.554Z | [ recovery-image] Dec 20 23:30:44.295 INFO O| Dec 20 23:30:44.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6997 | 2024-12-20T23:30:44.558Z | [ recovery-image] Dec 20 23:30:44.295 INFO O| Dec 20 23:30:44.295 INFO STEP 867 (remove_files) COMPLETE |
6998 | 2024-12-20T23:30:44.558Z | [ recovery-image] Dec 20 23:30:44.295 INFO O| Dec 20 23:30:44.295 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-12-20T23:30:44.575Z | [ recovery-image] Dec 20 23:30:44.315 INFO O| Dec 20 23:30:44.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
7000 | 2024-12-20T23:30:44.577Z | [ recovery-image] Dec 20 23:30:44.315 INFO O| Dec 20 23:30:44.315 INFO STEP 868 (remove_files) COMPLETE |
7001 | 2024-12-20T23:30:44.577Z | [ recovery-image] Dec 20 23:30:44.315 INFO O| Dec 20 23:30:44.315 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2024-12-20T23:30:44.595Z | [ recovery-image] Dec 20 23:30:44.336 INFO O| Dec 20 23:30:44.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7003 | 2024-12-20T23:30:44.600Z | [ recovery-image] Dec 20 23:30:44.336 INFO O| Dec 20 23:30:44.336 INFO STEP 869 (remove_files) COMPLETE |
7004 | 2024-12-20T23:30:44.600Z | [ recovery-image] Dec 20 23:30:44.336 INFO O| Dec 20 23:30:44.336 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2024-12-20T23:30:44.616Z | [ recovery-image] Dec 20 23:30:44.356 INFO O| Dec 20 23:30:44.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7006 | 2024-12-20T23:30:44.616Z | [ recovery-image] Dec 20 23:30:44.356 INFO O| Dec 20 23:30:44.356 INFO STEP 870 (remove_files) COMPLETE |
7007 | 2024-12-20T23:30:44.619Z | [ recovery-image] Dec 20 23:30:44.356 INFO O| Dec 20 23:30:44.356 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2024-12-20T23:30:44.636Z | [ recovery-image] Dec 20 23:30:44.376 INFO O| Dec 20 23:30:44.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7009 | 2024-12-20T23:30:44.636Z | [ recovery-image] Dec 20 23:30:44.376 INFO O| Dec 20 23:30:44.376 INFO STEP 871 (remove_files) COMPLETE |
7010 | 2024-12-20T23:30:44.636Z | [ recovery-image] Dec 20 23:30:44.376 INFO O| Dec 20 23:30:44.376 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-12-20T23:30:44.657Z | [ recovery-image] Dec 20 23:30:44.397 INFO O| Dec 20 23:30:44.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7012 | 2024-12-20T23:30:44.657Z | [ recovery-image] Dec 20 23:30:44.398 INFO O| Dec 20 23:30:44.398 INFO STEP 872 (remove_files) COMPLETE |
7013 | 2024-12-20T23:30:44.661Z | [ recovery-image] Dec 20 23:30:44.398 INFO O| Dec 20 23:30:44.398 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-12-20T23:30:44.717Z | [ recovery-image] Dec 20 23:30:44.457 INFO O| Dec 20 23:30:44.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7015 | 2024-12-20T23:30:44.740Z | [ recovery-image] Dec 20 23:30:44.481 INFO O| Dec 20 23:30:44.481 INFO STEP 873 (remove_files) COMPLETE |
7016 | 2024-12-20T23:30:44.741Z | [ recovery-image] Dec 20 23:30:44.481 INFO O| Dec 20 23:30:44.481 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2024-12-20T23:30:44.761Z | [ recovery-image] Dec 20 23:30:44.501 INFO O| Dec 20 23:30:44.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7018 | 2024-12-20T23:30:44.764Z | [ recovery-image] Dec 20 23:30:44.501 INFO O| Dec 20 23:30:44.501 INFO STEP 874 (remove_files) COMPLETE |
7019 | 2024-12-20T23:30:44.764Z | [ recovery-image] Dec 20 23:30:44.501 INFO O| Dec 20 23:30:44.501 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-12-20T23:30:44.781Z | [ recovery-image] Dec 20 23:30:44.521 INFO O| Dec 20 23:30:44.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7021 | 2024-12-20T23:30:44.783Z | [ recovery-image] Dec 20 23:30:44.521 INFO O| Dec 20 23:30:44.521 INFO STEP 875 (remove_files) COMPLETE |
7022 | 2024-12-20T23:30:44.784Z | [ recovery-image] Dec 20 23:30:44.522 INFO O| Dec 20 23:30:44.521 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7023 | 2024-12-20T23:30:44.801Z | [ recovery-image] Dec 20 23:30:44.542 INFO O| Dec 20 23:30:44.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7024 | 2024-12-20T23:30:44.801Z | [ recovery-image] Dec 20 23:30:44.542 INFO O| Dec 20 23:30:44.542 INFO STEP 876 (remove_files) COMPLETE |
7025 | 2024-12-20T23:30:44.804Z | [ recovery-image] Dec 20 23:30:44.542 INFO O| Dec 20 23:30:44.542 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7026 | 2024-12-20T23:30:44.837Z | [ recovery-image] Dec 20 23:30:44.578 INFO O| Dec 20 23:30:44.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7027 | 2024-12-20T23:30:44.838Z | [ recovery-image] Dec 20 23:30:44.578 INFO O| Dec 20 23:30:44.578 INFO STEP 877 (remove_files) COMPLETE |
7028 | 2024-12-20T23:30:44.838Z | [ recovery-image] Dec 20 23:30:44.578 INFO O| Dec 20 23:30:44.578 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7029 | 2024-12-20T23:30:44.860Z | [ recovery-image] Dec 20 23:30:44.600 INFO O| Dec 20 23:30:44.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7030 | 2024-12-20T23:30:44.860Z | [ recovery-image] Dec 20 23:30:44.600 INFO O| Dec 20 23:30:44.600 INFO STEP 878 (remove_files) COMPLETE |
7031 | 2024-12-20T23:30:44.862Z | [ recovery-image] Dec 20 23:30:44.600 INFO O| Dec 20 23:30:44.600 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7032 | 2024-12-20T23:30:44.898Z | [ recovery-image] Dec 20 23:30:44.639 INFO O| Dec 20 23:30:44.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7033 | 2024-12-20T23:30:44.901Z | [ recovery-image] Dec 20 23:30:44.639 INFO O| Dec 20 23:30:44.639 INFO STEP 879 (remove_files) COMPLETE |
7034 | 2024-12-20T23:30:44.901Z | [ recovery-image] Dec 20 23:30:44.639 INFO O| Dec 20 23:30:44.639 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7035 | 2024-12-20T23:30:44.920Z | [ recovery-image] Dec 20 23:30:44.661 INFO O| Dec 20 23:30:44.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7036 | 2024-12-20T23:30:44.920Z | [ recovery-image] Dec 20 23:30:44.661 INFO O| Dec 20 23:30:44.661 INFO STEP 880 (remove_files) COMPLETE |
7037 | 2024-12-20T23:30:44.923Z | [ recovery-image] Dec 20 23:30:44.661 INFO O| Dec 20 23:30:44.661 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7038 | 2024-12-20T23:30:44.942Z | [ recovery-image] Dec 20 23:30:44.681 INFO O| Dec 20 23:30:44.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7039 | 2024-12-20T23:30:44.942Z | [ recovery-image] Dec 20 23:30:44.681 INFO O| Dec 20 23:30:44.681 INFO STEP 881 (remove_files) COMPLETE |
7040 | 2024-12-20T23:30:44.942Z | [ recovery-image] Dec 20 23:30:44.681 INFO O| Dec 20 23:30:44.681 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7041 | 2024-12-20T23:30:44.961Z | [ recovery-image] Dec 20 23:30:44.701 INFO O| Dec 20 23:30:44.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7042 | 2024-12-20T23:30:44.961Z | [ recovery-image] Dec 20 23:30:44.701 INFO O| Dec 20 23:30:44.701 INFO STEP 882 (remove_files) COMPLETE |
7043 | 2024-12-20T23:30:44.961Z | [ recovery-image] Dec 20 23:30:44.702 INFO O| Dec 20 23:30:44.701 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7044 | 2024-12-20T23:30:44.981Z | [ recovery-image] Dec 20 23:30:44.722 INFO O| Dec 20 23:30:44.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7045 | 2024-12-20T23:30:44.981Z | [ recovery-image] Dec 20 23:30:44.722 INFO O| Dec 20 23:30:44.722 INFO STEP 883 (remove_files) COMPLETE |
7046 | 2024-12-20T23:30:44.984Z | [ recovery-image] Dec 20 23:30:44.722 INFO O| Dec 20 23:30:44.722 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7047 | 2024-12-20T23:30:45.004Z | [ recovery-image] Dec 20 23:30:44.744 INFO O| Dec 20 23:30:44.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7048 | 2024-12-20T23:30:45.004Z | [ recovery-image] Dec 20 23:30:44.744 INFO O| Dec 20 23:30:44.744 INFO STEP 884 (remove_files) COMPLETE |
7049 | 2024-12-20T23:30:45.006Z | [ recovery-image] Dec 20 23:30:44.744 INFO O| Dec 20 23:30:44.744 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7050 | 2024-12-20T23:30:45.034Z | [ recovery-image] Dec 20 23:30:44.765 INFO O| Dec 20 23:30:44.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7051 | 2024-12-20T23:30:45.034Z | [ recovery-image] Dec 20 23:30:44.765 INFO O| Dec 20 23:30:44.765 INFO STEP 885 (remove_files) COMPLETE |
7052 | 2024-12-20T23:30:45.034Z | [ recovery-image] Dec 20 23:30:44.765 INFO O| Dec 20 23:30:44.765 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7053 | 2024-12-20T23:30:45.077Z | [ recovery-image] Dec 20 23:30:44.785 INFO O| Dec 20 23:30:44.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7054 | 2024-12-20T23:30:45.077Z | [ recovery-image] Dec 20 23:30:44.809 INFO O| Dec 20 23:30:44.809 INFO STEP 886 (remove_files) COMPLETE |
7055 | 2024-12-20T23:30:45.077Z | [ recovery-image] Dec 20 23:30:44.809 INFO O| Dec 20 23:30:44.809 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7056 | 2024-12-20T23:30:45.099Z | [ recovery-image] Dec 20 23:30:44.830 INFO O| Dec 20 23:30:44.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7057 | 2024-12-20T23:30:45.099Z | [ recovery-image] Dec 20 23:30:44.830 INFO O| Dec 20 23:30:44.830 INFO STEP 887 (remove_files) COMPLETE |
7058 | 2024-12-20T23:30:45.102Z | [ recovery-image] Dec 20 23:30:44.830 INFO O| Dec 20 23:30:44.830 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7059 | 2024-12-20T23:30:45.109Z | [ recovery-image] Dec 20 23:30:44.850 INFO O| Dec 20 23:30:44.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7060 | 2024-12-20T23:30:45.132Z | [ recovery-image] Dec 20 23:30:44.872 INFO O| Dec 20 23:30:44.872 INFO STEP 888 (remove_files) COMPLETE |
7061 | 2024-12-20T23:30:45.132Z | [ recovery-image] Dec 20 23:30:44.872 INFO O| Dec 20 23:30:44.872 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-12-20T23:30:45.168Z | [ recovery-image] Dec 20 23:30:44.909 INFO O| Dec 20 23:30:44.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7063 | 2024-12-20T23:30:45.168Z | [ recovery-image] Dec 20 23:30:44.909 INFO O| Dec 20 23:30:44.909 INFO STEP 889 (remove_files) COMPLETE |
7064 | 2024-12-20T23:30:45.168Z | [ recovery-image] Dec 20 23:30:44.909 INFO O| Dec 20 23:30:44.909 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-12-20T23:30:45.187Z | [ recovery-image] Dec 20 23:30:44.928 INFO O| Dec 20 23:30:44.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7066 | 2024-12-20T23:30:45.188Z | [ recovery-image] Dec 20 23:30:44.928 INFO O| Dec 20 23:30:44.928 INFO STEP 890 (remove_files) COMPLETE |
7067 | 2024-12-20T23:30:45.188Z | [ recovery-image] Dec 20 23:30:44.928 INFO O| Dec 20 23:30:44.928 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-12-20T23:30:45.229Z | [ recovery-image] Dec 20 23:30:44.970 INFO O| Dec 20 23:30:44.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7069 | 2024-12-20T23:30:45.232Z | [ recovery-image] Dec 20 23:30:44.970 INFO O| Dec 20 23:30:44.970 INFO STEP 891 (remove_files) COMPLETE |
7070 | 2024-12-20T23:30:45.233Z | [ recovery-image] Dec 20 23:30:44.970 INFO O| Dec 20 23:30:44.970 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-12-20T23:30:45.251Z | [ recovery-image] Dec 20 23:30:44.991 INFO O| Dec 20 23:30:44.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7072 | 2024-12-20T23:30:45.253Z | [ recovery-image] Dec 20 23:30:44.992 INFO O| Dec 20 23:30:44.992 INFO STEP 892 (remove_files) COMPLETE |
7073 | 2024-12-20T23:30:45.253Z | [ recovery-image] Dec 20 23:30:44.992 INFO O| Dec 20 23:30:44.992 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-12-20T23:30:45.285Z | [ recovery-image] Dec 20 23:30:45.025 INFO O| Dec 20 23:30:45.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7075 | 2024-12-20T23:30:45.288Z | [ recovery-image] Dec 20 23:30:45.026 INFO O| Dec 20 23:30:45.026 INFO STEP 893 (remove_files) COMPLETE |
7076 | 2024-12-20T23:30:45.288Z | [ recovery-image] Dec 20 23:30:45.026 INFO O| Dec 20 23:30:45.026 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-12-20T23:30:45.308Z | [ recovery-image] Dec 20 23:30:45.048 INFO O| Dec 20 23:30:45.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7078 | 2024-12-20T23:30:45.310Z | [ recovery-image] Dec 20 23:30:45.048 INFO O| Dec 20 23:30:45.048 INFO STEP 894 (remove_files) COMPLETE |
7079 | 2024-12-20T23:30:45.310Z | [ recovery-image] Dec 20 23:30:45.049 INFO O| Dec 20 23:30:45.048 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-12-20T23:30:45.330Z | [ recovery-image] Dec 20 23:30:45.070 INFO O| Dec 20 23:30:45.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7081 | 2024-12-20T23:30:45.332Z | [ recovery-image] Dec 20 23:30:45.070 INFO O| Dec 20 23:30:45.070 INFO STEP 895 (remove_files) COMPLETE |
7082 | 2024-12-20T23:30:45.333Z | [ recovery-image] Dec 20 23:30:45.071 INFO O| Dec 20 23:30:45.070 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-12-20T23:30:45.380Z | [ recovery-image] Dec 20 23:30:45.120 INFO O| Dec 20 23:30:45.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7084 | 2024-12-20T23:30:45.380Z | [ recovery-image] Dec 20 23:30:45.120 INFO O| Dec 20 23:30:45.120 INFO STEP 896 (remove_files) COMPLETE |
7085 | 2024-12-20T23:30:45.380Z | [ recovery-image] Dec 20 23:30:45.120 INFO O| Dec 20 23:30:45.120 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2024-12-20T23:30:45.404Z | [ recovery-image] Dec 20 23:30:45.144 INFO O| Dec 20 23:30:45.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7087 | 2024-12-20T23:30:45.404Z | [ recovery-image] Dec 20 23:30:45.144 INFO O| Dec 20 23:30:45.144 INFO STEP 897 (remove_files) COMPLETE |
7088 | 2024-12-20T23:30:45.404Z | [ recovery-image] Dec 20 23:30:45.144 INFO O| Dec 20 23:30:45.144 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2024-12-20T23:30:45.434Z | [ recovery-image] Dec 20 23:30:45.174 INFO O| Dec 20 23:30:45.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7090 | 2024-12-20T23:30:45.434Z | [ recovery-image] Dec 20 23:30:45.174 INFO O| Dec 20 23:30:45.174 INFO STEP 898 (remove_files) COMPLETE |
7091 | 2024-12-20T23:30:45.437Z | [ recovery-image] Dec 20 23:30:45.174 INFO O| Dec 20 23:30:45.174 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2024-12-20T23:30:45.467Z | [ recovery-image] Dec 20 23:30:45.207 INFO O| Dec 20 23:30:45.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7093 | 2024-12-20T23:30:45.469Z | [ recovery-image] Dec 20 23:30:45.207 INFO O| Dec 20 23:30:45.207 INFO STEP 899 (remove_files) COMPLETE |
7094 | 2024-12-20T23:30:45.469Z | [ recovery-image] Dec 20 23:30:45.207 INFO O| Dec 20 23:30:45.207 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2024-12-20T23:30:45.486Z | [ recovery-image] Dec 20 23:30:45.227 INFO O| Dec 20 23:30:45.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7096 | 2024-12-20T23:30:45.486Z | [ recovery-image] Dec 20 23:30:45.227 INFO O| Dec 20 23:30:45.227 INFO STEP 900 (remove_files) COMPLETE |
7097 | 2024-12-20T23:30:45.486Z | [ recovery-image] Dec 20 23:30:45.227 INFO O| Dec 20 23:30:45.227 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2024-12-20T23:30:45.505Z | [ recovery-image] Dec 20 23:30:45.245 INFO O| Dec 20 23:30:45.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7099 | 2024-12-20T23:30:45.507Z | [ recovery-image] Dec 20 23:30:45.245 INFO O| Dec 20 23:30:45.245 INFO STEP 901 (remove_files) COMPLETE |
7100 | 2024-12-20T23:30:45.507Z | [ recovery-image] Dec 20 23:30:45.245 INFO O| Dec 20 23:30:45.245 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-12-20T23:30:45.526Z | [ recovery-image] Dec 20 23:30:45.265 INFO O| Dec 20 23:30:45.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7102 | 2024-12-20T23:30:45.526Z | [ recovery-image] Dec 20 23:30:45.265 INFO O| Dec 20 23:30:45.265 INFO STEP 902 (remove_files) COMPLETE |
7103 | 2024-12-20T23:30:45.528Z | [ recovery-image] Dec 20 23:30:45.265 INFO O| Dec 20 23:30:45.265 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-12-20T23:30:45.547Z | [ recovery-image] Dec 20 23:30:45.287 INFO O| Dec 20 23:30:45.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7105 | 2024-12-20T23:30:45.547Z | [ recovery-image] Dec 20 23:30:45.287 INFO O| Dec 20 23:30:45.287 INFO STEP 903 (remove_files) COMPLETE |
7106 | 2024-12-20T23:30:45.547Z | [ recovery-image] Dec 20 23:30:45.287 INFO O| Dec 20 23:30:45.287 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-12-20T23:30:45.566Z | [ recovery-image] Dec 20 23:30:45.307 INFO O| Dec 20 23:30:45.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7108 | 2024-12-20T23:30:45.566Z | [ recovery-image] Dec 20 23:30:45.307 INFO O| Dec 20 23:30:45.307 INFO STEP 904 (remove_files) COMPLETE |
7109 | 2024-12-20T23:30:45.566Z | [ recovery-image] Dec 20 23:30:45.307 INFO O| Dec 20 23:30:45.307 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-12-20T23:30:45.586Z | [ recovery-image] Dec 20 23:30:45.327 INFO O| Dec 20 23:30:45.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7111 | 2024-12-20T23:30:45.586Z | [ recovery-image] Dec 20 23:30:45.327 INFO O| Dec 20 23:30:45.327 INFO STEP 905 (remove_files) COMPLETE |
7112 | 2024-12-20T23:30:45.586Z | [ recovery-image] Dec 20 23:30:45.327 INFO O| Dec 20 23:30:45.327 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-12-20T23:30:45.614Z | [ recovery-image] Dec 20 23:30:45.354 INFO O| Dec 20 23:30:45.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7114 | 2024-12-20T23:30:45.614Z | [ recovery-image] Dec 20 23:30:45.354 INFO O| Dec 20 23:30:45.354 INFO STEP 906 (remove_files) COMPLETE |
7115 | 2024-12-20T23:30:45.614Z | [ recovery-image] Dec 20 23:30:45.354 INFO O| Dec 20 23:30:45.354 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-12-20T23:30:45.635Z | [ recovery-image] Dec 20 23:30:45.375 INFO O| Dec 20 23:30:45.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7117 | 2024-12-20T23:30:45.635Z | [ recovery-image] Dec 20 23:30:45.375 INFO O| Dec 20 23:30:45.375 INFO STEP 907 (remove_files) COMPLETE |
7118 | 2024-12-20T23:30:45.637Z | [ recovery-image] Dec 20 23:30:45.376 INFO O| Dec 20 23:30:45.375 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-12-20T23:30:45.656Z | [ recovery-image] Dec 20 23:30:45.396 INFO O| Dec 20 23:30:45.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7120 | 2024-12-20T23:30:45.656Z | [ recovery-image] Dec 20 23:30:45.396 INFO O| Dec 20 23:30:45.396 INFO STEP 908 (remove_files) COMPLETE |
7121 | 2024-12-20T23:30:45.656Z | [ recovery-image] Dec 20 23:30:45.396 INFO O| Dec 20 23:30:45.396 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-12-20T23:30:45.691Z | [ recovery-image] Dec 20 23:30:45.432 INFO O| Dec 20 23:30:45.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7123 | 2024-12-20T23:30:45.691Z | [ recovery-image] Dec 20 23:30:45.432 INFO O| Dec 20 23:30:45.432 INFO STEP 909 (remove_files) COMPLETE |
7124 | 2024-12-20T23:30:45.691Z | [ recovery-image] Dec 20 23:30:45.432 INFO O| Dec 20 23:30:45.432 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-12-20T23:30:45.712Z | [ recovery-image] Dec 20 23:30:45.452 INFO O| Dec 20 23:30:45.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7126 | 2024-12-20T23:30:45.712Z | [ recovery-image] Dec 20 23:30:45.452 INFO O| Dec 20 23:30:45.452 INFO STEP 910 (remove_files) COMPLETE |
7127 | 2024-12-20T23:30:45.712Z | [ recovery-image] Dec 20 23:30:45.452 INFO O| Dec 20 23:30:45.452 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-12-20T23:30:45.732Z | [ recovery-image] Dec 20 23:30:45.472 INFO O| Dec 20 23:30:45.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7129 | 2024-12-20T23:30:45.732Z | [ recovery-image] Dec 20 23:30:45.472 INFO O| Dec 20 23:30:45.472 INFO STEP 911 (remove_files) COMPLETE |
7130 | 2024-12-20T23:30:45.732Z | [ recovery-image] Dec 20 23:30:45.472 INFO O| Dec 20 23:30:45.472 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-12-20T23:30:45.751Z | [ recovery-image] Dec 20 23:30:45.492 INFO O| Dec 20 23:30:45.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7132 | 2024-12-20T23:30:45.751Z | [ recovery-image] Dec 20 23:30:45.492 INFO O| Dec 20 23:30:45.492 INFO STEP 912 (remove_files) COMPLETE |
7133 | 2024-12-20T23:30:45.754Z | [ recovery-image] Dec 20 23:30:45.492 INFO O| Dec 20 23:30:45.492 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-12-20T23:30:45.772Z | [ recovery-image] Dec 20 23:30:45.512 INFO O| Dec 20 23:30:45.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7135 | 2024-12-20T23:30:45.772Z | [ recovery-image] Dec 20 23:30:45.512 INFO O| Dec 20 23:30:45.512 INFO STEP 913 (remove_files) COMPLETE |
7136 | 2024-12-20T23:30:45.772Z | [ recovery-image] Dec 20 23:30:45.512 INFO O| Dec 20 23:30:45.512 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-12-20T23:30:45.809Z | [ recovery-image] Dec 20 23:30:45.549 INFO O| Dec 20 23:30:45.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7138 | 2024-12-20T23:30:45.809Z | [ recovery-image] Dec 20 23:30:45.549 INFO O| Dec 20 23:30:45.549 INFO STEP 914 (remove_files) COMPLETE |
7139 | 2024-12-20T23:30:45.812Z | [ recovery-image] Dec 20 23:30:45.550 INFO O| Dec 20 23:30:45.549 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-12-20T23:30:45.830Z | [ recovery-image] Dec 20 23:30:45.571 INFO O| Dec 20 23:30:45.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7141 | 2024-12-20T23:30:45.830Z | [ recovery-image] Dec 20 23:30:45.571 INFO O| Dec 20 23:30:45.571 INFO STEP 915 (remove_files) COMPLETE |
7142 | 2024-12-20T23:30:45.830Z | [ recovery-image] Dec 20 23:30:45.571 INFO O| Dec 20 23:30:45.571 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-12-20T23:30:45.850Z | [ recovery-image] Dec 20 23:30:45.591 INFO O| Dec 20 23:30:45.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7144 | 2024-12-20T23:30:45.850Z | [ recovery-image] Dec 20 23:30:45.591 INFO O| Dec 20 23:30:45.591 INFO STEP 916 (remove_files) COMPLETE |
7145 | 2024-12-20T23:30:45.851Z | [ recovery-image] Dec 20 23:30:45.591 INFO O| Dec 20 23:30:45.591 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-12-20T23:30:45.888Z | [ recovery-image] Dec 20 23:30:45.629 INFO O| Dec 20 23:30:45.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7147 | 2024-12-20T23:30:45.891Z | [ recovery-image] Dec 20 23:30:45.629 INFO O| Dec 20 23:30:45.629 INFO STEP 917 (remove_files) COMPLETE |
7148 | 2024-12-20T23:30:45.891Z | [ recovery-image] Dec 20 23:30:45.629 INFO O| Dec 20 23:30:45.629 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-12-20T23:30:45.912Z | [ recovery-image] Dec 20 23:30:45.653 INFO O| Dec 20 23:30:45.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7150 | 2024-12-20T23:30:45.915Z | [ recovery-image] Dec 20 23:30:45.653 INFO O| Dec 20 23:30:45.653 INFO STEP 918 (remove_files) COMPLETE |
7151 | 2024-12-20T23:30:45.915Z | [ recovery-image] Dec 20 23:30:45.653 INFO O| Dec 20 23:30:45.653 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-12-20T23:30:45.944Z | [ recovery-image] Dec 20 23:30:45.684 INFO O| Dec 20 23:30:45.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7153 | 2024-12-20T23:30:45.944Z | [ recovery-image] Dec 20 23:30:45.685 INFO O| Dec 20 23:30:45.684 INFO STEP 919 (remove_files) COMPLETE |
7154 | 2024-12-20T23:30:45.944Z | [ recovery-image] Dec 20 23:30:45.685 INFO O| Dec 20 23:30:45.685 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-12-20T23:30:45.964Z | [ recovery-image] Dec 20 23:30:45.704 INFO O| Dec 20 23:30:45.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7156 | 2024-12-20T23:30:45.964Z | [ recovery-image] Dec 20 23:30:45.704 INFO O| Dec 20 23:30:45.704 INFO STEP 920 (remove_files) COMPLETE |
7157 | 2024-12-20T23:30:45.967Z | [ recovery-image] Dec 20 23:30:45.704 INFO O| Dec 20 23:30:45.704 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-12-20T23:30:45.984Z | [ recovery-image] Dec 20 23:30:45.724 INFO O| Dec 20 23:30:45.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7159 | 2024-12-20T23:30:45.984Z | [ recovery-image] Dec 20 23:30:45.724 INFO O| Dec 20 23:30:45.724 INFO STEP 921 (remove_files) COMPLETE |
7160 | 2024-12-20T23:30:45.984Z | [ recovery-image] Dec 20 23:30:45.724 INFO O| Dec 20 23:30:45.724 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-12-20T23:30:46.024Z | [ recovery-image] Dec 20 23:30:45.764 INFO O| Dec 20 23:30:45.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7162 | 2024-12-20T23:30:46.024Z | [ recovery-image] Dec 20 23:30:45.764 INFO O| Dec 20 23:30:45.764 INFO STEP 922 (remove_files) COMPLETE |
7163 | 2024-12-20T23:30:46.024Z | [ recovery-image] Dec 20 23:30:45.764 INFO O| Dec 20 23:30:45.764 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-12-20T23:30:46.081Z | [ recovery-image] Dec 20 23:30:45.822 INFO O| Dec 20 23:30:45.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7165 | 2024-12-20T23:30:46.081Z | [ recovery-image] Dec 20 23:30:45.822 INFO O| Dec 20 23:30:45.822 INFO STEP 923 (remove_files) COMPLETE |
7166 | 2024-12-20T23:30:46.084Z | [ recovery-image] Dec 20 23:30:45.822 INFO O| Dec 20 23:30:45.822 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-12-20T23:30:46.105Z | [ recovery-image] Dec 20 23:30:45.845 INFO O| Dec 20 23:30:45.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7168 | 2024-12-20T23:30:46.105Z | [ recovery-image] Dec 20 23:30:45.845 INFO O| Dec 20 23:30:45.845 INFO STEP 924 (remove_files) COMPLETE |
7169 | 2024-12-20T23:30:46.107Z | [ recovery-image] Dec 20 23:30:45.845 INFO O| Dec 20 23:30:45.845 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-12-20T23:30:46.143Z | [ recovery-image] Dec 20 23:30:45.884 INFO O| Dec 20 23:30:45.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7171 | 2024-12-20T23:30:46.143Z | [ recovery-image] Dec 20 23:30:45.884 INFO O| Dec 20 23:30:45.884 INFO STEP 925 (remove_files) COMPLETE |
7172 | 2024-12-20T23:30:46.146Z | [ recovery-image] Dec 20 23:30:45.884 INFO O| Dec 20 23:30:45.884 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-12-20T23:30:46.182Z | [ recovery-image] Dec 20 23:30:45.923 INFO O| Dec 20 23:30:45.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7174 | 2024-12-20T23:30:46.185Z | [ recovery-image] Dec 20 23:30:45.923 INFO O| Dec 20 23:30:45.923 INFO STEP 926 (remove_files) COMPLETE |
7175 | 2024-12-20T23:30:46.185Z | [ recovery-image] Dec 20 23:30:45.923 INFO O| Dec 20 23:30:45.923 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-12-20T23:30:46.212Z | [ recovery-image] Dec 20 23:30:45.953 INFO O| Dec 20 23:30:45.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7177 | 2024-12-20T23:30:46.216Z | [ recovery-image] Dec 20 23:30:45.953 INFO O| Dec 20 23:30:45.953 INFO STEP 927 (remove_files) COMPLETE |
7178 | 2024-12-20T23:30:46.216Z | [ recovery-image] Dec 20 23:30:45.954 INFO O| Dec 20 23:30:45.953 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-12-20T23:30:46.235Z | [ recovery-image] Dec 20 23:30:45.976 INFO O| Dec 20 23:30:45.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7180 | 2024-12-20T23:30:46.235Z | [ recovery-image] Dec 20 23:30:45.976 INFO O| Dec 20 23:30:45.976 INFO STEP 928 (remove_files) COMPLETE |
7181 | 2024-12-20T23:30:46.238Z | [ recovery-image] Dec 20 23:30:45.976 INFO O| Dec 20 23:30:45.976 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-12-20T23:30:46.255Z | [ recovery-image] Dec 20 23:30:45.995 INFO O| Dec 20 23:30:45.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7183 | 2024-12-20T23:30:46.258Z | [ recovery-image] Dec 20 23:30:45.996 INFO O| Dec 20 23:30:45.996 INFO STEP 929 (remove_files) COMPLETE |
7184 | 2024-12-20T23:30:46.258Z | [ recovery-image] Dec 20 23:30:45.996 INFO O| Dec 20 23:30:45.996 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-12-20T23:30:46.277Z | [ recovery-image] Dec 20 23:30:46.017 INFO O| Dec 20 23:30:46.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7186 | 2024-12-20T23:30:46.281Z | [ recovery-image] Dec 20 23:30:46.017 INFO O| Dec 20 23:30:46.017 INFO STEP 930 (remove_files) COMPLETE |
7187 | 2024-12-20T23:30:46.282Z | [ recovery-image] Dec 20 23:30:46.017 INFO O| Dec 20 23:30:46.017 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-12-20T23:30:46.297Z | [ recovery-image] Dec 20 23:30:46.038 INFO O| Dec 20 23:30:46.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7189 | 2024-12-20T23:30:46.300Z | [ recovery-image] Dec 20 23:30:46.038 INFO O| Dec 20 23:30:46.038 INFO STEP 931 (remove_files) COMPLETE |
7190 | 2024-12-20T23:30:46.300Z | [ recovery-image] Dec 20 23:30:46.038 INFO O| Dec 20 23:30:46.038 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-12-20T23:30:46.319Z | [ recovery-image] Dec 20 23:30:46.060 INFO O| Dec 20 23:30:46.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7192 | 2024-12-20T23:30:46.322Z | [ recovery-image] Dec 20 23:30:46.060 INFO O| Dec 20 23:30:46.060 INFO STEP 932 (remove_files) COMPLETE |
7193 | 2024-12-20T23:30:46.322Z | [ recovery-image] Dec 20 23:30:46.060 INFO O| Dec 20 23:30:46.060 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2024-12-20T23:30:46.342Z | [ recovery-image] Dec 20 23:30:46.083 INFO O| Dec 20 23:30:46.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7195 | 2024-12-20T23:30:46.345Z | [ recovery-image] Dec 20 23:30:46.083 INFO O| Dec 20 23:30:46.083 INFO STEP 933 (remove_files) COMPLETE |
7196 | 2024-12-20T23:30:46.345Z | [ recovery-image] Dec 20 23:30:46.083 INFO O| Dec 20 23:30:46.083 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-12-20T23:30:46.376Z | [ recovery-image] Dec 20 23:30:46.117 INFO O| Dec 20 23:30:46.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7198 | 2024-12-20T23:30:46.377Z | [ recovery-image] Dec 20 23:30:46.117 INFO O| Dec 20 23:30:46.117 INFO STEP 934 (remove_files) COMPLETE |
7199 | 2024-12-20T23:30:46.380Z | [ recovery-image] Dec 20 23:30:46.117 INFO O| Dec 20 23:30:46.117 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-12-20T23:30:46.397Z | [ recovery-image] Dec 20 23:30:46.137 INFO O| Dec 20 23:30:46.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7201 | 2024-12-20T23:30:46.397Z | [ recovery-image] Dec 20 23:30:46.138 INFO O| Dec 20 23:30:46.137 INFO STEP 935 (remove_files) COMPLETE |
7202 | 2024-12-20T23:30:46.397Z | [ recovery-image] Dec 20 23:30:46.138 INFO O| Dec 20 23:30:46.138 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-12-20T23:30:46.427Z | [ recovery-image] Dec 20 23:30:46.167 INFO O| Dec 20 23:30:46.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7204 | 2024-12-20T23:30:46.427Z | [ recovery-image] Dec 20 23:30:46.167 INFO O| Dec 20 23:30:46.167 INFO STEP 936 (remove_files) COMPLETE |
7205 | 2024-12-20T23:30:46.430Z | [ recovery-image] Dec 20 23:30:46.167 INFO O| Dec 20 23:30:46.167 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-12-20T23:30:46.467Z | [ recovery-image] Dec 20 23:30:46.208 INFO O| Dec 20 23:30:46.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7207 | 2024-12-20T23:30:46.467Z | [ recovery-image] Dec 20 23:30:46.208 INFO O| Dec 20 23:30:46.208 INFO STEP 937 (remove_files) COMPLETE |
7208 | 2024-12-20T23:30:46.469Z | [ recovery-image] Dec 20 23:30:46.208 INFO O| Dec 20 23:30:46.208 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-12-20T23:30:46.506Z | [ recovery-image] Dec 20 23:30:46.247 INFO O| Dec 20 23:30:46.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7210 | 2024-12-20T23:30:46.506Z | [ recovery-image] Dec 20 23:30:46.247 INFO O| Dec 20 23:30:46.247 INFO STEP 938 (remove_files) COMPLETE |
7211 | 2024-12-20T23:30:46.506Z | [ recovery-image] Dec 20 23:30:46.247 INFO O| Dec 20 23:30:46.247 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-12-20T23:30:46.568Z | [ recovery-image] Dec 20 23:30:46.309 INFO O| Dec 20 23:30:46.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7213 | 2024-12-20T23:30:46.568Z | [ recovery-image] Dec 20 23:30:46.309 INFO O| Dec 20 23:30:46.309 INFO STEP 939 (remove_files) COMPLETE |
7214 | 2024-12-20T23:30:46.568Z | [ recovery-image] Dec 20 23:30:46.309 INFO O| Dec 20 23:30:46.309 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-12-20T23:30:46.605Z | [ recovery-image] Dec 20 23:30:46.346 INFO O| Dec 20 23:30:46.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7216 | 2024-12-20T23:30:46.606Z | [ recovery-image] Dec 20 23:30:46.346 INFO O| Dec 20 23:30:46.346 INFO STEP 940 (remove_files) COMPLETE |
7217 | 2024-12-20T23:30:46.606Z | [ recovery-image] Dec 20 23:30:46.346 INFO O| Dec 20 23:30:46.346 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2024-12-20T23:30:46.628Z | [ recovery-image] Dec 20 23:30:46.369 INFO O| Dec 20 23:30:46.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7219 | 2024-12-20T23:30:46.628Z | [ recovery-image] Dec 20 23:30:46.369 INFO O| Dec 20 23:30:46.369 INFO STEP 941 (remove_files) COMPLETE |
7220 | 2024-12-20T23:30:46.628Z | [ recovery-image] Dec 20 23:30:46.369 INFO O| Dec 20 23:30:46.369 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2024-12-20T23:30:46.735Z | [ recovery-image] Dec 20 23:30:46.476 INFO O| Dec 20 23:30:46.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7222 | 2024-12-20T23:30:46.738Z | [ recovery-image] Dec 20 23:30:46.476 INFO O| Dec 20 23:30:46.476 INFO STEP 942 (remove_files) COMPLETE |
7223 | 2024-12-20T23:30:46.738Z | [ recovery-image] Dec 20 23:30:46.476 INFO O| Dec 20 23:30:46.476 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-12-20T23:30:46.781Z | [ recovery-image] Dec 20 23:30:46.522 INFO O| Dec 20 23:30:46.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7225 | 2024-12-20T23:30:46.781Z | [ recovery-image] Dec 20 23:30:46.522 INFO O| Dec 20 23:30:46.522 INFO STEP 943 (remove_files) COMPLETE |
7226 | 2024-12-20T23:30:46.784Z | [ recovery-image] Dec 20 23:30:46.522 INFO O| Dec 20 23:30:46.522 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2024-12-20T23:30:46.803Z | [ recovery-image] Dec 20 23:30:46.544 INFO O| Dec 20 23:30:46.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7228 | 2024-12-20T23:30:46.803Z | [ recovery-image] Dec 20 23:30:46.544 INFO O| Dec 20 23:30:46.544 INFO STEP 944 (remove_files) COMPLETE |
7229 | 2024-12-20T23:30:46.803Z | [ recovery-image] Dec 20 23:30:46.544 INFO O| Dec 20 23:30:46.544 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-12-20T23:30:46.827Z | [ recovery-image] Dec 20 23:30:46.565 INFO O| Dec 20 23:30:46.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7231 | 2024-12-20T23:30:46.827Z | [ recovery-image] Dec 20 23:30:46.566 INFO O| Dec 20 23:30:46.566 INFO STEP 945 (remove_files) COMPLETE |
7232 | 2024-12-20T23:30:46.827Z | [ recovery-image] Dec 20 23:30:46.566 INFO O| Dec 20 23:30:46.566 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-12-20T23:30:46.855Z | [ recovery-image] Dec 20 23:30:46.595 INFO O| Dec 20 23:30:46.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7234 | 2024-12-20T23:30:46.855Z | [ recovery-image] Dec 20 23:30:46.595 INFO O| Dec 20 23:30:46.595 INFO STEP 946 (remove_files) COMPLETE |
7235 | 2024-12-20T23:30:46.855Z | [ recovery-image] Dec 20 23:30:46.595 INFO O| Dec 20 23:30:46.595 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-12-20T23:30:46.887Z | [ recovery-image] Dec 20 23:30:46.627 INFO O| Dec 20 23:30:46.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7237 | 2024-12-20T23:30:46.889Z | [ recovery-image] Dec 20 23:30:46.627 INFO O| Dec 20 23:30:46.627 INFO STEP 947 (remove_files) COMPLETE |
7238 | 2024-12-20T23:30:46.889Z | [ recovery-image] Dec 20 23:30:46.627 INFO O| Dec 20 23:30:46.627 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-12-20T23:30:46.907Z | [ recovery-image] Dec 20 23:30:46.647 INFO O| Dec 20 23:30:46.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7240 | 2024-12-20T23:30:46.909Z | [ recovery-image] Dec 20 23:30:46.648 INFO O| Dec 20 23:30:46.647 INFO STEP 948 (remove_files) COMPLETE |
7241 | 2024-12-20T23:30:46.909Z | [ recovery-image] Dec 20 23:30:46.648 INFO O| Dec 20 23:30:46.648 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2024-12-20T23:30:46.995Z | [ recovery-image] Dec 20 23:30:46.668 INFO O| Dec 20 23:30:46.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7243 | 2024-12-20T23:30:46.995Z | [ recovery-image] Dec 20 23:30:46.668 INFO O| Dec 20 23:30:46.668 INFO STEP 949 (remove_files) COMPLETE |
7244 | 2024-12-20T23:30:46.996Z | [ recovery-image] Dec 20 23:30:46.668 INFO O| Dec 20 23:30:46.668 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2024-12-20T23:30:46.996Z | [ recovery-image] Dec 20 23:30:46.688 INFO O| Dec 20 23:30:46.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7246 | 2024-12-20T23:30:46.996Z | [ recovery-image] Dec 20 23:30:46.689 INFO O| Dec 20 23:30:46.688 INFO STEP 950 (remove_files) COMPLETE |
7247 | 2024-12-20T23:30:46.996Z | [ recovery-image] Dec 20 23:30:46.689 INFO O| Dec 20 23:30:46.689 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2024-12-20T23:30:46.996Z | [ recovery-image] Dec 20 23:30:46.708 INFO O| Dec 20 23:30:46.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7249 | 2024-12-20T23:30:46.996Z | [ recovery-image] Dec 20 23:30:46.708 INFO O| Dec 20 23:30:46.708 INFO STEP 951 (remove_files) COMPLETE |
7250 | 2024-12-20T23:30:46.996Z | [ recovery-image] Dec 20 23:30:46.708 INFO O| Dec 20 23:30:46.708 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2024-12-20T23:30:46.996Z | [ recovery-image] Dec 20 23:30:46.727 INFO O| Dec 20 23:30:46.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7252 | 2024-12-20T23:30:46.996Z | [ recovery-image] Dec 20 23:30:46.727 INFO O| Dec 20 23:30:46.727 INFO STEP 952 (remove_files) COMPLETE |
7253 | 2024-12-20T23:30:46.996Z | [ recovery-image] Dec 20 23:30:46.728 INFO O| Dec 20 23:30:46.727 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-12-20T23:30:47.035Z | [ recovery-image] Dec 20 23:30:46.776 INFO O| Dec 20 23:30:46.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7255 | 2024-12-20T23:30:47.038Z | [ recovery-image] Dec 20 23:30:46.776 INFO O| Dec 20 23:30:46.776 INFO STEP 953 (remove_files) COMPLETE |
7256 | 2024-12-20T23:30:47.038Z | [ recovery-image] Dec 20 23:30:46.776 INFO O| Dec 20 23:30:46.776 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-12-20T23:30:47.053Z | [ recovery-image] Dec 20 23:30:46.794 INFO O| Dec 20 23:30:46.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7258 | 2024-12-20T23:30:47.053Z | [ recovery-image] Dec 20 23:30:46.794 INFO O| Dec 20 23:30:46.794 INFO STEP 954 (remove_files) COMPLETE |
7259 | 2024-12-20T23:30:47.056Z | [ recovery-image] Dec 20 23:30:46.795 INFO O| Dec 20 23:30:46.794 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-12-20T23:30:47.083Z | [ recovery-image] Dec 20 23:30:46.824 INFO O| Dec 20 23:30:46.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7261 | 2024-12-20T23:30:47.083Z | [ recovery-image] Dec 20 23:30:46.824 INFO O| Dec 20 23:30:46.824 INFO STEP 955 (remove_files) COMPLETE |
7262 | 2024-12-20T23:30:47.083Z | [ recovery-image] Dec 20 23:30:46.824 INFO O| Dec 20 23:30:46.824 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-12-20T23:30:47.142Z | [ recovery-image] Dec 20 23:30:46.883 INFO O| Dec 20 23:30:46.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7264 | 2024-12-20T23:30:47.142Z | [ recovery-image] Dec 20 23:30:46.883 INFO O| Dec 20 23:30:46.883 INFO STEP 956 (remove_files) COMPLETE |
7265 | 2024-12-20T23:30:47.142Z | [ recovery-image] Dec 20 23:30:46.883 INFO O| Dec 20 23:30:46.883 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-12-20T23:30:47.162Z | [ recovery-image] Dec 20 23:30:46.902 INFO O| Dec 20 23:30:46.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7267 | 2024-12-20T23:30:47.162Z | [ recovery-image] Dec 20 23:30:46.902 INFO O| Dec 20 23:30:46.902 INFO STEP 957 (remove_files) COMPLETE |
7268 | 2024-12-20T23:30:47.162Z | [ recovery-image] Dec 20 23:30:46.902 INFO O| Dec 20 23:30:46.902 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-12-20T23:30:47.196Z | [ recovery-image] Dec 20 23:30:46.937 INFO O| Dec 20 23:30:46.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7270 | 2024-12-20T23:30:47.196Z | [ recovery-image] Dec 20 23:30:46.937 INFO O| Dec 20 23:30:46.937 INFO STEP 958 (remove_files) COMPLETE |
7271 | 2024-12-20T23:30:47.196Z | [ recovery-image] Dec 20 23:30:46.937 INFO O| Dec 20 23:30:46.937 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-12-20T23:30:47.219Z | [ recovery-image] Dec 20 23:30:46.960 INFO O| Dec 20 23:30:46.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7273 | 2024-12-20T23:30:47.219Z | [ recovery-image] Dec 20 23:30:46.960 INFO O| Dec 20 23:30:46.958 INFO STEP 959 (remove_files) COMPLETE |
7274 | 2024-12-20T23:30:47.219Z | [ recovery-image] Dec 20 23:30:46.960 INFO O| Dec 20 23:30:46.958 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-12-20T23:30:47.274Z | [ recovery-image] Dec 20 23:30:47.015 INFO O| Dec 20 23:30:47.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7276 | 2024-12-20T23:30:47.274Z | [ recovery-image] Dec 20 23:30:47.015 INFO O| Dec 20 23:30:47.015 INFO STEP 960 (remove_files) COMPLETE |
7277 | 2024-12-20T23:30:47.274Z | [ recovery-image] Dec 20 23:30:47.015 INFO O| Dec 20 23:30:47.015 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-12-20T23:30:47.309Z | [ recovery-image] Dec 20 23:30:47.050 INFO O| Dec 20 23:30:47.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7279 | 2024-12-20T23:30:47.309Z | [ recovery-image] Dec 20 23:30:47.050 INFO O| Dec 20 23:30:47.050 INFO STEP 961 (remove_files) COMPLETE |
7280 | 2024-12-20T23:30:47.313Z | [ recovery-image] Dec 20 23:30:47.050 INFO O| Dec 20 23:30:47.050 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-12-20T23:30:47.333Z | [ recovery-image] Dec 20 23:30:47.069 INFO O| Dec 20 23:30:47.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7282 | 2024-12-20T23:30:47.333Z | [ recovery-image] Dec 20 23:30:47.070 INFO O| Dec 20 23:30:47.070 INFO STEP 962 (remove_files) COMPLETE |
7283 | 2024-12-20T23:30:47.333Z | [ recovery-image] Dec 20 23:30:47.070 INFO O| Dec 20 23:30:47.070 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-12-20T23:30:47.348Z | [ recovery-image] Dec 20 23:30:47.089 INFO O| Dec 20 23:30:47.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7285 | 2024-12-20T23:30:47.348Z | [ recovery-image] Dec 20 23:30:47.089 INFO O| Dec 20 23:30:47.089 INFO STEP 963 (remove_files) COMPLETE |
7286 | 2024-12-20T23:30:47.351Z | [ recovery-image] Dec 20 23:30:47.089 INFO O| Dec 20 23:30:47.089 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-12-20T23:30:47.368Z | [ recovery-image] Dec 20 23:30:47.110 INFO O| Dec 20 23:30:47.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7288 | 2024-12-20T23:30:47.369Z | [ recovery-image] Dec 20 23:30:47.110 INFO O| Dec 20 23:30:47.110 INFO STEP 964 (remove_files) COMPLETE |
7289 | 2024-12-20T23:30:47.371Z | [ recovery-image] Dec 20 23:30:47.110 INFO O| Dec 20 23:30:47.110 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-12-20T23:30:47.411Z | [ recovery-image] Dec 20 23:30:47.150 INFO O| Dec 20 23:30:47.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7291 | 2024-12-20T23:30:47.411Z | [ recovery-image] Dec 20 23:30:47.150 INFO O| Dec 20 23:30:47.150 INFO STEP 965 (remove_files) COMPLETE |
7292 | 2024-12-20T23:30:47.414Z | [ recovery-image] Dec 20 23:30:47.150 INFO O| Dec 20 23:30:47.150 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-12-20T23:30:47.433Z | [ recovery-image] Dec 20 23:30:47.172 INFO O| Dec 20 23:30:47.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7294 | 2024-12-20T23:30:47.434Z | [ recovery-image] Dec 20 23:30:47.172 INFO O| Dec 20 23:30:47.172 INFO STEP 966 (remove_files) COMPLETE |
7295 | 2024-12-20T23:30:47.434Z | [ recovery-image] Dec 20 23:30:47.172 INFO O| Dec 20 23:30:47.172 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-12-20T23:30:47.473Z | [ recovery-image] Dec 20 23:30:47.214 INFO O| Dec 20 23:30:47.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7297 | 2024-12-20T23:30:47.478Z | [ recovery-image] Dec 20 23:30:47.214 INFO O| Dec 20 23:30:47.214 INFO STEP 967 (remove_files) COMPLETE |
7298 | 2024-12-20T23:30:47.478Z | [ recovery-image] Dec 20 23:30:47.215 INFO O| Dec 20 23:30:47.215 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-12-20T23:30:47.534Z | [ recovery-image] Dec 20 23:30:47.275 INFO O| Dec 20 23:30:47.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7300 | 2024-12-20T23:30:47.534Z | [ recovery-image] Dec 20 23:30:47.275 INFO O| Dec 20 23:30:47.275 INFO STEP 968 (remove_files) COMPLETE |
7301 | 2024-12-20T23:30:47.538Z | [ recovery-image] Dec 20 23:30:47.276 INFO O| Dec 20 23:30:47.275 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-12-20T23:30:47.572Z | [ recovery-image] Dec 20 23:30:47.313 INFO O| Dec 20 23:30:47.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7303 | 2024-12-20T23:30:47.572Z | [ recovery-image] Dec 20 23:30:47.313 INFO O| Dec 20 23:30:47.313 INFO STEP 969 (remove_files) COMPLETE |
7304 | 2024-12-20T23:30:47.572Z | [ recovery-image] Dec 20 23:30:47.313 INFO O| Dec 20 23:30:47.313 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-12-20T23:30:47.592Z | [ recovery-image] Dec 20 23:30:47.333 INFO O| Dec 20 23:30:47.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7306 | 2024-12-20T23:30:47.595Z | [ recovery-image] Dec 20 23:30:47.334 INFO O| Dec 20 23:30:47.334 INFO STEP 970 (remove_files) COMPLETE |
7307 | 2024-12-20T23:30:47.595Z | [ recovery-image] Dec 20 23:30:47.334 INFO O| Dec 20 23:30:47.334 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-12-20T23:30:47.612Z | [ recovery-image] Dec 20 23:30:47.353 INFO O| Dec 20 23:30:47.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7309 | 2024-12-20T23:30:47.612Z | [ recovery-image] Dec 20 23:30:47.353 INFO O| Dec 20 23:30:47.353 INFO STEP 971 (remove_files) COMPLETE |
7310 | 2024-12-20T23:30:47.615Z | [ recovery-image] Dec 20 23:30:47.353 INFO O| Dec 20 23:30:47.353 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-12-20T23:30:47.633Z | [ recovery-image] Dec 20 23:30:47.374 INFO O| Dec 20 23:30:47.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7312 | 2024-12-20T23:30:47.636Z | [ recovery-image] Dec 20 23:30:47.374 INFO O| Dec 20 23:30:47.374 INFO STEP 972 (remove_files) COMPLETE |
7313 | 2024-12-20T23:30:47.636Z | [ recovery-image] Dec 20 23:30:47.374 INFO O| Dec 20 23:30:47.374 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-12-20T23:30:47.670Z | [ recovery-image] Dec 20 23:30:47.412 INFO O| Dec 20 23:30:47.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7315 | 2024-12-20T23:30:47.671Z | [ recovery-image] Dec 20 23:30:47.412 INFO O| Dec 20 23:30:47.412 INFO STEP 973 (remove_files) COMPLETE |
7316 | 2024-12-20T23:30:47.671Z | [ recovery-image] Dec 20 23:30:47.412 INFO O| Dec 20 23:30:47.412 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-12-20T23:30:47.691Z | [ recovery-image] Dec 20 23:30:47.432 INFO O| Dec 20 23:30:47.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7318 | 2024-12-20T23:30:47.695Z | [ recovery-image] Dec 20 23:30:47.433 INFO O| Dec 20 23:30:47.433 INFO STEP 974 (remove_files) COMPLETE |
7319 | 2024-12-20T23:30:47.695Z | [ recovery-image] Dec 20 23:30:47.433 INFO O| Dec 20 23:30:47.433 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-12-20T23:30:47.712Z | [ recovery-image] Dec 20 23:30:47.453 INFO O| Dec 20 23:30:47.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7321 | 2024-12-20T23:30:47.712Z | [ recovery-image] Dec 20 23:30:47.454 INFO O| Dec 20 23:30:47.453 INFO STEP 975 (remove_files) COMPLETE |
7322 | 2024-12-20T23:30:47.712Z | [ recovery-image] Dec 20 23:30:47.454 INFO O| Dec 20 23:30:47.453 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-12-20T23:30:47.729Z | [ recovery-image] Dec 20 23:30:47.471 INFO O| Dec 20 23:30:47.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7324 | 2024-12-20T23:30:47.729Z | [ recovery-image] Dec 20 23:30:47.471 INFO O| Dec 20 23:30:47.471 INFO STEP 976 (remove_files) COMPLETE |
7325 | 2024-12-20T23:30:47.730Z | [ recovery-image] Dec 20 23:30:47.471 INFO O| Dec 20 23:30:47.471 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-12-20T23:30:47.757Z | [ recovery-image] Dec 20 23:30:47.498 INFO O| Dec 20 23:30:47.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7327 | 2024-12-20T23:30:47.778Z | [ recovery-image] Dec 20 23:30:47.519 INFO O| Dec 20 23:30:47.519 INFO STEP 977 (remove_files) COMPLETE |
7328 | 2024-12-20T23:30:47.778Z | [ recovery-image] Dec 20 23:30:47.519 INFO O| Dec 20 23:30:47.519 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-12-20T23:30:47.798Z | [ recovery-image] Dec 20 23:30:47.539 INFO O| Dec 20 23:30:47.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7330 | 2024-12-20T23:30:47.802Z | [ recovery-image] Dec 20 23:30:47.539 INFO O| Dec 20 23:30:47.539 INFO STEP 978 (remove_files) COMPLETE |
7331 | 2024-12-20T23:30:47.802Z | [ recovery-image] Dec 20 23:30:47.539 INFO O| Dec 20 23:30:47.539 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-12-20T23:30:47.818Z | [ recovery-image] Dec 20 23:30:47.559 INFO O| Dec 20 23:30:47.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7333 | 2024-12-20T23:30:47.821Z | [ recovery-image] Dec 20 23:30:47.559 INFO O| Dec 20 23:30:47.559 INFO STEP 979 (remove_files) COMPLETE |
7334 | 2024-12-20T23:30:47.821Z | [ recovery-image] Dec 20 23:30:47.559 INFO O| Dec 20 23:30:47.559 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-12-20T23:30:47.850Z | [ recovery-image] Dec 20 23:30:47.592 INFO O| Dec 20 23:30:47.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7336 | 2024-12-20T23:30:47.851Z | [ recovery-image] Dec 20 23:30:47.592 INFO O| Dec 20 23:30:47.592 INFO STEP 980 (remove_files) COMPLETE |
7337 | 2024-12-20T23:30:47.851Z | [ recovery-image] Dec 20 23:30:47.592 INFO O| Dec 20 23:30:47.592 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-12-20T23:30:47.869Z | [ recovery-image] Dec 20 23:30:47.610 INFO O| Dec 20 23:30:47.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7339 | 2024-12-20T23:30:47.869Z | [ recovery-image] Dec 20 23:30:47.610 INFO O| Dec 20 23:30:47.610 INFO STEP 981 (remove_files) COMPLETE |
7340 | 2024-12-20T23:30:47.869Z | [ recovery-image] Dec 20 23:30:47.610 INFO O| Dec 20 23:30:47.610 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-12-20T23:30:47.889Z | [ recovery-image] Dec 20 23:30:47.631 INFO O| Dec 20 23:30:47.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7342 | 2024-12-20T23:30:47.889Z | [ recovery-image] Dec 20 23:30:47.631 INFO O| Dec 20 23:30:47.631 INFO STEP 982 (remove_files) COMPLETE |
7343 | 2024-12-20T23:30:47.892Z | [ recovery-image] Dec 20 23:30:47.631 INFO O| Dec 20 23:30:47.631 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-12-20T23:30:47.910Z | [ recovery-image] Dec 20 23:30:47.651 INFO O| Dec 20 23:30:47.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7345 | 2024-12-20T23:30:47.910Z | [ recovery-image] Dec 20 23:30:47.651 INFO O| Dec 20 23:30:47.651 INFO STEP 983 (remove_files) COMPLETE |
7346 | 2024-12-20T23:30:47.913Z | [ recovery-image] Dec 20 23:30:47.651 INFO O| Dec 20 23:30:47.651 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-12-20T23:30:47.929Z | [ recovery-image] Dec 20 23:30:47.670 INFO O| Dec 20 23:30:47.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7348 | 2024-12-20T23:30:47.929Z | [ recovery-image] Dec 20 23:30:47.670 INFO O| Dec 20 23:30:47.670 INFO STEP 984 (remove_files) COMPLETE |
7349 | 2024-12-20T23:30:47.929Z | [ recovery-image] Dec 20 23:30:47.670 INFO O| Dec 20 23:30:47.670 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-12-20T23:30:47.955Z | [ recovery-image] Dec 20 23:30:47.695 INFO O| Dec 20 23:30:47.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7351 | 2024-12-20T23:30:47.955Z | [ recovery-image] Dec 20 23:30:47.695 INFO O| Dec 20 23:30:47.695 INFO STEP 985 (remove_files) COMPLETE |
7352 | 2024-12-20T23:30:47.955Z | [ recovery-image] Dec 20 23:30:47.695 INFO O| Dec 20 23:30:47.695 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-12-20T23:30:47.996Z | [ recovery-image] Dec 20 23:30:47.737 INFO O| Dec 20 23:30:47.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7354 | 2024-12-20T23:30:47.996Z | [ recovery-image] Dec 20 23:30:47.737 INFO O| Dec 20 23:30:47.737 INFO STEP 986 (remove_files) COMPLETE |
7355 | 2024-12-20T23:30:47.996Z | [ recovery-image] Dec 20 23:30:47.737 INFO O| Dec 20 23:30:47.737 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-12-20T23:30:48.032Z | [ recovery-image] Dec 20 23:30:47.773 INFO O| Dec 20 23:30:47.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7357 | 2024-12-20T23:30:48.032Z | [ recovery-image] Dec 20 23:30:47.773 INFO O| Dec 20 23:30:47.773 INFO STEP 987 (remove_files) COMPLETE |
7358 | 2024-12-20T23:30:48.032Z | [ recovery-image] Dec 20 23:30:47.773 INFO O| Dec 20 23:30:47.773 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-12-20T23:30:48.102Z | [ recovery-image] Dec 20 23:30:47.835 INFO O| Dec 20 23:30:47.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7360 | 2024-12-20T23:30:48.102Z | [ recovery-image] Dec 20 23:30:47.835 INFO O| Dec 20 23:30:47.835 INFO STEP 988 (remove_files) COMPLETE |
7361 | 2024-12-20T23:30:48.105Z | [ recovery-image] Dec 20 23:30:47.835 INFO O| Dec 20 23:30:47.835 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-12-20T23:30:48.113Z | [ recovery-image] Dec 20 23:30:47.854 INFO O| Dec 20 23:30:47.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7363 | 2024-12-20T23:30:48.113Z | [ recovery-image] Dec 20 23:30:47.854 INFO O| Dec 20 23:30:47.854 INFO STEP 989 (remove_files) COMPLETE |
7364 | 2024-12-20T23:30:48.116Z | [ recovery-image] Dec 20 23:30:47.854 INFO O| Dec 20 23:30:47.854 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-12-20T23:30:48.188Z | [ recovery-image] Dec 20 23:30:47.920 INFO O| Dec 20 23:30:47.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7366 | 2024-12-20T23:30:48.188Z | [ recovery-image] Dec 20 23:30:47.920 INFO O| Dec 20 23:30:47.920 INFO STEP 990 (remove_files) COMPLETE |
7367 | 2024-12-20T23:30:48.191Z | [ recovery-image] Dec 20 23:30:47.920 INFO O| Dec 20 23:30:47.920 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-12-20T23:30:48.199Z | [ recovery-image] Dec 20 23:30:47.940 INFO O| Dec 20 23:30:47.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7369 | 2024-12-20T23:30:48.199Z | [ recovery-image] Dec 20 23:30:47.940 INFO O| Dec 20 23:30:47.940 INFO STEP 991 (remove_files) COMPLETE |
7370 | 2024-12-20T23:30:48.199Z | [ recovery-image] Dec 20 23:30:47.940 INFO O| Dec 20 23:30:47.940 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-12-20T23:30:48.217Z | [ recovery-image] Dec 20 23:30:47.958 INFO O| Dec 20 23:30:47.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7372 | 2024-12-20T23:30:48.217Z | [ recovery-image] Dec 20 23:30:47.958 INFO O| Dec 20 23:30:47.958 INFO STEP 992 (remove_files) COMPLETE |
7373 | 2024-12-20T23:30:48.217Z | [ recovery-image] Dec 20 23:30:47.958 INFO O| Dec 20 23:30:47.958 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-12-20T23:30:48.249Z | [ recovery-image] Dec 20 23:30:47.990 INFO O| Dec 20 23:30:47.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7375 | 2024-12-20T23:30:48.249Z | [ recovery-image] Dec 20 23:30:47.990 INFO O| Dec 20 23:30:47.990 INFO STEP 993 (remove_files) COMPLETE |
7376 | 2024-12-20T23:30:48.249Z | [ recovery-image] Dec 20 23:30:47.990 INFO O| Dec 20 23:30:47.990 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-12-20T23:30:48.280Z | [ recovery-image] Dec 20 23:30:48.021 INFO O| Dec 20 23:30:48.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7378 | 2024-12-20T23:30:48.280Z | [ recovery-image] Dec 20 23:30:48.021 INFO O| Dec 20 23:30:48.021 INFO STEP 994 (remove_files) COMPLETE |
7379 | 2024-12-20T23:30:48.280Z | [ recovery-image] Dec 20 23:30:48.021 INFO O| Dec 20 23:30:48.021 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-12-20T23:30:48.322Z | [ recovery-image] Dec 20 23:30:48.063 INFO O| Dec 20 23:30:48.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7381 | 2024-12-20T23:30:48.322Z | [ recovery-image] Dec 20 23:30:48.063 INFO O| Dec 20 23:30:48.063 INFO STEP 995 (remove_files) COMPLETE |
7382 | 2024-12-20T23:30:48.322Z | [ recovery-image] Dec 20 23:30:48.063 INFO O| Dec 20 23:30:48.063 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-12-20T23:30:48.360Z | [ recovery-image] Dec 20 23:30:48.083 INFO O| Dec 20 23:30:48.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7384 | 2024-12-20T23:30:48.360Z | [ recovery-image] Dec 20 23:30:48.083 INFO O| Dec 20 23:30:48.083 INFO STEP 996 (remove_files) COMPLETE |
7385 | 2024-12-20T23:30:48.360Z | [ recovery-image] Dec 20 23:30:48.083 INFO O| Dec 20 23:30:48.083 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-12-20T23:30:48.366Z | [ recovery-image] Dec 20 23:30:48.102 INFO O| Dec 20 23:30:48.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7387 | 2024-12-20T23:30:48.366Z | [ recovery-image] Dec 20 23:30:48.102 INFO O| Dec 20 23:30:48.102 INFO STEP 997 (remove_files) COMPLETE |
7388 | 2024-12-20T23:30:48.366Z | [ recovery-image] Dec 20 23:30:48.102 INFO O| Dec 20 23:30:48.102 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-12-20T23:30:48.380Z | [ recovery-image] Dec 20 23:30:48.120 INFO O| Dec 20 23:30:48.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7390 | 2024-12-20T23:30:48.380Z | [ recovery-image] Dec 20 23:30:48.120 INFO O| Dec 20 23:30:48.120 INFO STEP 998 (remove_files) COMPLETE |
7391 | 2024-12-20T23:30:48.380Z | [ recovery-image] Dec 20 23:30:48.120 INFO O| Dec 20 23:30:48.120 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-12-20T23:30:48.399Z | [ recovery-image] Dec 20 23:30:48.140 INFO O| Dec 20 23:30:48.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7393 | 2024-12-20T23:30:48.399Z | [ recovery-image] Dec 20 23:30:48.140 INFO O| Dec 20 23:30:48.140 INFO STEP 999 (remove_files) COMPLETE |
7394 | 2024-12-20T23:30:48.399Z | [ recovery-image] Dec 20 23:30:48.140 INFO O| Dec 20 23:30:48.140 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-12-20T23:30:48.442Z | [ recovery-image] Dec 20 23:30:48.183 INFO O| Dec 20 23:30:48.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7396 | 2024-12-20T23:30:48.442Z | [ recovery-image] Dec 20 23:30:48.183 INFO O| Dec 20 23:30:48.183 INFO STEP 1000 (remove_files) COMPLETE |
7397 | 2024-12-20T23:30:48.442Z | [ recovery-image] Dec 20 23:30:48.183 INFO O| Dec 20 23:30:48.183 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2024-12-20T23:30:48.482Z | [ recovery-image] Dec 20 23:30:48.223 INFO O| Dec 20 23:30:48.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7399 | 2024-12-20T23:30:48.482Z | [ recovery-image] Dec 20 23:30:48.223 INFO O| Dec 20 23:30:48.223 INFO STEP 1001 (remove_files) COMPLETE |
7400 | 2024-12-20T23:30:48.482Z | [ recovery-image] Dec 20 23:30:48.223 INFO O| Dec 20 23:30:48.223 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2024-12-20T23:30:48.518Z | [ recovery-image] Dec 20 23:30:48.259 INFO O| Dec 20 23:30:48.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7402 | 2024-12-20T23:30:48.519Z | [ recovery-image] Dec 20 23:30:48.259 INFO O| Dec 20 23:30:48.259 INFO STEP 1002 (remove_files) COMPLETE |
7403 | 2024-12-20T23:30:48.521Z | [ recovery-image] Dec 20 23:30:48.259 INFO O| Dec 20 23:30:48.259 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2024-12-20T23:30:48.540Z | [ recovery-image] Dec 20 23:30:48.280 INFO O| Dec 20 23:30:48.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7405 | 2024-12-20T23:30:48.541Z | [ recovery-image] Dec 20 23:30:48.280 INFO O| Dec 20 23:30:48.280 INFO STEP 1003 (remove_files) COMPLETE |
7406 | 2024-12-20T23:30:48.541Z | [ recovery-image] Dec 20 23:30:48.280 INFO O| Dec 20 23:30:48.280 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-12-20T23:30:48.558Z | [ recovery-image] Dec 20 23:30:48.300 INFO O| Dec 20 23:30:48.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7408 | 2024-12-20T23:30:48.558Z | [ recovery-image] Dec 20 23:30:48.300 INFO O| Dec 20 23:30:48.300 INFO STEP 1004 (remove_files) COMPLETE |
7409 | 2024-12-20T23:30:48.558Z | [ recovery-image] Dec 20 23:30:48.300 INFO O| Dec 20 23:30:48.300 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-12-20T23:30:48.599Z | [ recovery-image] Dec 20 23:30:48.341 INFO O| Dec 20 23:30:48.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7411 | 2024-12-20T23:30:48.599Z | [ recovery-image] Dec 20 23:30:48.341 INFO O| Dec 20 23:30:48.341 INFO STEP 1005 (remove_files) COMPLETE |
7412 | 2024-12-20T23:30:48.599Z | [ recovery-image] Dec 20 23:30:48.341 INFO O| Dec 20 23:30:48.341 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-12-20T23:30:48.622Z | [ recovery-image] Dec 20 23:30:48.363 INFO O| Dec 20 23:30:48.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7414 | 2024-12-20T23:30:48.622Z | [ recovery-image] Dec 20 23:30:48.363 INFO O| Dec 20 23:30:48.363 INFO STEP 1006 (remove_files) COMPLETE |
7415 | 2024-12-20T23:30:48.622Z | [ recovery-image] Dec 20 23:30:48.363 INFO O| Dec 20 23:30:48.363 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-12-20T23:30:48.642Z | [ recovery-image] Dec 20 23:30:48.383 INFO O| Dec 20 23:30:48.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7417 | 2024-12-20T23:30:48.642Z | [ recovery-image] Dec 20 23:30:48.383 INFO O| Dec 20 23:30:48.383 INFO STEP 1007 (remove_files) COMPLETE |
7418 | 2024-12-20T23:30:48.642Z | [ recovery-image] Dec 20 23:30:48.383 INFO O| Dec 20 23:30:48.383 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-12-20T23:30:48.664Z | [ recovery-image] Dec 20 23:30:48.405 INFO O| Dec 20 23:30:48.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7420 | 2024-12-20T23:30:48.664Z | [ recovery-image] Dec 20 23:30:48.405 INFO O| Dec 20 23:30:48.405 INFO STEP 1008 (remove_files) COMPLETE |
7421 | 2024-12-20T23:30:48.664Z | [ recovery-image] Dec 20 23:30:48.405 INFO O| Dec 20 23:30:48.405 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-12-20T23:30:48.684Z | [ recovery-image] Dec 20 23:30:48.426 INFO O| Dec 20 23:30:48.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7423 | 2024-12-20T23:30:48.684Z | [ recovery-image] Dec 20 23:30:48.426 INFO O| Dec 20 23:30:48.426 INFO STEP 1009 (remove_files) COMPLETE |
7424 | 2024-12-20T23:30:48.687Z | [ recovery-image] Dec 20 23:30:48.426 INFO O| Dec 20 23:30:48.426 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-12-20T23:30:48.706Z | [ recovery-image] Dec 20 23:30:48.447 INFO O| Dec 20 23:30:48.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7426 | 2024-12-20T23:30:48.706Z | [ recovery-image] Dec 20 23:30:48.447 INFO O| Dec 20 23:30:48.447 INFO STEP 1010 (remove_files) COMPLETE |
7427 | 2024-12-20T23:30:48.706Z | [ recovery-image] Dec 20 23:30:48.447 INFO O| Dec 20 23:30:48.447 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-12-20T23:30:48.727Z | [ recovery-image] Dec 20 23:30:48.468 INFO O| Dec 20 23:30:48.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7429 | 2024-12-20T23:30:48.729Z | [ recovery-image] Dec 20 23:30:48.468 INFO O| Dec 20 23:30:48.468 INFO STEP 1011 (remove_files) COMPLETE |
7430 | 2024-12-20T23:30:48.729Z | [ recovery-image] Dec 20 23:30:48.468 INFO O| Dec 20 23:30:48.468 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-12-20T23:30:48.747Z | [ recovery-image] Dec 20 23:30:48.488 INFO O| Dec 20 23:30:48.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7432 | 2024-12-20T23:30:48.747Z | [ recovery-image] Dec 20 23:30:48.488 INFO O| Dec 20 23:30:48.488 INFO STEP 1012 (remove_files) COMPLETE |
7433 | 2024-12-20T23:30:48.747Z | [ recovery-image] Dec 20 23:30:48.489 INFO O| Dec 20 23:30:48.488 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-12-20T23:30:48.771Z | [ recovery-image] Dec 20 23:30:48.510 INFO O| Dec 20 23:30:48.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7435 | 2024-12-20T23:30:48.772Z | [ recovery-image] Dec 20 23:30:48.510 INFO O| Dec 20 23:30:48.510 INFO STEP 1013 (remove_files) COMPLETE |
7436 | 2024-12-20T23:30:48.775Z | [ recovery-image] Dec 20 23:30:48.510 INFO O| Dec 20 23:30:48.510 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-12-20T23:30:48.793Z | [ recovery-image] Dec 20 23:30:48.531 INFO O| Dec 20 23:30:48.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7438 | 2024-12-20T23:30:48.793Z | [ recovery-image] Dec 20 23:30:48.532 INFO O| Dec 20 23:30:48.531 INFO STEP 1014 (remove_files) COMPLETE |
7439 | 2024-12-20T23:30:48.796Z | [ recovery-image] Dec 20 23:30:48.532 INFO O| Dec 20 23:30:48.532 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-12-20T23:30:48.810Z | [ recovery-image] Dec 20 23:30:48.552 INFO O| Dec 20 23:30:48.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7441 | 2024-12-20T23:30:48.810Z | [ recovery-image] Dec 20 23:30:48.552 INFO O| Dec 20 23:30:48.552 INFO STEP 1015 (remove_files) COMPLETE |
7442 | 2024-12-20T23:30:48.814Z | [ recovery-image] Dec 20 23:30:48.552 INFO O| Dec 20 23:30:48.552 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-12-20T23:30:48.834Z | [ recovery-image] Dec 20 23:30:48.572 INFO O| Dec 20 23:30:48.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7444 | 2024-12-20T23:30:48.834Z | [ recovery-image] Dec 20 23:30:48.572 INFO O| Dec 20 23:30:48.572 INFO STEP 1016 (remove_files) COMPLETE |
7445 | 2024-12-20T23:30:48.834Z | [ recovery-image] Dec 20 23:30:48.572 INFO O| Dec 20 23:30:48.572 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-12-20T23:30:48.869Z | [ recovery-image] Dec 20 23:30:48.609 INFO O| Dec 20 23:30:48.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7447 | 2024-12-20T23:30:48.869Z | [ recovery-image] Dec 20 23:30:48.609 INFO O| Dec 20 23:30:48.609 INFO STEP 1017 (remove_files) COMPLETE |
7448 | 2024-12-20T23:30:48.869Z | [ recovery-image] Dec 20 23:30:48.609 INFO O| Dec 20 23:30:48.609 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-12-20T23:30:48.891Z | [ recovery-image] Dec 20 23:30:48.632 INFO O| Dec 20 23:30:48.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7450 | 2024-12-20T23:30:48.891Z | [ recovery-image] Dec 20 23:30:48.633 INFO O| Dec 20 23:30:48.633 INFO STEP 1018 (remove_files) COMPLETE |
7451 | 2024-12-20T23:30:48.891Z | [ recovery-image] Dec 20 23:30:48.633 INFO O| Dec 20 23:30:48.633 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-12-20T23:30:48.914Z | [ recovery-image] Dec 20 23:30:48.655 INFO O| Dec 20 23:30:48.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7453 | 2024-12-20T23:30:48.914Z | [ recovery-image] Dec 20 23:30:48.655 INFO O| Dec 20 23:30:48.655 INFO STEP 1019 (remove_files) COMPLETE |
7454 | 2024-12-20T23:30:48.914Z | [ recovery-image] Dec 20 23:30:48.655 INFO O| Dec 20 23:30:48.655 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-12-20T23:30:48.936Z | [ recovery-image] Dec 20 23:30:48.678 INFO O| Dec 20 23:30:48.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7456 | 2024-12-20T23:30:48.939Z | [ recovery-image] Dec 20 23:30:48.678 INFO O| Dec 20 23:30:48.678 INFO STEP 1020 (remove_files) COMPLETE |
7457 | 2024-12-20T23:30:48.939Z | [ recovery-image] Dec 20 23:30:48.678 INFO O| Dec 20 23:30:48.678 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-12-20T23:30:48.977Z | [ recovery-image] Dec 20 23:30:48.718 INFO O| Dec 20 23:30:48.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7459 | 2024-12-20T23:30:49.001Z | [ recovery-image] Dec 20 23:30:48.743 INFO O| Dec 20 23:30:48.743 INFO STEP 1021 (remove_files) COMPLETE |
7460 | 2024-12-20T23:30:49.001Z | [ recovery-image] Dec 20 23:30:48.743 INFO O| Dec 20 23:30:48.743 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-12-20T23:30:49.085Z | [ recovery-image] Dec 20 23:30:48.778 INFO O| Dec 20 23:30:48.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7462 | 2024-12-20T23:30:49.085Z | [ recovery-image] Dec 20 23:30:48.778 INFO O| Dec 20 23:30:48.778 INFO STEP 1022 (remove_files) COMPLETE |
7463 | 2024-12-20T23:30:49.085Z | [ recovery-image] Dec 20 23:30:48.778 INFO O| Dec 20 23:30:48.778 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-12-20T23:30:49.089Z | [ recovery-image] Dec 20 23:30:48.800 INFO O| Dec 20 23:30:48.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7465 | 2024-12-20T23:30:49.089Z | [ recovery-image] Dec 20 23:30:48.800 INFO O| Dec 20 23:30:48.800 INFO STEP 1023 (remove_files) COMPLETE |
7466 | 2024-12-20T23:30:49.090Z | [ recovery-image] Dec 20 23:30:48.800 INFO O| Dec 20 23:30:48.800 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-12-20T23:30:49.095Z | [ recovery-image] Dec 20 23:30:48.834 INFO O| Dec 20 23:30:48.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7468 | 2024-12-20T23:30:49.095Z | [ recovery-image] Dec 20 23:30:48.834 INFO O| Dec 20 23:30:48.834 INFO STEP 1024 (remove_files) COMPLETE |
7469 | 2024-12-20T23:30:49.095Z | [ recovery-image] Dec 20 23:30:48.834 INFO O| Dec 20 23:30:48.834 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-12-20T23:30:49.150Z | [ recovery-image] Dec 20 23:30:48.891 INFO O| Dec 20 23:30:48.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7471 | 2024-12-20T23:30:49.150Z | [ recovery-image] Dec 20 23:30:48.891 INFO O| Dec 20 23:30:48.891 INFO STEP 1025 (remove_files) COMPLETE |
7472 | 2024-12-20T23:30:49.150Z | [ recovery-image] Dec 20 23:30:48.891 INFO O| Dec 20 23:30:48.891 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-12-20T23:30:49.169Z | [ recovery-image] Dec 20 23:30:48.911 INFO O| Dec 20 23:30:48.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7474 | 2024-12-20T23:30:49.181Z | [ recovery-image] Dec 20 23:30:48.922 INFO O| Dec 20 23:30:48.922 INFO STEP 1026 (remove_files) COMPLETE |
7475 | 2024-12-20T23:30:49.181Z | [ recovery-image] Dec 20 23:30:48.922 INFO O| Dec 20 23:30:48.922 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-12-20T23:30:49.228Z | [ recovery-image] Dec 20 23:30:48.969 INFO O| Dec 20 23:30:48.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7477 | 2024-12-20T23:30:49.229Z | [ recovery-image] Dec 20 23:30:48.969 INFO O| Dec 20 23:30:48.969 INFO STEP 1027 (remove_files) COMPLETE |
7478 | 2024-12-20T23:30:49.234Z | [ recovery-image] Dec 20 23:30:48.970 INFO O| Dec 20 23:30:48.969 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-12-20T23:30:49.249Z | [ recovery-image] Dec 20 23:30:48.990 INFO O| Dec 20 23:30:48.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7480 | 2024-12-20T23:30:49.249Z | [ recovery-image] Dec 20 23:30:48.990 INFO O| Dec 20 23:30:48.990 INFO STEP 1028 (remove_files) COMPLETE |
7481 | 2024-12-20T23:30:49.253Z | [ recovery-image] Dec 20 23:30:48.990 INFO O| Dec 20 23:30:48.990 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-12-20T23:30:49.285Z | [ recovery-image] Dec 20 23:30:49.027 INFO O| Dec 20 23:30:49.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7483 | 2024-12-20T23:30:49.288Z | [ recovery-image] Dec 20 23:30:49.027 INFO O| Dec 20 23:30:49.027 INFO STEP 1029 (remove_files) COMPLETE |
7484 | 2024-12-20T23:30:49.288Z | [ recovery-image] Dec 20 23:30:49.027 INFO O| Dec 20 23:30:49.027 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-12-20T23:30:49.306Z | [ recovery-image] Dec 20 23:30:49.047 INFO O| Dec 20 23:30:49.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7486 | 2024-12-20T23:30:49.309Z | [ recovery-image] Dec 20 23:30:49.048 INFO O| Dec 20 23:30:49.048 INFO STEP 1030 (remove_files) COMPLETE |
7487 | 2024-12-20T23:30:49.309Z | [ recovery-image] Dec 20 23:30:49.048 INFO O| Dec 20 23:30:49.048 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-12-20T23:30:49.331Z | [ recovery-image] Dec 20 23:30:49.073 INFO O| Dec 20 23:30:49.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7489 | 2024-12-20T23:30:49.331Z | [ recovery-image] Dec 20 23:30:49.073 INFO O| Dec 20 23:30:49.073 INFO STEP 1031 (remove_files) COMPLETE |
7490 | 2024-12-20T23:30:49.334Z | [ recovery-image] Dec 20 23:30:49.073 INFO O| Dec 20 23:30:49.073 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-12-20T23:30:49.350Z | [ recovery-image] Dec 20 23:30:49.092 INFO O| Dec 20 23:30:49.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7492 | 2024-12-20T23:30:49.350Z | [ recovery-image] Dec 20 23:30:49.092 INFO O| Dec 20 23:30:49.092 INFO STEP 1032 (remove_files) COMPLETE |
7493 | 2024-12-20T23:30:49.350Z | [ recovery-image] Dec 20 23:30:49.092 INFO O| Dec 20 23:30:49.092 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-12-20T23:30:49.389Z | [ recovery-image] Dec 20 23:30:49.129 INFO O| Dec 20 23:30:49.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7495 | 2024-12-20T23:30:49.389Z | [ recovery-image] Dec 20 23:30:49.130 INFO O| Dec 20 23:30:49.130 INFO STEP 1033 (remove_files) COMPLETE |
7496 | 2024-12-20T23:30:49.389Z | [ recovery-image] Dec 20 23:30:49.130 INFO O| Dec 20 23:30:49.130 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-12-20T23:30:49.406Z | [ recovery-image] Dec 20 23:30:49.148 INFO O| Dec 20 23:30:49.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7498 | 2024-12-20T23:30:49.406Z | [ recovery-image] Dec 20 23:30:49.148 INFO O| Dec 20 23:30:49.148 INFO STEP 1034 (remove_files) COMPLETE |
7499 | 2024-12-20T23:30:49.410Z | [ recovery-image] Dec 20 23:30:49.148 INFO O| Dec 20 23:30:49.148 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-12-20T23:30:49.431Z | [ recovery-image] Dec 20 23:30:49.173 INFO O| Dec 20 23:30:49.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7501 | 2024-12-20T23:30:49.431Z | [ recovery-image] Dec 20 23:30:49.173 INFO O| Dec 20 23:30:49.173 INFO STEP 1035 (remove_files) COMPLETE |
7502 | 2024-12-20T23:30:49.434Z | [ recovery-image] Dec 20 23:30:49.173 INFO O| Dec 20 23:30:49.173 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-12-20T23:30:49.489Z | [ recovery-image] Dec 20 23:30:49.230 INFO O| Dec 20 23:30:49.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7504 | 2024-12-20T23:30:49.492Z | [ recovery-image] Dec 20 23:30:49.230 INFO O| Dec 20 23:30:49.230 INFO STEP 1036 (remove_files) COMPLETE |
7505 | 2024-12-20T23:30:49.492Z | [ recovery-image] Dec 20 23:30:49.230 INFO O| Dec 20 23:30:49.230 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-12-20T23:30:49.507Z | [ recovery-image] Dec 20 23:30:49.249 INFO O| Dec 20 23:30:49.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7507 | 2024-12-20T23:30:49.507Z | [ recovery-image] Dec 20 23:30:49.249 INFO O| Dec 20 23:30:49.249 INFO STEP 1037 (remove_files) COMPLETE |
7508 | 2024-12-20T23:30:49.510Z | [ recovery-image] Dec 20 23:30:49.249 INFO O| Dec 20 23:30:49.249 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-12-20T23:30:49.527Z | [ recovery-image] Dec 20 23:30:49.269 INFO O| Dec 20 23:30:49.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7510 | 2024-12-20T23:30:49.527Z | [ recovery-image] Dec 20 23:30:49.269 INFO O| Dec 20 23:30:49.269 INFO STEP 1038 (remove_files) COMPLETE |
7511 | 2024-12-20T23:30:49.527Z | [ recovery-image] Dec 20 23:30:49.269 INFO O| Dec 20 23:30:49.269 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-12-20T23:30:49.547Z | [ recovery-image] Dec 20 23:30:49.289 INFO O| Dec 20 23:30:49.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7513 | 2024-12-20T23:30:49.547Z | [ recovery-image] Dec 20 23:30:49.289 INFO O| Dec 20 23:30:49.289 INFO STEP 1039 (remove_files) COMPLETE |
7514 | 2024-12-20T23:30:49.550Z | [ recovery-image] Dec 20 23:30:49.289 INFO O| Dec 20 23:30:49.289 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-12-20T23:30:49.572Z | [ recovery-image] Dec 20 23:30:49.313 INFO O| Dec 20 23:30:49.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7516 | 2024-12-20T23:30:49.572Z | [ recovery-image] Dec 20 23:30:49.313 INFO O| Dec 20 23:30:49.313 INFO STEP 1040 (remove_files) COMPLETE |
7517 | 2024-12-20T23:30:49.572Z | [ recovery-image] Dec 20 23:30:49.313 INFO O| Dec 20 23:30:49.313 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-12-20T23:30:49.592Z | [ recovery-image] Dec 20 23:30:49.333 INFO O| Dec 20 23:30:49.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7519 | 2024-12-20T23:30:49.592Z | [ recovery-image] Dec 20 23:30:49.333 INFO O| Dec 20 23:30:49.333 INFO STEP 1041 (remove_files) COMPLETE |
7520 | 2024-12-20T23:30:49.592Z | [ recovery-image] Dec 20 23:30:49.333 INFO O| Dec 20 23:30:49.333 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-12-20T23:30:49.614Z | [ recovery-image] Dec 20 23:30:49.356 INFO O| Dec 20 23:30:49.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7522 | 2024-12-20T23:30:49.614Z | [ recovery-image] Dec 20 23:30:49.356 INFO O| Dec 20 23:30:49.356 INFO STEP 1042 (remove_files) COMPLETE |
7523 | 2024-12-20T23:30:49.615Z | [ recovery-image] Dec 20 23:30:49.356 INFO O| Dec 20 23:30:49.356 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-12-20T23:30:49.674Z | [ recovery-image] Dec 20 23:30:49.415 INFO O| Dec 20 23:30:49.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7525 | 2024-12-20T23:30:49.674Z | [ recovery-image] Dec 20 23:30:49.416 INFO O| Dec 20 23:30:49.415 INFO STEP 1043 (remove_files) COMPLETE |
7526 | 2024-12-20T23:30:49.674Z | [ recovery-image] Dec 20 23:30:49.416 INFO O| Dec 20 23:30:49.415 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-12-20T23:30:49.695Z | [ recovery-image] Dec 20 23:30:49.437 INFO O| Dec 20 23:30:49.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7528 | 2024-12-20T23:30:49.695Z | [ recovery-image] Dec 20 23:30:49.437 INFO O| Dec 20 23:30:49.437 INFO STEP 1044 (remove_files) COMPLETE |
7529 | 2024-12-20T23:30:49.698Z | [ recovery-image] Dec 20 23:30:49.437 INFO O| Dec 20 23:30:49.437 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-12-20T23:30:49.732Z | [ recovery-image] Dec 20 23:30:49.474 INFO O| Dec 20 23:30:49.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7531 | 2024-12-20T23:30:49.732Z | [ recovery-image] Dec 20 23:30:49.474 INFO O| Dec 20 23:30:49.470 INFO STEP 1045 (remove_files) COMPLETE |
7532 | 2024-12-20T23:30:49.735Z | [ recovery-image] Dec 20 23:30:49.474 INFO O| Dec 20 23:30:49.470 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2024-12-20T23:30:49.748Z | [ recovery-image] Dec 20 23:30:49.489 INFO O| Dec 20 23:30:49.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7534 | 2024-12-20T23:30:49.751Z | [ recovery-image] Dec 20 23:30:49.490 INFO O| Dec 20 23:30:49.489 INFO STEP 1046 (remove_files) COMPLETE |
7535 | 2024-12-20T23:30:49.751Z | [ recovery-image] Dec 20 23:30:49.490 INFO O| Dec 20 23:30:49.490 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2024-12-20T23:30:49.767Z | [ recovery-image] Dec 20 23:30:49.509 INFO O| Dec 20 23:30:49.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7537 | 2024-12-20T23:30:49.769Z | [ recovery-image] Dec 20 23:30:49.509 INFO O| Dec 20 23:30:49.509 INFO STEP 1047 (remove_files) COMPLETE |
7538 | 2024-12-20T23:30:49.769Z | [ recovery-image] Dec 20 23:30:49.509 INFO O| Dec 20 23:30:49.509 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-12-20T23:30:49.787Z | [ recovery-image] Dec 20 23:30:49.528 INFO O| Dec 20 23:30:49.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7540 | 2024-12-20T23:30:49.787Z | [ recovery-image] Dec 20 23:30:49.529 INFO O| Dec 20 23:30:49.528 INFO STEP 1048 (remove_files) COMPLETE |
7541 | 2024-12-20T23:30:49.792Z | [ recovery-image] Dec 20 23:30:49.529 INFO O| Dec 20 23:30:49.529 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-12-20T23:30:49.806Z | [ recovery-image] Dec 20 23:30:49.548 INFO O| Dec 20 23:30:49.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7543 | 2024-12-20T23:30:49.808Z | [ recovery-image] Dec 20 23:30:49.548 INFO O| Dec 20 23:30:49.548 INFO STEP 1049 (remove_files) COMPLETE |
7544 | 2024-12-20T23:30:49.808Z | [ recovery-image] Dec 20 23:30:49.548 INFO O| Dec 20 23:30:49.548 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-12-20T23:30:49.858Z | [ recovery-image] Dec 20 23:30:49.600 INFO O| Dec 20 23:30:49.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7546 | 2024-12-20T23:30:49.858Z | [ recovery-image] Dec 20 23:30:49.600 INFO O| Dec 20 23:30:49.600 INFO STEP 1050 (remove_files) COMPLETE |
7547 | 2024-12-20T23:30:49.858Z | [ recovery-image] Dec 20 23:30:49.600 INFO O| Dec 20 23:30:49.600 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2024-12-20T23:30:49.879Z | [ recovery-image] Dec 20 23:30:49.621 INFO O| Dec 20 23:30:49.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7549 | 2024-12-20T23:30:49.879Z | [ recovery-image] Dec 20 23:30:49.621 INFO O| Dec 20 23:30:49.621 INFO STEP 1051 (remove_files) COMPLETE |
7550 | 2024-12-20T23:30:49.879Z | [ recovery-image] Dec 20 23:30:49.621 INFO O| Dec 20 23:30:49.621 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2024-12-20T23:30:49.922Z | [ recovery-image] Dec 20 23:30:49.664 INFO O| Dec 20 23:30:49.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7552 | 2024-12-20T23:30:49.926Z | [ recovery-image] Dec 20 23:30:49.664 INFO O| Dec 20 23:30:49.664 INFO STEP 1052 (remove_files) COMPLETE |
7553 | 2024-12-20T23:30:49.926Z | [ recovery-image] Dec 20 23:30:49.664 INFO O| Dec 20 23:30:49.664 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2024-12-20T23:30:49.944Z | [ recovery-image] Dec 20 23:30:49.685 INFO O| Dec 20 23:30:49.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7555 | 2024-12-20T23:30:49.947Z | [ recovery-image] Dec 20 23:30:49.685 INFO O| Dec 20 23:30:49.685 INFO STEP 1053 (remove_files) COMPLETE |
7556 | 2024-12-20T23:30:49.947Z | [ recovery-image] Dec 20 23:30:49.686 INFO O| Dec 20 23:30:49.686 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2024-12-20T23:30:49.964Z | [ recovery-image] Dec 20 23:30:49.705 INFO O| Dec 20 23:30:49.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7558 | 2024-12-20T23:30:49.964Z | [ recovery-image] Dec 20 23:30:49.706 INFO O| Dec 20 23:30:49.706 INFO STEP 1054 (remove_files) COMPLETE |
7559 | 2024-12-20T23:30:49.971Z | [ recovery-image] Dec 20 23:30:49.706 INFO O| Dec 20 23:30:49.706 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2024-12-20T23:30:49.984Z | [ recovery-image] Dec 20 23:30:49.726 INFO O| Dec 20 23:30:49.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7561 | 2024-12-20T23:30:49.987Z | [ recovery-image] Dec 20 23:30:49.726 INFO O| Dec 20 23:30:49.726 INFO STEP 1055 (remove_files) COMPLETE |
7562 | 2024-12-20T23:30:49.987Z | [ recovery-image] Dec 20 23:30:49.727 INFO O| Dec 20 23:30:49.726 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2024-12-20T23:30:50.005Z | [ recovery-image] Dec 20 23:30:49.746 INFO O| Dec 20 23:30:49.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7564 | 2024-12-20T23:30:50.007Z | [ recovery-image] Dec 20 23:30:49.746 INFO O| Dec 20 23:30:49.746 INFO STEP 1056 (remove_files) COMPLETE |
7565 | 2024-12-20T23:30:50.007Z | [ recovery-image] Dec 20 23:30:49.746 INFO O| Dec 20 23:30:49.746 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2024-12-20T23:30:50.037Z | [ recovery-image] Dec 20 23:30:49.778 INFO O| Dec 20 23:30:49.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7567 | 2024-12-20T23:30:50.037Z | [ recovery-image] Dec 20 23:30:49.778 INFO O| Dec 20 23:30:49.778 INFO STEP 1057 (remove_files) COMPLETE |
7568 | 2024-12-20T23:30:50.037Z | [ recovery-image] Dec 20 23:30:49.778 INFO O| Dec 20 23:30:49.778 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2024-12-20T23:30:50.097Z | [ recovery-image] Dec 20 23:30:49.838 INFO O| Dec 20 23:30:49.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7570 | 2024-12-20T23:30:50.138Z | [ recovery-image] Dec 20 23:30:49.863 INFO O| Dec 20 23:30:49.863 INFO STEP 1058 (remove_files) COMPLETE |
7571 | 2024-12-20T23:30:50.138Z | [ recovery-image] Dec 20 23:30:49.863 INFO O| Dec 20 23:30:49.863 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2024-12-20T23:30:50.174Z | [ recovery-image] Dec 20 23:30:49.916 INFO O| Dec 20 23:30:49.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7573 | 2024-12-20T23:30:50.174Z | [ recovery-image] Dec 20 23:30:49.916 INFO O| Dec 20 23:30:49.916 INFO STEP 1059 (remove_files) COMPLETE |
7574 | 2024-12-20T23:30:50.175Z | [ recovery-image] Dec 20 23:30:49.916 INFO O| Dec 20 23:30:49.916 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2024-12-20T23:30:50.203Z | [ recovery-image] Dec 20 23:30:49.936 INFO O| Dec 20 23:30:49.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7576 | 2024-12-20T23:30:50.203Z | [ recovery-image] Dec 20 23:30:49.936 INFO O| Dec 20 23:30:49.936 INFO STEP 1060 (remove_files) COMPLETE |
7577 | 2024-12-20T23:30:50.204Z | [ recovery-image] Dec 20 23:30:49.936 INFO O| Dec 20 23:30:49.936 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2024-12-20T23:30:50.238Z | [ recovery-image] Dec 20 23:30:49.975 INFO O| Dec 20 23:30:49.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7579 | 2024-12-20T23:30:50.241Z | [ recovery-image] Dec 20 23:30:49.975 INFO O| Dec 20 23:30:49.975 INFO STEP 1061 (remove_files) COMPLETE |
7580 | 2024-12-20T23:30:50.242Z | [ recovery-image] Dec 20 23:30:49.975 INFO O| Dec 20 23:30:49.975 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7581 | 2024-12-20T23:30:50.265Z | [ recovery-image] Dec 20 23:30:50.006 INFO O| Dec 20 23:30:50.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7582 | 2024-12-20T23:30:50.265Z | [ recovery-image] Dec 20 23:30:50.006 INFO O| Dec 20 23:30:50.006 INFO STEP 1062 (remove_files) COMPLETE |
7583 | 2024-12-20T23:30:50.265Z | [ recovery-image] Dec 20 23:30:50.006 INFO O| Dec 20 23:30:50.006 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7584 | 2024-12-20T23:30:50.289Z | [ recovery-image] Dec 20 23:30:50.029 INFO O| Dec 20 23:30:50.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7585 | 2024-12-20T23:30:50.294Z | [ recovery-image] Dec 20 23:30:50.029 INFO O| Dec 20 23:30:50.029 INFO STEP 1063 (remove_files) COMPLETE |
7586 | 2024-12-20T23:30:50.294Z | [ recovery-image] Dec 20 23:30:50.030 INFO O| Dec 20 23:30:50.029 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7587 | 2024-12-20T23:30:50.308Z | [ recovery-image] Dec 20 23:30:50.049 INFO O| Dec 20 23:30:50.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7588 | 2024-12-20T23:30:50.312Z | [ recovery-image] Dec 20 23:30:50.050 INFO O| Dec 20 23:30:50.050 INFO STEP 1064 (remove_files) COMPLETE |
7589 | 2024-12-20T23:30:50.312Z | [ recovery-image] Dec 20 23:30:50.050 INFO O| Dec 20 23:30:50.050 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7590 | 2024-12-20T23:30:50.334Z | [ recovery-image] Dec 20 23:30:50.075 INFO O| Dec 20 23:30:50.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7591 | 2024-12-20T23:30:50.337Z | [ recovery-image] Dec 20 23:30:50.076 INFO O| Dec 20 23:30:50.075 INFO STEP 1065 (remove_files) COMPLETE |
7592 | 2024-12-20T23:30:50.337Z | [ recovery-image] Dec 20 23:30:50.076 INFO O| Dec 20 23:30:50.076 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7593 | 2024-12-20T23:30:50.381Z | [ recovery-image] Dec 20 23:30:50.122 INFO O| Dec 20 23:30:50.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7594 | 2024-12-20T23:30:50.381Z | [ recovery-image] Dec 20 23:30:50.122 INFO O| Dec 20 23:30:50.122 INFO STEP 1066 (remove_files) COMPLETE |
7595 | 2024-12-20T23:30:50.381Z | [ recovery-image] Dec 20 23:30:50.122 INFO O| Dec 20 23:30:50.122 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7596 | 2024-12-20T23:30:50.402Z | [ recovery-image] Dec 20 23:30:50.143 INFO O| Dec 20 23:30:50.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7597 | 2024-12-20T23:30:50.402Z | [ recovery-image] Dec 20 23:30:50.143 INFO O| Dec 20 23:30:50.143 INFO STEP 1067 (remove_files) COMPLETE |
7598 | 2024-12-20T23:30:50.407Z | [ recovery-image] Dec 20 23:30:50.143 INFO O| Dec 20 23:30:50.143 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7599 | 2024-12-20T23:30:50.441Z | [ recovery-image] Dec 20 23:30:50.177 INFO O| Dec 20 23:30:50.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7600 | 2024-12-20T23:30:50.441Z | [ recovery-image] Dec 20 23:30:50.177 INFO O| Dec 20 23:30:50.177 INFO STEP 1068 (remove_files) COMPLETE |
7601 | 2024-12-20T23:30:50.441Z | [ recovery-image] Dec 20 23:30:50.177 INFO O| Dec 20 23:30:50.177 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2024-12-20T23:30:50.475Z | [ recovery-image] Dec 20 23:30:50.217 INFO O| Dec 20 23:30:50.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7603 | 2024-12-20T23:30:50.478Z | [ recovery-image] Dec 20 23:30:50.218 INFO O| Dec 20 23:30:50.217 INFO STEP 1069 (remove_files) COMPLETE |
7604 | 2024-12-20T23:30:50.478Z | [ recovery-image] Dec 20 23:30:50.218 INFO O| Dec 20 23:30:50.218 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2024-12-20T23:30:50.495Z | [ recovery-image] Dec 20 23:30:50.236 INFO O| Dec 20 23:30:50.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7606 | 2024-12-20T23:30:50.495Z | [ recovery-image] Dec 20 23:30:50.236 INFO O| Dec 20 23:30:50.236 INFO STEP 1070 (remove_files) COMPLETE |
7607 | 2024-12-20T23:30:50.495Z | [ recovery-image] Dec 20 23:30:50.237 INFO O| Dec 20 23:30:50.236 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2024-12-20T23:30:50.514Z | [ recovery-image] Dec 20 23:30:50.256 INFO O| Dec 20 23:30:50.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7609 | 2024-12-20T23:30:50.514Z | [ recovery-image] Dec 20 23:30:50.256 INFO O| Dec 20 23:30:50.256 INFO STEP 1071 (remove_files) COMPLETE |
7610 | 2024-12-20T23:30:50.514Z | [ recovery-image] Dec 20 23:30:50.256 INFO O| Dec 20 23:30:50.256 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7611 | 2024-12-20T23:30:50.536Z | [ recovery-image] Dec 20 23:30:50.275 INFO O| Dec 20 23:30:50.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7612 | 2024-12-20T23:30:50.536Z | [ recovery-image] Dec 20 23:30:50.276 INFO O| Dec 20 23:30:50.276 INFO STEP 1072 (remove_files) COMPLETE |
7613 | 2024-12-20T23:30:50.536Z | [ recovery-image] Dec 20 23:30:50.276 INFO O| Dec 20 23:30:50.276 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7614 | 2024-12-20T23:30:50.554Z | [ recovery-image] Dec 20 23:30:50.296 INFO O| Dec 20 23:30:50.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7615 | 2024-12-20T23:30:50.554Z | [ recovery-image] Dec 20 23:30:50.296 INFO O| Dec 20 23:30:50.296 INFO STEP 1073 (remove_files) COMPLETE |
7616 | 2024-12-20T23:30:50.554Z | [ recovery-image] Dec 20 23:30:50.296 INFO O| Dec 20 23:30:50.296 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7617 | 2024-12-20T23:30:50.622Z | [ recovery-image] Dec 20 23:30:50.362 INFO O| Dec 20 23:30:50.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7618 | 2024-12-20T23:30:50.622Z | [ recovery-image] Dec 20 23:30:50.362 INFO O| Dec 20 23:30:50.362 INFO STEP 1074 (remove_files) COMPLETE |
7619 | 2024-12-20T23:30:50.622Z | [ recovery-image] Dec 20 23:30:50.362 INFO O| Dec 20 23:30:50.362 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7620 | 2024-12-20T23:30:50.676Z | [ recovery-image] Dec 20 23:30:50.417 INFO O| Dec 20 23:30:50.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7621 | 2024-12-20T23:30:50.676Z | [ recovery-image] Dec 20 23:30:50.417 INFO O| Dec 20 23:30:50.417 INFO STEP 1075 (remove_files) COMPLETE |
7622 | 2024-12-20T23:30:50.676Z | [ recovery-image] Dec 20 23:30:50.417 INFO O| Dec 20 23:30:50.417 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7623 | 2024-12-20T23:30:50.734Z | [ recovery-image] Dec 20 23:30:50.476 INFO O| Dec 20 23:30:50.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7624 | 2024-12-20T23:30:50.734Z | [ recovery-image] Dec 20 23:30:50.476 INFO O| Dec 20 23:30:50.476 INFO STEP 1076 (remove_files) COMPLETE |
7625 | 2024-12-20T23:30:50.734Z | [ recovery-image] Dec 20 23:30:50.476 INFO O| Dec 20 23:30:50.476 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7626 | 2024-12-20T23:30:50.754Z | [ recovery-image] Dec 20 23:30:50.496 INFO O| Dec 20 23:30:50.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7627 | 2024-12-20T23:30:50.754Z | [ recovery-image] Dec 20 23:30:50.496 INFO O| Dec 20 23:30:50.496 INFO STEP 1077 (remove_files) COMPLETE |
7628 | 2024-12-20T23:30:50.754Z | [ recovery-image] Dec 20 23:30:50.497 INFO O| Dec 20 23:30:50.496 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7629 | 2024-12-20T23:30:50.782Z | [ recovery-image] Dec 20 23:30:50.524 INFO O| Dec 20 23:30:50.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7630 | 2024-12-20T23:30:50.782Z | [ recovery-image] Dec 20 23:30:50.524 INFO O| Dec 20 23:30:50.524 INFO STEP 1078 (remove_files) COMPLETE |
7631 | 2024-12-20T23:30:50.782Z | [ recovery-image] Dec 20 23:30:50.524 INFO O| Dec 20 23:30:50.524 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7632 | 2024-12-20T23:30:50.840Z | [ recovery-image] Dec 20 23:30:50.582 INFO O| Dec 20 23:30:50.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7633 | 2024-12-20T23:30:50.840Z | [ recovery-image] Dec 20 23:30:50.583 INFO O| Dec 20 23:30:50.583 INFO STEP 1079 (remove_files) COMPLETE |
7634 | 2024-12-20T23:30:50.840Z | [ recovery-image] Dec 20 23:30:50.583 INFO O| Dec 20 23:30:50.583 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7635 | 2024-12-20T23:30:50.872Z | [ recovery-image] Dec 20 23:30:50.614 INFO O| Dec 20 23:30:50.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7636 | 2024-12-20T23:30:50.872Z | [ recovery-image] Dec 20 23:30:50.614 INFO O| Dec 20 23:30:50.614 INFO STEP 1080 (remove_files) COMPLETE |
7637 | 2024-12-20T23:30:50.872Z | [ recovery-image] Dec 20 23:30:50.614 INFO O| Dec 20 23:30:50.614 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7638 | 2024-12-20T23:30:50.933Z | [ recovery-image] Dec 20 23:30:50.675 INFO O| Dec 20 23:30:50.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7639 | 2024-12-20T23:30:50.933Z | [ recovery-image] Dec 20 23:30:50.675 INFO O| Dec 20 23:30:50.675 INFO STEP 1081 (remove_files) COMPLETE |
7640 | 2024-12-20T23:30:50.935Z | [ recovery-image] Dec 20 23:30:50.675 INFO O| Dec 20 23:30:50.675 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7641 | 2024-12-20T23:30:50.954Z | [ recovery-image] Dec 20 23:30:50.696 INFO O| Dec 20 23:30:50.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7642 | 2024-12-20T23:30:50.954Z | [ recovery-image] Dec 20 23:30:50.696 INFO O| Dec 20 23:30:50.696 INFO STEP 1082 (remove_files) COMPLETE |
7643 | 2024-12-20T23:30:50.954Z | [ recovery-image] Dec 20 23:30:50.696 INFO O| Dec 20 23:30:50.696 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7644 | 2024-12-20T23:30:50.974Z | [ recovery-image] Dec 20 23:30:50.716 INFO O| Dec 20 23:30:50.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7645 | 2024-12-20T23:30:50.975Z | [ recovery-image] Dec 20 23:30:50.716 INFO O| Dec 20 23:30:50.716 INFO STEP 1083 (remove_files) COMPLETE |
7646 | 2024-12-20T23:30:50.975Z | [ recovery-image] Dec 20 23:30:50.716 INFO O| Dec 20 23:30:50.716 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7647 | 2024-12-20T23:30:51.007Z | [ recovery-image] Dec 20 23:30:50.748 INFO O| Dec 20 23:30:50.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7648 | 2024-12-20T23:30:51.007Z | [ recovery-image] Dec 20 23:30:50.748 INFO O| Dec 20 23:30:50.748 INFO STEP 1084 (remove_files) COMPLETE |
7649 | 2024-12-20T23:30:51.007Z | [ recovery-image] Dec 20 23:30:50.748 INFO O| Dec 20 23:30:50.748 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7650 | 2024-12-20T23:30:51.072Z | [ recovery-image] Dec 20 23:30:50.814 INFO O| Dec 20 23:30:50.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7651 | 2024-12-20T23:30:51.075Z | [ recovery-image] Dec 20 23:30:50.815 INFO O| Dec 20 23:30:50.815 INFO STEP 1085 (remove_files) COMPLETE |
7652 | 2024-12-20T23:30:51.075Z | [ recovery-image] Dec 20 23:30:50.815 INFO O| Dec 20 23:30:50.815 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7653 | 2024-12-20T23:30:51.106Z | [ recovery-image] Dec 20 23:30:50.847 INFO O| Dec 20 23:30:50.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7654 | 2024-12-20T23:30:51.110Z | [ recovery-image] Dec 20 23:30:50.848 INFO O| Dec 20 23:30:50.848 INFO STEP 1086 (remove_files) COMPLETE |
7655 | 2024-12-20T23:30:51.110Z | [ recovery-image] Dec 20 23:30:50.848 INFO O| Dec 20 23:30:50.848 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7656 | 2024-12-20T23:30:51.128Z | [ recovery-image] Dec 20 23:30:50.870 INFO O| Dec 20 23:30:50.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7657 | 2024-12-20T23:30:51.130Z | [ recovery-image] Dec 20 23:30:50.870 INFO O| Dec 20 23:30:50.870 INFO STEP 1087 (remove_files) COMPLETE |
7658 | 2024-12-20T23:30:51.130Z | [ recovery-image] Dec 20 23:30:50.870 INFO O| Dec 20 23:30:50.870 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2024-12-20T23:30:51.181Z | [ recovery-image] Dec 20 23:30:50.917 INFO O| Dec 20 23:30:50.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7660 | 2024-12-20T23:30:51.181Z | [ recovery-image] Dec 20 23:30:50.917 INFO O| Dec 20 23:30:50.917 INFO STEP 1088 (remove_files) COMPLETE |
7661 | 2024-12-20T23:30:51.185Z | [ recovery-image] Dec 20 23:30:50.917 INFO O| Dec 20 23:30:50.917 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2024-12-20T23:30:51.213Z | [ recovery-image] Dec 20 23:30:50.955 INFO O| Dec 20 23:30:50.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7663 | 2024-12-20T23:30:51.213Z | [ recovery-image] Dec 20 23:30:50.955 INFO O| Dec 20 23:30:50.955 INFO STEP 1089 (remove_files) COMPLETE |
7664 | 2024-12-20T23:30:51.213Z | [ recovery-image] Dec 20 23:30:50.955 INFO O| Dec 20 23:30:50.955 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2024-12-20T23:30:51.235Z | [ recovery-image] Dec 20 23:30:50.977 INFO O| Dec 20 23:30:50.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7666 | 2024-12-20T23:30:51.235Z | [ recovery-image] Dec 20 23:30:50.977 INFO O| Dec 20 23:30:50.977 INFO STEP 1090 (remove_files) COMPLETE |
7667 | 2024-12-20T23:30:51.237Z | [ recovery-image] Dec 20 23:30:50.977 INFO O| Dec 20 23:30:50.977 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2024-12-20T23:30:51.255Z | [ recovery-image] Dec 20 23:30:50.996 INFO O| Dec 20 23:30:50.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7669 | 2024-12-20T23:30:51.255Z | [ recovery-image] Dec 20 23:30:50.997 INFO O| Dec 20 23:30:50.997 INFO STEP 1091 (remove_files) COMPLETE |
7670 | 2024-12-20T23:30:51.255Z | [ recovery-image] Dec 20 23:30:50.997 INFO O| Dec 20 23:30:50.997 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2024-12-20T23:30:51.275Z | [ recovery-image] Dec 20 23:30:51.017 INFO O| Dec 20 23:30:51.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7672 | 2024-12-20T23:30:51.275Z | [ recovery-image] Dec 20 23:30:51.017 INFO O| Dec 20 23:30:51.017 INFO STEP 1092 (remove_files) COMPLETE |
7673 | 2024-12-20T23:30:51.278Z | [ recovery-image] Dec 20 23:30:51.017 INFO O| Dec 20 23:30:51.017 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2024-12-20T23:30:51.296Z | [ recovery-image] Dec 20 23:30:51.038 INFO O| Dec 20 23:30:51.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7675 | 2024-12-20T23:30:51.299Z | [ recovery-image] Dec 20 23:30:51.038 INFO O| Dec 20 23:30:51.038 INFO STEP 1093 (remove_files) COMPLETE |
7676 | 2024-12-20T23:30:51.299Z | [ recovery-image] Dec 20 23:30:51.039 INFO O| Dec 20 23:30:51.038 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2024-12-20T23:30:51.318Z | [ recovery-image] Dec 20 23:30:51.060 INFO O| Dec 20 23:30:51.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7678 | 2024-12-20T23:30:51.320Z | [ recovery-image] Dec 20 23:30:51.060 INFO O| Dec 20 23:30:51.060 INFO STEP 1094 (remove_files) COMPLETE |
7679 | 2024-12-20T23:30:51.320Z | [ recovery-image] Dec 20 23:30:51.061 INFO O| Dec 20 23:30:51.060 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-12-20T23:30:51.338Z | [ recovery-image] Dec 20 23:30:51.080 INFO O| Dec 20 23:30:51.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7681 | 2024-12-20T23:30:51.351Z | [ recovery-image] Dec 20 23:30:51.092 INFO O| Dec 20 23:30:51.092 INFO STEP 1095 (remove_files) COMPLETE |
7682 | 2024-12-20T23:30:51.351Z | [ recovery-image] Dec 20 23:30:51.092 INFO O| Dec 20 23:30:51.092 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-12-20T23:30:51.401Z | [ recovery-image] Dec 20 23:30:51.144 INFO O| Dec 20 23:30:51.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7684 | 2024-12-20T23:30:51.401Z | [ recovery-image] Dec 20 23:30:51.144 INFO O| Dec 20 23:30:51.144 INFO STEP 1096 (remove_files) COMPLETE |
7685 | 2024-12-20T23:30:51.401Z | [ recovery-image] Dec 20 23:30:51.144 INFO O| Dec 20 23:30:51.144 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-12-20T23:30:51.422Z | [ recovery-image] Dec 20 23:30:51.164 INFO O| Dec 20 23:30:51.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7687 | 2024-12-20T23:30:51.422Z | [ recovery-image] Dec 20 23:30:51.164 INFO O| Dec 20 23:30:51.164 INFO STEP 1097 (remove_files) COMPLETE |
7688 | 2024-12-20T23:30:51.422Z | [ recovery-image] Dec 20 23:30:51.164 INFO O| Dec 20 23:30:51.164 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-12-20T23:30:51.447Z | [ recovery-image] Dec 20 23:30:51.189 INFO O| Dec 20 23:30:51.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7690 | 2024-12-20T23:30:51.450Z | [ recovery-image] Dec 20 23:30:51.189 INFO O| Dec 20 23:30:51.189 INFO STEP 1098 (remove_files) COMPLETE |
7691 | 2024-12-20T23:30:51.450Z | [ recovery-image] Dec 20 23:30:51.190 INFO O| Dec 20 23:30:51.189 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-12-20T23:30:51.471Z | [ recovery-image] Dec 20 23:30:51.211 INFO O| Dec 20 23:30:51.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7693 | 2024-12-20T23:30:51.471Z | [ recovery-image] Dec 20 23:30:51.211 INFO O| Dec 20 23:30:51.211 INFO STEP 1099 (remove_files) COMPLETE |
7694 | 2024-12-20T23:30:51.471Z | [ recovery-image] Dec 20 23:30:51.211 INFO O| Dec 20 23:30:51.211 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-12-20T23:30:51.523Z | [ recovery-image] Dec 20 23:30:51.265 INFO O| Dec 20 23:30:51.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7696 | 2024-12-20T23:30:51.523Z | [ recovery-image] Dec 20 23:30:51.265 INFO O| Dec 20 23:30:51.265 INFO STEP 1100 (remove_files) COMPLETE |
7697 | 2024-12-20T23:30:51.523Z | [ recovery-image] Dec 20 23:30:51.265 INFO O| Dec 20 23:30:51.265 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-12-20T23:30:51.542Z | [ recovery-image] Dec 20 23:30:51.285 INFO O| Dec 20 23:30:51.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7699 | 2024-12-20T23:30:51.543Z | [ recovery-image] Dec 20 23:30:51.285 INFO O| Dec 20 23:30:51.285 INFO STEP 1101 (remove_files) COMPLETE |
7700 | 2024-12-20T23:30:51.545Z | [ recovery-image] Dec 20 23:30:51.285 INFO O| Dec 20 23:30:51.285 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-12-20T23:30:51.563Z | [ recovery-image] Dec 20 23:30:51.305 INFO O| Dec 20 23:30:51.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7702 | 2024-12-20T23:30:51.563Z | [ recovery-image] Dec 20 23:30:51.305 INFO O| Dec 20 23:30:51.305 INFO STEP 1102 (remove_files) COMPLETE |
7703 | 2024-12-20T23:30:51.563Z | [ recovery-image] Dec 20 23:30:51.305 INFO O| Dec 20 23:30:51.305 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-12-20T23:30:51.582Z | [ recovery-image] Dec 20 23:30:51.324 INFO O| Dec 20 23:30:51.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7705 | 2024-12-20T23:30:51.582Z | [ recovery-image] Dec 20 23:30:51.324 INFO O| Dec 20 23:30:51.324 INFO STEP 1103 (remove_files) COMPLETE |
7706 | 2024-12-20T23:30:51.582Z | [ recovery-image] Dec 20 23:30:51.324 INFO O| Dec 20 23:30:51.324 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-12-20T23:30:51.602Z | [ recovery-image] Dec 20 23:30:51.344 INFO O| Dec 20 23:30:51.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7708 | 2024-12-20T23:30:51.602Z | [ recovery-image] Dec 20 23:30:51.344 INFO O| Dec 20 23:30:51.344 INFO STEP 1104 (remove_files) COMPLETE |
7709 | 2024-12-20T23:30:51.602Z | [ recovery-image] Dec 20 23:30:51.345 INFO O| Dec 20 23:30:51.344 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-12-20T23:30:51.622Z | [ recovery-image] Dec 20 23:30:51.365 INFO O| Dec 20 23:30:51.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7711 | 2024-12-20T23:30:51.623Z | [ recovery-image] Dec 20 23:30:51.365 INFO O| Dec 20 23:30:51.365 INFO STEP 1105 (remove_files) COMPLETE |
7712 | 2024-12-20T23:30:51.623Z | [ recovery-image] Dec 20 23:30:51.365 INFO O| Dec 20 23:30:51.365 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-12-20T23:30:51.642Z | [ recovery-image] Dec 20 23:30:51.385 INFO O| Dec 20 23:30:51.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7714 | 2024-12-20T23:30:51.642Z | [ recovery-image] Dec 20 23:30:51.385 INFO O| Dec 20 23:30:51.385 INFO STEP 1106 (remove_files) COMPLETE |
7715 | 2024-12-20T23:30:51.643Z | [ recovery-image] Dec 20 23:30:51.385 INFO O| Dec 20 23:30:51.385 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-12-20T23:30:51.682Z | [ recovery-image] Dec 20 23:30:51.425 INFO O| Dec 20 23:30:51.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7717 | 2024-12-20T23:30:51.686Z | [ recovery-image] Dec 20 23:30:51.425 INFO O| Dec 20 23:30:51.425 INFO STEP 1107 (remove_files) COMPLETE |
7718 | 2024-12-20T23:30:51.686Z | [ recovery-image] Dec 20 23:30:51.425 INFO O| Dec 20 23:30:51.425 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-12-20T23:30:51.706Z | [ recovery-image] Dec 20 23:30:51.448 INFO O| Dec 20 23:30:51.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7720 | 2024-12-20T23:30:51.709Z | [ recovery-image] Dec 20 23:30:51.448 INFO O| Dec 20 23:30:51.448 INFO STEP 1108 (remove_files) COMPLETE |
7721 | 2024-12-20T23:30:51.709Z | [ recovery-image] Dec 20 23:30:51.449 INFO O| Dec 20 23:30:51.448 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2024-12-20T23:30:51.727Z | [ recovery-image] Dec 20 23:30:51.469 INFO O| Dec 20 23:30:51.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7723 | 2024-12-20T23:30:51.730Z | [ recovery-image] Dec 20 23:30:51.469 INFO O| Dec 20 23:30:51.469 INFO STEP 1109 (remove_files) COMPLETE |
7724 | 2024-12-20T23:30:51.730Z | [ recovery-image] Dec 20 23:30:51.469 INFO O| Dec 20 23:30:51.469 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7725 | 2024-12-20T23:30:51.768Z | [ recovery-image] Dec 20 23:30:51.510 INFO O| Dec 20 23:30:51.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7726 | 2024-12-20T23:30:51.768Z | [ recovery-image] Dec 20 23:30:51.511 INFO O| Dec 20 23:30:51.511 INFO STEP 1110 (remove_files) COMPLETE |
7727 | 2024-12-20T23:30:51.768Z | [ recovery-image] Dec 20 23:30:51.511 INFO O| Dec 20 23:30:51.511 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7728 | 2024-12-20T23:30:51.788Z | [ recovery-image] Dec 20 23:30:51.530 INFO O| Dec 20 23:30:51.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7729 | 2024-12-20T23:30:51.788Z | [ recovery-image] Dec 20 23:30:51.530 INFO O| Dec 20 23:30:51.530 INFO STEP 1111 (remove_files) COMPLETE |
7730 | 2024-12-20T23:30:51.788Z | [ recovery-image] Dec 20 23:30:51.530 INFO O| Dec 20 23:30:51.530 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2024-12-20T23:30:51.807Z | [ recovery-image] Dec 20 23:30:51.550 INFO O| Dec 20 23:30:51.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7732 | 2024-12-20T23:30:51.807Z | [ recovery-image] Dec 20 23:30:51.550 INFO O| Dec 20 23:30:51.550 INFO STEP 1112 (remove_files) COMPLETE |
7733 | 2024-12-20T23:30:51.807Z | [ recovery-image] Dec 20 23:30:51.550 INFO O| Dec 20 23:30:51.550 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7734 | 2024-12-20T23:30:51.829Z | [ recovery-image] Dec 20 23:30:51.571 INFO O| Dec 20 23:30:51.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7735 | 2024-12-20T23:30:51.832Z | [ recovery-image] Dec 20 23:30:51.571 INFO O| Dec 20 23:30:51.571 INFO STEP 1113 (remove_files) COMPLETE |
7736 | 2024-12-20T23:30:51.832Z | [ recovery-image] Dec 20 23:30:51.571 INFO O| Dec 20 23:30:51.571 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7737 | 2024-12-20T23:30:51.851Z | [ recovery-image] Dec 20 23:30:51.593 INFO O| Dec 20 23:30:51.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7738 | 2024-12-20T23:30:51.851Z | [ recovery-image] Dec 20 23:30:51.593 INFO O| Dec 20 23:30:51.593 INFO STEP 1114 (remove_files) COMPLETE |
7739 | 2024-12-20T23:30:51.854Z | [ recovery-image] Dec 20 23:30:51.593 INFO O| Dec 20 23:30:51.593 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7740 | 2024-12-20T23:30:51.874Z | [ recovery-image] Dec 20 23:30:51.616 INFO O| Dec 20 23:30:51.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7741 | 2024-12-20T23:30:51.874Z | [ recovery-image] Dec 20 23:30:51.616 INFO O| Dec 20 23:30:51.616 INFO STEP 1115 (remove_files) COMPLETE |
7742 | 2024-12-20T23:30:51.874Z | [ recovery-image] Dec 20 23:30:51.616 INFO O| Dec 20 23:30:51.616 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7743 | 2024-12-20T23:30:51.904Z | [ recovery-image] Dec 20 23:30:51.637 INFO O| Dec 20 23:30:51.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7744 | 2024-12-20T23:30:51.904Z | [ recovery-image] Dec 20 23:30:51.637 INFO O| Dec 20 23:30:51.637 INFO STEP 1116 (remove_files) COMPLETE |
7745 | 2024-12-20T23:30:51.909Z | [ recovery-image] Dec 20 23:30:51.637 INFO O| Dec 20 23:30:51.637 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7746 | 2024-12-20T23:30:51.927Z | [ recovery-image] Dec 20 23:30:51.670 INFO O| Dec 20 23:30:51.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7747 | 2024-12-20T23:30:51.927Z | [ recovery-image] Dec 20 23:30:51.670 INFO O| Dec 20 23:30:51.670 INFO STEP 1117 (remove_files) COMPLETE |
7748 | 2024-12-20T23:30:51.927Z | [ recovery-image] Dec 20 23:30:51.670 INFO O| Dec 20 23:30:51.670 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7749 | 2024-12-20T23:30:51.949Z | [ recovery-image] Dec 20 23:30:51.691 INFO O| Dec 20 23:30:51.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7750 | 2024-12-20T23:30:51.949Z | [ recovery-image] Dec 20 23:30:51.692 INFO O| Dec 20 23:30:51.691 INFO STEP 1118 (remove_files) COMPLETE |
7751 | 2024-12-20T23:30:51.953Z | [ recovery-image] Dec 20 23:30:51.692 INFO O| Dec 20 23:30:51.692 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7752 | 2024-12-20T23:30:51.970Z | [ recovery-image] Dec 20 23:30:51.713 INFO O| Dec 20 23:30:51.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7753 | 2024-12-20T23:30:51.970Z | [ recovery-image] Dec 20 23:30:51.713 INFO O| Dec 20 23:30:51.713 INFO STEP 1119 (remove_files) COMPLETE |
7754 | 2024-12-20T23:30:51.973Z | [ recovery-image] Dec 20 23:30:51.713 INFO O| Dec 20 23:30:51.713 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7755 | 2024-12-20T23:30:51.992Z | [ recovery-image] Dec 20 23:30:51.733 INFO O| Dec 20 23:30:51.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7756 | 2024-12-20T23:30:51.992Z | [ recovery-image] Dec 20 23:30:51.733 INFO O| Dec 20 23:30:51.733 INFO STEP 1120 (remove_files) COMPLETE |
7757 | 2024-12-20T23:30:51.995Z | [ recovery-image] Dec 20 23:30:51.733 INFO O| Dec 20 23:30:51.733 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7758 | 2024-12-20T23:30:52.045Z | [ recovery-image] Dec 20 23:30:51.788 INFO O| Dec 20 23:30:51.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7759 | 2024-12-20T23:30:52.048Z | [ recovery-image] Dec 20 23:30:51.788 INFO O| Dec 20 23:30:51.788 INFO STEP 1121 (remove_files) COMPLETE |
7760 | 2024-12-20T23:30:52.048Z | [ recovery-image] Dec 20 23:30:51.788 INFO O| Dec 20 23:30:51.788 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7761 | 2024-12-20T23:30:52.067Z | [ recovery-image] Dec 20 23:30:51.809 INFO O| Dec 20 23:30:51.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7762 | 2024-12-20T23:30:52.070Z | [ recovery-image] Dec 20 23:30:51.810 INFO O| Dec 20 23:30:51.809 INFO STEP 1122 (remove_files) COMPLETE |
7763 | 2024-12-20T23:30:52.070Z | [ recovery-image] Dec 20 23:30:51.810 INFO O| Dec 20 23:30:51.810 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7764 | 2024-12-20T23:30:52.102Z | [ recovery-image] Dec 20 23:30:51.844 INFO O| Dec 20 23:30:51.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7765 | 2024-12-20T23:30:52.102Z | [ recovery-image] Dec 20 23:30:51.844 INFO O| Dec 20 23:30:51.844 INFO STEP 1123 (remove_files) COMPLETE |
7766 | 2024-12-20T23:30:52.104Z | [ recovery-image] Dec 20 23:30:51.845 INFO O| Dec 20 23:30:51.844 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2024-12-20T23:30:52.124Z | [ recovery-image] Dec 20 23:30:51.866 INFO O| Dec 20 23:30:51.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7768 | 2024-12-20T23:30:52.124Z | [ recovery-image] Dec 20 23:30:51.866 INFO O| Dec 20 23:30:51.866 INFO STEP 1124 (remove_files) COMPLETE |
7769 | 2024-12-20T23:30:52.124Z | [ recovery-image] Dec 20 23:30:51.866 INFO O| Dec 20 23:30:51.866 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2024-12-20T23:30:52.151Z | [ recovery-image] Dec 20 23:30:51.893 INFO O| Dec 20 23:30:51.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7771 | 2024-12-20T23:30:52.154Z | [ recovery-image] Dec 20 23:30:51.893 INFO O| Dec 20 23:30:51.893 INFO STEP 1125 (remove_files) COMPLETE |
7772 | 2024-12-20T23:30:52.154Z | [ recovery-image] Dec 20 23:30:51.894 INFO O| Dec 20 23:30:51.894 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-12-20T23:30:52.172Z | [ recovery-image] Dec 20 23:30:51.915 INFO O| Dec 20 23:30:51.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7774 | 2024-12-20T23:30:52.175Z | [ recovery-image] Dec 20 23:30:51.915 INFO O| Dec 20 23:30:51.915 INFO STEP 1126 (remove_files) COMPLETE |
7775 | 2024-12-20T23:30:52.175Z | [ recovery-image] Dec 20 23:30:51.915 INFO O| Dec 20 23:30:51.915 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-12-20T23:30:52.193Z | [ recovery-image] Dec 20 23:30:51.935 INFO O| Dec 20 23:30:51.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7777 | 2024-12-20T23:30:52.193Z | [ recovery-image] Dec 20 23:30:51.935 INFO O| Dec 20 23:30:51.935 INFO STEP 1127 (remove_files) COMPLETE |
7778 | 2024-12-20T23:30:52.193Z | [ recovery-image] Dec 20 23:30:51.935 INFO O| Dec 20 23:30:51.935 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-12-20T23:30:52.213Z | [ recovery-image] Dec 20 23:30:51.955 INFO O| Dec 20 23:30:51.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7780 | 2024-12-20T23:30:52.213Z | [ recovery-image] Dec 20 23:30:51.955 INFO O| Dec 20 23:30:51.955 INFO STEP 1128 (remove_files) COMPLETE |
7781 | 2024-12-20T23:30:52.213Z | [ recovery-image] Dec 20 23:30:51.955 INFO O| Dec 20 23:30:51.955 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-12-20T23:30:52.234Z | [ recovery-image] Dec 20 23:30:51.975 INFO O| Dec 20 23:30:51.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7783 | 2024-12-20T23:30:52.234Z | [ recovery-image] Dec 20 23:30:51.975 INFO O| Dec 20 23:30:51.975 INFO STEP 1129 (remove_files) COMPLETE |
7784 | 2024-12-20T23:30:52.234Z | [ recovery-image] Dec 20 23:30:51.975 INFO O| Dec 20 23:30:51.975 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2024-12-20T23:30:52.256Z | [ recovery-image] Dec 20 23:30:51.998 INFO O| Dec 20 23:30:51.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7786 | 2024-12-20T23:30:52.256Z | [ recovery-image] Dec 20 23:30:51.998 INFO O| Dec 20 23:30:51.998 INFO STEP 1130 (remove_files) COMPLETE |
7787 | 2024-12-20T23:30:52.256Z | [ recovery-image] Dec 20 23:30:51.998 INFO O| Dec 20 23:30:51.998 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-12-20T23:30:52.292Z | [ recovery-image] Dec 20 23:30:52.034 INFO O| Dec 20 23:30:52.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7789 | 2024-12-20T23:30:52.292Z | [ recovery-image] Dec 20 23:30:52.034 INFO O| Dec 20 23:30:52.034 INFO STEP 1131 (remove_files) COMPLETE |
7790 | 2024-12-20T23:30:52.292Z | [ recovery-image] Dec 20 23:30:52.034 INFO O| Dec 20 23:30:52.034 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-12-20T23:30:52.330Z | [ recovery-image] Dec 20 23:30:52.072 INFO O| Dec 20 23:30:52.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7792 | 2024-12-20T23:30:52.330Z | [ recovery-image] Dec 20 23:30:52.072 INFO O| Dec 20 23:30:52.072 INFO STEP 1132 (remove_files) COMPLETE |
7793 | 2024-12-20T23:30:52.330Z | [ recovery-image] Dec 20 23:30:52.072 INFO O| Dec 20 23:30:52.072 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2024-12-20T23:30:52.366Z | [ recovery-image] Dec 20 23:30:52.109 INFO O| Dec 20 23:30:52.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7795 | 2024-12-20T23:30:52.366Z | [ recovery-image] Dec 20 23:30:52.109 INFO O| Dec 20 23:30:52.109 INFO STEP 1133 (remove_files) COMPLETE |
7796 | 2024-12-20T23:30:52.369Z | [ recovery-image] Dec 20 23:30:52.109 INFO O| Dec 20 23:30:52.109 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2024-12-20T23:30:52.400Z | [ recovery-image] Dec 20 23:30:52.143 INFO O| Dec 20 23:30:52.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7798 | 2024-12-20T23:30:52.400Z | [ recovery-image] Dec 20 23:30:52.143 INFO O| Dec 20 23:30:52.143 INFO STEP 1134 (remove_files) COMPLETE |
7799 | 2024-12-20T23:30:52.400Z | [ recovery-image] Dec 20 23:30:52.143 INFO O| Dec 20 23:30:52.143 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2024-12-20T23:30:52.422Z | [ recovery-image] Dec 20 23:30:52.164 INFO O| Dec 20 23:30:52.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7801 | 2024-12-20T23:30:52.422Z | [ recovery-image] Dec 20 23:30:52.164 INFO O| Dec 20 23:30:52.164 INFO STEP 1135 (remove_files) COMPLETE |
7802 | 2024-12-20T23:30:52.422Z | [ recovery-image] Dec 20 23:30:52.164 INFO O| Dec 20 23:30:52.164 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7803 | 2024-12-20T23:30:52.473Z | [ recovery-image] Dec 20 23:30:52.215 INFO O| Dec 20 23:30:52.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7804 | 2024-12-20T23:30:52.473Z | [ recovery-image] Dec 20 23:30:52.215 INFO O| Dec 20 23:30:52.215 INFO STEP 1136 (remove_files) COMPLETE |
7805 | 2024-12-20T23:30:52.473Z | [ recovery-image] Dec 20 23:30:52.215 INFO O| Dec 20 23:30:52.215 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7806 | 2024-12-20T23:30:52.497Z | [ recovery-image] Dec 20 23:30:52.238 INFO O| Dec 20 23:30:52.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7807 | 2024-12-20T23:30:52.497Z | [ recovery-image] Dec 20 23:30:52.238 INFO O| Dec 20 23:30:52.238 INFO STEP 1137 (remove_files) COMPLETE |
7808 | 2024-12-20T23:30:52.497Z | [ recovery-image] Dec 20 23:30:52.238 INFO O| Dec 20 23:30:52.238 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7809 | 2024-12-20T23:30:52.518Z | [ recovery-image] Dec 20 23:30:52.261 INFO O| Dec 20 23:30:52.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7810 | 2024-12-20T23:30:52.518Z | [ recovery-image] Dec 20 23:30:52.261 INFO O| Dec 20 23:30:52.261 INFO STEP 1138 (remove_files) COMPLETE |
7811 | 2024-12-20T23:30:52.518Z | [ recovery-image] Dec 20 23:30:52.261 INFO O| Dec 20 23:30:52.261 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7812 | 2024-12-20T23:30:52.539Z | [ recovery-image] Dec 20 23:30:52.281 INFO O| Dec 20 23:30:52.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7813 | 2024-12-20T23:30:52.539Z | [ recovery-image] Dec 20 23:30:52.281 INFO O| Dec 20 23:30:52.281 INFO STEP 1139 (remove_files) COMPLETE |
7814 | 2024-12-20T23:30:52.542Z | [ recovery-image] Dec 20 23:30:52.281 INFO O| Dec 20 23:30:52.281 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7815 | 2024-12-20T23:30:52.562Z | [ recovery-image] Dec 20 23:30:52.303 INFO O| Dec 20 23:30:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7816 | 2024-12-20T23:30:52.562Z | [ recovery-image] Dec 20 23:30:52.303 INFO O| Dec 20 23:30:52.303 INFO STEP 1140 (remove_files) COMPLETE |
7817 | 2024-12-20T23:30:52.567Z | [ recovery-image] Dec 20 23:30:52.303 INFO O| Dec 20 23:30:52.303 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7818 | 2024-12-20T23:30:52.603Z | [ recovery-image] Dec 20 23:30:52.332 INFO O| Dec 20 23:30:52.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7819 | 2024-12-20T23:30:52.603Z | [ recovery-image] Dec 20 23:30:52.332 INFO O| Dec 20 23:30:52.332 INFO STEP 1141 (remove_files) COMPLETE |
7820 | 2024-12-20T23:30:52.603Z | [ recovery-image] Dec 20 23:30:52.333 INFO O| Dec 20 23:30:52.332 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7821 | 2024-12-20T23:30:52.647Z | [ recovery-image] Dec 20 23:30:52.389 INFO O| Dec 20 23:30:52.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7822 | 2024-12-20T23:30:52.647Z | [ recovery-image] Dec 20 23:30:52.389 INFO O| Dec 20 23:30:52.389 INFO STEP 1142 (remove_files) COMPLETE |
7823 | 2024-12-20T23:30:52.647Z | [ recovery-image] Dec 20 23:30:52.390 INFO O| Dec 20 23:30:52.389 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7824 | 2024-12-20T23:30:52.667Z | [ recovery-image] Dec 20 23:30:52.409 INFO O| Dec 20 23:30:52.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7825 | 2024-12-20T23:30:52.673Z | [ recovery-image] Dec 20 23:30:52.416 INFO O| Dec 20 23:30:52.416 INFO STEP 1143 (remove_files) COMPLETE |
7826 | 2024-12-20T23:30:52.673Z | [ recovery-image] Dec 20 23:30:52.416 INFO O| Dec 20 23:30:52.416 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7827 | 2024-12-20T23:30:52.735Z | [ recovery-image] Dec 20 23:30:52.477 INFO O| Dec 20 23:30:52.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7828 | 2024-12-20T23:30:52.735Z | [ recovery-image] Dec 20 23:30:52.477 INFO O| Dec 20 23:30:52.477 INFO STEP 1144 (remove_files) COMPLETE |
7829 | 2024-12-20T23:30:52.735Z | [ recovery-image] Dec 20 23:30:52.477 INFO O| Dec 20 23:30:52.477 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7830 | 2024-12-20T23:30:52.755Z | [ recovery-image] Dec 20 23:30:52.498 INFO O| Dec 20 23:30:52.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7831 | 2024-12-20T23:30:52.755Z | [ recovery-image] Dec 20 23:30:52.498 INFO O| Dec 20 23:30:52.498 INFO STEP 1145 (remove_files) COMPLETE |
7832 | 2024-12-20T23:30:52.755Z | [ recovery-image] Dec 20 23:30:52.498 INFO O| Dec 20 23:30:52.498 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7833 | 2024-12-20T23:30:52.776Z | [ recovery-image] Dec 20 23:30:52.518 INFO O| Dec 20 23:30:52.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7834 | 2024-12-20T23:30:52.776Z | [ recovery-image] Dec 20 23:30:52.518 INFO O| Dec 20 23:30:52.518 INFO STEP 1146 (remove_files) COMPLETE |
7835 | 2024-12-20T23:30:52.776Z | [ recovery-image] Dec 20 23:30:52.518 INFO O| Dec 20 23:30:52.518 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7836 | 2024-12-20T23:30:52.796Z | [ recovery-image] Dec 20 23:30:52.539 INFO O| Dec 20 23:30:52.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7837 | 2024-12-20T23:30:52.796Z | [ recovery-image] Dec 20 23:30:52.539 INFO O| Dec 20 23:30:52.539 INFO STEP 1147 (remove_files) COMPLETE |
7838 | 2024-12-20T23:30:52.796Z | [ recovery-image] Dec 20 23:30:52.539 INFO O| Dec 20 23:30:52.539 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7839 | 2024-12-20T23:30:52.831Z | [ recovery-image] Dec 20 23:30:52.573 INFO O| Dec 20 23:30:52.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7840 | 2024-12-20T23:30:52.834Z | [ recovery-image] Dec 20 23:30:52.574 INFO O| Dec 20 23:30:52.573 INFO STEP 1148 (remove_files) COMPLETE |
7841 | 2024-12-20T23:30:52.834Z | [ recovery-image] Dec 20 23:30:52.574 INFO O| Dec 20 23:30:52.574 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7842 | 2024-12-20T23:30:52.853Z | [ recovery-image] Dec 20 23:30:52.596 INFO O| Dec 20 23:30:52.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7843 | 2024-12-20T23:30:52.856Z | [ recovery-image] Dec 20 23:30:52.596 INFO O| Dec 20 23:30:52.596 INFO STEP 1149 (remove_files) COMPLETE |
7844 | 2024-12-20T23:30:52.856Z | [ recovery-image] Dec 20 23:30:52.596 INFO O| Dec 20 23:30:52.596 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7845 | 2024-12-20T23:30:52.896Z | [ recovery-image] Dec 20 23:30:52.639 INFO O| Dec 20 23:30:52.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7846 | 2024-12-20T23:30:52.899Z | [ recovery-image] Dec 20 23:30:52.639 INFO O| Dec 20 23:30:52.639 INFO STEP 1150 (remove_files) COMPLETE |
7847 | 2024-12-20T23:30:52.899Z | [ recovery-image] Dec 20 23:30:52.639 INFO O| Dec 20 23:30:52.639 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7848 | 2024-12-20T23:30:52.928Z | [ recovery-image] Dec 20 23:30:52.671 INFO O| Dec 20 23:30:52.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7849 | 2024-12-20T23:30:52.931Z | [ recovery-image] Dec 20 23:30:52.671 INFO O| Dec 20 23:30:52.671 INFO STEP 1151 (remove_files) COMPLETE |
7850 | 2024-12-20T23:30:52.931Z | [ recovery-image] Dec 20 23:30:52.672 INFO O| Dec 20 23:30:52.671 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7851 | 2024-12-20T23:30:52.949Z | [ recovery-image] Dec 20 23:30:52.692 INFO O| Dec 20 23:30:52.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7852 | 2024-12-20T23:30:52.953Z | [ recovery-image] Dec 20 23:30:52.692 INFO O| Dec 20 23:30:52.692 INFO STEP 1152 (remove_files) COMPLETE |
7853 | 2024-12-20T23:30:52.953Z | [ recovery-image] Dec 20 23:30:52.692 INFO O| Dec 20 23:30:52.692 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7854 | 2024-12-20T23:30:52.969Z | [ recovery-image] Dec 20 23:30:52.712 INFO O| Dec 20 23:30:52.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7855 | 2024-12-20T23:30:52.973Z | [ recovery-image] Dec 20 23:30:52.712 INFO O| Dec 20 23:30:52.712 INFO STEP 1153 (remove_files) COMPLETE |
7856 | 2024-12-20T23:30:52.973Z | [ recovery-image] Dec 20 23:30:52.713 INFO O| Dec 20 23:30:52.713 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7857 | 2024-12-20T23:30:52.990Z | [ recovery-image] Dec 20 23:30:52.733 INFO O| Dec 20 23:30:52.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7858 | 2024-12-20T23:30:52.993Z | [ recovery-image] Dec 20 23:30:52.733 INFO O| Dec 20 23:30:52.733 INFO STEP 1154 (remove_files) COMPLETE |
7859 | 2024-12-20T23:30:52.993Z | [ recovery-image] Dec 20 23:30:52.733 INFO O| Dec 20 23:30:52.733 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7860 | 2024-12-20T23:30:53.012Z | [ recovery-image] Dec 20 23:30:52.755 INFO O| Dec 20 23:30:52.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7861 | 2024-12-20T23:30:53.015Z | [ recovery-image] Dec 20 23:30:52.755 INFO O| Dec 20 23:30:52.755 INFO STEP 1155 (remove_files) COMPLETE |
7862 | 2024-12-20T23:30:53.015Z | [ recovery-image] Dec 20 23:30:52.755 INFO O| Dec 20 23:30:52.755 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7863 | 2024-12-20T23:30:53.033Z | [ recovery-image] Dec 20 23:30:52.776 INFO O| Dec 20 23:30:52.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7864 | 2024-12-20T23:30:53.036Z | [ recovery-image] Dec 20 23:30:52.776 INFO O| Dec 20 23:30:52.776 INFO STEP 1156 (remove_files) COMPLETE |
7865 | 2024-12-20T23:30:53.036Z | [ recovery-image] Dec 20 23:30:52.776 INFO O| Dec 20 23:30:52.776 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7866 | 2024-12-20T23:30:53.063Z | [ recovery-image] Dec 20 23:30:52.806 INFO O| Dec 20 23:30:52.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7867 | 2024-12-20T23:30:53.066Z | [ recovery-image] Dec 20 23:30:52.806 INFO O| Dec 20 23:30:52.806 INFO STEP 1157 (remove_files) COMPLETE |
7868 | 2024-12-20T23:30:53.066Z | [ recovery-image] Dec 20 23:30:52.806 INFO O| Dec 20 23:30:52.806 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7869 | 2024-12-20T23:30:53.096Z | [ recovery-image] Dec 20 23:30:52.838 INFO O| Dec 20 23:30:52.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7870 | 2024-12-20T23:30:53.096Z | [ recovery-image] Dec 20 23:30:52.838 INFO O| Dec 20 23:30:52.838 INFO STEP 1158 (remove_files) COMPLETE |
7871 | 2024-12-20T23:30:53.096Z | [ recovery-image] Dec 20 23:30:52.838 INFO O| Dec 20 23:30:52.838 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7872 | 2024-12-20T23:30:53.118Z | [ recovery-image] Dec 20 23:30:52.860 INFO O| Dec 20 23:30:52.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7873 | 2024-12-20T23:30:53.118Z | [ recovery-image] Dec 20 23:30:52.861 INFO O| Dec 20 23:30:52.861 INFO STEP 1159 (remove_files) COMPLETE |
7874 | 2024-12-20T23:30:53.121Z | [ recovery-image] Dec 20 23:30:52.861 INFO O| Dec 20 23:30:52.861 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7875 | 2024-12-20T23:30:53.138Z | [ recovery-image] Dec 20 23:30:52.881 INFO O| Dec 20 23:30:52.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7876 | 2024-12-20T23:30:53.138Z | [ recovery-image] Dec 20 23:30:52.881 INFO O| Dec 20 23:30:52.881 INFO STEP 1160 (remove_files) COMPLETE |
7877 | 2024-12-20T23:30:53.138Z | [ recovery-image] Dec 20 23:30:52.881 INFO O| Dec 20 23:30:52.881 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7878 | 2024-12-20T23:30:53.177Z | [ recovery-image] Dec 20 23:30:52.920 INFO O| Dec 20 23:30:52.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7879 | 2024-12-20T23:30:53.177Z | [ recovery-image] Dec 20 23:30:52.920 INFO O| Dec 20 23:30:52.920 INFO STEP 1161 (remove_files) COMPLETE |
7880 | 2024-12-20T23:30:53.177Z | [ recovery-image] Dec 20 23:30:52.920 INFO O| Dec 20 23:30:52.920 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7881 | 2024-12-20T23:30:53.200Z | [ recovery-image] Dec 20 23:30:52.943 INFO O| Dec 20 23:30:52.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7882 | 2024-12-20T23:30:53.200Z | [ recovery-image] Dec 20 23:30:52.943 INFO O| Dec 20 23:30:52.943 INFO STEP 1162 (remove_files) COMPLETE |
7883 | 2024-12-20T23:30:53.200Z | [ recovery-image] Dec 20 23:30:52.943 INFO O| Dec 20 23:30:52.943 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7884 | 2024-12-20T23:30:53.221Z | [ recovery-image] Dec 20 23:30:52.964 INFO O| Dec 20 23:30:52.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7885 | 2024-12-20T23:30:53.221Z | [ recovery-image] Dec 20 23:30:52.964 INFO O| Dec 20 23:30:52.964 INFO STEP 1163 (remove_files) COMPLETE |
7886 | 2024-12-20T23:30:53.221Z | [ recovery-image] Dec 20 23:30:52.964 INFO O| Dec 20 23:30:52.964 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7887 | 2024-12-20T23:30:53.243Z | [ recovery-image] Dec 20 23:30:52.986 INFO O| Dec 20 23:30:52.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7888 | 2024-12-20T23:30:53.247Z | [ recovery-image] Dec 20 23:30:52.986 INFO O| Dec 20 23:30:52.986 INFO STEP 1164 (remove_files) COMPLETE |
7889 | 2024-12-20T23:30:53.247Z | [ recovery-image] Dec 20 23:30:52.987 INFO O| Dec 20 23:30:52.986 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7890 | 2024-12-20T23:30:53.271Z | [ recovery-image] Dec 20 23:30:53.014 INFO O| Dec 20 23:30:53.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7891 | 2024-12-20T23:30:53.271Z | [ recovery-image] Dec 20 23:30:53.014 INFO O| Dec 20 23:30:53.014 INFO STEP 1165 (remove_files) COMPLETE |
7892 | 2024-12-20T23:30:53.274Z | [ recovery-image] Dec 20 23:30:53.014 INFO O| Dec 20 23:30:53.014 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7893 | 2024-12-20T23:30:53.307Z | [ recovery-image] Dec 20 23:30:53.050 INFO O| Dec 20 23:30:53.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7894 | 2024-12-20T23:30:53.307Z | [ recovery-image] Dec 20 23:30:53.050 INFO O| Dec 20 23:30:53.050 INFO STEP 1166 (remove_files) COMPLETE |
7895 | 2024-12-20T23:30:53.307Z | [ recovery-image] Dec 20 23:30:53.050 INFO O| Dec 20 23:30:53.050 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7896 | 2024-12-20T23:30:53.345Z | [ recovery-image] Dec 20 23:30:53.088 INFO O| Dec 20 23:30:53.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7897 | 2024-12-20T23:30:53.345Z | [ recovery-image] Dec 20 23:30:53.088 INFO O| Dec 20 23:30:53.088 INFO STEP 1167 (remove_files) COMPLETE |
7898 | 2024-12-20T23:30:53.349Z | [ recovery-image] Dec 20 23:30:53.088 INFO O| Dec 20 23:30:53.088 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7899 | 2024-12-20T23:30:53.391Z | [ recovery-image] Dec 20 23:30:53.134 INFO O| Dec 20 23:30:53.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7900 | 2024-12-20T23:30:53.391Z | [ recovery-image] Dec 20 23:30:53.134 INFO O| Dec 20 23:30:53.134 INFO STEP 1168 (remove_files) COMPLETE |
7901 | 2024-12-20T23:30:53.391Z | [ recovery-image] Dec 20 23:30:53.134 INFO O| Dec 20 23:30:53.134 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7902 | 2024-12-20T23:30:53.416Z | [ recovery-image] Dec 20 23:30:53.159 INFO O| Dec 20 23:30:53.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7903 | 2024-12-20T23:30:53.416Z | [ recovery-image] Dec 20 23:30:53.159 INFO O| Dec 20 23:30:53.159 INFO STEP 1169 (remove_files) COMPLETE |
7904 | 2024-12-20T23:30:53.416Z | [ recovery-image] Dec 20 23:30:53.159 INFO O| Dec 20 23:30:53.159 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7905 | 2024-12-20T23:30:53.454Z | [ recovery-image] Dec 20 23:30:53.197 INFO O| Dec 20 23:30:53.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7906 | 2024-12-20T23:30:53.457Z | [ recovery-image] Dec 20 23:30:53.197 INFO O| Dec 20 23:30:53.197 INFO STEP 1170 (remove_files) COMPLETE |
7907 | 2024-12-20T23:30:53.458Z | [ recovery-image] Dec 20 23:30:53.198 INFO O| Dec 20 23:30:53.197 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7908 | 2024-12-20T23:30:53.487Z | [ recovery-image] Dec 20 23:30:53.220 INFO O| Dec 20 23:30:53.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7909 | 2024-12-20T23:30:53.488Z | [ recovery-image] Dec 20 23:30:53.220 INFO O| Dec 20 23:30:53.220 INFO STEP 1171 (remove_files) COMPLETE |
7910 | 2024-12-20T23:30:53.488Z | [ recovery-image] Dec 20 23:30:53.220 INFO O| Dec 20 23:30:53.220 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7911 | 2024-12-20T23:30:53.530Z | [ recovery-image] Dec 20 23:30:53.272 INFO O| Dec 20 23:30:53.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7912 | 2024-12-20T23:30:53.530Z | [ recovery-image] Dec 20 23:30:53.272 INFO O| Dec 20 23:30:53.272 INFO STEP 1172 (remove_files) COMPLETE |
7913 | 2024-12-20T23:30:53.533Z | [ recovery-image] Dec 20 23:30:53.272 INFO O| Dec 20 23:30:53.272 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7914 | 2024-12-20T23:30:53.580Z | [ recovery-image] Dec 20 23:30:53.323 INFO O| Dec 20 23:30:53.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7915 | 2024-12-20T23:30:53.583Z | [ recovery-image] Dec 20 23:30:53.323 INFO O| Dec 20 23:30:53.323 INFO STEP 1173 (remove_files) COMPLETE |
7916 | 2024-12-20T23:30:53.583Z | [ recovery-image] Dec 20 23:30:53.323 INFO O| Dec 20 23:30:53.323 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7917 | 2024-12-20T23:30:53.602Z | [ recovery-image] Dec 20 23:30:53.345 INFO O| Dec 20 23:30:53.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7918 | 2024-12-20T23:30:53.604Z | [ recovery-image] Dec 20 23:30:53.345 INFO O| Dec 20 23:30:53.345 INFO STEP 1174 (remove_files) COMPLETE |
7919 | 2024-12-20T23:30:53.604Z | [ recovery-image] Dec 20 23:30:53.345 INFO O| Dec 20 23:30:53.345 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7920 | 2024-12-20T23:30:53.625Z | [ recovery-image] Dec 20 23:30:53.367 INFO O| Dec 20 23:30:53.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7921 | 2024-12-20T23:30:53.625Z | [ recovery-image] Dec 20 23:30:53.367 INFO O| Dec 20 23:30:53.367 INFO STEP 1175 (remove_files) COMPLETE |
7922 | 2024-12-20T23:30:53.625Z | [ recovery-image] Dec 20 23:30:53.367 INFO O| Dec 20 23:30:53.367 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7923 | 2024-12-20T23:30:53.685Z | [ recovery-image] Dec 20 23:30:53.428 INFO O| Dec 20 23:30:53.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7924 | 2024-12-20T23:30:53.685Z | [ recovery-image] Dec 20 23:30:53.428 INFO O| Dec 20 23:30:53.428 INFO STEP 1176 (remove_files) COMPLETE |
7925 | 2024-12-20T23:30:53.685Z | [ recovery-image] Dec 20 23:30:53.428 INFO O| Dec 20 23:30:53.428 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7926 | 2024-12-20T23:30:53.719Z | [ recovery-image] Dec 20 23:30:53.462 INFO O| Dec 20 23:30:53.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7927 | 2024-12-20T23:30:53.719Z | [ recovery-image] Dec 20 23:30:53.462 INFO O| Dec 20 23:30:53.462 INFO STEP 1177 (remove_files) COMPLETE |
7928 | 2024-12-20T23:30:53.719Z | [ recovery-image] Dec 20 23:30:53.462 INFO O| Dec 20 23:30:53.462 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7929 | 2024-12-20T23:30:53.753Z | [ recovery-image] Dec 20 23:30:53.496 INFO O| Dec 20 23:30:53.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7930 | 2024-12-20T23:30:53.753Z | [ recovery-image] Dec 20 23:30:53.496 INFO O| Dec 20 23:30:53.496 INFO STEP 1178 (remove_files) COMPLETE |
7931 | 2024-12-20T23:30:53.753Z | [ recovery-image] Dec 20 23:30:53.496 INFO O| Dec 20 23:30:53.496 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7932 | 2024-12-20T23:30:53.811Z | [ recovery-image] Dec 20 23:30:53.553 INFO O| Dec 20 23:30:53.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7933 | 2024-12-20T23:30:53.811Z | [ recovery-image] Dec 20 23:30:53.554 INFO O| Dec 20 23:30:53.554 INFO STEP 1179 (remove_files) COMPLETE |
7934 | 2024-12-20T23:30:53.811Z | [ recovery-image] Dec 20 23:30:53.554 INFO O| Dec 20 23:30:53.554 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7935 | 2024-12-20T23:30:53.832Z | [ recovery-image] Dec 20 23:30:53.574 INFO O| Dec 20 23:30:53.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7936 | 2024-12-20T23:30:53.832Z | [ recovery-image] Dec 20 23:30:53.574 INFO O| Dec 20 23:30:53.574 INFO STEP 1180 (remove_files) COMPLETE |
7937 | 2024-12-20T23:30:53.832Z | [ recovery-image] Dec 20 23:30:53.574 INFO O| Dec 20 23:30:53.574 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7938 | 2024-12-20T23:30:53.852Z | [ recovery-image] Dec 20 23:30:53.594 INFO O| Dec 20 23:30:53.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7939 | 2024-12-20T23:30:53.852Z | [ recovery-image] Dec 20 23:30:53.594 INFO O| Dec 20 23:30:53.594 INFO STEP 1181 (remove_files) COMPLETE |
7940 | 2024-12-20T23:30:53.852Z | [ recovery-image] Dec 20 23:30:53.594 INFO O| Dec 20 23:30:53.594 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7941 | 2024-12-20T23:30:53.872Z | [ recovery-image] Dec 20 23:30:53.615 INFO O| Dec 20 23:30:53.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7942 | 2024-12-20T23:30:53.872Z | [ recovery-image] Dec 20 23:30:53.615 INFO O| Dec 20 23:30:53.615 INFO STEP 1182 (remove_files) COMPLETE |
7943 | 2024-12-20T23:30:53.872Z | [ recovery-image] Dec 20 23:30:53.615 INFO O| Dec 20 23:30:53.615 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7944 | 2024-12-20T23:30:53.892Z | [ recovery-image] Dec 20 23:30:53.636 INFO O| Dec 20 23:30:53.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7945 | 2024-12-20T23:30:53.892Z | [ recovery-image] Dec 20 23:30:53.636 INFO O| Dec 20 23:30:53.636 INFO STEP 1183 (remove_files) COMPLETE |
7946 | 2024-12-20T23:30:53.893Z | [ recovery-image] Dec 20 23:30:53.636 INFO O| Dec 20 23:30:53.636 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2024-12-20T23:30:53.914Z | [ recovery-image] Dec 20 23:30:53.657 INFO O| Dec 20 23:30:53.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7948 | 2024-12-20T23:30:53.914Z | [ recovery-image] Dec 20 23:30:53.658 INFO O| Dec 20 23:30:53.658 INFO STEP 1184 (remove_files) COMPLETE |
7949 | 2024-12-20T23:30:53.917Z | [ recovery-image] Dec 20 23:30:53.658 INFO O| Dec 20 23:30:53.658 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2024-12-20T23:30:53.948Z | [ recovery-image] Dec 20 23:30:53.691 INFO O| Dec 20 23:30:53.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7951 | 2024-12-20T23:30:53.948Z | [ recovery-image] Dec 20 23:30:53.691 INFO O| Dec 20 23:30:53.691 INFO STEP 1185 (remove_files) COMPLETE |
7952 | 2024-12-20T23:30:53.951Z | [ recovery-image] Dec 20 23:30:53.691 INFO O| Dec 20 23:30:53.691 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2024-12-20T23:30:53.983Z | [ recovery-image] Dec 20 23:30:53.726 INFO O| Dec 20 23:30:53.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7954 | 2024-12-20T23:30:53.983Z | [ recovery-image] Dec 20 23:30:53.726 INFO O| Dec 20 23:30:53.726 INFO STEP 1186 (remove_files) COMPLETE |
7955 | 2024-12-20T23:30:53.983Z | [ recovery-image] Dec 20 23:30:53.726 INFO O| Dec 20 23:30:53.726 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2024-12-20T23:30:54.016Z | [ recovery-image] Dec 20 23:30:53.759 INFO O| Dec 20 23:30:53.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7957 | 2024-12-20T23:30:54.020Z | [ recovery-image] Dec 20 23:30:53.760 INFO O| Dec 20 23:30:53.760 INFO STEP 1187 (remove_files) COMPLETE |
7958 | 2024-12-20T23:30:54.020Z | [ recovery-image] Dec 20 23:30:53.760 INFO O| Dec 20 23:30:53.760 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7959 | 2024-12-20T23:30:54.039Z | [ recovery-image] Dec 20 23:30:53.782 INFO O| Dec 20 23:30:53.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7960 | 2024-12-20T23:30:54.042Z | [ recovery-image] Dec 20 23:30:53.783 INFO O| Dec 20 23:30:53.782 INFO STEP 1188 (remove_files) COMPLETE |
7961 | 2024-12-20T23:30:54.042Z | [ recovery-image] Dec 20 23:30:53.783 INFO O| Dec 20 23:30:53.783 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2024-12-20T23:30:54.078Z | [ recovery-image] Dec 20 23:30:53.821 INFO O| Dec 20 23:30:53.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7963 | 2024-12-20T23:30:54.078Z | [ recovery-image] Dec 20 23:30:53.821 INFO O| Dec 20 23:30:53.821 INFO STEP 1189 (remove_files) COMPLETE |
7964 | 2024-12-20T23:30:54.078Z | [ recovery-image] Dec 20 23:30:53.821 INFO O| Dec 20 23:30:53.821 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2024-12-20T23:30:54.098Z | [ recovery-image] Dec 20 23:30:53.841 INFO O| Dec 20 23:30:53.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7966 | 2024-12-20T23:30:54.098Z | [ recovery-image] Dec 20 23:30:53.841 INFO O| Dec 20 23:30:53.841 INFO STEP 1190 (remove_files) COMPLETE |
7967 | 2024-12-20T23:30:54.100Z | [ recovery-image] Dec 20 23:30:53.841 INFO O| Dec 20 23:30:53.841 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2024-12-20T23:30:54.119Z | [ recovery-image] Dec 20 23:30:53.861 INFO O| Dec 20 23:30:53.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7969 | 2024-12-20T23:30:54.119Z | [ recovery-image] Dec 20 23:30:53.861 INFO O| Dec 20 23:30:53.861 INFO STEP 1191 (remove_files) COMPLETE |
7970 | 2024-12-20T23:30:54.119Z | [ recovery-image] Dec 20 23:30:53.861 INFO O| Dec 20 23:30:53.861 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7971 | 2024-12-20T23:30:54.140Z | [ recovery-image] Dec 20 23:30:53.883 INFO O| Dec 20 23:30:53.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7972 | 2024-12-20T23:30:54.140Z | [ recovery-image] Dec 20 23:30:53.883 INFO O| Dec 20 23:30:53.883 INFO STEP 1192 (remove_files) COMPLETE |
7973 | 2024-12-20T23:30:54.140Z | [ recovery-image] Dec 20 23:30:53.883 INFO O| Dec 20 23:30:53.883 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7974 | 2024-12-20T23:30:54.162Z | [ recovery-image] Dec 20 23:30:53.904 INFO O| Dec 20 23:30:53.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7975 | 2024-12-20T23:30:54.162Z | [ recovery-image] Dec 20 23:30:53.905 INFO O| Dec 20 23:30:53.905 INFO STEP 1193 (remove_files) COMPLETE |
7976 | 2024-12-20T23:30:54.162Z | [ recovery-image] Dec 20 23:30:53.905 INFO O| Dec 20 23:30:53.905 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7977 | 2024-12-20T23:30:54.196Z | [ recovery-image] Dec 20 23:30:53.938 INFO O| Dec 20 23:30:53.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7978 | 2024-12-20T23:30:54.196Z | [ recovery-image] Dec 20 23:30:53.938 INFO O| Dec 20 23:30:53.938 INFO STEP 1194 (remove_files) COMPLETE |
7979 | 2024-12-20T23:30:54.196Z | [ recovery-image] Dec 20 23:30:53.938 INFO O| Dec 20 23:30:53.938 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7980 | 2024-12-20T23:30:54.258Z | [ recovery-image] Dec 20 23:30:54.001 INFO O| Dec 20 23:30:54.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7981 | 2024-12-20T23:30:54.261Z | [ recovery-image] Dec 20 23:30:54.001 INFO O| Dec 20 23:30:54.001 INFO STEP 1195 (remove_files) COMPLETE |
7982 | 2024-12-20T23:30:54.261Z | [ recovery-image] Dec 20 23:30:54.002 INFO O| Dec 20 23:30:54.001 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7983 | 2024-12-20T23:30:54.279Z | [ recovery-image] Dec 20 23:30:54.022 INFO O| Dec 20 23:30:54.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7984 | 2024-12-20T23:30:54.282Z | [ recovery-image] Dec 20 23:30:54.023 INFO O| Dec 20 23:30:54.023 INFO STEP 1196 (remove_files) COMPLETE |
7985 | 2024-12-20T23:30:54.282Z | [ recovery-image] Dec 20 23:30:54.023 INFO O| Dec 20 23:30:54.023 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7986 | 2024-12-20T23:30:54.327Z | [ recovery-image] Dec 20 23:30:54.070 INFO O| Dec 20 23:30:54.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7987 | 2024-12-20T23:30:54.329Z | [ recovery-image] Dec 20 23:30:54.070 INFO O| Dec 20 23:30:54.070 INFO STEP 1197 (remove_files) COMPLETE |
7988 | 2024-12-20T23:30:54.330Z | [ recovery-image] Dec 20 23:30:54.070 INFO O| Dec 20 23:30:54.070 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7989 | 2024-12-20T23:30:54.348Z | [ recovery-image] Dec 20 23:30:54.091 INFO O| Dec 20 23:30:54.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7990 | 2024-12-20T23:30:54.351Z | [ recovery-image] Dec 20 23:30:54.092 INFO O| Dec 20 23:30:54.092 INFO STEP 1198 (remove_files) COMPLETE |
7991 | 2024-12-20T23:30:54.351Z | [ recovery-image] Dec 20 23:30:54.092 INFO O| Dec 20 23:30:54.092 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7992 | 2024-12-20T23:30:54.373Z | [ recovery-image] Dec 20 23:30:54.113 INFO O| Dec 20 23:30:54.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7993 | 2024-12-20T23:30:54.373Z | [ recovery-image] Dec 20 23:30:54.113 INFO O| Dec 20 23:30:54.113 INFO STEP 1199 (remove_files) COMPLETE |
7994 | 2024-12-20T23:30:54.373Z | [ recovery-image] Dec 20 23:30:54.113 INFO O| Dec 20 23:30:54.113 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7995 | 2024-12-20T23:30:54.391Z | [ recovery-image] Dec 20 23:30:54.133 INFO O| Dec 20 23:30:54.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7996 | 2024-12-20T23:30:54.391Z | [ recovery-image] Dec 20 23:30:54.134 INFO O| Dec 20 23:30:54.134 INFO STEP 1200 (remove_files) COMPLETE |
7997 | 2024-12-20T23:30:54.391Z | [ recovery-image] Dec 20 23:30:54.134 INFO O| Dec 20 23:30:54.134 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7998 | 2024-12-20T23:30:54.428Z | [ recovery-image] Dec 20 23:30:54.171 INFO O| Dec 20 23:30:54.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7999 | 2024-12-20T23:30:54.428Z | [ recovery-image] Dec 20 23:30:54.171 INFO O| Dec 20 23:30:54.171 INFO STEP 1201 (remove_files) COMPLETE |
8000 | 2024-12-20T23:30:54.428Z | [ recovery-image] Dec 20 23:30:54.171 INFO O| Dec 20 23:30:54.171 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8001 | 2024-12-20T23:30:54.479Z | [ recovery-image] Dec 20 23:30:54.222 INFO O| Dec 20 23:30:54.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8002 | 2024-12-20T23:30:54.479Z | [ recovery-image] Dec 20 23:30:54.222 INFO O| Dec 20 23:30:54.222 INFO STEP 1202 (remove_files) COMPLETE |
8003 | 2024-12-20T23:30:54.479Z | [ recovery-image] Dec 20 23:30:54.222 INFO O| Dec 20 23:30:54.222 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8004 | 2024-12-20T23:30:54.500Z | [ recovery-image] Dec 20 23:30:54.244 INFO O| Dec 20 23:30:54.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8005 | 2024-12-20T23:30:54.500Z | [ recovery-image] Dec 20 23:30:54.244 INFO O| Dec 20 23:30:54.244 INFO STEP 1203 (remove_files) COMPLETE |
8006 | 2024-12-20T23:30:54.500Z | [ recovery-image] Dec 20 23:30:54.244 INFO O| Dec 20 23:30:54.244 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8007 | 2024-12-20T23:30:54.522Z | [ recovery-image] Dec 20 23:30:54.265 INFO O| Dec 20 23:30:54.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8008 | 2024-12-20T23:30:54.522Z | [ recovery-image] Dec 20 23:30:54.265 INFO O| Dec 20 23:30:54.265 INFO STEP 1204 (remove_files) COMPLETE |
8009 | 2024-12-20T23:30:54.525Z | [ recovery-image] Dec 20 23:30:54.265 INFO O| Dec 20 23:30:54.265 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8010 | 2024-12-20T23:30:54.544Z | [ recovery-image] Dec 20 23:30:54.287 INFO O| Dec 20 23:30:54.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8011 | 2024-12-20T23:30:54.544Z | [ recovery-image] Dec 20 23:30:54.287 INFO O| Dec 20 23:30:54.287 INFO STEP 1205 (remove_files) COMPLETE |
8012 | 2024-12-20T23:30:54.547Z | [ recovery-image] Dec 20 23:30:54.287 INFO O| Dec 20 23:30:54.287 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8013 | 2024-12-20T23:30:54.596Z | [ recovery-image] Dec 20 23:30:54.339 INFO O| Dec 20 23:30:54.339 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8014 | 2024-12-20T23:30:54.596Z | [ recovery-image] Dec 20 23:30:54.339 INFO O| Dec 20 23:30:54.339 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8015 | 2024-12-20T23:30:56.539Z | [ recovery-image] Dec 20 23:30:56.283 INFO O| Dec 20 23:30:56.283 INFO STEP 1206 (pack_tar) COMPLETE |
8016 | 2024-12-20T23:30:56.540Z | [ recovery-image] Dec 20 23:30:56.283 INFO O| Dec 20 23:30:56.283 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8017 | 2024-12-20T23:30:56.543Z | [ recovery-image] Dec 20 23:30:56.283 INFO O| Dec 20 23:30:56.283 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8018 | 2024-12-20T23:30:56.713Z | [ recovery-image] Dec 20 23:30:56.456 INFO O| Dec 20 23:30:56.456 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8019 | 2024-12-20T23:30:56.825Z | [ recovery-image] Dec 20 23:30:56.569 INFO O| Dec 20 23:30:56.569 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8020 | 2024-12-20T23:30:56.836Z | [ recovery-image] Dec 20 23:30:56.579 INFO image builder template: zfs-recovery... |
8021 | 2024-12-20T23:30:56.836Z | [ recovery-image] Dec 20 23:30:56.580 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/.tmpuUXtU8/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 |
8022 | 2024-12-20T23:30:56.909Z | [ recovery-image] Dec 20 23:30:56.652 INFO O| Dec 20 23:30:56.652 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8023 | 2024-12-20T23:30:56.976Z | [ recovery-image] Dec 20 23:30:56.719 INFO O| Dec 20 23:30:56.719 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8024 | 2024-12-20T23:30:57.107Z | [ recovery-image] Dec 20 23:30:56.851 INFO O| Dec 20 23:30:56.851 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8025 | 2024-12-20T23:30:57.255Z | [ recovery-image] Dec 20 23:30:56.999 INFO O| Dec 20 23:30:56.999 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8026 | 2024-12-20T23:30:57.260Z | [ recovery-image] Dec 20 23:30:57.000 INFO O| Dec 20 23:30:57.000 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8027 | 2024-12-20T23:30:57.278Z | [ recovery-image] Dec 20 23:30:57.022 INFO O| Dec 20 23:30:57.022 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8028 | 2024-12-20T23:30:57.414Z | [ recovery-image] Dec 20 23:30:57.158 INFO O| Dec 20 23:30:57.158 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8029 | 2024-12-20T23:30:57.484Z | [ recovery-image] Dec 20 23:30:57.228 INFO O| Dec 20 23:30:57.228 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8030 | 2024-12-20T23:30:57.504Z | [ recovery-image] Dec 20 23:30:57.248 INFO O| Dec 20 23:30:57.248 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8031 | 2024-12-20T23:30:57.513Z | [ recovery-image] Dec 20 23:30:57.257 INFO O| Dec 20 23:30:57.257 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8032 | 2024-12-20T23:30:57.520Z | [ recovery-image] Dec 20 23:30:57.264 INFO O| Dec 20 23:30:57.264 INFO no lofi found |
8033 | 2024-12-20T23:30:57.520Z | [ recovery-image] Dec 20 23:30:57.264 INFO O| Dec 20 23:30:57.264 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8034 | 2024-12-20T23:30:57.522Z | [ recovery-image] Dec 20 23:30:57.264 INFO O| Dec 20 23:30:57.264 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8035 | 2024-12-20T23:31:00.266Z | [ recovery-image] Dec 20 23:31:00.011 INFO O| Dec 20 23:31:00.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8036 | 2024-12-20T23:31:00.269Z | [ recovery-image] Dec 20 23:31:00.011 INFO O| Dec 20 23:31:00.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8037 | 2024-12-20T23:31:00.269Z | [ recovery-image] Dec 20 23:31:00.011 INFO O| Dec 20 23:31:00.011 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"] |
8038 | 2024-12-20T23:31:00.460Z | [ recovery-image] Dec 20 23:31:00.205 INFO O| Dec 20 23:31:00.205 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8039 | 2024-12-20T23:31:00.460Z | [ recovery-image] Dec 20 23:31:00.205 INFO O| Dec 20 23:31:00.205 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8040 | 2024-12-20T23:31:00.496Z | [ recovery-image] Dec 20 23:31:00.241 INFO O| Dec 20 23:31:00.241 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8041 | 2024-12-20T23:31:00.773Z | [ recovery-image] Dec 20 23:31:00.518 INFO O| Dec 20 23:31:00.518 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8042 | 2024-12-20T23:31:00.899Z | [ recovery-image] Dec 20 23:31:00.644 INFO O| Dec 20 23:31:00.644 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8043 | 2024-12-20T23:31:00.927Z | [ recovery-image] Dec 20 23:31:00.672 INFO O| Dec 20 23:31:00.672 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8044 | 2024-12-20T23:31:00.949Z | [ recovery-image] Dec 20 23:31:00.694 INFO O| Dec 20 23:31:00.694 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8045 | 2024-12-20T23:31:01.030Z | [ recovery-image] Dec 20 23:31:00.775 INFO O| Dec 20 23:31:00.775 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8046 | 2024-12-20T23:31:01.033Z | [ recovery-image] Dec 20 23:31:00.775 INFO O| Dec 20 23:31:00.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8047 | 2024-12-20T23:31:01.033Z | [ recovery-image] Dec 20 23:31:00.775 INFO O| Dec 20 23:31:00.775 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8048 | 2024-12-20T23:31:01.077Z | [ recovery-image] Dec 20 23:31:00.822 INFO O| Dec 20 23:31:00.822 INFO boot environment UUID: 1b7c5875-bf58-475a-a48f-2a1b15341313 |
8049 | 2024-12-20T23:31:01.077Z | [ recovery-image] Dec 20 23:31:00.822 INFO O| Dec 20 23:31:00.822 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1b7c5875-bf58-475a-a48f-2a1b15341313 |
8050 | 2024-12-20T23:31:01.118Z | [ recovery-image] Dec 20 23:31:00.863 INFO O| Dec 20 23:31:00.863 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8051 | 2024-12-20T23:31:01.195Z | [ recovery-image] Dec 20 23:31:00.939 INFO O| Dec 20 23:31:00.939 INFO STEP 0 (create_be) COMPLETE |
8052 | 2024-12-20T23:31:01.195Z | [ recovery-image] Dec 20 23:31:00.939 INFO O| Dec 20 23:31:00.939 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8053 | 2024-12-20T23:31:01.310Z | [ recovery-image] Dec 20 23:31:01.056 INFO O| Dec 20 23:31:01.056 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"] |
8054 | 2024-12-20T23:31:08.359Z | [ recovery-image] Dec 20 23:31:08.106 INFO O| Dec 20 23:31:08.106 INFO STEP 1 (unpack_tar) COMPLETE |
8055 | 2024-12-20T23:31:08.359Z | [ recovery-image] Dec 20 23:31:08.106 INFO O| Dec 20 23:31:08.106 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8056 | 2024-12-20T23:31:08.379Z | [ recovery-image] Dec 20 23:31:08.126 INFO O| Dec 20 23:31:08.126 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8057 | 2024-12-20T23:31:08.808Z | [ recovery-image] Dec 20 23:31:08.555 INFO O| Dec 20 23:31:08.555 INFO STEP 2 (devfsadm) COMPLETE |
8058 | 2024-12-20T23:31:08.808Z | [ recovery-image] Dec 20 23:31:08.555 INFO O| Dec 20 23:31:08.555 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8059 | 2024-12-20T23:31:08.828Z | [ recovery-image] Dec 20 23:31:08.576 INFO O| Dec 20 23:31:08.576 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8060 | 2024-12-20T23:31:08.828Z | [ recovery-image] Dec 20 23:31:08.576 INFO O| Dec 20 23:31:08.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8061 | 2024-12-20T23:31:08.828Z | [ recovery-image] Dec 20 23:31:08.576 INFO O| Dec 20 23:31:08.576 INFO STEP 3 (ensure_dir) COMPLETE |
8062 | 2024-12-20T23:31:08.831Z | [ recovery-image] Dec 20 23:31:08.576 INFO O| Dec 20 23:31:08.576 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8063 | 2024-12-20T23:31:08.863Z | [ recovery-image] Dec 20 23:31:08.609 INFO O| Dec 20 23:31:08.609 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8064 | 2024-12-20T23:31:08.863Z | [ recovery-image] Dec 20 23:31:08.610 INFO O| Dec 20 23:31:08.609 INFO STEP 4 (ensure_dir) COMPLETE |
8065 | 2024-12-20T23:31:08.865Z | [ recovery-image] Dec 20 23:31:08.610 INFO O| Dec 20 23:31:08.609 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8066 | 2024-12-20T23:31:08.925Z | [ recovery-image] Dec 20 23:31:08.672 INFO O| Dec 20 23:31:08.672 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8067 | 2024-12-20T23:31:08.925Z | [ recovery-image] Dec 20 23:31:08.672 INFO O| Dec 20 23:31:08.672 INFO STEP 5 (ensure_dir) COMPLETE |
8068 | 2024-12-20T23:31:08.927Z | [ recovery-image] Dec 20 23:31:08.672 INFO O| Dec 20 23:31:08.672 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8069 | 2024-12-20T23:31:08.968Z | [ recovery-image] Dec 20 23:31:08.715 INFO O| Dec 20 23:31:08.715 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8070 | 2024-12-20T23:31:08.970Z | [ recovery-image] Dec 20 23:31:08.715 INFO O| Dec 20 23:31:08.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8071 | 2024-12-20T23:31:08.970Z | [ recovery-image] Dec 20 23:31:08.715 INFO O| Dec 20 23:31:08.715 INFO STEP 6 (ensure_dir) COMPLETE |
8072 | 2024-12-20T23:31:08.970Z | [ recovery-image] Dec 20 23:31:08.716 INFO O| Dec 20 23:31:08.715 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8073 | 2024-12-20T23:31:09.071Z | [ recovery-image] Dec 20 23:31:08.819 INFO O| Dec 20 23:31:08.819 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8074 | 2024-12-20T23:31:09.071Z | [ recovery-image] Dec 20 23:31:08.819 INFO O| Dec 20 23:31:08.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8075 | 2024-12-20T23:31:09.071Z | [ recovery-image] Dec 20 23:31:08.819 INFO O| Dec 20 23:31:08.819 INFO STEP 7 (ensure_dir) COMPLETE |
8076 | 2024-12-20T23:31:09.075Z | [ recovery-image] Dec 20 23:31:08.819 INFO O| Dec 20 23:31:08.819 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8077 | 2024-12-20T23:31:09.107Z | [ recovery-image] Dec 20 23:31:08.854 INFO O| Dec 20 23:31:08.854 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8078 | 2024-12-20T23:31:09.110Z | [ recovery-image] Dec 20 23:31:08.855 INFO O| Dec 20 23:31:08.855 INFO STEP 8 (remove_files) COMPLETE |
8079 | 2024-12-20T23:31:09.111Z | [ recovery-image] Dec 20 23:31:08.855 INFO O| Dec 20 23:31:08.855 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8080 | 2024-12-20T23:31:09.130Z | [ recovery-image] Dec 20 23:31:08.877 INFO O| Dec 20 23:31:08.877 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8081 | 2024-12-20T23:31:09.133Z | [ recovery-image] Dec 20 23:31:08.879 INFO O| Dec 20 23:31:08.879 INFO STEP 9 (remove_files) COMPLETE |
8082 | 2024-12-20T23:31:09.133Z | [ recovery-image] Dec 20 23:31:08.879 INFO O| Dec 20 23:31:08.879 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8083 | 2024-12-20T23:31:09.153Z | [ recovery-image] Dec 20 23:31:08.901 INFO O| Dec 20 23:31:08.901 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8084 | 2024-12-20T23:31:09.156Z | [ recovery-image] Dec 20 23:31:08.902 INFO O| Dec 20 23:31:08.902 INFO STEP 10 (remove_files) COMPLETE |
8085 | 2024-12-20T23:31:09.156Z | [ recovery-image] Dec 20 23:31:08.902 INFO O| Dec 20 23:31:08.902 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8086 | 2024-12-20T23:31:09.192Z | [ recovery-image] Dec 20 23:31:08.939 INFO O| Dec 20 23:31:08.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8087 | 2024-12-20T23:31:09.194Z | [ recovery-image] Dec 20 23:31:08.939 INFO O| Dec 20 23:31:08.939 INFO STEP 11 (remove_files) COMPLETE |
8088 | 2024-12-20T23:31:09.194Z | [ recovery-image] Dec 20 23:31:08.939 INFO O| Dec 20 23:31:08.939 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8089 | 2024-12-20T23:31:09.211Z | [ recovery-image] Dec 20 23:31:08.959 INFO O| Dec 20 23:31:08.959 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8090 | 2024-12-20T23:31:09.211Z | [ recovery-image] Dec 20 23:31:08.959 INFO O| Dec 20 23:31:08.959 INFO STEP 12 (remove_files) COMPLETE |
8091 | 2024-12-20T23:31:09.211Z | [ recovery-image] Dec 20 23:31:08.959 INFO O| Dec 20 23:31:08.959 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8092 | 2024-12-20T23:31:09.244Z | [ recovery-image] Dec 20 23:31:08.992 INFO O| Dec 20 23:31:08.991 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8093 | 2024-12-20T23:31:09.244Z | [ recovery-image] Dec 20 23:31:08.992 INFO O| Dec 20 23:31:08.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8094 | 2024-12-20T23:31:09.244Z | [ recovery-image] Dec 20 23:31:08.992 INFO O| Dec 20 23:31:08.992 INFO STEP 13 (ensure_dir) COMPLETE |
8095 | 2024-12-20T23:31:09.247Z | [ recovery-image] Dec 20 23:31:08.992 INFO O| Dec 20 23:31:08.992 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8096 | 2024-12-20T23:31:09.264Z | [ recovery-image] Dec 20 23:31:09.012 INFO O| Dec 20 23:31:09.012 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8097 | 2024-12-20T23:31:09.265Z | [ recovery-image] Dec 20 23:31:09.012 INFO O| Dec 20 23:31:09.012 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8098 | 2024-12-20T23:31:09.265Z | [ recovery-image] Dec 20 23:31:09.012 INFO O| Dec 20 23:31:09.012 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8099 | 2024-12-20T23:31:09.268Z | [ recovery-image] Dec 20 23:31:09.012 INFO O| Dec 20 23:31:09.012 INFO STEP 14 (ensure_dir) COMPLETE |
8100 | 2024-12-20T23:31:09.268Z | [ recovery-image] Dec 20 23:31:09.012 INFO O| Dec 20 23:31:09.012 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8101 | 2024-12-20T23:31:09.285Z | [ recovery-image] Dec 20 23:31:09.032 INFO O| Dec 20 23:31:09.032 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8102 | 2024-12-20T23:31:09.285Z | [ recovery-image] Dec 20 23:31:09.032 INFO O| Dec 20 23:31:09.032 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8103 | 2024-12-20T23:31:09.285Z | [ recovery-image] Dec 20 23:31:09.033 INFO O| Dec 20 23:31:09.032 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8104 | 2024-12-20T23:31:09.287Z | [ recovery-image] Dec 20 23:31:09.033 INFO O| Dec 20 23:31:09.033 INFO STEP 15 (ensure_dir) COMPLETE |
8105 | 2024-12-20T23:31:09.287Z | [ recovery-image] Dec 20 23:31:09.033 INFO O| Dec 20 23:31:09.033 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8106 | 2024-12-20T23:31:09.305Z | [ recovery-image] Dec 20 23:31:09.053 INFO O| Dec 20 23:31:09.053 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8107 | 2024-12-20T23:31:09.305Z | [ recovery-image] Dec 20 23:31:09.053 INFO O| Dec 20 23:31:09.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8108 | 2024-12-20T23:31:09.308Z | [ recovery-image] Dec 20 23:31:09.053 INFO O| Dec 20 23:31:09.053 INFO STEP 16 (ensure_dir) COMPLETE |
8109 | 2024-12-20T23:31:09.308Z | [ recovery-image] Dec 20 23:31:09.053 INFO O| Dec 20 23:31:09.053 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8110 | 2024-12-20T23:31:09.326Z | [ recovery-image] Dec 20 23:31:09.074 INFO O| Dec 20 23:31:09.074 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8111 | 2024-12-20T23:31:09.326Z | [ recovery-image] Dec 20 23:31:09.074 INFO O| Dec 20 23:31:09.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8112 | 2024-12-20T23:31:09.326Z | [ recovery-image] Dec 20 23:31:09.074 INFO O| Dec 20 23:31:09.074 INFO STEP 17 (ensure_dir) COMPLETE |
8113 | 2024-12-20T23:31:09.326Z | [ recovery-image] Dec 20 23:31:09.074 INFO O| Dec 20 23:31:09.074 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8114 | 2024-12-20T23:31:09.347Z | [ recovery-image] Dec 20 23:31:09.095 INFO O| Dec 20 23:31:09.095 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8115 | 2024-12-20T23:31:09.347Z | [ recovery-image] Dec 20 23:31:09.095 INFO O| Dec 20 23:31:09.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8116 | 2024-12-20T23:31:09.350Z | [ recovery-image] Dec 20 23:31:09.095 INFO O| Dec 20 23:31:09.095 INFO ok! |
8117 | 2024-12-20T23:31:09.350Z | [ recovery-image] Dec 20 23:31:09.095 INFO O| Dec 20 23:31:09.095 INFO STEP 18 (ensure_symlink) COMPLETE |
8118 | 2024-12-20T23:31:09.350Z | [ recovery-image] Dec 20 23:31:09.095 INFO O| Dec 20 23:31:09.095 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8119 | 2024-12-20T23:31:09.369Z | [ recovery-image] Dec 20 23:31:09.116 INFO O| Dec 20 23:31:09.116 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8120 | 2024-12-20T23:31:09.372Z | [ recovery-image] Dec 20 23:31:09.120 INFO O| Dec 20 23:31:09.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8121 | 2024-12-20T23:31:09.372Z | [ recovery-image] Dec 20 23:31:09.120 INFO O| Dec 20 23:31:09.116 INFO ok! |
8122 | 2024-12-20T23:31:09.374Z | [ recovery-image] Dec 20 23:31:09.120 INFO O| Dec 20 23:31:09.116 INFO STEP 19 (ensure_file) COMPLETE |
8123 | 2024-12-20T23:31:09.374Z | [ recovery-image] Dec 20 23:31:09.120 INFO O| Dec 20 23:31:09.116 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8124 | 2024-12-20T23:31:09.390Z | [ recovery-image] Dec 20 23:31:09.138 INFO O| Dec 20 23:31:09.138 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8125 | 2024-12-20T23:31:09.390Z | [ recovery-image] Dec 20 23:31:09.138 INFO O| Dec 20 23:31:09.138 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8126 | 2024-12-20T23:31:09.393Z | [ recovery-image] Dec 20 23:31:09.138 INFO O| Dec 20 23:31:09.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8127 | 2024-12-20T23:31:09.393Z | [ recovery-image] Dec 20 23:31:09.138 INFO O| Dec 20 23:31:09.138 INFO ok! |
8128 | 2024-12-20T23:31:09.393Z | [ recovery-image] Dec 20 23:31:09.138 INFO O| Dec 20 23:31:09.138 INFO STEP 20 (ensure_symlink) COMPLETE |
8129 | 2024-12-20T23:31:09.393Z | [ recovery-image] Dec 20 23:31:09.138 INFO O| Dec 20 23:31:09.138 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8130 | 2024-12-20T23:31:09.442Z | [ recovery-image] Dec 20 23:31:09.189 INFO O| Dec 20 23:31:09.189 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8131 | 2024-12-20T23:31:09.442Z | [ recovery-image] Dec 20 23:31:09.189 INFO O| Dec 20 23:31:09.189 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8132 | 2024-12-20T23:31:09.442Z | [ recovery-image] Dec 20 23:31:09.190 INFO O| Dec 20 23:31:09.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8133 | 2024-12-20T23:31:09.442Z | [ recovery-image] Dec 20 23:31:09.190 INFO O| Dec 20 23:31:09.190 INFO ok! |
8134 | 2024-12-20T23:31:09.442Z | [ recovery-image] Dec 20 23:31:09.190 INFO O| Dec 20 23:31:09.190 INFO STEP 21 (ensure_symlink) COMPLETE |
8135 | 2024-12-20T23:31:09.445Z | [ recovery-image] Dec 20 23:31:09.190 INFO O| Dec 20 23:31:09.190 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8136 | 2024-12-20T23:31:09.475Z | [ recovery-image] Dec 20 23:31:09.223 INFO O| Dec 20 23:31:09.223 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8137 | 2024-12-20T23:31:09.475Z | [ recovery-image] Dec 20 23:31:09.223 INFO O| Dec 20 23:31:09.223 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8138 | 2024-12-20T23:31:09.478Z | [ recovery-image] Dec 20 23:31:09.223 INFO O| Dec 20 23:31:09.223 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8139 | 2024-12-20T23:31:09.478Z | [ recovery-image] Dec 20 23:31:09.223 INFO O| Dec 20 23:31:09.223 INFO ok! |
8140 | 2024-12-20T23:31:09.478Z | [ recovery-image] Dec 20 23:31:09.223 INFO O| Dec 20 23:31:09.223 INFO STEP 22 (ensure_symlink) COMPLETE |
8141 | 2024-12-20T23:31:09.478Z | [ recovery-image] Dec 20 23:31:09.223 INFO O| Dec 20 23:31:09.223 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8142 | 2024-12-20T23:31:09.548Z | [ recovery-image] Dec 20 23:31:09.296 INFO O| Dec 20 23:31:09.296 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8143 | 2024-12-20T23:31:09.548Z | [ recovery-image] Dec 20 23:31:09.296 INFO O| Dec 20 23:31:09.296 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8144 | 2024-12-20T23:31:09.551Z | [ recovery-image] Dec 20 23:31:09.296 INFO O| Dec 20 23:31:09.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8145 | 2024-12-20T23:31:09.551Z | [ recovery-image] Dec 20 23:31:09.296 INFO O| Dec 20 23:31:09.296 INFO ok! |
8146 | 2024-12-20T23:31:09.551Z | [ recovery-image] Dec 20 23:31:09.296 INFO O| Dec 20 23:31:09.296 INFO STEP 23 (ensure_symlink) COMPLETE |
8147 | 2024-12-20T23:31:09.551Z | [ recovery-image] Dec 20 23:31:09.296 INFO O| Dec 20 23:31:09.296 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8148 | 2024-12-20T23:31:09.597Z | [ recovery-image] Dec 20 23:31:09.344 INFO O| Dec 20 23:31:09.344 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8149 | 2024-12-20T23:31:09.601Z | [ recovery-image] Dec 20 23:31:09.345 INFO O| Dec 20 23:31:09.345 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 ... |
8150 | 2024-12-20T23:31:09.601Z | [ recovery-image] Dec 20 23:31:09.345 INFO O| Dec 20 23:31:09.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8151 | 2024-12-20T23:31:09.601Z | [ recovery-image] Dec 20 23:31:09.345 INFO O| Dec 20 23:31:09.345 INFO ok! |
8152 | 2024-12-20T23:31:09.601Z | [ recovery-image] Dec 20 23:31:09.345 INFO O| Dec 20 23:31:09.345 INFO STEP 24 (ensure_file) COMPLETE |
8153 | 2024-12-20T23:31:09.601Z | [ recovery-image] Dec 20 23:31:09.345 INFO O| Dec 20 23:31:09.345 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8154 | 2024-12-20T23:31:09.648Z | [ recovery-image] Dec 20 23:31:09.396 INFO O| Dec 20 23:31:09.396 INFO updating shadow file |
8155 | 2024-12-20T23:31:09.651Z | [ recovery-image] Dec 20 23:31:09.396 INFO O| Dec 20 23:31:09.396 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8156 | 2024-12-20T23:31:09.651Z | [ recovery-image] Dec 20 23:31:09.396 INFO O| Dec 20 23:31:09.396 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8157 | 2024-12-20T23:31:09.651Z | [ recovery-image] Dec 20 23:31:09.396 INFO O| Dec 20 23:31:09.396 INFO STEP 25 (shadow) COMPLETE |
8158 | 2024-12-20T23:31:09.651Z | [ recovery-image] Dec 20 23:31:09.396 INFO O| Dec 20 23:31:09.396 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8159 | 2024-12-20T23:31:09.690Z | [ recovery-image] Dec 20 23:31:09.438 INFO O| Dec 20 23:31:09.438 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8160 | 2024-12-20T23:31:09.690Z | [ recovery-image] Dec 20 23:31:09.438 INFO O| Dec 20 23:31:09.438 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8161 | 2024-12-20T23:31:09.693Z | [ recovery-image] Dec 20 23:31:09.438 INFO O| Dec 20 23:31:09.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8162 | 2024-12-20T23:31:09.693Z | [ recovery-image] Dec 20 23:31:09.438 INFO O| Dec 20 23:31:09.438 INFO ok! |
8163 | 2024-12-20T23:31:09.693Z | [ recovery-image] Dec 20 23:31:09.438 INFO O| Dec 20 23:31:09.438 INFO STEP 26 (ensure_file) COMPLETE |
8164 | 2024-12-20T23:31:09.693Z | [ recovery-image] Dec 20 23:31:09.438 INFO O| Dec 20 23:31:09.438 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8165 | 2024-12-20T23:31:09.711Z | [ recovery-image] Dec 20 23:31:09.459 INFO O| Dec 20 23:31:09.459 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8166 | 2024-12-20T23:31:09.711Z | [ recovery-image] Dec 20 23:31:09.459 INFO O| Dec 20 23:31:09.459 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8167 | 2024-12-20T23:31:09.714Z | [ recovery-image] Dec 20 23:31:09.459 INFO O| Dec 20 23:31:09.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8168 | 2024-12-20T23:31:09.714Z | [ recovery-image] Dec 20 23:31:09.459 INFO O| Dec 20 23:31:09.459 INFO ok! |
8169 | 2024-12-20T23:31:09.714Z | [ recovery-image] Dec 20 23:31:09.459 INFO O| Dec 20 23:31:09.459 INFO STEP 27 (ensure_file) COMPLETE |
8170 | 2024-12-20T23:31:09.714Z | [ recovery-image] Dec 20 23:31:09.459 INFO O| Dec 20 23:31:09.459 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8171 | 2024-12-20T23:31:09.732Z | [ recovery-image] Dec 20 23:31:09.480 INFO O| Dec 20 23:31:09.480 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8172 | 2024-12-20T23:31:09.733Z | [ recovery-image] Dec 20 23:31:09.480 INFO O| Dec 20 23:31:09.480 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8173 | 2024-12-20T23:31:09.733Z | [ recovery-image] Dec 20 23:31:09.480 INFO O| Dec 20 23:31:09.480 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8174 | 2024-12-20T23:31:09.735Z | [ recovery-image] Dec 20 23:31:09.481 INFO O| Dec 20 23:31:09.481 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8175 | 2024-12-20T23:31:09.735Z | [ recovery-image] Dec 20 23:31:09.481 INFO O| Dec 20 23:31:09.481 INFO ok! |
8176 | 2024-12-20T23:31:09.735Z | [ recovery-image] Dec 20 23:31:09.481 INFO O| Dec 20 23:31:09.481 INFO STEP 28 (ensure_file) COMPLETE |
8177 | 2024-12-20T23:31:09.735Z | [ recovery-image] Dec 20 23:31:09.481 INFO O| Dec 20 23:31:09.481 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8178 | 2024-12-20T23:31:09.754Z | [ recovery-image] Dec 20 23:31:09.502 INFO O| Dec 20 23:31:09.502 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8179 | 2024-12-20T23:31:09.756Z | [ recovery-image] Dec 20 23:31:09.502 INFO O| Dec 20 23:31:09.502 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8180 | 2024-12-20T23:31:09.759Z | [ recovery-image] Dec 20 23:31:09.502 INFO O| Dec 20 23:31:09.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8181 | 2024-12-20T23:31:09.759Z | [ recovery-image] Dec 20 23:31:09.502 INFO O| Dec 20 23:31:09.502 INFO ok! |
8182 | 2024-12-20T23:31:09.759Z | [ recovery-image] Dec 20 23:31:09.502 INFO O| Dec 20 23:31:09.502 INFO STEP 29 (ensure_file) COMPLETE |
8183 | 2024-12-20T23:31:09.759Z | [ recovery-image] Dec 20 23:31:09.503 INFO O| Dec 20 23:31:09.502 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8184 | 2024-12-20T23:31:09.778Z | [ recovery-image] Dec 20 23:31:09.526 INFO O| Dec 20 23:31:09.526 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8185 | 2024-12-20T23:31:09.778Z | [ recovery-image] Dec 20 23:31:09.526 INFO O| Dec 20 23:31:09.526 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8186 | 2024-12-20T23:31:09.778Z | [ recovery-image] Dec 20 23:31:09.526 INFO O| Dec 20 23:31:09.526 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8187 | 2024-12-20T23:31:09.781Z | [ recovery-image] Dec 20 23:31:09.526 INFO O| Dec 20 23:31:09.526 INFO ok! |
8188 | 2024-12-20T23:31:09.781Z | [ recovery-image] Dec 20 23:31:09.526 INFO O| Dec 20 23:31:09.526 INFO STEP 30 (ensure_file) COMPLETE |
8189 | 2024-12-20T23:31:09.781Z | [ recovery-image] Dec 20 23:31:09.526 INFO O| Dec 20 23:31:09.526 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8190 | 2024-12-20T23:31:09.803Z | [ recovery-image] Dec 20 23:31:09.551 INFO O| Dec 20 23:31:09.551 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8191 | 2024-12-20T23:31:09.803Z | [ recovery-image] Dec 20 23:31:09.551 INFO O| Dec 20 23:31:09.551 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8192 | 2024-12-20T23:31:09.807Z | [ recovery-image] Dec 20 23:31:09.551 INFO O| Dec 20 23:31:09.551 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8193 | 2024-12-20T23:31:09.807Z | [ recovery-image] Dec 20 23:31:09.551 INFO O| Dec 20 23:31:09.551 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8194 | 2024-12-20T23:31:09.807Z | [ recovery-image] Dec 20 23:31:09.551 INFO O| Dec 20 23:31:09.551 INFO ok! |
8195 | 2024-12-20T23:31:09.807Z | [ recovery-image] Dec 20 23:31:09.551 INFO O| Dec 20 23:31:09.551 INFO STEP 31 (ensure_file) COMPLETE |
8196 | 2024-12-20T23:31:09.807Z | [ recovery-image] Dec 20 23:31:09.551 INFO O| Dec 20 23:31:09.551 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8197 | 2024-12-20T23:31:09.834Z | [ recovery-image] Dec 20 23:31:09.582 INFO O| Dec 20 23:31:09.582 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8198 | 2024-12-20T23:31:09.837Z | [ recovery-image] Dec 20 23:31:09.582 INFO O| Dec 20 23:31:09.582 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8199 | 2024-12-20T23:31:09.837Z | [ recovery-image] Dec 20 23:31:09.583 INFO O| Dec 20 23:31:09.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8200 | 2024-12-20T23:31:09.837Z | [ recovery-image] Dec 20 23:31:09.583 INFO O| Dec 20 23:31:09.583 INFO ok! |
8201 | 2024-12-20T23:31:09.837Z | [ recovery-image] Dec 20 23:31:09.583 INFO O| Dec 20 23:31:09.583 INFO STEP 32 (ensure_file) COMPLETE |
8202 | 2024-12-20T23:31:09.837Z | [ recovery-image] Dec 20 23:31:09.583 INFO O| Dec 20 23:31:09.583 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8203 | 2024-12-20T23:31:09.859Z | [ recovery-image] Dec 20 23:31:09.607 INFO O| Dec 20 23:31:09.607 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8204 | 2024-12-20T23:31:09.862Z | [ recovery-image] Dec 20 23:31:09.607 INFO O| Dec 20 23:31:09.607 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8205 | 2024-12-20T23:31:09.862Z | [ recovery-image] Dec 20 23:31:09.607 INFO O| Dec 20 23:31:09.607 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8206 | 2024-12-20T23:31:09.862Z | [ recovery-image] Dec 20 23:31:09.607 INFO O| Dec 20 23:31:09.607 INFO ok! |
8207 | 2024-12-20T23:31:09.862Z | [ recovery-image] Dec 20 23:31:09.608 INFO O| Dec 20 23:31:09.608 INFO STEP 33 (ensure_file) COMPLETE |
8208 | 2024-12-20T23:31:09.862Z | [ recovery-image] Dec 20 23:31:09.608 INFO O| Dec 20 23:31:09.608 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8209 | 2024-12-20T23:31:09.881Z | [ recovery-image] Dec 20 23:31:09.629 INFO O| Dec 20 23:31:09.629 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8210 | 2024-12-20T23:31:09.881Z | [ recovery-image] Dec 20 23:31:09.629 INFO O| Dec 20 23:31:09.629 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8211 | 2024-12-20T23:31:09.885Z | [ recovery-image] Dec 20 23:31:09.630 INFO O| Dec 20 23:31:09.630 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8212 | 2024-12-20T23:31:09.885Z | [ recovery-image] Dec 20 23:31:09.630 INFO O| Dec 20 23:31:09.630 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8213 | 2024-12-20T23:31:09.885Z | [ recovery-image] Dec 20 23:31:09.630 INFO O| Dec 20 23:31:09.630 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8214 | 2024-12-20T23:31:09.885Z | [ recovery-image] Dec 20 23:31:09.630 INFO O| Dec 20 23:31:09.630 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8215 | 2024-12-20T23:31:09.885Z | [ recovery-image] Dec 20 23:31:09.630 INFO O| Dec 20 23:31:09.630 INFO ok! |
8216 | 2024-12-20T23:31:09.885Z | [ recovery-image] Dec 20 23:31:09.630 INFO O| Dec 20 23:31:09.630 INFO STEP 34 (ensure_file) COMPLETE |
8217 | 2024-12-20T23:31:09.885Z | [ recovery-image] Dec 20 23:31:09.631 INFO O| Dec 20 23:31:09.630 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8218 | 2024-12-20T23:31:09.905Z | [ recovery-image] Dec 20 23:31:09.653 INFO O| Dec 20 23:31:09.653 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8219 | 2024-12-20T23:31:09.908Z | [ recovery-image] Dec 20 23:31:09.653 INFO O| Dec 20 23:31:09.653 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8220 | 2024-12-20T23:31:09.909Z | [ recovery-image] Dec 20 23:31:09.653 INFO O| Dec 20 23:31:09.653 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8221 | 2024-12-20T23:31:09.909Z | [ recovery-image] Dec 20 23:31:09.653 INFO O| Dec 20 23:31:09.653 INFO STEP 35 (ensure_dir) COMPLETE |
8222 | 2024-12-20T23:31:09.909Z | [ recovery-image] Dec 20 23:31:09.653 INFO O| Dec 20 23:31:09.653 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8223 | 2024-12-20T23:31:09.948Z | [ recovery-image] Dec 20 23:31:09.696 INFO O| Dec 20 23:31:09.696 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 |
8224 | 2024-12-20T23:31:09.948Z | [ recovery-image] Dec 20 23:31:09.696 INFO O| Dec 20 23:31:09.696 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 ... |
8225 | 2024-12-20T23:31:09.951Z | [ recovery-image] Dec 20 23:31:09.697 INFO O| Dec 20 23:31:09.697 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 |
8226 | 2024-12-20T23:31:09.951Z | [ recovery-image] Dec 20 23:31:09.697 INFO O| Dec 20 23:31:09.697 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 |
8227 | 2024-12-20T23:31:09.951Z | [ recovery-image] Dec 20 23:31:09.697 INFO O| Dec 20 23:31:09.697 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 |
8228 | 2024-12-20T23:31:09.951Z | [ recovery-image] Dec 20 23:31:09.697 INFO O| Dec 20 23:31:09.697 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 |
8229 | 2024-12-20T23:31:09.951Z | [ recovery-image] Dec 20 23:31:09.697 INFO O| Dec 20 23:31:09.697 INFO ok! |
8230 | 2024-12-20T23:31:09.951Z | [ recovery-image] Dec 20 23:31:09.697 INFO O| Dec 20 23:31:09.697 INFO STEP 36 (ensure_file) COMPLETE |
8231 | 2024-12-20T23:31:09.951Z | [ recovery-image] Dec 20 23:31:09.697 INFO O| Dec 20 23:31:09.697 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8232 | 2024-12-20T23:31:09.988Z | [ recovery-image] Dec 20 23:31:09.735 INFO O| Dec 20 23:31:09.735 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8233 | 2024-12-20T23:31:09.988Z | [ recovery-image] Dec 20 23:31:09.735 INFO O| Dec 20 23:31:09.735 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 ... |
8234 | 2024-12-20T23:31:09.990Z | [ recovery-image] Dec 20 23:31:09.736 INFO O| Dec 20 23:31:09.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8235 | 2024-12-20T23:31:09.990Z | [ recovery-image] Dec 20 23:31:09.736 INFO O| Dec 20 23:31:09.736 INFO ok! |
8236 | 2024-12-20T23:31:09.990Z | [ recovery-image] Dec 20 23:31:09.736 INFO O| Dec 20 23:31:09.736 INFO STEP 37 (ensure_symlink) COMPLETE |
8237 | 2024-12-20T23:31:09.990Z | [ recovery-image] Dec 20 23:31:09.736 INFO O| Dec 20 23:31:09.736 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8238 | 2024-12-20T23:31:10.021Z | [ recovery-image] Dec 20 23:31:09.768 INFO O| Dec 20 23:31:09.768 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8239 | 2024-12-20T23:31:10.021Z | [ recovery-image] Dec 20 23:31:09.768 INFO O| Dec 20 23:31:09.768 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8240 | 2024-12-20T23:31:10.021Z | [ recovery-image] Dec 20 23:31:09.768 INFO O| Dec 20 23:31:09.768 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8241 | 2024-12-20T23:31:10.023Z | [ recovery-image] Dec 20 23:31:09.769 INFO O| Dec 20 23:31:09.768 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8242 | 2024-12-20T23:31:10.023Z | [ recovery-image] Dec 20 23:31:09.769 INFO O| Dec 20 23:31:09.769 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8243 | 2024-12-20T23:31:10.023Z | [ recovery-image] Dec 20 23:31:09.769 INFO O| Dec 20 23:31:09.769 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8244 | 2024-12-20T23:31:10.023Z | [ recovery-image] Dec 20 23:31:09.769 INFO O| Dec 20 23:31:09.769 INFO ok! |
8245 | 2024-12-20T23:31:10.023Z | [ recovery-image] Dec 20 23:31:09.769 INFO O| Dec 20 23:31:09.769 INFO STEP 38 (ensure_file) COMPLETE |
8246 | 2024-12-20T23:31:10.023Z | [ recovery-image] Dec 20 23:31:09.769 INFO O| Dec 20 23:31:09.769 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8247 | 2024-12-20T23:31:10.041Z | [ recovery-image] Dec 20 23:31:09.788 INFO O| Dec 20 23:31:09.788 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8248 | 2024-12-20T23:31:10.041Z | [ recovery-image] Dec 20 23:31:09.788 INFO O| Dec 20 23:31:09.788 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 ... |
8249 | 2024-12-20T23:31:10.041Z | [ recovery-image] Dec 20 23:31:09.789 INFO O| Dec 20 23:31:09.788 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 |
8250 | 2024-12-20T23:31:10.041Z | [ recovery-image] Dec 20 23:31:09.789 INFO O| Dec 20 23:31:09.789 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8251 | 2024-12-20T23:31:10.041Z | [ recovery-image] Dec 20 23:31:09.789 INFO O| Dec 20 23:31:09.789 INFO ok! |
8252 | 2024-12-20T23:31:10.041Z | [ recovery-image] Dec 20 23:31:09.789 INFO O| Dec 20 23:31:09.789 INFO STEP 39 (ensure_file) COMPLETE |
8253 | 2024-12-20T23:31:10.043Z | [ recovery-image] Dec 20 23:31:09.789 INFO O| Dec 20 23:31:09.789 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8254 | 2024-12-20T23:31:10.062Z | [ recovery-image] Dec 20 23:31:09.809 INFO O| Dec 20 23:31:09.809 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8255 | 2024-12-20T23:31:10.062Z | [ recovery-image] Dec 20 23:31:09.809 INFO O| Dec 20 23:31:09.809 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8256 | 2024-12-20T23:31:10.062Z | [ recovery-image] Dec 20 23:31:09.810 INFO O| Dec 20 23:31:09.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8257 | 2024-12-20T23:31:10.062Z | [ recovery-image] Dec 20 23:31:09.810 INFO O| Dec 20 23:31:09.810 INFO ok! |
8258 | 2024-12-20T23:31:10.065Z | [ recovery-image] Dec 20 23:31:09.810 INFO O| Dec 20 23:31:09.810 INFO STEP 40 (ensure_file) COMPLETE |
8259 | 2024-12-20T23:31:10.065Z | [ recovery-image] Dec 20 23:31:09.810 INFO O| Dec 20 23:31:09.810 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8260 | 2024-12-20T23:31:10.083Z | [ recovery-image] Dec 20 23:31:09.831 INFO O| Dec 20 23:31:09.831 INFO updating shadow file |
8261 | 2024-12-20T23:31:10.086Z | [ recovery-image] Dec 20 23:31:09.832 INFO O| Dec 20 23:31:09.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8262 | 2024-12-20T23:31:10.086Z | [ recovery-image] Dec 20 23:31:09.832 INFO O| Dec 20 23:31:09.832 INFO STEP 41 (shadow) COMPLETE |
8263 | 2024-12-20T23:31:10.086Z | [ recovery-image] Dec 20 23:31:09.832 INFO O| Dec 20 23:31:09.832 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8264 | 2024-12-20T23:31:10.105Z | [ recovery-image] Dec 20 23:31:09.853 INFO O| Dec 20 23:31:09.853 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8265 | 2024-12-20T23:31:10.105Z | [ recovery-image] Dec 20 23:31:09.853 INFO O| Dec 20 23:31:09.853 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8266 | 2024-12-20T23:31:10.105Z | [ recovery-image] Dec 20 23:31:09.853 INFO O| Dec 20 23:31:09.853 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8267 | 2024-12-20T23:31:10.105Z | [ recovery-image] Dec 20 23:31:09.853 INFO O| Dec 20 23:31:09.853 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8268 | 2024-12-20T23:31:10.108Z | [ recovery-image] Dec 20 23:31:09.853 INFO O| Dec 20 23:31:09.853 INFO ok! |
8269 | 2024-12-20T23:31:10.108Z | [ recovery-image] Dec 20 23:31:09.853 INFO O| Dec 20 23:31:09.853 INFO STEP 42 (ensure_file) COMPLETE |
8270 | 2024-12-20T23:31:10.108Z | [ recovery-image] Dec 20 23:31:09.853 INFO O| Dec 20 23:31:09.853 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8271 | 2024-12-20T23:31:10.160Z | [ recovery-image] Dec 20 23:31:09.908 INFO O| Dec 20 23:31:09.908 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8272 | 2024-12-20T23:31:10.160Z | [ recovery-image] Dec 20 23:31:09.908 INFO O| Dec 20 23:31:09.908 INFO STEP 43 (ensure_dir) COMPLETE |
8273 | 2024-12-20T23:31:10.160Z | [ recovery-image] Dec 20 23:31:09.908 INFO O| Dec 20 23:31:09.908 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8274 | 2024-12-20T23:31:10.201Z | [ recovery-image] Dec 20 23:31:09.948 INFO O| Dec 20 23:31:09.948 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8275 | 2024-12-20T23:31:10.201Z | [ recovery-image] Dec 20 23:31:09.948 INFO O| Dec 20 23:31:09.948 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8276 | 2024-12-20T23:31:10.201Z | [ recovery-image] Dec 20 23:31:09.948 INFO O| Dec 20 23:31:09.948 INFO STEP 44 (ensure_dir) COMPLETE |
8277 | 2024-12-20T23:31:10.201Z | [ recovery-image] Dec 20 23:31:09.948 INFO O| Dec 20 23:31:09.948 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8278 | 2024-12-20T23:31:10.245Z | [ recovery-image] Dec 20 23:31:09.993 INFO O| Dec 20 23:31:09.993 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8279 | 2024-12-20T23:31:10.255Z | [ recovery-image] Dec 20 23:31:09.993 INFO O| Dec 20 23:31:09.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8280 | 2024-12-20T23:31:10.255Z | [ recovery-image] Dec 20 23:31:09.993 INFO O| Dec 20 23:31:09.993 INFO STEP 45 (ensure_dir) COMPLETE |
8281 | 2024-12-20T23:31:10.255Z | [ recovery-image] Dec 20 23:31:09.993 INFO O| Dec 20 23:31:09.993 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8282 | 2024-12-20T23:31:10.282Z | [ recovery-image] Dec 20 23:31:10.029 INFO O| Dec 20 23:31:10.029 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8283 | 2024-12-20T23:31:10.282Z | [ recovery-image] Dec 20 23:31:10.029 INFO O| Dec 20 23:31:10.029 INFO copying /tmp/.tmpuUXtU8/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8284 | 2024-12-20T23:31:10.346Z | [ recovery-image] Dec 20 23:31:10.093 INFO O| Dec 20 23:31:10.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8285 | 2024-12-20T23:31:10.346Z | [ recovery-image] Dec 20 23:31:10.093 INFO O| Dec 20 23:31:10.093 INFO ok! |
8286 | 2024-12-20T23:31:10.346Z | [ recovery-image] Dec 20 23:31:10.093 INFO O| Dec 20 23:31:10.093 INFO STEP 46 (ensure_file) COMPLETE |
8287 | 2024-12-20T23:31:10.348Z | [ recovery-image] Dec 20 23:31:10.094 INFO O| Dec 20 23:31:10.093 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8288 | 2024-12-20T23:31:10.366Z | [ recovery-image] Dec 20 23:31:10.114 INFO O| Dec 20 23:31:10.114 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8289 | 2024-12-20T23:31:10.366Z | [ recovery-image] Dec 20 23:31:10.114 INFO O| Dec 20 23:31:10.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8290 | 2024-12-20T23:31:10.367Z | [ recovery-image] Dec 20 23:31:10.114 INFO O| Dec 20 23:31:10.114 INFO STEP 47 (ensure_dir) COMPLETE |
8291 | 2024-12-20T23:31:10.370Z | [ recovery-image] Dec 20 23:31:10.115 INFO O| Dec 20 23:31:10.114 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8292 | 2024-12-20T23:31:10.396Z | [ recovery-image] Dec 20 23:31:10.144 INFO O| Dec 20 23:31:10.144 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8293 | 2024-12-20T23:31:10.396Z | [ recovery-image] Dec 20 23:31:10.144 INFO O| Dec 20 23:31:10.144 INFO copying /tmp/.tmpuUXtU8/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8294 | 2024-12-20T23:31:10.396Z | [ recovery-image] Dec 20 23:31:10.144 INFO O| Dec 20 23:31:10.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8295 | 2024-12-20T23:31:10.399Z | [ recovery-image] Dec 20 23:31:10.144 INFO O| Dec 20 23:31:10.144 INFO ok! |
8296 | 2024-12-20T23:31:10.399Z | [ recovery-image] Dec 20 23:31:10.144 INFO O| Dec 20 23:31:10.144 INFO STEP 48 (ensure_file) COMPLETE |
8297 | 2024-12-20T23:31:10.399Z | [ recovery-image] Dec 20 23:31:10.144 INFO O| Dec 20 23:31:10.144 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8298 | 2024-12-20T23:31:10.429Z | [ recovery-image] Dec 20 23:31:10.177 INFO O| Dec 20 23:31:10.177 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8299 | 2024-12-20T23:31:10.429Z | [ recovery-image] Dec 20 23:31:10.177 INFO O| Dec 20 23:31:10.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8300 | 2024-12-20T23:31:10.432Z | [ recovery-image] Dec 20 23:31:10.177 INFO O| Dec 20 23:31:10.177 INFO STEP 49 (ensure_dir) COMPLETE |
8301 | 2024-12-20T23:31:10.432Z | [ recovery-image] Dec 20 23:31:10.177 INFO O| Dec 20 23:31:10.177 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8302 | 2024-12-20T23:31:10.465Z | [ recovery-image] Dec 20 23:31:10.213 INFO O| Dec 20 23:31:10.213 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8303 | 2024-12-20T23:31:10.465Z | [ recovery-image] Dec 20 23:31:10.213 INFO O| Dec 20 23:31:10.213 INFO copying /tmp/.tmpuUXtU8/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8304 | 2024-12-20T23:31:10.486Z | [ recovery-image] Dec 20 23:31:10.234 INFO O| Dec 20 23:31:10.233 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8305 | 2024-12-20T23:31:10.486Z | [ recovery-image] Dec 20 23:31:10.234 INFO O| Dec 20 23:31:10.234 INFO ok! |
8306 | 2024-12-20T23:31:10.489Z | [ recovery-image] Dec 20 23:31:10.234 INFO O| Dec 20 23:31:10.234 INFO STEP 50 (ensure_file) COMPLETE |
8307 | 2024-12-20T23:31:10.489Z | [ recovery-image] Dec 20 23:31:10.234 INFO O| Dec 20 23:31:10.234 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8308 | 2024-12-20T23:31:10.519Z | [ recovery-image] Dec 20 23:31:10.267 INFO O| Dec 20 23:31:10.267 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8309 | 2024-12-20T23:31:10.519Z | [ recovery-image] Dec 20 23:31:10.267 INFO O| Dec 20 23:31:10.267 INFO copying /tmp/.tmpuUXtU8/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8310 | 2024-12-20T23:31:12.560Z | [ recovery-image] Dec 20 23:31:12.303 INFO O| Dec 20 23:31:12.303 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8311 | 2024-12-20T23:31:12.560Z | [ recovery-image] Dec 20 23:31:12.303 INFO O| Dec 20 23:31:12.303 INFO ok! |
8312 | 2024-12-20T23:31:12.560Z | [ recovery-image] Dec 20 23:31:12.303 INFO O| Dec 20 23:31:12.303 INFO STEP 51 (ensure_file) COMPLETE |
8313 | 2024-12-20T23:31:12.560Z | [ recovery-image] Dec 20 23:31:12.303 INFO O| Dec 20 23:31:12.303 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8314 | 2024-12-20T23:31:12.575Z | [ recovery-image] Dec 20 23:31:12.324 INFO O| Dec 20 23:31:12.324 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8315 | 2024-12-20T23:31:12.575Z | [ recovery-image] Dec 20 23:31:12.324 INFO O| Dec 20 23:31:12.324 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8316 | 2024-12-20T23:31:12.575Z | [ recovery-image] Dec 20 23:31:12.324 INFO O| Dec 20 23:31:12.324 INFO STEP 52 (ensure_dir) COMPLETE |
8317 | 2024-12-20T23:31:12.579Z | [ recovery-image] Dec 20 23:31:12.324 INFO O| Dec 20 23:31:12.324 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8318 | 2024-12-20T23:31:12.616Z | [ recovery-image] Dec 20 23:31:12.364 INFO O| Dec 20 23:31:12.364 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8319 | 2024-12-20T23:31:12.616Z | [ recovery-image] Dec 20 23:31:12.364 INFO O| Dec 20 23:31:12.364 INFO copying /tmp/.tmpuUXtU8/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 ... |
8320 | 2024-12-20T23:31:12.621Z | [ recovery-image] Dec 20 23:31:12.365 INFO O| Dec 20 23:31:12.365 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 |
8321 | 2024-12-20T23:31:12.621Z | [ recovery-image] Dec 20 23:31:12.365 INFO O| Dec 20 23:31:12.365 INFO ok! |
8322 | 2024-12-20T23:31:12.622Z | [ recovery-image] Dec 20 23:31:12.365 INFO O| Dec 20 23:31:12.365 INFO STEP 53 (ensure_file) COMPLETE |
8323 | 2024-12-20T23:31:12.622Z | [ recovery-image] Dec 20 23:31:12.365 INFO O| Dec 20 23:31:12.365 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8324 | 2024-12-20T23:31:12.639Z | [ recovery-image] Dec 20 23:31:12.388 INFO O| Dec 20 23:31:12.388 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8325 | 2024-12-20T23:31:12.639Z | [ recovery-image] Dec 20 23:31:12.388 INFO O| Dec 20 23:31:12.388 INFO copying /tmp/.tmpuUXtU8/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 ... |
8326 | 2024-12-20T23:31:12.645Z | [ recovery-image] Dec 20 23:31:12.388 INFO O| Dec 20 23:31:12.388 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 |
8327 | 2024-12-20T23:31:12.645Z | [ recovery-image] Dec 20 23:31:12.388 INFO O| Dec 20 23:31:12.388 INFO ok! |
8328 | 2024-12-20T23:31:12.645Z | [ recovery-image] Dec 20 23:31:12.388 INFO O| Dec 20 23:31:12.388 INFO STEP 54 (ensure_file) COMPLETE |
8329 | 2024-12-20T23:31:12.645Z | [ recovery-image] Dec 20 23:31:12.388 INFO O| Dec 20 23:31:12.388 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8330 | 2024-12-20T23:31:12.682Z | [ recovery-image] Dec 20 23:31:12.430 INFO O| Dec 20 23:31:12.430 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8331 | 2024-12-20T23:31:12.682Z | [ recovery-image] Dec 20 23:31:12.430 INFO O| Dec 20 23:31:12.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8332 | 2024-12-20T23:31:12.682Z | [ recovery-image] Dec 20 23:31:12.430 INFO O| Dec 20 23:31:12.430 INFO STEP 55 (ensure_dir) COMPLETE |
8333 | 2024-12-20T23:31:12.682Z | [ recovery-image] Dec 20 23:31:12.430 INFO O| Dec 20 23:31:12.430 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8334 | 2024-12-20T23:31:12.708Z | [ recovery-image] Dec 20 23:31:12.454 INFO O| Dec 20 23:31:12.454 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8335 | 2024-12-20T23:31:12.708Z | [ recovery-image] Dec 20 23:31:12.454 INFO O| Dec 20 23:31:12.454 INFO copying /tmp/.tmpuUXtU8/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 ... |
8336 | 2024-12-20T23:31:12.712Z | [ recovery-image] Dec 20 23:31:12.454 INFO O| Dec 20 23:31:12.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8337 | 2024-12-20T23:31:12.712Z | [ recovery-image] Dec 20 23:31:12.454 INFO O| Dec 20 23:31:12.454 INFO ok! |
8338 | 2024-12-20T23:31:12.713Z | [ recovery-image] Dec 20 23:31:12.454 INFO O| Dec 20 23:31:12.454 INFO STEP 56 (ensure_file) COMPLETE |
8339 | 2024-12-20T23:31:12.713Z | [ recovery-image] Dec 20 23:31:12.455 INFO O| Dec 20 23:31:12.455 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8340 | 2024-12-20T23:31:12.742Z | [ recovery-image] Dec 20 23:31:12.490 INFO O| Dec 20 23:31:12.490 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8341 | 2024-12-20T23:31:12.745Z | [ recovery-image] Dec 20 23:31:12.490 INFO O| Dec 20 23:31:12.490 INFO copying /tmp/.tmpuUXtU8/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 ... |
8342 | 2024-12-20T23:31:12.745Z | [ recovery-image] Dec 20 23:31:12.490 INFO O| Dec 20 23:31:12.490 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 |
8343 | 2024-12-20T23:31:12.745Z | [ recovery-image] Dec 20 23:31:12.490 INFO O| Dec 20 23:31:12.490 INFO ok! |
8344 | 2024-12-20T23:31:12.745Z | [ recovery-image] Dec 20 23:31:12.490 INFO O| Dec 20 23:31:12.490 INFO STEP 57 (ensure_file) COMPLETE |
8345 | 2024-12-20T23:31:12.745Z | [ recovery-image] Dec 20 23:31:12.490 INFO O| Dec 20 23:31:12.490 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8346 | 2024-12-20T23:31:12.766Z | [ recovery-image] Dec 20 23:31:12.514 INFO O| Dec 20 23:31:12.514 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8347 | 2024-12-20T23:31:12.768Z | [ recovery-image] Dec 20 23:31:12.514 INFO O| Dec 20 23:31:12.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8348 | 2024-12-20T23:31:12.768Z | [ recovery-image] Dec 20 23:31:12.514 INFO O| Dec 20 23:31:12.514 INFO STEP 58 (ensure_dir) COMPLETE |
8349 | 2024-12-20T23:31:12.768Z | [ recovery-image] Dec 20 23:31:12.514 INFO O| Dec 20 23:31:12.514 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8350 | 2024-12-20T23:31:12.799Z | [ recovery-image] Dec 20 23:31:12.547 INFO O| Dec 20 23:31:12.547 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8351 | 2024-12-20T23:31:12.803Z | [ recovery-image] Dec 20 23:31:12.547 INFO O| Dec 20 23:31:12.547 INFO copying /tmp/.tmpuUXtU8/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 ... |
8352 | 2024-12-20T23:31:12.803Z | [ recovery-image] Dec 20 23:31:12.547 INFO O| Dec 20 23:31:12.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8353 | 2024-12-20T23:31:12.803Z | [ recovery-image] Dec 20 23:31:12.547 INFO O| Dec 20 23:31:12.547 INFO ok! |
8354 | 2024-12-20T23:31:12.803Z | [ recovery-image] Dec 20 23:31:12.547 INFO O| Dec 20 23:31:12.547 INFO STEP 59 (ensure_file) COMPLETE |
8355 | 2024-12-20T23:31:12.803Z | [ recovery-image] Dec 20 23:31:12.547 INFO O| Dec 20 23:31:12.547 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8356 | 2024-12-20T23:31:12.869Z | [ recovery-image] Dec 20 23:31:12.617 INFO O| Dec 20 23:31:12.617 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8357 | 2024-12-20T23:31:12.869Z | [ recovery-image] Dec 20 23:31:12.617 INFO O| Dec 20 23:31:12.617 INFO copying /tmp/.tmpuUXtU8/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8358 | 2024-12-20T23:31:12.872Z | [ recovery-image] Dec 20 23:31:12.617 INFO O| Dec 20 23:31:12.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8359 | 2024-12-20T23:31:12.873Z | [ recovery-image] Dec 20 23:31:12.617 INFO O| Dec 20 23:31:12.617 INFO ok! |
8360 | 2024-12-20T23:31:12.873Z | [ recovery-image] Dec 20 23:31:12.617 INFO O| Dec 20 23:31:12.617 INFO STEP 60 (ensure_file) COMPLETE |
8361 | 2024-12-20T23:31:12.873Z | [ recovery-image] Dec 20 23:31:12.617 INFO O| Dec 20 23:31:12.617 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8362 | 2024-12-20T23:31:12.906Z | [ recovery-image] Dec 20 23:31:12.641 INFO O| Dec 20 23:31:12.640 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8363 | 2024-12-20T23:31:12.906Z | [ recovery-image] Dec 20 23:31:12.641 INFO O| Dec 20 23:31:12.641 INFO STEP 61 (ensure_dir) COMPLETE |
8364 | 2024-12-20T23:31:12.911Z | [ recovery-image] Dec 20 23:31:12.641 INFO O| Dec 20 23:31:12.641 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8365 | 2024-12-20T23:31:12.916Z | [ recovery-image] Dec 20 23:31:12.664 INFO O| Dec 20 23:31:12.664 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8366 | 2024-12-20T23:31:12.916Z | [ recovery-image] Dec 20 23:31:12.664 INFO O| Dec 20 23:31:12.664 INFO STEP 62 (ensure_dir) COMPLETE |
8367 | 2024-12-20T23:31:12.918Z | [ recovery-image] Dec 20 23:31:12.664 INFO O| Dec 20 23:31:12.664 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8368 | 2024-12-20T23:31:12.937Z | [ recovery-image] Dec 20 23:31:12.685 INFO O| Dec 20 23:31:12.685 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8369 | 2024-12-20T23:31:12.937Z | [ recovery-image] Dec 20 23:31:12.685 INFO O| Dec 20 23:31:12.685 INFO STEP 63 (ensure_dir) COMPLETE |
8370 | 2024-12-20T23:31:12.941Z | [ recovery-image] Dec 20 23:31:12.685 INFO O| Dec 20 23:31:12.685 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8371 | 2024-12-20T23:31:12.982Z | [ recovery-image] Dec 20 23:31:12.731 INFO O| Dec 20 23:31:12.731 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8372 | 2024-12-20T23:31:12.983Z | [ recovery-image] Dec 20 23:31:12.731 INFO O| Dec 20 23:31:12.731 INFO STEP 64 (ensure_dir) COMPLETE |
8373 | 2024-12-20T23:31:12.986Z | [ recovery-image] Dec 20 23:31:12.731 INFO O| Dec 20 23:31:12.731 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8374 | 2024-12-20T23:31:13.017Z | [ recovery-image] Dec 20 23:31:12.763 INFO O| Dec 20 23:31:12.763 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8375 | 2024-12-20T23:31:13.017Z | [ recovery-image] Dec 20 23:31:12.763 INFO O| Dec 20 23:31:12.763 INFO copying /tmp/.tmpuUXtU8/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8376 | 2024-12-20T23:31:13.018Z | [ recovery-image] Dec 20 23:31:12.764 INFO O| Dec 20 23:31:12.763 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8377 | 2024-12-20T23:31:13.021Z | [ recovery-image] Dec 20 23:31:12.764 INFO O| Dec 20 23:31:12.764 INFO ok! |
8378 | 2024-12-20T23:31:13.021Z | [ recovery-image] Dec 20 23:31:12.764 INFO O| Dec 20 23:31:12.764 INFO STEP 65 (ensure_file) COMPLETE |
8379 | 2024-12-20T23:31:13.021Z | [ recovery-image] Dec 20 23:31:12.764 INFO O| Dec 20 23:31:12.764 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8380 | 2024-12-20T23:31:13.059Z | [ recovery-image] Dec 20 23:31:12.804 INFO O| Dec 20 23:31:12.804 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8381 | 2024-12-20T23:31:13.064Z | [ recovery-image] Dec 20 23:31:12.805 INFO O| Dec 20 23:31:12.805 INFO STEP 66 (remove_files) COMPLETE |
8382 | 2024-12-20T23:31:13.064Z | [ recovery-image] Dec 20 23:31:12.805 INFO O| Dec 20 23:31:12.805 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8383 | 2024-12-20T23:31:13.083Z | [ recovery-image] Dec 20 23:31:12.825 INFO O| Dec 20 23:31:12.825 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8384 | 2024-12-20T23:31:13.095Z | [ recovery-image] Dec 20 23:31:12.825 INFO O| Dec 20 23:31:12.825 INFO STEP 67 (remove_files) COMPLETE |
8385 | 2024-12-20T23:31:13.095Z | [ recovery-image] Dec 20 23:31:12.825 INFO O| Dec 20 23:31:12.825 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8386 | 2024-12-20T23:31:13.112Z | [ recovery-image] Dec 20 23:31:12.860 INFO O| Dec 20 23:31:12.860 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8387 | 2024-12-20T23:31:13.115Z | [ recovery-image] Dec 20 23:31:12.860 INFO O| Dec 20 23:31:12.860 INFO STEP 68 (remove_files) COMPLETE |
8388 | 2024-12-20T23:31:13.115Z | [ recovery-image] Dec 20 23:31:12.860 INFO O| Dec 20 23:31:12.860 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8389 | 2024-12-20T23:31:13.167Z | [ recovery-image] Dec 20 23:31:12.915 INFO O| Dec 20 23:31:12.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8390 | 2024-12-20T23:31:13.171Z | [ recovery-image] Dec 20 23:31:12.915 INFO O| Dec 20 23:31:12.915 INFO STEP 69 (remove_files) COMPLETE |
8391 | 2024-12-20T23:31:13.172Z | [ recovery-image] Dec 20 23:31:12.915 INFO O| Dec 20 23:31:12.915 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8392 | 2024-12-20T23:31:13.206Z | [ recovery-image] Dec 20 23:31:12.955 INFO O| Dec 20 23:31:12.955 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8393 | 2024-12-20T23:31:13.211Z | [ recovery-image] Dec 20 23:31:12.955 INFO O| Dec 20 23:31:12.955 INFO STEP 70 (remove_files) COMPLETE |
8394 | 2024-12-20T23:31:13.211Z | [ recovery-image] Dec 20 23:31:12.955 INFO O| Dec 20 23:31:12.955 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8395 | 2024-12-20T23:31:13.229Z | [ recovery-image] Dec 20 23:31:12.977 INFO O| Dec 20 23:31:12.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8396 | 2024-12-20T23:31:13.229Z | [ recovery-image] Dec 20 23:31:12.977 INFO O| Dec 20 23:31:12.977 INFO STEP 71 (remove_files) COMPLETE |
8397 | 2024-12-20T23:31:13.233Z | [ recovery-image] Dec 20 23:31:12.977 INFO O| Dec 20 23:31:12.977 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8398 | 2024-12-20T23:31:13.264Z | [ recovery-image] Dec 20 23:31:13.013 INFO O| Dec 20 23:31:13.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8399 | 2024-12-20T23:31:13.264Z | [ recovery-image] Dec 20 23:31:13.013 INFO O| Dec 20 23:31:13.013 INFO STEP 72 (remove_files) COMPLETE |
8400 | 2024-12-20T23:31:13.265Z | [ recovery-image] Dec 20 23:31:13.013 INFO O| Dec 20 23:31:13.013 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8401 | 2024-12-20T23:31:13.286Z | [ recovery-image] Dec 20 23:31:13.034 INFO O| Dec 20 23:31:13.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8402 | 2024-12-20T23:31:13.286Z | [ recovery-image] Dec 20 23:31:13.035 INFO O| Dec 20 23:31:13.035 INFO STEP 73 (remove_files) COMPLETE |
8403 | 2024-12-20T23:31:13.286Z | [ recovery-image] Dec 20 23:31:13.035 INFO O| Dec 20 23:31:13.035 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8404 | 2024-12-20T23:31:13.306Z | [ recovery-image] Dec 20 23:31:13.055 INFO O| Dec 20 23:31:13.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8405 | 2024-12-20T23:31:13.306Z | [ recovery-image] Dec 20 23:31:13.055 INFO O| Dec 20 23:31:13.055 INFO STEP 74 (remove_files) COMPLETE |
8406 | 2024-12-20T23:31:13.309Z | [ recovery-image] Dec 20 23:31:13.055 INFO O| Dec 20 23:31:13.055 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8407 | 2024-12-20T23:31:13.330Z | [ recovery-image] Dec 20 23:31:13.078 INFO O| Dec 20 23:31:13.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8408 | 2024-12-20T23:31:13.330Z | [ recovery-image] Dec 20 23:31:13.078 INFO O| Dec 20 23:31:13.078 INFO STEP 75 (remove_files) COMPLETE |
8409 | 2024-12-20T23:31:13.330Z | [ recovery-image] Dec 20 23:31:13.078 INFO O| Dec 20 23:31:13.078 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8410 | 2024-12-20T23:31:13.351Z | [ recovery-image] Dec 20 23:31:13.100 INFO O| Dec 20 23:31:13.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8411 | 2024-12-20T23:31:13.351Z | [ recovery-image] Dec 20 23:31:13.100 INFO O| Dec 20 23:31:13.100 INFO STEP 76 (remove_files) COMPLETE |
8412 | 2024-12-20T23:31:13.352Z | [ recovery-image] Dec 20 23:31:13.100 INFO O| Dec 20 23:31:13.100 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8413 | 2024-12-20T23:31:13.374Z | [ recovery-image] Dec 20 23:31:13.122 INFO O| Dec 20 23:31:13.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8414 | 2024-12-20T23:31:13.374Z | [ recovery-image] Dec 20 23:31:13.122 INFO O| Dec 20 23:31:13.122 INFO STEP 77 (remove_files) COMPLETE |
8415 | 2024-12-20T23:31:13.374Z | [ recovery-image] Dec 20 23:31:13.122 INFO O| Dec 20 23:31:13.122 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8416 | 2024-12-20T23:31:13.394Z | [ recovery-image] Dec 20 23:31:13.143 INFO O| Dec 20 23:31:13.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8417 | 2024-12-20T23:31:13.394Z | [ recovery-image] Dec 20 23:31:13.143 INFO O| Dec 20 23:31:13.143 INFO STEP 78 (remove_files) COMPLETE |
8418 | 2024-12-20T23:31:13.398Z | [ recovery-image] Dec 20 23:31:13.143 INFO O| Dec 20 23:31:13.143 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8419 | 2024-12-20T23:31:13.434Z | [ recovery-image] Dec 20 23:31:13.182 INFO O| Dec 20 23:31:13.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8420 | 2024-12-20T23:31:13.443Z | [ recovery-image] Dec 20 23:31:13.182 INFO O| Dec 20 23:31:13.182 INFO STEP 79 (remove_files) COMPLETE |
8421 | 2024-12-20T23:31:13.443Z | [ recovery-image] Dec 20 23:31:13.182 INFO O| Dec 20 23:31:13.182 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8422 | 2024-12-20T23:31:13.472Z | [ recovery-image] Dec 20 23:31:13.219 INFO O| Dec 20 23:31:13.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8423 | 2024-12-20T23:31:13.472Z | [ recovery-image] Dec 20 23:31:13.219 INFO O| Dec 20 23:31:13.219 INFO STEP 80 (remove_files) COMPLETE |
8424 | 2024-12-20T23:31:13.472Z | [ recovery-image] Dec 20 23:31:13.219 INFO O| Dec 20 23:31:13.219 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8425 | 2024-12-20T23:31:13.510Z | [ recovery-image] Dec 20 23:31:13.259 INFO O| Dec 20 23:31:13.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8426 | 2024-12-20T23:31:13.515Z | [ recovery-image] Dec 20 23:31:13.259 INFO O| Dec 20 23:31:13.259 INFO STEP 81 (remove_files) COMPLETE |
8427 | 2024-12-20T23:31:13.515Z | [ recovery-image] Dec 20 23:31:13.259 INFO O| Dec 20 23:31:13.259 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8428 | 2024-12-20T23:31:13.567Z | [ recovery-image] Dec 20 23:31:13.316 INFO O| Dec 20 23:31:13.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8429 | 2024-12-20T23:31:13.570Z | [ recovery-image] Dec 20 23:31:13.316 INFO O| Dec 20 23:31:13.316 INFO STEP 82 (remove_files) COMPLETE |
8430 | 2024-12-20T23:31:13.570Z | [ recovery-image] Dec 20 23:31:13.316 INFO O| Dec 20 23:31:13.316 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8431 | 2024-12-20T23:31:13.592Z | [ recovery-image] Dec 20 23:31:13.341 INFO O| Dec 20 23:31:13.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8432 | 2024-12-20T23:31:13.595Z | [ recovery-image] Dec 20 23:31:13.341 INFO O| Dec 20 23:31:13.341 INFO STEP 83 (remove_files) COMPLETE |
8433 | 2024-12-20T23:31:13.595Z | [ recovery-image] Dec 20 23:31:13.341 INFO O| Dec 20 23:31:13.341 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8434 | 2024-12-20T23:31:13.616Z | [ recovery-image] Dec 20 23:31:13.364 INFO O| Dec 20 23:31:13.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8435 | 2024-12-20T23:31:13.623Z | [ recovery-image] Dec 20 23:31:13.365 INFO O| Dec 20 23:31:13.365 INFO STEP 84 (remove_files) COMPLETE |
8436 | 2024-12-20T23:31:13.624Z | [ recovery-image] Dec 20 23:31:13.365 INFO O| Dec 20 23:31:13.365 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8437 | 2024-12-20T23:31:13.656Z | [ recovery-image] Dec 20 23:31:13.403 INFO O| Dec 20 23:31:13.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8438 | 2024-12-20T23:31:13.660Z | [ recovery-image] Dec 20 23:31:13.403 INFO O| Dec 20 23:31:13.403 INFO STEP 85 (remove_files) COMPLETE |
8439 | 2024-12-20T23:31:13.660Z | [ recovery-image] Dec 20 23:31:13.403 INFO O| Dec 20 23:31:13.403 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8440 | 2024-12-20T23:31:13.683Z | [ recovery-image] Dec 20 23:31:13.427 INFO O| Dec 20 23:31:13.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8441 | 2024-12-20T23:31:13.688Z | [ recovery-image] Dec 20 23:31:13.427 INFO O| Dec 20 23:31:13.427 INFO STEP 86 (remove_files) COMPLETE |
8442 | 2024-12-20T23:31:13.688Z | [ recovery-image] Dec 20 23:31:13.427 INFO O| Dec 20 23:31:13.427 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8443 | 2024-12-20T23:31:13.716Z | [ recovery-image] Dec 20 23:31:13.464 INFO O| Dec 20 23:31:13.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8444 | 2024-12-20T23:31:13.716Z | [ recovery-image] Dec 20 23:31:13.464 INFO O| Dec 20 23:31:13.464 INFO STEP 87 (remove_files) COMPLETE |
8445 | 2024-12-20T23:31:13.722Z | [ recovery-image] Dec 20 23:31:13.464 INFO O| Dec 20 23:31:13.464 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8446 | 2024-12-20T23:31:13.738Z | [ recovery-image] Dec 20 23:31:13.486 INFO O| Dec 20 23:31:13.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8447 | 2024-12-20T23:31:13.738Z | [ recovery-image] Dec 20 23:31:13.486 INFO O| Dec 20 23:31:13.486 INFO STEP 88 (remove_files) COMPLETE |
8448 | 2024-12-20T23:31:13.738Z | [ recovery-image] Dec 20 23:31:13.486 INFO O| Dec 20 23:31:13.486 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8449 | 2024-12-20T23:31:13.757Z | [ recovery-image] Dec 20 23:31:13.505 INFO O| Dec 20 23:31:13.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8450 | 2024-12-20T23:31:13.757Z | [ recovery-image] Dec 20 23:31:13.505 INFO O| Dec 20 23:31:13.505 INFO STEP 89 (remove_files) COMPLETE |
8451 | 2024-12-20T23:31:13.761Z | [ recovery-image] Dec 20 23:31:13.505 INFO O| Dec 20 23:31:13.505 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8452 | 2024-12-20T23:31:13.776Z | [ recovery-image] Dec 20 23:31:13.524 INFO O| Dec 20 23:31:13.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8453 | 2024-12-20T23:31:13.776Z | [ recovery-image] Dec 20 23:31:13.525 INFO O| Dec 20 23:31:13.524 INFO STEP 90 (remove_files) COMPLETE |
8454 | 2024-12-20T23:31:13.785Z | [ recovery-image] Dec 20 23:31:13.525 INFO O| Dec 20 23:31:13.525 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8455 | 2024-12-20T23:31:13.803Z | [ recovery-image] Dec 20 23:31:13.551 INFO O| Dec 20 23:31:13.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8456 | 2024-12-20T23:31:13.803Z | [ recovery-image] Dec 20 23:31:13.551 INFO O| Dec 20 23:31:13.551 INFO STEP 91 (remove_files) COMPLETE |
8457 | 2024-12-20T23:31:13.803Z | [ recovery-image] Dec 20 23:31:13.551 INFO O| Dec 20 23:31:13.551 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8458 | 2024-12-20T23:31:13.840Z | [ recovery-image] Dec 20 23:31:13.588 INFO O| Dec 20 23:31:13.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8459 | 2024-12-20T23:31:13.840Z | [ recovery-image] Dec 20 23:31:13.589 INFO O| Dec 20 23:31:13.588 INFO STEP 92 (remove_files) COMPLETE |
8460 | 2024-12-20T23:31:13.843Z | [ recovery-image] Dec 20 23:31:13.589 INFO O| Dec 20 23:31:13.589 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8461 | 2024-12-20T23:31:13.871Z | [ recovery-image] Dec 20 23:31:13.620 INFO O| Dec 20 23:31:13.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8462 | 2024-12-20T23:31:13.871Z | [ recovery-image] Dec 20 23:31:13.620 INFO O| Dec 20 23:31:13.620 INFO STEP 93 (remove_files) COMPLETE |
8463 | 2024-12-20T23:31:13.871Z | [ recovery-image] Dec 20 23:31:13.620 INFO O| Dec 20 23:31:13.620 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8464 | 2024-12-20T23:31:13.896Z | [ recovery-image] Dec 20 23:31:13.642 INFO O| Dec 20 23:31:13.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8465 | 2024-12-20T23:31:13.896Z | [ recovery-image] Dec 20 23:31:13.642 INFO O| Dec 20 23:31:13.642 INFO STEP 94 (remove_files) COMPLETE |
8466 | 2024-12-20T23:31:13.900Z | [ recovery-image] Dec 20 23:31:13.642 INFO O| Dec 20 23:31:13.642 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8467 | 2024-12-20T23:31:13.926Z | [ recovery-image] Dec 20 23:31:13.674 INFO O| Dec 20 23:31:13.674 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8468 | 2024-12-20T23:31:13.932Z | [ recovery-image] Dec 20 23:31:13.675 INFO O| Dec 20 23:31:13.674 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8469 | 2024-12-20T23:31:18.188Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
8470 | 2024-12-20T23:31:20.193Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
8471 | 2024-12-20T23:31:20.975Z | [ recovery-image] Dec 20 23:31:20.726 INFO O| Dec 20 23:31:20.726 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 |
8472 | 2024-12-20T23:31:20.976Z | [ recovery-image] Dec 20 23:31:20.726 INFO O| Dec 20 23:31:20.726 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8473 | 2024-12-20T23:31:20.993Z | [ recovery-image] Dec 20 23:31:20.744 INFO O| Dec 20 23:31:20.744 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8474 | 2024-12-20T23:31:21.195Z | [ recovery-image] Dec 20 23:31:20.927 INFO O| Dec 20 23:31:20.927 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8475 | 2024-12-20T23:31:21.196Z | [ recovery-image] Dec 20 23:31:20.927 INFO O| Dec 20 23:31:20.927 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 ... |
8476 | 2024-12-20T23:31:21.203Z | [ recovery-image] Dec 20 23:31:20.930 INFO O| Dec 20 23:31:20.930 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8477 | 2024-12-20T23:31:21.204Z | [ recovery-image] Dec 20 23:31:20.930 INFO O| Dec 20 23:31:20.930 INFO ok! |
8478 | 2024-12-20T23:31:21.204Z | [ recovery-image] Dec 20 23:31:20.930 INFO O| Dec 20 23:31:20.930 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8479 | 2024-12-20T23:31:21.204Z | [ recovery-image] Dec 20 23:31:20.930 INFO O| Dec 20 23:31:20.930 INFO STEP 95 (seed_smf) COMPLETE |
8480 | 2024-12-20T23:31:21.204Z | [ recovery-image] Dec 20 23:31:20.930 INFO O| Dec 20 23:31:20.930 INFO steps complete; finalising image! |
8481 | 2024-12-20T23:31:21.204Z | [ recovery-image] Dec 20 23:31:20.930 INFO O| Dec 20 23:31:20.930 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8482 | 2024-12-20T23:31:21.255Z | [ recovery-image] Dec 20 23:31:21.005 INFO O| Dec 20 23:31:21.005 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 20 23:31:20 2024) |
8483 | 2024-12-20T23:31:21.465Z | [ recovery-image] Dec 20 23:31:21.216 INFO O| Dec 20 23:31:21.216 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Fri Dec 20 23:31:20 2024) |
8484 | 2024-12-20T23:31:21.677Z | [ recovery-image] Dec 20 23:31:21.428 INFO O| Dec 20 23:31:21.428 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Fri Dec 20 23:31:20 2024) |
8485 | 2024-12-20T23:31:21.890Z | [ recovery-image] Dec 20 23:31:21.641 INFO O| Dec 20 23:31:21.641 INFO trim TEMPORARY-gimlet-zfs-recovery: (82% trimmed, started at Fri Dec 20 23:31:20 2024) |
8486 | 2024-12-20T23:31:22.104Z | [ recovery-image] Dec 20 23:31:21.853 INFO O| Dec 20 23:31:21.853 INFO trim TEMPORARY-gimlet-zfs-recovery: (97% trimmed, started at Fri Dec 20 23:31:20 2024) |
8487 | 2024-12-20T23:31:22.356Z | [ recovery-image] Dec 20 23:31:22.107 INFO O| Dec 20 23:31:22.107 INFO temporary pool has 363M used, 1.40G avail, 1.00x compressratio |
8488 | 2024-12-20T23:31:22.356Z | [ recovery-image] Dec 20 23:31:22.107 INFO O| Dec 20 23:31:22.107 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8489 | 2024-12-20T23:31:23.118Z | [ recovery-image] Dec 20 23:31:22.869 INFO O| Dec 20 23:31:22.869 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 |
8490 | 2024-12-20T23:31:23.118Z | [ recovery-image] Dec 20 23:31:22.869 INFO O| Dec 20 23:31:22.869 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8491 | 2024-12-20T23:31:26.285Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
8492 | 2024-12-20T23:31:29.010Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
8493 | 2024-12-20T23:31:29.054Z | [ recovery-image] Dec 20 23:31:28.805 INFO O| Dec 20 23:31:28.805 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8494 | 2024-12-20T23:31:29.054Z | [ recovery-image] Dec 20 23:31:28.805 INFO O| Dec 20 23:31:28.805 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8495 | 2024-12-20T23:31:29.066Z | [ recovery-image] Dec 20 23:31:28.805 INFO O| Dec 20 23:31:28.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8496 | 2024-12-20T23:31:29.066Z | [ recovery-image] Dec 20 23:31:28.805 INFO O| Dec 20 23:31:28.805 INFO completed processing gimlet/zfs-recovery |
8497 | 2024-12-20T23:31:29.066Z | [ recovery-image] Dec 20 23:31:28.805 INFO O| Dec 20 23:31:28.805 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8498 | 2024-12-20T23:31:30.048Z | [ recovery-image] Dec 20 23:31:29.800 INFO O| Dec 20 23:31:29.800 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8499 | 2024-12-20T23:31:30.166Z | [ recovery-image] Dec 20 23:31:29.919 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8500 | 2024-12-20T23:31:30.171Z | [ recovery-image] Dec 20 23:31:29.920 INFO expanded image name: "recovery 3aafc3f/${os_short_commit} 2024-12-20 23:01" -> "recovery 3aafc3f/37a4469 2024-12-20 23:01" |
8501 | 2024-12-20T23:31:30.171Z | [ recovery-image] Dec 20 23:31:29.920 INFO output artefacts stored in: "/work/os-recovery" |
8502 | 2024-12-20T23:31:30.171Z | [ recovery-image] Dec 20 23:31:29.921 INFO collecting git info from project "phbl"... |
8503 | 2024-12-20T23:31:30.202Z | [ recovery-image] Dec 20 23:31:29.955 INFO collecting git info from project "chelsio-t6-roms"... |
8504 | 2024-12-20T23:31:30.236Z | [ recovery-image] Dec 20 23:31:29.989 INFO collecting git info from project "pilot"... |
8505 | 2024-12-20T23:31:30.259Z | [ recovery-image] Dec 20 23:31:30.013 INFO collecting git info from project "amd-firmware"... |
8506 | 2024-12-20T23:31:31.097Z | [ recovery-image] Dec 20 23:31:30.850 INFO collecting git info from project "pinprick"... |
8507 | 2024-12-20T23:31:31.105Z | [ recovery-image] Dec 20 23:31:30.859 INFO collecting git info from project "image-builder"... |
8508 | 2024-12-20T23:31:31.116Z | [ recovery-image] Dec 20 23:31:30.870 INFO collecting git info from project "amd-host-image-builder"... |
8509 | 2024-12-20T23:31:31.726Z | [ recovery-image] Dec 20 23:31:31.271 INFO collecting git info from project "bootserver"... |
8510 | 2024-12-20T23:31:31.737Z | [ recovery-image] Dec 20 23:31:31.281 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8511 | 2024-12-20T23:31:32.485Z | [ recovery-image] Dec 20 23:31:32.239 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8512 | 2024-12-20T23:31:33.181Z | [ recovery-image] Dec 20 23:31:32.936 INFO creating Oxide boot image... |
8513 | 2024-12-20T23:31:33.191Z | [ recovery-image] Dec 20 23:31:32.936 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 3aafc3f/37a4469 2024-12-20 23:01", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8514 | 2024-12-20T23:32:09.028Z | [ host-image] Dec 20 23:32:08.793 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8515 | 2024-12-20T23:32:09.028Z | [ host-image] Dec 20 23:32:08.793 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8516 | 2024-12-20T23:32:09.031Z | [ host-image] Dec 20 23:32:08.793 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8517 | 2024-12-20T23:32:09.031Z | [ host-image] Dec 20 23:32:08.793 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8518 | 2024-12-20T23:32:09.031Z | [ host-image] Dec 20 23:32:08.794 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8519 | 2024-12-20T23:32:09.031Z | [ host-image] Dec 20 23:32:08.794 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8520 | 2024-12-20T23:32:09.031Z | [ host-image] Dec 20 23:32:08.795 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8521 | 2024-12-20T23:32:09.031Z | [ host-image] Dec 20 23:32:08.795 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8522 | 2024-12-20T23:32:09.031Z | [ host-image] Dec 20 23:32:08.795 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8523 | 2024-12-20T23:32:09.031Z | [ host-image] Dec 20 23:32:08.795 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8524 | 2024-12-20T23:32:09.031Z | [ host-image] Dec 20 23:32:08.795 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8525 | 2024-12-20T23:32:09.034Z | [ host-image] Dec 20 23:32:08.798 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8526 | 2024-12-20T23:32:09.034Z | [ host-image] Dec 20 23:32:08.799 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8527 | 2024-12-20T23:32:09.037Z | [ host-image] Dec 20 23:32:08.800 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8528 | 2024-12-20T23:32:09.037Z | [ host-image] Dec 20 23:32:08.800 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8529 | 2024-12-20T23:32:09.037Z | [ host-image] Dec 20 23:32:08.801 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8530 | 2024-12-20T23:32:09.037Z | [ host-image] Dec 20 23:32:08.802 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8531 | 2024-12-20T23:32:09.037Z | [ host-image] Dec 20 23:32:08.802 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8532 | 2024-12-20T23:32:09.037Z | [ host-image] Dec 20 23:32:08.802 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8533 | 2024-12-20T23:32:09.037Z | [ host-image] Dec 20 23:32:08.802 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8534 | 2024-12-20T23:32:09.040Z | [ host-image] Dec 20 23:32:08.803 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8535 | 2024-12-20T23:32:09.040Z | [ host-image] Dec 20 23:32:08.803 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8536 | 2024-12-20T23:32:09.040Z | [ host-image] Dec 20 23:32:08.803 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8537 | 2024-12-20T23:32:09.040Z | [ host-image] Dec 20 23:32:08.803 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8538 | 2024-12-20T23:32:09.040Z | [ host-image] Dec 20 23:32:08.803 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8539 | 2024-12-20T23:32:09.040Z | [ host-image] Dec 20 23:32:08.804 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8540 | 2024-12-20T23:32:09.040Z | [ host-image] Dec 20 23:32:08.804 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8541 | 2024-12-20T23:32:09.041Z | [ host-image] Dec 20 23:32:08.804 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8542 | 2024-12-20T23:32:09.041Z | [ host-image] Dec 20 23:32:08.804 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8543 | 2024-12-20T23:32:09.041Z | [ host-image] Dec 20 23:32:08.804 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8544 | 2024-12-20T23:32:09.041Z | [ host-image] Dec 20 23:32:08.805 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8545 | 2024-12-20T23:32:09.041Z | [ host-image] Dec 20 23:32:08.805 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8546 | 2024-12-20T23:32:09.041Z | [ host-image] Dec 20 23:32:08.805 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8547 | 2024-12-20T23:32:09.041Z | [ host-image] Dec 20 23:32:08.805 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8548 | 2024-12-20T23:32:09.043Z | [ host-image] Dec 20 23:32:08.807 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8549 | 2024-12-20T23:32:09.043Z | [ host-image] Dec 20 23:32:08.807 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8550 | 2024-12-20T23:32:09.056Z | [ host-image] Dec 20 23:32:08.821 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8551 | 2024-12-20T23:32:09.056Z | [ host-image] Dec 20 23:32:08.821 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8552 | 2024-12-20T23:32:09.058Z | [ host-image] Dec 20 23:32:08.821 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8553 | 2024-12-20T23:32:09.059Z | [ host-image] Dec 20 23:32:08.822 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8554 | 2024-12-20T23:32:09.059Z | [ host-image] Dec 20 23:32:08.822 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8555 | 2024-12-20T23:32:09.059Z | [ host-image] Dec 20 23:32:08.823 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8556 | 2024-12-20T23:32:09.059Z | [ host-image] Dec 20 23:32:08.823 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8557 | 2024-12-20T23:32:09.059Z | [ host-image] Dec 20 23:32:08.824 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8558 | 2024-12-20T23:32:09.061Z | [ host-image] Dec 20 23:32:08.825 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8559 | 2024-12-20T23:32:09.061Z | [ host-image] Dec 20 23:32:08.825 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8560 | 2024-12-20T23:32:09.079Z | [ host-image] Dec 20 23:32:08.844 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8561 | 2024-12-20T23:32:09.079Z | [ host-image] Dec 20 23:32:08.844 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8562 | 2024-12-20T23:32:09.082Z | [ host-image] Dec 20 23:32:08.844 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8563 | 2024-12-20T23:32:09.082Z | [ host-image] Dec 20 23:32:08.847 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8564 | 2024-12-20T23:32:09.085Z | [ host-image] Dec 20 23:32:08.848 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8565 | 2024-12-20T23:32:09.085Z | [ host-image] Dec 20 23:32:08.848 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8566 | 2024-12-20T23:32:09.157Z | [ host-image] Dec 20 23:32:08.922 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8567 | 2024-12-20T23:32:09.159Z | [ host-image] Dec 20 23:32:08.923 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8568 | 2024-12-20T23:32:09.159Z | [ host-image] Dec 20 23:32:08.923 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8569 | 2024-12-20T23:32:09.160Z | [ host-image] Dec 20 23:32:08.925 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8570 | 2024-12-20T23:32:09.160Z | [ host-image] Dec 20 23:32:08.925 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8571 | 2024-12-20T23:32:09.162Z | [ host-image] Dec 20 23:32:08.925 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8572 | 2024-12-20T23:32:09.162Z | [ host-image] Dec 20 23:32:08.925 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8573 | 2024-12-20T23:32:09.162Z | [ host-image] Dec 20 23:32:08.926 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8574 | 2024-12-20T23:32:09.163Z | [ host-image] Dec 20 23:32:08.926 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8575 | 2024-12-20T23:32:09.163Z | [ host-image] Dec 20 23:32:08.926 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8576 | 2024-12-20T23:32:09.163Z | [ host-image] Dec 20 23:32:08.926 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8577 | 2024-12-20T23:32:09.163Z | [ host-image] Dec 20 23:32:08.926 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8578 | 2024-12-20T23:32:09.170Z | [ host-image] Dec 20 23:32:08.935 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8579 | 2024-12-20T23:32:09.172Z | [ host-image] Dec 20 23:32:08.935 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8580 | 2024-12-20T23:32:09.172Z | [ host-image] Dec 20 23:32:08.935 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8581 | 2024-12-20T23:32:09.172Z | [ host-image] Dec 20 23:32:08.936 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8582 | 2024-12-20T23:32:09.173Z | [ host-image] Dec 20 23:32:08.936 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8583 | 2024-12-20T23:32:09.193Z | [ host-image] Dec 20 23:32:08.958 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8584 | 2024-12-20T23:32:09.196Z | [ host-image] Dec 20 23:32:08.959 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8585 | 2024-12-20T23:32:09.198Z | [ host-image] Dec 20 23:32:08.962 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8586 | 2024-12-20T23:32:09.198Z | [ host-image] Dec 20 23:32:08.963 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8587 | 2024-12-20T23:32:09.199Z | [ host-image] Dec 20 23:32:08.963 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8588 | 2024-12-20T23:32:09.199Z | [ host-image] Dec 20 23:32:08.964 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8589 | 2024-12-20T23:32:09.201Z | [ host-image] Dec 20 23:32:08.965 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8590 | 2024-12-20T23:32:09.201Z | [ host-image] Dec 20 23:32:08.965 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8591 | 2024-12-20T23:32:09.201Z | [ host-image] Dec 20 23:32:08.966 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8592 | 2024-12-20T23:32:09.206Z | [ host-image] Dec 20 23:32:08.971 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8593 | 2024-12-20T23:32:09.208Z | [ host-image] Dec 20 23:32:08.972 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8594 | 2024-12-20T23:32:09.208Z | [ host-image] Dec 20 23:32:08.973 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8595 | 2024-12-20T23:32:09.208Z | [ host-image] Dec 20 23:32:08.973 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8596 | 2024-12-20T23:32:09.208Z | [ host-image] Dec 20 23:32:08.974 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8597 | 2024-12-20T23:32:09.211Z | [ host-image] Dec 20 23:32:08.974 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8598 | 2024-12-20T23:32:09.211Z | [ host-image] Dec 20 23:32:08.974 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8599 | 2024-12-20T23:32:09.211Z | [ host-image] Dec 20 23:32:08.975 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8600 | 2024-12-20T23:32:09.239Z | [ host-image] Dec 20 23:32:09.004 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8601 | 2024-12-20T23:32:09.239Z | [ host-image] Dec 20 23:32:09.004 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8602 | 2024-12-20T23:32:09.242Z | [ host-image] Dec 20 23:32:09.007 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8603 | 2024-12-20T23:32:09.244Z | [ host-image] Dec 20 23:32:09.009 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8604 | 2024-12-20T23:32:09.244Z | [ host-image] Dec 20 23:32:09.009 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8605 | 2024-12-20T23:32:09.247Z | [ host-image] Dec 20 23:32:09.010 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8606 | 2024-12-20T23:32:09.247Z | [ host-image] Dec 20 23:32:09.011 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8607 | 2024-12-20T23:32:09.247Z | [ host-image] Dec 20 23:32:09.011 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8608 | 2024-12-20T23:32:09.262Z | [ host-image] Dec 20 23:32:09.027 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8609 | 2024-12-20T23:32:09.265Z | [ host-image] Dec 20 23:32:09.028 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8610 | 2024-12-20T23:32:09.274Z | [ host-image] Dec 20 23:32:09.039 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8611 | 2024-12-20T23:32:09.276Z | [ host-image] Dec 20 23:32:09.041 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8612 | 2024-12-20T23:32:09.276Z | [ host-image] Dec 20 23:32:09.041 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8613 | 2024-12-20T23:32:09.310Z | [ host-image] Dec 20 23:32:09.076 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8614 | 2024-12-20T23:32:09.313Z | [ host-image] Dec 20 23:32:09.076 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8615 | 2024-12-20T23:32:09.313Z | [ host-image] Dec 20 23:32:09.076 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8616 | 2024-12-20T23:32:09.313Z | [ host-image] Dec 20 23:32:09.076 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8617 | 2024-12-20T23:32:09.313Z | [ host-image] Dec 20 23:32:09.077 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8618 | 2024-12-20T23:32:09.384Z | [ host-image] Dec 20 23:32:09.150 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8619 | 2024-12-20T23:32:09.388Z | [ host-image] Dec 20 23:32:09.150 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8620 | 2024-12-20T23:32:09.389Z | [ host-image] Dec 20 23:32:09.150 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8621 | 2024-12-20T23:32:09.389Z | [ host-image] Dec 20 23:32:09.150 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8622 | 2024-12-20T23:32:09.389Z | [ host-image] Dec 20 23:32:09.152 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8623 | 2024-12-20T23:32:09.389Z | [ host-image] Dec 20 23:32:09.152 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8624 | 2024-12-20T23:32:09.393Z | [ host-image] Dec 20 23:32:09.153 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8625 | 2024-12-20T23:32:09.393Z | [ host-image] Dec 20 23:32:09.154 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8626 | 2024-12-20T23:32:09.393Z | [ host-image] Dec 20 23:32:09.154 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8627 | 2024-12-20T23:32:09.393Z | [ host-image] Dec 20 23:32:09.154 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8628 | 2024-12-20T23:32:09.393Z | [ host-image] Dec 20 23:32:09.155 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8629 | 2024-12-20T23:32:09.393Z | [ host-image] Dec 20 23:32:09.155 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8630 | 2024-12-20T23:32:09.393Z | [ host-image] Dec 20 23:32:09.156 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8631 | 2024-12-20T23:32:09.409Z | [ host-image] Dec 20 23:32:09.174 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8632 | 2024-12-20T23:32:09.412Z | [ host-image] Dec 20 23:32:09.175 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8633 | 2024-12-20T23:32:09.412Z | [ host-image] Dec 20 23:32:09.177 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8634 | 2024-12-20T23:32:09.416Z | [ host-image] Dec 20 23:32:09.177 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8635 | 2024-12-20T23:32:09.416Z | [ host-image] Dec 20 23:32:09.178 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8636 | 2024-12-20T23:32:09.416Z | [ host-image] Dec 20 23:32:09.178 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8637 | 2024-12-20T23:32:09.416Z | [ host-image] Dec 20 23:32:09.179 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8638 | 2024-12-20T23:32:09.416Z | [ host-image] Dec 20 23:32:09.179 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8639 | 2024-12-20T23:32:09.416Z | [ host-image] Dec 20 23:32:09.179 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8640 | 2024-12-20T23:32:09.416Z | [ host-image] Dec 20 23:32:09.179 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8641 | 2024-12-20T23:32:09.416Z | [ host-image] Dec 20 23:32:09.180 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8642 | 2024-12-20T23:32:09.416Z | [ host-image] Dec 20 23:32:09.180 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8643 | 2024-12-20T23:32:09.419Z | [ host-image] Dec 20 23:32:09.180 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8644 | 2024-12-20T23:32:09.419Z | [ host-image] Dec 20 23:32:09.180 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8645 | 2024-12-20T23:32:09.419Z | [ host-image] Dec 20 23:32:09.180 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8646 | 2024-12-20T23:32:09.420Z | [ host-image] Dec 20 23:32:09.181 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8647 | 2024-12-20T23:32:09.420Z | [ host-image] Dec 20 23:32:09.182 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8648 | 2024-12-20T23:32:09.420Z | [ host-image] Dec 20 23:32:09.184 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8649 | 2024-12-20T23:32:09.420Z | [ host-image] Dec 20 23:32:09.184 INFO O| tempdir @ "/tmp/.tmpZYM4aO/tmp" |
8650 | 2024-12-20T23:32:09.420Z | [ host-image] Dec 20 23:32:09.184 INFO O| image root @ "/tmp/.tmpZYM4aO/tmp/root" |
8651 | 2024-12-20T23:32:09.420Z | [ host-image] Dec 20 23:32:09.184 INFO O| creating image... |
8652 | 2024-12-20T23:32:10.558Z | [ host-image] Dec 20 23:32:10.324 INFO O| copying publishers... |
8653 | 2024-12-20T23:32:32.540Z | [ host-image] Dec 20 23:32:32.311 INFO O| adding properties... |
8654 | 2024-12-20T23:32:35.082Z | [ host-image] Dec 20 23:32:34.855 INFO O| installing packages... |
8655 | 2024-12-20T23:32:43.650Z | [ recovery-image] Dec 20 23:32:43.423 INFO O| ok, image written! |
8656 | 2024-12-20T23:32:43.650Z | [ recovery-image] Dec 20 23:32:43.423 INFO O| ok, boot_image_csum file written! |
8657 | 2024-12-20T23:32:43.655Z | [ recovery-image] Dec 20 23:32:43.431 INFO creating boot archive (CPIO)... |
8658 | 2024-12-20T23:32:43.655Z | [ recovery-image] Dec 20 23:32:43.431 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 |
8659 | 2024-12-20T23:32:43.668Z | [ recovery-image] Dec 20 23:32:43.442 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8660 | 2024-12-20T23:32:43.668Z | [ recovery-image] Dec 20 23:32:43.443 INFO E| + outfile=/work/os-recovery/cpio |
8661 | 2024-12-20T23:32:43.671Z | [ recovery-image] Dec 20 23:32:43.443 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8662 | 2024-12-20T23:32:43.671Z | [ recovery-image] Dec 20 23:32:43.445 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8663 | 2024-12-20T23:32:43.671Z | [ recovery-image] Dec 20 23:32:43.446 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8664 | 2024-12-20T23:32:43.711Z | [ recovery-image] Dec 20 23:32:43.486 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8665 | 2024-12-20T23:32:43.711Z | [ recovery-image] Dec 20 23:32:43.487 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8666 | 2024-12-20T23:32:43.721Z | [ recovery-image] Dec 20 23:32:43.496 INFO creating compressed cpio/unix for nanobl-rs... |
8667 | 2024-12-20T23:32:43.721Z | [ recovery-image] Dec 20 23:32:43.497 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 |
8668 | 2024-12-20T23:32:44.072Z | [ recovery-image] Dec 20 23:32:43.847 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8669 | 2024-12-20T23:32:50.662Z | [ recovery-image] Dec 20 23:32:50.440 INFO creating reset image... |
8670 | 2024-12-20T23:32:50.662Z | [ recovery-image] Dec 20 23:32:50.440 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8671 | 2024-12-20T23:32:51.205Z | [ recovery-image] Dec 20 23:32:50.982 INFO E| Updating crates.io index |
8672 | 2024-12-20T23:32:51.514Z | [ recovery-image] Dec 20 23:32:51.292 INFO E| Downloading crates ... |
8673 | 2024-12-20T23:32:51.780Z | [ recovery-image] Dec 20 23:32:51.557 INFO E| Downloaded shared_child v1.0.1 |
8674 | 2024-12-20T23:32:51.783Z | [ recovery-image] Dec 20 23:32:51.560 INFO E| Downloaded duct v0.13.7 |
8675 | 2024-12-20T23:32:51.785Z | [ recovery-image] Dec 20 23:32:51.563 INFO E| Downloaded clap_derive v4.5.13 |
8676 | 2024-12-20T23:32:51.788Z | [ recovery-image] Dec 20 23:32:51.566 INFO E| Downloaded os_pipe v1.2.1 |
8677 | 2024-12-20T23:32:51.790Z | [ recovery-image] Dec 20 23:32:51.568 INFO E| Downloaded clap v4.5.17 |
8678 | 2024-12-20T23:32:51.859Z | [ recovery-image] Dec 20 23:32:51.637 INFO E| Downloaded clap_builder v4.5.17 |
8679 | 2024-12-20T23:32:51.869Z | [ recovery-image] Dec 20 23:32:51.647 INFO E| Downloaded syn v2.0.77 |
8680 | 2024-12-20T23:32:51.992Z | [ recovery-image] Dec 20 23:32:51.770 INFO E| Downloaded libc v0.2.158 |
8681 | 2024-12-20T23:32:52.101Z | [ recovery-image] Dec 20 23:32:51.878 INFO E| Compiling proc-macro2 v1.0.86 |
8682 | 2024-12-20T23:32:52.101Z | [ recovery-image] Dec 20 23:32:51.878 INFO E| Compiling unicode-ident v1.0.13 |
8683 | 2024-12-20T23:32:52.105Z | [ recovery-image] Dec 20 23:32:51.878 INFO E| Compiling libc v0.2.158 |
8684 | 2024-12-20T23:32:52.105Z | [ recovery-image] Dec 20 23:32:51.878 INFO E| Compiling utf8parse v0.2.2 |
8685 | 2024-12-20T23:32:52.105Z | [ recovery-image] Dec 20 23:32:51.878 INFO E| Compiling colorchoice v1.0.2 |
8686 | 2024-12-20T23:32:52.105Z | [ recovery-image] Dec 20 23:32:51.878 INFO E| Compiling anstyle v1.0.8 |
8687 | 2024-12-20T23:32:52.105Z | [ recovery-image] Dec 20 23:32:51.878 INFO E| Compiling anstyle-query v1.1.1 |
8688 | 2024-12-20T23:32:52.105Z | [ recovery-image] Dec 20 23:32:51.878 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8689 | 2024-12-20T23:32:52.785Z | [ recovery-image] Dec 20 23:32:52.563 INFO E| Compiling anstyle-parse v0.2.5 |
8690 | 2024-12-20T23:32:52.785Z | [ recovery-image] Dec 20 23:32:52.563 INFO E| Compiling clap_lex v0.7.2 |
8691 | 2024-12-20T23:32:52.887Z | [ recovery-image] Dec 20 23:32:52.665 INFO E| Compiling strsim v0.11.1 |
8692 | 2024-12-20T23:32:52.992Z | [ recovery-image] Dec 20 23:32:52.770 INFO E| Compiling heck v0.5.0 |
8693 | 2024-12-20T23:32:53.119Z | [ recovery-image] Dec 20 23:32:52.897 INFO E| Compiling once_cell v1.19.0 |
8694 | 2024-12-20T23:32:53.311Z | [ recovery-image] Dec 20 23:32:53.089 INFO E| Compiling anstream v0.6.15 |
8695 | 2024-12-20T23:32:54.194Z | [ recovery-image] Dec 20 23:32:53.972 INFO E| Compiling clap_builder v4.5.17 |
8696 | 2024-12-20T23:32:54.935Z | [ recovery-image] Dec 20 23:32:54.713 INFO E| Compiling os_pipe v1.2.1 |
8697 | 2024-12-20T23:32:54.935Z | [ recovery-image] Dec 20 23:32:54.713 INFO E| Compiling shared_child v1.0.1 |
8698 | 2024-12-20T23:32:55.037Z | [ recovery-image] Dec 20 23:32:54.816 INFO E| Compiling quote v1.0.37 |
8699 | 2024-12-20T23:32:55.211Z | [ recovery-image] Dec 20 23:32:54.989 INFO E| Compiling duct v0.13.7 |
8700 | 2024-12-20T23:32:55.800Z | [ recovery-image] Dec 20 23:32:55.579 INFO E| Compiling syn v2.0.77 |
8701 | 2024-12-20T23:33:04.692Z | [ recovery-image] Dec 20 23:33:04.473 INFO E| Compiling clap_derive v4.5.13 |
8702 | 2024-12-20T23:33:07.784Z | [ host-image] Dec 20 23:33:07.566 INFO O| seeding SMF database... |
8703 | 2024-12-20T23:33:10.255Z | [ recovery-image] Dec 20 23:33:10.038 INFO E| Compiling clap v4.5.17 |
8704 | 2024-12-20T23:33:10.350Z | [ recovery-image] Dec 20 23:33:10.133 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8705 | 2024-12-20T23:33:12.649Z | [ recovery-image] Dec 20 23:33:12.433 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.83s |
8706 | 2024-12-20T23:33:12.665Z | [ recovery-image] Dec 20 23:33:12.449 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8707 | 2024-12-20T23:33:12.980Z | [ recovery-image] Dec 20 23:33:12.764 INFO E| Updating crates.io index |
8708 | 2024-12-20T23:33:13.307Z | [ recovery-image] Dec 20 23:33:13.091 INFO E| Downloading crates ... |
8709 | 2024-12-20T23:33:13.403Z | [ recovery-image] Dec 20 23:33:13.187 INFO E| Downloaded bit_field v0.10.2 |
8710 | 2024-12-20T23:33:13.417Z | [ recovery-image] Dec 20 23:33:13.201 INFO E| Downloaded bitstruct v0.1.1 |
8711 | 2024-12-20T23:33:13.421Z | [ recovery-image] Dec 20 23:33:13.206 INFO E| Downloaded bitstruct_derive v0.1.0 |
8712 | 2024-12-20T23:33:13.424Z | [ recovery-image] Dec 20 23:33:13.208 INFO E| Downloaded seq-macro v0.3.5 |
8713 | 2024-12-20T23:33:13.426Z | [ recovery-image] Dec 20 23:33:13.210 INFO E| Downloaded cpio_reader v0.1.1 |
8714 | 2024-12-20T23:33:13.444Z | [ recovery-image] Dec 20 23:33:13.228 INFO E| Downloaded raw-cpuid v10.7.0 |
8715 | 2024-12-20T23:33:13.452Z | [ recovery-image] Dec 20 23:33:13.237 INFO E| Downloaded syn v2.0.85 |
8716 | 2024-12-20T23:33:13.632Z | [ recovery-image] Dec 20 23:33:13.416 INFO E| Downloaded x86 v0.52.0 |
8717 | 2024-12-20T23:33:13.741Z | [ recovery-image] Dec 20 23:33:13.525 INFO E| Updating crates.io index |
8718 | 2024-12-20T23:33:14.159Z | [ recovery-image] Dec 20 23:33:13.943 INFO E| Downloading crates ... |
8719 | 2024-12-20T23:33:14.400Z | [ recovery-image] Dec 20 23:33:14.184 INFO E| Downloaded hashbrown v0.15.0 |
8720 | 2024-12-20T23:33:14.414Z | [ recovery-image] Dec 20 23:33:14.199 INFO E| Downloaded compiler_builtins v0.1.134 |
8721 | 2024-12-20T23:33:14.539Z | [ recovery-image] Dec 20 23:33:14.323 INFO E| Compiling compiler_builtins v0.1.134 |
8722 | 2024-12-20T23:33:14.541Z | [ recovery-image] Dec 20 23:33:14.323 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) |
8723 | 2024-12-20T23:33:14.541Z | [ recovery-image] Dec 20 23:33:14.323 INFO E| Compiling proc-macro2 v1.0.89 |
8724 | 2024-12-20T23:33:14.541Z | [ recovery-image] Dec 20 23:33:14.324 INFO E| Compiling unicode-ident v1.0.13 |
8725 | 2024-12-20T23:33:14.541Z | [ recovery-image] Dec 20 23:33:14.324 INFO E| Compiling syn v1.0.109 |
8726 | 2024-12-20T23:33:15.125Z | [ recovery-image] Dec 20 23:33:14.909 INFO E| Compiling x86 v0.52.0 |
8727 | 2024-12-20T23:33:15.125Z | [ recovery-image] Dec 20 23:33:14.909 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8728 | 2024-12-20T23:33:15.125Z | [ recovery-image] Dec 20 23:33:14.909 INFO E| Compiling seq-macro v0.3.5 |
8729 | 2024-12-20T23:33:17.435Z | [ recovery-image] Dec 20 23:33:17.220 INFO E| Compiling quote v1.0.37 |
8730 | 2024-12-20T23:33:17.970Z | [ recovery-image] Dec 20 23:33:17.755 INFO E| Compiling syn v2.0.85 |
8731 | 2024-12-20T23:33:23.031Z | [ host-image] Dec 20 23:33:22.818 INFO O| configuring SMF profile... |
8732 | 2024-12-20T23:33:23.034Z | [ host-image] Dec 20 23:33:22.819 INFO O| modifying shadow(5)... |
8733 | 2024-12-20T23:33:23.034Z | [ host-image] Dec 20 23:33:22.819 INFO O| loading user and group database... |
8734 | 2024-12-20T23:33:23.034Z | [ host-image] Dec 20 23:33:22.819 INFO O| assessing packaged files... |
8735 | 2024-12-20T23:33:24.587Z | [ recovery-image] Dec 20 23:33:24.374 INFO E| Compiling scroll_derive v0.12.0 |
8736 | 2024-12-20T23:33:28.856Z | [ recovery-image] Dec 20 23:33:28.645 INFO E| Compiling bitstruct_derive v0.1.0 |
8737 | 2024-12-20T23:33:29.477Z | [ host-image] Dec 20 23:33:29.266 INFO O| creating archive... |
8738 | 2024-12-20T23:33:29.546Z | [ host-image] Dec 20 23:33:29.335 INFO O| missing from packaging: |
8739 | 2024-12-20T23:33:29.546Z | [ host-image] Dec 20 23:33:29.335 INFO O| "etc/.pwd.lock" |
8740 | 2024-12-20T23:33:29.549Z | [ host-image] Dec 20 23:33:29.335 INFO O| "etc/bash" |
8741 | 2024-12-20T23:33:29.554Z | [ host-image] Dec 20 23:33:29.343 INFO O| "etc/svc/profile/generic.xml" |
8742 | 2024-12-20T23:33:29.554Z | [ host-image] Dec 20 23:33:29.343 INFO O| "etc/svc/profile/inetd_services.xml" |
8743 | 2024-12-20T23:33:29.557Z | [ host-image] Dec 20 23:33:29.343 INFO O| "etc/svc/profile/name_service.xml" |
8744 | 2024-12-20T23:33:29.557Z | [ host-image] Dec 20 23:33:29.343 INFO O| "etc/svc/profile/platform.xml" |
8745 | 2024-12-20T23:33:29.557Z | [ host-image] Dec 20 23:33:29.343 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8746 | 2024-12-20T23:33:29.557Z | [ host-image] Dec 20 23:33:29.343 INFO O| "etc/svc/repository.db" |
8747 | 2024-12-20T23:33:29.571Z | [ host-image] Dec 20 23:33:29.360 INFO O| "opt/ooce/share" |
8748 | 2024-12-20T23:33:29.571Z | [ host-image] Dec 20 23:33:29.360 INFO O| "opt/ooce/share/man" |
8749 | 2024-12-20T23:33:29.574Z | [ host-image] Dec 20 23:33:29.360 INFO O| "opt/ooce/share/man/man1" |
8750 | 2024-12-20T23:33:29.585Z | [ host-image] Dec 20 23:33:29.374 INFO O| finishing archive... |
8751 | 2024-12-20T23:33:33.910Z | [ host-image] Dec 20 23:33:33.700 INFO O| creating gzonly manifest... |
8752 | 2024-12-20T23:33:33.922Z | [ host-image] Dec 20 23:33:33.712 INFO O| ok |
8753 | 2024-12-20T23:33:34.102Z | [ host-image] Dec 20 23:33:33.892 INFO image builder template: ramdisk-02-trim... |
8754 | 2024-12-20T23:33:34.102Z | [ host-image] Dec 20 23:33:33.892 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/.tmpuUXtU8/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 |
8755 | 2024-12-20T23:33:34.142Z | [ host-image] Dec 20 23:33:33.932 INFO O| Dec 20 23:33:33.932 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8756 | 2024-12-20T23:33:34.152Z | [ host-image] Dec 20 23:33:33.942 INFO O| Dec 20 23:33:33.942 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8757 | 2024-12-20T23:33:34.328Z | [ host-image] Dec 20 23:33:34.118 INFO O| Dec 20 23:33:34.118 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8758 | 2024-12-20T23:33:34.421Z | [ host-image] Dec 20 23:33:34.211 INFO O| Dec 20 23:33:34.211 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8759 | 2024-12-20T23:33:34.425Z | [ host-image] Dec 20 23:33:34.211 INFO O| Dec 20 23:33:34.211 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8760 | 2024-12-20T23:33:34.430Z | [ host-image] Dec 20 23:33:34.220 INFO O| Dec 20 23:33:34.220 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8761 | 2024-12-20T23:33:34.437Z | [ host-image] Dec 20 23:33:34.228 INFO O| Dec 20 23:33:34.228 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8762 | 2024-12-20T23:33:34.465Z | [ host-image] Dec 20 23:33:34.254 INFO O| Dec 20 23:33:34.254 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8763 | 2024-12-20T23:33:34.938Z | [ host-image] Dec 20 23:33:34.728 INFO O| Dec 20 23:33:34.728 INFO rolled back to input snapshot; work may begin |
8764 | 2024-12-20T23:33:34.938Z | [ host-image] Dec 20 23:33:34.728 INFO O| Dec 20 23:33:34.728 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8765 | 2024-12-20T23:33:34.949Z | [ host-image] Dec 20 23:33:34.739 INFO O| Dec 20 23:33:34.739 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8766 | 2024-12-20T23:33:34.988Z | [ host-image] Dec 20 23:33:34.779 INFO O| Dec 20 23:33:34.779 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8767 | 2024-12-20T23:33:35.324Z | [ host-image] Dec 20 23:33:35.115 INFO O| Dec 20 23:33:35.115 INFO STEP 0 (remove_files) COMPLETE |
8768 | 2024-12-20T23:33:35.324Z | [ host-image] Dec 20 23:33:35.115 INFO O| Dec 20 23:33:35.115 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8769 | 2024-12-20T23:33:35.362Z | [ host-image] Dec 20 23:33:35.152 INFO O| Dec 20 23:33:35.152 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8770 | 2024-12-20T23:33:35.365Z | [ host-image] Dec 20 23:33:35.155 INFO O| Dec 20 23:33:35.155 INFO STEP 1 (remove_files) COMPLETE |
8771 | 2024-12-20T23:33:35.365Z | [ host-image] Dec 20 23:33:35.155 INFO O| Dec 20 23:33:35.155 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8772 | 2024-12-20T23:33:35.384Z | [ host-image] Dec 20 23:33:35.175 INFO O| Dec 20 23:33:35.175 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8773 | 2024-12-20T23:33:35.406Z | [ host-image] Dec 20 23:33:35.196 INFO O| Dec 20 23:33:35.196 INFO STEP 2 (remove_files) COMPLETE |
8774 | 2024-12-20T23:33:35.406Z | [ host-image] Dec 20 23:33:35.196 INFO O| Dec 20 23:33:35.196 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8775 | 2024-12-20T23:33:35.434Z | [ host-image] Dec 20 23:33:35.224 INFO O| Dec 20 23:33:35.224 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8776 | 2024-12-20T23:33:35.436Z | [ host-image] Dec 20 23:33:35.227 INFO O| Dec 20 23:33:35.227 INFO STEP 3 (remove_files) COMPLETE |
8777 | 2024-12-20T23:33:35.439Z | [ host-image] Dec 20 23:33:35.227 INFO O| Dec 20 23:33:35.227 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8778 | 2024-12-20T23:33:35.457Z | [ host-image] Dec 20 23:33:35.248 INFO O| Dec 20 23:33:35.248 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8779 | 2024-12-20T23:33:35.463Z | [ host-image] Dec 20 23:33:35.254 INFO O| Dec 20 23:33:35.254 INFO STEP 4 (remove_files) COMPLETE |
8780 | 2024-12-20T23:33:35.466Z | [ host-image] Dec 20 23:33:35.254 INFO O| Dec 20 23:33:35.254 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8781 | 2024-12-20T23:33:35.483Z | [ host-image] Dec 20 23:33:35.274 INFO O| Dec 20 23:33:35.274 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8782 | 2024-12-20T23:33:35.488Z | [ host-image] Dec 20 23:33:35.278 INFO O| Dec 20 23:33:35.278 INFO STEP 5 (remove_files) COMPLETE |
8783 | 2024-12-20T23:33:35.491Z | [ host-image] Dec 20 23:33:35.279 INFO O| Dec 20 23:33:35.278 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8784 | 2024-12-20T23:33:35.528Z | [ host-image] Dec 20 23:33:35.319 INFO O| Dec 20 23:33:35.319 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8785 | 2024-12-20T23:33:35.543Z | [ host-image] Dec 20 23:33:35.334 INFO O| Dec 20 23:33:35.333 INFO STEP 6 (remove_files) COMPLETE |
8786 | 2024-12-20T23:33:35.543Z | [ host-image] Dec 20 23:33:35.334 INFO O| Dec 20 23:33:35.333 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8787 | 2024-12-20T23:33:35.594Z | [ host-image] Dec 20 23:33:35.384 INFO O| Dec 20 23:33:35.384 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8788 | 2024-12-20T23:33:35.614Z | [ host-image] Dec 20 23:33:35.404 INFO O| Dec 20 23:33:35.404 INFO STEP 7 (remove_files) COMPLETE |
8789 | 2024-12-20T23:33:35.614Z | [ host-image] Dec 20 23:33:35.404 INFO O| Dec 20 23:33:35.404 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8790 | 2024-12-20T23:33:35.666Z | [ host-image] Dec 20 23:33:35.455 INFO O| Dec 20 23:33:35.455 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8791 | 2024-12-20T23:33:35.813Z | [ host-image] Dec 20 23:33:35.603 INFO O| Dec 20 23:33:35.603 INFO STEP 8 (remove_files) COMPLETE |
8792 | 2024-12-20T23:33:35.813Z | [ host-image] Dec 20 23:33:35.603 INFO O| Dec 20 23:33:35.603 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8793 | 2024-12-20T23:33:35.830Z | [ host-image] Dec 20 23:33:35.621 INFO O| Dec 20 23:33:35.621 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8794 | 2024-12-20T23:33:35.989Z | [ host-image] Dec 20 23:33:35.780 INFO O| Dec 20 23:33:35.779 INFO STEP 9 (remove_files) COMPLETE |
8795 | 2024-12-20T23:33:35.989Z | [ host-image] Dec 20 23:33:35.780 INFO O| Dec 20 23:33:35.780 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8796 | 2024-12-20T23:33:36.008Z | [ host-image] Dec 20 23:33:35.799 INFO O| Dec 20 23:33:35.799 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8797 | 2024-12-20T23:33:36.037Z | [ host-image] Dec 20 23:33:35.828 INFO O| Dec 20 23:33:35.827 INFO STEP 10 (remove_files) COMPLETE |
8798 | 2024-12-20T23:33:36.037Z | [ host-image] Dec 20 23:33:35.828 INFO O| Dec 20 23:33:35.828 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8799 | 2024-12-20T23:33:36.056Z | [ host-image] Dec 20 23:33:35.847 INFO O| Dec 20 23:33:35.846 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8800 | 2024-12-20T23:33:36.059Z | [ host-image] Dec 20 23:33:35.848 INFO O| Dec 20 23:33:35.848 INFO STEP 11 (remove_files) COMPLETE |
8801 | 2024-12-20T23:33:36.059Z | [ host-image] Dec 20 23:33:35.848 INFO O| Dec 20 23:33:35.848 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8802 | 2024-12-20T23:33:36.075Z | [ host-image] Dec 20 23:33:35.866 INFO O| Dec 20 23:33:35.866 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8803 | 2024-12-20T23:33:36.078Z | [ host-image] Dec 20 23:33:35.868 INFO O| Dec 20 23:33:35.868 INFO STEP 12 (remove_files) COMPLETE |
8804 | 2024-12-20T23:33:36.078Z | [ host-image] Dec 20 23:33:35.868 INFO O| Dec 20 23:33:35.868 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8805 | 2024-12-20T23:33:36.154Z | [ host-image] Dec 20 23:33:35.945 INFO O| Dec 20 23:33:35.945 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8806 | 2024-12-20T23:33:36.159Z | [ host-image] Dec 20 23:33:35.950 INFO O| Dec 20 23:33:35.950 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8807 | 2024-12-20T23:33:36.179Z | [ host-image] Dec 20 23:33:35.970 INFO O| Dec 20 23:33:35.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8808 | 2024-12-20T23:33:36.268Z | [ host-image] Dec 20 23:33:36.058 INFO O| Dec 20 23:33:36.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8809 | 2024-12-20T23:33:36.841Z | [ host-image] Dec 20 23:33:36.632 INFO O| Dec 20 23:33:36.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8810 | 2024-12-20T23:33:36.844Z | [ host-image] Dec 20 23:33:36.632 INFO O| Dec 20 23:33:36.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8811 | 2024-12-20T23:33:36.844Z | [ host-image] Dec 20 23:33:36.633 INFO O| Dec 20 23:33:36.633 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8812 | 2024-12-20T23:33:36.844Z | [ host-image] Dec 20 23:33:36.633 INFO O| Dec 20 23:33:36.633 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8813 | 2024-12-20T23:33:36.844Z | [ host-image] Dec 20 23:33:36.634 INFO O| Dec 20 23:33:36.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8814 | 2024-12-20T23:33:36.844Z | [ host-image] Dec 20 23:33:36.634 INFO O| Dec 20 23:33:36.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8815 | 2024-12-20T23:33:36.844Z | [ host-image] Dec 20 23:33:36.634 INFO O| Dec 20 23:33:36.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8816 | 2024-12-20T23:33:36.844Z | [ host-image] Dec 20 23:33:36.634 INFO O| Dec 20 23:33:36.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8817 | 2024-12-20T23:33:36.844Z | [ host-image] Dec 20 23:33:36.635 INFO O| Dec 20 23:33:36.635 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8818 | 2024-12-20T23:33:36.844Z | [ host-image] Dec 20 23:33:36.635 INFO O| Dec 20 23:33:36.635 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8819 | 2024-12-20T23:33:36.844Z | [ host-image] Dec 20 23:33:36.635 INFO O| Dec 20 23:33:36.635 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8820 | 2024-12-20T23:33:36.847Z | [ host-image] Dec 20 23:33:36.636 INFO O| Dec 20 23:33:36.636 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8821 | 2024-12-20T23:33:36.847Z | [ host-image] Dec 20 23:33:36.636 INFO O| Dec 20 23:33:36.636 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8822 | 2024-12-20T23:33:36.847Z | [ host-image] Dec 20 23:33:36.636 INFO O| Dec 20 23:33:36.636 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8823 | 2024-12-20T23:33:36.847Z | [ host-image] Dec 20 23:33:36.636 INFO O| Dec 20 23:33:36.636 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8824 | 2024-12-20T23:33:36.847Z | [ host-image] Dec 20 23:33:36.637 INFO O| Dec 20 23:33:36.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8825 | 2024-12-20T23:33:36.847Z | [ host-image] Dec 20 23:33:36.638 INFO O| Dec 20 23:33:36.638 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8826 | 2024-12-20T23:33:36.850Z | [ host-image] Dec 20 23:33:36.639 INFO O| Dec 20 23:33:36.639 INFO STEP 13 (remove_files) COMPLETE |
8827 | 2024-12-20T23:33:36.850Z | [ host-image] Dec 20 23:33:36.639 INFO O| Dec 20 23:33:36.639 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8828 | 2024-12-20T23:33:36.910Z | [ host-image] Dec 20 23:33:36.701 INFO O| Dec 20 23:33:36.701 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8829 | 2024-12-20T23:33:36.913Z | [ host-image] Dec 20 23:33:36.704 INFO O| Dec 20 23:33:36.704 INFO STEP 14 (remove_files) COMPLETE |
8830 | 2024-12-20T23:33:36.913Z | [ host-image] Dec 20 23:33:36.704 INFO O| Dec 20 23:33:36.704 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8831 | 2024-12-20T23:33:36.939Z | [ host-image] Dec 20 23:33:36.730 INFO O| Dec 20 23:33:36.729 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8832 | 2024-12-20T23:33:36.950Z | [ host-image] Dec 20 23:33:36.741 INFO O| Dec 20 23:33:36.741 INFO STEP 15 (remove_files) COMPLETE |
8833 | 2024-12-20T23:33:36.950Z | [ host-image] Dec 20 23:33:36.741 INFO O| Dec 20 23:33:36.741 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2024-12-20T23:33:36.971Z | [ host-image] Dec 20 23:33:36.762 INFO O| Dec 20 23:33:36.762 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8835 | 2024-12-20T23:33:36.974Z | [ host-image] Dec 20 23:33:36.763 INFO O| Dec 20 23:33:36.763 INFO STEP 16 (remove_files) COMPLETE |
8836 | 2024-12-20T23:33:36.974Z | [ host-image] Dec 20 23:33:36.763 INFO O| Dec 20 23:33:36.763 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8837 | 2024-12-20T23:33:36.992Z | [ host-image] Dec 20 23:33:36.783 INFO O| Dec 20 23:33:36.783 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8838 | 2024-12-20T23:33:36.995Z | [ host-image] Dec 20 23:33:36.786 INFO O| Dec 20 23:33:36.785 INFO STEP 17 (remove_files) COMPLETE |
8839 | 2024-12-20T23:33:36.995Z | [ host-image] Dec 20 23:33:36.786 INFO O| Dec 20 23:33:36.786 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-12-20T23:33:37.031Z | [ host-image] Dec 20 23:33:36.822 INFO O| Dec 20 23:33:36.822 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8841 | 2024-12-20T23:33:37.031Z | [ host-image] Dec 20 23:33:36.822 INFO O| Dec 20 23:33:36.822 INFO STEP 18 (remove_files) COMPLETE |
8842 | 2024-12-20T23:33:37.031Z | [ host-image] Dec 20 23:33:36.822 INFO O| Dec 20 23:33:36.822 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2024-12-20T23:33:37.052Z | [ host-image] Dec 20 23:33:36.843 INFO O| Dec 20 23:33:36.842 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8844 | 2024-12-20T23:33:37.052Z | [ host-image] Dec 20 23:33:36.843 INFO O| Dec 20 23:33:36.843 INFO STEP 19 (remove_files) COMPLETE |
8845 | 2024-12-20T23:33:37.052Z | [ host-image] Dec 20 23:33:36.843 INFO O| Dec 20 23:33:36.843 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2024-12-20T23:33:37.085Z | [ host-image] Dec 20 23:33:36.876 INFO O| Dec 20 23:33:36.876 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8847 | 2024-12-20T23:33:37.085Z | [ host-image] Dec 20 23:33:36.876 INFO O| Dec 20 23:33:36.876 INFO STEP 20 (remove_files) COMPLETE |
8848 | 2024-12-20T23:33:37.088Z | [ host-image] Dec 20 23:33:36.877 INFO O| Dec 20 23:33:36.876 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2024-12-20T23:33:37.107Z | [ host-image] Dec 20 23:33:36.898 INFO O| Dec 20 23:33:36.898 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8850 | 2024-12-20T23:33:37.107Z | [ host-image] Dec 20 23:33:36.898 INFO O| Dec 20 23:33:36.898 INFO STEP 21 (remove_files) COMPLETE |
8851 | 2024-12-20T23:33:37.107Z | [ host-image] Dec 20 23:33:36.898 INFO O| Dec 20 23:33:36.898 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8852 | 2024-12-20T23:33:37.138Z | [ host-image] Dec 20 23:33:36.929 INFO O| Dec 20 23:33:36.929 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8853 | 2024-12-20T23:33:37.138Z | [ host-image] Dec 20 23:33:36.929 INFO O| Dec 20 23:33:36.929 INFO STEP 22 (remove_files) COMPLETE |
8854 | 2024-12-20T23:33:37.138Z | [ host-image] Dec 20 23:33:36.929 INFO O| Dec 20 23:33:36.929 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2024-12-20T23:33:37.159Z | [ host-image] Dec 20 23:33:36.950 INFO O| Dec 20 23:33:36.949 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8856 | 2024-12-20T23:33:37.159Z | [ host-image] Dec 20 23:33:36.950 INFO O| Dec 20 23:33:36.950 INFO STEP 23 (remove_files) COMPLETE |
8857 | 2024-12-20T23:33:37.159Z | [ host-image] Dec 20 23:33:36.950 INFO O| Dec 20 23:33:36.950 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8858 | 2024-12-20T23:33:37.176Z | [ host-image] Dec 20 23:33:36.967 INFO O| Dec 20 23:33:36.967 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8859 | 2024-12-20T23:33:37.176Z | [ host-image] Dec 20 23:33:36.968 INFO O| Dec 20 23:33:36.968 INFO STEP 24 (remove_files) COMPLETE |
8860 | 2024-12-20T23:33:37.179Z | [ host-image] Dec 20 23:33:36.968 INFO O| Dec 20 23:33:36.968 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2024-12-20T23:33:37.202Z | [ host-image] Dec 20 23:33:36.993 INFO O| Dec 20 23:33:36.993 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8862 | 2024-12-20T23:33:37.205Z | [ host-image] Dec 20 23:33:36.993 INFO O| Dec 20 23:33:36.993 INFO STEP 25 (remove_files) COMPLETE |
8863 | 2024-12-20T23:33:37.205Z | [ host-image] Dec 20 23:33:36.994 INFO O| Dec 20 23:33:36.993 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2024-12-20T23:33:37.223Z | [ host-image] Dec 20 23:33:37.014 INFO O| Dec 20 23:33:37.014 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8865 | 2024-12-20T23:33:37.226Z | [ host-image] Dec 20 23:33:37.014 INFO O| Dec 20 23:33:37.014 INFO STEP 26 (remove_files) COMPLETE |
8866 | 2024-12-20T23:33:37.226Z | [ host-image] Dec 20 23:33:37.014 INFO O| Dec 20 23:33:37.014 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2024-12-20T23:33:37.242Z | [ host-image] Dec 20 23:33:37.033 INFO O| Dec 20 23:33:37.033 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8868 | 2024-12-20T23:33:37.245Z | [ host-image] Dec 20 23:33:37.033 INFO O| Dec 20 23:33:37.033 INFO STEP 27 (remove_files) COMPLETE |
8869 | 2024-12-20T23:33:37.245Z | [ host-image] Dec 20 23:33:37.033 INFO O| Dec 20 23:33:37.033 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8870 | 2024-12-20T23:33:37.268Z | [ host-image] Dec 20 23:33:37.059 INFO O| Dec 20 23:33:37.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8871 | 2024-12-20T23:33:37.268Z | [ host-image] Dec 20 23:33:37.059 INFO O| Dec 20 23:33:37.059 INFO STEP 28 (remove_files) COMPLETE |
8872 | 2024-12-20T23:33:37.272Z | [ host-image] Dec 20 23:33:37.060 INFO O| Dec 20 23:33:37.059 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2024-12-20T23:33:37.307Z | [ host-image] Dec 20 23:33:37.098 INFO O| Dec 20 23:33:37.098 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8874 | 2024-12-20T23:33:37.307Z | [ host-image] Dec 20 23:33:37.098 INFO O| Dec 20 23:33:37.098 INFO STEP 29 (remove_files) COMPLETE |
8875 | 2024-12-20T23:33:37.307Z | [ host-image] Dec 20 23:33:37.098 INFO O| Dec 20 23:33:37.098 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8876 | 2024-12-20T23:33:37.326Z | [ host-image] Dec 20 23:33:37.117 INFO O| Dec 20 23:33:37.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8877 | 2024-12-20T23:33:37.326Z | [ host-image] Dec 20 23:33:37.117 INFO O| Dec 20 23:33:37.117 INFO STEP 30 (remove_files) COMPLETE |
8878 | 2024-12-20T23:33:37.326Z | [ host-image] Dec 20 23:33:37.117 INFO O| Dec 20 23:33:37.117 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2024-12-20T23:33:37.352Z | [ host-image] Dec 20 23:33:37.143 INFO O| Dec 20 23:33:37.143 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8880 | 2024-12-20T23:33:37.352Z | [ host-image] Dec 20 23:33:37.143 INFO O| Dec 20 23:33:37.143 INFO STEP 31 (remove_files) COMPLETE |
8881 | 2024-12-20T23:33:37.352Z | [ host-image] Dec 20 23:33:37.143 INFO O| Dec 20 23:33:37.143 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8882 | 2024-12-20T23:33:37.386Z | [ host-image] Dec 20 23:33:37.177 INFO O| Dec 20 23:33:37.177 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8883 | 2024-12-20T23:33:37.386Z | [ host-image] Dec 20 23:33:37.177 INFO O| Dec 20 23:33:37.177 INFO STEP 32 (remove_files) COMPLETE |
8884 | 2024-12-20T23:33:37.386Z | [ host-image] Dec 20 23:33:37.177 INFO O| Dec 20 23:33:37.177 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8885 | 2024-12-20T23:33:37.418Z | [ host-image] Dec 20 23:33:37.209 INFO O| Dec 20 23:33:37.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8886 | 2024-12-20T23:33:37.418Z | [ host-image] Dec 20 23:33:37.209 INFO O| Dec 20 23:33:37.209 INFO STEP 33 (remove_files) COMPLETE |
8887 | 2024-12-20T23:33:37.418Z | [ host-image] Dec 20 23:33:37.209 INFO O| Dec 20 23:33:37.209 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8888 | 2024-12-20T23:33:37.480Z | [ host-image] Dec 20 23:33:37.270 INFO O| Dec 20 23:33:37.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8889 | 2024-12-20T23:33:37.480Z | [ host-image] Dec 20 23:33:37.270 INFO O| Dec 20 23:33:37.270 INFO STEP 34 (remove_files) COMPLETE |
8890 | 2024-12-20T23:33:37.480Z | [ host-image] Dec 20 23:33:37.270 INFO O| Dec 20 23:33:37.270 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8891 | 2024-12-20T23:33:37.512Z | [ host-image] Dec 20 23:33:37.302 INFO O| Dec 20 23:33:37.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8892 | 2024-12-20T23:33:37.512Z | [ host-image] Dec 20 23:33:37.302 INFO O| Dec 20 23:33:37.302 INFO STEP 35 (remove_files) COMPLETE |
8893 | 2024-12-20T23:33:37.515Z | [ host-image] Dec 20 23:33:37.302 INFO O| Dec 20 23:33:37.302 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8894 | 2024-12-20T23:33:37.571Z | [ host-image] Dec 20 23:33:37.362 INFO O| Dec 20 23:33:37.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8895 | 2024-12-20T23:33:37.571Z | [ host-image] Dec 20 23:33:37.362 INFO O| Dec 20 23:33:37.362 INFO STEP 36 (remove_files) COMPLETE |
8896 | 2024-12-20T23:33:37.571Z | [ host-image] Dec 20 23:33:37.362 INFO O| Dec 20 23:33:37.362 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8897 | 2024-12-20T23:33:37.595Z | [ host-image] Dec 20 23:33:37.386 INFO O| Dec 20 23:33:37.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8898 | 2024-12-20T23:33:37.598Z | [ host-image] Dec 20 23:33:37.386 INFO O| Dec 20 23:33:37.386 INFO STEP 37 (remove_files) COMPLETE |
8899 | 2024-12-20T23:33:37.598Z | [ host-image] Dec 20 23:33:37.386 INFO O| Dec 20 23:33:37.386 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8900 | 2024-12-20T23:33:37.651Z | [ host-image] Dec 20 23:33:37.442 INFO O| Dec 20 23:33:37.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8901 | 2024-12-20T23:33:37.651Z | [ host-image] Dec 20 23:33:37.442 INFO O| Dec 20 23:33:37.442 INFO STEP 38 (remove_files) COMPLETE |
8902 | 2024-12-20T23:33:37.651Z | [ host-image] Dec 20 23:33:37.443 INFO O| Dec 20 23:33:37.442 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8903 | 2024-12-20T23:33:37.671Z | [ host-image] Dec 20 23:33:37.462 INFO O| Dec 20 23:33:37.462 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8904 | 2024-12-20T23:33:37.671Z | [ host-image] Dec 20 23:33:37.462 INFO O| Dec 20 23:33:37.462 INFO STEP 39 (remove_files) COMPLETE |
8905 | 2024-12-20T23:33:37.674Z | [ host-image] Dec 20 23:33:37.462 INFO O| Dec 20 23:33:37.462 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8906 | 2024-12-20T23:33:37.701Z | [ host-image] Dec 20 23:33:37.491 INFO O| Dec 20 23:33:37.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8907 | 2024-12-20T23:33:37.701Z | [ host-image] Dec 20 23:33:37.491 INFO O| Dec 20 23:33:37.491 INFO STEP 40 (remove_files) COMPLETE |
8908 | 2024-12-20T23:33:37.701Z | [ host-image] Dec 20 23:33:37.491 INFO O| Dec 20 23:33:37.491 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2024-12-20T23:33:37.757Z | [ host-image] Dec 20 23:33:37.548 INFO O| Dec 20 23:33:37.548 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8910 | 2024-12-20T23:33:37.757Z | [ host-image] Dec 20 23:33:37.548 INFO O| Dec 20 23:33:37.548 INFO STEP 41 (remove_files) COMPLETE |
8911 | 2024-12-20T23:33:37.757Z | [ host-image] Dec 20 23:33:37.548 INFO O| Dec 20 23:33:37.548 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2024-12-20T23:33:37.777Z | [ host-image] Dec 20 23:33:37.567 INFO O| Dec 20 23:33:37.567 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8913 | 2024-12-20T23:33:37.777Z | [ host-image] Dec 20 23:33:37.567 INFO O| Dec 20 23:33:37.567 INFO STEP 42 (remove_files) COMPLETE |
8914 | 2024-12-20T23:33:37.777Z | [ host-image] Dec 20 23:33:37.567 INFO O| Dec 20 23:33:37.567 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2024-12-20T23:33:37.796Z | [ host-image] Dec 20 23:33:37.587 INFO O| Dec 20 23:33:37.587 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8916 | 2024-12-20T23:33:37.796Z | [ host-image] Dec 20 23:33:37.587 INFO O| Dec 20 23:33:37.587 INFO STEP 43 (remove_files) COMPLETE |
8917 | 2024-12-20T23:33:37.796Z | [ host-image] Dec 20 23:33:37.587 INFO O| Dec 20 23:33:37.587 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2024-12-20T23:33:37.815Z | [ host-image] Dec 20 23:33:37.606 INFO O| Dec 20 23:33:37.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8919 | 2024-12-20T23:33:37.815Z | [ host-image] Dec 20 23:33:37.606 INFO O| Dec 20 23:33:37.606 INFO STEP 44 (remove_files) COMPLETE |
8920 | 2024-12-20T23:33:37.815Z | [ host-image] Dec 20 23:33:37.606 INFO O| Dec 20 23:33:37.606 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2024-12-20T23:33:37.836Z | [ host-image] Dec 20 23:33:37.627 INFO O| Dec 20 23:33:37.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8922 | 2024-12-20T23:33:37.836Z | [ host-image] Dec 20 23:33:37.627 INFO O| Dec 20 23:33:37.627 INFO STEP 45 (remove_files) COMPLETE |
8923 | 2024-12-20T23:33:37.836Z | [ host-image] Dec 20 23:33:37.627 INFO O| Dec 20 23:33:37.627 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8924 | 2024-12-20T23:33:37.855Z | [ host-image] Dec 20 23:33:37.645 INFO O| Dec 20 23:33:37.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8925 | 2024-12-20T23:33:37.855Z | [ host-image] Dec 20 23:33:37.646 INFO O| Dec 20 23:33:37.645 INFO STEP 46 (remove_files) COMPLETE |
8926 | 2024-12-20T23:33:37.855Z | [ host-image] Dec 20 23:33:37.646 INFO O| Dec 20 23:33:37.645 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8927 | 2024-12-20T23:33:37.890Z | [ host-image] Dec 20 23:33:37.681 INFO O| Dec 20 23:33:37.681 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8928 | 2024-12-20T23:33:37.893Z | [ host-image] Dec 20 23:33:37.681 INFO O| Dec 20 23:33:37.681 INFO STEP 47 (remove_files) COMPLETE |
8929 | 2024-12-20T23:33:37.893Z | [ host-image] Dec 20 23:33:37.681 INFO O| Dec 20 23:33:37.681 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2024-12-20T23:33:37.910Z | [ host-image] Dec 20 23:33:37.701 INFO O| Dec 20 23:33:37.701 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8931 | 2024-12-20T23:33:37.913Z | [ host-image] Dec 20 23:33:37.701 INFO O| Dec 20 23:33:37.701 INFO STEP 48 (remove_files) COMPLETE |
8932 | 2024-12-20T23:33:37.913Z | [ host-image] Dec 20 23:33:37.701 INFO O| Dec 20 23:33:37.701 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2024-12-20T23:33:37.935Z | [ host-image] Dec 20 23:33:37.726 INFO O| Dec 20 23:33:37.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8934 | 2024-12-20T23:33:37.935Z | [ host-image] Dec 20 23:33:37.726 INFO O| Dec 20 23:33:37.726 INFO STEP 49 (remove_files) COMPLETE |
8935 | 2024-12-20T23:33:37.935Z | [ host-image] Dec 20 23:33:37.726 INFO O| Dec 20 23:33:37.726 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8936 | 2024-12-20T23:33:37.955Z | [ host-image] Dec 20 23:33:37.746 INFO O| Dec 20 23:33:37.746 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8937 | 2024-12-20T23:33:37.955Z | [ host-image] Dec 20 23:33:37.746 INFO O| Dec 20 23:33:37.746 INFO STEP 50 (remove_files) COMPLETE |
8938 | 2024-12-20T23:33:37.959Z | [ host-image] Dec 20 23:33:37.746 INFO O| Dec 20 23:33:37.746 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8939 | 2024-12-20T23:33:37.974Z | [ host-image] Dec 20 23:33:37.764 INFO O| Dec 20 23:33:37.764 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8940 | 2024-12-20T23:33:37.974Z | [ host-image] Dec 20 23:33:37.764 INFO O| Dec 20 23:33:37.764 INFO STEP 51 (remove_files) COMPLETE |
8941 | 2024-12-20T23:33:37.974Z | [ host-image] Dec 20 23:33:37.765 INFO O| Dec 20 23:33:37.764 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8942 | 2024-12-20T23:33:38.003Z | [ host-image] Dec 20 23:33:37.794 INFO O| Dec 20 23:33:37.794 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8943 | 2024-12-20T23:33:38.003Z | [ host-image] Dec 20 23:33:37.794 INFO O| Dec 20 23:33:37.794 INFO STEP 52 (remove_files) COMPLETE |
8944 | 2024-12-20T23:33:38.003Z | [ host-image] Dec 20 23:33:37.794 INFO O| Dec 20 23:33:37.794 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8945 | 2024-12-20T23:33:38.023Z | [ host-image] Dec 20 23:33:37.814 INFO O| Dec 20 23:33:37.814 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8946 | 2024-12-20T23:33:38.023Z | [ host-image] Dec 20 23:33:37.814 INFO O| Dec 20 23:33:37.814 INFO STEP 53 (remove_files) COMPLETE |
8947 | 2024-12-20T23:33:38.026Z | [ host-image] Dec 20 23:33:37.814 INFO O| Dec 20 23:33:37.814 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8948 | 2024-12-20T23:33:38.080Z | [ host-image] Dec 20 23:33:37.872 INFO O| Dec 20 23:33:37.871 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8949 | 2024-12-20T23:33:38.080Z | [ host-image] Dec 20 23:33:37.872 INFO O| Dec 20 23:33:37.872 INFO STEP 54 (remove_files) COMPLETE |
8950 | 2024-12-20T23:33:38.083Z | [ host-image] Dec 20 23:33:37.872 INFO O| Dec 20 23:33:37.872 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8951 | 2024-12-20T23:33:38.103Z | [ host-image] Dec 20 23:33:37.894 INFO O| Dec 20 23:33:37.894 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8952 | 2024-12-20T23:33:38.103Z | [ host-image] Dec 20 23:33:37.894 INFO O| Dec 20 23:33:37.894 INFO STEP 55 (remove_files) COMPLETE |
8953 | 2024-12-20T23:33:38.106Z | [ host-image] Dec 20 23:33:37.894 INFO O| Dec 20 23:33:37.894 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8954 | 2024-12-20T23:33:38.121Z | [ host-image] Dec 20 23:33:37.912 INFO O| Dec 20 23:33:37.912 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8955 | 2024-12-20T23:33:38.121Z | [ host-image] Dec 20 23:33:37.912 INFO O| Dec 20 23:33:37.912 INFO STEP 56 (remove_files) COMPLETE |
8956 | 2024-12-20T23:33:38.123Z | [ host-image] Dec 20 23:33:37.912 INFO O| Dec 20 23:33:37.912 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8957 | 2024-12-20T23:33:38.139Z | [ host-image] Dec 20 23:33:37.930 INFO O| Dec 20 23:33:37.930 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8958 | 2024-12-20T23:33:38.139Z | [ host-image] Dec 20 23:33:37.930 INFO O| Dec 20 23:33:37.930 INFO STEP 57 (remove_files) COMPLETE |
8959 | 2024-12-20T23:33:38.141Z | [ host-image] Dec 20 23:33:37.930 INFO O| Dec 20 23:33:37.930 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8960 | 2024-12-20T23:33:38.156Z | [ host-image] Dec 20 23:33:37.947 INFO O| Dec 20 23:33:37.947 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8961 | 2024-12-20T23:33:38.156Z | [ host-image] Dec 20 23:33:37.947 INFO O| Dec 20 23:33:37.947 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8962 | 2024-12-20T23:33:38.158Z | [ host-image] Dec 20 23:33:37.947 INFO O| Dec 20 23:33:37.947 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8963 | 2024-12-20T23:33:38.158Z | [ host-image] Dec 20 23:33:37.947 INFO O| Dec 20 23:33:37.947 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8964 | 2024-12-20T23:33:38.158Z | [ host-image] Dec 20 23:33:37.947 INFO O| Dec 20 23:33:37.947 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8965 | 2024-12-20T23:33:38.158Z | [ host-image] Dec 20 23:33:37.947 INFO O| Dec 20 23:33:37.947 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8966 | 2024-12-20T23:33:38.158Z | [ host-image] Dec 20 23:33:37.948 INFO O| Dec 20 23:33:37.947 INFO ok! |
8967 | 2024-12-20T23:33:38.158Z | [ host-image] Dec 20 23:33:37.948 INFO O| Dec 20 23:33:37.947 INFO STEP 58 (ensure_file) COMPLETE |
8968 | 2024-12-20T23:33:38.158Z | [ host-image] Dec 20 23:33:37.948 INFO O| Dec 20 23:33:37.947 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8969 | 2024-12-20T23:33:38.177Z | [ host-image] Dec 20 23:33:37.968 INFO O| Dec 20 23:33:37.968 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8970 | 2024-12-20T23:33:38.177Z | [ host-image] Dec 20 23:33:37.968 INFO O| Dec 20 23:33:37.968 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8971 | 2024-12-20T23:33:38.180Z | [ host-image] Dec 20 23:33:37.969 INFO O| Dec 20 23:33:37.969 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8972 | 2024-12-20T23:33:38.180Z | [ host-image] Dec 20 23:33:37.969 INFO O| Dec 20 23:33:37.969 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8973 | 2024-12-20T23:33:38.180Z | [ host-image] Dec 20 23:33:37.969 INFO O| Dec 20 23:33:37.969 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8974 | 2024-12-20T23:33:38.180Z | [ host-image] Dec 20 23:33:37.969 INFO O| Dec 20 23:33:37.969 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8975 | 2024-12-20T23:33:38.180Z | [ host-image] Dec 20 23:33:37.969 INFO O| Dec 20 23:33:37.969 INFO ok! |
8976 | 2024-12-20T23:33:38.180Z | [ host-image] Dec 20 23:33:37.969 INFO O| Dec 20 23:33:37.969 INFO STEP 59 (ensure_file) COMPLETE |
8977 | 2024-12-20T23:33:38.180Z | [ host-image] Dec 20 23:33:37.969 INFO O| Dec 20 23:33:37.969 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8978 | 2024-12-20T23:33:38.196Z | [ host-image] Dec 20 23:33:37.987 INFO O| Dec 20 23:33:37.987 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8979 | 2024-12-20T23:33:38.196Z | [ host-image] Dec 20 23:33:37.987 INFO O| Dec 20 23:33:37.987 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8980 | 2024-12-20T23:33:38.196Z | [ host-image] Dec 20 23:33:37.987 INFO O| Dec 20 23:33:37.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8981 | 2024-12-20T23:33:38.198Z | [ host-image] Dec 20 23:33:37.987 INFO O| Dec 20 23:33:37.987 INFO ok! |
8982 | 2024-12-20T23:33:38.199Z | [ host-image] Dec 20 23:33:37.987 INFO O| Dec 20 23:33:37.987 INFO STEP 60 (ensure_file) COMPLETE |
8983 | 2024-12-20T23:33:38.199Z | [ host-image] Dec 20 23:33:37.987 INFO O| Dec 20 23:33:37.987 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8984 | 2024-12-20T23:33:38.220Z | [ host-image] Dec 20 23:33:38.012 INFO O| Dec 20 23:33:38.011 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8985 | 2024-12-20T23:33:38.220Z | [ host-image] Dec 20 23:33:38.012 INFO O| Dec 20 23:33:38.012 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8986 | 2024-12-20T23:33:38.223Z | [ host-image] Dec 20 23:33:38.012 INFO O| Dec 20 23:33:38.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8987 | 2024-12-20T23:33:38.223Z | [ host-image] Dec 20 23:33:38.012 INFO O| Dec 20 23:33:38.012 INFO ok! |
8988 | 2024-12-20T23:33:38.223Z | [ host-image] Dec 20 23:33:38.012 INFO O| Dec 20 23:33:38.012 INFO STEP 61 (ensure_file) COMPLETE |
8989 | 2024-12-20T23:33:38.223Z | [ host-image] Dec 20 23:33:38.012 INFO O| Dec 20 23:33:38.012 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8990 | 2024-12-20T23:33:38.262Z | [ host-image] Dec 20 23:33:38.053 INFO O| Dec 20 23:33:38.053 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8991 | 2024-12-20T23:33:38.262Z | [ host-image] Dec 20 23:33:38.053 INFO O| Dec 20 23:33:38.053 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8992 | 2024-12-20T23:33:38.262Z | [ host-image] Dec 20 23:33:38.054 INFO O| Dec 20 23:33:38.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8993 | 2024-12-20T23:33:38.265Z | [ host-image] Dec 20 23:33:38.054 INFO O| Dec 20 23:33:38.054 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8994 | 2024-12-20T23:33:38.265Z | [ host-image] Dec 20 23:33:38.054 INFO O| Dec 20 23:33:38.054 INFO ok! |
8995 | 2024-12-20T23:33:38.265Z | [ host-image] Dec 20 23:33:38.054 INFO O| Dec 20 23:33:38.054 INFO STEP 62 (ensure_file) COMPLETE |
8996 | 2024-12-20T23:33:38.265Z | [ host-image] Dec 20 23:33:38.054 INFO O| Dec 20 23:33:38.054 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8997 | 2024-12-20T23:33:38.299Z | [ host-image] Dec 20 23:33:38.090 INFO O| Dec 20 23:33:38.090 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8998 | 2024-12-20T23:33:38.299Z | [ host-image] Dec 20 23:33:38.090 INFO O| Dec 20 23:33:38.090 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8999 | 2024-12-20T23:33:38.299Z | [ host-image] Dec 20 23:33:38.090 INFO O| Dec 20 23:33:38.090 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9000 | 2024-12-20T23:33:38.302Z | [ host-image] Dec 20 23:33:38.090 INFO O| Dec 20 23:33:38.090 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9001 | 2024-12-20T23:33:38.302Z | [ host-image] Dec 20 23:33:38.090 INFO O| Dec 20 23:33:38.090 INFO ok! |
9002 | 2024-12-20T23:33:38.302Z | [ host-image] Dec 20 23:33:38.091 INFO O| Dec 20 23:33:38.090 INFO STEP 63 (ensure_file) COMPLETE |
9003 | 2024-12-20T23:33:38.302Z | [ host-image] Dec 20 23:33:38.091 INFO O| Dec 20 23:33:38.090 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9004 | 2024-12-20T23:33:38.319Z | [ host-image] Dec 20 23:33:38.110 INFO O| Dec 20 23:33:38.110 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9005 | 2024-12-20T23:33:38.319Z | [ host-image] Dec 20 23:33:38.110 INFO O| Dec 20 23:33:38.110 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9006 | 2024-12-20T23:33:38.319Z | [ host-image] Dec 20 23:33:38.110 INFO O| Dec 20 23:33:38.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9007 | 2024-12-20T23:33:38.319Z | [ host-image] Dec 20 23:33:38.110 INFO O| Dec 20 23:33:38.110 INFO ok! |
9008 | 2024-12-20T23:33:38.322Z | [ host-image] Dec 20 23:33:38.110 INFO O| Dec 20 23:33:38.110 INFO STEP 64 (assemble_files) COMPLETE |
9009 | 2024-12-20T23:33:38.322Z | [ host-image] Dec 20 23:33:38.110 INFO O| Dec 20 23:33:38.110 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9010 | 2024-12-20T23:33:38.338Z | [ host-image] Dec 20 23:33:38.129 INFO O| Dec 20 23:33:38.129 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9011 | 2024-12-20T23:33:38.338Z | [ host-image] Dec 20 23:33:38.130 INFO O| Dec 20 23:33:38.129 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9012 | 2024-12-20T23:33:38.341Z | [ host-image] Dec 20 23:33:38.130 INFO O| Dec 20 23:33:38.130 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9013 | 2024-12-20T23:33:38.341Z | [ host-image] Dec 20 23:33:38.130 INFO O| Dec 20 23:33:38.130 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9014 | 2024-12-20T23:33:38.341Z | [ host-image] Dec 20 23:33:38.130 INFO O| Dec 20 23:33:38.130 INFO ok! |
9015 | 2024-12-20T23:33:38.341Z | [ host-image] Dec 20 23:33:38.130 INFO O| Dec 20 23:33:38.130 INFO STEP 65 (ensure_file) COMPLETE |
9016 | 2024-12-20T23:33:38.341Z | [ host-image] Dec 20 23:33:38.130 INFO O| Dec 20 23:33:38.130 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9017 | 2024-12-20T23:33:38.365Z | [ host-image] Dec 20 23:33:38.156 INFO O| Dec 20 23:33:38.156 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9018 | 2024-12-20T23:33:38.365Z | [ host-image] Dec 20 23:33:38.157 INFO O| Dec 20 23:33:38.156 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9019 | 2024-12-20T23:33:38.368Z | [ host-image] Dec 20 23:33:38.157 INFO O| Dec 20 23:33:38.157 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9020 | 2024-12-20T23:33:38.368Z | [ host-image] Dec 20 23:33:38.157 INFO O| Dec 20 23:33:38.157 INFO STEP 66 (ensure_dir) COMPLETE |
9021 | 2024-12-20T23:33:38.368Z | [ host-image] Dec 20 23:33:38.157 INFO O| Dec 20 23:33:38.157 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9022 | 2024-12-20T23:33:38.415Z | [ host-image] Dec 20 23:33:38.206 INFO O| Dec 20 23:33:38.206 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9023 | 2024-12-20T23:33:38.415Z | [ host-image] Dec 20 23:33:38.207 INFO O| Dec 20 23:33:38.207 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 ... |
9024 | 2024-12-20T23:33:38.426Z | [ host-image] Dec 20 23:33:38.218 INFO O| Dec 20 23:33:38.217 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 |
9025 | 2024-12-20T23:33:38.426Z | [ host-image] Dec 20 23:33:38.218 INFO O| Dec 20 23:33:38.218 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9026 | 2024-12-20T23:33:38.429Z | [ host-image] Dec 20 23:33:38.218 INFO O| Dec 20 23:33:38.218 INFO ok! |
9027 | 2024-12-20T23:33:38.429Z | [ host-image] Dec 20 23:33:38.218 INFO O| Dec 20 23:33:38.218 INFO STEP 67 (ensure_file) COMPLETE |
9028 | 2024-12-20T23:33:38.429Z | [ host-image] Dec 20 23:33:38.218 INFO O| Dec 20 23:33:38.218 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9029 | 2024-12-20T23:33:38.462Z | [ host-image] Dec 20 23:33:38.253 INFO O| Dec 20 23:33:38.253 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9030 | 2024-12-20T23:33:38.462Z | [ host-image] Dec 20 23:33:38.253 INFO O| Dec 20 23:33:38.253 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 ... |
9031 | 2024-12-20T23:33:38.465Z | [ host-image] Dec 20 23:33:38.254 INFO O| Dec 20 23:33:38.253 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 |
9032 | 2024-12-20T23:33:38.465Z | [ host-image] Dec 20 23:33:38.254 INFO O| Dec 20 23:33:38.254 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9033 | 2024-12-20T23:33:38.465Z | [ host-image] Dec 20 23:33:38.254 INFO O| Dec 20 23:33:38.254 INFO ok! |
9034 | 2024-12-20T23:33:38.465Z | [ host-image] Dec 20 23:33:38.254 INFO O| Dec 20 23:33:38.254 INFO STEP 68 (ensure_file) COMPLETE |
9035 | 2024-12-20T23:33:38.465Z | [ host-image] Dec 20 23:33:38.254 INFO O| Dec 20 23:33:38.254 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9036 | 2024-12-20T23:33:38.491Z | [ host-image] Dec 20 23:33:38.282 INFO O| Dec 20 23:33:38.282 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9037 | 2024-12-20T23:33:38.491Z | [ host-image] Dec 20 23:33:38.282 INFO O| Dec 20 23:33:38.282 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9038 | 2024-12-20T23:33:42.321Z | [ host-image] Dec 20 23:33:42.114 INFO O| Dec 20 23:33:42.113 INFO STEP 69 (pack_tar) COMPLETE |
9039 | 2024-12-20T23:33:42.321Z | [ host-image] Dec 20 23:33:42.114 INFO O| Dec 20 23:33:42.114 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9040 | 2024-12-20T23:33:42.324Z | [ host-image] Dec 20 23:33:42.114 INFO O| Dec 20 23:33:42.114 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9041 | 2024-12-20T23:33:42.608Z | [ host-image] Dec 20 23:33:42.399 INFO O| Dec 20 23:33:42.399 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9042 | 2024-12-20T23:33:42.696Z | [ host-image] Dec 20 23:33:42.489 INFO O| Dec 20 23:33:42.489 INFO completed processing gimlet/ramdisk-02-trim |
9043 | 2024-12-20T23:33:42.699Z | [ host-image] Dec 20 23:33:42.492 INFO image builder template: zfs... |
9044 | 2024-12-20T23:33:42.699Z | [ host-image] Dec 20 23:33:42.492 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/.tmpuUXtU8/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 |
9045 | 2024-12-20T23:33:42.721Z | [ host-image] Dec 20 23:33:42.513 INFO O| Dec 20 23:33:42.513 INFO skip include "stress" because feature "stress" is not enabled |
9046 | 2024-12-20T23:33:42.787Z | [ host-image] Dec 20 23:33:42.580 INFO O| Dec 20 23:33:42.580 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9047 | 2024-12-20T23:33:42.796Z | [ host-image] Dec 20 23:33:42.589 INFO O| Dec 20 23:33:42.589 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9048 | 2024-12-20T23:33:43.005Z | [ host-image] Dec 20 23:33:42.798 INFO O| Dec 20 23:33:42.798 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9049 | 2024-12-20T23:33:43.131Z | [ host-image] Dec 20 23:33:42.924 INFO O| Dec 20 23:33:42.924 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9050 | 2024-12-20T23:33:43.134Z | [ host-image] Dec 20 23:33:42.924 INFO O| Dec 20 23:33:42.924 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9051 | 2024-12-20T23:33:43.156Z | [ host-image] Dec 20 23:33:42.949 INFO O| Dec 20 23:33:42.949 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9052 | 2024-12-20T23:33:43.298Z | [ host-image] Dec 20 23:33:43.091 INFO O| Dec 20 23:33:43.091 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9053 | 2024-12-20T23:33:43.384Z | [ host-image] Dec 20 23:33:43.177 INFO O| Dec 20 23:33:43.177 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9054 | 2024-12-20T23:33:43.401Z | [ host-image] Dec 20 23:33:43.194 INFO O| Dec 20 23:33:43.193 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9055 | 2024-12-20T23:33:43.410Z | [ host-image] Dec 20 23:33:43.203 INFO O| Dec 20 23:33:43.203 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9056 | 2024-12-20T23:33:43.410Z | [ host-image] Dec 20 23:33:43.203 INFO O| Dec 20 23:33:43.203 INFO no lofi found |
9057 | 2024-12-20T23:33:43.410Z | [ host-image] Dec 20 23:33:43.203 INFO O| Dec 20 23:33:43.203 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9058 | 2024-12-20T23:33:43.413Z | [ host-image] Dec 20 23:33:43.203 INFO O| Dec 20 23:33:43.203 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9059 | 2024-12-20T23:33:45.218Z | [ host-image] Dec 20 23:33:45.011 INFO O| Dec 20 23:33:45.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
9060 | 2024-12-20T23:33:45.218Z | [ host-image] Dec 20 23:33:45.011 INFO O| Dec 20 23:33:45.011 INFO pool device = /dev/dsk/c2t1d0p0 |
9061 | 2024-12-20T23:33:45.220Z | [ host-image] Dec 20 23:33:45.011 INFO O| Dec 20 23:33:45.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"] |
9062 | 2024-12-20T23:33:45.469Z | [ host-image] Dec 20 23:33:45.262 INFO O| Dec 20 23:33:45.262 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9063 | 2024-12-20T23:33:45.469Z | [ host-image] Dec 20 23:33:45.262 INFO O| Dec 20 23:33:45.262 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9064 | 2024-12-20T23:33:45.562Z | [ host-image] Dec 20 23:33:45.356 INFO O| Dec 20 23:33:45.356 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9065 | 2024-12-20T23:33:45.679Z | [ host-image] Dec 20 23:33:45.473 INFO O| Dec 20 23:33:45.473 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9066 | 2024-12-20T23:33:45.738Z | [ host-image] Dec 20 23:33:45.532 INFO O| Dec 20 23:33:45.532 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9067 | 2024-12-20T23:33:45.765Z | [ host-image] Dec 20 23:33:45.559 INFO O| Dec 20 23:33:45.559 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9068 | 2024-12-20T23:33:45.789Z | [ host-image] Dec 20 23:33:45.582 INFO O| Dec 20 23:33:45.582 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9069 | 2024-12-20T23:33:45.914Z | [ host-image] Dec 20 23:33:45.707 INFO O| Dec 20 23:33:45.707 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9070 | 2024-12-20T23:33:45.917Z | [ host-image] Dec 20 23:33:45.707 INFO O| Dec 20 23:33:45.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9071 | 2024-12-20T23:33:45.917Z | [ host-image] Dec 20 23:33:45.707 INFO O| Dec 20 23:33:45.707 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9072 | 2024-12-20T23:33:45.934Z | [ host-image] Dec 20 23:33:45.727 INFO O| Dec 20 23:33:45.727 INFO boot environment UUID: 75b5bf87-8109-4e75-835f-864f6774e006 |
9073 | 2024-12-20T23:33:45.934Z | [ host-image] Dec 20 23:33:45.727 INFO O| Dec 20 23:33:45.727 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 75b5bf87-8109-4e75-835f-864f6774e006 |
9074 | 2024-12-20T23:33:45.989Z | [ host-image] Dec 20 23:33:45.782 INFO O| Dec 20 23:33:45.782 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9075 | 2024-12-20T23:33:46.034Z | [ host-image] Dec 20 23:33:45.828 INFO O| Dec 20 23:33:45.828 INFO STEP 0 (create_be) COMPLETE |
9076 | 2024-12-20T23:33:46.034Z | [ host-image] Dec 20 23:33:45.828 INFO O| Dec 20 23:33:45.828 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9077 | 2024-12-20T23:33:46.080Z | [ host-image] Dec 20 23:33:45.873 INFO O| Dec 20 23:33:45.873 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9078 | 2024-12-20T23:34:01.514Z | [ recovery-image] Dec 20 23:34:01.309 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) |
9079 | 2024-12-20T23:34:05.496Z | [ recovery-image] Dec 20 23:34:05.295 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) |
9080 | 2024-12-20T23:34:12.154Z | [ host-image] Dec 20 23:34:11.955 INFO O| Dec 20 23:34:11.955 INFO STEP 1 (unpack_tar) COMPLETE |
9081 | 2024-12-20T23:34:12.154Z | [ host-image] Dec 20 23:34:11.955 INFO O| Dec 20 23:34:11.955 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9082 | 2024-12-20T23:34:12.174Z | [ host-image] Dec 20 23:34:11.975 INFO O| Dec 20 23:34:11.975 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9083 | 2024-12-20T23:34:12.729Z | [ host-image] Dec 20 23:34:12.530 INFO O| Dec 20 23:34:12.530 INFO STEP 2 (devfsadm) COMPLETE |
9084 | 2024-12-20T23:34:12.729Z | [ host-image] Dec 20 23:34:12.530 INFO O| Dec 20 23:34:12.530 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9085 | 2024-12-20T23:34:12.747Z | [ host-image] Dec 20 23:34:12.549 INFO O| Dec 20 23:34:12.548 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9086 | 2024-12-20T23:34:12.747Z | [ host-image] Dec 20 23:34:12.549 INFO O| Dec 20 23:34:12.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9087 | 2024-12-20T23:34:12.747Z | [ host-image] Dec 20 23:34:12.549 INFO O| Dec 20 23:34:12.549 INFO STEP 3 (ensure_dir) COMPLETE |
9088 | 2024-12-20T23:34:12.750Z | [ host-image] Dec 20 23:34:12.549 INFO O| Dec 20 23:34:12.549 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9089 | 2024-12-20T23:34:12.766Z | [ host-image] Dec 20 23:34:12.568 INFO O| Dec 20 23:34:12.568 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9090 | 2024-12-20T23:34:12.766Z | [ host-image] Dec 20 23:34:12.568 INFO O| Dec 20 23:34:12.568 INFO STEP 4 (ensure_dir) COMPLETE |
9091 | 2024-12-20T23:34:12.766Z | [ host-image] Dec 20 23:34:12.568 INFO O| Dec 20 23:34:12.568 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9092 | 2024-12-20T23:34:12.803Z | [ host-image] Dec 20 23:34:12.604 INFO O| Dec 20 23:34:12.604 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9093 | 2024-12-20T23:34:12.804Z | [ host-image] Dec 20 23:34:12.604 INFO O| Dec 20 23:34:12.604 INFO STEP 5 (ensure_dir) COMPLETE |
9094 | 2024-12-20T23:34:12.804Z | [ host-image] Dec 20 23:34:12.604 INFO O| Dec 20 23:34:12.604 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9095 | 2024-12-20T23:34:12.872Z | [ host-image] Dec 20 23:34:12.662 INFO O| Dec 20 23:34:12.662 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9096 | 2024-12-20T23:34:12.872Z | [ host-image] Dec 20 23:34:12.662 INFO O| Dec 20 23:34:12.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9097 | 2024-12-20T23:34:12.872Z | [ host-image] Dec 20 23:34:12.662 INFO O| Dec 20 23:34:12.662 INFO STEP 6 (ensure_dir) COMPLETE |
9098 | 2024-12-20T23:34:12.875Z | [ host-image] Dec 20 23:34:12.662 INFO O| Dec 20 23:34:12.662 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9099 | 2024-12-20T23:34:12.882Z | [ host-image] Dec 20 23:34:12.683 INFO O| Dec 20 23:34:12.683 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9100 | 2024-12-20T23:34:12.882Z | [ host-image] Dec 20 23:34:12.683 INFO O| Dec 20 23:34:12.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9101 | 2024-12-20T23:34:12.885Z | [ host-image] Dec 20 23:34:12.683 INFO O| Dec 20 23:34:12.683 INFO STEP 7 (ensure_dir) COMPLETE |
9102 | 2024-12-20T23:34:12.885Z | [ host-image] Dec 20 23:34:12.684 INFO O| Dec 20 23:34:12.683 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9103 | 2024-12-20T23:34:12.902Z | [ host-image] Dec 20 23:34:12.704 INFO O| Dec 20 23:34:12.704 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9104 | 2024-12-20T23:34:12.905Z | [ host-image] Dec 20 23:34:12.704 INFO O| Dec 20 23:34:12.704 INFO STEP 8 (remove_files) COMPLETE |
9105 | 2024-12-20T23:34:12.905Z | [ host-image] Dec 20 23:34:12.704 INFO O| Dec 20 23:34:12.704 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9106 | 2024-12-20T23:34:12.925Z | [ host-image] Dec 20 23:34:12.724 INFO O| Dec 20 23:34:12.724 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9107 | 2024-12-20T23:34:12.928Z | [ host-image] Dec 20 23:34:12.726 INFO O| Dec 20 23:34:12.726 INFO STEP 9 (remove_files) COMPLETE |
9108 | 2024-12-20T23:34:12.928Z | [ host-image] Dec 20 23:34:12.726 INFO O| Dec 20 23:34:12.726 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9109 | 2024-12-20T23:34:12.946Z | [ host-image] Dec 20 23:34:12.747 INFO O| Dec 20 23:34:12.747 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9110 | 2024-12-20T23:34:12.951Z | [ host-image] Dec 20 23:34:12.748 INFO O| Dec 20 23:34:12.748 INFO STEP 10 (remove_files) COMPLETE |
9111 | 2024-12-20T23:34:12.951Z | [ host-image] Dec 20 23:34:12.748 INFO O| Dec 20 23:34:12.748 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9112 | 2024-12-20T23:34:12.967Z | [ host-image] Dec 20 23:34:12.769 INFO O| Dec 20 23:34:12.769 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9113 | 2024-12-20T23:34:12.967Z | [ host-image] Dec 20 23:34:12.769 INFO O| Dec 20 23:34:12.769 INFO STEP 11 (remove_files) COMPLETE |
9114 | 2024-12-20T23:34:12.970Z | [ host-image] Dec 20 23:34:12.769 INFO O| Dec 20 23:34:12.769 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9115 | 2024-12-20T23:34:12.988Z | [ host-image] Dec 20 23:34:12.789 INFO O| Dec 20 23:34:12.789 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9116 | 2024-12-20T23:34:12.988Z | [ host-image] Dec 20 23:34:12.790 INFO O| Dec 20 23:34:12.789 INFO STEP 12 (remove_files) COMPLETE |
9117 | 2024-12-20T23:34:12.991Z | [ host-image] Dec 20 23:34:12.790 INFO O| Dec 20 23:34:12.790 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9118 | 2024-12-20T23:34:13.012Z | [ host-image] Dec 20 23:34:12.811 INFO O| Dec 20 23:34:12.811 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9119 | 2024-12-20T23:34:13.012Z | [ host-image] Dec 20 23:34:12.811 INFO O| Dec 20 23:34:12.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9120 | 2024-12-20T23:34:13.015Z | [ host-image] Dec 20 23:34:12.811 INFO O| Dec 20 23:34:12.811 INFO STEP 13 (ensure_dir) COMPLETE |
9121 | 2024-12-20T23:34:13.015Z | [ host-image] Dec 20 23:34:12.811 INFO O| Dec 20 23:34:12.811 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9122 | 2024-12-20T23:34:13.031Z | [ host-image] Dec 20 23:34:12.832 INFO O| Dec 20 23:34:12.832 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9123 | 2024-12-20T23:34:13.031Z | [ host-image] Dec 20 23:34:12.833 INFO O| Dec 20 23:34:12.832 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9124 | 2024-12-20T23:34:13.034Z | [ host-image] Dec 20 23:34:12.833 INFO O| Dec 20 23:34:12.833 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9125 | 2024-12-20T23:34:13.034Z | [ host-image] Dec 20 23:34:12.833 INFO O| Dec 20 23:34:12.833 INFO STEP 14 (ensure_dir) COMPLETE |
9126 | 2024-12-20T23:34:13.034Z | [ host-image] Dec 20 23:34:12.833 INFO O| Dec 20 23:34:12.833 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9127 | 2024-12-20T23:34:13.052Z | [ host-image] Dec 20 23:34:12.853 INFO O| Dec 20 23:34:12.853 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9128 | 2024-12-20T23:34:13.052Z | [ host-image] Dec 20 23:34:12.853 INFO O| Dec 20 23:34:12.853 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9129 | 2024-12-20T23:34:13.055Z | [ host-image] Dec 20 23:34:12.853 INFO O| Dec 20 23:34:12.853 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9130 | 2024-12-20T23:34:13.055Z | [ host-image] Dec 20 23:34:12.853 INFO O| Dec 20 23:34:12.853 INFO STEP 15 (ensure_dir) COMPLETE |
9131 | 2024-12-20T23:34:13.055Z | [ host-image] Dec 20 23:34:12.853 INFO O| Dec 20 23:34:12.853 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9132 | 2024-12-20T23:34:13.073Z | [ host-image] Dec 20 23:34:12.875 INFO O| Dec 20 23:34:12.874 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9133 | 2024-12-20T23:34:13.073Z | [ host-image] Dec 20 23:34:12.875 INFO O| Dec 20 23:34:12.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9134 | 2024-12-20T23:34:13.073Z | [ host-image] Dec 20 23:34:12.875 INFO O| Dec 20 23:34:12.875 INFO STEP 16 (ensure_dir) COMPLETE |
9135 | 2024-12-20T23:34:13.076Z | [ host-image] Dec 20 23:34:12.875 INFO O| Dec 20 23:34:12.875 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9136 | 2024-12-20T23:34:13.094Z | [ host-image] Dec 20 23:34:12.895 INFO O| Dec 20 23:34:12.895 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9137 | 2024-12-20T23:34:13.094Z | [ host-image] Dec 20 23:34:12.895 INFO O| Dec 20 23:34:12.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9138 | 2024-12-20T23:34:13.094Z | [ host-image] Dec 20 23:34:12.895 INFO O| Dec 20 23:34:12.895 INFO STEP 17 (ensure_dir) COMPLETE |
9139 | 2024-12-20T23:34:13.098Z | [ host-image] Dec 20 23:34:12.895 INFO O| Dec 20 23:34:12.895 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9140 | 2024-12-20T23:34:13.115Z | [ host-image] Dec 20 23:34:12.916 INFO O| Dec 20 23:34:12.916 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9141 | 2024-12-20T23:34:13.115Z | [ host-image] Dec 20 23:34:12.916 INFO O| Dec 20 23:34:12.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9142 | 2024-12-20T23:34:13.115Z | [ host-image] Dec 20 23:34:12.916 INFO O| Dec 20 23:34:12.916 INFO ok! |
9143 | 2024-12-20T23:34:13.115Z | [ host-image] Dec 20 23:34:12.916 INFO O| Dec 20 23:34:12.916 INFO STEP 18 (ensure_symlink) COMPLETE |
9144 | 2024-12-20T23:34:13.115Z | [ host-image] Dec 20 23:34:12.916 INFO O| Dec 20 23:34:12.916 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9145 | 2024-12-20T23:34:13.135Z | [ host-image] Dec 20 23:34:12.936 INFO O| Dec 20 23:34:12.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9146 | 2024-12-20T23:34:13.135Z | [ host-image] Dec 20 23:34:12.936 INFO O| Dec 20 23:34:12.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9147 | 2024-12-20T23:34:13.136Z | [ host-image] Dec 20 23:34:12.936 INFO O| Dec 20 23:34:12.936 INFO ok! |
9148 | 2024-12-20T23:34:13.136Z | [ host-image] Dec 20 23:34:12.936 INFO O| Dec 20 23:34:12.936 INFO STEP 19 (ensure_file) COMPLETE |
9149 | 2024-12-20T23:34:13.136Z | [ host-image] Dec 20 23:34:12.936 INFO O| Dec 20 23:34:12.936 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9150 | 2024-12-20T23:34:13.156Z | [ host-image] Dec 20 23:34:12.957 INFO O| Dec 20 23:34:12.957 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9151 | 2024-12-20T23:34:13.156Z | [ host-image] Dec 20 23:34:12.957 INFO O| Dec 20 23:34:12.957 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9152 | 2024-12-20T23:34:13.161Z | [ host-image] Dec 20 23:34:12.957 INFO O| Dec 20 23:34:12.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9153 | 2024-12-20T23:34:13.161Z | [ host-image] Dec 20 23:34:12.957 INFO O| Dec 20 23:34:12.957 INFO ok! |
9154 | 2024-12-20T23:34:13.161Z | [ host-image] Dec 20 23:34:12.957 INFO O| Dec 20 23:34:12.957 INFO STEP 20 (ensure_symlink) COMPLETE |
9155 | 2024-12-20T23:34:13.161Z | [ host-image] Dec 20 23:34:12.957 INFO O| Dec 20 23:34:12.957 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9156 | 2024-12-20T23:34:13.195Z | [ host-image] Dec 20 23:34:12.996 INFO O| Dec 20 23:34:12.996 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9157 | 2024-12-20T23:34:13.195Z | [ host-image] Dec 20 23:34:12.996 INFO O| Dec 20 23:34:12.996 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9158 | 2024-12-20T23:34:13.197Z | [ host-image] Dec 20 23:34:12.996 INFO O| Dec 20 23:34:12.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9159 | 2024-12-20T23:34:13.197Z | [ host-image] Dec 20 23:34:12.996 INFO O| Dec 20 23:34:12.996 INFO ok! |
9160 | 2024-12-20T23:34:13.197Z | [ host-image] Dec 20 23:34:12.996 INFO O| Dec 20 23:34:12.996 INFO STEP 21 (ensure_symlink) COMPLETE |
9161 | 2024-12-20T23:34:13.197Z | [ host-image] Dec 20 23:34:12.996 INFO O| Dec 20 23:34:12.996 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9162 | 2024-12-20T23:34:13.233Z | [ host-image] Dec 20 23:34:13.034 INFO O| Dec 20 23:34:13.034 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9163 | 2024-12-20T23:34:13.233Z | [ host-image] Dec 20 23:34:13.034 INFO O| Dec 20 23:34:13.034 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9164 | 2024-12-20T23:34:13.236Z | [ host-image] Dec 20 23:34:13.034 INFO O| Dec 20 23:34:13.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9165 | 2024-12-20T23:34:13.236Z | [ host-image] Dec 20 23:34:13.034 INFO O| Dec 20 23:34:13.034 INFO ok! |
9166 | 2024-12-20T23:34:13.236Z | [ host-image] Dec 20 23:34:13.034 INFO O| Dec 20 23:34:13.034 INFO STEP 22 (ensure_symlink) COMPLETE |
9167 | 2024-12-20T23:34:13.236Z | [ host-image] Dec 20 23:34:13.034 INFO O| Dec 20 23:34:13.034 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9168 | 2024-12-20T23:34:13.253Z | [ host-image] Dec 20 23:34:13.054 INFO O| Dec 20 23:34:13.054 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9169 | 2024-12-20T23:34:13.253Z | [ host-image] Dec 20 23:34:13.054 INFO O| Dec 20 23:34:13.054 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9170 | 2024-12-20T23:34:13.257Z | [ host-image] Dec 20 23:34:13.055 INFO O| Dec 20 23:34:13.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9171 | 2024-12-20T23:34:13.257Z | [ host-image] Dec 20 23:34:13.055 INFO O| Dec 20 23:34:13.055 INFO ok! |
9172 | 2024-12-20T23:34:13.257Z | [ host-image] Dec 20 23:34:13.055 INFO O| Dec 20 23:34:13.055 INFO STEP 23 (ensure_symlink) COMPLETE |
9173 | 2024-12-20T23:34:13.257Z | [ host-image] Dec 20 23:34:13.055 INFO O| Dec 20 23:34:13.055 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9174 | 2024-12-20T23:34:13.272Z | [ host-image] Dec 20 23:34:13.074 INFO O| Dec 20 23:34:13.074 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9175 | 2024-12-20T23:34:13.272Z | [ host-image] Dec 20 23:34:13.074 INFO O| Dec 20 23:34:13.074 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9176 | 2024-12-20T23:34:13.275Z | [ host-image] Dec 20 23:34:13.074 INFO O| Dec 20 23:34:13.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9177 | 2024-12-20T23:34:13.275Z | [ host-image] Dec 20 23:34:13.074 INFO O| Dec 20 23:34:13.074 INFO ok! |
9178 | 2024-12-20T23:34:13.275Z | [ host-image] Dec 20 23:34:13.074 INFO O| Dec 20 23:34:13.074 INFO STEP 24 (ensure_file) COMPLETE |
9179 | 2024-12-20T23:34:13.275Z | [ host-image] Dec 20 23:34:13.074 INFO O| Dec 20 23:34:13.074 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9180 | 2024-12-20T23:34:13.304Z | [ host-image] Dec 20 23:34:13.105 INFO O| Dec 20 23:34:13.104 INFO updating shadow file |
9181 | 2024-12-20T23:34:13.309Z | [ host-image] Dec 20 23:34:13.105 INFO O| Dec 20 23:34:13.105 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9182 | 2024-12-20T23:34:13.309Z | [ host-image] Dec 20 23:34:13.105 INFO O| Dec 20 23:34:13.105 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9183 | 2024-12-20T23:34:13.309Z | [ host-image] Dec 20 23:34:13.105 INFO O| Dec 20 23:34:13.105 INFO STEP 25 (shadow) COMPLETE |
9184 | 2024-12-20T23:34:13.309Z | [ host-image] Dec 20 23:34:13.105 INFO O| Dec 20 23:34:13.105 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9185 | 2024-12-20T23:34:13.336Z | [ host-image] Dec 20 23:34:13.138 INFO O| Dec 20 23:34:13.138 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9186 | 2024-12-20T23:34:13.336Z | [ host-image] Dec 20 23:34:13.138 INFO O| Dec 20 23:34:13.138 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9187 | 2024-12-20T23:34:13.341Z | [ host-image] Dec 20 23:34:13.138 INFO O| Dec 20 23:34:13.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9188 | 2024-12-20T23:34:13.341Z | [ host-image] Dec 20 23:34:13.138 INFO O| Dec 20 23:34:13.138 INFO ok! |
9189 | 2024-12-20T23:34:13.341Z | [ host-image] Dec 20 23:34:13.138 INFO O| Dec 20 23:34:13.138 INFO STEP 26 (ensure_file) COMPLETE |
9190 | 2024-12-20T23:34:13.341Z | [ host-image] Dec 20 23:34:13.138 INFO O| Dec 20 23:34:13.138 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9191 | 2024-12-20T23:34:13.357Z | [ host-image] Dec 20 23:34:13.158 INFO O| Dec 20 23:34:13.158 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9192 | 2024-12-20T23:34:13.357Z | [ host-image] Dec 20 23:34:13.158 INFO O| Dec 20 23:34:13.158 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9193 | 2024-12-20T23:34:13.357Z | [ host-image] Dec 20 23:34:13.158 INFO O| Dec 20 23:34:13.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9194 | 2024-12-20T23:34:13.357Z | [ host-image] Dec 20 23:34:13.158 INFO O| Dec 20 23:34:13.158 INFO ok! |
9195 | 2024-12-20T23:34:13.357Z | [ host-image] Dec 20 23:34:13.158 INFO O| Dec 20 23:34:13.158 INFO STEP 27 (ensure_file) COMPLETE |
9196 | 2024-12-20T23:34:13.357Z | [ host-image] Dec 20 23:34:13.158 INFO O| Dec 20 23:34:13.158 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9197 | 2024-12-20T23:34:13.389Z | [ host-image] Dec 20 23:34:13.191 INFO O| Dec 20 23:34:13.190 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9198 | 2024-12-20T23:34:13.389Z | [ host-image] Dec 20 23:34:13.191 INFO O| Dec 20 23:34:13.191 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9199 | 2024-12-20T23:34:13.393Z | [ host-image] Dec 20 23:34:13.191 INFO O| Dec 20 23:34:13.191 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9200 | 2024-12-20T23:34:13.393Z | [ host-image] Dec 20 23:34:13.191 INFO O| Dec 20 23:34:13.191 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9201 | 2024-12-20T23:34:13.393Z | [ host-image] Dec 20 23:34:13.191 INFO O| Dec 20 23:34:13.191 INFO ok! |
9202 | 2024-12-20T23:34:13.393Z | [ host-image] Dec 20 23:34:13.191 INFO O| Dec 20 23:34:13.191 INFO STEP 28 (ensure_file) COMPLETE |
9203 | 2024-12-20T23:34:13.393Z | [ host-image] Dec 20 23:34:13.191 INFO O| Dec 20 23:34:13.191 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9204 | 2024-12-20T23:34:13.454Z | [ host-image] Dec 20 23:34:13.256 INFO O| Dec 20 23:34:13.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9205 | 2024-12-20T23:34:13.455Z | [ host-image] Dec 20 23:34:13.256 INFO O| Dec 20 23:34:13.256 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9206 | 2024-12-20T23:34:13.455Z | [ host-image] Dec 20 23:34:13.256 INFO O| Dec 20 23:34:13.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9207 | 2024-12-20T23:34:13.458Z | [ host-image] Dec 20 23:34:13.256 INFO O| Dec 20 23:34:13.256 INFO ok! |
9208 | 2024-12-20T23:34:13.458Z | [ host-image] Dec 20 23:34:13.256 INFO O| Dec 20 23:34:13.256 INFO STEP 29 (ensure_file) COMPLETE |
9209 | 2024-12-20T23:34:13.458Z | [ host-image] Dec 20 23:34:13.256 INFO O| Dec 20 23:34:13.256 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9210 | 2024-12-20T23:34:13.475Z | [ host-image] Dec 20 23:34:13.276 INFO O| Dec 20 23:34:13.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9211 | 2024-12-20T23:34:13.475Z | [ host-image] Dec 20 23:34:13.276 INFO O| Dec 20 23:34:13.276 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9212 | 2024-12-20T23:34:13.483Z | [ host-image] Dec 20 23:34:13.276 INFO O| Dec 20 23:34:13.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9213 | 2024-12-20T23:34:13.483Z | [ host-image] Dec 20 23:34:13.276 INFO O| Dec 20 23:34:13.276 INFO ok! |
9214 | 2024-12-20T23:34:13.483Z | [ host-image] Dec 20 23:34:13.276 INFO O| Dec 20 23:34:13.276 INFO STEP 30 (ensure_file) COMPLETE |
9215 | 2024-12-20T23:34:13.483Z | [ host-image] Dec 20 23:34:13.276 INFO O| Dec 20 23:34:13.276 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9216 | 2024-12-20T23:34:13.532Z | [ host-image] Dec 20 23:34:13.319 INFO O| Dec 20 23:34:13.319 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9217 | 2024-12-20T23:34:13.533Z | [ host-image] Dec 20 23:34:13.319 INFO O| Dec 20 23:34:13.319 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9218 | 2024-12-20T23:34:13.538Z | [ host-image] Dec 20 23:34:13.319 INFO O| Dec 20 23:34:13.319 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9219 | 2024-12-20T23:34:13.538Z | [ host-image] Dec 20 23:34:13.319 INFO O| Dec 20 23:34:13.319 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9220 | 2024-12-20T23:34:13.538Z | [ host-image] Dec 20 23:34:13.319 INFO O| Dec 20 23:34:13.319 INFO ok! |
9221 | 2024-12-20T23:34:13.538Z | [ host-image] Dec 20 23:34:13.320 INFO O| Dec 20 23:34:13.320 INFO STEP 31 (ensure_file) COMPLETE |
9222 | 2024-12-20T23:34:13.538Z | [ host-image] Dec 20 23:34:13.320 INFO O| Dec 20 23:34:13.320 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9223 | 2024-12-20T23:34:13.555Z | [ host-image] Dec 20 23:34:13.357 INFO O| Dec 20 23:34:13.356 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9224 | 2024-12-20T23:34:13.555Z | [ host-image] Dec 20 23:34:13.357 INFO O| Dec 20 23:34:13.357 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9225 | 2024-12-20T23:34:13.559Z | [ host-image] Dec 20 23:34:13.357 INFO O| Dec 20 23:34:13.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9226 | 2024-12-20T23:34:13.559Z | [ host-image] Dec 20 23:34:13.357 INFO O| Dec 20 23:34:13.357 INFO ok! |
9227 | 2024-12-20T23:34:13.559Z | [ host-image] Dec 20 23:34:13.357 INFO O| Dec 20 23:34:13.357 INFO STEP 32 (ensure_file) COMPLETE |
9228 | 2024-12-20T23:34:13.560Z | [ host-image] Dec 20 23:34:13.357 INFO O| Dec 20 23:34:13.357 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9229 | 2024-12-20T23:34:13.623Z | [ host-image] Dec 20 23:34:13.421 INFO O| Dec 20 23:34:13.421 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9230 | 2024-12-20T23:34:13.623Z | [ host-image] Dec 20 23:34:13.421 INFO O| Dec 20 23:34:13.421 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9231 | 2024-12-20T23:34:13.623Z | [ host-image] Dec 20 23:34:13.421 INFO O| Dec 20 23:34:13.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9232 | 2024-12-20T23:34:13.623Z | [ host-image] Dec 20 23:34:13.421 INFO O| Dec 20 23:34:13.421 INFO ok! |
9233 | 2024-12-20T23:34:13.633Z | [ host-image] Dec 20 23:34:13.421 INFO O| Dec 20 23:34:13.421 INFO STEP 33 (ensure_file) COMPLETE |
9234 | 2024-12-20T23:34:13.634Z | [ host-image] Dec 20 23:34:13.421 INFO O| Dec 20 23:34:13.421 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9235 | 2024-12-20T23:34:13.640Z | [ host-image] Dec 20 23:34:13.441 INFO O| Dec 20 23:34:13.441 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9236 | 2024-12-20T23:34:13.641Z | [ host-image] Dec 20 23:34:13.441 INFO O| Dec 20 23:34:13.441 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9237 | 2024-12-20T23:34:13.641Z | [ host-image] Dec 20 23:34:13.442 INFO O| Dec 20 23:34:13.442 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9238 | 2024-12-20T23:34:13.646Z | [ host-image] Dec 20 23:34:13.442 INFO O| Dec 20 23:34:13.442 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9239 | 2024-12-20T23:34:13.646Z | [ host-image] Dec 20 23:34:13.442 INFO O| Dec 20 23:34:13.442 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9240 | 2024-12-20T23:34:13.646Z | [ host-image] Dec 20 23:34:13.442 INFO O| Dec 20 23:34:13.442 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9241 | 2024-12-20T23:34:13.646Z | [ host-image] Dec 20 23:34:13.442 INFO O| Dec 20 23:34:13.442 INFO ok! |
9242 | 2024-12-20T23:34:13.646Z | [ host-image] Dec 20 23:34:13.442 INFO O| Dec 20 23:34:13.442 INFO STEP 34 (ensure_file) COMPLETE |
9243 | 2024-12-20T23:34:13.646Z | [ host-image] Dec 20 23:34:13.442 INFO O| Dec 20 23:34:13.442 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9244 | 2024-12-20T23:34:13.660Z | [ host-image] Dec 20 23:34:13.462 INFO O| Dec 20 23:34:13.462 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9245 | 2024-12-20T23:34:13.660Z | [ host-image] Dec 20 23:34:13.462 INFO O| Dec 20 23:34:13.462 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9246 | 2024-12-20T23:34:13.663Z | [ host-image] Dec 20 23:34:13.462 INFO O| Dec 20 23:34:13.462 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9247 | 2024-12-20T23:34:13.663Z | [ host-image] Dec 20 23:34:13.462 INFO O| Dec 20 23:34:13.462 INFO STEP 35 (ensure_dir) COMPLETE |
9248 | 2024-12-20T23:34:13.663Z | [ host-image] Dec 20 23:34:13.462 INFO O| Dec 20 23:34:13.462 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9249 | 2024-12-20T23:34:13.680Z | [ host-image] Dec 20 23:34:13.482 INFO O| Dec 20 23:34:13.482 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 |
9250 | 2024-12-20T23:34:13.680Z | [ host-image] Dec 20 23:34:13.482 INFO O| Dec 20 23:34:13.482 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 ... |
9251 | 2024-12-20T23:34:13.683Z | [ host-image] Dec 20 23:34:13.482 INFO O| Dec 20 23:34:13.482 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 |
9252 | 2024-12-20T23:34:13.683Z | [ host-image] Dec 20 23:34:13.482 INFO O| Dec 20 23:34:13.482 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 |
9253 | 2024-12-20T23:34:13.683Z | [ host-image] Dec 20 23:34:13.482 INFO O| Dec 20 23:34:13.482 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 |
9254 | 2024-12-20T23:34:13.683Z | [ host-image] Dec 20 23:34:13.482 INFO O| Dec 20 23:34:13.482 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 |
9255 | 2024-12-20T23:34:13.684Z | [ host-image] Dec 20 23:34:13.482 INFO O| Dec 20 23:34:13.482 INFO ok! |
9256 | 2024-12-20T23:34:13.684Z | [ host-image] Dec 20 23:34:13.482 INFO O| Dec 20 23:34:13.482 INFO STEP 36 (ensure_file) COMPLETE |
9257 | 2024-12-20T23:34:13.684Z | [ host-image] Dec 20 23:34:13.482 INFO O| Dec 20 23:34:13.482 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9258 | 2024-12-20T23:34:13.701Z | [ host-image] Dec 20 23:34:13.503 INFO O| Dec 20 23:34:13.502 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9259 | 2024-12-20T23:34:13.701Z | [ host-image] Dec 20 23:34:13.503 INFO O| Dec 20 23:34:13.503 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 ... |
9260 | 2024-12-20T23:34:13.705Z | [ host-image] Dec 20 23:34:13.503 INFO O| Dec 20 23:34:13.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9261 | 2024-12-20T23:34:13.705Z | [ host-image] Dec 20 23:34:13.503 INFO O| Dec 20 23:34:13.503 INFO ok! |
9262 | 2024-12-20T23:34:13.705Z | [ host-image] Dec 20 23:34:13.503 INFO O| Dec 20 23:34:13.503 INFO STEP 37 (ensure_symlink) COMPLETE |
9263 | 2024-12-20T23:34:13.705Z | [ host-image] Dec 20 23:34:13.503 INFO O| Dec 20 23:34:13.503 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9264 | 2024-12-20T23:34:13.722Z | [ host-image] Dec 20 23:34:13.524 INFO O| Dec 20 23:34:13.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9265 | 2024-12-20T23:34:13.722Z | [ host-image] Dec 20 23:34:13.524 INFO O| Dec 20 23:34:13.524 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9266 | 2024-12-20T23:34:13.722Z | [ host-image] Dec 20 23:34:13.524 INFO O| Dec 20 23:34:13.524 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9267 | 2024-12-20T23:34:13.722Z | [ host-image] Dec 20 23:34:13.524 INFO O| Dec 20 23:34:13.524 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9268 | 2024-12-20T23:34:13.728Z | [ host-image] Dec 20 23:34:13.524 INFO O| Dec 20 23:34:13.524 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9269 | 2024-12-20T23:34:13.728Z | [ host-image] Dec 20 23:34:13.524 INFO O| Dec 20 23:34:13.524 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9270 | 2024-12-20T23:34:13.728Z | [ host-image] Dec 20 23:34:13.524 INFO O| Dec 20 23:34:13.524 INFO ok! |
9271 | 2024-12-20T23:34:13.728Z | [ host-image] Dec 20 23:34:13.524 INFO O| Dec 20 23:34:13.524 INFO STEP 38 (ensure_file) COMPLETE |
9272 | 2024-12-20T23:34:13.728Z | [ host-image] Dec 20 23:34:13.524 INFO O| Dec 20 23:34:13.524 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9273 | 2024-12-20T23:34:13.760Z | [ host-image] Dec 20 23:34:13.562 INFO O| Dec 20 23:34:13.562 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9274 | 2024-12-20T23:34:13.760Z | [ host-image] Dec 20 23:34:13.562 INFO O| Dec 20 23:34:13.562 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 ... |
9275 | 2024-12-20T23:34:13.763Z | [ host-image] Dec 20 23:34:13.562 INFO O| Dec 20 23:34:13.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 |
9276 | 2024-12-20T23:34:13.764Z | [ host-image] Dec 20 23:34:13.562 INFO O| Dec 20 23:34:13.562 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9277 | 2024-12-20T23:34:13.764Z | [ host-image] Dec 20 23:34:13.562 INFO O| Dec 20 23:34:13.562 INFO ok! |
9278 | 2024-12-20T23:34:13.764Z | [ host-image] Dec 20 23:34:13.563 INFO O| Dec 20 23:34:13.562 INFO STEP 39 (ensure_file) COMPLETE |
9279 | 2024-12-20T23:34:13.764Z | [ host-image] Dec 20 23:34:13.563 INFO O| Dec 20 23:34:13.563 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9280 | 2024-12-20T23:34:13.824Z | [ host-image] Dec 20 23:34:13.625 INFO O| Dec 20 23:34:13.625 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9281 | 2024-12-20T23:34:13.824Z | [ host-image] Dec 20 23:34:13.625 INFO O| Dec 20 23:34:13.625 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9282 | 2024-12-20T23:34:13.824Z | [ host-image] Dec 20 23:34:13.625 INFO O| Dec 20 23:34:13.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9283 | 2024-12-20T23:34:13.824Z | [ host-image] Dec 20 23:34:13.625 INFO O| Dec 20 23:34:13.625 INFO ok! |
9284 | 2024-12-20T23:34:13.824Z | [ host-image] Dec 20 23:34:13.625 INFO O| Dec 20 23:34:13.625 INFO STEP 40 (ensure_file) COMPLETE |
9285 | 2024-12-20T23:34:13.831Z | [ host-image] Dec 20 23:34:13.625 INFO O| Dec 20 23:34:13.625 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9286 | 2024-12-20T23:34:13.870Z | [ host-image] Dec 20 23:34:13.671 INFO O| Dec 20 23:34:13.671 INFO updating shadow file |
9287 | 2024-12-20T23:34:13.878Z | [ host-image] Dec 20 23:34:13.672 INFO O| Dec 20 23:34:13.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9288 | 2024-12-20T23:34:13.878Z | [ host-image] Dec 20 23:34:13.672 INFO O| Dec 20 23:34:13.672 INFO STEP 41 (shadow) COMPLETE |
9289 | 2024-12-20T23:34:13.878Z | [ host-image] Dec 20 23:34:13.672 INFO O| Dec 20 23:34:13.672 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9290 | 2024-12-20T23:34:13.890Z | [ host-image] Dec 20 23:34:13.692 INFO O| Dec 20 23:34:13.692 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9291 | 2024-12-20T23:34:13.893Z | [ host-image] Dec 20 23:34:13.692 INFO O| Dec 20 23:34:13.692 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9292 | 2024-12-20T23:34:13.893Z | [ host-image] Dec 20 23:34:13.693 INFO O| Dec 20 23:34:13.692 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9293 | 2024-12-20T23:34:13.894Z | [ host-image] Dec 20 23:34:13.693 INFO O| Dec 20 23:34:13.693 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9294 | 2024-12-20T23:34:13.894Z | [ host-image] Dec 20 23:34:13.693 INFO O| Dec 20 23:34:13.693 INFO ok! |
9295 | 2024-12-20T23:34:13.894Z | [ host-image] Dec 20 23:34:13.693 INFO O| Dec 20 23:34:13.693 INFO STEP 42 (ensure_file) COMPLETE |
9296 | 2024-12-20T23:34:13.894Z | [ host-image] Dec 20 23:34:13.693 INFO O| Dec 20 23:34:13.693 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9297 | 2024-12-20T23:34:13.894Z | [ host-image] Dec 20 23:34:13.693 INFO O| Dec 20 23:34:13.693 INFO skip step because feature "mfg" is not enabled |
9298 | 2024-12-20T23:34:13.894Z | [ host-image] Dec 20 23:34:13.693 INFO O| Dec 20 23:34:13.693 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9299 | 2024-12-20T23:34:13.894Z | [ host-image] Dec 20 23:34:13.693 INFO O| Dec 20 23:34:13.693 INFO skip step because feature "mfg" is not enabled |
9300 | 2024-12-20T23:34:13.894Z | [ host-image] Dec 20 23:34:13.693 INFO O| Dec 20 23:34:13.693 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9301 | 2024-12-20T23:34:13.962Z | [ host-image] Dec 20 23:34:13.764 INFO O| Dec 20 23:34:13.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9302 | 2024-12-20T23:34:13.963Z | [ host-image] Dec 20 23:34:13.764 INFO O| Dec 20 23:34:13.764 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9303 | 2024-12-20T23:34:14.829Z | [ host-image] Dec 20 23:34:14.631 INFO O| Dec 20 23:34:14.631 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9304 | 2024-12-20T23:34:14.832Z | [ host-image] Dec 20 23:34:14.631 INFO O| Dec 20 23:34:14.631 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9305 | 2024-12-20T23:34:14.832Z | [ host-image] Dec 20 23:34:14.631 INFO O| Dec 20 23:34:14.631 INFO ok! |
9306 | 2024-12-20T23:34:14.832Z | [ host-image] Dec 20 23:34:14.631 INFO O| Dec 20 23:34:14.631 INFO STEP 45 (ensure_file) COMPLETE |
9307 | 2024-12-20T23:34:14.832Z | [ host-image] Dec 20 23:34:14.631 INFO O| Dec 20 23:34:14.631 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9308 | 2024-12-20T23:34:14.851Z | [ host-image] Dec 20 23:34:14.652 INFO O| Dec 20 23:34:14.652 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9309 | 2024-12-20T23:34:14.851Z | [ host-image] Dec 20 23:34:14.653 INFO O| Dec 20 23:34:14.653 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9310 | 2024-12-20T23:34:14.854Z | [ host-image] Dec 20 23:34:14.653 INFO O| Dec 20 23:34:14.653 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9311 | 2024-12-20T23:34:14.854Z | [ host-image] Dec 20 23:34:14.653 INFO O| Dec 20 23:34:14.653 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9312 | 2024-12-20T23:34:14.854Z | [ host-image] Dec 20 23:34:14.653 INFO O| Dec 20 23:34:14.653 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9313 | 2024-12-20T23:34:14.854Z | [ host-image] Dec 20 23:34:14.653 INFO O| Dec 20 23:34:14.653 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9314 | 2024-12-20T23:34:14.854Z | [ host-image] Dec 20 23:34:14.653 INFO O| Dec 20 23:34:14.653 INFO ok! |
9315 | 2024-12-20T23:34:14.854Z | [ host-image] Dec 20 23:34:14.653 INFO O| Dec 20 23:34:14.653 INFO STEP 46 (ensure_file) COMPLETE |
9316 | 2024-12-20T23:34:14.854Z | [ host-image] Dec 20 23:34:14.653 INFO O| Dec 20 23:34:14.653 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9317 | 2024-12-20T23:34:14.897Z | [ host-image] Dec 20 23:34:14.693 INFO O| Dec 20 23:34:14.693 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9318 | 2024-12-20T23:34:14.897Z | [ host-image] Dec 20 23:34:14.694 INFO O| Dec 20 23:34:14.694 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 ... |
9319 | 2024-12-20T23:34:14.904Z | [ host-image] Dec 20 23:34:14.694 INFO O| Dec 20 23:34:14.694 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 |
9320 | 2024-12-20T23:34:14.905Z | [ host-image] Dec 20 23:34:14.694 INFO O| Dec 20 23:34:14.694 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9321 | 2024-12-20T23:34:14.905Z | [ host-image] Dec 20 23:34:14.694 INFO O| Dec 20 23:34:14.694 INFO ok! |
9322 | 2024-12-20T23:34:14.905Z | [ host-image] Dec 20 23:34:14.694 INFO O| Dec 20 23:34:14.694 INFO STEP 47 (ensure_file) COMPLETE |
9323 | 2024-12-20T23:34:14.905Z | [ host-image] Dec 20 23:34:14.694 INFO O| Dec 20 23:34:14.694 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9324 | 2024-12-20T23:34:14.912Z | [ host-image] Dec 20 23:34:14.714 INFO O| Dec 20 23:34:14.714 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9325 | 2024-12-20T23:34:14.912Z | [ host-image] Dec 20 23:34:14.714 INFO O| Dec 20 23:34:14.714 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9326 | 2024-12-20T23:34:14.918Z | [ host-image] Dec 20 23:34:14.715 INFO O| Dec 20 23:34:14.714 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9327 | 2024-12-20T23:34:14.918Z | [ host-image] Dec 20 23:34:14.715 INFO O| Dec 20 23:34:14.715 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9328 | 2024-12-20T23:34:14.918Z | [ host-image] Dec 20 23:34:14.715 INFO O| Dec 20 23:34:14.715 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9329 | 2024-12-20T23:34:14.918Z | [ host-image] Dec 20 23:34:14.715 INFO O| Dec 20 23:34:14.715 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9330 | 2024-12-20T23:34:14.919Z | [ host-image] Dec 20 23:34:14.715 INFO O| Dec 20 23:34:14.715 INFO ok! |
9331 | 2024-12-20T23:34:14.919Z | [ host-image] Dec 20 23:34:14.715 INFO O| Dec 20 23:34:14.715 INFO STEP 48 (ensure_file) COMPLETE |
9332 | 2024-12-20T23:34:14.919Z | [ host-image] Dec 20 23:34:14.715 INFO O| Dec 20 23:34:14.715 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9333 | 2024-12-20T23:34:14.949Z | [ host-image] Dec 20 23:34:14.750 INFO O| Dec 20 23:34:14.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9334 | 2024-12-20T23:34:14.949Z | [ host-image] Dec 20 23:34:14.751 INFO O| Dec 20 23:34:14.750 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 ... |
9335 | 2024-12-20T23:34:14.949Z | [ host-image] Dec 20 23:34:14.751 INFO O| Dec 20 23:34:14.751 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 |
9336 | 2024-12-20T23:34:14.951Z | [ host-image] Dec 20 23:34:14.751 INFO O| Dec 20 23:34:14.751 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9337 | 2024-12-20T23:34:14.951Z | [ host-image] Dec 20 23:34:14.751 INFO O| Dec 20 23:34:14.751 INFO ok! |
9338 | 2024-12-20T23:34:14.952Z | [ host-image] Dec 20 23:34:14.751 INFO O| Dec 20 23:34:14.751 INFO STEP 49 (ensure_file) COMPLETE |
9339 | 2024-12-20T23:34:14.952Z | [ host-image] Dec 20 23:34:14.751 INFO O| Dec 20 23:34:14.751 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9340 | 2024-12-20T23:34:14.972Z | [ host-image] Dec 20 23:34:14.774 INFO O| Dec 20 23:34:14.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9341 | 2024-12-20T23:34:14.972Z | [ host-image] Dec 20 23:34:14.774 INFO O| Dec 20 23:34:14.774 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9342 | 2024-12-20T23:34:14.972Z | [ host-image] Dec 20 23:34:14.774 INFO O| Dec 20 23:34:14.774 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9343 | 2024-12-20T23:34:14.972Z | [ host-image] Dec 20 23:34:14.774 INFO O| Dec 20 23:34:14.774 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9344 | 2024-12-20T23:34:14.975Z | [ host-image] Dec 20 23:34:14.774 INFO O| Dec 20 23:34:14.774 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9345 | 2024-12-20T23:34:14.975Z | [ host-image] Dec 20 23:34:14.774 INFO O| Dec 20 23:34:14.774 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9346 | 2024-12-20T23:34:14.976Z | [ host-image] Dec 20 23:34:14.774 INFO O| Dec 20 23:34:14.774 INFO ok! |
9347 | 2024-12-20T23:34:14.976Z | [ host-image] Dec 20 23:34:14.774 INFO O| Dec 20 23:34:14.774 INFO STEP 50 (ensure_file) COMPLETE |
9348 | 2024-12-20T23:34:14.976Z | [ host-image] Dec 20 23:34:14.774 INFO O| Dec 20 23:34:14.774 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9349 | 2024-12-20T23:34:14.992Z | [ host-image] Dec 20 23:34:14.794 INFO O| Dec 20 23:34:14.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9350 | 2024-12-20T23:34:14.992Z | [ host-image] Dec 20 23:34:14.794 INFO O| Dec 20 23:34:14.794 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 ... |
9351 | 2024-12-20T23:34:14.996Z | [ host-image] Dec 20 23:34:14.794 INFO O| Dec 20 23:34:14.794 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 |
9352 | 2024-12-20T23:34:14.996Z | [ host-image] Dec 20 23:34:14.794 INFO O| Dec 20 23:34:14.794 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9353 | 2024-12-20T23:34:14.996Z | [ host-image] Dec 20 23:34:14.794 INFO O| Dec 20 23:34:14.794 INFO ok! |
9354 | 2024-12-20T23:34:14.996Z | [ host-image] Dec 20 23:34:14.794 INFO O| Dec 20 23:34:14.794 INFO STEP 51 (ensure_file) COMPLETE |
9355 | 2024-12-20T23:34:14.996Z | [ host-image] Dec 20 23:34:14.794 INFO O| Dec 20 23:34:14.794 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9356 | 2024-12-20T23:34:15.031Z | [ host-image] Dec 20 23:34:14.833 INFO O| Dec 20 23:34:14.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9357 | 2024-12-20T23:34:15.031Z | [ host-image] Dec 20 23:34:14.833 INFO O| Dec 20 23:34:14.833 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 ... |
9358 | 2024-12-20T23:34:15.034Z | [ host-image] Dec 20 23:34:14.833 INFO O| Dec 20 23:34:14.833 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 |
9359 | 2024-12-20T23:34:15.035Z | [ host-image] Dec 20 23:34:14.833 INFO O| Dec 20 23:34:14.833 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9360 | 2024-12-20T23:34:15.035Z | [ host-image] Dec 20 23:34:14.833 INFO O| Dec 20 23:34:14.833 INFO ok! |
9361 | 2024-12-20T23:34:15.035Z | [ host-image] Dec 20 23:34:14.833 INFO O| Dec 20 23:34:14.833 INFO STEP 52 (ensure_file) COMPLETE |
9362 | 2024-12-20T23:34:15.035Z | [ host-image] Dec 20 23:34:14.833 INFO O| Dec 20 23:34:14.833 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9363 | 2024-12-20T23:34:15.095Z | [ host-image] Dec 20 23:34:14.897 INFO O| Dec 20 23:34:14.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9364 | 2024-12-20T23:34:15.095Z | [ host-image] Dec 20 23:34:14.897 INFO O| Dec 20 23:34:14.897 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 ... |
9365 | 2024-12-20T23:34:15.098Z | [ host-image] Dec 20 23:34:14.897 INFO O| Dec 20 23:34:14.897 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 |
9366 | 2024-12-20T23:34:15.098Z | [ host-image] Dec 20 23:34:14.897 INFO O| Dec 20 23:34:14.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9367 | 2024-12-20T23:34:15.099Z | [ host-image] Dec 20 23:34:14.897 INFO O| Dec 20 23:34:14.897 INFO ok! |
9368 | 2024-12-20T23:34:15.099Z | [ host-image] Dec 20 23:34:14.897 INFO O| Dec 20 23:34:14.897 INFO STEP 53 (ensure_file) COMPLETE |
9369 | 2024-12-20T23:34:15.099Z | [ host-image] Dec 20 23:34:14.897 INFO O| Dec 20 23:34:14.897 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9370 | 2024-12-20T23:34:15.137Z | [ host-image] Dec 20 23:34:14.939 INFO O| Dec 20 23:34:14.939 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9371 | 2024-12-20T23:34:15.137Z | [ host-image] Dec 20 23:34:14.939 INFO O| Dec 20 23:34:14.939 INFO STEP 54 (ensure_dir) COMPLETE |
9372 | 2024-12-20T23:34:15.137Z | [ host-image] Dec 20 23:34:14.939 INFO O| Dec 20 23:34:14.939 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9373 | 2024-12-20T23:34:15.159Z | [ host-image] Dec 20 23:34:14.961 INFO O| Dec 20 23:34:14.961 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9374 | 2024-12-20T23:34:15.159Z | [ host-image] Dec 20 23:34:14.961 INFO O| Dec 20 23:34:14.961 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9375 | 2024-12-20T23:34:15.166Z | [ host-image] Dec 20 23:34:14.961 INFO O| Dec 20 23:34:14.961 INFO STEP 55 (ensure_dir) COMPLETE |
9376 | 2024-12-20T23:34:15.166Z | [ host-image] Dec 20 23:34:14.961 INFO O| Dec 20 23:34:14.961 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9377 | 2024-12-20T23:34:15.215Z | [ host-image] Dec 20 23:34:15.017 INFO O| Dec 20 23:34:15.017 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9378 | 2024-12-20T23:34:15.215Z | [ host-image] Dec 20 23:34:15.017 INFO O| Dec 20 23:34:15.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9379 | 2024-12-20T23:34:15.220Z | [ host-image] Dec 20 23:34:15.017 INFO O| Dec 20 23:34:15.017 INFO STEP 56 (ensure_dir) COMPLETE |
9380 | 2024-12-20T23:34:15.220Z | [ host-image] Dec 20 23:34:15.017 INFO O| Dec 20 23:34:15.017 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9381 | 2024-12-20T23:34:15.238Z | [ host-image] Dec 20 23:34:15.040 INFO O| Dec 20 23:34:15.040 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9382 | 2024-12-20T23:34:15.238Z | [ host-image] Dec 20 23:34:15.040 INFO O| Dec 20 23:34:15.040 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9383 | 2024-12-20T23:34:15.265Z | [ host-image] Dec 20 23:34:15.066 INFO O| Dec 20 23:34:15.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9384 | 2024-12-20T23:34:15.265Z | [ host-image] Dec 20 23:34:15.066 INFO O| Dec 20 23:34:15.066 INFO ok! |
9385 | 2024-12-20T23:34:15.265Z | [ host-image] Dec 20 23:34:15.066 INFO O| Dec 20 23:34:15.066 INFO STEP 57 (ensure_file) COMPLETE |
9386 | 2024-12-20T23:34:15.268Z | [ host-image] Dec 20 23:34:15.066 INFO O| Dec 20 23:34:15.066 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9387 | 2024-12-20T23:34:15.287Z | [ host-image] Dec 20 23:34:15.089 INFO O| Dec 20 23:34:15.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9388 | 2024-12-20T23:34:15.287Z | [ host-image] Dec 20 23:34:15.089 INFO O| Dec 20 23:34:15.089 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9389 | 2024-12-20T23:34:15.496Z | [ recovery-image] Dec 20 23:34:15.298 INFO E| Compiling bitflags v1.3.2 |
9390 | 2024-12-20T23:34:15.496Z | [ recovery-image] Dec 20 23:34:15.298 INFO E| Compiling adler2 v2.0.0 |
9391 | 2024-12-20T23:34:15.499Z | [ recovery-image] Dec 20 23:34:15.298 INFO E| Compiling log v0.4.22 |
9392 | 2024-12-20T23:34:15.499Z | [ recovery-image] Dec 20 23:34:15.298 INFO E| Compiling bit_field v0.10.2 |
9393 | 2024-12-20T23:34:15.499Z | [ recovery-image] Dec 20 23:34:15.298 INFO E| Compiling scroll v0.12.0 |
9394 | 2024-12-20T23:34:15.499Z | [ recovery-image] Dec 20 23:34:15.298 INFO E| Compiling plain v0.2.3 |
9395 | 2024-12-20T23:34:15.499Z | [ recovery-image] Dec 20 23:34:15.298 INFO E| Compiling static_assertions v1.1.0 |
9396 | 2024-12-20T23:34:15.635Z | [ recovery-image] Dec 20 23:34:15.434 INFO E| Compiling bitstruct v0.1.1 |
9397 | 2024-12-20T23:34:15.961Z | [ recovery-image] Dec 20 23:34:15.761 INFO E| Compiling raw-cpuid v10.7.0 |
9398 | 2024-12-20T23:34:15.973Z | [ recovery-image] Dec 20 23:34:15.775 INFO E| Compiling cpio_reader v0.1.1 |
9399 | 2024-12-20T23:34:16.140Z | [ recovery-image] Dec 20 23:34:15.882 INFO E| Compiling miniz_oxide v0.8.0 |
9400 | 2024-12-20T23:34:16.742Z | [ host-image] Dec 20 23:34:16.545 INFO O| Dec 20 23:34:16.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9401 | 2024-12-20T23:34:16.742Z | [ host-image] Dec 20 23:34:16.545 INFO O| Dec 20 23:34:16.545 INFO ok! |
9402 | 2024-12-20T23:34:16.742Z | [ host-image] Dec 20 23:34:16.545 INFO O| Dec 20 23:34:16.545 INFO STEP 58 (ensure_file) COMPLETE |
9403 | 2024-12-20T23:34:16.745Z | [ host-image] Dec 20 23:34:16.545 INFO O| Dec 20 23:34:16.545 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9404 | 2024-12-20T23:34:16.778Z | [ host-image] Dec 20 23:34:16.580 INFO O| Dec 20 23:34:16.580 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9405 | 2024-12-20T23:34:16.778Z | [ host-image] Dec 20 23:34:16.580 INFO O| Dec 20 23:34:16.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9406 | 2024-12-20T23:34:16.778Z | [ host-image] Dec 20 23:34:16.580 INFO O| Dec 20 23:34:16.580 INFO STEP 59 (ensure_dir) COMPLETE |
9407 | 2024-12-20T23:34:16.782Z | [ host-image] Dec 20 23:34:16.580 INFO O| Dec 20 23:34:16.580 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9408 | 2024-12-20T23:34:16.848Z | [ host-image] Dec 20 23:34:16.650 INFO O| Dec 20 23:34:16.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9409 | 2024-12-20T23:34:16.848Z | [ host-image] Dec 20 23:34:16.650 INFO O| Dec 20 23:34:16.650 INFO copying /tmp/.tmpuUXtU8/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 ... |
9410 | 2024-12-20T23:34:16.851Z | [ host-image] Dec 20 23:34:16.651 INFO O| Dec 20 23:34:16.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9411 | 2024-12-20T23:34:16.851Z | [ host-image] Dec 20 23:34:16.651 INFO O| Dec 20 23:34:16.651 INFO ok! |
9412 | 2024-12-20T23:34:16.851Z | [ host-image] Dec 20 23:34:16.651 INFO O| Dec 20 23:34:16.651 INFO STEP 60 (ensure_file) COMPLETE |
9413 | 2024-12-20T23:34:16.851Z | [ host-image] Dec 20 23:34:16.651 INFO O| Dec 20 23:34:16.651 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9414 | 2024-12-20T23:34:16.894Z | [ host-image] Dec 20 23:34:16.695 INFO O| Dec 20 23:34:16.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9415 | 2024-12-20T23:34:16.894Z | [ host-image] Dec 20 23:34:16.695 INFO O| Dec 20 23:34:16.695 INFO copying /tmp/.tmpuUXtU8/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 ... |
9416 | 2024-12-20T23:34:16.902Z | [ host-image] Dec 20 23:34:16.696 INFO O| Dec 20 23:34:16.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9417 | 2024-12-20T23:34:16.902Z | [ host-image] Dec 20 23:34:16.696 INFO O| Dec 20 23:34:16.696 INFO ok! |
9418 | 2024-12-20T23:34:16.903Z | [ host-image] Dec 20 23:34:16.696 INFO O| Dec 20 23:34:16.696 INFO STEP 61 (ensure_file) COMPLETE |
9419 | 2024-12-20T23:34:16.903Z | [ host-image] Dec 20 23:34:16.696 INFO O| Dec 20 23:34:16.696 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9420 | 2024-12-20T23:34:16.985Z | [ host-image] Dec 20 23:34:16.787 INFO O| Dec 20 23:34:16.787 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9421 | 2024-12-20T23:34:16.988Z | [ host-image] Dec 20 23:34:16.787 INFO O| Dec 20 23:34:16.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9422 | 2024-12-20T23:34:16.988Z | [ host-image] Dec 20 23:34:16.787 INFO O| Dec 20 23:34:16.787 INFO STEP 62 (ensure_dir) COMPLETE |
9423 | 2024-12-20T23:34:16.988Z | [ host-image] Dec 20 23:34:16.788 INFO O| Dec 20 23:34:16.787 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9424 | 2024-12-20T23:34:17.078Z | [ host-image] Dec 20 23:34:16.880 INFO O| Dec 20 23:34:16.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9425 | 2024-12-20T23:34:17.079Z | [ host-image] Dec 20 23:34:16.880 INFO O| Dec 20 23:34:16.880 INFO copying /tmp/.tmpuUXtU8/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 ... |
9426 | 2024-12-20T23:34:17.082Z | [ host-image] Dec 20 23:34:16.881 INFO O| Dec 20 23:34:16.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9427 | 2024-12-20T23:34:17.082Z | [ host-image] Dec 20 23:34:16.881 INFO O| Dec 20 23:34:16.881 INFO ok! |
9428 | 2024-12-20T23:34:17.082Z | [ host-image] Dec 20 23:34:16.881 INFO O| Dec 20 23:34:16.881 INFO STEP 63 (ensure_file) COMPLETE |
9429 | 2024-12-20T23:34:17.082Z | [ host-image] Dec 20 23:34:16.881 INFO O| Dec 20 23:34:16.881 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9430 | 2024-12-20T23:34:17.161Z | [ host-image] Dec 20 23:34:16.963 INFO O| Dec 20 23:34:16.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9431 | 2024-12-20T23:34:17.161Z | [ host-image] Dec 20 23:34:16.963 INFO O| Dec 20 23:34:16.963 INFO copying /tmp/.tmpuUXtU8/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 ... |
9432 | 2024-12-20T23:34:17.161Z | [ host-image] Dec 20 23:34:16.964 INFO O| Dec 20 23:34:16.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9433 | 2024-12-20T23:34:17.164Z | [ host-image] Dec 20 23:34:16.964 INFO O| Dec 20 23:34:16.964 INFO ok! |
9434 | 2024-12-20T23:34:17.165Z | [ host-image] Dec 20 23:34:16.964 INFO O| Dec 20 23:34:16.964 INFO STEP 64 (ensure_file) COMPLETE |
9435 | 2024-12-20T23:34:17.165Z | [ host-image] Dec 20 23:34:16.964 INFO O| Dec 20 23:34:16.964 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9436 | 2024-12-20T23:34:17.225Z | [ recovery-image] Dec 20 23:34:17.028 INFO E| Compiling goblin v0.8.2 |
9437 | 2024-12-20T23:34:17.287Z | [ host-image] Dec 20 23:34:17.089 INFO O| Dec 20 23:34:17.089 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9438 | 2024-12-20T23:34:17.287Z | [ host-image] Dec 20 23:34:17.089 INFO O| Dec 20 23:34:17.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9439 | 2024-12-20T23:34:17.292Z | [ host-image] Dec 20 23:34:17.089 INFO O| Dec 20 23:34:17.089 INFO STEP 65 (ensure_dir) COMPLETE |
9440 | 2024-12-20T23:34:17.292Z | [ host-image] Dec 20 23:34:17.089 INFO O| Dec 20 23:34:17.089 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9441 | 2024-12-20T23:34:17.356Z | [ host-image] Dec 20 23:34:17.159 INFO O| Dec 20 23:34:17.159 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9442 | 2024-12-20T23:34:17.356Z | [ host-image] Dec 20 23:34:17.159 INFO O| Dec 20 23:34:17.159 INFO copying /tmp/.tmpuUXtU8/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 ... |
9443 | 2024-12-20T23:34:17.359Z | [ host-image] Dec 20 23:34:17.159 INFO O| Dec 20 23:34:17.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9444 | 2024-12-20T23:34:17.359Z | [ host-image] Dec 20 23:34:17.159 INFO O| Dec 20 23:34:17.159 INFO ok! |
9445 | 2024-12-20T23:34:17.359Z | [ host-image] Dec 20 23:34:17.159 INFO O| Dec 20 23:34:17.159 INFO STEP 66 (ensure_file) COMPLETE |
9446 | 2024-12-20T23:34:17.359Z | [ host-image] Dec 20 23:34:17.159 INFO O| Dec 20 23:34:17.159 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9447 | 2024-12-20T23:34:17.379Z | [ host-image] Dec 20 23:34:17.181 INFO O| Dec 20 23:34:17.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9448 | 2024-12-20T23:34:17.379Z | [ host-image] Dec 20 23:34:17.181 INFO O| Dec 20 23:34:17.181 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9449 | 2024-12-20T23:34:17.382Z | [ host-image] Dec 20 23:34:17.181 INFO O| Dec 20 23:34:17.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9450 | 2024-12-20T23:34:17.382Z | [ host-image] Dec 20 23:34:17.182 INFO O| Dec 20 23:34:17.181 INFO ok! |
9451 | 2024-12-20T23:34:17.382Z | [ host-image] Dec 20 23:34:17.182 INFO O| Dec 20 23:34:17.181 INFO STEP 67 (ensure_file) COMPLETE |
9452 | 2024-12-20T23:34:17.382Z | [ host-image] Dec 20 23:34:17.182 INFO O| Dec 20 23:34:17.181 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9453 | 2024-12-20T23:34:17.437Z | [ host-image] Dec 20 23:34:17.237 INFO O| Dec 20 23:34:17.237 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9454 | 2024-12-20T23:34:17.441Z | [ host-image] Dec 20 23:34:17.238 INFO O| Dec 20 23:34:17.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9455 | 2024-12-20T23:34:17.441Z | [ host-image] Dec 20 23:34:17.238 INFO O| Dec 20 23:34:17.238 INFO STEP 68 (ensure_dir) COMPLETE |
9456 | 2024-12-20T23:34:17.441Z | [ host-image] Dec 20 23:34:17.238 INFO O| Dec 20 23:34:17.238 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9457 | 2024-12-20T23:34:17.506Z | [ host-image] Dec 20 23:34:17.299 INFO O| Dec 20 23:34:17.299 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9458 | 2024-12-20T23:34:17.506Z | [ host-image] Dec 20 23:34:17.299 INFO O| Dec 20 23:34:17.299 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9459 | 2024-12-20T23:34:18.975Z | [ host-image] Dec 20 23:34:18.778 INFO O| Dec 20 23:34:18.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9460 | 2024-12-20T23:34:18.975Z | [ host-image] Dec 20 23:34:18.778 INFO O| Dec 20 23:34:18.778 INFO ok! |
9461 | 2024-12-20T23:34:18.978Z | [ host-image] Dec 20 23:34:18.778 INFO O| Dec 20 23:34:18.778 INFO STEP 69 (ensure_file) COMPLETE |
9462 | 2024-12-20T23:34:18.979Z | [ host-image] Dec 20 23:34:18.778 INFO O| Dec 20 23:34:18.778 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9463 | 2024-12-20T23:34:18.997Z | [ host-image] Dec 20 23:34:18.799 INFO O| Dec 20 23:34:18.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9464 | 2024-12-20T23:34:18.997Z | [ host-image] Dec 20 23:34:18.799 INFO O| Dec 20 23:34:18.799 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9465 | 2024-12-20T23:34:21.033Z | [ host-image] Dec 20 23:34:20.837 INFO O| Dec 20 23:34:20.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9466 | 2024-12-20T23:34:21.033Z | [ host-image] Dec 20 23:34:20.837 INFO O| Dec 20 23:34:20.837 INFO ok! |
9467 | 2024-12-20T23:34:21.037Z | [ host-image] Dec 20 23:34:20.837 INFO O| Dec 20 23:34:20.837 INFO STEP 70 (ensure_file) COMPLETE |
9468 | 2024-12-20T23:34:21.037Z | [ host-image] Dec 20 23:34:20.837 INFO O| Dec 20 23:34:20.837 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9469 | 2024-12-20T23:34:21.054Z | [ host-image] Dec 20 23:34:20.857 INFO O| Dec 20 23:34:20.857 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9470 | 2024-12-20T23:34:21.054Z | [ host-image] Dec 20 23:34:20.858 INFO O| Dec 20 23:34:20.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9471 | 2024-12-20T23:34:21.054Z | [ host-image] Dec 20 23:34:20.858 INFO O| Dec 20 23:34:20.858 INFO STEP 71 (ensure_dir) COMPLETE |
9472 | 2024-12-20T23:34:21.057Z | [ host-image] Dec 20 23:34:20.858 INFO O| Dec 20 23:34:20.858 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9473 | 2024-12-20T23:34:21.076Z | [ host-image] Dec 20 23:34:20.878 INFO O| Dec 20 23:34:20.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9474 | 2024-12-20T23:34:21.076Z | [ host-image] Dec 20 23:34:20.878 INFO O| Dec 20 23:34:20.878 INFO copying /tmp/.tmpuUXtU8/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 ... |
9475 | 2024-12-20T23:34:21.076Z | [ host-image] Dec 20 23:34:20.878 INFO O| Dec 20 23:34:20.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9476 | 2024-12-20T23:34:21.079Z | [ host-image] Dec 20 23:34:20.878 INFO O| Dec 20 23:34:20.878 INFO ok! |
9477 | 2024-12-20T23:34:21.079Z | [ host-image] Dec 20 23:34:20.878 INFO O| Dec 20 23:34:20.878 INFO STEP 72 (ensure_file) COMPLETE |
9478 | 2024-12-20T23:34:21.079Z | [ host-image] Dec 20 23:34:20.878 INFO O| Dec 20 23:34:20.878 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9479 | 2024-12-20T23:34:21.125Z | [ host-image] Dec 20 23:34:20.929 INFO O| Dec 20 23:34:20.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9480 | 2024-12-20T23:34:21.125Z | [ host-image] Dec 20 23:34:20.929 INFO O| Dec 20 23:34:20.929 INFO copying /tmp/.tmpuUXtU8/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 ... |
9481 | 2024-12-20T23:34:21.132Z | [ host-image] Dec 20 23:34:20.929 INFO O| Dec 20 23:34:20.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9482 | 2024-12-20T23:34:21.132Z | [ host-image] Dec 20 23:34:20.929 INFO O| Dec 20 23:34:20.929 INFO ok! |
9483 | 2024-12-20T23:34:21.132Z | [ host-image] Dec 20 23:34:20.929 INFO O| Dec 20 23:34:20.929 INFO STEP 73 (ensure_file) COMPLETE |
9484 | 2024-12-20T23:34:21.132Z | [ host-image] Dec 20 23:34:20.929 INFO O| Dec 20 23:34:20.929 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9485 | 2024-12-20T23:34:21.160Z | [ host-image] Dec 20 23:34:20.963 INFO O| Dec 20 23:34:20.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9486 | 2024-12-20T23:34:21.160Z | [ host-image] Dec 20 23:34:20.963 INFO O| Dec 20 23:34:20.963 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9487 | 2024-12-20T23:34:21.160Z | [ host-image] Dec 20 23:34:20.963 INFO O| Dec 20 23:34:20.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9488 | 2024-12-20T23:34:21.160Z | [ host-image] Dec 20 23:34:20.963 INFO O| Dec 20 23:34:20.963 INFO ok! |
9489 | 2024-12-20T23:34:21.160Z | [ host-image] Dec 20 23:34:20.964 INFO O| Dec 20 23:34:20.963 INFO STEP 74 (ensure_file) COMPLETE |
9490 | 2024-12-20T23:34:21.160Z | [ host-image] Dec 20 23:34:20.964 INFO O| Dec 20 23:34:20.963 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9491 | 2024-12-20T23:34:21.204Z | [ host-image] Dec 20 23:34:21.008 INFO O| Dec 20 23:34:21.008 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9492 | 2024-12-20T23:34:21.204Z | [ host-image] Dec 20 23:34:21.008 INFO O| Dec 20 23:34:21.008 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9493 | 2024-12-20T23:34:21.208Z | [ host-image] Dec 20 23:34:21.009 INFO O| Dec 20 23:34:21.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9494 | 2024-12-20T23:34:21.208Z | [ host-image] Dec 20 23:34:21.009 INFO O| Dec 20 23:34:21.009 INFO ok! |
9495 | 2024-12-20T23:34:21.208Z | [ host-image] Dec 20 23:34:21.009 INFO O| Dec 20 23:34:21.009 INFO STEP 75 (ensure_file) COMPLETE |
9496 | 2024-12-20T23:34:21.208Z | [ host-image] Dec 20 23:34:21.009 INFO O| Dec 20 23:34:21.009 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9497 | 2024-12-20T23:34:21.230Z | [ host-image] Dec 20 23:34:21.031 INFO O| Dec 20 23:34:21.031 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9498 | 2024-12-20T23:34:21.230Z | [ host-image] Dec 20 23:34:21.032 INFO O| Dec 20 23:34:21.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9499 | 2024-12-20T23:34:21.230Z | [ host-image] Dec 20 23:34:21.032 INFO O| Dec 20 23:34:21.032 INFO STEP 76 (ensure_dir) COMPLETE |
9500 | 2024-12-20T23:34:21.235Z | [ host-image] Dec 20 23:34:21.032 INFO O| Dec 20 23:34:21.032 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9501 | 2024-12-20T23:34:21.251Z | [ host-image] Dec 20 23:34:21.053 INFO O| Dec 20 23:34:21.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9502 | 2024-12-20T23:34:21.251Z | [ host-image] Dec 20 23:34:21.053 INFO O| Dec 20 23:34:21.053 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9503 | 2024-12-20T23:34:21.255Z | [ host-image] Dec 20 23:34:21.059 INFO O| Dec 20 23:34:21.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9504 | 2024-12-20T23:34:21.255Z | [ host-image] Dec 20 23:34:21.059 INFO O| Dec 20 23:34:21.059 INFO ok! |
9505 | 2024-12-20T23:34:21.258Z | [ host-image] Dec 20 23:34:21.059 INFO O| Dec 20 23:34:21.059 INFO STEP 77 (ensure_file) COMPLETE |
9506 | 2024-12-20T23:34:21.258Z | [ host-image] Dec 20 23:34:21.059 INFO O| Dec 20 23:34:21.059 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9507 | 2024-12-20T23:34:21.276Z | [ host-image] Dec 20 23:34:21.080 INFO O| Dec 20 23:34:21.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9508 | 2024-12-20T23:34:21.276Z | [ host-image] Dec 20 23:34:21.080 INFO O| Dec 20 23:34:21.080 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9509 | 2024-12-20T23:34:21.280Z | [ host-image] Dec 20 23:34:21.080 INFO O| Dec 20 23:34:21.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9510 | 2024-12-20T23:34:21.280Z | [ host-image] Dec 20 23:34:21.080 INFO O| Dec 20 23:34:21.080 INFO ok! |
9511 | 2024-12-20T23:34:21.280Z | [ host-image] Dec 20 23:34:21.080 INFO O| Dec 20 23:34:21.080 INFO STEP 78 (ensure_file) COMPLETE |
9512 | 2024-12-20T23:34:21.280Z | [ host-image] Dec 20 23:34:21.081 INFO O| Dec 20 23:34:21.080 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9513 | 2024-12-20T23:34:21.345Z | [ host-image] Dec 20 23:34:21.149 INFO O| Dec 20 23:34:21.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9514 | 2024-12-20T23:34:21.345Z | [ host-image] Dec 20 23:34:21.149 INFO O| Dec 20 23:34:21.149 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9515 | 2024-12-20T23:34:23.307Z | [ host-image] Dec 20 23:34:23.111 INFO O| Dec 20 23:34:23.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9516 | 2024-12-20T23:34:23.309Z | [ host-image] Dec 20 23:34:23.111 INFO O| Dec 20 23:34:23.111 INFO ok! |
9517 | 2024-12-20T23:34:23.310Z | [ host-image] Dec 20 23:34:23.111 INFO O| Dec 20 23:34:23.111 INFO STEP 79 (ensure_file) COMPLETE |
9518 | 2024-12-20T23:34:23.310Z | [ host-image] Dec 20 23:34:23.111 INFO O| Dec 20 23:34:23.111 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9519 | 2024-12-20T23:34:23.351Z | [ host-image] Dec 20 23:34:23.155 INFO O| Dec 20 23:34:23.155 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9520 | 2024-12-20T23:34:23.355Z | [ host-image] Dec 20 23:34:23.156 INFO O| Dec 20 23:34:23.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9521 | 2024-12-20T23:34:23.355Z | [ host-image] Dec 20 23:34:23.156 INFO O| Dec 20 23:34:23.155 INFO STEP 80 (ensure_dir) COMPLETE |
9522 | 2024-12-20T23:34:23.355Z | [ host-image] Dec 20 23:34:23.156 INFO O| Dec 20 23:34:23.155 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9523 | 2024-12-20T23:34:23.380Z | [ host-image] Dec 20 23:34:23.185 INFO O| Dec 20 23:34:23.185 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9524 | 2024-12-20T23:34:23.380Z | [ host-image] Dec 20 23:34:23.185 INFO O| Dec 20 23:34:23.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9525 | 2024-12-20T23:34:23.380Z | [ host-image] Dec 20 23:34:23.185 INFO O| Dec 20 23:34:23.185 INFO STEP 81 (ensure_dir) COMPLETE |
9526 | 2024-12-20T23:34:23.384Z | [ host-image] Dec 20 23:34:23.185 INFO O| Dec 20 23:34:23.185 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9527 | 2024-12-20T23:34:23.509Z | [ host-image] Dec 20 23:34:23.313 INFO O| Dec 20 23:34:23.313 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9528 | 2024-12-20T23:34:23.509Z | [ host-image] Dec 20 23:34:23.313 INFO O| Dec 20 23:34:23.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9529 | 2024-12-20T23:34:23.510Z | [ host-image] Dec 20 23:34:23.314 INFO O| Dec 20 23:34:23.313 INFO STEP 82 (ensure_dir) COMPLETE |
9530 | 2024-12-20T23:34:23.514Z | [ host-image] Dec 20 23:34:23.314 INFO O| Dec 20 23:34:23.313 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9531 | 2024-12-20T23:34:23.575Z | [ host-image] Dec 20 23:34:23.380 INFO O| Dec 20 23:34:23.379 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9532 | 2024-12-20T23:34:23.576Z | [ host-image] Dec 20 23:34:23.380 INFO O| Dec 20 23:34:23.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9533 | 2024-12-20T23:34:23.576Z | [ host-image] Dec 20 23:34:23.380 INFO O| Dec 20 23:34:23.380 INFO STEP 83 (ensure_dir) COMPLETE |
9534 | 2024-12-20T23:34:23.581Z | [ host-image] Dec 20 23:34:23.380 INFO O| Dec 20 23:34:23.380 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9535 | 2024-12-20T23:34:23.687Z | [ host-image] Dec 20 23:34:23.491 INFO O| Dec 20 23:34:23.491 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9536 | 2024-12-20T23:34:23.687Z | [ host-image] Dec 20 23:34:23.492 INFO O| Dec 20 23:34:23.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9537 | 2024-12-20T23:34:23.687Z | [ host-image] Dec 20 23:34:23.492 INFO O| Dec 20 23:34:23.492 INFO STEP 84 (ensure_dir) COMPLETE |
9538 | 2024-12-20T23:34:23.690Z | [ host-image] Dec 20 23:34:23.492 INFO O| Dec 20 23:34:23.492 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9539 | 2024-12-20T23:34:23.747Z | [ host-image] Dec 20 23:34:23.551 INFO O| Dec 20 23:34:23.551 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9540 | 2024-12-20T23:34:23.747Z | [ host-image] Dec 20 23:34:23.551 INFO O| Dec 20 23:34:23.551 INFO copying /tmp/.tmpuUXtU8/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 ... |
9541 | 2024-12-20T23:34:23.750Z | [ host-image] Dec 20 23:34:23.552 INFO O| Dec 20 23:34:23.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9542 | 2024-12-20T23:34:23.750Z | [ host-image] Dec 20 23:34:23.552 INFO O| Dec 20 23:34:23.552 INFO ok! |
9543 | 2024-12-20T23:34:23.750Z | [ host-image] Dec 20 23:34:23.552 INFO O| Dec 20 23:34:23.552 INFO STEP 85 (ensure_file) COMPLETE |
9544 | 2024-12-20T23:34:23.750Z | [ host-image] Dec 20 23:34:23.552 INFO O| Dec 20 23:34:23.552 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9545 | 2024-12-20T23:34:23.809Z | [ host-image] Dec 20 23:34:23.614 INFO O| Dec 20 23:34:23.614 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9546 | 2024-12-20T23:34:23.810Z | [ host-image] Dec 20 23:34:23.614 INFO O| Dec 20 23:34:23.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9547 | 2024-12-20T23:34:23.810Z | [ host-image] Dec 20 23:34:23.614 INFO O| Dec 20 23:34:23.614 INFO STEP 86 (ensure_dir) COMPLETE |
9548 | 2024-12-20T23:34:23.810Z | [ host-image] Dec 20 23:34:23.614 INFO O| Dec 20 23:34:23.614 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9549 | 2024-12-20T23:34:23.830Z | [ host-image] Dec 20 23:34:23.634 INFO O| Dec 20 23:34:23.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9550 | 2024-12-20T23:34:23.830Z | [ host-image] Dec 20 23:34:23.634 INFO O| Dec 20 23:34:23.634 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9551 | 2024-12-20T23:34:23.833Z | [ host-image] Dec 20 23:34:23.634 INFO O| Dec 20 23:34:23.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9552 | 2024-12-20T23:34:23.833Z | [ host-image] Dec 20 23:34:23.634 INFO O| Dec 20 23:34:23.634 INFO ok! |
9553 | 2024-12-20T23:34:23.833Z | [ host-image] Dec 20 23:34:23.634 INFO O| Dec 20 23:34:23.634 INFO STEP 87 (ensure_file) COMPLETE |
9554 | 2024-12-20T23:34:23.833Z | [ host-image] Dec 20 23:34:23.634 INFO O| Dec 20 23:34:23.634 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9555 | 2024-12-20T23:34:23.870Z | [ host-image] Dec 20 23:34:23.674 INFO O| Dec 20 23:34:23.674 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9556 | 2024-12-20T23:34:23.870Z | [ host-image] Dec 20 23:34:23.674 INFO O| Dec 20 23:34:23.674 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9557 | 2024-12-20T23:34:24.444Z | [ host-image] Dec 20 23:34:24.248 INFO O| Dec 20 23:34:24.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9558 | 2024-12-20T23:34:24.444Z | [ host-image] Dec 20 23:34:24.249 INFO O| Dec 20 23:34:24.248 INFO ok! |
9559 | 2024-12-20T23:34:24.451Z | [ host-image] Dec 20 23:34:24.249 INFO O| Dec 20 23:34:24.248 INFO STEP 88 (ensure_file) COMPLETE |
9560 | 2024-12-20T23:34:24.451Z | [ host-image] Dec 20 23:34:24.249 INFO O| Dec 20 23:34:24.248 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9561 | 2024-12-20T23:34:24.482Z | [ host-image] Dec 20 23:34:24.270 INFO O| Dec 20 23:34:24.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9562 | 2024-12-20T23:34:24.482Z | [ host-image] Dec 20 23:34:24.270 INFO O| Dec 20 23:34:24.270 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9563 | 2024-12-20T23:34:25.147Z | [ host-image] Dec 20 23:34:24.951 INFO O| Dec 20 23:34:24.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9564 | 2024-12-20T23:34:25.147Z | [ host-image] Dec 20 23:34:24.951 INFO O| Dec 20 23:34:24.951 INFO ok! |
9565 | 2024-12-20T23:34:25.150Z | [ host-image] Dec 20 23:34:24.951 INFO O| Dec 20 23:34:24.951 INFO STEP 89 (ensure_file) COMPLETE |
9566 | 2024-12-20T23:34:25.150Z | [ host-image] Dec 20 23:34:24.951 INFO O| Dec 20 23:34:24.951 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9567 | 2024-12-20T23:34:25.183Z | [ host-image] Dec 20 23:34:24.988 INFO O| Dec 20 23:34:24.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9568 | 2024-12-20T23:34:25.183Z | [ host-image] Dec 20 23:34:24.988 INFO O| Dec 20 23:34:24.988 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9569 | 2024-12-20T23:34:25.188Z | [ host-image] Dec 20 23:34:24.988 INFO O| Dec 20 23:34:24.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9570 | 2024-12-20T23:34:25.188Z | [ host-image] Dec 20 23:34:24.989 INFO O| Dec 20 23:34:24.989 INFO ok! |
9571 | 2024-12-20T23:34:25.188Z | [ host-image] Dec 20 23:34:24.989 INFO O| Dec 20 23:34:24.989 INFO STEP 90 (ensure_file) COMPLETE |
9572 | 2024-12-20T23:34:25.188Z | [ host-image] Dec 20 23:34:24.989 INFO O| Dec 20 23:34:24.989 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9573 | 2024-12-20T23:34:25.255Z | [ host-image] Dec 20 23:34:25.060 INFO O| Dec 20 23:34:25.060 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9574 | 2024-12-20T23:34:25.255Z | [ host-image] Dec 20 23:34:25.060 INFO O| Dec 20 23:34:25.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9575 | 2024-12-20T23:34:25.262Z | [ host-image] Dec 20 23:34:25.060 INFO O| Dec 20 23:34:25.060 INFO STEP 91 (ensure_dir) COMPLETE |
9576 | 2024-12-20T23:34:25.263Z | [ host-image] Dec 20 23:34:25.060 INFO O| Dec 20 23:34:25.060 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9577 | 2024-12-20T23:34:25.290Z | [ host-image] Dec 20 23:34:25.094 INFO O| Dec 20 23:34:25.094 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9578 | 2024-12-20T23:34:25.290Z | [ host-image] Dec 20 23:34:25.094 INFO O| Dec 20 23:34:25.094 INFO copying /tmp/.tmpuUXtU8/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 ... |
9579 | 2024-12-20T23:34:25.294Z | [ host-image] Dec 20 23:34:25.094 INFO O| Dec 20 23:34:25.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9580 | 2024-12-20T23:34:25.294Z | [ host-image] Dec 20 23:34:25.094 INFO O| Dec 20 23:34:25.094 INFO ok! |
9581 | 2024-12-20T23:34:25.295Z | [ host-image] Dec 20 23:34:25.094 INFO O| Dec 20 23:34:25.094 INFO STEP 92 (ensure_file) COMPLETE |
9582 | 2024-12-20T23:34:25.295Z | [ host-image] Dec 20 23:34:25.095 INFO O| Dec 20 23:34:25.094 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9583 | 2024-12-20T23:34:25.310Z | [ host-image] Dec 20 23:34:25.115 INFO O| Dec 20 23:34:25.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9584 | 2024-12-20T23:34:25.310Z | [ host-image] Dec 20 23:34:25.116 INFO O| Dec 20 23:34:25.116 INFO copying /tmp/.tmpuUXtU8/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 ... |
9585 | 2024-12-20T23:34:25.314Z | [ host-image] Dec 20 23:34:25.116 INFO O| Dec 20 23:34:25.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9586 | 2024-12-20T23:34:25.314Z | [ host-image] Dec 20 23:34:25.116 INFO O| Dec 20 23:34:25.116 INFO ok! |
9587 | 2024-12-20T23:34:25.314Z | [ host-image] Dec 20 23:34:25.116 INFO O| Dec 20 23:34:25.116 INFO STEP 93 (ensure_file) COMPLETE |
9588 | 2024-12-20T23:34:25.314Z | [ host-image] Dec 20 23:34:25.116 INFO O| Dec 20 23:34:25.116 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9589 | 2024-12-20T23:34:25.341Z | [ host-image] Dec 20 23:34:25.146 INFO O| Dec 20 23:34:25.146 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9590 | 2024-12-20T23:34:25.341Z | [ host-image] Dec 20 23:34:25.146 INFO O| Dec 20 23:34:25.146 INFO copying /tmp/.tmpuUXtU8/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 ... |
9591 | 2024-12-20T23:34:25.344Z | [ host-image] Dec 20 23:34:25.146 INFO O| Dec 20 23:34:25.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9592 | 2024-12-20T23:34:25.344Z | [ host-image] Dec 20 23:34:25.146 INFO O| Dec 20 23:34:25.146 INFO ok! |
9593 | 2024-12-20T23:34:25.344Z | [ host-image] Dec 20 23:34:25.146 INFO O| Dec 20 23:34:25.146 INFO STEP 94 (ensure_file) COMPLETE |
9594 | 2024-12-20T23:34:25.344Z | [ host-image] Dec 20 23:34:25.146 INFO O| Dec 20 23:34:25.146 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9595 | 2024-12-20T23:34:25.378Z | [ host-image] Dec 20 23:34:25.183 INFO O| Dec 20 23:34:25.183 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9596 | 2024-12-20T23:34:25.378Z | [ host-image] Dec 20 23:34:25.183 INFO O| Dec 20 23:34:25.183 INFO copying /tmp/.tmpuUXtU8/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 ... |
9597 | 2024-12-20T23:34:25.381Z | [ host-image] Dec 20 23:34:25.183 INFO O| Dec 20 23:34:25.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9598 | 2024-12-20T23:34:25.381Z | [ host-image] Dec 20 23:34:25.184 INFO O| Dec 20 23:34:25.183 INFO ok! |
9599 | 2024-12-20T23:34:25.381Z | [ host-image] Dec 20 23:34:25.184 INFO O| Dec 20 23:34:25.184 INFO STEP 95 (ensure_file) COMPLETE |
9600 | 2024-12-20T23:34:25.381Z | [ host-image] Dec 20 23:34:25.184 INFO O| Dec 20 23:34:25.184 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9601 | 2024-12-20T23:34:25.435Z | [ host-image] Dec 20 23:34:25.240 INFO O| Dec 20 23:34:25.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9602 | 2024-12-20T23:34:25.435Z | [ host-image] Dec 20 23:34:25.240 INFO O| Dec 20 23:34:25.240 INFO copying /tmp/.tmpuUXtU8/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 ... |
9603 | 2024-12-20T23:34:25.439Z | [ host-image] Dec 20 23:34:25.240 INFO O| Dec 20 23:34:25.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9604 | 2024-12-20T23:34:25.439Z | [ host-image] Dec 20 23:34:25.240 INFO O| Dec 20 23:34:25.240 INFO ok! |
9605 | 2024-12-20T23:34:25.439Z | [ host-image] Dec 20 23:34:25.240 INFO O| Dec 20 23:34:25.240 INFO STEP 96 (ensure_file) COMPLETE |
9606 | 2024-12-20T23:34:25.439Z | [ host-image] Dec 20 23:34:25.240 INFO O| Dec 20 23:34:25.240 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9607 | 2024-12-20T23:34:25.511Z | [ host-image] Dec 20 23:34:25.316 INFO O| Dec 20 23:34:25.316 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9608 | 2024-12-20T23:34:25.511Z | [ host-image] Dec 20 23:34:25.316 INFO O| Dec 20 23:34:25.316 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9609 | 2024-12-20T23:34:25.511Z | [ host-image] Dec 20 23:34:25.317 INFO O| Dec 20 23:34:25.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9610 | 2024-12-20T23:34:25.515Z | [ host-image] Dec 20 23:34:25.317 INFO O| Dec 20 23:34:25.317 INFO ok! |
9611 | 2024-12-20T23:34:25.515Z | [ host-image] Dec 20 23:34:25.317 INFO O| Dec 20 23:34:25.317 INFO STEP 97 (ensure_file) COMPLETE |
9612 | 2024-12-20T23:34:25.515Z | [ host-image] Dec 20 23:34:25.317 INFO O| Dec 20 23:34:25.317 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9613 | 2024-12-20T23:34:25.570Z | [ host-image] Dec 20 23:34:25.375 INFO O| Dec 20 23:34:25.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9614 | 2024-12-20T23:34:25.570Z | [ host-image] Dec 20 23:34:25.375 INFO O| Dec 20 23:34:25.375 INFO copying /tmp/.tmpuUXtU8/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 ... |
9615 | 2024-12-20T23:34:25.570Z | [ host-image] Dec 20 23:34:25.375 INFO O| Dec 20 23:34:25.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9616 | 2024-12-20T23:34:25.571Z | [ host-image] Dec 20 23:34:25.375 INFO O| Dec 20 23:34:25.375 INFO ok! |
9617 | 2024-12-20T23:34:25.575Z | [ host-image] Dec 20 23:34:25.375 INFO O| Dec 20 23:34:25.375 INFO STEP 98 (ensure_file) COMPLETE |
9618 | 2024-12-20T23:34:25.575Z | [ host-image] Dec 20 23:34:25.375 INFO O| Dec 20 23:34:25.375 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9619 | 2024-12-20T23:34:25.606Z | [ host-image] Dec 20 23:34:25.411 INFO O| Dec 20 23:34:25.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9620 | 2024-12-20T23:34:25.606Z | [ host-image] Dec 20 23:34:25.411 INFO O| Dec 20 23:34:25.411 INFO copying /tmp/.tmpuUXtU8/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 ... |
9621 | 2024-12-20T23:34:25.606Z | [ host-image] Dec 20 23:34:25.411 INFO O| Dec 20 23:34:25.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9622 | 2024-12-20T23:34:25.606Z | [ host-image] Dec 20 23:34:25.411 INFO O| Dec 20 23:34:25.411 INFO ok! |
9623 | 2024-12-20T23:34:25.607Z | [ host-image] Dec 20 23:34:25.411 INFO O| Dec 20 23:34:25.411 INFO STEP 99 (ensure_file) COMPLETE |
9624 | 2024-12-20T23:34:25.607Z | [ host-image] Dec 20 23:34:25.411 INFO O| Dec 20 23:34:25.411 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9625 | 2024-12-20T23:34:25.627Z | [ host-image] Dec 20 23:34:25.432 INFO O| Dec 20 23:34:25.432 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9626 | 2024-12-20T23:34:25.627Z | [ host-image] Dec 20 23:34:25.432 INFO O| Dec 20 23:34:25.432 INFO copying /tmp/.tmpuUXtU8/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 ... |
9627 | 2024-12-20T23:34:25.627Z | [ host-image] Dec 20 23:34:25.432 INFO O| Dec 20 23:34:25.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9628 | 2024-12-20T23:34:25.627Z | [ host-image] Dec 20 23:34:25.432 INFO O| Dec 20 23:34:25.432 INFO ok! |
9629 | 2024-12-20T23:34:25.632Z | [ host-image] Dec 20 23:34:25.432 INFO O| Dec 20 23:34:25.432 INFO STEP 100 (ensure_file) COMPLETE |
9630 | 2024-12-20T23:34:25.632Z | [ host-image] Dec 20 23:34:25.432 INFO O| Dec 20 23:34:25.432 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9631 | 2024-12-20T23:34:25.647Z | [ host-image] Dec 20 23:34:25.452 INFO O| Dec 20 23:34:25.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9632 | 2024-12-20T23:34:25.647Z | [ host-image] Dec 20 23:34:25.453 INFO O| Dec 20 23:34:25.452 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9633 | 2024-12-20T23:34:25.663Z | [ host-image] Dec 20 23:34:25.453 INFO O| Dec 20 23:34:25.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9634 | 2024-12-20T23:34:25.663Z | [ host-image] Dec 20 23:34:25.453 INFO O| Dec 20 23:34:25.453 INFO ok! |
9635 | 2024-12-20T23:34:25.663Z | [ host-image] Dec 20 23:34:25.453 INFO O| Dec 20 23:34:25.453 INFO STEP 101 (ensure_file) COMPLETE |
9636 | 2024-12-20T23:34:25.663Z | [ host-image] Dec 20 23:34:25.453 INFO O| Dec 20 23:34:25.453 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9637 | 2024-12-20T23:34:25.677Z | [ host-image] Dec 20 23:34:25.474 INFO O| Dec 20 23:34:25.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9638 | 2024-12-20T23:34:25.677Z | [ host-image] Dec 20 23:34:25.474 INFO O| Dec 20 23:34:25.474 INFO copying /tmp/.tmpuUXtU8/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 ... |
9639 | 2024-12-20T23:34:25.677Z | [ host-image] Dec 20 23:34:25.474 INFO O| Dec 20 23:34:25.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9640 | 2024-12-20T23:34:25.684Z | [ host-image] Dec 20 23:34:25.475 INFO O| Dec 20 23:34:25.474 INFO ok! |
9641 | 2024-12-20T23:34:25.684Z | [ host-image] Dec 20 23:34:25.475 INFO O| Dec 20 23:34:25.475 INFO STEP 102 (ensure_file) COMPLETE |
9642 | 2024-12-20T23:34:25.684Z | [ host-image] Dec 20 23:34:25.475 INFO O| Dec 20 23:34:25.475 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9643 | 2024-12-20T23:34:25.719Z | [ host-image] Dec 20 23:34:25.524 INFO O| Dec 20 23:34:25.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9644 | 2024-12-20T23:34:25.719Z | [ host-image] Dec 20 23:34:25.524 INFO O| Dec 20 23:34:25.524 INFO copying /tmp/.tmpuUXtU8/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 ... |
9645 | 2024-12-20T23:34:25.719Z | [ host-image] Dec 20 23:34:25.524 INFO O| Dec 20 23:34:25.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9646 | 2024-12-20T23:34:25.721Z | [ host-image] Dec 20 23:34:25.524 INFO O| Dec 20 23:34:25.524 INFO ok! |
9647 | 2024-12-20T23:34:25.722Z | [ host-image] Dec 20 23:34:25.524 INFO O| Dec 20 23:34:25.524 INFO STEP 103 (ensure_file) COMPLETE |
9648 | 2024-12-20T23:34:25.722Z | [ host-image] Dec 20 23:34:25.524 INFO O| Dec 20 23:34:25.524 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9649 | 2024-12-20T23:34:25.781Z | [ host-image] Dec 20 23:34:25.586 INFO O| Dec 20 23:34:25.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9650 | 2024-12-20T23:34:25.781Z | [ host-image] Dec 20 23:34:25.586 INFO O| Dec 20 23:34:25.586 INFO copying /tmp/.tmpuUXtU8/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 ... |
9651 | 2024-12-20T23:34:25.781Z | [ host-image] Dec 20 23:34:25.586 INFO O| Dec 20 23:34:25.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9652 | 2024-12-20T23:34:25.781Z | [ host-image] Dec 20 23:34:25.586 INFO O| Dec 20 23:34:25.586 INFO ok! |
9653 | 2024-12-20T23:34:25.785Z | [ host-image] Dec 20 23:34:25.586 INFO O| Dec 20 23:34:25.586 INFO STEP 104 (ensure_file) COMPLETE |
9654 | 2024-12-20T23:34:25.786Z | [ host-image] Dec 20 23:34:25.586 INFO O| Dec 20 23:34:25.586 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9655 | 2024-12-20T23:34:25.843Z | [ host-image] Dec 20 23:34:25.648 INFO O| Dec 20 23:34:25.648 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9656 | 2024-12-20T23:34:25.843Z | [ host-image] Dec 20 23:34:25.648 INFO O| Dec 20 23:34:25.648 INFO copying /tmp/.tmpuUXtU8/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 ... |
9657 | 2024-12-20T23:34:25.843Z | [ host-image] Dec 20 23:34:25.648 INFO O| Dec 20 23:34:25.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9658 | 2024-12-20T23:34:25.846Z | [ host-image] Dec 20 23:34:25.648 INFO O| Dec 20 23:34:25.648 INFO ok! |
9659 | 2024-12-20T23:34:25.846Z | [ host-image] Dec 20 23:34:25.648 INFO O| Dec 20 23:34:25.648 INFO STEP 105 (ensure_file) COMPLETE |
9660 | 2024-12-20T23:34:25.846Z | [ host-image] Dec 20 23:34:25.648 INFO O| Dec 20 23:34:25.648 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9661 | 2024-12-20T23:34:25.886Z | [ host-image] Dec 20 23:34:25.691 INFO O| Dec 20 23:34:25.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9662 | 2024-12-20T23:34:25.886Z | [ host-image] Dec 20 23:34:25.691 INFO O| Dec 20 23:34:25.691 INFO copying /tmp/.tmpuUXtU8/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 ... |
9663 | 2024-12-20T23:34:25.889Z | [ host-image] Dec 20 23:34:25.692 INFO O| Dec 20 23:34:25.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9664 | 2024-12-20T23:34:25.889Z | [ host-image] Dec 20 23:34:25.692 INFO O| Dec 20 23:34:25.692 INFO ok! |
9665 | 2024-12-20T23:34:25.889Z | [ host-image] Dec 20 23:34:25.692 INFO O| Dec 20 23:34:25.692 INFO STEP 106 (ensure_file) COMPLETE |
9666 | 2024-12-20T23:34:25.889Z | [ host-image] Dec 20 23:34:25.692 INFO O| Dec 20 23:34:25.692 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9667 | 2024-12-20T23:34:25.929Z | [ host-image] Dec 20 23:34:25.733 INFO O| Dec 20 23:34:25.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9668 | 2024-12-20T23:34:25.929Z | [ host-image] Dec 20 23:34:25.734 INFO O| Dec 20 23:34:25.733 INFO copying /tmp/.tmpuUXtU8/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 ... |
9669 | 2024-12-20T23:34:25.929Z | [ host-image] Dec 20 23:34:25.734 INFO O| Dec 20 23:34:25.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9670 | 2024-12-20T23:34:25.940Z | [ host-image] Dec 20 23:34:25.734 INFO O| Dec 20 23:34:25.734 INFO ok! |
9671 | 2024-12-20T23:34:25.940Z | [ host-image] Dec 20 23:34:25.734 INFO O| Dec 20 23:34:25.734 INFO STEP 107 (ensure_file) COMPLETE |
9672 | 2024-12-20T23:34:25.940Z | [ host-image] Dec 20 23:34:25.734 INFO O| Dec 20 23:34:25.734 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9673 | 2024-12-20T23:34:25.968Z | [ host-image] Dec 20 23:34:25.771 INFO O| Dec 20 23:34:25.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9674 | 2024-12-20T23:34:25.968Z | [ host-image] Dec 20 23:34:25.771 INFO O| Dec 20 23:34:25.771 INFO copying /tmp/.tmpuUXtU8/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 ... |
9675 | 2024-12-20T23:34:25.974Z | [ host-image] Dec 20 23:34:25.771 INFO O| Dec 20 23:34:25.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9676 | 2024-12-20T23:34:25.974Z | [ host-image] Dec 20 23:34:25.771 INFO O| Dec 20 23:34:25.771 INFO ok! |
9677 | 2024-12-20T23:34:25.974Z | [ host-image] Dec 20 23:34:25.771 INFO O| Dec 20 23:34:25.771 INFO STEP 108 (ensure_file) COMPLETE |
9678 | 2024-12-20T23:34:25.974Z | [ host-image] Dec 20 23:34:25.771 INFO O| Dec 20 23:34:25.771 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9679 | 2024-12-20T23:34:25.992Z | [ host-image] Dec 20 23:34:25.797 INFO O| Dec 20 23:34:25.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9680 | 2024-12-20T23:34:25.992Z | [ host-image] Dec 20 23:34:25.797 INFO O| Dec 20 23:34:25.797 INFO copying /tmp/.tmpuUXtU8/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 ... |
9681 | 2024-12-20T23:34:25.992Z | [ host-image] Dec 20 23:34:25.798 INFO O| Dec 20 23:34:25.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9682 | 2024-12-20T23:34:25.992Z | [ host-image] Dec 20 23:34:25.798 INFO O| Dec 20 23:34:25.798 INFO ok! |
9683 | 2024-12-20T23:34:25.992Z | [ host-image] Dec 20 23:34:25.798 INFO O| Dec 20 23:34:25.798 INFO STEP 109 (ensure_file) COMPLETE |
9684 | 2024-12-20T23:34:25.996Z | [ host-image] Dec 20 23:34:25.798 INFO O| Dec 20 23:34:25.798 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9685 | 2024-12-20T23:34:26.016Z | [ host-image] Dec 20 23:34:25.819 INFO O| Dec 20 23:34:25.819 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9686 | 2024-12-20T23:34:26.016Z | [ host-image] Dec 20 23:34:25.819 INFO O| Dec 20 23:34:25.819 INFO copying /tmp/.tmpuUXtU8/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 ... |
9687 | 2024-12-20T23:34:26.020Z | [ host-image] Dec 20 23:34:25.819 INFO O| Dec 20 23:34:25.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9688 | 2024-12-20T23:34:26.022Z | [ host-image] Dec 20 23:34:25.819 INFO O| Dec 20 23:34:25.819 INFO ok! |
9689 | 2024-12-20T23:34:26.022Z | [ host-image] Dec 20 23:34:25.820 INFO O| Dec 20 23:34:25.819 INFO STEP 110 (ensure_file) COMPLETE |
9690 | 2024-12-20T23:34:26.022Z | [ host-image] Dec 20 23:34:25.820 INFO O| Dec 20 23:34:25.820 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9691 | 2024-12-20T23:34:26.035Z | [ host-image] Dec 20 23:34:25.839 INFO O| Dec 20 23:34:25.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9692 | 2024-12-20T23:34:26.035Z | [ host-image] Dec 20 23:34:25.839 INFO O| Dec 20 23:34:25.839 INFO copying /tmp/.tmpuUXtU8/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 ... |
9693 | 2024-12-20T23:34:26.039Z | [ host-image] Dec 20 23:34:25.839 INFO O| Dec 20 23:34:25.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9694 | 2024-12-20T23:34:26.040Z | [ host-image] Dec 20 23:34:25.839 INFO O| Dec 20 23:34:25.839 INFO ok! |
9695 | 2024-12-20T23:34:26.040Z | [ host-image] Dec 20 23:34:25.839 INFO O| Dec 20 23:34:25.839 INFO STEP 111 (ensure_file) COMPLETE |
9696 | 2024-12-20T23:34:26.040Z | [ host-image] Dec 20 23:34:25.839 INFO O| Dec 20 23:34:25.839 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9697 | 2024-12-20T23:34:26.054Z | [ host-image] Dec 20 23:34:25.860 INFO O| Dec 20 23:34:25.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9698 | 2024-12-20T23:34:26.056Z | [ host-image] Dec 20 23:34:25.860 INFO O| Dec 20 23:34:25.860 INFO copying /tmp/.tmpuUXtU8/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 ... |
9699 | 2024-12-20T23:34:26.057Z | [ host-image] Dec 20 23:34:25.860 INFO O| Dec 20 23:34:25.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9700 | 2024-12-20T23:34:26.061Z | [ host-image] Dec 20 23:34:25.860 INFO O| Dec 20 23:34:25.860 INFO ok! |
9701 | 2024-12-20T23:34:26.061Z | [ host-image] Dec 20 23:34:25.860 INFO O| Dec 20 23:34:25.860 INFO STEP 112 (ensure_file) COMPLETE |
9702 | 2024-12-20T23:34:26.061Z | [ host-image] Dec 20 23:34:25.860 INFO O| Dec 20 23:34:25.860 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9703 | 2024-12-20T23:34:26.080Z | [ host-image] Dec 20 23:34:25.885 INFO O| Dec 20 23:34:25.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9704 | 2024-12-20T23:34:26.080Z | [ host-image] Dec 20 23:34:25.885 INFO O| Dec 20 23:34:25.885 INFO copying /tmp/.tmpuUXtU8/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 ... |
9705 | 2024-12-20T23:34:26.080Z | [ host-image] Dec 20 23:34:25.886 INFO O| Dec 20 23:34:25.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9706 | 2024-12-20T23:34:26.080Z | [ host-image] Dec 20 23:34:25.886 INFO O| Dec 20 23:34:25.886 INFO ok! |
9707 | 2024-12-20T23:34:26.085Z | [ host-image] Dec 20 23:34:25.886 INFO O| Dec 20 23:34:25.886 INFO STEP 113 (ensure_file) COMPLETE |
9708 | 2024-12-20T23:34:26.085Z | [ host-image] Dec 20 23:34:25.886 INFO O| Dec 20 23:34:25.886 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9709 | 2024-12-20T23:34:26.114Z | [ host-image] Dec 20 23:34:25.919 INFO O| Dec 20 23:34:25.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9710 | 2024-12-20T23:34:26.114Z | [ host-image] Dec 20 23:34:25.919 INFO O| Dec 20 23:34:25.919 INFO copying /tmp/.tmpuUXtU8/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 ... |
9711 | 2024-12-20T23:34:26.114Z | [ host-image] Dec 20 23:34:25.919 INFO O| Dec 20 23:34:25.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9712 | 2024-12-20T23:34:26.118Z | [ host-image] Dec 20 23:34:25.919 INFO O| Dec 20 23:34:25.919 INFO ok! |
9713 | 2024-12-20T23:34:26.118Z | [ host-image] Dec 20 23:34:25.920 INFO O| Dec 20 23:34:25.920 INFO STEP 114 (ensure_file) COMPLETE |
9714 | 2024-12-20T23:34:26.118Z | [ host-image] Dec 20 23:34:25.920 INFO O| Dec 20 23:34:25.920 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9715 | 2024-12-20T23:34:26.196Z | [ host-image] Dec 20 23:34:26.001 INFO O| Dec 20 23:34:26.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9716 | 2024-12-20T23:34:26.196Z | [ host-image] Dec 20 23:34:26.001 INFO O| Dec 20 23:34:26.001 INFO copying /tmp/.tmpuUXtU8/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 ... |
9717 | 2024-12-20T23:34:26.200Z | [ host-image] Dec 20 23:34:26.002 INFO O| Dec 20 23:34:26.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9718 | 2024-12-20T23:34:26.200Z | [ host-image] Dec 20 23:34:26.002 INFO O| Dec 20 23:34:26.002 INFO ok! |
9719 | 2024-12-20T23:34:26.200Z | [ host-image] Dec 20 23:34:26.002 INFO O| Dec 20 23:34:26.002 INFO STEP 115 (ensure_file) COMPLETE |
9720 | 2024-12-20T23:34:26.200Z | [ host-image] Dec 20 23:34:26.002 INFO O| Dec 20 23:34:26.002 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9721 | 2024-12-20T23:34:26.241Z | [ host-image] Dec 20 23:34:26.046 INFO O| Dec 20 23:34:26.046 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9722 | 2024-12-20T23:34:26.241Z | [ host-image] Dec 20 23:34:26.046 INFO O| Dec 20 23:34:26.046 INFO copying /tmp/.tmpuUXtU8/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 ... |
9723 | 2024-12-20T23:34:26.245Z | [ host-image] Dec 20 23:34:26.047 INFO O| Dec 20 23:34:26.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9724 | 2024-12-20T23:34:26.245Z | [ host-image] Dec 20 23:34:26.047 INFO O| Dec 20 23:34:26.047 INFO ok! |
9725 | 2024-12-20T23:34:26.246Z | [ host-image] Dec 20 23:34:26.047 INFO O| Dec 20 23:34:26.047 INFO STEP 116 (ensure_file) COMPLETE |
9726 | 2024-12-20T23:34:26.246Z | [ host-image] Dec 20 23:34:26.047 INFO O| Dec 20 23:34:26.047 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9727 | 2024-12-20T23:34:26.263Z | [ host-image] Dec 20 23:34:26.067 INFO O| Dec 20 23:34:26.067 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9728 | 2024-12-20T23:34:26.263Z | [ host-image] Dec 20 23:34:26.067 INFO O| Dec 20 23:34:26.067 INFO copying /tmp/.tmpuUXtU8/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 ... |
9729 | 2024-12-20T23:34:26.267Z | [ host-image] Dec 20 23:34:26.067 INFO O| Dec 20 23:34:26.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9730 | 2024-12-20T23:34:26.267Z | [ host-image] Dec 20 23:34:26.067 INFO O| Dec 20 23:34:26.067 INFO ok! |
9731 | 2024-12-20T23:34:26.267Z | [ host-image] Dec 20 23:34:26.067 INFO O| Dec 20 23:34:26.067 INFO STEP 117 (ensure_file) COMPLETE |
9732 | 2024-12-20T23:34:26.267Z | [ host-image] Dec 20 23:34:26.067 INFO O| Dec 20 23:34:26.067 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9733 | 2024-12-20T23:34:26.282Z | [ host-image] Dec 20 23:34:26.088 INFO O| Dec 20 23:34:26.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9734 | 2024-12-20T23:34:26.283Z | [ host-image] Dec 20 23:34:26.088 INFO O| Dec 20 23:34:26.088 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9735 | 2024-12-20T23:34:26.283Z | [ host-image] Dec 20 23:34:26.088 INFO O| Dec 20 23:34:26.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9736 | 2024-12-20T23:34:26.285Z | [ host-image] Dec 20 23:34:26.088 INFO O| Dec 20 23:34:26.088 INFO ok! |
9737 | 2024-12-20T23:34:26.285Z | [ host-image] Dec 20 23:34:26.088 INFO O| Dec 20 23:34:26.088 INFO STEP 118 (ensure_file) COMPLETE |
9738 | 2024-12-20T23:34:26.285Z | [ host-image] Dec 20 23:34:26.088 INFO O| Dec 20 23:34:26.088 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9739 | 2024-12-20T23:34:26.327Z | [ host-image] Dec 20 23:34:26.132 INFO O| Dec 20 23:34:26.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9740 | 2024-12-20T23:34:26.327Z | [ host-image] Dec 20 23:34:26.132 INFO O| Dec 20 23:34:26.132 INFO copying /tmp/.tmpuUXtU8/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 ... |
9741 | 2024-12-20T23:34:26.332Z | [ host-image] Dec 20 23:34:26.132 INFO O| Dec 20 23:34:26.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9742 | 2024-12-20T23:34:26.332Z | [ host-image] Dec 20 23:34:26.132 INFO O| Dec 20 23:34:26.132 INFO ok! |
9743 | 2024-12-20T23:34:26.332Z | [ host-image] Dec 20 23:34:26.132 INFO O| Dec 20 23:34:26.132 INFO STEP 119 (ensure_file) COMPLETE |
9744 | 2024-12-20T23:34:26.332Z | [ host-image] Dec 20 23:34:26.132 INFO O| Dec 20 23:34:26.132 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9745 | 2024-12-20T23:34:26.357Z | [ host-image] Dec 20 23:34:26.161 INFO O| Dec 20 23:34:26.161 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9746 | 2024-12-20T23:34:26.357Z | [ host-image] Dec 20 23:34:26.161 INFO O| Dec 20 23:34:26.161 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9747 | 2024-12-20T23:34:26.357Z | [ host-image] Dec 20 23:34:26.161 INFO O| Dec 20 23:34:26.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9748 | 2024-12-20T23:34:26.373Z | [ host-image] Dec 20 23:34:26.161 INFO O| Dec 20 23:34:26.161 INFO ok! |
9749 | 2024-12-20T23:34:26.373Z | [ host-image] Dec 20 23:34:26.161 INFO O| Dec 20 23:34:26.161 INFO STEP 120 (ensure_file) COMPLETE |
9750 | 2024-12-20T23:34:26.373Z | [ host-image] Dec 20 23:34:26.161 INFO O| Dec 20 23:34:26.161 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9751 | 2024-12-20T23:34:26.400Z | [ host-image] Dec 20 23:34:26.205 INFO O| Dec 20 23:34:26.205 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9752 | 2024-12-20T23:34:26.400Z | [ host-image] Dec 20 23:34:26.205 INFO O| Dec 20 23:34:26.205 INFO copying /tmp/.tmpuUXtU8/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9753 | 2024-12-20T23:34:32.657Z | [ recovery-image] Dec 20 23:34:32.463 INFO E| Finished `release` profile [optimized] target(s) in 1m 19s |
9754 | 2024-12-20T23:34:32.716Z | [ recovery-image] Dec 20 23:34:32.522 INFO building host image... |
9755 | 2024-12-20T23:34:32.716Z | [ recovery-image] Dec 20 23:34:32.523 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") |
9756 | 2024-12-20T23:34:33.943Z | [ recovery-image] Dec 20 23:34:33.732 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9757 | 2024-12-20T23:34:40.652Z | [ recovery-image] Dec 20 23:34:37.639 INFO image complete! materials are in "/work/os-recovery" |
9758 | 2024-12-20T23:34:40.665Z | [ recovery-image] |
9759 | 2024-12-20T23:34:40.665Z | [ recovery-image] real 10:32.859722546 |
9760 | 2024-12-20T23:34:40.665Z | [ recovery-image] user 6:33.003401958 |
9761 | 2024-12-20T23:34:40.665Z | [ recovery-image] sys 1:04.371290452 |
9762 | 2024-12-20T23:34:40.665Z | [ recovery-image] trap 0.418173146 |
9763 | 2024-12-20T23:34:40.665Z | [ recovery-image] tflt 0.368123062 |
9764 | 2024-12-20T23:34:40.665Z | [ recovery-image] dflt 3.420129191 |
9765 | 2024-12-20T23:34:40.665Z | [ recovery-image] kflt 0.000010542 |
9766 | 2024-12-20T23:34:40.665Z | [ recovery-image] lock 26:18.190205751 |
9767 | 2024-12-20T23:34:40.665Z | [ recovery-image] slp 1:04:15.016570821 |
9768 | 2024-12-20T23:34:40.665Z | [ recovery-image] lat 5:11.313277989 |
9769 | 2024-12-20T23:34:40.665Z | [ recovery-image] stop 10.280376541 |
9770 | 2024-12-20T23:34:40.665Z | Dec 20 23:34:37.647 INFO [recovery-image] process exited with exit status: 0 (632.884675109s) |
9771 | 2024-12-20T23:34:40.665Z | [ host-image] Dec 20 23:34:37.944 INFO O| Dec 20 23:34:37.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9772 | 2024-12-20T23:34:40.665Z | [ host-image] Dec 20 23:34:37.944 INFO O| Dec 20 23:34:37.944 INFO ok! |
9773 | 2024-12-20T23:34:40.665Z | [ host-image] Dec 20 23:34:37.944 INFO O| Dec 20 23:34:37.944 INFO STEP 121 (ensure_file) COMPLETE |
9774 | 2024-12-20T23:34:40.665Z | [ host-image] Dec 20 23:34:37.944 INFO O| Dec 20 23:34:37.944 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9775 | 2024-12-20T23:34:40.665Z | [ host-image] Dec 20 23:34:37.962 INFO O| Dec 20 23:34:37.962 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9776 | 2024-12-20T23:34:40.665Z | [ host-image] Dec 20 23:34:37.962 INFO O| Dec 20 23:34:37.962 INFO STEP 122 (ensure_dir) COMPLETE |
9777 | 2024-12-20T23:34:40.665Z | [ host-image] Dec 20 23:34:37.962 INFO O| Dec 20 23:34:37.962 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9778 | 2024-12-20T23:34:40.665Z | [ host-image] Dec 20 23:34:38.012 INFO O| Dec 20 23:34:38.012 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9779 | 2024-12-20T23:34:40.665Z | [ host-image] Dec 20 23:34:38.012 INFO O| Dec 20 23:34:38.012 INFO STEP 123 (ensure_dir) COMPLETE |
9780 | 2024-12-20T23:34:40.665Z | [ host-image] Dec 20 23:34:38.012 INFO O| Dec 20 23:34:38.012 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9781 | 2024-12-20T23:34:40.665Z | [ host-image] Dec 20 23:34:38.070 INFO O| Dec 20 23:34:38.070 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9782 | 2024-12-20T23:34:40.666Z | [ host-image] Dec 20 23:34:38.071 INFO O| Dec 20 23:34:38.070 INFO STEP 124 (ensure_dir) COMPLETE |
9783 | 2024-12-20T23:34:40.666Z | [ host-image] Dec 20 23:34:38.071 INFO O| Dec 20 23:34:38.070 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9784 | 2024-12-20T23:34:40.666Z | [ host-image] Dec 20 23:34:38.092 INFO O| Dec 20 23:34:38.092 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9785 | 2024-12-20T23:34:40.666Z | [ host-image] Dec 20 23:34:38.092 INFO O| Dec 20 23:34:38.092 INFO STEP 125 (ensure_dir) COMPLETE |
9786 | 2024-12-20T23:34:40.666Z | [ host-image] Dec 20 23:34:38.092 INFO O| Dec 20 23:34:38.092 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9787 | 2024-12-20T23:34:40.666Z | [ host-image] Dec 20 23:34:38.114 INFO O| Dec 20 23:34:38.114 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9788 | 2024-12-20T23:34:40.666Z | [ host-image] Dec 20 23:34:38.114 INFO O| Dec 20 23:34:38.114 INFO copying /tmp/.tmpuUXtU8/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 ... |
9789 | 2024-12-20T23:34:40.666Z | [ host-image] Dec 20 23:34:38.114 INFO O| Dec 20 23:34:38.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9790 | 2024-12-20T23:34:40.666Z | [ host-image] Dec 20 23:34:38.114 INFO O| Dec 20 23:34:38.114 INFO ok! |
9791 | 2024-12-20T23:34:40.666Z | [ host-image] Dec 20 23:34:38.115 INFO O| Dec 20 23:34:38.114 INFO STEP 126 (ensure_file) COMPLETE |
9792 | 2024-12-20T23:34:40.666Z | [ host-image] Dec 20 23:34:38.122 INFO O| Dec 20 23:34:38.114 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9793 | 2024-12-20T23:34:40.666Z | [ host-image] Dec 20 23:34:38.138 INFO O| Dec 20 23:34:38.138 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9794 | 2024-12-20T23:34:40.666Z | [ host-image] Dec 20 23:34:38.138 INFO O| Dec 20 23:34:38.138 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9795 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.138 INFO O| Dec 20 23:34:38.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9796 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.138 INFO O| Dec 20 23:34:38.138 INFO STEP 127 (ensure_dir) COMPLETE |
9797 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.138 INFO O| Dec 20 23:34:38.138 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9798 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.170 INFO O| Dec 20 23:34:38.170 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9799 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.170 INFO O| Dec 20 23:34:38.170 INFO copying /tmp/.tmpuUXtU8/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9800 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.170 INFO O| Dec 20 23:34:38.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9801 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.170 INFO O| Dec 20 23:34:38.170 INFO ok! |
9802 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.170 INFO O| Dec 20 23:34:38.170 INFO STEP 128 (ensure_file) COMPLETE |
9803 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.170 INFO O| Dec 20 23:34:38.170 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9804 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.205 INFO O| Dec 20 23:34:38.205 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9805 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.205 INFO O| Dec 20 23:34:38.205 INFO STEP 129 (remove_files) COMPLETE |
9806 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.206 INFO O| Dec 20 23:34:38.205 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9807 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.234 INFO O| Dec 20 23:34:38.234 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9808 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.234 INFO O| Dec 20 23:34:38.234 INFO STEP 130 (remove_files) COMPLETE |
9809 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.235 INFO O| Dec 20 23:34:38.234 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9810 | 2024-12-20T23:34:40.670Z | [ host-image] Dec 20 23:34:38.267 INFO O| Dec 20 23:34:38.267 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9811 | 2024-12-20T23:34:40.672Z | [ host-image] Dec 20 23:34:38.267 INFO O| Dec 20 23:34:38.267 INFO STEP 131 (remove_files) COMPLETE |
9812 | 2024-12-20T23:34:40.672Z | [ host-image] Dec 20 23:34:38.267 INFO O| Dec 20 23:34:38.267 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9813 | 2024-12-20T23:34:40.672Z | [ host-image] Dec 20 23:34:38.287 INFO O| Dec 20 23:34:38.287 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9814 | 2024-12-20T23:34:40.672Z | [ host-image] Dec 20 23:34:38.287 INFO O| Dec 20 23:34:38.287 INFO STEP 132 (remove_files) COMPLETE |
9815 | 2024-12-20T23:34:40.672Z | [ host-image] Dec 20 23:34:38.287 INFO O| Dec 20 23:34:38.287 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9816 | 2024-12-20T23:34:40.672Z | [ host-image] Dec 20 23:34:38.306 INFO O| Dec 20 23:34:38.306 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9817 | 2024-12-20T23:34:40.672Z | [ host-image] Dec 20 23:34:38.307 INFO O| Dec 20 23:34:38.307 INFO STEP 133 (remove_files) COMPLETE |
9818 | 2024-12-20T23:34:40.672Z | [ host-image] Dec 20 23:34:38.307 INFO O| Dec 20 23:34:38.307 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9819 | 2024-12-20T23:34:40.672Z | [ host-image] Dec 20 23:34:38.325 INFO O| Dec 20 23:34:38.325 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9820 | 2024-12-20T23:34:40.672Z | [ host-image] Dec 20 23:34:38.326 INFO O| Dec 20 23:34:38.325 INFO STEP 134 (remove_files) COMPLETE |
9821 | 2024-12-20T23:34:40.672Z | [ host-image] Dec 20 23:34:38.326 INFO O| Dec 20 23:34:38.326 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9822 | 2024-12-20T23:34:40.672Z | [ host-image] Dec 20 23:34:38.346 INFO O| Dec 20 23:34:38.346 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9823 | 2024-12-20T23:34:40.672Z | [ host-image] Dec 20 23:34:38.346 INFO O| Dec 20 23:34:38.346 INFO STEP 135 (remove_files) COMPLETE |
9824 | 2024-12-20T23:34:40.673Z | [ host-image] Dec 20 23:34:38.346 INFO O| Dec 20 23:34:38.346 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9825 | 2024-12-20T23:34:40.673Z | [ host-image] Dec 20 23:34:38.386 INFO O| Dec 20 23:34:38.386 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9826 | 2024-12-20T23:34:40.674Z | [ host-image] Dec 20 23:34:38.386 INFO O| Dec 20 23:34:38.386 INFO STEP 136 (remove_files) COMPLETE |
9827 | 2024-12-20T23:34:40.674Z | [ host-image] Dec 20 23:34:38.386 INFO O| Dec 20 23:34:38.386 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9828 | 2024-12-20T23:34:40.674Z | [ host-image] Dec 20 23:34:38.421 INFO O| Dec 20 23:34:38.421 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9829 | 2024-12-20T23:34:40.674Z | [ host-image] Dec 20 23:34:38.421 INFO O| Dec 20 23:34:38.421 INFO STEP 137 (remove_files) COMPLETE |
9830 | 2024-12-20T23:34:40.674Z | [ host-image] Dec 20 23:34:38.421 INFO O| Dec 20 23:34:38.421 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9831 | 2024-12-20T23:34:40.674Z | [ host-image] Dec 20 23:34:38.457 INFO O| Dec 20 23:34:38.457 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9832 | 2024-12-20T23:34:40.674Z | [ host-image] Dec 20 23:34:38.458 INFO O| Dec 20 23:34:38.458 INFO STEP 138 (remove_files) COMPLETE |
9833 | 2024-12-20T23:34:40.674Z | [ host-image] Dec 20 23:34:38.458 INFO O| Dec 20 23:34:38.458 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9834 | 2024-12-20T23:34:40.674Z | [ host-image] Dec 20 23:34:38.515 INFO O| Dec 20 23:34:38.515 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9835 | 2024-12-20T23:34:40.674Z | [ host-image] Dec 20 23:34:38.515 INFO O| Dec 20 23:34:38.515 INFO STEP 139 (remove_files) COMPLETE |
9836 | 2024-12-20T23:34:40.674Z | [ host-image] Dec 20 23:34:38.515 INFO O| Dec 20 23:34:38.515 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9837 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.549 INFO O| Dec 20 23:34:38.549 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9838 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.549 INFO O| Dec 20 23:34:38.549 INFO STEP 140 (remove_files) COMPLETE |
9839 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.549 INFO O| Dec 20 23:34:38.549 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9840 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.585 INFO O| Dec 20 23:34:38.585 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9841 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.585 INFO O| Dec 20 23:34:38.585 INFO STEP 141 (remove_files) COMPLETE |
9842 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.585 INFO O| Dec 20 23:34:38.585 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9843 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.644 INFO O| Dec 20 23:34:38.644 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9844 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.644 INFO O| Dec 20 23:34:38.644 INFO STEP 142 (remove_files) COMPLETE |
9845 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.644 INFO O| Dec 20 23:34:38.644 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9846 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.704 INFO O| Dec 20 23:34:38.704 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9847 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.704 INFO O| Dec 20 23:34:38.704 INFO STEP 143 (remove_files) COMPLETE |
9848 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.704 INFO O| Dec 20 23:34:38.704 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9849 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.748 INFO O| Dec 20 23:34:38.748 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9850 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.748 INFO O| Dec 20 23:34:38.748 INFO STEP 144 (remove_files) COMPLETE |
9851 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.748 INFO O| Dec 20 23:34:38.748 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9852 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.767 INFO O| Dec 20 23:34:38.767 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9853 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.767 INFO O| Dec 20 23:34:38.767 INFO STEP 145 (remove_files) COMPLETE |
9854 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.767 INFO O| Dec 20 23:34:38.767 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9855 | 2024-12-20T23:34:40.675Z | [ host-image] Dec 20 23:34:38.786 INFO O| Dec 20 23:34:38.786 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9856 | 2024-12-20T23:34:40.676Z | [ host-image] Dec 20 23:34:38.786 INFO O| Dec 20 23:34:38.786 INFO STEP 146 (remove_files) COMPLETE |
9857 | 2024-12-20T23:34:40.676Z | [ host-image] Dec 20 23:34:38.786 INFO O| Dec 20 23:34:38.786 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9858 | 2024-12-20T23:34:40.696Z | [ host-image] Dec 20 23:34:38.807 INFO O| Dec 20 23:34:38.806 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9859 | 2024-12-20T23:34:40.696Z | [ host-image] Dec 20 23:34:38.807 INFO O| Dec 20 23:34:38.807 INFO STEP 147 (remove_files) COMPLETE |
9860 | 2024-12-20T23:34:40.696Z | [ host-image] Dec 20 23:34:38.807 INFO O| Dec 20 23:34:38.807 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9861 | 2024-12-20T23:34:40.696Z | [ host-image] Dec 20 23:34:38.826 INFO O| Dec 20 23:34:38.826 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9862 | 2024-12-20T23:34:40.696Z | [ host-image] Dec 20 23:34:38.827 INFO O| Dec 20 23:34:38.826 INFO STEP 148 (remove_files) COMPLETE |
9863 | 2024-12-20T23:34:40.697Z | [ host-image] Dec 20 23:34:38.827 INFO O| Dec 20 23:34:38.827 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9864 | 2024-12-20T23:34:40.697Z | [ host-image] Dec 20 23:34:38.900 INFO O| Dec 20 23:34:38.900 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9865 | 2024-12-20T23:34:40.697Z | [ host-image] Dec 20 23:34:38.900 INFO O| Dec 20 23:34:38.900 INFO STEP 149 (remove_files) COMPLETE |
9866 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:38.900 INFO O| Dec 20 23:34:38.900 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9867 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:38.921 INFO O| Dec 20 23:34:38.921 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9868 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:38.922 INFO O| Dec 20 23:34:38.922 INFO STEP 150 (remove_files) COMPLETE |
9869 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:38.922 INFO O| Dec 20 23:34:38.922 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9870 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:38.941 INFO O| Dec 20 23:34:38.941 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9871 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:38.941 INFO O| Dec 20 23:34:38.941 INFO STEP 151 (remove_files) COMPLETE |
9872 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:38.941 INFO O| Dec 20 23:34:38.941 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9873 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:38.961 INFO O| Dec 20 23:34:38.961 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9874 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:38.961 INFO O| Dec 20 23:34:38.961 INFO STEP 152 (remove_files) COMPLETE |
9875 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:38.961 INFO O| Dec 20 23:34:38.961 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9876 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:38.981 INFO O| Dec 20 23:34:38.981 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9877 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:38.981 INFO O| Dec 20 23:34:38.981 INFO STEP 153 (remove_files) COMPLETE |
9878 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:38.981 INFO O| Dec 20 23:34:38.981 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9879 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:39.016 INFO O| Dec 20 23:34:39.016 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9880 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:39.017 INFO O| Dec 20 23:34:39.016 INFO STEP 154 (remove_files) COMPLETE |
9881 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:39.017 INFO O| Dec 20 23:34:39.017 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9882 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:39.093 INFO O| Dec 20 23:34:39.093 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9883 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:39.093 INFO O| Dec 20 23:34:39.093 INFO STEP 155 (remove_files) COMPLETE |
9884 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:39.093 INFO O| Dec 20 23:34:39.093 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9885 | 2024-12-20T23:34:40.698Z | [ host-image] Dec 20 23:34:39.135 INFO O| Dec 20 23:34:39.135 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9886 | 2024-12-20T23:34:40.699Z | [ host-image] Dec 20 23:34:39.135 INFO O| Dec 20 23:34:39.135 INFO STEP 156 (remove_files) COMPLETE |
9887 | 2024-12-20T23:34:40.699Z | [ host-image] Dec 20 23:34:39.135 INFO O| Dec 20 23:34:39.135 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9888 | 2024-12-20T23:34:40.699Z | [ host-image] Dec 20 23:34:39.155 INFO O| Dec 20 23:34:39.155 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9889 | 2024-12-20T23:34:40.699Z | [ host-image] Dec 20 23:34:39.155 INFO O| Dec 20 23:34:39.155 INFO STEP 157 (remove_files) COMPLETE |
9890 | 2024-12-20T23:34:40.699Z | [ host-image] Dec 20 23:34:39.155 INFO O| Dec 20 23:34:39.155 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9891 | 2024-12-20T23:34:40.699Z | [ host-image] Dec 20 23:34:39.204 INFO O| Dec 20 23:34:39.203 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9892 | 2024-12-20T23:34:40.699Z | [ host-image] Dec 20 23:34:39.204 INFO O| Dec 20 23:34:39.204 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"} |
9893 | 2024-12-20T23:34:48.373Z | [ host-image] Dec 20 23:34:48.185 INFO O| Dec 20 23:34:48.185 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 |
9894 | 2024-12-20T23:34:48.373Z | [ host-image] Dec 20 23:34:48.185 INFO O| Dec 20 23:34:48.185 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9895 | 2024-12-20T23:34:48.395Z | [ host-image] Dec 20 23:34:48.206 INFO O| Dec 20 23:34:48.206 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
9896 | 2024-12-20T23:34:48.553Z | [ host-image] Dec 20 23:34:48.365 INFO O| Dec 20 23:34:48.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9897 | 2024-12-20T23:34:48.553Z | [ host-image] Dec 20 23:34:48.365 INFO O| Dec 20 23:34:48.365 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9898 | 2024-12-20T23:34:48.557Z | [ host-image] Dec 20 23:34:48.369 INFO O| Dec 20 23:34:48.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9899 | 2024-12-20T23:34:48.557Z | [ host-image] Dec 20 23:34:48.369 INFO O| Dec 20 23:34:48.369 INFO ok! |
9900 | 2024-12-20T23:34:48.557Z | [ host-image] Dec 20 23:34:48.369 INFO O| Dec 20 23:34:48.369 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9901 | 2024-12-20T23:34:48.560Z | [ host-image] Dec 20 23:34:48.369 INFO O| Dec 20 23:34:48.369 INFO STEP 158 (seed_smf) COMPLETE |
9902 | 2024-12-20T23:34:48.560Z | [ host-image] Dec 20 23:34:48.369 INFO O| Dec 20 23:34:48.369 INFO steps complete; finalising image! |
9903 | 2024-12-20T23:34:48.561Z | [ host-image] Dec 20 23:34:48.369 INFO O| Dec 20 23:34:48.369 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9904 | 2024-12-20T23:34:48.739Z | [ host-image] Dec 20 23:34:48.551 INFO O| Dec 20 23:34:48.551 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Dec 20 23:34:48 2024) |
9905 | 2024-12-20T23:34:48.951Z | [ host-image] Dec 20 23:34:48.763 INFO O| Dec 20 23:34:48.763 INFO trim TEMPORARY-gimlet-zfs: (93% trimmed, started at Fri Dec 20 23:34:48 2024) |
9906 | 2024-12-20T23:34:49.205Z | [ host-image] Dec 20 23:34:49.017 INFO O| Dec 20 23:34:49.017 INFO temporary pool has 687M used, 145M avail, 1.82x compressratio |
9907 | 2024-12-20T23:34:49.208Z | [ host-image] Dec 20 23:34:49.017 INFO O| Dec 20 23:34:49.017 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9908 | 2024-12-20T23:34:49.799Z | [ host-image] Dec 20 23:34:49.610 INFO O| Dec 20 23:34:49.610 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9909 | 2024-12-20T23:34:49.799Z | [ host-image] Dec 20 23:34:49.610 INFO O| Dec 20 23:34:49.610 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9910 | 2024-12-20T23:34:51.880Z | [ host-image] Dec 20 23:34:51.693 INFO O| Dec 20 23:34:51.693 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9911 | 2024-12-20T23:34:51.885Z | [ host-image] Dec 20 23:34:51.693 INFO O| Dec 20 23:34:51.693 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9912 | 2024-12-20T23:34:51.885Z | [ host-image] Dec 20 23:34:51.693 INFO O| Dec 20 23:34:51.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9913 | 2024-12-20T23:34:51.885Z | [ host-image] Dec 20 23:34:51.693 INFO O| Dec 20 23:34:51.693 INFO completed processing gimlet/zfs |
9914 | 2024-12-20T23:34:51.885Z | [ host-image] Dec 20 23:34:51.693 INFO O| Dec 20 23:34:51.693 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9915 | 2024-12-20T23:35:00.576Z | [ host-image] Dec 20 23:35:00.391 INFO O| Dec 20 23:35:00.391 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9916 | 2024-12-20T23:35:00.696Z | [ host-image] Dec 20 23:35:00.511 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9917 | 2024-12-20T23:35:00.700Z | [ host-image] Dec 20 23:35:00.512 INFO expanded image name: "ci 3aafc3f/${os_short_commit} 2024-12-20 23:01" -> "ci 3aafc3f/37a4469 2024-12-20 23:01" |
9918 | 2024-12-20T23:35:00.700Z | [ host-image] Dec 20 23:35:00.513 INFO output artefacts stored in: "/work/os-host" |
9919 | 2024-12-20T23:35:00.701Z | [ host-image] Dec 20 23:35:00.513 INFO collecting git info from project "phbl"... |
9920 | 2024-12-20T23:35:00.712Z | [ host-image] Dec 20 23:35:00.528 INFO collecting git info from project "chelsio-t6-roms"... |
9921 | 2024-12-20T23:35:00.721Z | [ host-image] Dec 20 23:35:00.536 INFO collecting git info from project "pilot"... |
9922 | 2024-12-20T23:35:00.731Z | [ host-image] Dec 20 23:35:00.546 INFO collecting git info from project "amd-firmware"... |
9923 | 2024-12-20T23:35:00.745Z | [ host-image] Dec 20 23:35:00.561 INFO collecting git info from project "pinprick"... |
9924 | 2024-12-20T23:35:00.775Z | [ host-image] Dec 20 23:35:00.590 INFO collecting git info from project "image-builder"... |
9925 | 2024-12-20T23:35:00.783Z | [ host-image] Dec 20 23:35:00.599 INFO collecting git info from project "amd-host-image-builder"... |
9926 | 2024-12-20T23:35:00.810Z | [ host-image] Dec 20 23:35:00.625 INFO collecting git info from project "bootserver"... |
9927 | 2024-12-20T23:35:00.818Z | [ host-image] Dec 20 23:35:00.634 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9928 | 2024-12-20T23:35:02.122Z | [ host-image] Dec 20 23:35:01.937 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9929 | 2024-12-20T23:35:02.725Z | [ host-image] Dec 20 23:35:02.541 INFO creating Oxide boot image... |
9930 | 2024-12-20T23:35:02.728Z | [ host-image] Dec 20 23:35:02.541 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 3aafc3f/37a4469 2024-12-20 23:01", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9931 | 2024-12-20T23:35:04.290Z | [ host-image] Dec 20 23:35:04.105 INFO O| ok, image written! |
9932 | 2024-12-20T23:35:04.290Z | [ host-image] Dec 20 23:35:04.105 INFO O| ok, boot_image_csum file written! |
9933 | 2024-12-20T23:35:04.296Z | [ host-image] Dec 20 23:35:04.113 INFO creating boot archive (CPIO)... |
9934 | 2024-12-20T23:35:04.296Z | [ host-image] Dec 20 23:35:04.113 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 |
9935 | 2024-12-20T23:35:04.323Z | [ host-image] Dec 20 23:35:04.140 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9936 | 2024-12-20T23:35:04.323Z | [ host-image] Dec 20 23:35:04.140 INFO E| + outfile=/work/os-host/cpio |
9937 | 2024-12-20T23:35:04.326Z | [ host-image] Dec 20 23:35:04.140 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9938 | 2024-12-20T23:35:04.328Z | [ host-image] Dec 20 23:35:04.144 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9939 | 2024-12-20T23:35:04.328Z | [ host-image] Dec 20 23:35:04.144 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9940 | 2024-12-20T23:35:04.392Z | [ host-image] Dec 20 23:35:04.209 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9941 | 2024-12-20T23:35:04.392Z | [ host-image] Dec 20 23:35:04.209 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9942 | 2024-12-20T23:35:04.402Z | [ host-image] Dec 20 23:35:04.219 INFO creating compressed cpio/unix for nanobl-rs... |
9943 | 2024-12-20T23:35:04.403Z | [ host-image] Dec 20 23:35:04.219 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 |
9944 | 2024-12-20T23:35:04.850Z | [ host-image] Dec 20 23:35:04.667 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9945 | 2024-12-20T23:35:10.752Z | [ host-image] Dec 20 23:35:10.571 INFO creating reset image... |
9946 | 2024-12-20T23:35:10.752Z | [ host-image] Dec 20 23:35:10.571 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9947 | 2024-12-20T23:35:10.970Z | [ host-image] Dec 20 23:35:10.780 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s |
9948 | 2024-12-20T23:35:10.976Z | [ host-image] Dec 20 23:35:10.788 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9949 | 2024-12-20T23:35:11.154Z | [ host-image] Dec 20 23:35:10.962 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9950 | 2024-12-20T23:35:14.846Z | [ host-image] Dec 20 23:35:14.666 INFO E| Finished `release` profile [optimized] target(s) in 3.84s |
9951 | 2024-12-20T23:35:14.863Z | [ host-image] Dec 20 23:35:14.682 INFO building host image... |
9952 | 2024-12-20T23:35:14.867Z | [ host-image] Dec 20 23:35:14.683 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") |
9953 | 2024-12-20T23:35:15.849Z | [ host-image] Dec 20 23:35:15.669 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9954 | 2024-12-20T23:36:26.316Z | [ host-image] Dec 20 23:36:26.156 INFO image complete! materials are in "/work/os-host" |
9955 | 2024-12-20T23:36:26.320Z | [ host-image] |
9956 | 2024-12-20T23:36:26.320Z | [ host-image] real 13:02.731524742 |
9957 | 2024-12-20T23:36:26.323Z | [ host-image] user 6:42.617297319 |
9958 | 2024-12-20T23:36:26.323Z | [ host-image] sys 1:08.880493332 |
9959 | 2024-12-20T23:36:26.323Z | [ host-image] trap 0.325920227 |
9960 | 2024-12-20T23:36:26.323Z | [ host-image] tflt 0.022951878 |
9961 | 2024-12-20T23:36:26.323Z | [ host-image] dflt 0.123745648 |
9962 | 2024-12-20T23:36:26.323Z | [ host-image] kflt 0.036981479 |
9963 | 2024-12-20T23:36:26.323Z | [ host-image] lock 7:17.610603245 |
9964 | 2024-12-20T23:36:26.323Z | [ host-image] slp 1:07:49.197589971 |
9965 | 2024-12-20T23:36:26.323Z | [ host-image] lat 3:05.337569964 |
9966 | 2024-12-20T23:36:26.323Z | [ host-image] stop 0.759076928 |
9967 | 2024-12-20T23:36:26.323Z | Dec 20 23:36:26.162 INFO [host-image] process exited with exit status: 0 (782.748323468s) |
9968 | 2024-12-20T23:36:26.323Z | Dec 20 23:36:26.162 INFO [tuf-repo] running task |
9969 | 2024-12-20T23:36:41.624Z | Dec 20 23:36:41.470 INFO assembling repository in `/tmp/tufaceous4hMonR`, component: OmicronRepoAssembler |
9970 | 2024-12-20T23:37:04.110Z | Dec 20 23:37:03.963 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9971 | 2024-12-20T23:37:04.473Z | Dec 20 23:37:04.325 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9972 | 2024-12-20T23:37:27.141Z | Dec 20 23:37:27.000 INFO [tuf-repo] task succeeded (60.83830574s) |
9973 | 2024-12-20T23:40:00.506Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 52s |
9974 | 2024-12-20T23:40:00.890Z | Dec 20 23:40:00.794 INFO [verify-libraries] process exited with exit status: 0 (956.410467607s) |
9975 | 2024-12-20T23:40:00.890Z | Dec 20 23:40:00.794 INFO all jobs completed in 2327.536913232s |
9976 | 2024-12-20T23:40:03.095Z | process exited: duration 3008444 ms, exit code 0 |
|
9977 | 2024-12-20T23:40:03.109Z | found 33 output files |
9978 | 2024-12-20T23:40:03.109Z | uploading: /work/manifest.toml (8404 bytes) |
9979 | 2024-12-20T23:40:04.123Z | uploaded: /work/manifest.toml |
9980 | 2024-12-20T23:40:04.123Z | uploading: /work/repo.zip (1960167721 bytes) |
9981 | 2024-12-20T23:40:47.075Z | uploaded: /work/repo.zip |
9982 | 2024-12-20T23:40:47.075Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9983 | 2024-12-20T23:40:48.104Z | uploaded: /work/repo.zip.sha256.txt |
9984 | 2024-12-20T23:40:48.104Z | uploading: /work/helios-setup.log (66237 bytes) |
9985 | 2024-12-20T23:40:49.118Z | uploaded: /work/helios-setup.log |
9986 | 2024-12-20T23:40:49.118Z | uploading: /work/host-image.log (196494 bytes) |
9987 | 2024-12-20T23:40:50.138Z | uploaded: /work/host-image.log |
9988 | 2024-12-20T23:40:50.141Z | uploading: /work/host-package.log (22623 bytes) |
9989 | 2024-12-20T23:40:51.149Z | uploaded: /work/host-package.log |
9990 | 2024-12-20T23:40:51.149Z | uploading: /work/host-target.log (101 bytes) |
9991 | 2024-12-20T23:40:52.158Z | uploaded: /work/host-target.log |
9992 | 2024-12-20T23:40:52.161Z | uploading: /work/omicron-package.log (5666 bytes) |
9993 | 2024-12-20T23:40:53.170Z | uploaded: /work/omicron-package.log |
9994 | 2024-12-20T23:40:53.170Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9995 | 2024-12-20T23:40:54.180Z | uploaded: /work/phbl-toolchain.log |
9996 | 2024-12-20T23:40:54.180Z | uploading: /work/recovery-image.log (592207 bytes) |
9997 | 2024-12-20T23:40:55.211Z | uploaded: /work/recovery-image.log |
9998 | 2024-12-20T23:40:55.211Z | uploading: /work/recovery-package.log (1661 bytes) |
9999 | 2024-12-20T23:40:56.219Z | uploaded: /work/recovery-package.log |
10000 | 2024-12-20T23:40:56.219Z | uploading: /work/recovery-target.log (98 bytes) |
10001 | 2024-12-20T23:40:57.227Z | uploaded: /work/recovery-target.log |
10002 | 2024-12-20T23:40:57.227Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10003 | 2024-12-20T23:40:58.239Z | uploaded: /work/stamp-clickhouse.log |
10004 | 2024-12-20T23:40:58.242Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10005 | 2024-12-20T23:40:59.248Z | uploaded: /work/stamp-clickhouse_keeper.log |
10006 | 2024-12-20T23:40:59.248Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10007 | 2024-12-20T23:41:00.255Z | uploaded: /work/stamp-cockroachdb.log |
10008 | 2024-12-20T23:41:00.258Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10009 | 2024-12-20T23:41:01.266Z | uploaded: /work/stamp-crucible-dtrace.log |
10010 | 2024-12-20T23:41:01.266Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10011 | 2024-12-20T23:41:02.274Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10012 | 2024-12-20T23:41:02.274Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10013 | 2024-12-20T23:41:03.282Z | uploaded: /work/stamp-crucible-zone.log |
10014 | 2024-12-20T23:41:03.282Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10015 | 2024-12-20T23:41:04.295Z | uploaded: /work/stamp-external-dns.log |
10016 | 2024-12-20T23:41:04.296Z | uploading: /work/stamp-installinator.log (103 bytes) |
10017 | 2024-12-20T23:41:05.305Z | uploaded: /work/stamp-installinator.log |
10018 | 2024-12-20T23:41:05.305Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10019 | 2024-12-20T23:41:06.315Z | uploaded: /work/stamp-internal-dns.log |
10020 | 2024-12-20T23:41:06.315Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10021 | 2024-12-20T23:41:07.325Z | uploaded: /work/stamp-mg-ddm-gz.log |
10022 | 2024-12-20T23:41:07.329Z | uploading: /work/stamp-nexus.log (112 bytes) |
10023 | 2024-12-20T23:41:08.341Z | uploaded: /work/stamp-nexus.log |
10024 | 2024-12-20T23:41:08.341Z | uploading: /work/stamp-ntp.log (110 bytes) |
10025 | 2024-12-20T23:41:09.352Z | uploaded: /work/stamp-ntp.log |
10026 | 2024-12-20T23:41:09.352Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10027 | 2024-12-20T23:41:10.364Z | uploaded: /work/stamp-omicron-sled-agent.log |
10028 | 2024-12-20T23:41:10.364Z | uploading: /work/stamp-overlay.log (114 bytes) |
10029 | 2024-12-20T23:41:11.375Z | uploaded: /work/stamp-overlay.log |
10030 | 2024-12-20T23:41:11.375Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10031 | 2024-12-20T23:41:12.387Z | uploaded: /work/stamp-oximeter.log |
10032 | 2024-12-20T23:41:12.391Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10033 | 2024-12-20T23:41:13.397Z | uploaded: /work/stamp-oxlog.log |
10034 | 2024-12-20T23:41:13.398Z | uploading: /work/stamp-probe.log (112 bytes) |
10035 | 2024-12-20T23:41:14.406Z | uploaded: /work/stamp-probe.log |
10036 | 2024-12-20T23:41:14.409Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10037 | 2024-12-20T23:41:15.415Z | uploaded: /work/stamp-propolis-server.log |
10038 | 2024-12-20T23:41:15.415Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10039 | 2024-12-20T23:41:16.424Z | uploaded: /work/stamp-pumpkind-gz.log |
10040 | 2024-12-20T23:41:16.424Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10041 | 2024-12-20T23:41:17.434Z | uploaded: /work/stamp-switch-asic.log |
10042 | 2024-12-20T23:41:17.435Z | uploading: /work/verify-libraries.log (5939 bytes) |
10043 | 2024-12-20T23:41:18.448Z | uploaded: /work/verify-libraries.log |