|
|
|
1 | 2024-10-25T17:34:54.274Z | job assigned to worker 01JB2BWYWZJ7410HMRDESJY7BK (queued for 9 m 30 s) |
|
2 | 2024-10-25T17:34:54.690Z | starting task 0: "setup" |
3 | 2024-10-25T17:34:54.714Z | ++ uname -s |
4 | 2024-10-25T17:34:54.714Z | + kern=SunOS |
5 | 2024-10-25T17:34:54.714Z | + case "$kern" in |
6 | 2024-10-25T17:34:54.714Z | + [[ 0 == 12345 ]] |
7 | 2024-10-25T17:34:54.714Z | + groupadd -g 12345 build |
8 | 2024-10-25T17:34:54.714Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-25T17:34:56.722Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-25T17:34:56.760Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-25T17:34:56.783Z | + home_fs=zfs |
12 | 2024-10-25T17:34:56.783Z | + [[ zfs == autofs ]] |
13 | 2024-10-25T17:34:56.783Z | + mkdir -p /home/build |
14 | 2024-10-25T17:34:56.783Z | + chown build:build /home/build /work |
15 | 2024-10-25T17:34:58.770Z | + chmod 0700 /home/build /work |
16 | 2024-10-25T17:34:58.794Z | process exited: duration 4083 ms, exit code 0 |
|
17 | 2024-10-25T17:34:58.845Z | starting task 1: "rust-toolchain" |
18 | 2024-10-25T17:34:58.870Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-25T17:34:58.870Z | * toolchain channel = "1.80.1" |
20 | 2024-10-25T17:34:58.870Z | * toolchain profile = "default" |
21 | 2024-10-25T17:34:58.870Z | ' 1.80.1 |
22 | 2024-10-25T17:34:58.870Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-25T17:34:58.870Z | ' default |
24 | 2024-10-25T17:34:58.870Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-25T17:34:58.870Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-25T17:34:58.997Z | info: downloading installer |
27 | 2024-10-25T17:34:59.411Z | info: profile set to 'default' |
28 | 2024-10-25T17:34:59.411Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-25T17:34:59.435Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-25T17:34:59.515Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-25T17:34:59.515Z | info: downloading component 'cargo' |
32 | 2024-10-25T17:34:59.648Z | info: downloading component 'clippy' |
33 | 2024-10-25T17:34:59.716Z | info: downloading component 'rust-docs' |
34 | 2024-10-25T17:34:59.885Z | info: downloading component 'rust-std' |
35 | 2024-10-25T17:35:00.136Z | info: downloading component 'rustc' |
36 | 2024-10-25T17:35:00.857Z | info: downloading component 'rustfmt' |
37 | 2024-10-25T17:35:00.908Z | info: installing component 'cargo' |
38 | 2024-10-25T17:35:01.985Z | info: installing component 'clippy' |
39 | 2024-10-25T17:35:02.418Z | info: installing component 'rust-docs' |
40 | 2024-10-25T17:35:05.061Z | info: installing component 'rust-std' |
41 | 2024-10-25T17:35:06.996Z | info: installing component 'rustc' |
42 | 2024-10-25T17:35:12.544Z | info: installing component 'rustfmt' |
43 | 2024-10-25T17:35:12.928Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-25T17:35:12.928Z | |
45 | 2024-10-25T17:35:13.052Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-25T17:35:13.052Z | |
47 | 2024-10-25T17:35:13.076Z | |
48 | 2024-10-25T17:35:13.077Z | Rust is installed now. Great! |
49 | 2024-10-25T17:35:13.077Z | |
50 | 2024-10-25T17:35:13.077Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-25T17:35:13.077Z | environment variable. This has not been done automatically. |
52 | 2024-10-25T17:35:13.077Z | |
53 | 2024-10-25T17:35:13.077Z | To configure your current shell, you need to source |
54 | 2024-10-25T17:35:13.077Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-25T17:35:13.077Z | |
56 | 2024-10-25T17:35:13.077Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-25T17:35:13.077Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-25T17:35:13.077Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-25T17:35:13.117Z | + rustc --version |
60 | 2024-10-25T17:35:13.230Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-25T17:35:13.253Z | process exited: duration 14391 ms, exit code 0 |
|
62 | 2024-10-25T17:35:13.306Z | starting task 2: "authentication" |
63 | 2024-10-25T17:35:13.362Z | process exited: duration 60 ms, exit code 0 |
|
64 | 2024-10-25T17:35:13.411Z | starting task 3: "clone repository" |
65 | 2024-10-25T17:35:13.435Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-25T17:35:13.435Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-25T17:35:13.459Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-25T17:35:19.778Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-25T17:35:19.778Z | + git fetch origin 30cd9794815bfc7c8011cb0d71883b281fb3c7e6 |
70 | 2024-10-25T17:35:20.188Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-25T17:35:20.188Z | * branch 30cd9794815bfc7c8011cb0d71883b281fb3c7e6 -> FETCH_HEAD |
72 | 2024-10-25T17:35:20.211Z | + [[ -n refresh-harder ]] |
73 | 2024-10-25T17:35:20.212Z | ++ git branch --show-current |
74 | 2024-10-25T17:35:20.212Z | + current=main |
75 | 2024-10-25T17:35:20.212Z | + [[ main != refresh-harder ]] |
76 | 2024-10-25T17:35:20.212Z | + git branch -f refresh-harder 30cd9794815bfc7c8011cb0d71883b281fb3c7e6 |
77 | 2024-10-25T17:35:20.212Z | + git checkout -f refresh-harder |
78 | 2024-10-25T17:35:20.411Z | Switched to branch 'refresh-harder' |
79 | 2024-10-25T17:35:20.435Z | + git reset --hard 30cd9794815bfc7c8011cb0d71883b281fb3c7e6 |
80 | 2024-10-25T17:35:20.606Z | HEAD is now at 30cd97948 Test fixup |
81 | 2024-10-25T17:35:20.630Z | process exited: duration 7197 ms, exit code 0 |
|
82 | 2024-10-25T17:35:20.678Z | starting task 4: "build" |
83 | 2024-10-25T17:35:20.702Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-25T17:35:20.702Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-25T17:35:20.702Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-25T17:35:20.702Z | + cargo --version |
87 | 2024-10-25T17:35:20.752Z | cargo 1.80.1 (376290515 2024-07-16) |
88 | 2024-10-25T17:35:20.776Z | + rustc --version |
89 | 2024-10-25T17:35:20.824Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
90 | 2024-10-25T17:35:20.848Z | + cargo tree --locked |
91 | 2024-10-25T17:35:21.119Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
92 | 2024-10-25T17:35:21.471Z | Updating crates.io index |
93 | 2024-10-25T17:35:21.496Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-10-25T17:35:22.475Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-10-25T17:35:22.852Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2024-10-25T17:35:23.226Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2024-10-25T17:35:23.549Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2024-10-25T17:35:24.545Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-10-25T17:35:26.947Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2024-10-25T17:35:28.133Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2024-10-25T17:35:29.046Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2024-10-25T17:35:29.655Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2024-10-25T17:35:30.002Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2024-10-25T17:35:30.669Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2024-10-25T17:35:31.204Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2024-10-25T17:35:31.798Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2024-10-25T17:35:32.264Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2024-10-25T17:35:32.619Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2024-10-25T17:35:32.932Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2024-10-25T17:35:33.334Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
111 | 2024-10-25T17:35:33.917Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
112 | 2024-10-25T17:35:34.442Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-10-25T17:35:34.939Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-10-25T17:35:35.652Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
115 | 2024-10-25T17:35:36.149Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
116 | 2024-10-25T17:35:36.756Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
117 | 2024-10-25T17:35:37.393Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-10-25T17:35:37.887Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-10-25T17:35:41.129Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-10-25T17:35:42.845Z | Downloading crates ... |
121 | 2024-10-25T17:35:42.949Z | Downloaded atty v0.2.14 |
122 | 2024-10-25T17:35:42.976Z | Downloaded async-object-pool v0.1.5 |
123 | 2024-10-25T17:35:42.976Z | Downloaded async-stream-impl v0.3.6 |
124 | 2024-10-25T17:35:42.976Z | Downloaded chrono-tz-build v0.4.0 |
125 | 2024-10-25T17:35:43.000Z | Downloaded ciborium-ll v0.2.2 |
126 | 2024-10-25T17:35:43.024Z | Downloaded glob v0.3.1 |
127 | 2024-10-25T17:35:43.058Z | Downloaded rustc-hash v1.1.0 |
128 | 2024-10-25T17:35:43.120Z | Downloaded twox-hash v1.6.3 |
129 | 2024-10-25T17:35:43.300Z | Downloaded structmeta-derive v0.2.0 |
130 | 2024-10-25T17:35:43.345Z | Downloaded take_mut v0.2.2 |
131 | 2024-10-25T17:35:43.384Z | Downloaded defmt-parser v0.3.4 |
132 | 2024-10-25T17:35:43.440Z | Downloaded num-iter v0.1.45 |
133 | 2024-10-25T17:35:43.502Z | Downloaded pest_generator v2.7.14 |
134 | 2024-10-25T17:35:43.542Z | Downloaded scroll_derive v0.12.0 |
135 | 2024-10-25T17:35:43.566Z | Downloaded semver v1.0.23 |
136 | 2024-10-25T17:35:43.592Z | Downloaded secrecy v0.8.0 |
137 | 2024-10-25T17:35:43.616Z | Downloaded quote v1.0.37 |
138 | 2024-10-25T17:35:43.640Z | Downloaded rustls v0.22.4 |
139 | 2024-10-25T17:35:43.663Z | Downloaded rustls v0.23.14 |
140 | 2024-10-25T17:35:43.686Z | Downloaded petgraph v0.6.5 |
141 | 2024-10-25T17:35:43.710Z | Downloaded httpmock v0.8.0-alpha.1 |
142 | 2024-10-25T17:35:43.736Z | Downloaded encoding_rs v0.8.34 |
143 | 2024-10-25T17:35:43.763Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
144 | 2024-10-25T17:35:43.840Z | Downloaded csv v1.3.0 |
145 | 2024-10-25T17:35:43.868Z | Downloaded quinn v0.11.5 |
146 | 2024-10-25T17:35:43.891Z | Downloaded quick-xml v0.33.0 |
147 | 2024-10-25T17:35:43.891Z | Downloaded qorb v0.1.2 |
148 | 2024-10-25T17:35:43.891Z | Downloaded publicsuffix v2.2.3 |
149 | 2024-10-25T17:35:43.915Z | Downloaded proptest v1.5.0 |
150 | 2024-10-25T17:35:43.938Z | Downloaded proc-macro2 v1.0.87 |
151 | 2024-10-25T17:35:43.938Z | Downloaded prettyplease v0.2.22 |
152 | 2024-10-25T17:35:43.938Z | Downloaded ring v0.17.8 |
153 | 2024-10-25T17:35:44.012Z | Downloaded pretty_assertions v1.4.1 |
154 | 2024-10-25T17:35:44.035Z | Downloaded portable-atomic v1.9.0 |
155 | 2024-10-25T17:35:44.036Z | Downloaded libz-sys v1.1.20 |
156 | 2024-10-25T17:35:44.059Z | Downloaded ring v0.16.20 |
157 | 2024-10-25T17:35:44.146Z | Downloaded quinn-udp v0.5.5 |
158 | 2024-10-25T17:35:44.169Z | Downloaded progenitor-client v0.8.0 |
159 | 2024-10-25T17:35:44.169Z | Downloaded proc-macro-crate v3.2.0 |
160 | 2024-10-25T17:35:44.169Z | Downloaded proc-macro-crate v1.3.1 |
161 | 2024-10-25T17:35:44.169Z | Downloaded primeorder v0.13.6 |
162 | 2024-10-25T17:35:44.169Z | Downloaded libsqlite3-sys v0.30.1 |
163 | 2024-10-25T17:35:44.239Z | Downloaded pretty-hex v0.2.1 |
164 | 2024-10-25T17:35:44.263Z | Downloaded predicates-core v1.0.8 |
165 | 2024-10-25T17:35:44.263Z | Downloaded predicates v3.1.2 |
166 | 2024-10-25T17:35:44.263Z | Downloaded ppv-lite86 v0.2.20 |
167 | 2024-10-25T17:35:44.263Z | Downloaded powerfmt v0.2.0 |
168 | 2024-10-25T17:35:44.263Z | Downloaded postgres-protocol v0.6.7 |
169 | 2024-10-25T17:35:44.263Z | Downloaded polyval v0.6.2 |
170 | 2024-10-25T17:35:44.263Z | Downloaded poly1305 v0.8.0 |
171 | 2024-10-25T17:35:44.263Z | Downloaded polling v3.7.3 |
172 | 2024-10-25T17:35:44.263Z | Downloaded plotters-svg v0.3.7 |
173 | 2024-10-25T17:35:44.263Z | Downloaded plotters-backend v0.3.7 |
174 | 2024-10-25T17:35:44.263Z | Downloaded plain v0.2.3 |
175 | 2024-10-25T17:35:44.263Z | Downloaded pkg-config v0.3.31 |
176 | 2024-10-25T17:35:44.287Z | Downloaded pkcs1 v0.7.5 |
177 | 2024-10-25T17:35:44.287Z | Downloaded pin-project-lite v0.2.14 |
178 | 2024-10-25T17:35:44.287Z | Downloaded nix v0.29.0 |
179 | 2024-10-25T17:35:44.287Z | Downloaded nix v0.28.0 |
180 | 2024-10-25T17:35:44.310Z | Downloaded diesel v2.2.4 |
181 | 2024-10-25T17:35:44.334Z | Downloaded lzma-sys v0.1.20 |
182 | 2024-10-25T17:35:44.359Z | Downloaded libc v0.2.161 |
183 | 2024-10-25T17:35:44.394Z | Downloaded sec1 v0.7.3 |
184 | 2024-10-25T17:35:44.417Z | Downloaded scrypt v0.11.0 |
185 | 2024-10-25T17:35:44.417Z | Downloaded schemars_derive v0.8.21 |
186 | 2024-10-25T17:35:44.417Z | Downloaded schemars v0.8.21 |
187 | 2024-10-25T17:35:44.417Z | Downloaded scheduled-thread-pool v0.2.7 |
188 | 2024-10-25T17:35:44.417Z | Downloaded samael v0.0.17 |
189 | 2024-10-25T17:35:44.441Z | Downloaded salty v0.3.0 |
190 | 2024-10-25T17:35:44.441Z | Downloaded ryu v1.0.18 |
191 | 2024-10-25T17:35:44.441Z | Downloaded rustyline v14.0.0 |
192 | 2024-10-25T17:35:44.464Z | Downloaded rustversion v1.0.17 |
193 | 2024-10-25T17:35:44.464Z | Downloaded rustls-webpki v0.102.8 |
194 | 2024-10-25T17:35:44.488Z | Downloaded rustls-pki-types v1.9.0 |
195 | 2024-10-25T17:35:44.488Z | Downloaded rustls-pemfile v2.2.0 |
196 | 2024-10-25T17:35:44.488Z | Downloaded rustls-native-certs v0.7.3 |
197 | 2024-10-25T17:35:44.488Z | Downloaded progenitor-macro v0.8.0 |
198 | 2024-10-25T17:35:44.488Z | Downloaded proc-macro-error-attr v1.0.4 |
199 | 2024-10-25T17:35:44.488Z | Downloaded polar-core v0.27.3 |
200 | 2024-10-25T17:35:44.511Z | Downloaded pkcs5 v0.7.1 |
201 | 2024-10-25T17:35:44.512Z | Downloaded pin-project-internal v1.1.6 |
202 | 2024-10-25T17:35:44.512Z | Downloaded pin-project v1.1.6 |
203 | 2024-10-25T17:35:44.536Z | Downloaded phf_shared v0.11.2 |
204 | 2024-10-25T17:35:44.536Z | Downloaded phf_generator v0.11.2 |
205 | 2024-10-25T17:35:44.536Z | Downloaded phf_codegen v0.11.2 |
206 | 2024-10-25T17:35:44.536Z | Downloaded pest_meta v2.7.14 |
207 | 2024-10-25T17:35:44.536Z | Downloaded pest v2.7.14 |
208 | 2024-10-25T17:35:44.560Z | Downloaded p521 v0.13.3 |
209 | 2024-10-25T17:35:44.561Z | Downloaded semver v0.1.20 |
210 | 2024-10-25T17:35:44.561Z | Downloaded sct v0.7.1 |
211 | 2024-10-25T17:35:44.561Z | Downloaded same-file v1.0.6 |
212 | 2024-10-25T17:35:44.561Z | Downloaded salsa20 v0.10.2 |
213 | 2024-10-25T17:35:44.561Z | Downloaded rustls-webpki v0.101.7 |
214 | 2024-10-25T17:35:44.584Z | Downloaded rustls-pemfile v1.0.4 |
215 | 2024-10-25T17:35:44.584Z | Downloaded quinn-proto v0.11.8 |
216 | 2024-10-25T17:35:44.608Z | Downloaded quick-error v1.2.3 |
217 | 2024-10-25T17:35:44.608Z | Downloaded pretty-hex v0.4.1 |
218 | 2024-10-25T17:35:44.608Z | Downloaded predicates-tree v1.0.11 |
219 | 2024-10-25T17:35:44.608Z | Downloaded precomputed-hash v0.1.1 |
220 | 2024-10-25T17:35:44.608Z | Downloaded postgres-types v0.2.8 |
221 | 2024-10-25T17:35:44.608Z | Downloaded postcard v1.0.10 |
222 | 2024-10-25T17:35:44.608Z | Downloaded plotters v0.3.7 |
223 | 2024-10-25T17:35:44.632Z | Downloaded pkcs8 v0.10.2 |
224 | 2024-10-25T17:35:44.632Z | Downloaded piper v0.2.4 |
225 | 2024-10-25T17:35:44.632Z | Downloaded pin-utils v0.1.0 |
226 | 2024-10-25T17:35:44.632Z | Downloaded phf_shared v0.10.0 |
227 | 2024-10-25T17:35:44.632Z | Downloaded phf v0.11.2 |
228 | 2024-10-25T17:35:44.632Z | Downloaded openapiv3 v2.0.0 |
229 | 2024-10-25T17:35:44.656Z | Downloaded num-bigint-dig v0.8.4 |
230 | 2024-10-25T17:35:44.656Z | Downloaded nom v7.1.3 |
231 | 2024-10-25T17:35:44.656Z | Downloaded nix v0.27.1 |
232 | 2024-10-25T17:35:44.679Z | Downloaded curve25519-dalek v4.1.3 |
233 | 2024-10-25T17:35:44.679Z | Downloaded zerocopy-derive v0.6.6 |
234 | 2024-10-25T17:35:44.704Z | Downloaded tokio v1.40.0 |
235 | 2024-10-25T17:35:44.739Z | Downloaded scroll v0.12.0 |
236 | 2024-10-25T17:35:44.763Z | Downloaded scopeguard v1.2.0 |
237 | 2024-10-25T17:35:44.763Z | Downloaded rusty-fork v0.3.0 |
238 | 2024-10-25T17:35:44.763Z | Downloaded psl-types v2.0.11 |
239 | 2024-10-25T17:35:44.763Z | Downloaded progenitor-impl v0.8.0 |
240 | 2024-10-25T17:35:44.763Z | Downloaded progenitor v0.8.0 |
241 | 2024-10-25T17:35:44.763Z | Downloaded proc-macro-error v1.0.4 |
242 | 2024-10-25T17:35:44.763Z | Downloaded pem v3.0.4 |
243 | 2024-10-25T17:35:44.763Z | Downloaded pbkdf2 v0.12.2 |
244 | 2024-10-25T17:35:44.763Z | Downloaded pbkdf2 v0.11.0 |
245 | 2024-10-25T17:35:44.763Z | Downloaded pathdiff v0.2.2 |
246 | 2024-10-25T17:35:44.763Z | Downloaded path-tree v0.8.1 |
247 | 2024-10-25T17:35:44.763Z | Downloaded path-slash v0.1.5 |
248 | 2024-10-25T17:35:44.763Z | Downloaded paste v1.0.15 |
249 | 2024-10-25T17:35:44.787Z | Downloaded password-hash v0.5.0 |
250 | 2024-10-25T17:35:44.787Z | Downloaded parse-zoneinfo v0.3.1 |
251 | 2024-10-25T17:35:44.787Z | Downloaded parking_lot_core v0.9.10 |
252 | 2024-10-25T17:35:44.787Z | Downloaded parking_lot_core v0.8.6 |
253 | 2024-10-25T17:35:44.787Z | Downloaded parking_lot v0.11.2 |
254 | 2024-10-25T17:35:44.787Z | Downloaded parking v2.2.1 |
255 | 2024-10-25T17:35:44.788Z | Downloaded papergrid v0.11.0 |
256 | 2024-10-25T17:35:44.788Z | Downloaded p384 v0.13.0 |
257 | 2024-10-25T17:35:44.812Z | Downloaded openssl v0.10.66 |
258 | 2024-10-25T17:35:44.812Z | Downloaded object v0.36.5 |
259 | 2024-10-25T17:35:44.836Z | Downloaded object v0.30.4 |
260 | 2024-10-25T17:35:44.836Z | Downloaded number_prefix v0.4.0 |
261 | 2024-10-25T17:35:44.836Z | Downloaded num_threads v0.1.7 |
262 | 2024-10-25T17:35:44.836Z | Downloaded num_enum_derive v0.5.11 |
263 | 2024-10-25T17:35:44.836Z | Downloaded num_enum v0.5.11 |
264 | 2024-10-25T17:35:44.860Z | Downloaded num_cpus v1.16.0 |
265 | 2024-10-25T17:35:44.861Z | Downloaded num-rational v0.4.2 |
266 | 2024-10-25T17:35:44.861Z | Downloaded num-integer v0.1.46 |
267 | 2024-10-25T17:35:44.861Z | Downloaded num-derive v0.4.2 |
268 | 2024-10-25T17:35:44.861Z | Downloaded num-complex v0.4.6 |
269 | 2024-10-25T17:35:44.861Z | Downloaded num v0.4.3 |
270 | 2024-10-25T17:35:44.861Z | Downloaded nu-ansi-term v0.50.1 |
271 | 2024-10-25T17:35:44.861Z | Downloaded event-listener v5.3.1 |
272 | 2024-10-25T17:35:44.861Z | Downloaded event-listener v2.5.3 |
273 | 2024-10-25T17:35:44.861Z | Downloaded env_logger v0.11.5 |
274 | 2024-10-25T17:35:44.861Z | Downloaded env_logger v0.10.2 |
275 | 2024-10-25T17:35:44.885Z | Downloaded env_filter v0.1.2 |
276 | 2024-10-25T17:35:44.885Z | Downloaded enum-as-inner v0.6.1 |
277 | 2024-10-25T17:35:44.885Z | Downloaded enum-as-inner v0.5.1 |
278 | 2024-10-25T17:35:44.885Z | Downloaded dropshot v0.12.0 |
279 | 2024-10-25T17:35:44.910Z | Downloaded crypto-bigint v0.5.5 |
280 | 2024-10-25T17:35:44.910Z | Downloaded crossterm v0.28.1 |
281 | 2024-10-25T17:35:44.934Z | Downloaded const-oid v0.9.6 |
282 | 2024-10-25T17:35:44.934Z | Downloaded concurrent-queue v2.5.0 |
283 | 2024-10-25T17:35:44.934Z | Downloaded compact_str v0.8.0 |
284 | 2024-10-25T17:35:44.934Z | Downloaded colorchoice v1.0.2 |
285 | 2024-10-25T17:35:44.934Z | Downloaded cobs v0.2.3 |
286 | 2024-10-25T17:35:44.934Z | Downloaded clap_derive v4.5.18 |
287 | 2024-10-25T17:35:44.934Z | Downloaded clap v4.5.20 |
288 | 2024-10-25T17:35:44.959Z | Downloaded clang-sys v1.8.1 |
289 | 2024-10-25T17:35:44.959Z | Downloaded zone v0.3.0 |
290 | 2024-10-25T17:35:44.959Z | Downloaded zone v0.1.8 |
291 | 2024-10-25T17:35:44.959Z | Downloaded zeroize_derive v1.4.2 |
292 | 2024-10-25T17:35:44.959Z | Downloaded zeroize v1.8.1 |
293 | 2024-10-25T17:35:44.959Z | Downloaded zerocopy v0.7.35 |
294 | 2024-10-25T17:35:44.983Z | Downloaded yasna v0.5.2 |
295 | 2024-10-25T17:35:44.983Z | Downloaded yansi v1.0.1 |
296 | 2024-10-25T17:35:44.983Z | Downloaded xattr v1.3.1 |
297 | 2024-10-25T17:35:44.983Z | Downloaded x509-cert v0.2.5 |
298 | 2024-10-25T17:35:44.983Z | Downloaded winnow v0.6.20 |
299 | 2024-10-25T17:35:45.007Z | Downloaded winnow v0.5.40 |
300 | 2024-10-25T17:35:45.008Z | Downloaded tabled v0.15.0 |
301 | 2024-10-25T17:35:45.032Z | Downloaded syn v2.0.79 |
302 | 2024-10-25T17:35:45.057Z | Downloaded syn v1.0.109 |
303 | 2024-10-25T17:35:45.057Z | Downloaded sha3 v0.10.8 |
304 | 2024-10-25T17:35:45.057Z | Downloaded hickory-proto v0.24.1 |
305 | 2024-10-25T17:35:45.081Z | Downloaded pest_derive v2.7.14 |
306 | 2024-10-25T17:35:45.081Z | Downloaded percent-encoding v2.3.1 |
307 | 2024-10-25T17:35:45.081Z | Downloaded pem-rfc7468 v0.7.0 |
308 | 2024-10-25T17:35:45.081Z | Downloaded peg-runtime v0.8.3 |
309 | 2024-10-25T17:35:45.081Z | Downloaded peg-macros v0.8.4 |
310 | 2024-10-25T17:35:45.081Z | Downloaded peg v0.8.4 |
311 | 2024-10-25T17:35:45.106Z | Downloaded password-hash v0.4.2 |
312 | 2024-10-25T17:35:45.106Z | Downloaded partial-io v0.5.4 |
313 | 2024-10-25T17:35:45.106Z | Downloaded parse-size v1.0.0 |
314 | 2024-10-25T17:35:45.106Z | Downloaded parse-display-derive v0.10.0 |
315 | 2024-10-25T17:35:45.106Z | Downloaded parse-display v0.10.0 |
316 | 2024-10-25T17:35:45.106Z | Downloaded parking_lot v0.12.3 |
317 | 2024-10-25T17:35:45.106Z | Downloaded packed_struct_codegen v0.10.1 |
318 | 2024-10-25T17:35:45.106Z | Downloaded packed_struct v0.10.1 |
319 | 2024-10-25T17:35:45.106Z | Downloaded p256 v0.13.2 |
320 | 2024-10-25T17:35:45.106Z | Downloaded owo-colors v4.1.0 |
321 | 2024-10-25T17:35:45.130Z | Downloaded oso-derive v0.27.3 |
322 | 2024-10-25T17:35:45.130Z | Downloaded oso v0.27.3 |
323 | 2024-10-25T17:35:45.131Z | Downloaded openssl-sys v0.9.103 |
324 | 2024-10-25T17:35:45.131Z | Downloaded openssl-probe v0.1.5 |
325 | 2024-10-25T17:35:45.131Z | Downloaded openssl-macros v0.1.1 |
326 | 2024-10-25T17:35:45.131Z | Downloaded opaque-debug v0.3.1 |
327 | 2024-10-25T17:35:45.131Z | Downloaded oorandom v11.1.4 |
328 | 2024-10-25T17:35:45.131Z | Downloaded once_cell v1.20.2 |
329 | 2024-10-25T17:35:45.131Z | Downloaded omicron-zone-package v0.11.1 |
330 | 2024-10-25T17:35:45.131Z | Downloaded olpc-cjson v0.1.4 |
331 | 2024-10-25T17:35:45.131Z | Downloaded num-traits v0.2.19 |
332 | 2024-10-25T17:35:45.155Z | Downloaded num-conv v0.1.0 |
333 | 2024-10-25T17:35:45.155Z | Downloaded num-bigint v0.4.6 |
334 | 2024-10-25T17:35:45.155Z | Downloaded normalize-line-endings v0.3.0 |
335 | 2024-10-25T17:35:45.155Z | Downloaded nodrop v0.1.14 |
336 | 2024-10-25T17:35:45.156Z | Downloaded nibble_vec v0.1.0 |
337 | 2024-10-25T17:35:45.156Z | Downloaded newtype-uuid v1.1.2 |
338 | 2024-10-25T17:35:45.156Z | Downloaded newline-converter v0.3.0 |
339 | 2024-10-25T17:35:45.156Z | Downloaded ena v0.14.3 |
340 | 2024-10-25T17:35:45.156Z | Downloaded embedded-io v0.4.0 |
341 | 2024-10-25T17:35:45.156Z | Downloaded elliptic-curve v0.13.8 |
342 | 2024-10-25T17:35:45.156Z | Downloaded either v1.13.0 |
343 | 2024-10-25T17:35:45.181Z | Downloaded ed25519-dalek v2.1.1 |
344 | 2024-10-25T17:35:45.181Z | Downloaded ed25519 v2.2.3 |
345 | 2024-10-25T17:35:45.181Z | Downloaded ecdsa v0.16.9 |
346 | 2024-10-25T17:35:45.181Z | Downloaded dyn-clone v1.0.17 |
347 | 2024-10-25T17:35:45.181Z | Downloaded dropshot_endpoint v0.12.0 |
348 | 2024-10-25T17:35:45.181Z | Downloaded downcast v0.11.0 |
349 | 2024-10-25T17:35:45.181Z | Downloaded dof v0.3.0 |
350 | 2024-10-25T17:35:45.181Z | Downloaded doc-comment v0.3.3 |
351 | 2024-10-25T17:35:45.181Z | Downloaded display-error-chain v0.2.1 |
352 | 2024-10-25T17:35:45.181Z | Downloaded dirs-sys-next v0.1.2 |
353 | 2024-10-25T17:35:45.181Z | Downloaded dirs-next v2.0.0 |
354 | 2024-10-25T17:35:45.181Z | Downloaded digest v0.10.7 |
355 | 2024-10-25T17:35:45.205Z | Downloaded difflib v0.4.0 |
356 | 2024-10-25T17:35:45.205Z | Downloaded diff v0.1.13 |
357 | 2024-10-25T17:35:45.205Z | Downloaded derive_builder_core v0.20.2 |
358 | 2024-10-25T17:35:45.205Z | Downloaded derive_builder v0.20.2 |
359 | 2024-10-25T17:35:45.206Z | Downloaded derive-where v1.2.7 |
360 | 2024-10-25T17:35:45.206Z | Downloaded der v0.7.9 |
361 | 2024-10-25T17:35:45.230Z | Downloaded defmt v0.3.8 |
362 | 2024-10-25T17:35:45.230Z | Downloaded debug-ignore v1.0.5 |
363 | 2024-10-25T17:35:45.230Z | Downloaded datatest-stable v0.2.9 |
364 | 2024-10-25T17:35:45.230Z | Downloaded data-encoding v2.6.0 |
365 | 2024-10-25T17:35:45.230Z | Downloaded darling_core v0.20.10 |
366 | 2024-10-25T17:35:45.230Z | Downloaded darling v0.20.10 |
367 | 2024-10-25T17:35:45.254Z | Downloaded curve25519-dalek-derive v0.1.1 |
368 | 2024-10-25T17:35:45.254Z | Downloaded ctr v0.9.2 |
369 | 2024-10-25T17:35:45.254Z | Downloaded csv-core v0.1.11 |
370 | 2024-10-25T17:35:45.254Z | Downloaded crypto-common v0.1.6 |
371 | 2024-10-25T17:35:45.254Z | Downloaded crucible-workspace-hack v0.1.0 |
372 | 2024-10-25T17:35:45.254Z | Downloaded crossbeam-deque v0.8.5 |
373 | 2024-10-25T17:35:45.254Z | Downloaded crossbeam-channel v0.5.13 |
374 | 2024-10-25T17:35:45.254Z | Downloaded criterion v0.5.1 |
375 | 2024-10-25T17:35:45.279Z | Downloaded crc32fast v1.4.2 |
376 | 2024-10-25T17:35:45.279Z | Downloaded crc-any v2.5.0 |
377 | 2024-10-25T17:35:45.279Z | Downloaded crc v3.2.1 |
378 | 2024-10-25T17:35:45.279Z | Downloaded cpufeatures v0.2.14 |
379 | 2024-10-25T17:35:45.279Z | Downloaded cookie_store v0.21.0 |
380 | 2024-10-25T17:35:45.279Z | Downloaded convert_case v0.4.0 |
381 | 2024-10-25T17:35:45.279Z | Downloaded constant_time_eq v0.3.1 |
382 | 2024-10-25T17:35:45.279Z | Downloaded const_format v0.2.33 |
383 | 2024-10-25T17:35:45.303Z | Downloaded clap_builder v4.5.20 |
384 | 2024-10-25T17:35:45.303Z | Downloaded zone_cfg_derive v0.3.0 |
385 | 2024-10-25T17:35:45.303Z | Downloaded zone_cfg_derive v0.1.2 |
386 | 2024-10-25T17:35:45.303Z | Downloaded which v4.4.2 |
387 | 2024-10-25T17:35:45.303Z | Downloaded webpki-roots v0.26.6 |
388 | 2024-10-25T17:35:45.303Z | Downloaded want v0.3.1 |
389 | 2024-10-25T17:35:45.303Z | Downloaded walkdir v2.5.0 |
390 | 2024-10-25T17:35:45.304Z | Downloaded waitgroup v0.1.2 |
391 | 2024-10-25T17:35:45.328Z | Downloaded wait-timeout v0.2.0 |
392 | 2024-10-25T17:35:45.328Z | Downloaded vte_generate_state_changes v0.1.2 |
393 | 2024-10-25T17:35:45.328Z | Downloaded vte v0.11.1 |
394 | 2024-10-25T17:35:45.328Z | Downloaded vsss-rs v3.3.4 |
395 | 2024-10-25T17:35:45.328Z | Downloaded vergen v8.3.2 |
396 | 2024-10-25T17:35:45.328Z | Downloaded vcpkg v0.2.15 |
397 | 2024-10-25T17:35:45.373Z | Downloaded value-bag v1.9.0 |
398 | 2024-10-25T17:35:45.398Z | Downloaded uzers v0.12.1 |
399 | 2024-10-25T17:35:45.398Z | Downloaded utf8parse v0.2.2 |
400 | 2024-10-25T17:35:45.398Z | Downloaded utf-8 v0.7.6 |
401 | 2024-10-25T17:35:45.398Z | Downloaded usdt-impl v0.5.0 |
402 | 2024-10-25T17:35:45.398Z | Downloaded usdt v0.5.0 |
403 | 2024-10-25T17:35:45.398Z | Downloaded url v2.5.2 |
404 | 2024-10-25T17:35:45.398Z | Downloaded untrusted v0.7.1 |
405 | 2024-10-25T17:35:45.398Z | Downloaded tokio-rustls v0.24.1 |
406 | 2024-10-25T17:35:45.398Z | Downloaded tokio-native-tls v0.3.1 |
407 | 2024-10-25T17:35:45.398Z | Downloaded tokio-macros v2.4.0 |
408 | 2024-10-25T17:35:45.422Z | Downloaded tls_codec_derive v0.4.1 |
409 | 2024-10-25T17:35:45.422Z | Downloaded tls_codec v0.4.1 |
410 | 2024-10-25T17:35:45.423Z | Downloaded tinyvec v1.8.0 |
411 | 2024-10-25T17:35:45.423Z | Downloaded tinytemplate v1.2.1 |
412 | 2024-10-25T17:35:45.423Z | Downloaded time-macros v0.2.18 |
413 | 2024-10-25T17:35:45.423Z | Downloaded time-core v0.1.2 |
414 | 2024-10-25T17:35:45.423Z | Downloaded rustls v0.21.12 |
415 | 2024-10-25T17:35:45.447Z | Downloaded lalrpop v0.19.12 |
416 | 2024-10-25T17:35:45.447Z | Downloaded idna v0.5.0 |
417 | 2024-10-25T17:35:45.471Z | Downloaded idna v0.4.0 |
418 | 2024-10-25T17:35:45.471Z | Downloaded idna v0.2.3 |
419 | 2024-10-25T17:35:45.495Z | Downloaded newtype_derive v0.1.6 |
420 | 2024-10-25T17:35:45.495Z | Downloaded escape8259 v0.5.3 |
421 | 2024-10-25T17:35:45.495Z | Downloaded errno v0.3.9 |
422 | 2024-10-25T17:35:45.495Z | Downloaded equivalent v1.0.1 |
423 | 2024-10-25T17:35:45.495Z | Downloaded endian-type v0.1.2 |
424 | 2024-10-25T17:35:45.495Z | Downloaded embedded-io v0.6.1 |
425 | 2024-10-25T17:35:45.495Z | Downloaded dtrace-parser v0.2.0 |
426 | 2024-10-25T17:35:45.495Z | Downloaded dsl_auto_type v0.1.2 |
427 | 2024-10-25T17:35:45.495Z | Downloaded diesel_table_macro_syntax v0.2.0 |
428 | 2024-10-25T17:35:45.496Z | Downloaded diesel_derives v2.2.3 |
429 | 2024-10-25T17:35:45.496Z | Downloaded diesel-dtrace v0.3.0 |
430 | 2024-10-25T17:35:45.496Z | Downloaded dhcproto-macros v0.1.0 |
431 | 2024-10-25T17:35:45.496Z | Downloaded dhcproto v0.12.0 |
432 | 2024-10-25T17:35:45.520Z | Downloaded des v0.8.1 |
433 | 2024-10-25T17:35:45.520Z | Downloaded derive_more v0.99.18 |
434 | 2024-10-25T17:35:45.520Z | Downloaded derive_builder_macro v0.20.2 |
435 | 2024-10-25T17:35:45.520Z | Downloaded deranged v0.3.11 |
436 | 2024-10-25T17:35:45.520Z | Downloaded der_derive v0.7.3 |
437 | 2024-10-25T17:35:45.520Z | Downloaded defmt-macros v0.3.9 |
438 | 2024-10-25T17:35:45.520Z | Downloaded darling_macro v0.20.10 |
439 | 2024-10-25T17:35:45.520Z | Downloaded cstr-argument v0.1.2 |
440 | 2024-10-25T17:35:45.520Z | Downloaded crossbeam-utils v0.8.20 |
441 | 2024-10-25T17:35:45.520Z | Downloaded crossbeam-epoch v0.9.18 |
442 | 2024-10-25T17:35:45.545Z | Downloaded criterion-plot v0.5.0 |
443 | 2024-10-25T17:35:45.545Z | Downloaded crc-catalog v2.4.0 |
444 | 2024-10-25T17:35:45.545Z | Downloaded cookie v0.18.1 |
445 | 2024-10-25T17:35:45.545Z | Downloaded const_format_proc_macros v0.2.33 |
446 | 2024-10-25T17:35:45.545Z | Downloaded console v0.15.8 |
447 | 2024-10-25T17:35:45.545Z | Downloaded colored v2.1.0 |
448 | 2024-10-25T17:35:45.545Z | Downloaded clap_lex v0.7.2 |
449 | 2024-10-25T17:35:45.545Z | Downloaded zip v0.6.6 |
450 | 2024-10-25T17:35:45.569Z | Downloaded zerocopy-derive v0.7.35 |
451 | 2024-10-25T17:35:45.569Z | Downloaded zerocopy v0.6.6 |
452 | 2024-10-25T17:35:45.569Z | Downloaded xz2 v0.1.7 |
453 | 2024-10-25T17:35:45.569Z | Downloaded wyz v0.5.1 |
454 | 2024-10-25T17:35:45.569Z | Downloaded whoami v1.5.2 |
455 | 2024-10-25T17:35:45.569Z | Downloaded version_check v0.9.5 |
456 | 2024-10-25T17:35:45.569Z | Downloaded uuid v1.10.0 |
457 | 2024-10-25T17:35:45.593Z | Downloaded usdt-macro v0.5.0 |
458 | 2024-10-25T17:35:45.594Z | Downloaded usdt-attr-macro v0.5.0 |
459 | 2024-10-25T17:35:45.594Z | Downloaded untrusted v0.9.0 |
460 | 2024-10-25T17:35:45.594Z | Downloaded tokio-postgres v0.7.12 |
461 | 2024-10-25T17:35:45.594Z | Downloaded tinyvec_macros v0.1.1 |
462 | 2024-10-25T17:35:45.594Z | Downloaded tiny-keccak v2.0.2 |
463 | 2024-10-25T17:35:45.594Z | Downloaded time v0.3.36 |
464 | 2024-10-25T17:35:45.618Z | Downloaded target-lexicon v0.12.16 |
465 | 2024-10-25T17:35:45.618Z | Downloaded tar v0.4.42 |
466 | 2024-10-25T17:35:45.618Z | Downloaded tap v1.0.1 |
467 | 2024-10-25T17:35:45.618Z | Downloaded tabled_derive v0.7.0 |
468 | 2024-10-25T17:35:45.618Z | Downloaded sled v0.34.7 |
469 | 2024-10-25T17:35:45.618Z | Downloaded mio v1.0.2 |
470 | 2024-10-25T17:35:45.645Z | Downloaded minimal-lexical v0.2.1 |
471 | 2024-10-25T17:35:45.645Z | Downloaded idna v0.3.0 |
472 | 2024-10-25T17:35:45.645Z | Downloaded crunchy v0.2.2 |
473 | 2024-10-25T17:35:45.645Z | Downloaded threadpool v1.8.1 |
474 | 2024-10-25T17:35:45.645Z | Downloaded thread_local v1.1.8 |
475 | 2024-10-25T17:35:45.669Z | Downloaded thread-id v4.2.2 |
476 | 2024-10-25T17:35:45.669Z | Downloaded thiserror-no-std v2.0.2 |
477 | 2024-10-25T17:35:45.669Z | Downloaded thiserror-impl-no-std v2.0.2 |
478 | 2024-10-25T17:35:45.669Z | Downloaded thiserror-impl v1.0.64 |
479 | 2024-10-25T17:35:45.669Z | Downloaded thiserror v1.0.64 |
480 | 2024-10-25T17:35:45.670Z | Downloaded textwrap v0.16.1 |
481 | 2024-10-25T17:35:45.670Z | Downloaded test-strategy v0.3.1 |
482 | 2024-10-25T17:35:45.670Z | Downloaded termtree v0.4.1 |
483 | 2024-10-25T17:35:45.670Z | Downloaded termios v0.3.3 |
484 | 2024-10-25T17:35:45.694Z | Downloaded terminal_size v0.4.0 |
485 | 2024-10-25T17:35:45.694Z | Downloaded termcolor v1.4.1 |
486 | 2024-10-25T17:35:45.694Z | Downloaded term v0.7.0 |
487 | 2024-10-25T17:35:45.694Z | Downloaded tempfile v3.13.0 |
488 | 2024-10-25T17:35:45.694Z | Downloaded target-spec v3.2.2 |
489 | 2024-10-25T17:35:45.695Z | Downloaded swrite v0.1.0 |
490 | 2024-10-25T17:35:45.695Z | Downloaded supports-color v3.0.1 |
491 | 2024-10-25T17:35:45.695Z | Downloaded subtle v2.6.1 |
492 | 2024-10-25T17:35:45.695Z | Downloaded subprocess v0.2.9 |
493 | 2024-10-25T17:35:45.695Z | Downloaded strum_macros v0.26.4 |
494 | 2024-10-25T17:35:45.719Z | Downloaded strum_macros v0.25.3 |
495 | 2024-10-25T17:35:45.719Z | Downloaded strum_macros v0.24.3 |
496 | 2024-10-25T17:35:45.719Z | Downloaded strum v0.26.3 |
497 | 2024-10-25T17:35:45.719Z | Downloaded sqlparser v0.45.0 |
498 | 2024-10-25T17:35:45.719Z | Downloaded smoltcp v0.11.0 |
499 | 2024-10-25T17:35:45.743Z | Downloaded smoltcp v0.9.1 |
500 | 2024-10-25T17:35:45.743Z | Downloaded mockall v0.13.0 |
501 | 2024-10-25T17:35:45.768Z | Downloaded miniz_oxide v0.8.0 |
502 | 2024-10-25T17:35:45.768Z | Downloaded unicode_categories v0.1.1 |
503 | 2024-10-25T17:35:45.768Z | Downloaded typify-impl v0.2.0 |
504 | 2024-10-25T17:35:45.793Z | Downloaded regress v0.9.1 |
505 | 2024-10-25T17:35:45.818Z | Downloaded regex-automata v0.4.8 |
506 | 2024-10-25T17:35:45.818Z | Downloaded ratatui v0.28.1 |
507 | 2024-10-25T17:35:45.846Z | Downloaded log v0.4.22 |
508 | 2024-10-25T17:35:45.871Z | Downloaded lock_api v0.4.12 |
509 | 2024-10-25T17:35:45.871Z | Downloaded libm v0.2.8 |
510 | 2024-10-25T17:35:45.871Z | Downloaded jobserver v0.1.32 |
511 | 2024-10-25T17:35:45.871Z | Downloaded itertools v0.13.0 |
512 | 2024-10-25T17:35:45.895Z | Downloaded itertools v0.12.1 |
513 | 2024-10-25T17:35:45.895Z | Downloaded itertools v0.10.5 |
514 | 2024-10-25T17:35:45.895Z | Downloaded indexmap v2.6.0 |
515 | 2024-10-25T17:35:45.919Z | Downloaded indexmap v1.9.3 |
516 | 2024-10-25T17:35:45.919Z | Downloaded hyper-util v0.1.9 |
517 | 2024-10-25T17:35:45.919Z | Downloaded hyper-staticfile v0.10.1 |
518 | 2024-10-25T17:35:45.919Z | Downloaded hyper-rustls v0.26.0 |
519 | 2024-10-25T17:35:45.919Z | Downloaded hyper v1.4.1 |
520 | 2024-10-25T17:35:45.943Z | Downloaded hyper v0.14.30 |
521 | 2024-10-25T17:35:45.944Z | Downloaded hkdf v0.12.4 |
522 | 2024-10-25T17:35:45.944Z | Downloaded hickory-server v0.24.1 |
523 | 2024-10-25T17:35:45.968Z | Downloaded heapless v0.8.0 |
524 | 2024-10-25T17:35:45.968Z | Downloaded hashbrown v0.15.0 |
525 | 2024-10-25T17:35:45.968Z | Downloaded tabwriter v1.4.0 |
526 | 2024-10-25T17:35:45.968Z | Downloaded sync_wrapper v1.0.1 |
527 | 2024-10-25T17:35:45.968Z | Downloaded sync_wrapper v0.1.2 |
528 | 2024-10-25T17:35:45.968Z | Downloaded structmeta-derive v0.3.0 |
529 | 2024-10-25T17:35:45.992Z | Downloaded structmeta v0.3.0 |
530 | 2024-10-25T17:35:45.992Z | Downloaded structmeta v0.2.0 |
531 | 2024-10-25T17:35:45.992Z | Downloaded strsim v0.11.1 |
532 | 2024-10-25T17:35:45.992Z | Downloaded strip-ansi-escapes v0.2.0 |
533 | 2024-10-25T17:35:45.992Z | Downloaded stringprep v0.1.5 |
534 | 2024-10-25T17:35:45.992Z | Downloaded stringmetrics v2.2.2 |
535 | 2024-10-25T17:35:45.992Z | Downloaded string_cache v0.8.7 |
536 | 2024-10-25T17:35:45.992Z | Downloaded steno v0.4.1 |
537 | 2024-10-25T17:35:45.992Z | Downloaded static_assertions v1.1.0 |
538 | 2024-10-25T17:35:45.992Z | Downloaded stable_deref_trait v1.2.0 |
539 | 2024-10-25T17:35:45.992Z | Downloaded ssh-key v0.6.6 |
540 | 2024-10-25T17:35:46.017Z | Downloaded ssh-encoding v0.2.0 |
541 | 2024-10-25T17:35:46.017Z | Downloaded ssh-cipher v0.2.0 |
542 | 2024-10-25T17:35:46.017Z | Downloaded sqlparser_derive v0.2.2 |
543 | 2024-10-25T17:35:46.017Z | Downloaded sqlformat v0.2.6 |
544 | 2024-10-25T17:35:46.017Z | Downloaded spki v0.7.3 |
545 | 2024-10-25T17:35:46.017Z | Downloaded spin v0.9.8 |
546 | 2024-10-25T17:35:46.017Z | Downloaded spin v0.5.2 |
547 | 2024-10-25T17:35:46.017Z | Downloaded socket2 v0.5.7 |
548 | 2024-10-25T17:35:46.017Z | Downloaded snafu-derive v0.8.5 |
549 | 2024-10-25T17:35:46.041Z | Downloaded snafu v0.8.5 |
550 | 2024-10-25T17:35:46.041Z | Downloaded smf v0.2.3 |
551 | 2024-10-25T17:35:46.041Z | Downloaded smawk v0.3.2 |
552 | 2024-10-25T17:35:46.041Z | Downloaded smallvec v1.13.2 |
553 | 2024-10-25T17:35:46.041Z | Downloaded smallvec v0.6.14 |
554 | 2024-10-25T17:35:46.041Z | Downloaded slog-term v2.9.1 |
555 | 2024-10-25T17:35:46.041Z | Downloaded slog-stdlog v4.1.1 |
556 | 2024-10-25T17:35:46.041Z | Downloaded slog-scope v4.4.0 |
557 | 2024-10-25T17:35:46.066Z | Downloaded slog-json v2.6.1 |
558 | 2024-10-25T17:35:46.066Z | Downloaded slog-envlogger v2.2.0 |
559 | 2024-10-25T17:35:46.066Z | Downloaded slog-dtrace v0.3.0 |
560 | 2024-10-25T17:35:46.066Z | Downloaded slog-bunyan v2.5.0 |
561 | 2024-10-25T17:35:46.066Z | Downloaded slog-async v2.8.0 |
562 | 2024-10-25T17:35:46.066Z | Downloaded slog v2.7.0 |
563 | 2024-10-25T17:35:46.066Z | Downloaded slab v0.4.9 |
564 | 2024-10-25T17:35:46.066Z | Downloaded siphasher v0.3.11 |
565 | 2024-10-25T17:35:46.066Z | Downloaded similar-asserts v1.6.0 |
566 | 2024-10-25T17:35:46.066Z | Downloaded similar v2.6.0 |
567 | 2024-10-25T17:35:46.091Z | Downloaded sigpipe v0.1.3 |
568 | 2024-10-25T17:35:46.091Z | Downloaded signature v2.2.0 |
569 | 2024-10-25T17:35:46.091Z | Downloaded signal-hook-tokio v0.3.1 |
570 | 2024-10-25T17:35:46.091Z | Downloaded signal-hook-registry v1.4.2 |
571 | 2024-10-25T17:35:46.091Z | Downloaded signal-hook-mio v0.2.4 |
572 | 2024-10-25T17:35:46.091Z | Downloaded signal-hook v0.3.17 |
573 | 2024-10-25T17:35:46.091Z | Downloaded shlex v1.3.0 |
574 | 2024-10-25T17:35:46.091Z | Downloaded shell-words v1.1.0 |
575 | 2024-10-25T17:35:46.091Z | Downloaded sha2 v0.10.8 |
576 | 2024-10-25T17:35:46.091Z | Downloaded sha1 v0.10.6 |
577 | 2024-10-25T17:35:46.091Z | Downloaded serde_yaml v0.9.34+deprecated |
578 | 2024-10-25T17:35:46.116Z | Downloaded serde_with_macros v3.11.0 |
579 | 2024-10-25T17:35:46.116Z | Downloaded serde_with v3.11.0 |
580 | 2024-10-25T17:35:46.116Z | Downloaded serde_urlencoded v0.7.1 |
581 | 2024-10-25T17:35:46.116Z | Downloaded serde_tokenstream v0.2.2 |
582 | 2024-10-25T17:35:46.116Z | Downloaded serde_spanned v0.6.8 |
583 | 2024-10-25T17:35:46.116Z | Downloaded serde_repr v0.1.19 |
584 | 2024-10-25T17:35:46.116Z | Downloaded serde_regex v1.1.0 |
585 | 2024-10-25T17:35:46.140Z | Downloaded serde_plain v1.0.2 |
586 | 2024-10-25T17:35:46.140Z | Downloaded serde_path_to_error v0.1.16 |
587 | 2024-10-25T17:35:46.140Z | Downloaded serde_json v1.0.128 |
588 | 2024-10-25T17:35:46.140Z | Downloaded serde_derive_internals v0.29.1 |
589 | 2024-10-25T17:35:46.140Z | Downloaded serde_derive v1.0.210 |
590 | 2024-10-25T17:35:46.140Z | Downloaded serde-hex v0.1.0 |
591 | 2024-10-25T17:35:46.140Z | Downloaded serde-big-array v0.5.1 |
592 | 2024-10-25T17:35:46.164Z | Downloaded serde v1.0.210 |
593 | 2024-10-25T17:35:46.164Z | Downloaded new_debug_unreachable v1.0.6 |
594 | 2024-10-25T17:35:46.164Z | Downloaded nested v0.1.1 |
595 | 2024-10-25T17:35:46.165Z | Downloaded native-tls v0.2.12 |
596 | 2024-10-25T17:35:46.165Z | Downloaded nanorand v0.7.0 |
597 | 2024-10-25T17:35:46.165Z | Downloaded multimap v0.10.0 |
598 | 2024-10-25T17:35:46.165Z | Downloaded multer v3.1.0 |
599 | 2024-10-25T17:35:46.165Z | Downloaded mockall_derive v0.13.0 |
600 | 2024-10-25T17:35:46.165Z | Downloaded memchr v2.7.4 |
601 | 2024-10-25T17:35:46.189Z | Downloaded generic-array v0.14.7 |
602 | 2024-10-25T17:35:46.189Z | Downloaded futures-util v0.3.31 |
603 | 2024-10-25T17:35:46.189Z | Downloaded futures-lite v2.3.0 |
604 | 2024-10-25T17:35:46.213Z | Downloaded futures v0.3.31 |
605 | 2024-10-25T17:35:46.213Z | Downloaded flume v0.11.0 |
606 | 2024-10-25T17:35:46.213Z | Downloaded fatfs v0.3.6 |
607 | 2024-10-25T17:35:46.213Z | Downloaded fancy-regex v0.13.0 |
608 | 2024-10-25T17:35:46.213Z | Downloaded expectorate v1.1.0 |
609 | 2024-10-25T17:35:46.237Z | Downloaded unsafe-libyaml v0.2.11 |
610 | 2024-10-25T17:35:46.237Z | Downloaded universal-hash v0.5.1 |
611 | 2024-10-25T17:35:46.237Z | Downloaded unicode-width v0.1.14 |
612 | 2024-10-25T17:35:46.237Z | Downloaded typify-macro v0.2.0 |
613 | 2024-10-25T17:35:46.237Z | Downloaded trust-dns-proto v0.22.0 |
614 | 2024-10-25T17:35:46.261Z | Downloaded tough v0.17.1 |
615 | 2024-10-25T17:35:46.261Z | Downloaded rustix v0.38.37 |
616 | 2024-10-25T17:35:46.292Z | Downloaded regress v0.10.1 |
617 | 2024-10-25T17:35:46.316Z | Downloaded regex-syntax v0.8.5 |
618 | 2024-10-25T17:35:46.316Z | Downloaded regex-syntax v0.6.29 |
619 | 2024-10-25T17:35:46.341Z | Downloaded reedline v0.35.0 |
620 | 2024-10-25T17:35:46.341Z | Downloaded rayon v1.10.0 |
621 | 2024-10-25T17:35:46.365Z | Downloaded rand_xorshift v0.3.0 |
622 | 2024-10-25T17:35:46.365Z | Downloaded maybe-uninit v2.0.0 |
623 | 2024-10-25T17:35:46.365Z | Downloaded maplit v1.0.2 |
624 | 2024-10-25T17:35:46.366Z | Downloaded managed v0.8.0 |
625 | 2024-10-25T17:35:46.366Z | Downloaded lru-cache v0.1.2 |
626 | 2024-10-25T17:35:46.366Z | Downloaded linear-map v1.2.0 |
627 | 2024-10-25T17:35:46.366Z | Downloaded libxml v0.3.3 |
628 | 2024-10-25T17:35:46.391Z | Downloaded libefi-sys v0.1.0 |
629 | 2024-10-25T17:35:46.391Z | Downloaded lazycell v1.3.0 |
630 | 2024-10-25T17:35:46.391Z | Downloaded lalrpop-util v0.19.12 |
631 | 2024-10-25T17:35:46.391Z | Downloaded indoc v1.0.9 |
632 | 2024-10-25T17:35:46.392Z | Downloaded indicatif v0.17.8 |
633 | 2024-10-25T17:35:46.392Z | Downloaded impl-trait-for-tuples v0.2.2 |
634 | 2024-10-25T17:35:46.392Z | Downloaded ident_case v1.0.1 |
635 | 2024-10-25T17:35:46.392Z | Downloaded humantime v2.1.0 |
636 | 2024-10-25T17:35:46.392Z | Downloaded hubpack v0.1.2 |
637 | 2024-10-25T17:35:46.392Z | Downloaded http-range v0.1.5 |
638 | 2024-10-25T17:35:46.392Z | Downloaded http-body-util v0.1.2 |
639 | 2024-10-25T17:35:46.392Z | Downloaded http-body v0.4.6 |
640 | 2024-10-25T17:35:46.417Z | Downloaded http v1.1.0 |
641 | 2024-10-25T17:35:46.417Z | Downloaded http v0.2.12 |
642 | 2024-10-25T17:35:46.417Z | Downloaded hmac v0.12.1 |
643 | 2024-10-25T17:35:46.417Z | Downloaded highway v1.2.0 |
644 | 2024-10-25T17:35:46.417Z | Downloaded hickory-resolver v0.24.1 |
645 | 2024-10-25T17:35:46.417Z | Downloaded hashbrown v0.14.5 |
646 | 2024-10-25T17:35:46.442Z | Downloaded mime_guess v2.0.5 |
647 | 2024-10-25T17:35:46.442Z | Downloaded mime v0.3.17 |
648 | 2024-10-25T17:35:46.442Z | Downloaded memoffset v0.9.1 |
649 | 2024-10-25T17:35:46.442Z | Downloaded memmap2 v0.9.5 |
650 | 2024-10-25T17:35:46.442Z | Downloaded memmap v0.7.0 |
651 | 2024-10-25T17:35:46.442Z | Downloaded md5 v0.7.0 |
652 | 2024-10-25T17:35:46.442Z | Downloaded md-5 v0.10.6 |
653 | 2024-10-25T17:35:46.442Z | Downloaded getrandom v0.2.15 |
654 | 2024-10-25T17:35:46.442Z | Downloaded gethostname v0.5.0 |
655 | 2024-10-25T17:35:46.442Z | Downloaded fxhash v0.2.1 |
656 | 2024-10-25T17:35:46.467Z | Downloaded futures-timer v3.0.3 |
657 | 2024-10-25T17:35:46.467Z | Downloaded futures-task v0.3.31 |
658 | 2024-10-25T17:35:46.467Z | Downloaded futures-sink v0.3.31 |
659 | 2024-10-25T17:35:46.467Z | Downloaded futures-macro v0.3.31 |
660 | 2024-10-25T17:35:46.467Z | Downloaded futures-io v0.3.31 |
661 | 2024-10-25T17:35:46.467Z | Downloaded futures-executor v0.3.31 |
662 | 2024-10-25T17:35:46.467Z | Downloaded futures-core v0.3.31 |
663 | 2024-10-25T17:35:46.467Z | Downloaded futures-channel v0.3.31 |
664 | 2024-10-25T17:35:46.467Z | Downloaded funty v2.0.0 |
665 | 2024-10-25T17:35:46.467Z | Downloaded foreign-types-macros v0.2.3 |
666 | 2024-10-25T17:35:46.467Z | Downloaded foreign-types v0.5.0 |
667 | 2024-10-25T17:35:46.467Z | Downloaded foreign-types v0.3.2 |
668 | 2024-10-25T17:35:46.467Z | Downloaded foldhash v0.1.3 |
669 | 2024-10-25T17:35:46.467Z | Downloaded fnv v1.0.7 |
670 | 2024-10-25T17:35:46.467Z | Downloaded float-ord v0.3.2 |
671 | 2024-10-25T17:35:46.467Z | Downloaded flagset v0.4.6 |
672 | 2024-10-25T17:35:46.467Z | Downloaded fixedbitset v0.4.2 |
673 | 2024-10-25T17:35:46.492Z | Downloaded filetime v0.2.25 |
674 | 2024-10-25T17:35:46.492Z | Downloaded ff v0.13.0 |
675 | 2024-10-25T17:35:46.492Z | Downloaded fastrand v2.1.1 |
676 | 2024-10-25T17:35:46.492Z | Downloaded fallible-iterator v0.3.0 |
677 | 2024-10-25T17:35:46.492Z | Downloaded fallible-iterator v0.2.0 |
678 | 2024-10-25T17:35:46.492Z | Downloaded event-listener-strategy v0.5.2 |
679 | 2024-10-25T17:35:46.492Z | Downloaded unicode-xid v0.2.6 |
680 | 2024-10-25T17:35:46.492Z | Downloaded unicode-truncate v1.1.0 |
681 | 2024-10-25T17:35:46.492Z | Downloaded unicode-segmentation v1.12.0 |
682 | 2024-10-25T17:35:46.492Z | Downloaded unicode-properties v0.1.3 |
683 | 2024-10-25T17:35:46.492Z | Downloaded unicode-normalization v0.1.24 |
684 | 2024-10-25T17:35:46.516Z | Downloaded unicode-linebreak v0.1.5 |
685 | 2024-10-25T17:35:46.516Z | Downloaded unicode-ident v1.0.13 |
686 | 2024-10-25T17:35:46.516Z | Downloaded unicode-bidi v0.3.17 |
687 | 2024-10-25T17:35:46.516Z | Downloaded unicase v2.7.0 |
688 | 2024-10-25T17:35:46.516Z | Downloaded unarray v0.1.4 |
689 | 2024-10-25T17:35:46.516Z | Downloaded ucd-trie v0.1.7 |
690 | 2024-10-25T17:35:46.516Z | Downloaded typify v0.2.0 |
691 | 2024-10-25T17:35:46.517Z | Downloaded typenum v1.17.0 |
692 | 2024-10-25T17:35:46.541Z | Downloaded typed-path v0.7.1 |
693 | 2024-10-25T17:35:46.541Z | Downloaded tungstenite v0.24.0 |
694 | 2024-10-25T17:35:46.541Z | Downloaded tungstenite v0.23.0 |
695 | 2024-10-25T17:35:46.541Z | Downloaded tungstenite v0.21.0 |
696 | 2024-10-25T17:35:46.541Z | Downloaded tui-tree-widget v0.22.0 |
697 | 2024-10-25T17:35:46.541Z | Downloaded trybuild v1.0.100 |
698 | 2024-10-25T17:35:46.565Z | Downloaded try-lock v0.2.5 |
699 | 2024-10-25T17:35:46.565Z | Downloaded tracing-core v0.1.32 |
700 | 2024-10-25T17:35:46.565Z | Downloaded tracing-attributes v0.1.27 |
701 | 2024-10-25T17:35:46.565Z | Downloaded tracing v0.1.40 |
702 | 2024-10-25T17:35:46.565Z | Downloaded tower-service v0.3.3 |
703 | 2024-10-25T17:35:46.566Z | Downloaded topological-sort v0.2.2 |
704 | 2024-10-25T17:35:46.566Z | Downloaded toolchain_find v0.4.0 |
705 | 2024-10-25T17:35:46.566Z | Downloaded toml_edit v0.22.22 |
706 | 2024-10-25T17:35:46.595Z | Downloaded toml_edit v0.19.15 |
707 | 2024-10-25T17:35:46.621Z | Downloaded toml_datetime v0.6.8 |
708 | 2024-10-25T17:35:46.645Z | Downloaded toml v0.8.19 |
709 | 2024-10-25T17:35:46.645Z | Downloaded toml v0.7.8 |
710 | 2024-10-25T17:35:46.645Z | Downloaded tokio-util v0.7.12 |
711 | 2024-10-25T17:35:46.645Z | Downloaded tokio-tungstenite v0.24.0 |
712 | 2024-10-25T17:35:46.645Z | Downloaded tokio-tungstenite v0.23.1 |
713 | 2024-10-25T17:35:46.645Z | Downloaded tokio-tungstenite v0.21.0 |
714 | 2024-10-25T17:35:46.670Z | Downloaded reqwest v0.11.27 |
715 | 2024-10-25T17:35:46.670Z | Downloaded regex v1.11.0 |
716 | 2024-10-25T17:35:46.694Z | Downloaded rcgen v0.12.1 |
717 | 2024-10-25T17:35:46.694Z | Downloaded rand_seeder v0.3.0 |
718 | 2024-10-25T17:35:46.694Z | Downloaded radix_trie v0.2.1 |
719 | 2024-10-25T17:35:46.694Z | Downloaded match_cfg v0.1.0 |
720 | 2024-10-25T17:35:46.694Z | Downloaded macaddr v1.0.1 |
721 | 2024-10-25T17:35:46.694Z | Downloaded lru v0.12.5 |
722 | 2024-10-25T17:35:46.718Z | Downloaded linked-hash-map v0.5.6 |
723 | 2024-10-25T17:35:46.718Z | Downloaded libtest-mimic v0.7.3 |
724 | 2024-10-25T17:35:46.718Z | Downloaded libsw v3.3.1 |
725 | 2024-10-25T17:35:46.718Z | Downloaded libloading v0.8.5 |
726 | 2024-10-25T17:35:46.718Z | Downloaded lazy_static v1.5.0 |
727 | 2024-10-25T17:35:46.718Z | Downloaded kv-log-macro v1.0.7 |
728 | 2024-10-25T17:35:46.718Z | Downloaded kstat-rs v0.2.4 |
729 | 2024-10-25T17:35:46.718Z | Downloaded keccak v0.1.5 |
730 | 2024-10-25T17:35:46.718Z | Downloaded itoa v1.0.11 |
731 | 2024-10-25T17:35:46.718Z | Downloaded is_terminal_polyfill v1.70.1 |
732 | 2024-10-25T17:35:46.718Z | Downloaded is_ci v1.2.0 |
733 | 2024-10-25T17:35:46.719Z | Downloaded ipnetwork v0.20.0 |
734 | 2024-10-25T17:35:46.743Z | Downloaded instant v0.1.13 |
735 | 2024-10-25T17:35:46.743Z | Downloaded instability v0.3.2 |
736 | 2024-10-25T17:35:46.743Z | Downloaded indoc v2.0.5 |
737 | 2024-10-25T17:35:46.743Z | Downloaded iana-time-zone v0.1.61 |
738 | 2024-10-25T17:35:46.743Z | Downloaded httpdate v1.0.3 |
739 | 2024-10-25T17:35:46.743Z | Downloaded httparse v1.9.5 |
740 | 2024-10-25T17:35:46.743Z | Downloaded hostname v0.4.0 |
741 | 2024-10-25T17:35:46.743Z | Downloaded home v0.5.9 |
742 | 2024-10-25T17:35:46.743Z | Downloaded hickory-client v0.24.1 |
743 | 2024-10-25T17:35:46.743Z | Downloaded hex-literal v0.4.1 |
744 | 2024-10-25T17:35:46.743Z | Downloaded heck v0.5.0 |
745 | 2024-10-25T17:35:46.767Z | Downloaded heck v0.4.1 |
746 | 2024-10-25T17:35:46.767Z | Downloaded heapless v0.7.17 |
747 | 2024-10-25T17:35:46.767Z | Downloaded headers-core v0.3.0 |
748 | 2024-10-25T17:35:46.767Z | Downloaded headers v0.4.0 |
749 | 2024-10-25T17:35:46.767Z | Downloaded chrono-tz v0.10.0 |
750 | 2024-10-25T17:35:46.792Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
751 | 2024-10-25T17:35:46.792Z | Downloaded tokio-stream v0.1.16 |
752 | 2024-10-25T17:35:46.817Z | Downloaded tokio-rustls v0.26.0 |
753 | 2024-10-25T17:35:46.817Z | Downloaded tokio-rustls v0.25.0 |
754 | 2024-10-25T17:35:46.817Z | Downloaded rustfmt-wrapper v0.2.1 |
755 | 2024-10-25T17:35:46.817Z | Downloaded rustc_version v0.4.1 |
756 | 2024-10-25T17:35:46.817Z | Downloaded rustc_version v0.1.7 |
757 | 2024-10-25T17:35:46.817Z | Downloaded rustc-hash v2.0.0 |
758 | 2024-10-25T17:35:46.817Z | Downloaded rustc-demangle v0.1.24 |
759 | 2024-10-25T17:35:46.817Z | Downloaded rust-argon2 v2.1.0 |
760 | 2024-10-25T17:35:46.817Z | Downloaded russh-keys v0.45.0 |
761 | 2024-10-25T17:35:46.817Z | Downloaded russh-cryptovec v0.7.3 |
762 | 2024-10-25T17:35:46.817Z | Downloaded russh v0.45.0 |
763 | 2024-10-25T17:35:46.841Z | Downloaded rusqlite v0.32.1 |
764 | 2024-10-25T17:35:46.841Z | Downloaded rstest_macros v0.23.0 |
765 | 2024-10-25T17:35:46.841Z | Downloaded rstest v0.23.0 |
766 | 2024-10-25T17:35:46.865Z | Downloaded rsa v0.9.6 |
767 | 2024-10-25T17:35:46.865Z | Downloaded ron v0.8.1 |
768 | 2024-10-25T17:35:46.865Z | Downloaded ron v0.7.1 |
769 | 2024-10-25T17:35:46.865Z | Downloaded rfc6979 v0.4.0 |
770 | 2024-10-25T17:35:46.890Z | Downloaded resolv-conf v0.7.0 |
771 | 2024-10-25T17:35:46.890Z | Downloaded reqwest v0.12.8 |
772 | 2024-10-25T17:35:46.890Z | Downloaded ref-cast-impl v1.0.23 |
773 | 2024-10-25T17:35:46.890Z | Downloaded r2d2 v0.8.10 |
774 | 2024-10-25T17:35:46.890Z | Downloaded is-terminal v0.4.13 |
775 | 2024-10-25T17:35:46.890Z | Downloaded ipnet v2.10.1 |
776 | 2024-10-25T17:35:46.890Z | Downloaded internet-checksum v0.2.1 |
777 | 2024-10-25T17:35:46.890Z | Downloaded indent_write v2.2.0 |
778 | 2024-10-25T17:35:46.890Z | Downloaded hyper-tls v0.6.0 |
779 | 2024-10-25T17:35:46.914Z | Downloaded hyper-rustls v0.27.3 |
780 | 2024-10-25T17:35:46.914Z | Downloaded hubpack_derive v0.1.1 |
781 | 2024-10-25T17:35:46.914Z | Downloaded httptest v0.16.1 |
782 | 2024-10-25T17:35:46.914Z | Downloaded hostname v0.3.1 |
783 | 2024-10-25T17:35:46.914Z | Downloaded hex v0.4.3 |
784 | 2024-10-25T17:35:46.914Z | Downloaded heck v0.3.3 |
785 | 2024-10-25T17:35:46.914Z | Downloaded hash32 v0.3.1 |
786 | 2024-10-25T17:35:46.915Z | Downloaded hash32 v0.2.1 |
787 | 2024-10-25T17:35:46.915Z | Downloaded half v2.4.1 |
788 | 2024-10-25T17:35:46.915Z | Downloaded h2 v0.4.6 |
789 | 2024-10-25T17:35:46.939Z | Downloaded h2 v0.3.26 |
790 | 2024-10-25T17:35:46.939Z | Downloaded guppy-workspace-hack v0.1.0 |
791 | 2024-10-25T17:35:46.939Z | Downloaded guppy v0.17.8 |
792 | 2024-10-25T17:35:46.963Z | Downloaded group v0.13.0 |
793 | 2024-10-25T17:35:46.963Z | Downloaded goblin v0.8.2 |
794 | 2024-10-25T17:35:46.963Z | Downloaded globset v0.4.15 |
795 | 2024-10-25T17:35:46.963Z | Downloaded git2 v0.19.0 |
796 | 2024-10-25T17:35:46.987Z | Downloaded gimli v0.31.1 |
797 | 2024-10-25T17:35:46.987Z | Downloaded fs-err v2.11.0 |
798 | 2024-10-25T17:35:46.987Z | Downloaded fragile v2.0.0 |
799 | 2024-10-25T17:35:46.987Z | Downloaded form_urlencoded v1.2.1 |
800 | 2024-10-25T17:35:46.987Z | Downloaded foreign-types-shared v0.1.1 |
801 | 2024-10-25T17:35:46.987Z | Downloaded flate2 v1.0.34 |
802 | 2024-10-25T17:35:47.012Z | Downloaded bindgen v0.69.5 |
803 | 2024-10-25T17:35:47.012Z | Downloaded rtoolbox v0.0.2 |
804 | 2024-10-25T17:35:47.012Z | Downloaded rpassword v7.3.1 |
805 | 2024-10-25T17:35:47.012Z | Downloaded relative-path v1.9.3 |
806 | 2024-10-25T17:35:47.012Z | Downloaded ref-cast v1.0.23 |
807 | 2024-10-25T17:35:47.012Z | Downloaded rayon-core v1.12.1 |
808 | 2024-10-25T17:35:47.036Z | Downloaded rand_distr v0.4.3 |
809 | 2024-10-25T17:35:47.036Z | Downloaded rand_core v0.6.4 |
810 | 2024-10-25T17:35:47.036Z | Downloaded rand_chacha v0.3.1 |
811 | 2024-10-25T17:35:47.036Z | Downloaded rand v0.8.5 |
812 | 2024-10-25T17:35:47.036Z | Downloaded radium v0.7.0 |
813 | 2024-10-25T17:35:47.036Z | Downloaded matches v0.1.10 |
814 | 2024-10-25T17:35:47.036Z | Downloaded inout v0.1.3 |
815 | 2024-10-25T17:35:47.036Z | Downloaded http-body v1.0.1 |
816 | 2024-10-25T17:35:47.036Z | Downloaded hashlink v0.9.1 |
817 | 2024-10-25T17:35:47.036Z | Downloaded hashbrown v0.13.2 |
818 | 2024-10-25T17:35:47.061Z | Downloaded hashbrown v0.12.3 |
819 | 2024-10-25T17:35:47.061Z | Downloaded fd-lock v4.0.2 |
820 | 2024-10-25T17:35:47.061Z | Downloaded fallible-streaming-iterator v0.1.9 |
821 | 2024-10-25T17:35:47.061Z | Downloaded ciborium-io v0.2.2 |
822 | 2024-10-25T17:35:47.061Z | Downloaded ciborium v0.2.2 |
823 | 2024-10-25T17:35:47.061Z | Downloaded chrono v0.4.38 |
824 | 2024-10-25T17:35:47.085Z | Downloaded cfg-if v1.0.0 |
825 | 2024-10-25T17:35:47.085Z | Downloaded cfg-expr v0.17.0 |
826 | 2024-10-25T17:35:47.085Z | Downloaded cc v1.1.30 |
827 | 2024-10-25T17:35:47.085Z | Downloaded cast v0.3.0 |
828 | 2024-10-25T17:35:47.085Z | Downloaded cassowary v0.3.0 |
829 | 2024-10-25T17:35:47.085Z | Downloaded cargo-platform v0.1.8 |
830 | 2024-10-25T17:35:47.085Z | Downloaded bstr v1.10.0 |
831 | 2024-10-25T17:35:47.111Z | Downloaded blowfish v0.9.1 |
832 | 2024-10-25T17:35:47.111Z | Downloaded blocking v1.6.1 |
833 | 2024-10-25T17:35:47.111Z | Downloaded block-padding v0.3.3 |
834 | 2024-10-25T17:35:47.111Z | Downloaded block-buffer v0.10.4 |
835 | 2024-10-25T17:35:47.111Z | Downloaded blake3 v1.5.4 |
836 | 2024-10-25T17:35:47.135Z | Downloaded blake2 v0.10.6 |
837 | 2024-10-25T17:35:47.135Z | Downloaded bitvec v1.0.1 |
838 | 2024-10-25T17:35:47.159Z | Downloaded bitflags v1.3.2 |
839 | 2024-10-25T17:35:47.159Z | Downloaded bitfield v0.14.0 |
840 | 2024-10-25T17:35:47.159Z | Downloaded bit-vec v0.6.3 |
841 | 2024-10-25T17:35:47.159Z | Downloaded bcs v0.1.6 |
842 | 2024-10-25T17:35:47.159Z | Downloaded bb8 v0.8.5 |
843 | 2024-10-25T17:35:47.159Z | Downloaded base64ct v1.6.0 |
844 | 2024-10-25T17:35:47.159Z | Downloaded base64 v0.21.7 |
845 | 2024-10-25T17:35:47.184Z | Downloaded base64 v0.13.1 |
846 | 2024-10-25T17:35:47.184Z | Downloaded backtrace v0.3.74 |
847 | 2024-10-25T17:35:47.184Z | Downloaded autocfg v1.4.0 |
848 | 2024-10-25T17:35:47.184Z | Downloaded async-std v1.13.0 |
849 | 2024-10-25T17:35:47.208Z | Downloaded ghash v0.5.1 |
850 | 2024-10-25T17:35:47.208Z | Downloaded foreign-types-shared v0.3.1 |
851 | 2024-10-25T17:35:47.208Z | Downloaded float-cmp v0.9.0 |
852 | 2024-10-25T17:35:47.208Z | Downloaded cipher v0.4.4 |
853 | 2024-10-25T17:35:47.208Z | Downloaded chacha20 v0.9.1 |
854 | 2024-10-25T17:35:47.233Z | Downloaded cfg_aliases v0.2.1 |
855 | 2024-10-25T17:35:47.233Z | Downloaded cbc v0.1.2 |
856 | 2024-10-25T17:35:47.233Z | Downloaded camino-tempfile v1.1.1 |
857 | 2024-10-25T17:35:47.233Z | Downloaded camino v1.1.9 |
858 | 2024-10-25T17:35:47.233Z | Downloaded bzip2 v0.4.4 |
859 | 2024-10-25T17:35:47.233Z | Downloaded bytes v1.7.2 |
860 | 2024-10-25T17:35:47.233Z | Downloaded bytecount v0.6.8 |
861 | 2024-10-25T17:35:47.233Z | Downloaded buf-list v1.0.3 |
862 | 2024-10-25T17:35:47.233Z | Downloaded blake2b_simd v1.0.2 |
863 | 2024-10-25T17:35:47.233Z | Downloaded bitflags v2.6.0 |
864 | 2024-10-25T17:35:47.257Z | Downloaded bitfield-struct v0.6.2 |
865 | 2024-10-25T17:35:47.257Z | Downloaded bit-set v0.5.3 |
866 | 2024-10-25T17:35:47.257Z | Downloaded bcrypt-pbkdf v0.10.0 |
867 | 2024-10-25T17:35:47.257Z | Downloaded base64 v0.22.1 |
868 | 2024-10-25T17:35:47.257Z | Downloaded base16ct v0.2.0 |
869 | 2024-10-25T17:35:47.257Z | Downloaded backoff v0.4.0 |
870 | 2024-10-25T17:35:47.257Z | Downloaded atomicwrites v0.4.4 |
871 | 2024-10-25T17:35:47.257Z | Downloaded async-trait v0.1.83 |
872 | 2024-10-25T17:35:47.282Z | Downloaded async-task v4.7.1 |
873 | 2024-10-25T17:35:47.282Z | Downloaded async-stream v0.3.6 |
874 | 2024-10-25T17:35:47.282Z | Downloaded async-recursion v1.1.1 |
875 | 2024-10-25T17:35:47.282Z | Downloaded async-process v2.3.0 |
876 | 2024-10-25T17:35:47.282Z | Downloaded async-lock v3.4.0 |
877 | 2024-10-25T17:35:47.282Z | Downloaded async-io v2.3.4 |
878 | 2024-10-25T17:35:47.282Z | Downloaded async-executor v1.13.1 |
879 | 2024-10-25T17:35:47.282Z | Downloaded async-channel v2.3.1 |
880 | 2024-10-25T17:35:47.307Z | Downloaded async-bb8-diesel v0.2.1 |
881 | 2024-10-25T17:35:47.307Z | Downloaded async-attributes v1.1.2 |
882 | 2024-10-25T17:35:47.307Z | Downloaded assert_cmd v2.0.16 |
883 | 2024-10-25T17:35:47.307Z | Downloaded ascii-canvas v3.0.0 |
884 | 2024-10-25T17:35:47.307Z | Downloaded arrayvec v0.7.6 |
885 | 2024-10-25T17:35:47.307Z | Downloaded array-init v0.0.4 |
886 | 2024-10-25T17:35:47.307Z | Downloaded argon2 v0.5.3 |
887 | 2024-10-25T17:35:47.307Z | Downloaded arc-swap v1.7.1 |
888 | 2024-10-25T17:35:47.307Z | Downloaded approx v0.5.1 |
889 | 2024-10-25T17:35:47.307Z | Downloaded anyhow v1.0.89 |
890 | 2024-10-25T17:35:47.331Z | Downloaded anstyle-parse v0.2.5 |
891 | 2024-10-25T17:35:47.331Z | Downloaded anstyle v1.0.8 |
892 | 2024-10-25T17:35:47.331Z | Downloaded aho-corasick v1.1.3 |
893 | 2024-10-25T17:35:47.331Z | Downloaded ahash v0.8.11 |
894 | 2024-10-25T17:35:47.331Z | Downloaded aes-gcm v0.10.3 |
895 | 2024-10-25T17:35:47.331Z | Downloaded aes v0.8.4 |
896 | 2024-10-25T17:35:47.356Z | Downloaded addr2line v0.24.2 |
897 | 2024-10-25T17:35:47.356Z | Downloaded chacha20poly1305 v0.10.1 |
898 | 2024-10-25T17:35:47.356Z | Downloaded cexpr v0.6.0 |
899 | 2024-10-25T17:35:47.356Z | Downloaded castaway v0.2.3 |
900 | 2024-10-25T17:35:47.356Z | Downloaded cargo_metadata v0.18.1 |
901 | 2024-10-25T17:35:47.356Z | Downloaded cancel-safe-futures v0.1.5 |
902 | 2024-10-25T17:35:47.356Z | Downloaded byteorder v1.5.0 |
903 | 2024-10-25T17:35:47.356Z | Downloaded async-global-executor v2.4.1 |
904 | 2024-10-25T17:35:47.356Z | Downloaded assert-json-diff v2.0.2 |
905 | 2024-10-25T17:35:47.381Z | Downloaded arrayref v0.3.9 |
906 | 2024-10-25T17:35:47.381Z | Downloaded anstyle-query v1.1.1 |
907 | 2024-10-25T17:35:47.381Z | Downloaded anstream v0.6.15 |
908 | 2024-10-25T17:35:47.381Z | Downloaded anes v0.1.6 |
909 | 2024-10-25T17:35:47.381Z | Downloaded allocator-api2 v0.2.18 |
910 | 2024-10-25T17:35:47.381Z | Downloaded aead v0.5.2 |
911 | 2024-10-25T17:35:47.381Z | Downloaded adler2 v2.0.0 |
912 | 2024-10-25T17:35:47.381Z | Downloaded cfg_aliases v0.1.1 |
913 | 2024-10-25T17:35:47.381Z | Downloaded atomic-waker v1.1.2 |
914 | 2024-10-25T17:35:47.381Z | Downloaded async-signal v0.2.10 |
915 | 2024-10-25T17:35:47.381Z | Downloaded async-channel v1.9.0 |
916 | 2024-10-25T17:35:47.405Z | Downloaded assert_matches v1.5.0 |
917 | 2024-10-25T17:35:47.706Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
918 | 2024-10-25T17:35:57.539Z | Startup: Refreshing catalog 'helios-dev' ... Done |
919 | 2024-10-25T17:36:01.383Z | Startup: Caching catalogs ... Done |
920 | 2024-10-25T17:36:09.501Z | Planning: Solver setup ... Done (7.307s) |
921 | 2024-10-25T17:36:09.608Z | Planning: Running solver ... Done (0.107s) |
922 | 2024-10-25T17:36:09.684Z | Planning: Finding local manifests ... Done (0.002s) |
923 | 2024-10-25T17:36:09.763Z | Planning: Fetching manifests: 0/5 0% complete |
924 | 2024-10-25T17:36:10.202Z | Planning: Fetching manifests: 5/5 100% complete |
925 | 2024-10-25T17:36:10.316Z | Planning: Package planning ... Done (0.114s) |
926 | 2024-10-25T17:36:10.384Z | Planning: Merging actions ... Done (0.067s) |
927 | 2024-10-25T17:36:10.611Z | Planning: Checking for conflicting actions ... Done (0.227s) |
928 | 2024-10-25T17:36:11.656Z | Planning: Consolidating action changes ... Done (1.045s) |
929 | 2024-10-25T17:36:12.051Z | Planning: Evaluating mediators ... Done (0.395s) |
930 | 2024-10-25T17:36:12.145Z | Planning: Planning completed in 10.69 seconds |
931 | 2024-10-25T17:36:12.169Z | Packages to install: 4 |
932 | 2024-10-25T17:36:12.169Z | Packages to update: 1 |
933 | 2024-10-25T17:36:12.169Z | Mediators to change: 2 |
934 | 2024-10-25T17:36:12.169Z | Services to change: 1 |
935 | 2024-10-25T17:36:12.169Z | Estimated space available: 148.49 GB |
936 | 2024-10-25T17:36:12.169Z | Estimated space to be consumed: 1.58 GB |
937 | 2024-10-25T17:36:12.169Z | Create boot environment: No |
938 | 2024-10-25T17:36:12.169Z | Create backup boot environment: Yes |
939 | 2024-10-25T17:36:12.169Z | Rebuild boot archive: No |
940 | 2024-10-25T17:36:12.169Z | |
941 | 2024-10-25T17:36:12.169Z | Changed mediators: |
942 | 2024-10-25T17:36:12.169Z | mediator clang: |
943 | 2024-10-25T17:36:12.169Z | version: None -> 15 (system default) |
944 | 2024-10-25T17:36:12.169Z | |
945 | 2024-10-25T17:36:12.169Z | mediator llvm: |
946 | 2024-10-25T17:36:12.169Z | version: 14 (system default) -> 15 (system default) |
947 | 2024-10-25T17:36:12.169Z | |
948 | 2024-10-25T17:36:12.169Z | Changed packages: |
949 | 2024-10-25T17:36:12.170Z | helios-dev |
950 | 2024-10-25T17:36:12.170Z | developer/build-essential |
951 | 2024-10-25T17:36:12.170Z | None -> 11-2.0 |
952 | 2024-10-25T17:36:12.170Z | library/libxmlsec1 |
953 | 2024-10-25T17:36:12.170Z | None -> 1.2.35-2.0 |
954 | 2024-10-25T17:36:12.170Z | ooce/developer/clang-15 |
955 | 2024-10-25T17:36:12.170Z | None -> 15.0.7-2.0 |
956 | 2024-10-25T17:36:12.170Z | ooce/developer/llvm-15 |
957 | 2024-10-25T17:36:12.170Z | None -> 15.0.7-2.0 |
958 | 2024-10-25T17:36:12.170Z | package/pkg |
959 | 2024-10-25T17:36:12.170Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
960 | 2024-10-25T17:36:12.170Z | |
961 | 2024-10-25T17:36:12.170Z | Services: |
962 | 2024-10-25T17:36:12.170Z | restart_fmri: |
963 | 2024-10-25T17:36:12.170Z | svc:/system/update-man-index:default |
964 | 2024-10-25T17:36:12.170Z | |
965 | 2024-10-25T17:36:12.170Z | Editable files to change: |
966 | 2024-10-25T17:36:12.170Z | Update: |
967 | 2024-10-25T17:36:12.170Z | usr/share/lib/pkg/web/config.shtml |
968 | 2024-10-25T17:36:12.231Z | |
969 | 2024-10-25T17:36:12.232Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
970 | 2024-10-25T17:36:17.235Z | Download: 1262/4281 items 91.7/220.6MB 41% complete (18.4M/s) |
971 | 2024-10-25T17:36:22.237Z | Download: 2623/4281 items 120.6/220.6MB 54% complete (12.2M/s) |
972 | 2024-10-25T17:36:27.243Z | Download: 3248/4281 items 202.5/220.6MB 91% complete (12.0M/s) |
973 | 2024-10-25T17:36:30.288Z | Download: Completed 220.60 MB in 18.06 seconds (12.2M/s) |
974 | 2024-10-25T17:36:31.774Z | Actions: 1/5063 actions (Removing old actions) |
975 | 2024-10-25T17:36:31.798Z | Actions: 194/5063 actions (Installing new actions) |
976 | 2024-10-25T17:36:37.016Z | Actions: 3832/5063 actions (Installing new actions) |
977 | 2024-10-25T17:36:37.433Z | Actions: 4226/5063 actions (Updating modified actions) |
978 | 2024-10-25T17:36:37.801Z | Actions: Completed 5063 actions in 6.03 seconds. |
979 | 2024-10-25T17:36:38.313Z | Done (0.503s) |
980 | 2024-10-25T17:36:38.336Z | Done (0.000s) |
981 | 2024-10-25T17:36:38.967Z | Done (0.653s) |
982 | 2024-10-25T17:36:43.836Z | Done (4.707s) |
983 | 2024-10-25T17:36:43.935Z | Done (0.018s) |
984 | 2024-10-25T17:36:43.935Z | Done (0.000s) |
985 | 2024-10-25T17:36:44.140Z | Done (0.000s) |
986 | 2024-10-25T17:36:44.900Z | Planning: Evaluating mediator changes ... Done |
987 | 2024-10-25T17:36:45.159Z | Planning: Checking for conflicting actions ... Done |
988 | 2024-10-25T17:36:45.182Z | Planning: Consolidating action changes ... Done |
989 | 2024-10-25T17:36:45.488Z | Planning: Evaluating mediators ... Done |
990 | 2024-10-25T17:36:45.512Z | Planning: Planning completed in 0.59 seconds |
991 | 2024-10-25T17:36:45.536Z | Mediators to change: 2 |
992 | 2024-10-25T17:36:45.536Z | Create boot environment: No |
993 | 2024-10-25T17:36:45.536Z | Create backup boot environment: No |
994 | 2024-10-25T17:36:45.592Z | Done |
995 | 2024-10-25T17:36:45.592Z | Done |
996 | 2024-10-25T17:36:46.056Z | Done |
997 | 2024-10-25T17:36:50.282Z | Done |
998 | 2024-10-25T17:36:50.374Z | Done |
999 | 2024-10-25T17:36:50.398Z | Done |
1000 | 2024-10-25T17:36:50.469Z | Done |
1001 | 2024-10-25T17:36:51.193Z | Planning: Evaluating mediator changes ... Done |
1002 | 2024-10-25T17:36:51.218Z | Planning: Merging actions ... Done |
1003 | 2024-10-25T17:36:51.426Z | Planning: Checking for conflicting actions ... Done |
1004 | 2024-10-25T17:36:51.450Z | Planning: Consolidating action changes ... Done |
1005 | 2024-10-25T17:36:51.744Z | Planning: Evaluating mediators ... Done |
1006 | 2024-10-25T17:36:51.811Z | Planning: Planning completed in 0.92 seconds |
1007 | 2024-10-25T17:36:51.857Z | Packages to change: 1 |
1008 | 2024-10-25T17:36:51.857Z | Mediators to change: 1 |
1009 | 2024-10-25T17:36:51.857Z | Services to change: 1 |
1010 | 2024-10-25T17:36:51.857Z | Create boot environment: No |
1011 | 2024-10-25T17:36:51.857Z | Create backup boot environment: Yes |
1012 | 2024-10-25T17:36:53.469Z | Actions: 1/6 actions (Updating modified actions) |
1013 | 2024-10-25T17:36:53.493Z | Actions: Completed 6 actions in 0.00 seconds. |
1014 | 2024-10-25T17:36:53.493Z | Done |
1015 | 2024-10-25T17:36:53.493Z | Done |
1016 | 2024-10-25T17:36:53.590Z | Done |
1017 | 2024-10-25T17:36:57.814Z | Done |
1018 | 2024-10-25T17:36:57.907Z | Done |
1019 | 2024-10-25T17:36:57.930Z | Done |
1020 | 2024-10-25T17:36:58.001Z | Done |
1021 | 2024-10-25T17:36:58.503Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1022 | 2024-10-25T17:36:58.503Z | clang system 15 system |
1023 | 2024-10-25T17:36:58.503Z | csh system system illumos |
1024 | 2024-10-25T17:36:58.503Z | ctags system system illumos |
1025 | 2024-10-25T17:36:58.503Z | gcc vendor 12 vendor |
1026 | 2024-10-25T17:36:58.503Z | gcc system 10 system |
1027 | 2024-10-25T17:36:58.503Z | gcc system 7 system |
1028 | 2024-10-25T17:36:58.503Z | go system 1.20 system |
1029 | 2024-10-25T17:36:58.503Z | go system 1.19 system |
1030 | 2024-10-25T17:36:58.503Z | llvm system 15 system |
1031 | 2024-10-25T17:36:58.503Z | llvm system 14 system |
1032 | 2024-10-25T17:36:58.503Z | mariadb system 10.6 system |
1033 | 2024-10-25T17:36:58.503Z | mta vendor vendor dma |
1034 | 2024-10-25T17:36:58.503Z | openjdk system 17 system |
1035 | 2024-10-25T17:36:58.503Z | openjdk system 11 system |
1036 | 2024-10-25T17:36:58.503Z | openjdk system 1.8 system |
1037 | 2024-10-25T17:36:58.503Z | openssl vendor 3 vendor |
1038 | 2024-10-25T17:36:58.503Z | perl system 5.36 system |
1039 | 2024-10-25T17:36:58.503Z | postgresql system 15 system |
1040 | 2024-10-25T17:36:58.503Z | postgresql system 13 system |
1041 | 2024-10-25T17:36:58.503Z | python vendor 3 vendor |
1042 | 2024-10-25T17:36:58.503Z | python system 2 system |
1043 | 2024-10-25T17:36:58.504Z | python3 system 3.11 system |
1044 | 2024-10-25T17:36:58.504Z | ruby system 3.0 system |
1045 | 2024-10-25T17:36:58.504Z | words vendor vendor american-english |
1046 | 2024-10-25T17:36:58.504Z | words system system australian-english |
1047 | 2024-10-25T17:36:58.504Z | words system system british-english |
1048 | 2024-10-25T17:36:58.504Z | words system system canadian-english |
1049 | 2024-10-25T17:36:58.504Z | words system system french |
1050 | 2024-10-25T17:36:58.504Z | words system system italian |
1051 | 2024-10-25T17:36:58.504Z | words system system ngerman |
1052 | 2024-10-25T17:36:58.504Z | words system system ogerman |
1053 | 2024-10-25T17:36:58.504Z | words system system spanish |
1054 | 2024-10-25T17:36:58.900Z | PUBLISHER TYPE STATUS P LOCATION |
1055 | 2024-10-25T17:36:58.901Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1056 | 2024-10-25T17:37:01.749Z | FMRI IFO |
1057 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1058 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1059 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1060 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1061 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1062 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1063 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1064 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1065 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1066 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1067 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1068 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1069 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1070 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1071 | 2024-10-25T17:37:01.749Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1072 | 2024-10-25T17:37:02.940Z | Downloading crates ... |
1073 | 2024-10-25T17:37:03.023Z | Downloaded cargo_toml v0.20.5 |
1074 | 2024-10-25T17:37:03.120Z | Compiling proc-macro2 v1.0.87 |
1075 | 2024-10-25T17:37:03.120Z | Compiling unicode-ident v1.0.13 |
1076 | 2024-10-25T17:37:03.144Z | Compiling version_check v0.9.5 |
1077 | 2024-10-25T17:37:03.144Z | Compiling serde v1.0.210 |
1078 | 2024-10-25T17:37:03.144Z | Compiling memchr v2.7.4 |
1079 | 2024-10-25T17:37:03.144Z | Compiling thiserror v1.0.64 |
1080 | 2024-10-25T17:37:03.144Z | Compiling libc v0.2.161 |
1081 | 2024-10-25T17:37:03.144Z | Compiling ryu v1.0.18 |
1082 | 2024-10-25T17:37:03.374Z | Compiling itoa v1.0.11 |
1083 | 2024-10-25T17:37:03.493Z | Compiling ucd-trie v0.1.7 |
1084 | 2024-10-25T17:37:03.763Z | Compiling once_cell v1.20.2 |
1085 | 2024-10-25T17:37:03.833Z | Compiling byteorder v1.5.0 |
1086 | 2024-10-25T17:37:04.056Z | Compiling rustix v0.38.37 |
1087 | 2024-10-25T17:37:04.125Z | Compiling serde_json v1.0.128 |
1088 | 2024-10-25T17:37:04.164Z | Compiling bitflags v2.6.0 |
1089 | 2024-10-25T17:37:04.416Z | Compiling proc-macro-error-attr v1.0.4 |
1090 | 2024-10-25T17:37:04.536Z | Compiling usdt-impl v0.5.0 |
1091 | 2024-10-25T17:37:04.563Z | Compiling syn v1.0.109 |
1092 | 2024-10-25T17:37:04.588Z | Compiling quote v1.0.37 |
1093 | 2024-10-25T17:37:04.750Z | Compiling proc-macro-error v1.0.4 |
1094 | 2024-10-25T17:37:04.833Z | Compiling hashbrown v0.15.0 |
1095 | 2024-10-25T17:37:04.994Z | Compiling syn v2.0.79 |
1096 | 2024-10-25T17:37:05.018Z | Compiling errno v0.3.9 |
1097 | 2024-10-25T17:37:05.197Z | Compiling log v0.4.22 |
1098 | 2024-10-25T17:37:05.221Z | Compiling thread-id v4.2.2 |
1099 | 2024-10-25T17:37:05.248Z | Compiling utf8parse v0.2.2 |
1100 | 2024-10-25T17:37:05.307Z | Compiling equivalent v1.0.1 |
1101 | 2024-10-25T17:37:05.331Z | Compiling camino v1.1.9 |
1102 | 2024-10-25T17:37:05.386Z | Compiling plain v0.2.3 |
1103 | 2024-10-25T17:37:05.416Z | Compiling anstyle-parse v0.2.5 |
1104 | 2024-10-25T17:37:05.702Z | Compiling colorchoice v1.0.2 |
1105 | 2024-10-25T17:37:05.839Z | Compiling indexmap v2.6.0 |
1106 | 2024-10-25T17:37:05.873Z | Compiling anstyle-query v1.1.1 |
1107 | 2024-10-25T17:37:05.913Z | Compiling semver v1.0.23 |
1108 | 2024-10-25T17:37:05.939Z | Compiling autocfg v1.4.0 |
1109 | 2024-10-25T17:37:06.004Z | Compiling unicode-width v0.1.14 |
1110 | 2024-10-25T17:37:06.095Z | Compiling anstyle v1.0.8 |
1111 | 2024-10-25T17:37:06.330Z | Compiling is_terminal_polyfill v1.70.1 |
1112 | 2024-10-25T17:37:06.429Z | Compiling winnow v0.6.20 |
1113 | 2024-10-25T17:37:06.452Z | Compiling pretty-hex v0.4.1 |
1114 | 2024-10-25T17:37:06.476Z | Compiling anstream v0.6.15 |
1115 | 2024-10-25T17:37:06.937Z | Compiling fs-err v2.11.0 |
1116 | 2024-10-25T17:37:06.961Z | Compiling terminal_size v0.4.0 |
1117 | 2024-10-25T17:37:07.152Z | Compiling fnv v1.0.7 |
1118 | 2024-10-25T17:37:07.175Z | Compiling heck v0.5.0 |
1119 | 2024-10-25T17:37:07.239Z | Compiling strsim v0.11.1 |
1120 | 2024-10-25T17:37:07.282Z | Compiling bytecount v0.6.8 |
1121 | 2024-10-25T17:37:07.494Z | Compiling clap_lex v0.7.2 |
1122 | 2024-10-25T17:37:07.517Z | Compiling anyhow v1.0.89 |
1123 | 2024-10-25T17:37:07.602Z | Compiling fastrand v2.1.1 |
1124 | 2024-10-25T17:37:07.658Z | Compiling cfg-if v1.0.0 |
1125 | 2024-10-25T17:37:07.747Z | Compiling heck v0.4.1 |
1126 | 2024-10-25T17:37:08.151Z | Compiling tempfile v3.13.0 |
1127 | 2024-10-25T17:37:08.189Z | Compiling clap_builder v4.5.20 |
1128 | 2024-10-25T17:37:08.287Z | Compiling papergrid v0.11.0 |
1129 | 2024-10-25T17:37:08.480Z | Compiling memmap v0.7.0 |
1130 | 2024-10-25T17:37:08.690Z | Compiling smawk v0.3.2 |
1131 | 2024-10-25T17:37:08.782Z | Compiling unicode-linebreak v0.1.5 |
1132 | 2024-10-25T17:37:09.190Z | Compiling textwrap v0.16.1 |
1133 | 2024-10-25T17:37:09.395Z | Compiling swrite v0.1.0 |
1134 | 2024-10-25T17:37:10.449Z | Compiling tabled_derive v0.7.0 |
1135 | 2024-10-25T17:37:11.933Z | Compiling tabled v0.15.0 |
1136 | 2024-10-25T17:37:12.862Z | Compiling serde_derive v1.0.210 |
1137 | 2024-10-25T17:37:12.862Z | Compiling thiserror-impl v1.0.64 |
1138 | 2024-10-25T17:37:12.885Z | Compiling zerocopy-derive v0.7.35 |
1139 | 2024-10-25T17:37:12.886Z | Compiling scroll_derive v0.12.0 |
1140 | 2024-10-25T17:37:12.909Z | Compiling clap_derive v4.5.18 |
1141 | 2024-10-25T17:37:14.045Z | Compiling scroll v0.12.0 |
1142 | 2024-10-25T17:37:14.503Z | Compiling goblin v0.8.2 |
1143 | 2024-10-25T17:37:14.666Z | Compiling zerocopy v0.7.35 |
1144 | 2024-10-25T17:37:15.176Z | Compiling pest v2.7.14 |
1145 | 2024-10-25T17:37:16.140Z | Compiling clap v4.5.20 |
1146 | 2024-10-25T17:37:17.105Z | Compiling pest_meta v2.7.14 |
1147 | 2024-10-25T17:37:18.111Z | Compiling pest_generator v2.7.14 |
1148 | 2024-10-25T17:37:19.772Z | Compiling pest_derive v2.7.14 |
1149 | 2024-10-25T17:37:20.374Z | Compiling dtrace-parser v0.2.0 |
1150 | 2024-10-25T17:37:21.903Z | Compiling serde_spanned v0.6.8 |
1151 | 2024-10-25T17:37:21.903Z | Compiling toml_datetime v0.6.8 |
1152 | 2024-10-25T17:37:21.927Z | Compiling cargo-platform v0.1.8 |
1153 | 2024-10-25T17:37:22.264Z | Compiling serde_tokenstream v0.2.2 |
1154 | 2024-10-25T17:37:22.402Z | Compiling toml_edit v0.22.22 |
1155 | 2024-10-25T17:37:22.426Z | Compiling macaddr v1.0.1 |
1156 | 2024-10-25T17:37:22.450Z | Compiling camino-tempfile v1.1.1 |
1157 | 2024-10-25T17:37:23.308Z | Compiling dof v0.3.0 |
1158 | 2024-10-25T17:37:23.308Z | Compiling cargo_metadata v0.18.1 |
1159 | 2024-10-25T17:37:24.948Z | Compiling toml v0.8.19 |
1160 | 2024-10-25T17:37:25.083Z | Compiling usdt-macro v0.5.0 |
1161 | 2024-10-25T17:37:25.083Z | Compiling usdt-attr-macro v0.5.0 |
1162 | 2024-10-25T17:37:25.736Z | Compiling cargo_toml v0.20.5 |
1163 | 2024-10-25T17:37:26.210Z | Compiling usdt v0.5.0 |
1164 | 2024-10-25T17:37:29.933Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1165 | 2024-10-25T17:37:34.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.69s |
1166 | 2024-10-25T17:37:34.966Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1167 | 2024-10-25T17:37:36.102Z | Compiling serde v1.0.210 |
1168 | 2024-10-25T17:37:36.102Z | Compiling typenum v1.17.0 |
1169 | 2024-10-25T17:37:36.126Z | Compiling lock_api v0.4.12 |
1170 | 2024-10-25T17:37:36.126Z | Compiling generic-array v0.14.7 |
1171 | 2024-10-25T17:37:36.126Z | Compiling scopeguard v1.2.0 |
1172 | 2024-10-25T17:37:36.126Z | Compiling subtle v2.6.1 |
1173 | 2024-10-25T17:37:36.126Z | Compiling syn v2.0.79 |
1174 | 2024-10-25T17:37:36.126Z | Compiling getrandom v0.2.15 |
1175 | 2024-10-25T17:37:36.274Z | Compiling value-bag v1.9.0 |
1176 | 2024-10-25T17:37:36.457Z | Compiling rand_core v0.6.4 |
1177 | 2024-10-25T17:37:36.562Z | Compiling const-oid v0.9.6 |
1178 | 2024-10-25T17:37:36.586Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-10-25T17:37:36.669Z | Compiling log v0.4.22 |
1180 | 2024-10-25T17:37:36.706Z | Compiling smallvec v1.13.2 |
1181 | 2024-10-25T17:37:36.766Z | Compiling jobserver v0.1.32 |
1182 | 2024-10-25T17:37:36.896Z | Compiling shlex v1.3.0 |
1183 | 2024-10-25T17:37:37.054Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-10-25T17:37:37.107Z | Compiling cc v1.1.30 |
1185 | 2024-10-25T17:37:37.276Z | Compiling futures-core v0.3.31 |
1186 | 2024-10-25T17:37:37.441Z | Compiling signal-hook-registry v1.4.2 |
1187 | 2024-10-25T17:37:37.494Z | Compiling mio v1.0.2 |
1188 | 2024-10-25T17:37:37.576Z | Compiling cpufeatures v0.2.14 |
1189 | 2024-10-25T17:37:37.660Z | Compiling futures-sink v0.3.31 |
1190 | 2024-10-25T17:37:37.783Z | Compiling spin v0.9.8 |
1191 | 2024-10-25T17:37:38.080Z | Compiling parking_lot v0.12.3 |
1192 | 2024-10-25T17:37:38.108Z | Compiling socket2 v0.5.7 |
1193 | 2024-10-25T17:37:38.161Z | Compiling slab v0.4.9 |
1194 | 2024-10-25T17:37:38.185Z | Compiling serde_json v1.0.128 |
1195 | 2024-10-25T17:37:38.265Z | Compiling futures-channel v0.3.31 |
1196 | 2024-10-25T17:37:38.479Z | Compiling futures-task v0.3.31 |
1197 | 2024-10-25T17:37:38.503Z | Compiling foldhash v0.1.3 |
1198 | 2024-10-25T17:37:38.619Z | Compiling pin-utils v0.1.0 |
1199 | 2024-10-25T17:37:38.708Z | Compiling futures-io v0.3.31 |
1200 | 2024-10-25T17:37:38.734Z | Compiling allocator-api2 v0.2.18 |
1201 | 2024-10-25T17:37:38.758Z | Compiling tinyvec_macros v0.1.1 |
1202 | 2024-10-25T17:37:38.817Z | Compiling libm v0.2.8 |
1203 | 2024-10-25T17:37:38.841Z | Compiling tinyvec v1.8.0 |
1204 | 2024-10-25T17:37:38.875Z | Compiling num-traits v0.2.19 |
1205 | 2024-10-25T17:37:38.908Z | Compiling unicode-bidi v0.3.17 |
1206 | 2024-10-25T17:37:39.000Z | Compiling base64ct v1.6.0 |
1207 | 2024-10-25T17:37:39.322Z | Compiling hashbrown v0.15.0 |
1208 | 2024-10-25T17:37:39.400Z | Compiling pem-rfc7468 v0.7.0 |
1209 | 2024-10-25T17:37:39.477Z | Compiling httparse v1.9.5 |
1210 | 2024-10-25T17:37:40.028Z | Compiling unicode-normalization v0.1.24 |
1211 | 2024-10-25T17:37:40.119Z | Compiling flagset v0.4.6 |
1212 | 2024-10-25T17:37:40.210Z | Compiling tracing-core v0.1.32 |
1213 | 2024-10-25T17:37:40.244Z | Compiling rustls-pki-types v1.9.0 |
1214 | 2024-10-25T17:37:40.307Z | Compiling crossbeam-utils v0.8.20 |
1215 | 2024-10-25T17:37:40.405Z | Compiling percent-encoding v2.3.1 |
1216 | 2024-10-25T17:37:40.645Z | Compiling ring v0.17.8 |
1217 | 2024-10-25T17:37:40.845Z | Compiling vcpkg v0.2.15 |
1218 | 2024-10-25T17:37:40.920Z | Compiling powerfmt v0.2.0 |
1219 | 2024-10-25T17:37:41.164Z | Compiling pkg-config v0.3.31 |
1220 | 2024-10-25T17:37:41.263Z | Compiling untrusted v0.9.0 |
1221 | 2024-10-25T17:37:41.322Z | Compiling num-conv v0.1.0 |
1222 | 2024-10-25T17:37:41.378Z | Compiling time-core v0.1.2 |
1223 | 2024-10-25T17:37:41.422Z | Compiling deranged v0.3.11 |
1224 | 2024-10-25T17:37:41.573Z | Compiling time-macros v0.2.18 |
1225 | 2024-10-25T17:37:41.678Z | Compiling num_threads v0.1.7 |
1226 | 2024-10-25T17:37:41.799Z | Compiling atomic-waker v1.1.2 |
1227 | 2024-10-25T17:37:41.954Z | Compiling form_urlencoded v1.2.1 |
1228 | 2024-10-25T17:37:42.235Z | Compiling try-lock v0.2.5 |
1229 | 2024-10-25T17:37:42.363Z | Compiling slog v2.7.0 |
1230 | 2024-10-25T17:37:42.479Z | Compiling rustix v0.38.37 |
1231 | 2024-10-25T17:37:42.563Z | Compiling want v0.3.1 |
1232 | 2024-10-25T17:37:42.679Z | Compiling openssl-sys v0.9.103 |
1233 | 2024-10-25T17:37:42.817Z | Compiling httpdate v1.0.3 |
1234 | 2024-10-25T17:37:42.983Z | Compiling idna v0.5.0 |
1235 | 2024-10-25T17:37:43.267Z | Compiling rustversion v1.0.17 |
1236 | 2024-10-25T17:37:43.290Z | Compiling tower-service v0.3.3 |
1237 | 2024-10-25T17:37:43.407Z | Compiling base64 v0.22.1 |
1238 | 2024-10-25T17:37:43.637Z | Compiling openssl v0.10.66 |
1239 | 2024-10-25T17:37:43.708Z | Compiling match_cfg v0.1.0 |
1240 | 2024-10-25T17:37:43.798Z | Compiling iana-time-zone v0.1.61 |
1241 | 2024-10-25T17:37:43.903Z | Compiling foreign-types-shared v0.1.1 |
1242 | 2024-10-25T17:37:44.014Z | Compiling foreign-types v0.3.2 |
1243 | 2024-10-25T17:37:44.059Z | Compiling hostname v0.3.1 |
1244 | 2024-10-25T17:37:44.113Z | Compiling url v2.5.2 |
1245 | 2024-10-25T17:37:44.199Z | Compiling dirs-sys-next v0.1.2 |
1246 | 2024-10-25T17:37:44.272Z | Compiling aho-corasick v1.1.3 |
1247 | 2024-10-25T17:37:44.296Z | Compiling rustls v0.23.14 |
1248 | 2024-10-25T17:37:44.296Z | Compiling time v0.3.36 |
1249 | 2024-10-25T17:37:44.539Z | Compiling data-encoding v2.6.0 |
1250 | 2024-10-25T17:37:44.763Z | Compiling rustls v0.22.4 |
1251 | 2024-10-25T17:37:45.028Z | Compiling siphasher v0.3.11 |
1252 | 2024-10-25T17:37:45.221Z | Compiling native-tls v0.2.12 |
1253 | 2024-10-25T17:37:45.366Z | Compiling adler2 v2.0.0 |
1254 | 2024-10-25T17:37:45.506Z | Compiling regex-syntax v0.8.5 |
1255 | 2024-10-25T17:37:45.551Z | Compiling syn v1.0.109 |
1256 | 2024-10-25T17:37:45.716Z | Compiling miniz_oxide v0.8.0 |
1257 | 2024-10-25T17:37:46.182Z | Compiling dirs-next v2.0.0 |
1258 | 2024-10-25T17:37:46.541Z | Compiling crossbeam-epoch v0.9.18 |
1259 | 2024-10-25T17:37:47.037Z | Compiling serde_derive_internals v0.29.1 |
1260 | 2024-10-25T17:37:47.248Z | Compiling lazy_static v1.5.0 |
1261 | 2024-10-25T17:37:47.366Z | Compiling thread_local v1.1.8 |
1262 | 2024-10-25T17:37:47.659Z | Compiling cookie v0.18.1 |
1263 | 2024-10-25T17:37:47.858Z | Compiling multer v3.1.0 |
1264 | 2024-10-25T17:37:47.933Z | Compiling encoding_rs v0.8.34 |
1265 | 2024-10-25T17:37:48.141Z | Compiling serde_derive v1.0.210 |
1266 | 2024-10-25T17:37:48.180Z | Compiling zeroize_derive v1.4.2 |
1267 | 2024-10-25T17:37:48.743Z | Compiling zerocopy-derive v0.7.35 |
1268 | 2024-10-25T17:37:48.826Z | Compiling tokio-macros v2.4.0 |
1269 | 2024-10-25T17:37:49.360Z | Compiling thiserror-impl v1.0.64 |
1270 | 2024-10-25T17:37:49.455Z | Compiling zeroize v1.8.1 |
1271 | 2024-10-25T17:37:49.790Z | Compiling futures-macro v0.3.31 |
1272 | 2024-10-25T17:37:50.155Z | Compiling der_derive v0.7.3 |
1273 | 2024-10-25T17:37:50.546Z | Compiling zerocopy v0.7.35 |
1274 | 2024-10-25T17:37:50.867Z | Compiling crypto-common v0.1.6 |
1275 | 2024-10-25T17:37:51.042Z | Compiling block-buffer v0.10.4 |
1276 | 2024-10-25T17:37:51.073Z | Compiling block-padding v0.3.3 |
1277 | 2024-10-25T17:37:51.282Z | Compiling digest v0.10.7 |
1278 | 2024-10-25T17:37:51.306Z | Compiling inout v0.1.3 |
1279 | 2024-10-25T17:37:51.374Z | Compiling tracing-attributes v0.1.27 |
1280 | 2024-10-25T17:37:51.400Z | Compiling futures-util v0.3.31 |
1281 | 2024-10-25T17:37:51.559Z | Compiling cipher v0.4.4 |
1282 | 2024-10-25T17:37:51.706Z | Compiling hmac v0.12.1 |
1283 | 2024-10-25T17:37:51.849Z | Compiling sha2 v0.10.8 |
1284 | 2024-10-25T17:37:51.917Z | Compiling ppv-lite86 v0.2.20 |
1285 | 2024-10-25T17:37:52.006Z | Compiling salsa20 v0.10.2 |
1286 | 2024-10-25T17:37:52.030Z | Compiling thiserror v1.0.64 |
1287 | 2024-10-25T17:37:52.159Z | Compiling der v0.7.9 |
1288 | 2024-10-25T17:37:52.183Z | Compiling pest v2.7.14 |
1289 | 2024-10-25T17:37:52.207Z | Compiling pbkdf2 v0.12.2 |
1290 | 2024-10-25T17:37:52.349Z | Compiling scrypt v0.11.0 |
1291 | 2024-10-25T17:37:52.598Z | Compiling rand_chacha v0.3.1 |
1292 | 2024-10-25T17:37:52.820Z | Compiling cbc v0.1.2 |
1293 | 2024-10-25T17:37:53.066Z | Compiling rand v0.8.5 |
1294 | 2024-10-25T17:37:54.416Z | Compiling spki v0.7.3 |
1295 | 2024-10-25T17:37:54.440Z | Compiling pest_meta v2.7.14 |
1296 | 2024-10-25T17:37:54.463Z | Compiling tracing v0.1.40 |
1297 | 2024-10-25T17:37:54.727Z | Compiling aes v0.8.4 |
1298 | 2024-10-25T17:37:54.754Z | Compiling scroll_derive v0.12.0 |
1299 | 2024-10-25T17:37:54.795Z | Compiling rustls-webpki v0.102.8 |
1300 | 2024-10-25T17:37:54.921Z | Compiling openssl-macros v0.1.1 |
1301 | 2024-10-25T17:37:54.959Z | Compiling async-trait v0.1.83 |
1302 | 2024-10-25T17:37:55.539Z | Compiling pkcs5 v0.7.1 |
1303 | 2024-10-25T17:37:55.890Z | Compiling scroll v0.12.0 |
1304 | 2024-10-25T17:37:56.354Z | Compiling pest_generator v2.7.14 |
1305 | 2024-10-25T17:37:56.478Z | Compiling goblin v0.8.2 |
1306 | 2024-10-25T17:37:56.501Z | Compiling pkcs8 v0.10.2 |
1307 | 2024-10-25T17:37:56.525Z | Compiling signature v2.2.0 |
1308 | 2024-10-25T17:37:56.777Z | Compiling sha1 v0.10.6 |
1309 | 2024-10-25T17:37:56.800Z | Compiling regex-automata v0.4.8 |
1310 | 2024-10-25T17:37:57.079Z | Compiling schemars v0.8.21 |
1311 | 2024-10-25T17:37:57.137Z | Compiling either v1.13.0 |
1312 | 2024-10-25T17:37:57.202Z | Compiling signal-hook v0.3.17 |
1313 | 2024-10-25T17:37:57.387Z | Compiling slog-async v2.8.0 |
1314 | 2024-10-25T17:37:57.432Z | Compiling paste v1.0.15 |
1315 | 2024-10-25T17:37:57.505Z | Compiling mime v0.3.17 |
1316 | 2024-10-25T17:37:57.818Z | Compiling rayon-core v1.12.1 |
1317 | 2024-10-25T17:37:57.868Z | Compiling gimli v0.31.1 |
1318 | 2024-10-25T17:37:57.906Z | Compiling ipnet v2.10.1 |
1319 | 2024-10-25T17:37:58.094Z | Compiling openssl-probe v0.1.5 |
1320 | 2024-10-25T17:37:58.122Z | Compiling unicode-properties v0.1.3 |
1321 | 2024-10-25T17:37:58.413Z | Compiling stringprep v0.1.5 |
1322 | 2024-10-25T17:37:58.546Z | Compiling pest_derive v2.7.14 |
1323 | 2024-10-25T17:37:58.642Z | Compiling futures-executor v0.3.31 |
1324 | 2024-10-25T17:37:59.197Z | Compiling dtrace-parser v0.2.0 |
1325 | 2024-10-25T17:37:59.351Z | Compiling md-5 v0.10.6 |
1326 | 2024-10-25T17:37:59.584Z | Compiling bytes v1.7.2 |
1327 | 2024-10-25T17:38:00.651Z | Compiling tokio v1.40.0 |
1328 | 2024-10-25T17:38:00.962Z | Compiling indexmap v2.6.0 |
1329 | 2024-10-25T17:38:01.860Z | Compiling http v1.1.0 |
1330 | 2024-10-25T17:38:02.205Z | Compiling bitflags v2.6.0 |
1331 | 2024-10-25T17:38:02.334Z | Compiling semver v1.0.23 |
1332 | 2024-10-25T17:38:03.051Z | Compiling rustc_version v0.4.1 |
1333 | 2024-10-25T17:38:03.761Z | Compiling http-body v1.0.1 |
1334 | 2024-10-25T17:38:03.977Z | Compiling dof v0.3.0 |
1335 | 2024-10-25T17:38:04.091Z | Compiling uuid v1.10.0 |
1336 | 2024-10-25T17:38:05.076Z | Compiling serde_spanned v0.6.8 |
1337 | 2024-10-25T17:38:05.270Z | Compiling serde_tokenstream v0.2.2 |
1338 | 2024-10-25T17:38:05.293Z | Compiling toml_datetime v0.6.8 |
1339 | 2024-10-25T17:38:05.707Z | Compiling usdt-impl v0.5.0 |
1340 | 2024-10-25T17:38:05.740Z | Compiling chrono v0.4.38 |
1341 | 2024-10-25T17:38:05.779Z | Compiling http-body-util v0.1.2 |
1342 | 2024-10-25T17:38:06.211Z | Compiling heapless v0.7.17 |
1343 | 2024-10-25T17:38:07.011Z | Compiling usdt-attr-macro v0.5.0 |
1344 | 2024-10-25T17:38:07.102Z | Compiling usdt-macro v0.5.0 |
1345 | 2024-10-25T17:38:07.414Z | Compiling toml_edit v0.22.22 |
1346 | 2024-10-25T17:38:07.438Z | Compiling curve25519-dalek v4.1.3 |
1347 | 2024-10-25T17:38:07.936Z | Compiling tokio-util v0.7.12 |
1348 | 2024-10-25T17:38:08.330Z | Compiling slog-json v2.6.1 |
1349 | 2024-10-25T17:38:08.377Z | Compiling addr2line v0.24.2 |
1350 | 2024-10-25T17:38:08.645Z | Compiling serde_urlencoded v0.7.1 |
1351 | 2024-10-25T17:38:08.779Z | Compiling h2 v0.4.6 |
1352 | 2024-10-25T17:38:08.947Z | Compiling schemars_derive v0.8.21 |
1353 | 2024-10-25T17:38:09.108Z | Compiling enum-as-inner v0.6.1 |
1354 | 2024-10-25T17:38:09.153Z | Compiling async-stream-impl v0.3.6 |
1355 | 2024-10-25T17:38:09.995Z | Compiling crossbeam-deque v0.8.5 |
1356 | 2024-10-25T17:38:10.228Z | Compiling term v0.7.0 |
1357 | 2024-10-25T17:38:10.347Z | Compiling crossbeam-channel v0.5.13 |
1358 | 2024-10-25T17:38:11.251Z | Compiling num-integer v0.1.46 |
1359 | 2024-10-25T17:38:11.557Z | Compiling rustls-pemfile v2.2.0 |
1360 | 2024-10-25T17:38:11.844Z | Compiling idna v0.4.0 |
1361 | 2024-10-25T17:38:11.904Z | Compiling idna v0.3.0 |
1362 | 2024-10-25T17:38:12.028Z | Compiling hash32 v0.2.1 |
1363 | 2024-10-25T17:38:12.336Z | Compiling ff v0.13.0 |
1364 | 2024-10-25T17:38:12.518Z | Compiling is-terminal v0.4.13 |
1365 | 2024-10-25T17:38:12.625Z | Compiling object v0.36.5 |
1366 | 2024-10-25T17:38:13.113Z | Compiling dropshot v0.12.0 |
1367 | 2024-10-25T17:38:13.227Z | Compiling psl-types v2.0.11 |
1368 | 2024-10-25T17:38:13.354Z | Compiling stable_deref_trait v1.2.0 |
1369 | 2024-10-25T17:38:13.412Z | Compiling anyhow v1.0.89 |
1370 | 2024-10-25T17:38:13.455Z | Compiling portable-atomic v1.9.0 |
1371 | 2024-10-25T17:38:13.667Z | Compiling quick-error v1.2.3 |
1372 | 2024-10-25T17:38:13.691Z | Compiling utf-8 v0.7.6 |
1373 | 2024-10-25T17:38:13.714Z | Compiling smoltcp v0.9.1 |
1374 | 2024-10-25T17:38:13.924Z | Compiling base16ct v0.2.0 |
1375 | 2024-10-25T17:38:13.962Z | Compiling fallible-iterator v0.2.0 |
1376 | 2024-10-25T17:38:14.153Z | Compiling hyper v1.4.1 |
1377 | 2024-10-25T17:38:14.212Z | Compiling linked-hash-map v0.5.6 |
1378 | 2024-10-25T17:38:14.327Z | Compiling dyn-clone v1.0.17 |
1379 | 2024-10-25T17:38:14.351Z | Compiling rustc-demangle v0.1.24 |
1380 | 2024-10-25T17:38:14.517Z | Compiling num-bigint-dig v0.8.4 |
1381 | 2024-10-25T17:38:14.541Z | Compiling take_mut v0.2.2 |
1382 | 2024-10-25T17:38:14.575Z | Compiling postgres-protocol v0.6.7 |
1383 | 2024-10-25T17:38:14.796Z | Compiling lru-cache v0.1.2 |
1384 | 2024-10-25T17:38:15.258Z | Compiling sec1 v0.7.3 |
1385 | 2024-10-25T17:38:15.733Z | Compiling tungstenite v0.24.0 |
1386 | 2024-10-25T17:38:15.757Z | Compiling resolv-conf v0.7.0 |
1387 | 2024-10-25T17:38:16.421Z | Compiling hyper-util v0.1.9 |
1388 | 2024-10-25T17:38:16.792Z | Compiling publicsuffix v2.2.3 |
1389 | 2024-10-25T17:38:17.074Z | Compiling slog-term v2.9.1 |
1390 | 2024-10-25T17:38:17.098Z | Compiling usdt v0.5.0 |
1391 | 2024-10-25T17:38:17.522Z | Compiling group v0.13.0 |
1392 | 2024-10-25T17:38:17.630Z | Compiling hickory-proto v0.24.1 |
1393 | 2024-10-25T17:38:17.658Z | Compiling tokio-native-tls v0.3.1 |
1394 | 2024-10-25T17:38:17.800Z | Compiling num-iter v0.1.45 |
1395 | 2024-10-25T17:38:17.973Z | Compiling async-stream v0.3.6 |
1396 | 2024-10-25T17:38:18.147Z | Compiling toml v0.8.19 |
1397 | 2024-10-25T17:38:18.928Z | Compiling backtrace v0.3.74 |
1398 | 2024-10-25T17:38:19.022Z | Compiling slog-bunyan v2.5.0 |
1399 | 2024-10-25T17:38:19.147Z | Compiling tokio-rustls v0.25.0 |
1400 | 2024-10-25T17:38:19.170Z | Compiling tokio-rustls v0.26.0 |
1401 | 2024-10-25T17:38:19.208Z | Compiling terminal_size v0.4.0 |
1402 | 2024-10-25T17:38:19.384Z | Compiling dropshot_endpoint v0.12.0 |
1403 | 2024-10-25T17:38:19.408Z | Compiling openapiv3 v2.0.0 |
1404 | 2024-10-25T17:38:19.494Z | Compiling camino v1.1.9 |
1405 | 2024-10-25T17:38:19.536Z | Compiling serde_path_to_error v0.1.16 |
1406 | 2024-10-25T17:38:19.560Z | Compiling futures v0.3.31 |
1407 | 2024-10-25T17:38:20.304Z | Compiling hkdf v0.12.4 |
1408 | 2024-10-25T17:38:20.491Z | Compiling crypto-bigint v0.5.5 |
1409 | 2024-10-25T17:38:20.531Z | Compiling zerocopy-derive v0.6.6 |
1410 | 2024-10-25T17:38:21.245Z | Compiling curve25519-dalek-derive v0.1.1 |
1411 | 2024-10-25T17:38:21.757Z | Compiling hubpack_derive v0.1.1 |
1412 | 2024-10-25T17:38:21.829Z | Compiling phf_shared v0.11.2 |
1413 | 2024-10-25T17:38:22.158Z | Compiling waitgroup v0.1.2 |
1414 | 2024-10-25T17:38:22.309Z | Compiling webpki-roots v0.26.6 |
1415 | 2024-10-25T17:38:22.374Z | Compiling hostname v0.4.0 |
1416 | 2024-10-25T17:38:22.496Z | Compiling fs-err v2.11.0 |
1417 | 2024-10-25T17:38:22.525Z | Compiling ahash v0.8.11 |
1418 | 2024-10-25T17:38:22.548Z | Compiling debug-ignore v1.0.5 |
1419 | 2024-10-25T17:38:22.609Z | Compiling bitflags v1.3.2 |
1420 | 2024-10-25T17:38:22.690Z | Compiling managed v0.8.0 |
1421 | 2024-10-25T17:38:22.715Z | Compiling winnow v0.5.40 |
1422 | 2024-10-25T17:38:22.821Z | Compiling strum_macros v0.25.3 |
1423 | 2024-10-25T17:38:22.917Z | Compiling console v0.15.8 |
1424 | 2024-10-25T17:38:22.941Z | Compiling elliptic-curve v0.13.8 |
1425 | 2024-10-25T17:38:23.648Z | Compiling clap_builder v4.5.20 |
1426 | 2024-10-25T17:38:24.868Z | Compiling hubpack v0.1.2 |
1427 | 2024-10-25T17:38:25.249Z | Compiling hyper-rustls v0.27.3 |
1428 | 2024-10-25T17:38:25.409Z | Compiling zerocopy v0.6.6 |
1429 | 2024-10-25T17:38:25.763Z | Compiling toml_edit v0.19.15 |
1430 | 2024-10-25T17:38:25.878Z | Compiling phf v0.11.2 |
1431 | 2024-10-25T17:38:26.090Z | Compiling hickory-resolver v0.24.1 |
1432 | 2024-10-25T17:38:26.114Z | Compiling signal-hook-mio v0.2.4 |
1433 | 2024-10-25T17:38:26.142Z | Compiling rayon v1.10.0 |
1434 | 2024-10-25T17:38:26.264Z | Compiling cookie_store v0.21.0 |
1435 | 2024-10-25T17:38:26.847Z | Compiling hyper-tls v0.6.0 |
1436 | 2024-10-25T17:38:27.548Z | Compiling tokio-tungstenite v0.24.0 |
1437 | 2024-10-25T17:38:29.023Z | Compiling postgres-types v0.2.8 |
1438 | 2024-10-25T17:38:30.108Z | Compiling tokio-stream v0.1.16 |
1439 | 2024-10-25T17:38:30.236Z | Compiling regex v1.11.0 |
1440 | 2024-10-25T17:38:30.331Z | Compiling bstr v1.10.0 |
1441 | 2024-10-25T17:38:30.903Z | Compiling serde-big-array v0.5.1 |
1442 | 2024-10-25T17:38:30.957Z | Compiling pkcs1 v0.7.5 |
1443 | 2024-10-25T17:38:31.038Z | Compiling ed25519 v2.2.3 |
1444 | 2024-10-25T17:38:31.102Z | Compiling rfc6979 v0.4.0 |
1445 | 2024-10-25T17:38:31.153Z | Compiling derive-where v1.2.7 |
1446 | 2024-10-25T17:38:31.264Z | Compiling clap_derive v4.5.18 |
1447 | 2024-10-25T17:38:31.591Z | Compiling serde_repr v0.1.19 |
1448 | 2024-10-25T17:38:31.733Z | Compiling phf_shared v0.10.0 |
1449 | 2024-10-25T17:38:31.799Z | Compiling float-cmp v0.9.0 |
1450 | 2024-10-25T17:38:31.988Z | Compiling sync_wrapper v1.0.1 |
1451 | 2024-10-25T17:38:32.070Z | Compiling crc32fast v1.4.2 |
1452 | 2024-10-25T17:38:32.140Z | Compiling bit-vec v0.6.3 |
1453 | 2024-10-25T17:38:32.164Z | Compiling fixedbitset v0.4.2 |
1454 | 2024-10-25T17:38:32.373Z | Compiling whoami v1.5.2 |
1455 | 2024-10-25T17:38:32.531Z | Compiling difflib v0.4.0 |
1456 | 2024-10-25T17:38:32.554Z | Compiling predicates-core v1.0.8 |
1457 | 2024-10-25T17:38:32.586Z | Compiling unicode-segmentation v1.12.0 |
1458 | 2024-10-25T17:38:32.640Z | Compiling precomputed-hash v0.1.1 |
1459 | 2024-10-25T17:38:32.749Z | Compiling normalize-line-endings v0.3.0 |
1460 | 2024-10-25T17:38:32.863Z | Compiling static_assertions v1.1.0 |
1461 | 2024-10-25T17:38:32.893Z | Compiling new_debug_unreachable v1.0.6 |
1462 | 2024-10-25T17:38:32.938Z | Compiling minimal-lexical v0.2.1 |
1463 | 2024-10-25T17:38:32.990Z | Compiling number_prefix v0.4.0 |
1464 | 2024-10-25T17:38:33.029Z | Compiling string_cache v0.8.7 |
1465 | 2024-10-25T17:38:33.203Z | Compiling indicatif v0.17.8 |
1466 | 2024-10-25T17:38:33.329Z | Compiling nom v7.1.3 |
1467 | 2024-10-25T17:38:33.393Z | Compiling similar v2.6.0 |
1468 | 2024-10-25T17:38:33.436Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1469 | 2024-10-25T17:38:33.900Z | Compiling predicates v3.1.2 |
1470 | 2024-10-25T17:38:34.055Z | Compiling qorb v0.1.2 |
1471 | 2024-10-25T17:38:35.030Z | Compiling tokio-postgres v0.7.12 |
1472 | 2024-10-25T17:38:35.112Z | Compiling clap v4.5.20 |
1473 | 2024-10-25T17:38:35.219Z | Compiling bit-set v0.5.3 |
1474 | 2024-10-25T17:38:35.300Z | Compiling petgraph v0.6.5 |
1475 | 2024-10-25T17:38:35.351Z | Compiling flate2 v1.0.34 |
1476 | 2024-10-25T17:38:35.468Z | Compiling reqwest v0.12.8 |
1477 | 2024-10-25T17:38:36.141Z | Compiling rsa v0.9.6 |
1478 | 2024-10-25T17:38:36.233Z | Compiling ed25519-dalek v2.1.1 |
1479 | 2024-10-25T17:38:37.252Z | Compiling ecdsa v0.16.9 |
1480 | 2024-10-25T17:38:37.932Z | Compiling toml v0.7.8 |
1481 | 2024-10-25T17:38:38.596Z | Compiling crossterm v0.28.1 |
1482 | 2024-10-25T17:38:39.152Z | Compiling hex v0.4.3 |
1483 | 2024-10-25T17:38:39.345Z | Compiling itertools v0.10.5 |
1484 | 2024-10-25T17:38:39.371Z | Compiling itertools v0.12.1 |
1485 | 2024-10-25T17:38:39.565Z | Compiling x509-cert v0.2.5 |
1486 | 2024-10-25T17:38:39.612Z | Compiling peg-runtime v0.8.3 |
1487 | 2024-10-25T17:38:39.722Z | Compiling lalrpop-util v0.19.12 |
1488 | 2024-10-25T17:38:40.010Z | Compiling unicode-xid v0.2.6 |
1489 | 2024-10-25T17:38:40.168Z | Compiling xattr v1.3.1 |
1490 | 2024-10-25T17:38:40.192Z | Compiling strum_macros v0.26.4 |
1491 | 2024-10-25T17:38:40.396Z | Compiling filetime v0.2.25 |
1492 | 2024-10-25T17:38:40.657Z | Compiling tar v0.4.42 |
1493 | 2024-10-25T17:38:43.467Z | Compiling strum v0.26.3 |
1494 | 2024-10-25T17:38:43.799Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1495 | 2024-10-25T17:38:44.131Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1496 | 2024-10-25T17:38:50.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
1497 | 2024-10-25T17:38:50.674Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1498 | 2024-10-25T17:38:50.730Z | Oct 25 17:38:50.258 INFO Starting download, target: Console |
1499 | 2024-10-25T17:38:50.730Z | Oct 25 17:38:50.258 INFO Starting download, target: Clickhouse |
1500 | 2024-10-25T17:38:50.730Z | Oct 25 17:38:50.258 INFO Starting download, target: DendriteOpenapi |
1501 | 2024-10-25T17:38:50.730Z | Oct 25 17:38:50.258 INFO Starting download, target: Cockroach |
1502 | 2024-10-25T17:38:50.730Z | Oct 25 17:38:50.258 INFO Starting download, target: DendriteStub |
1503 | 2024-10-25T17:38:50.731Z | Oct 25 17:38:50.258 INFO Starting download, target: MaghemiteMgd |
1504 | 2024-10-25T17:38:50.754Z | Oct 25 17:38:50.258 INFO Starting download, target: TransceiverControl |
1505 | 2024-10-25T17:38:50.754Z | Oct 25 17:38:50.259 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1506 | 2024-10-25T17:38:50.754Z | Oct 25 17:38:50.259 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1507 | 2024-10-25T17:38:50.754Z | Oct 25 17:38:50.260 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1508 | 2024-10-25T17:38:50.754Z | Oct 25 17:38:50.260 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1509 | 2024-10-25T17:38:50.754Z | Oct 25 17:38:50.260 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1510 | 2024-10-25T17:38:50.754Z | Oct 25 17:38:50.261 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1511 | 2024-10-25T17:38:50.754Z | Oct 25 17:38:50.261 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1512 | 2024-10-25T17:38:51.145Z | Oct 25 17:38:50.671 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1513 | 2024-10-25T17:38:51.188Z | Oct 25 17:38:50.714 INFO Download complete, target: DendriteOpenapi |
1514 | 2024-10-25T17:38:51.625Z | Oct 25 17:38:51.151 INFO Download complete, target: Console |
1515 | 2024-10-25T17:38:51.655Z | Oct 25 17:38:51.159 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1516 | 2024-10-25T17:38:52.331Z | Oct 25 17:38:51.858 INFO Download complete, target: TransceiverControl |
1517 | 2024-10-25T17:38:53.425Z | Oct 25 17:38:52.953 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1518 | 2024-10-25T17:38:53.504Z | Oct 25 17:38:53.031 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1519 | 2024-10-25T17:38:55.994Z | Oct 25 17:38:55.522 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1520 | 2024-10-25T17:38:55.995Z | Oct 25 17:38:55.522 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1521 | 2024-10-25T17:38:56.826Z | Oct 25 17:38:56.354 INFO Download complete, target: DendriteStub |
1522 | 2024-10-25T17:38:57.452Z | Oct 25 17:38:56.979 INFO Download complete, target: MaghemiteMgd |
1523 | 2024-10-25T17:39:05.160Z | Oct 25 17:39:04.687 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1524 | 2024-10-25T17:39:05.388Z | Oct 25 17:39:04.915 INFO Checking that binary works, target: Cockroach |
1525 | 2024-10-25T17:39:05.675Z | Oct 25 17:39:05.203 INFO Download complete, target: Cockroach |
1526 | 2024-10-25T17:39:21.087Z | Oct 25 17:39:20.614 INFO Checking that binary works, target: Clickhouse |
1527 | 2024-10-25T17:39:21.265Z | Oct 25 17:39:20.792 INFO Download complete, target: Clickhouse |
1528 | 2024-10-25T17:39:21.289Z | All prerequisites installed successfully |
1529 | 2024-10-25T17:39:21.289Z | |
1530 | 2024-10-25T17:39:21.289Z | real 3:33.566813453 |
1531 | 2024-10-25T17:39:21.289Z | user 10:56.834754392 |
1532 | 2024-10-25T17:39:21.289Z | sys 2:29.044916081 |
1533 | 2024-10-25T17:39:21.289Z | trap 0.327102671 |
1534 | 2024-10-25T17:39:21.289Z | tflt 0.769417124 |
1535 | 2024-10-25T17:39:21.289Z | dflt 1.546038945 |
1536 | 2024-10-25T17:39:21.289Z | kflt 0.008831281 |
1537 | 2024-10-25T17:39:21.289Z | lock 27:48.027774832 |
1538 | 2024-10-25T17:39:21.289Z | slp 41:02.402425463 |
1539 | 2024-10-25T17:39:21.289Z | lat 45.626584497 |
1540 | 2024-10-25T17:39:21.289Z | stop 1:42.619312088 |
1541 | 2024-10-25T17:39:21.289Z | + source ./tools/include/force-git-over-https.sh |
1542 | 2024-10-25T17:39:21.289Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1543 | 2024-10-25T17:39:21.289Z | ++ (( i = 0 )) |
1544 | 2024-10-25T17:39:21.289Z | ++ (( i < 5 )) |
1545 | 2024-10-25T17:39:21.289Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1546 | 2024-10-25T17:39:21.289Z | ++ (( i++ )) |
1547 | 2024-10-25T17:39:21.289Z | ++ (( i < 5 )) |
1548 | 2024-10-25T17:39:21.289Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1549 | 2024-10-25T17:39:21.313Z | ++ (( i++ )) |
1550 | 2024-10-25T17:39:21.313Z | ++ (( i < 5 )) |
1551 | 2024-10-25T17:39:21.313Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1552 | 2024-10-25T17:39:21.313Z | ++ (( i++ )) |
1553 | 2024-10-25T17:39:21.313Z | ++ (( i < 5 )) |
1554 | 2024-10-25T17:39:21.313Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1555 | 2024-10-25T17:39:21.313Z | ++ (( i++ )) |
1556 | 2024-10-25T17:39:21.313Z | ++ (( i < 5 )) |
1557 | 2024-10-25T17:39:21.313Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1558 | 2024-10-25T17:39:21.313Z | ++ (( i++ )) |
1559 | 2024-10-25T17:39:21.313Z | ++ (( i < 5 )) |
1560 | 2024-10-25T17:39:21.313Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1561 | 2024-10-25T17:39:21.313Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1562 | 2024-10-25T17:39:21.313Z | + rc=0 |
1563 | 2024-10-25T17:39:21.313Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1564 | 2024-10-25T17:39:53.176Z | + case $rc in |
1565 | 2024-10-25T17:39:53.176Z | + pfexec zfs create -p rpool/images/build/host |
1566 | 2024-10-25T17:39:53.245Z | + pfexec zfs create -p rpool/images/build/recovery |
1567 | 2024-10-25T17:39:53.273Z | + cargo xtask releng --output-dir /work |
1568 | 2024-10-25T17:39:54.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1569 | 2024-10-25T17:39:54.031Z | Running `target/debug/xtask releng --output-dir /work` |
1570 | 2024-10-25T17:39:55.269Z | Compiling proc-macro2 v1.0.87 |
1571 | 2024-10-25T17:39:55.269Z | Compiling unicode-ident v1.0.13 |
1572 | 2024-10-25T17:39:55.269Z | Compiling libc v0.2.161 |
1573 | 2024-10-25T17:39:55.269Z | Compiling serde v1.0.210 |
1574 | 2024-10-25T17:39:55.294Z | Compiling autocfg v1.4.0 |
1575 | 2024-10-25T17:39:55.294Z | Compiling version_check v0.9.5 |
1576 | 2024-10-25T17:39:55.294Z | Compiling cfg-if v1.0.0 |
1577 | 2024-10-25T17:39:55.485Z | Compiling typenum v1.17.0 |
1578 | 2024-10-25T17:39:55.516Z | Compiling shlex v1.3.0 |
1579 | 2024-10-25T17:39:55.539Z | Compiling memchr v2.7.4 |
1580 | 2024-10-25T17:39:55.863Z | Compiling parking_lot_core v0.9.10 |
1581 | 2024-10-25T17:39:55.928Z | Compiling generic-array v0.14.7 |
1582 | 2024-10-25T17:39:56.083Z | Compiling lock_api v0.4.12 |
1583 | 2024-10-25T17:39:56.256Z | Compiling serde_json v1.0.128 |
1584 | 2024-10-25T17:39:56.296Z | Compiling libm v0.2.8 |
1585 | 2024-10-25T17:39:56.381Z | Compiling value-bag v1.9.0 |
1586 | 2024-10-25T17:39:56.544Z | Compiling slab v0.4.9 |
1587 | 2024-10-25T17:39:56.593Z | Compiling quote v1.0.37 |
1588 | 2024-10-25T17:39:56.751Z | Compiling num-traits v0.2.19 |
1589 | 2024-10-25T17:39:56.827Z | Compiling log v0.4.22 |
1590 | 2024-10-25T17:39:56.867Z | Compiling once_cell v1.20.2 |
1591 | 2024-10-25T17:39:57.021Z | Compiling syn v2.0.79 |
1592 | 2024-10-25T17:39:57.131Z | Compiling getrandom v0.2.15 |
1593 | 2024-10-25T17:39:57.201Z | Compiling jobserver v0.1.32 |
1594 | 2024-10-25T17:39:57.245Z | Compiling thiserror v1.0.64 |
1595 | 2024-10-25T17:39:57.532Z | Compiling itoa v1.0.11 |
1596 | 2024-10-25T17:39:57.575Z | Compiling cc v1.1.30 |
1597 | 2024-10-25T17:39:57.744Z | Compiling scopeguard v1.2.0 |
1598 | 2024-10-25T17:39:57.794Z | Compiling rand_core v0.6.4 |
1599 | 2024-10-25T17:39:57.977Z | Compiling byteorder v1.5.0 |
1600 | 2024-10-25T17:39:58.605Z | Compiling subtle v2.6.1 |
1601 | 2024-10-25T17:39:58.979Z | Compiling semver v1.0.23 |
1602 | 2024-10-25T17:39:59.034Z | Compiling smallvec v1.13.2 |
1603 | 2024-10-25T17:39:59.175Z | Compiling pin-project-lite v0.2.14 |
1604 | 2024-10-25T17:39:59.420Z | Compiling httparse v1.9.5 |
1605 | 2024-10-25T17:39:59.487Z | Compiling ryu v1.0.18 |
1606 | 2024-10-25T17:39:59.513Z | Compiling const-oid v0.9.6 |
1607 | 2024-10-25T17:39:59.579Z | Compiling heck v0.5.0 |
1608 | 2024-10-25T17:39:59.766Z | Compiling pkg-config v0.3.31 |
1609 | 2024-10-25T17:39:59.866Z | Compiling allocator-api2 v0.2.18 |
1610 | 2024-10-25T17:40:00.030Z | Compiling futures-core v0.3.31 |
1611 | 2024-10-25T17:40:00.423Z | Compiling signal-hook-registry v1.4.2 |
1612 | 2024-10-25T17:40:00.599Z | Compiling parking_lot v0.12.3 |
1613 | 2024-10-25T17:40:00.646Z | Compiling ring v0.17.8 |
1614 | 2024-10-25T17:40:00.923Z | Compiling mio v1.0.2 |
1615 | 2024-10-25T17:40:01.591Z | Compiling socket2 v0.5.7 |
1616 | 2024-10-25T17:40:01.723Z | Compiling crossbeam-utils v0.8.20 |
1617 | 2024-10-25T17:40:01.964Z | Compiling time-core v0.1.2 |
1618 | 2024-10-25T17:40:02.124Z | Compiling fnv v1.0.7 |
1619 | 2024-10-25T17:40:02.186Z | Compiling num-conv v0.1.0 |
1620 | 2024-10-25T17:40:02.210Z | Compiling futures-sink v0.3.31 |
1621 | 2024-10-25T17:40:02.210Z | Compiling vcpkg v0.2.15 |
1622 | 2024-10-25T17:40:02.456Z | Compiling time-macros v0.2.18 |
1623 | 2024-10-25T17:40:02.723Z | Compiling ahash v0.8.11 |
1624 | 2024-10-25T17:40:02.763Z | Compiling schemars v0.8.21 |
1625 | 2024-10-25T17:40:03.163Z | Compiling spin v0.9.8 |
1626 | 2024-10-25T17:40:03.597Z | Compiling serde_derive_internals v0.29.1 |
1627 | 2024-10-25T17:40:03.902Z | Compiling openssl-sys v0.9.103 |
1628 | 2024-10-25T17:40:04.203Z | Compiling rustix v0.38.37 |
1629 | 2024-10-25T17:40:04.230Z | Compiling equivalent v1.0.1 |
1630 | 2024-10-25T17:40:04.473Z | Compiling foldhash v0.1.3 |
1631 | 2024-10-25T17:40:04.833Z | Compiling cpufeatures v0.2.14 |
1632 | 2024-10-25T17:40:04.941Z | Compiling hashbrown v0.15.0 |
1633 | 2024-10-25T17:40:05.348Z | Compiling futures-channel v0.3.31 |
1634 | 2024-10-25T17:40:05.692Z | Compiling futures-io v0.3.31 |
1635 | 2024-10-25T17:40:05.785Z | Compiling slog v2.7.0 |
1636 | 2024-10-25T17:40:05.828Z | Compiling pin-utils v0.1.0 |
1637 | 2024-10-25T17:40:06.039Z | Compiling futures-task v0.3.31 |
1638 | 2024-10-25T17:40:06.131Z | Compiling tinyvec_macros v0.1.1 |
1639 | 2024-10-25T17:40:06.259Z | Compiling tinyvec v1.8.0 |
1640 | 2024-10-25T17:40:06.344Z | Compiling openssl v0.10.66 |
1641 | 2024-10-25T17:40:06.702Z | Compiling ucd-trie v0.1.7 |
1642 | 2024-10-25T17:40:06.748Z | Compiling iana-time-zone v0.1.61 |
1643 | 2024-10-25T17:40:06.814Z | Compiling unicode-bidi v0.3.17 |
1644 | 2024-10-25T17:40:06.892Z | Compiling tracing-core v0.1.32 |
1645 | 2024-10-25T17:40:07.083Z | Compiling rustls v0.23.14 |
1646 | 2024-10-25T17:40:07.196Z | Compiling native-tls v0.2.12 |
1647 | 2024-10-25T17:40:07.677Z | Compiling unicode-normalization v0.1.24 |
1648 | 2024-10-25T17:40:07.714Z | Compiling base64ct v1.6.0 |
1649 | 2024-10-25T17:40:08.211Z | Compiling pem-rfc7468 v0.7.0 |
1650 | 2024-10-25T17:40:08.291Z | Compiling serde_derive v1.0.210 |
1651 | 2024-10-25T17:40:08.337Z | Compiling zeroize_derive v1.4.2 |
1652 | 2024-10-25T17:40:08.964Z | Compiling zerocopy-derive v0.7.35 |
1653 | 2024-10-25T17:40:08.993Z | Compiling tokio-macros v2.4.0 |
1654 | 2024-10-25T17:40:09.017Z | Compiling thiserror-impl v1.0.64 |
1655 | 2024-10-25T17:40:09.137Z | Compiling futures-macro v0.3.31 |
1656 | 2024-10-25T17:40:09.309Z | Compiling tracing-attributes v0.1.27 |
1657 | 2024-10-25T17:40:09.589Z | Compiling zeroize v1.8.1 |
1658 | 2024-10-25T17:40:10.694Z | Compiling der_derive v0.7.3 |
1659 | 2024-10-25T17:40:10.741Z | Compiling zerocopy v0.7.35 |
1660 | 2024-10-25T17:40:11.603Z | Compiling crypto-common v0.1.6 |
1661 | 2024-10-25T17:40:11.784Z | Compiling block-buffer v0.10.4 |
1662 | 2024-10-25T17:40:12.023Z | Compiling digest v0.10.7 |
1663 | 2024-10-25T17:40:12.062Z | Compiling schemars_derive v0.8.21 |
1664 | 2024-10-25T17:40:12.352Z | Compiling futures-util v0.3.31 |
1665 | 2024-10-25T17:40:12.450Z | Compiling hmac v0.12.1 |
1666 | 2024-10-25T17:40:12.667Z | Compiling scroll_derive v0.12.0 |
1667 | 2024-10-25T17:40:12.692Z | Compiling pest v2.7.14 |
1668 | 2024-10-25T17:40:12.716Z | Compiling block-padding v0.3.3 |
1669 | 2024-10-25T17:40:13.354Z | Compiling inout v0.1.3 |
1670 | 2024-10-25T17:40:13.675Z | Compiling openssl-macros v0.1.1 |
1671 | 2024-10-25T17:40:13.829Z | Compiling cipher v0.4.4 |
1672 | 2024-10-25T17:40:14.491Z | Compiling sha2 v0.10.8 |
1673 | 2024-10-25T17:40:14.751Z | Compiling tracing v0.1.40 |
1674 | 2024-10-25T17:40:15.232Z | Compiling pest_meta v2.7.14 |
1675 | 2024-10-25T17:40:15.479Z | Compiling ppv-lite86 v0.2.20 |
1676 | 2024-10-25T17:40:15.924Z | Compiling async-trait v0.1.83 |
1677 | 2024-10-25T17:40:17.224Z | Compiling pest_generator v2.7.14 |
1678 | 2024-10-25T17:40:18.588Z | Compiling usdt-impl v0.5.0 |
1679 | 2024-10-25T17:40:18.626Z | Compiling cookie v0.18.1 |
1680 | 2024-10-25T17:40:18.650Z | Compiling flagset v0.4.6 |
1681 | 2024-10-25T17:40:18.776Z | Compiling syn v1.0.109 |
1682 | 2024-10-25T17:40:18.942Z | Compiling pest_derive v2.7.14 |
1683 | 2024-10-25T17:40:18.966Z | Compiling dyn-clone v1.0.17 |
1684 | 2024-10-25T17:40:18.966Z | Compiling percent-encoding v2.3.1 |
1685 | 2024-10-25T17:40:19.160Z | Compiling der v0.7.9 |
1686 | 2024-10-25T17:40:19.409Z | Compiling rand_chacha v0.3.1 |
1687 | 2024-10-25T17:40:19.658Z | Compiling bytes v1.7.2 |
1688 | 2024-10-25T17:40:20.204Z | Compiling bitflags v2.6.0 |
1689 | 2024-10-25T17:40:20.507Z | Compiling indexmap v2.6.0 |
1690 | 2024-10-25T17:40:20.673Z | Compiling tokio v1.40.0 |
1691 | 2024-10-25T17:40:21.802Z | Compiling http v1.1.0 |
1692 | 2024-10-25T17:40:21.985Z | Compiling serde_tokenstream v0.2.2 |
1693 | 2024-10-25T17:40:22.014Z | Compiling rustc_version v0.4.1 |
1694 | 2024-10-25T17:40:22.260Z | Compiling uuid v1.10.0 |
1695 | 2024-10-25T17:40:22.470Z | Compiling chrono v0.4.38 |
1696 | 2024-10-25T17:40:23.754Z | Compiling scroll v0.12.0 |
1697 | 2024-10-25T17:40:24.304Z | Compiling aho-corasick v1.1.3 |
1698 | 2024-10-25T17:40:25.695Z | Compiling plain v0.2.3 |
1699 | 2024-10-25T17:40:25.890Z | Compiling rustls-pki-types v1.9.0 |
1700 | 2024-10-25T17:40:26.065Z | Compiling regex-syntax v0.8.5 |
1701 | 2024-10-25T17:40:26.780Z | Compiling camino v1.1.9 |
1702 | 2024-10-25T17:40:26.840Z | Compiling rayon-core v1.12.1 |
1703 | 2024-10-25T17:40:27.167Z | Compiling goblin v0.8.2 |
1704 | 2024-10-25T17:40:28.132Z | Compiling spki v0.7.3 |
1705 | 2024-10-25T17:40:28.165Z | Compiling rand v0.8.5 |
1706 | 2024-10-25T17:40:28.606Z | Compiling tokio-util v0.7.12 |
1707 | 2024-10-25T17:40:29.567Z | Compiling regex-automata v0.4.8 |
1708 | 2024-10-25T17:40:30.718Z | Compiling salsa20 v0.10.2 |
1709 | 2024-10-25T17:40:31.453Z | Compiling pbkdf2 v0.12.2 |
1710 | 2024-10-25T17:40:31.772Z | Compiling rustls v0.22.4 |
1711 | 2024-10-25T17:40:32.116Z | Compiling untrusted v0.9.0 |
1712 | 2024-10-25T17:40:32.333Z | Compiling try-lock v0.2.5 |
1713 | 2024-10-25T17:40:32.829Z | Compiling powerfmt v0.2.0 |
1714 | 2024-10-25T17:40:33.223Z | Compiling pretty-hex v0.4.1 |
1715 | 2024-10-25T17:40:33.470Z | Compiling dof v0.3.0 |
1716 | 2024-10-25T17:40:33.521Z | Compiling deranged v0.3.11 |
1717 | 2024-10-25T17:40:35.053Z | Compiling want v0.3.1 |
1718 | 2024-10-25T17:40:35.397Z | Compiling scrypt v0.11.0 |
1719 | 2024-10-25T17:40:35.873Z | Compiling dtrace-parser v0.2.0 |
1720 | 2024-10-25T17:40:36.333Z | Compiling form_urlencoded v1.2.1 |
1721 | 2024-10-25T17:40:36.977Z | Compiling cbc v0.1.2 |
1722 | 2024-10-25T17:40:37.019Z | Compiling aes v0.8.4 |
1723 | 2024-10-25T17:40:37.211Z | Compiling errno v0.3.9 |
1724 | 2024-10-25T17:40:37.303Z | Compiling thread-id v4.2.2 |
1725 | 2024-10-25T17:40:37.571Z | Compiling httpdate v1.0.3 |
1726 | 2024-10-25T17:40:37.762Z | Compiling atomic-waker v1.1.2 |
1727 | 2024-10-25T17:40:37.967Z | Compiling num_threads v0.1.7 |
1728 | 2024-10-25T17:40:38.007Z | Compiling pkcs5 v0.7.1 |
1729 | 2024-10-25T17:40:38.161Z | Compiling time v0.3.36 |
1730 | 2024-10-25T17:40:40.305Z | Compiling rustls-webpki v0.102.8 |
1731 | 2024-10-25T17:40:42.105Z | Compiling http-body v1.0.1 |
1732 | 2024-10-25T17:40:42.170Z | Compiling heapless v0.7.17 |
1733 | 2024-10-25T17:40:42.259Z | Compiling zerocopy-derive v0.6.6 |
1734 | 2024-10-25T17:40:42.383Z | Compiling multer v3.1.0 |
1735 | 2024-10-25T17:40:42.590Z | Compiling anyhow v1.0.89 |
1736 | 2024-10-25T17:40:42.705Z | Compiling slog-async v2.8.0 |
1737 | 2024-10-25T17:40:42.743Z | Compiling num-bigint-dig v0.8.4 |
1738 | 2024-10-25T17:40:43.032Z | Compiling tower-service v0.3.3 |
1739 | 2024-10-25T17:40:43.148Z | Compiling signal-hook v0.3.17 |
1740 | 2024-10-25T17:40:43.420Z | Compiling pkcs8 v0.10.2 |
1741 | 2024-10-25T17:40:43.635Z | Compiling h2 v0.4.6 |
1742 | 2024-10-25T17:40:43.957Z | Compiling regex v1.11.0 |
1743 | 2024-10-25T17:40:44.881Z | Compiling idna v0.5.0 |
1744 | 2024-10-25T17:40:45.243Z | Compiling rustversion v1.0.17 |
1745 | 2024-10-25T17:40:45.290Z | Compiling base64 v0.22.1 |
1746 | 2024-10-25T17:40:45.423Z | Compiling strsim v0.11.1 |
1747 | 2024-10-25T17:40:45.881Z | Compiling paste v1.0.15 |
1748 | 2024-10-25T17:40:46.606Z | Compiling url v2.5.2 |
1749 | 2024-10-25T17:40:48.297Z | Compiling usdt-attr-macro v0.5.0 |
1750 | 2024-10-25T17:40:48.330Z | Compiling usdt-macro v0.5.0 |
1751 | 2024-10-25T17:40:49.807Z | Compiling hyper v1.4.1 |
1752 | 2024-10-25T17:40:50.535Z | Compiling curve25519-dalek v4.1.3 |
1753 | 2024-10-25T17:40:50.875Z | Compiling openapiv3 v2.0.0 |
1754 | 2024-10-25T17:40:51.349Z | Compiling serde_spanned v0.6.8 |
1755 | 2024-10-25T17:40:51.554Z | Compiling toml_datetime v0.6.8 |
1756 | 2024-10-25T17:40:51.944Z | Compiling enum-as-inner v0.6.1 |
1757 | 2024-10-25T17:40:52.019Z | Compiling async-stream-impl v0.3.6 |
1758 | 2024-10-25T17:40:52.778Z | Compiling dropshot v0.12.0 |
1759 | 2024-10-25T17:40:53.022Z | Compiling match_cfg v0.1.0 |
1760 | 2024-10-25T17:40:53.046Z | Compiling foreign-types-shared v0.1.1 |
1761 | 2024-10-25T17:40:53.161Z | Compiling portable-atomic v1.9.0 |
1762 | 2024-10-25T17:40:53.475Z | Compiling smoltcp v0.9.1 |
1763 | 2024-10-25T17:40:53.846Z | Compiling hyper-util v0.1.9 |
1764 | 2024-10-25T17:40:53.933Z | Compiling foreign-types v0.3.2 |
1765 | 2024-10-25T17:40:54.008Z | Compiling hostname v0.3.1 |
1766 | 2024-10-25T17:40:56.924Z | Compiling clap_derive v4.5.18 |
1767 | 2024-10-25T17:40:57.470Z | Compiling dirs-sys-next v0.1.2 |
1768 | 2024-10-25T17:40:57.927Z | Compiling encoding_rs v0.8.34 |
1769 | 2024-10-25T17:40:58.047Z | Compiling data-encoding v2.6.0 |
1770 | 2024-10-25T17:40:59.619Z | Compiling mime v0.3.17 |
1771 | 2024-10-25T17:41:00.888Z | Compiling adler2 v2.0.0 |
1772 | 2024-10-25T17:41:00.918Z | Compiling ipnet v2.10.1 |
1773 | 2024-10-25T17:41:01.095Z | Compiling siphasher v0.3.11 |
1774 | 2024-10-25T17:41:01.760Z | Compiling miniz_oxide v0.8.0 |
1775 | 2024-10-25T17:41:04.773Z | Compiling dirs-next v2.0.0 |
1776 | 2024-10-25T17:41:07.108Z | Compiling http-body-util v0.1.2 |
1777 | 2024-10-25T17:41:07.282Z | Compiling hubpack_derive v0.1.1 |
1778 | 2024-10-25T17:41:07.627Z | Compiling serde_urlencoded v0.7.1 |
1779 | 2024-10-25T17:41:07.778Z | Compiling crossbeam-epoch v0.9.18 |
1780 | 2024-10-25T17:41:08.226Z | Compiling dropshot_endpoint v0.12.0 |
1781 | 2024-10-25T17:41:08.255Z | Compiling hashbrown v0.14.5 |
1782 | 2024-10-25T17:41:08.328Z | Compiling signature v2.2.0 |
1783 | 2024-10-25T17:41:08.431Z | Compiling sha1 v0.10.6 |
1784 | 2024-10-25T17:41:08.553Z | Compiling curve25519-dalek-derive v0.1.1 |
1785 | 2024-10-25T17:41:08.577Z | Compiling lazy_static v1.5.0 |
1786 | 2024-10-25T17:41:08.816Z | Compiling thread_local v1.1.8 |
1787 | 2024-10-25T17:41:08.876Z | Compiling fs-err v2.11.0 |
1788 | 2024-10-25T17:41:09.288Z | Compiling gimli v0.31.1 |
1789 | 2024-10-25T17:41:09.499Z | Compiling either v1.13.0 |
1790 | 2024-10-25T17:41:09.831Z | Compiling utf8parse v0.2.2 |
1791 | 2024-10-25T17:41:09.903Z | Compiling openssl-probe v0.1.5 |
1792 | 2024-10-25T17:41:10.817Z | Compiling unicode-properties v0.1.3 |
1793 | 2024-10-25T17:41:11.167Z | Compiling winnow v0.6.20 |
1794 | 2024-10-25T17:41:11.387Z | Compiling anstyle v1.0.8 |
1795 | 2024-10-25T17:41:11.839Z | Compiling stringprep v0.1.5 |
1796 | 2024-10-25T17:41:12.250Z | Compiling anstyle-parse v0.2.5 |
1797 | 2024-10-25T17:41:12.509Z | Compiling regress v0.10.1 |
1798 | 2024-10-25T17:41:13.601Z | Compiling addr2line v0.24.2 |
1799 | 2024-10-25T17:41:14.210Z | Compiling crossbeam-deque v0.8.5 |
1800 | 2024-10-25T17:41:14.580Z | Compiling toml_edit v0.22.22 |
1801 | 2024-10-25T17:41:14.715Z | Compiling term v0.7.0 |
1802 | 2024-10-25T17:41:16.036Z | Compiling slog-json v2.6.1 |
1803 | 2024-10-25T17:41:16.995Z | Compiling crossbeam-channel v0.5.13 |
1804 | 2024-10-25T17:41:17.473Z | Compiling rustls-pemfile v2.2.0 |
1805 | 2024-10-25T17:41:18.155Z | Compiling futures-executor v0.3.31 |
1806 | 2024-10-25T17:41:18.286Z | Compiling md-5 v0.10.6 |
1807 | 2024-10-25T17:41:18.488Z | Compiling idna v0.3.0 |
1808 | 2024-10-25T17:41:18.606Z | Compiling idna v0.4.0 |
1809 | 2024-10-25T17:41:19.523Z | Compiling num-integer v0.1.46 |
1810 | 2024-10-25T17:41:19.715Z | Compiling ff v0.13.0 |
1811 | 2024-10-25T17:41:19.911Z | Compiling hash32 v0.2.1 |
1812 | 2024-10-25T17:41:20.103Z | Compiling memmap v0.7.0 |
1813 | 2024-10-25T17:41:20.207Z | Compiling is-terminal v0.4.13 |
1814 | 2024-10-25T17:41:20.233Z | Compiling object v0.36.5 |
1815 | 2024-10-25T17:41:20.338Z | Compiling utf-8 v0.7.6 |
1816 | 2024-10-25T17:41:20.384Z | Compiling heck v0.4.1 |
1817 | 2024-10-25T17:41:20.553Z | Compiling quick-error v1.2.3 |
1818 | 2024-10-25T17:41:20.610Z | Compiling linked-hash-map v0.5.6 |
1819 | 2024-10-25T17:41:20.690Z | Compiling take_mut v0.2.2 |
1820 | 2024-10-25T17:41:20.748Z | Compiling anstyle-query v1.1.1 |
1821 | 2024-10-25T17:41:20.834Z | Compiling rustc-demangle v0.1.24 |
1822 | 2024-10-25T17:41:20.884Z | Compiling psl-types v2.0.11 |
1823 | 2024-10-25T17:41:20.930Z | Compiling fallible-iterator v0.2.0 |
1824 | 2024-10-25T17:41:21.440Z | Compiling base16ct v0.2.0 |
1825 | 2024-10-25T17:41:21.506Z | Compiling colorchoice v1.0.2 |
1826 | 2024-10-25T17:41:21.530Z | Compiling stable_deref_trait v1.2.0 |
1827 | 2024-10-25T17:41:21.627Z | Compiling is_terminal_polyfill v1.70.1 |
1828 | 2024-10-25T17:41:21.687Z | Compiling sec1 v0.7.3 |
1829 | 2024-10-25T17:41:21.749Z | Compiling anstream v0.6.15 |
1830 | 2024-10-25T17:41:22.136Z | Compiling postgres-protocol v0.6.7 |
1831 | 2024-10-25T17:41:22.471Z | Compiling publicsuffix v2.2.3 |
1832 | 2024-10-25T17:41:22.649Z | Compiling lru-cache v0.1.2 |
1833 | 2024-10-25T17:41:22.821Z | Compiling strum_macros v0.25.3 |
1834 | 2024-10-25T17:41:23.090Z | Compiling resolv-conf v0.7.0 |
1835 | 2024-10-25T17:41:23.216Z | Compiling tungstenite v0.24.0 |
1836 | 2024-10-25T17:41:23.536Z | Compiling slog-term v2.9.1 |
1837 | 2024-10-25T17:41:23.692Z | Compiling usdt v0.5.0 |
1838 | 2024-10-25T17:41:24.060Z | Compiling num-iter v0.1.45 |
1839 | 2024-10-25T17:41:24.241Z | Compiling group v0.13.0 |
1840 | 2024-10-25T17:41:24.513Z | Compiling hickory-proto v0.24.1 |
1841 | 2024-10-25T17:41:24.881Z | Compiling futures v0.3.31 |
1842 | 2024-10-25T17:41:25.658Z | Compiling tokio-rustls v0.26.0 |
1843 | 2024-10-25T17:41:26.032Z | Compiling backtrace v0.3.74 |
1844 | 2024-10-25T17:41:27.139Z | Compiling toml v0.8.19 |
1845 | 2024-10-25T17:41:28.278Z | Compiling tokio-rustls v0.25.0 |
1846 | 2024-10-25T17:41:28.316Z | Compiling slog-bunyan v2.5.0 |
1847 | 2024-10-25T17:41:28.339Z | Compiling typify-impl v0.2.0 |
1848 | 2024-10-25T17:41:28.370Z | Compiling tokio-native-tls v0.3.1 |
1849 | 2024-10-25T17:41:28.503Z | Compiling terminal_size v0.4.0 |
1850 | 2024-10-25T17:41:28.612Z | Compiling phf_shared v0.11.2 |
1851 | 2024-10-25T17:41:28.740Z | Compiling async-stream v0.3.6 |
1852 | 2024-10-25T17:41:28.974Z | Compiling waitgroup v0.1.2 |
1853 | 2024-10-25T17:41:29.063Z | Compiling webpki-roots v0.26.6 |
1854 | 2024-10-25T17:41:29.171Z | Compiling serde_path_to_error v0.1.16 |
1855 | 2024-10-25T17:41:29.319Z | Compiling hkdf v0.12.4 |
1856 | 2024-10-25T17:41:29.417Z | Compiling crypto-bigint v0.5.5 |
1857 | 2024-10-25T17:41:29.853Z | Compiling derive-where v1.2.7 |
1858 | 2024-10-25T17:41:31.339Z | Compiling serde_repr v0.1.19 |
1859 | 2024-10-25T17:41:31.632Z | Compiling hostname v0.4.0 |
1860 | 2024-10-25T17:41:31.824Z | Compiling unicode-width v0.1.14 |
1861 | 2024-10-25T17:41:32.236Z | Compiling debug-ignore v1.0.5 |
1862 | 2024-10-25T17:41:32.236Z | Compiling managed v0.8.0 |
1863 | 2024-10-25T17:41:32.279Z | Compiling bitflags v1.3.2 |
1864 | 2024-10-25T17:41:32.366Z | Compiling winnow v0.5.40 |
1865 | 2024-10-25T17:41:32.398Z | Compiling clap_lex v0.7.2 |
1866 | 2024-10-25T17:41:32.669Z | Compiling clap_builder v4.5.20 |
1867 | 2024-10-25T17:41:33.173Z | Compiling console v0.15.8 |
1868 | 2024-10-25T17:41:34.254Z | Compiling elliptic-curve v0.13.8 |
1869 | 2024-10-25T17:41:34.844Z | Compiling hyper-rustls v0.27.3 |
1870 | 2024-10-25T17:41:35.323Z | Compiling toml_edit v0.19.15 |
1871 | 2024-10-25T17:41:37.861Z | Compiling typify-macro v0.2.0 |
1872 | 2024-10-25T17:41:38.415Z | Compiling phf v0.11.2 |
1873 | 2024-10-25T17:41:38.446Z | Compiling hickory-resolver v0.24.1 |
1874 | 2024-10-25T17:41:38.767Z | Compiling hyper-tls v0.6.0 |
1875 | 2024-10-25T17:41:39.082Z | Compiling signal-hook-mio v0.2.4 |
1876 | 2024-10-25T17:41:39.236Z | Compiling rayon v1.10.0 |
1877 | 2024-10-25T17:41:39.304Z | Compiling cookie_store v0.21.0 |
1878 | 2024-10-25T17:41:39.744Z | Compiling tokio-tungstenite v0.24.0 |
1879 | 2024-10-25T17:41:40.426Z | Compiling postgres-types v0.2.8 |
1880 | 2024-10-25T17:41:40.781Z | Compiling ed25519 v2.2.3 |
1881 | 2024-10-25T17:41:40.807Z | Compiling hubpack v0.1.2 |
1882 | 2024-10-25T17:41:40.942Z | Compiling phf_shared v0.10.0 |
1883 | 2024-10-25T17:41:41.270Z | Compiling zerocopy v0.6.6 |
1884 | 2024-10-25T17:41:41.294Z | Compiling pkcs1 v0.7.5 |
1885 | 2024-10-25T17:41:41.951Z | Compiling bstr v1.10.0 |
1886 | 2024-10-25T17:41:42.111Z | Compiling tokio-stream v0.1.16 |
1887 | 2024-10-25T17:41:42.337Z | Compiling serde-big-array v0.5.1 |
1888 | 2024-10-25T17:41:42.543Z | Compiling rfc6979 v0.4.0 |
1889 | 2024-10-25T17:41:42.734Z | Compiling float-cmp v0.9.0 |
1890 | 2024-10-25T17:41:42.948Z | Compiling sync_wrapper v1.0.1 |
1891 | 2024-10-25T17:41:43.000Z | Compiling crc32fast v1.4.2 |
1892 | 2024-10-25T17:41:43.107Z | Compiling fixedbitset v0.4.2 |
1893 | 2024-10-25T17:41:43.219Z | Compiling whoami v1.5.2 |
1894 | 2024-10-25T17:41:43.248Z | Compiling normalize-line-endings v0.3.0 |
1895 | 2024-10-25T17:41:43.286Z | Compiling static_assertions v1.1.0 |
1896 | 2024-10-25T17:41:43.398Z | Compiling precomputed-hash v0.1.1 |
1897 | 2024-10-25T17:41:43.422Z | Compiling new_debug_unreachable v1.0.6 |
1898 | 2024-10-25T17:41:43.446Z | Compiling unicode-segmentation v1.12.0 |
1899 | 2024-10-25T17:41:43.500Z | Compiling bit-vec v0.6.3 |
1900 | 2024-10-25T17:41:43.524Z | Compiling minimal-lexical v0.2.1 |
1901 | 2024-10-25T17:41:43.872Z | Compiling difflib v0.4.0 |
1902 | 2024-10-25T17:41:43.897Z | Compiling predicates-core v1.0.8 |
1903 | 2024-10-25T17:41:44.098Z | Compiling number_prefix v0.4.0 |
1904 | 2024-10-25T17:41:44.166Z | Compiling similar v2.6.0 |
1905 | 2024-10-25T17:41:44.307Z | Compiling indicatif v0.17.8 |
1906 | 2024-10-25T17:41:44.532Z | Compiling predicates v3.1.2 |
1907 | 2024-10-25T17:41:44.874Z | Compiling nom v7.1.3 |
1908 | 2024-10-25T17:41:45.739Z | Compiling bit-set v0.5.3 |
1909 | 2024-10-25T17:41:45.819Z | Compiling tokio-postgres v0.7.12 |
1910 | 2024-10-25T17:41:45.994Z | Compiling string_cache v0.8.7 |
1911 | 2024-10-25T17:41:46.345Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1912 | 2024-10-25T17:41:48.526Z | Compiling petgraph v0.6.5 |
1913 | 2024-10-25T17:41:48.826Z | Compiling flate2 v1.0.34 |
1914 | 2024-10-25T17:41:48.886Z | Compiling reqwest v0.12.8 |
1915 | 2024-10-25T17:41:49.552Z | Compiling qorb v0.1.2 |
1916 | 2024-10-25T17:41:49.806Z | Compiling ecdsa v0.16.9 |
1917 | 2024-10-25T17:41:51.533Z | Compiling rsa v0.9.6 |
1918 | 2024-10-25T17:41:51.711Z | Compiling ed25519-dalek v2.1.1 |
1919 | 2024-10-25T17:41:52.434Z | Compiling crossterm v0.28.1 |
1920 | 2024-10-25T17:41:52.524Z | Compiling toml v0.7.8 |
1921 | 2024-10-25T17:41:52.550Z | Compiling clap v4.5.20 |
1922 | 2024-10-25T17:41:52.850Z | Compiling itertools v0.10.5 |
1923 | 2024-10-25T17:41:53.776Z | Compiling itertools v0.12.1 |
1924 | 2024-10-25T17:41:55.368Z | Compiling x509-cert v0.2.5 |
1925 | 2024-10-25T17:41:56.004Z | Compiling hex v0.4.3 |
1926 | 2024-10-25T17:41:57.521Z | Compiling unicode-xid v0.2.6 |
1927 | 2024-10-25T17:41:57.796Z | Compiling radium v0.7.0 |
1928 | 2024-10-25T17:41:58.149Z | Compiling peg-runtime v0.8.3 |
1929 | 2024-10-25T17:41:59.199Z | Compiling lalrpop-util v0.19.12 |
1930 | 2024-10-25T17:41:59.505Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1931 | 2024-10-25T17:42:04.935Z | Compiling ident_case v1.0.1 |
1932 | 2024-10-25T17:42:05.100Z | Compiling tap v1.0.1 |
1933 | 2024-10-25T17:42:05.264Z | Compiling maybe-uninit v2.0.0 |
1934 | 2024-10-25T17:42:05.405Z | Compiling wyz v0.5.1 |
1935 | 2024-10-25T17:42:05.762Z | Compiling darling_core v0.20.10 |
1936 | 2024-10-25T17:42:19.827Z | Compiling typify v0.2.0 |
1937 | 2024-10-25T17:42:22.640Z | Compiling http v0.2.12 |
1938 | 2024-10-25T17:42:23.678Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1939 | 2024-10-25T17:42:24.677Z | Compiling base64 v0.21.7 |
1940 | 2024-10-25T17:42:24.977Z | Compiling unsafe-libyaml v0.2.11 |
1941 | 2024-10-25T17:42:25.969Z | Compiling packed_struct v0.10.1 |
1942 | 2024-10-25T17:42:26.211Z | Compiling funty v2.0.0 |
1943 | 2024-10-25T17:42:27.876Z | Compiling bitvec v1.0.1 |
1944 | 2024-10-25T17:42:28.145Z | Compiling serde_yaml v0.9.34+deprecated |
1945 | 2024-10-25T17:42:33.311Z | Compiling progenitor-impl v0.8.0 |
1946 | 2024-10-25T17:42:35.356Z | Compiling darling_macro v0.20.10 |
1947 | 2024-10-25T17:42:36.398Z | Compiling packed_struct_codegen v0.10.1 |
1948 | 2024-10-25T17:42:38.343Z | Compiling structmeta-derive v0.3.0 |
1949 | 2024-10-25T17:42:38.696Z | Compiling indexmap v1.9.3 |
1950 | 2024-10-25T17:42:38.950Z | Compiling nodrop v0.1.14 |
1951 | 2024-10-25T17:42:39.066Z | Compiling fastrand v2.1.1 |
1952 | 2024-10-25T17:42:39.585Z | Compiling newtype-uuid v1.1.2 |
1953 | 2024-10-25T17:42:39.633Z | Compiling crc-catalog v2.4.0 |
1954 | 2024-10-25T17:42:40.463Z | Compiling structmeta v0.3.0 |
1955 | 2024-10-25T17:42:41.389Z | Compiling crc v3.2.1 |
1956 | 2024-10-25T17:42:41.997Z | Compiling tempfile v3.13.0 |
1957 | 2024-10-25T17:42:42.683Z | Compiling array-init v0.0.4 |
1958 | 2024-10-25T17:42:42.850Z | Compiling progenitor-macro v0.8.0 |
1959 | 2024-10-25T17:42:43.659Z | Compiling darling v0.20.10 |
1960 | 2024-10-25T17:42:45.216Z | Compiling smallvec v0.6.14 |
1961 | 2024-10-25T17:42:48.491Z | Compiling h2 v0.3.26 |
1962 | 2024-10-25T17:42:50.667Z | Compiling http-body v0.4.6 |
1963 | 2024-10-25T17:42:50.892Z | Compiling progenitor-client v0.8.0 |
1964 | 2024-10-25T17:42:54.624Z | Compiling pin-project-internal v1.1.6 |
1965 | 2024-10-25T17:42:55.229Z | Compiling same-file v1.0.6 |
1966 | 2024-10-25T17:42:55.708Z | Compiling bitfield v0.14.0 |
1967 | 2024-10-25T17:42:55.958Z | Compiling termcolor v1.4.1 |
1968 | 2024-10-25T17:42:56.828Z | Compiling hashbrown v0.12.3 |
1969 | 2024-10-25T17:43:04.565Z | Compiling pin-project v1.1.6 |
1970 | 2024-10-25T17:43:04.975Z | Compiling env_logger v0.10.2 |
1971 | 2024-10-25T17:43:05.234Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1972 | 2024-10-25T17:43:06.269Z | Compiling walkdir v2.5.0 |
1973 | 2024-10-25T17:43:07.394Z | Compiling hyper v0.14.30 |
1974 | 2024-10-25T17:43:08.283Z | Compiling progenitor v0.8.0 |
1975 | 2024-10-25T17:43:09.473Z | Compiling serde-hex v0.1.0 |
1976 | 2024-10-25T17:43:09.785Z | Compiling bzip2 v0.4.4 |
1977 | 2024-10-25T17:43:10.219Z | Compiling serde_with_macros v3.11.0 |
1978 | 2024-10-25T17:43:11.279Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1979 | 2024-10-25T17:43:11.843Z | Compiling parse-display-derive v0.10.0 |
1980 | 2024-10-25T17:43:12.235Z | Compiling ron v0.8.1 |
1981 | 2024-10-25T17:43:16.244Z | Compiling strum_macros v0.26.4 |
1982 | 2024-10-25T17:43:16.392Z | Compiling ipnetwork v0.20.0 |
1983 | 2024-10-25T17:43:16.515Z | Compiling hashbrown v0.13.2 |
1984 | 2024-10-25T17:43:17.144Z | Compiling xattr v1.3.1 |
1985 | 2024-10-25T17:43:17.417Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1986 | 2024-10-25T17:43:17.600Z | Compiling snafu-derive v0.8.5 |
1987 | 2024-10-25T17:43:17.652Z | Compiling ring v0.16.20 |
1988 | 2024-10-25T17:43:18.004Z | Compiling blake3 v1.5.4 |
1989 | 2024-10-25T17:43:18.481Z | Compiling filetime v0.2.25 |
1990 | 2024-10-25T17:43:18.536Z | Compiling instant v0.1.13 |
1991 | 2024-10-25T17:43:18.694Z | Compiling crc-any v2.5.0 |
1992 | 2024-10-25T17:43:19.133Z | Compiling buf-list v1.0.3 |
1993 | 2024-10-25T17:43:19.352Z | Compiling sync_wrapper v0.1.2 |
1994 | 2024-10-25T17:43:19.492Z | Compiling reqwest v0.11.27 |
1995 | 2024-10-25T17:43:19.542Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1996 | 2024-10-25T17:43:19.686Z | Compiling tar v0.4.42 |
1997 | 2024-10-25T17:43:19.791Z | Compiling strum v0.26.3 |
1998 | 2024-10-25T17:43:19.964Z | Compiling backoff v0.4.0 |
1999 | 2024-10-25T17:43:20.673Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2000 | 2024-10-25T17:43:20.871Z | Compiling object v0.30.4 |
2001 | 2024-10-25T17:43:21.449Z | Compiling snafu v0.8.5 |
2002 | 2024-10-25T17:43:22.521Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2003 | 2024-10-25T17:43:24.147Z | Compiling parse-display v0.10.0 |
2004 | 2024-10-25T17:43:24.733Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2005 | 2024-10-25T17:43:25.576Z | Compiling serde_with v3.11.0 |
2006 | 2024-10-25T17:43:25.778Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2007 | 2024-10-25T17:43:26.111Z | Compiling zip v0.6.6 |
2008 | 2024-10-25T17:43:26.232Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2009 | 2024-10-25T17:43:26.883Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2010 | 2024-10-25T17:43:28.405Z | Compiling camino-tempfile v1.1.1 |
2011 | 2024-10-25T17:43:29.051Z | Compiling globset v0.4.15 |
2012 | 2024-10-25T17:43:29.191Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2013 | 2024-10-25T17:43:29.347Z | Compiling regress v0.9.1 |
2014 | 2024-10-25T17:43:31.357Z | Compiling pem v3.0.4 |
2015 | 2024-10-25T17:43:32.596Z | Compiling olpc-cjson v0.1.4 |
2016 | 2024-10-25T17:43:32.823Z | Compiling serde_plain v1.0.2 |
2017 | 2024-10-25T17:43:32.887Z | Compiling macaddr v1.0.1 |
2018 | 2024-10-25T17:43:33.271Z | Compiling async-recursion v1.1.1 |
2019 | 2024-10-25T17:43:33.405Z | Compiling memmap2 v0.9.5 |
2020 | 2024-10-25T17:43:33.924Z | Compiling path-slash v0.1.5 |
2021 | 2024-10-25T17:43:34.135Z | Compiling spin v0.5.2 |
2022 | 2024-10-25T17:43:34.352Z | Compiling arrayvec v0.7.6 |
2023 | 2024-10-25T17:43:34.408Z | Compiling typed-path v0.7.1 |
2024 | 2024-10-25T17:43:34.596Z | Compiling arrayref v0.3.9 |
2025 | 2024-10-25T17:43:34.716Z | Compiling untrusted v0.7.1 |
2026 | 2024-10-25T17:43:34.795Z | Compiling constant_time_eq v0.3.1 |
2027 | 2024-10-25T17:43:35.161Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2028 | 2024-10-25T17:43:36.238Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2029 | 2024-10-25T17:43:37.020Z | Compiling tough v0.17.1 |
2030 | 2024-10-25T17:43:37.766Z | Compiling itertools v0.13.0 |
2031 | 2024-10-25T17:43:39.845Z | Compiling cargo-platform v0.1.8 |
2032 | 2024-10-25T17:43:40.760Z | Compiling parse-size v1.0.0 |
2033 | 2024-10-25T17:43:40.804Z | Compiling topological-sort v0.2.2 |
2034 | 2024-10-25T17:43:40.911Z | Compiling cargo_metadata v0.18.1 |
2035 | 2024-10-25T17:43:41.019Z | Compiling omicron-zone-package v0.11.1 |
2036 | 2024-10-25T17:43:41.048Z | Compiling shell-words v1.1.0 |
2037 | 2024-10-25T17:43:46.482Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2038 | 2024-10-25T17:43:57.976Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2039 | 2024-10-25T17:44:14.654Z | Finished `release` profile [optimized] target(s) in 4m 20s |
2040 | 2024-10-25T17:44:14.783Z | Running `target/release/omicron-releng --output-dir /work` |
2041 | 2024-10-25T17:44:14.841Z | Oct 25 17:44:14.366 DEBG changing working directory to /work/oxidecomputer/omicron |
2042 | 2024-10-25T17:44:14.970Z | Oct 25 17:44:14.497 DEBG running: git rev-parse HEAD |
2043 | 2024-10-25T17:44:14.995Z | Oct 25 17:44:14.505 DEBG process exited with exit status: 0 (7.695624ms) |
2044 | 2024-10-25T17:44:14.995Z | Oct 25 17:44:14.505 INFO version: 12.0.0-0.ci+git30cd9794815 |
2045 | 2024-10-25T17:44:15.027Z | Oct 25 17:44:14.553 INFO cloning helios to /work/oxidecomputer/helios |
2046 | 2024-10-25T17:44:15.027Z | Oct 25 17:44:14.553 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2047 | 2024-10-25T17:44:15.051Z | Cloning into '/work/oxidecomputer/helios'... |
2048 | 2024-10-25T17:44:15.663Z | Oct 25 17:44:15.189 DEBG process exited with exit status: 0 (635.708403ms) |
2049 | 2024-10-25T17:44:15.663Z | Oct 25 17:44:15.189 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2050 | 2024-10-25T17:44:15.687Z | # branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb |
2051 | 2024-10-25T17:44:15.687Z | # branch.head master |
2052 | 2024-10-25T17:44:15.687Z | # branch.upstream origin/master |
2053 | 2024-10-25T17:44:15.687Z | # branch.ab +0 -0 |
2054 | 2024-10-25T17:44:15.687Z | Oct 25 17:44:15.202 DEBG process exited with exit status: 0 (12.419736ms) |
2055 | 2024-10-25T17:44:15.687Z | Oct 25 17:44:15.202 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2056 | 2024-10-25T17:44:16.653Z | Oct 25 17:44:16.179 DEBG process exited with exit status: 0 (977.563226ms) |
2057 | 2024-10-25T17:44:16.653Z | Oct 25 17:44:16.180 DEBG running: zfs list rpool/images/build/host |
2058 | 2024-10-25T17:44:16.677Z | NAME USED AVAIL REFER MOUNTPOINT |
2059 | 2024-10-25T17:44:16.677Z | rpool/images/build/host 96K 145G 96K /rpool/images/build/host |
2060 | 2024-10-25T17:44:16.677Z | Oct 25 17:44:16.190 DEBG process exited with exit status: 0 (10.640523ms) |
2061 | 2024-10-25T17:44:16.677Z | Oct 25 17:44:16.190 DEBG running: zfs list rpool/images/build/recovery |
2062 | 2024-10-25T17:44:16.677Z | NAME USED AVAIL REFER MOUNTPOINT |
2063 | 2024-10-25T17:44:16.677Z | rpool/images/build/recovery 96K 145G 96K /rpool/images/build/recovery |
2064 | 2024-10-25T17:44:16.677Z | Oct 25 17:44:16.199 DEBG process exited with exit status: 0 (9.061073ms) |
2065 | 2024-10-25T17:44:16.677Z | Oct 25 17:44:16.200 INFO [hubris-production] running task |
2066 | 2024-10-25T17:44:16.677Z | Oct 25 17:44:16.201 INFO [hubris-staging] running task |
2067 | 2024-10-25T17:44:16.678Z | Oct 25 17:44:16.201 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2068 | 2024-10-25T17:44:16.701Z | Oct 25 17:44:16.207 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2069 | 2024-10-25T17:44:16.775Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2070 | 2024-10-25T17:44:17.355Z | [ omicron-package] Blocking waiting for file lock on package cache |
2071 | 2024-10-25T17:44:18.030Z | [ omicron-package] Blocking waiting for file lock on package cache |
2072 | 2024-10-25T17:44:18.397Z | [ omicron-package] Blocking waiting for file lock on package cache |
2073 | 2024-10-25T17:44:19.067Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2074 | 2024-10-25T17:44:19.117Z | [ omicron-package] Compiling heapless v0.8.0 |
2075 | 2024-10-25T17:44:19.143Z | [ omicron-package] Compiling hash32 v0.3.1 |
2076 | 2024-10-25T17:44:19.167Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2077 | 2024-10-25T17:44:19.167Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2078 | 2024-10-25T17:44:19.167Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2079 | 2024-10-25T17:44:19.167Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2080 | 2024-10-25T17:44:19.167Z | [ omicron-package] Compiling cobs v0.2.3 |
2081 | 2024-10-25T17:44:20.118Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2082 | 2024-10-25T17:44:20.165Z | [ omicron-package] Compiling postcard v1.0.10 |
2083 | 2024-10-25T17:44:20.307Z | Oct 25 17:44:19.834 INFO [hubris-production] task succeeded (3.633701411s) |
2084 | 2024-10-25T17:44:20.438Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2085 | 2024-10-25T17:44:20.462Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2086 | 2024-10-25T17:44:20.555Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2087 | 2024-10-25T17:44:20.924Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2088 | 2024-10-25T17:44:21.101Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2089 | 2024-10-25T17:44:21.919Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2090 | 2024-10-25T17:44:22.091Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2091 | 2024-10-25T17:44:22.306Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2092 | 2024-10-25T17:44:22.524Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2093 | 2024-10-25T17:44:22.778Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2094 | 2024-10-25T17:44:23.105Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2095 | 2024-10-25T17:44:23.354Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2096 | 2024-10-25T17:44:23.378Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2097 | 2024-10-25T17:44:23.708Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2098 | 2024-10-25T17:44:23.820Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2099 | 2024-10-25T17:44:24.158Z | [ omicron-package] Compiling colored v2.1.0 |
2100 | 2024-10-25T17:44:24.244Z | [ omicron-package] Compiling num_enum v0.5.11 |
2101 | 2024-10-25T17:44:24.268Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2102 | 2024-10-25T17:44:24.667Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2103 | 2024-10-25T17:44:24.818Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2104 | 2024-10-25T17:44:24.963Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2105 | 2024-10-25T17:44:25.090Z | [ omicron-package] Compiling num-derive v0.4.2 |
2106 | 2024-10-25T17:44:25.269Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2107 | 2024-10-25T17:44:25.483Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2108 | 2024-10-25T17:44:25.507Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2109 | 2024-10-25T17:44:25.943Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2110 | 2024-10-25T17:44:26.089Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2111 | 2024-10-25T17:44:26.480Z | [ omicron-package] Compiling smf v0.2.3 |
2112 | 2024-10-25T17:44:26.619Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2113 | 2024-10-25T17:44:27.138Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2114 | 2024-10-25T17:44:27.392Z | [ omicron-package] Compiling zone v0.3.0 |
2115 | 2024-10-25T17:44:28.834Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2116 | 2024-10-25T17:44:29.042Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2117 | 2024-10-25T17:44:29.718Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2118 | 2024-10-25T17:44:30.012Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2119 | 2024-10-25T17:44:30.990Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2120 | 2024-10-25T17:44:31.022Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2121 | 2024-10-25T17:44:31.022Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2122 | 2024-10-25T17:44:31.467Z | [ omicron-package] Compiling gethostname v0.5.0 |
2123 | 2024-10-25T17:44:32.981Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2124 | 2024-10-25T17:44:35.285Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2125 | 2024-10-25T17:44:37.735Z | Oct 25 17:44:37.262 INFO [hubris-staging] task succeeded (21.061122735s) |
2126 | 2024-10-25T17:44:37.992Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2127 | 2024-10-25T17:44:38.538Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2128 | 2024-10-25T17:44:39.886Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2129 | 2024-10-25T17:44:54.790Z | [ helios-setup] Oct 25 17:44:54.316 INFO helios repository root is: /work/oxidecomputer/helios |
2130 | 2024-10-25T17:44:54.814Z | [ helios-setup] Oct 25 17:44:54.318 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2131 | 2024-10-25T17:44:54.814Z | [ helios-setup] Oct 25 17:44:54.318 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2132 | 2024-10-25T17:44:54.814Z | [ helios-setup] Oct 25 17:44:54.319 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2133 | 2024-10-25T17:44:54.814Z | [ helios-setup] Oct 25 17:44:54.319 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 |
2134 | 2024-10-25T17:44:54.814Z | [ helios-setup] Oct 25 17:44:54.319 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2135 | 2024-10-25T17:44:54.814Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2136 | 2024-10-25T17:44:55.593Z | [ helios-setup] Oct 25 17:44:55.119 INFO clone ok!, project: phbl |
2137 | 2024-10-25T17:44:55.617Z | [ helios-setup] Oct 25 17:44:55.119 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 |
2138 | 2024-10-25T17:44:55.617Z | [ helios-setup] Oct 25 17:44:55.119 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2139 | 2024-10-25T17:44:55.617Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2140 | 2024-10-25T17:44:56.290Z | [ helios-setup] Oct 25 17:44:55.816 INFO clone ok!, project: bootserver |
2141 | 2024-10-25T17:44:56.314Z | [ helios-setup] Oct 25 17:44:55.816 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 |
2142 | 2024-10-25T17:44:56.314Z | [ helios-setup] Oct 25 17:44:55.816 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2143 | 2024-10-25T17:44:56.314Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2144 | 2024-10-25T17:44:56.878Z | [ helios-setup] Oct 25 17:44:56.404 INFO clone ok!, project: pinprick |
2145 | 2024-10-25T17:44:56.878Z | [ helios-setup] Oct 25 17:44:56.404 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 |
2146 | 2024-10-25T17:44:56.878Z | [ helios-setup] Oct 25 17:44:56.404 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 |
2147 | 2024-10-25T17:44:56.902Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2148 | 2024-10-25T17:44:57.874Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2149 | 2024-10-25T17:44:57.899Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2150 | 2024-10-25T17:44:58.421Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 41.72s |
2151 | 2024-10-25T17:44:58.655Z | [ omicron-package] |
2152 | 2024-10-25T17:44:58.655Z | [ omicron-package] real 41.915156559 |
2153 | 2024-10-25T17:44:58.655Z | [ omicron-package] user 2:20.239255321 |
2154 | 2024-10-25T17:44:58.679Z | [ omicron-package] sys 20.177140104 |
2155 | 2024-10-25T17:44:58.679Z | [ omicron-package] trap 0.208297843 |
2156 | 2024-10-25T17:44:58.679Z | [ omicron-package] tflt 0.384587806 |
2157 | 2024-10-25T17:44:58.680Z | [ omicron-package] dflt 0.480885018 |
2158 | 2024-10-25T17:44:58.680Z | [ omicron-package] kflt 0.000606312 |
2159 | 2024-10-25T17:44:58.680Z | [ omicron-package] lock 4:54.080367245 |
2160 | 2024-10-25T17:44:58.680Z | [ omicron-package] slp 7:19.326390755 |
2161 | 2024-10-25T17:44:58.680Z | Oct 25 17:44:58.183 INFO [omicron-package] process exited with exit status: 0 (41.976283729s) |
2162 | 2024-10-25T17:44:58.680Z | [ omicron-package] lat 1:23.460342124 |
2163 | 2024-10-25T17:44:58.680Z | [ omicron-package] stop 53.611115284 |
2164 | 2024-10-25T17:44:58.680Z | Oct 25 17:44:58.184 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 |
2165 | 2024-10-25T17:44:58.704Z | Oct 25 17:44:58.212 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2166 | 2024-10-25T17:44:58.704Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2167 | 2024-10-25T17:44:58.704Z | [ host-target] Created new build target 'host' and set it as active |
2168 | 2024-10-25T17:44:58.704Z | Oct 25 17:44:58.230 INFO [host-target] process exited with exit status: 0 (46.549254ms) |
2169 | 2024-10-25T17:44:58.704Z | Oct 25 17:44:58.231 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2170 | 2024-10-25T17:44:58.728Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2171 | 2024-10-25T17:44:58.728Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2172 | 2024-10-25T17:44:58.728Z | Oct 25 17:44:58.247 INFO [recovery-target] process exited with exit status: 0 (35.477622ms) |
2173 | 2024-10-25T17:44:58.753Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2174 | 2024-10-25T17:45:00.327Z | [ host-package] Compiling convert_case v0.4.0 |
2175 | 2024-10-25T17:45:00.327Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2176 | 2024-10-25T17:45:00.351Z | [ host-package] Compiling password-hash v0.5.0 |
2177 | 2024-10-25T17:45:00.351Z | [ host-package] Compiling blake2 v0.10.6 |
2178 | 2024-10-25T17:45:00.351Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2179 | 2024-10-25T17:45:00.351Z | [ host-package] Compiling newline-converter v0.3.0 |
2180 | 2024-10-25T17:45:00.351Z | [ host-package] Compiling owo-colors v4.1.0 |
2181 | 2024-10-25T17:45:00.468Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2182 | 2024-10-25T17:45:00.584Z | [ host-package] Compiling expectorate v1.1.0 |
2183 | 2024-10-25T17:45:00.695Z | [ host-package] Compiling libsw v3.3.1 |
2184 | 2024-10-25T17:45:00.869Z | [ host-package] Compiling argon2 v0.5.3 |
2185 | 2024-10-25T17:45:01.034Z | [ host-package] Compiling linear-map v1.2.0 |
2186 | 2024-10-25T17:45:01.086Z | [ host-package] Compiling derive_more v0.99.18 |
2187 | 2024-10-25T17:45:01.230Z | [ host-package] Compiling swrite v0.1.0 |
2188 | 2024-10-25T17:45:01.408Z | [ host-package] Compiling indent_write v2.2.0 |
2189 | 2024-10-25T17:45:01.434Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2190 | 2024-10-25T17:45:01.434Z | [ host-package] Compiling progenitor-client v0.8.0 |
2191 | 2024-10-25T17:45:01.631Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2192 | 2024-10-25T17:45:01.655Z | [ host-package] Compiling atomicwrites v0.4.4 |
2193 | 2024-10-25T17:45:01.844Z | [ host-package] Compiling progenitor v0.8.0 |
2194 | 2024-10-25T17:45:02.048Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2195 | 2024-10-25T17:45:02.116Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2196 | 2024-10-25T17:45:02.170Z | [ host-package] Compiling num-rational v0.4.2 |
2197 | 2024-10-25T17:45:02.227Z | [ host-package] Compiling num-complex v0.4.6 |
2198 | 2024-10-25T17:45:02.957Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2199 | 2024-10-25T17:45:03.134Z | [ host-package] Compiling num v0.4.3 |
2200 | 2024-10-25T17:45:03.320Z | [ host-package] Compiling prettyplease v0.2.22 |
2201 | 2024-10-25T17:45:03.360Z | [ host-package] Compiling float-ord v0.3.2 |
2202 | 2024-10-25T17:45:03.573Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2203 | 2024-10-25T17:45:03.643Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2204 | 2024-10-25T17:45:03.667Z | [ helios-setup] Oct 25 17:45:03.185 INFO clone ok!, project: amd-host-image-builder |
2205 | 2024-10-25T17:45:03.667Z | [ helios-setup] Oct 25 17:45:03.186 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 |
2206 | 2024-10-25T17:45:03.667Z | [ helios-setup] Oct 25 17:45:03.186 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2207 | 2024-10-25T17:45:03.667Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2208 | 2024-10-25T17:45:03.761Z | [ host-package] Compiling semver v0.1.20 |
2209 | 2024-10-25T17:45:04.216Z | [ host-package] Compiling rustc_version v0.1.7 |
2210 | 2024-10-25T17:45:04.293Z | [ host-package] Compiling highway v1.2.0 |
2211 | 2024-10-25T17:45:04.718Z | [ helios-setup] Oct 25 17:45:04.244 INFO clone ok!, project: pilot |
2212 | 2024-10-25T17:45:04.718Z | [ helios-setup] Oct 25 17:45:04.244 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 |
2213 | 2024-10-25T17:45:04.718Z | [ helios-setup] Oct 25 17:45:04.244 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2214 | 2024-10-25T17:45:04.719Z | [ host-package] Compiling newtype_derive v0.1.6 |
2215 | 2024-10-25T17:45:04.743Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2216 | 2024-10-25T17:45:05.219Z | [ host-package] Compiling humantime v2.1.0 |
2217 | 2024-10-25T17:45:05.473Z | [ helios-setup] Oct 25 17:45:04.999 INFO clone ok!, project: image-builder |
2218 | 2024-10-25T17:45:05.497Z | [ helios-setup] Oct 25 17:45:04.999 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 |
2219 | 2024-10-25T17:45:05.497Z | [ helios-setup] Oct 25 17:45:04.999 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2220 | 2024-10-25T17:45:05.497Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2221 | 2024-10-25T17:45:05.745Z | [ host-package] Compiling home v0.5.9 |
2222 | 2024-10-25T17:45:05.984Z | [ host-package] Compiling steno v0.4.1 |
2223 | 2024-10-25T17:45:06.784Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2224 | 2024-10-25T17:45:08.397Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2225 | 2024-10-25T17:45:08.845Z | [ host-package] Compiling newtype-uuid v1.1.2 |
2226 | 2024-10-25T17:45:09.219Z | [ host-package] Compiling ipnetwork v0.20.0 |
2227 | 2024-10-25T17:45:09.481Z | [ host-package] Compiling instant v0.1.13 |
2228 | 2024-10-25T17:45:09.651Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2229 | 2024-10-25T17:45:09.998Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2230 | 2024-10-25T17:45:10.079Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2231 | 2024-10-25T17:45:10.375Z | [ host-package] Compiling backoff v0.4.0 |
2232 | 2024-10-25T17:45:10.638Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2233 | 2024-10-25T17:45:10.720Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2234 | 2024-10-25T17:45:10.963Z | [ host-package] Compiling parse-display v0.10.0 |
2235 | 2024-10-25T17:45:11.764Z | [ helios-setup] Oct 25 17:45:11.290 INFO clone ok!, project: amd-firmware |
2236 | 2024-10-25T17:45:11.764Z | [ helios-setup] Oct 25 17:45:11.291 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 |
2237 | 2024-10-25T17:45:11.788Z | [ helios-setup] Oct 25 17:45:11.291 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2238 | 2024-10-25T17:45:11.788Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2239 | 2024-10-25T17:45:11.812Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2240 | 2024-10-25T17:45:11.992Z | [ host-package] Compiling strum v0.26.3 |
2241 | 2024-10-25T17:45:12.171Z | [ host-package] Compiling serde_with v3.11.0 |
2242 | 2024-10-25T17:45:12.856Z | [ helios-setup] Oct 25 17:45:12.382 INFO clone ok!, project: chelsio-t6-roms |
2243 | 2024-10-25T17:45:12.880Z | [ helios-setup] Oct 25 17:45:12.383 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2244 | 2024-10-25T17:45:13.735Z | [ helios-setup] Oct 25 17:45:13.261 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2245 | 2024-10-25T17:45:14.190Z | [ helios-setup] Oct 25 17:45:13.717 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2246 | 2024-10-25T17:45:14.190Z | [ helios-setup] Oct 25 17:45:13.717 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2247 | 2024-10-25T17:45:14.243Z | [ host-package] Compiling regress v0.9.1 |
2248 | 2024-10-25T17:45:14.601Z | [ helios-setup] Oct 25 17:45:14.127 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2249 | 2024-10-25T17:45:15.010Z | [ helios-setup] Oct 25 17:45:14.537 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2250 | 2024-10-25T17:45:15.010Z | [ helios-setup] Oct 25 17:45:14.537 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2251 | 2024-10-25T17:45:15.456Z | [ helios-setup] Oct 25 17:45:14.982 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2252 | 2024-10-25T17:45:15.733Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2253 | 2024-10-25T17:45:15.894Z | [ helios-setup] Oct 25 17:45:15.421 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2254 | 2024-10-25T17:45:15.895Z | [ helios-setup] Oct 25 17:45:15.421 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2255 | 2024-10-25T17:45:15.919Z | [ helios-setup] Oct 25 17:45:15.421 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2256 | 2024-10-25T17:45:15.919Z | [ helios-setup] Oct 25 17:45:15.421 INFO ok! |
2257 | 2024-10-25T17:45:15.919Z | [ helios-setup] Oct 25 17:45:15.421 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2258 | 2024-10-25T17:45:15.919Z | [ helios-setup] Oct 25 17:45:15.421 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2259 | 2024-10-25T17:45:15.919Z | [ helios-setup] Oct 25 17:45:15.421 INFO ok! |
2260 | 2024-10-25T17:45:15.919Z | [ helios-setup] Oct 25 17:45:15.421 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2261 | 2024-10-25T17:45:15.919Z | [ helios-setup] Oct 25 17:45:15.421 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2262 | 2024-10-25T17:45:15.919Z | [ helios-setup] Oct 25 17:45:15.421 INFO ok! |
2263 | 2024-10-25T17:45:15.919Z | [ helios-setup] Oct 25 17:45:15.422 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2264 | 2024-10-25T17:45:15.919Z | [ helios-setup] Oct 25 17:45:15.422 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2265 | 2024-10-25T17:45:16.224Z | [ helios-setup] Oct 25 17:45:15.750 INFO E| Downloading crates ... |
2266 | 2024-10-25T17:45:16.280Z | [ helios-setup] Oct 25 17:45:15.806 INFO E| Downloaded digest v0.10.3 |
2267 | 2024-10-25T17:45:16.307Z | [ helios-setup] Oct 25 17:45:15.810 INFO E| Downloaded typenum v1.15.0 |
2268 | 2024-10-25T17:45:16.307Z | [ helios-setup] Oct 25 17:45:15.816 INFO E| Downloaded unicode-width v0.1.10 |
2269 | 2024-10-25T17:45:16.307Z | [ helios-setup] Oct 25 17:45:15.818 INFO E| Downloaded cpufeatures v0.2.5 |
2270 | 2024-10-25T17:45:16.307Z | [ helios-setup] Oct 25 17:45:15.820 INFO E| Downloaded miniz_oxide v0.6.2 |
2271 | 2024-10-25T17:45:16.307Z | [ helios-setup] Oct 25 17:45:15.823 INFO E| Downloaded bytes v1.2.1 |
2272 | 2024-10-25T17:45:16.331Z | [ helios-setup] Oct 25 17:45:15.841 INFO E| Downloaded block-buffer v0.10.3 |
2273 | 2024-10-25T17:45:16.331Z | [ helios-setup] Oct 25 17:45:15.842 INFO E| Downloaded anyhow v1.0.62 |
2274 | 2024-10-25T17:45:16.331Z | [ helios-setup] Oct 25 17:45:15.847 INFO E| Downloaded sha2 v0.10.5 |
2275 | 2024-10-25T17:45:16.331Z | [ helios-setup] Oct 25 17:45:15.850 INFO E| Downloaded generic-array v0.14.6 |
2276 | 2024-10-25T17:45:16.331Z | [ helios-setup] Oct 25 17:45:15.852 INFO E| Downloaded flate2 v1.0.25 |
2277 | 2024-10-25T17:45:16.487Z | [ helios-setup] Oct 25 17:45:16.013 INFO E| Compiling typenum v1.15.0 |
2278 | 2024-10-25T17:45:16.487Z | [ helios-setup] Oct 25 17:45:16.013 INFO E| Compiling version_check v0.9.4 |
2279 | 2024-10-25T17:45:16.511Z | [ helios-setup] Oct 25 17:45:16.014 INFO E| Compiling cfg-if v1.0.0 |
2280 | 2024-10-25T17:45:16.511Z | [ helios-setup] Oct 25 17:45:16.014 INFO E| Compiling crc32fast v1.3.2 |
2281 | 2024-10-25T17:45:16.511Z | [ helios-setup] Oct 25 17:45:16.014 INFO E| Compiling anyhow v1.0.62 |
2282 | 2024-10-25T17:45:16.511Z | [ helios-setup] Oct 25 17:45:16.014 INFO E| Compiling adler v1.0.2 |
2283 | 2024-10-25T17:45:16.511Z | [ helios-setup] Oct 25 17:45:16.014 INFO E| Compiling cpufeatures v0.2.5 |
2284 | 2024-10-25T17:45:16.512Z | [ helios-setup] Oct 25 17:45:16.014 INFO E| Compiling unicode-width v0.1.10 |
2285 | 2024-10-25T17:45:17.237Z | [ host-package] Compiling macaddr v1.0.1 |
2286 | 2024-10-25T17:45:17.296Z | [ helios-setup] Oct 25 17:45:16.823 INFO E| Compiling miniz_oxide v0.6.2 |
2287 | 2024-10-25T17:45:17.399Z | [ helios-setup] Oct 25 17:45:16.925 INFO E| Compiling getopts v0.2.21 |
2288 | 2024-10-25T17:45:17.537Z | [ helios-setup] Oct 25 17:45:17.063 INFO E| Compiling bitflags v1.3.2 |
2289 | 2024-10-25T17:45:17.561Z | [ helios-setup] Oct 25 17:45:17.079 INFO E| Compiling generic-array v0.14.6 |
2290 | 2024-10-25T17:45:17.668Z | [ helios-setup] Oct 25 17:45:17.195 INFO E| Compiling bytes v1.2.1 |
2291 | 2024-10-25T17:45:18.170Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2292 | 2024-10-25T17:45:18.818Z | [ helios-setup] Oct 25 17:45:18.344 INFO E| Compiling flate2 v1.0.25 |
2293 | 2024-10-25T17:45:19.555Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2294 | 2024-10-25T17:45:20.235Z | [ host-package] Compiling display-error-chain v0.2.1 |
2295 | 2024-10-25T17:45:20.556Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2296 | 2024-10-25T17:45:21.668Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2297 | 2024-10-25T17:45:22.255Z | [ helios-setup] Oct 25 17:45:21.782 INFO E| Compiling block-buffer v0.10.3 |
2298 | 2024-10-25T17:45:22.256Z | [ helios-setup] Oct 25 17:45:21.782 INFO E| Compiling crypto-common v0.1.6 |
2299 | 2024-10-25T17:45:22.462Z | [ helios-setup] Oct 25 17:45:21.988 INFO E| Compiling digest v0.10.3 |
2300 | 2024-10-25T17:45:22.830Z | [ helios-setup] Oct 25 17:45:22.356 INFO E| Compiling sha2 v0.10.5 |
2301 | 2024-10-25T17:45:23.210Z | [ helios-setup] Oct 25 17:45:22.737 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2302 | 2024-10-25T17:45:23.643Z | [ host-package] Compiling half v2.4.1 |
2303 | 2024-10-25T17:45:24.437Z | [ host-package] Compiling ciborium-io v0.2.2 |
2304 | 2024-10-25T17:45:24.717Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2305 | 2024-10-25T17:45:25.306Z | [ host-package] Compiling tungstenite v0.21.0 |
2306 | 2024-10-25T17:45:26.937Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2307 | 2024-10-25T17:45:27.704Z | [ host-package] Compiling ciborium v0.2.2 |
2308 | 2024-10-25T17:45:27.813Z | [ helios-setup] Oct 25 17:45:27.339 INFO E| Finished `release` profile [optimized] target(s) in 11.82s |
2309 | 2024-10-25T17:45:27.837Z | [ helios-setup] Oct 25 17:45:27.354 INFO building project "bootserver" ok (11 seconds) |
2310 | 2024-10-25T17:45:27.837Z | [ helios-setup] Oct 25 17:45:27.355 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2311 | 2024-10-25T17:45:27.837Z | [ helios-setup] Oct 25 17:45:27.355 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2312 | 2024-10-25T17:45:28.053Z | [ helios-setup] Oct 25 17:45:27.579 INFO E| Downloading crates ... |
2313 | 2024-10-25T17:45:28.198Z | [ helios-setup] Oct 25 17:45:27.725 INFO E| Downloaded miniz_oxide v0.7.2 |
2314 | 2024-10-25T17:45:28.254Z | [ helios-setup] Oct 25 17:45:27.781 INFO E| Compiling adler v1.0.2 |
2315 | 2024-10-25T17:45:28.443Z | [ helios-setup] Oct 25 17:45:27.970 INFO E| Compiling miniz_oxide v0.7.2 |
2316 | 2024-10-25T17:45:28.549Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2317 | 2024-10-25T17:45:29.822Z | [ host-package] Compiling fastrand v2.1.1 |
2318 | 2024-10-25T17:45:30.380Z | [ host-package] Compiling same-file v1.0.6 |
2319 | 2024-10-25T17:45:30.470Z | [ host-package] Compiling tempfile v3.13.0 |
2320 | 2024-10-25T17:45:30.678Z | [ host-package] Compiling walkdir v2.5.0 |
2321 | 2024-10-25T17:45:30.732Z | [ helios-setup] Oct 25 17:45:30.258 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2322 | 2024-10-25T17:45:31.295Z | [ host-package] Compiling ring v0.16.20 |
2323 | 2024-10-25T17:45:31.604Z | [ helios-setup] Oct 25 17:45:31.130 INFO E| Finished `release` profile [optimized] target(s) in 3.70s |
2324 | 2024-10-25T17:45:31.628Z | [ helios-setup] Oct 25 17:45:31.142 INFO building project "pinprick" ok (3 seconds) |
2325 | 2024-10-25T17:45:31.629Z | [ helios-setup] Oct 25 17:45:31.142 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2326 | 2024-10-25T17:45:31.629Z | [ helios-setup] Oct 25 17:45:31.142 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2327 | 2024-10-25T17:45:31.629Z | [ helios-setup] Oct 25 17:45:31.152 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2328 | 2024-10-25T17:45:31.899Z | [ helios-setup] Oct 25 17:45:31.425 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2329 | 2024-10-25T17:45:31.899Z | [ helios-setup] Oct 25 17:45:31.425 INFO E| info: downloading component 'cargo' |
2330 | 2024-10-25T17:45:32.415Z | [ helios-setup] Oct 25 17:45:31.942 INFO E| info: downloading component 'clippy' |
2331 | 2024-10-25T17:45:33.121Z | [ helios-setup] Oct 25 17:45:32.648 INFO E| info: downloading component 'rust-docs' |
2332 | 2024-10-25T17:45:33.707Z | [ helios-setup] Oct 25 17:45:33.233 INFO E| info: downloading component 'rust-src' |
2333 | 2024-10-25T17:45:33.835Z | [ host-package] Compiling blake3 v1.5.4 |
2334 | 2024-10-25T17:45:33.903Z | [ helios-setup] Oct 25 17:45:33.429 INFO E| info: downloading component 'rust-std' |
2335 | 2024-10-25T17:45:34.316Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2336 | 2024-10-25T17:45:34.504Z | [ host-package] Compiling xattr v1.3.1 |
2337 | 2024-10-25T17:45:34.807Z | [ helios-setup] Oct 25 17:45:34.334 INFO E| info: downloading component 'rustc' |
2338 | 2024-10-25T17:45:35.492Z | [ host-package] Compiling memmap2 v0.9.5 |
2339 | 2024-10-25T17:45:35.901Z | [ host-package] Compiling filetime v0.2.25 |
2340 | 2024-10-25T17:45:36.188Z | [ host-package] Compiling keccak v0.1.5 |
2341 | 2024-10-25T17:45:36.386Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2342 | 2024-10-25T17:45:36.545Z | [ host-package] Compiling spin v0.5.2 |
2343 | 2024-10-25T17:45:36.779Z | [ host-package] Compiling arrayref v0.3.9 |
2344 | 2024-10-25T17:45:36.901Z | [ host-package] Compiling arrayvec v0.7.6 |
2345 | 2024-10-25T17:45:36.925Z | [ host-package] Compiling untrusted v0.7.1 |
2346 | 2024-10-25T17:45:37.024Z | [ host-package] Compiling sha3 v0.10.8 |
2347 | 2024-10-25T17:45:37.346Z | [ host-package] Compiling tar v0.4.42 |
2348 | 2024-10-25T17:45:37.742Z | [ host-package] Compiling toolchain_find v0.4.0 |
2349 | 2024-10-25T17:45:37.772Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2350 | 2024-10-25T17:45:37.890Z | [ helios-setup] Oct 25 17:45:37.416 INFO E| info: downloading component 'rustfmt' |
2351 | 2024-10-25T17:45:38.126Z | [ helios-setup] Oct 25 17:45:37.653 INFO E| info: installing component 'cargo' |
2352 | 2024-10-25T17:45:38.230Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2353 | 2024-10-25T17:45:38.255Z | [ host-package] Compiling nibble_vec v0.1.0 |
2354 | 2024-10-25T17:45:38.600Z | [ host-package] Compiling topological-sort v0.2.2 |
2355 | 2024-10-25T17:45:38.730Z | [ host-package] Compiling glob v0.3.1 |
2356 | 2024-10-25T17:45:38.860Z | [ host-package] Compiling endian-type v0.1.2 |
2357 | 2024-10-25T17:45:39.114Z | [ host-package] Compiling crunchy v0.2.2 |
2358 | 2024-10-25T17:45:39.270Z | [ host-package] Compiling maplit v1.0.2 |
2359 | 2024-10-25T17:45:39.405Z | [ helios-setup] Oct 25 17:45:38.928 INFO E| info: installing component 'clippy' |
2360 | 2024-10-25T17:45:39.429Z | [ host-package] Compiling radix_trie v0.2.1 |
2361 | 2024-10-25T17:45:39.523Z | [ host-package] Compiling clang-sys v1.8.1 |
2362 | 2024-10-25T17:45:39.717Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2363 | 2024-10-25T17:45:39.858Z | [ helios-setup] Oct 25 17:45:39.384 INFO E| info: installing component 'rust-docs' |
2364 | 2024-10-25T17:45:40.153Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2365 | 2024-10-25T17:45:40.224Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2366 | 2024-10-25T17:45:40.504Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2367 | 2024-10-25T17:45:40.579Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2368 | 2024-10-25T17:45:40.727Z | [ host-package] Compiling secrecy v0.8.0 |
2369 | 2024-10-25T17:45:40.980Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2370 | 2024-10-25T17:45:41.025Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2371 | 2024-10-25T17:45:41.421Z | [ host-package] Compiling arc-swap v1.7.1 |
2372 | 2024-10-25T17:45:41.597Z | [ host-package] Compiling r2d2 v0.8.10 |
2373 | 2024-10-25T17:45:41.877Z | [ host-package] Compiling diesel_derives v2.2.3 |
2374 | 2024-10-25T17:45:42.078Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2375 | 2024-10-25T17:45:42.132Z | [ host-package] Compiling slog-scope v4.4.0 |
2376 | 2024-10-25T17:45:42.262Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2377 | 2024-10-25T17:45:42.410Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2378 | 2024-10-25T17:45:42.633Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2379 | 2024-10-25T17:45:42.969Z | [ host-package] Compiling universal-hash v0.5.1 |
2380 | 2024-10-25T17:45:43.156Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2381 | 2024-10-25T17:45:43.220Z | [ host-package] Compiling ena v0.14.3 |
2382 | 2024-10-25T17:45:44.118Z | [ host-package] Compiling libloading v0.8.5 |
2383 | 2024-10-25T17:45:44.650Z | [ host-package] Compiling opaque-debug v0.3.1 |
2384 | 2024-10-25T17:45:44.786Z | [ host-package] Compiling regex-syntax v0.6.29 |
2385 | 2024-10-25T17:45:45.165Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2386 | 2024-10-25T17:45:46.104Z | [ host-package] Compiling diff v0.1.13 |
2387 | 2024-10-25T17:45:46.384Z | [ helios-setup] Oct 25 17:45:45.910 INFO E| info: installing component 'rust-src' |
2388 | 2024-10-25T17:45:46.744Z | [ host-package] Compiling bindgen v0.69.5 |
2389 | 2024-10-25T17:45:46.983Z | [ helios-setup] Oct 25 17:45:46.509 INFO E| info: installing component 'rust-std' |
2390 | 2024-10-25T17:45:47.779Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2391 | 2024-10-25T17:45:47.943Z | [ host-package] Compiling poly1305 v0.8.0 |
2392 | 2024-10-25T17:45:49.494Z | [ host-package] Compiling lalrpop v0.19.12 |
2393 | 2024-10-25T17:45:49.717Z | [ helios-setup] Oct 25 17:45:49.222 INFO E| info: installing component 'rustc' |
2394 | 2024-10-25T17:45:52.638Z | [ host-package] Compiling diesel v2.2.4 |
2395 | 2024-10-25T17:45:55.515Z | [ helios-setup] Oct 25 17:45:55.042 INFO E| info: installing component 'rustfmt' |
2396 | 2024-10-25T17:45:56.515Z | [ helios-setup] Oct 25 17:45:56.041 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2397 | 2024-10-25T17:45:57.588Z | [ helios-setup] Oct 25 17:45:57.114 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2398 | 2024-10-25T17:45:57.588Z | [ helios-setup] Oct 25 17:45:57.114 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927 |
2399 | 2024-10-25T17:45:57.611Z | [ helios-setup] Oct 25 17:45:57.114 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2400 | 2024-10-25T17:45:57.635Z | [ helios-setup] Oct 25 17:45:57.142 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2401 | 2024-10-25T17:45:57.635Z | [ helios-setup] Oct 25 17:45:57.143 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2402 | 2024-10-25T17:45:57.635Z | [ helios-setup] Oct 25 17:45:57.143 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2403 | 2024-10-25T17:45:57.635Z | [ helios-setup] Oct 25 17:45:57.143 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2404 | 2024-10-25T17:45:57.635Z | [ helios-setup] Oct 25 17:45:57.143 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2405 | 2024-10-25T17:45:57.635Z | [ helios-setup] Oct 25 17:45:57.143 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2406 | 2024-10-25T17:45:57.635Z | [ helios-setup] Oct 25 17:45:57.143 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2407 | 2024-10-25T17:45:57.635Z | [ helios-setup] Oct 25 17:45:57.143 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2408 | 2024-10-25T17:45:57.635Z | [ helios-setup] Oct 25 17:45:57.144 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2409 | 2024-10-25T17:45:57.665Z | [ helios-setup] Oct 25 17:45:57.192 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2410 | 2024-10-25T17:45:58.628Z | [ helios-setup] Oct 25 17:45:58.155 INFO E| From https://github.com/oxidecomputer/amd-efs |
2411 | 2024-10-25T17:45:58.629Z | [ helios-setup] Oct 25 17:45:58.155 INFO E| * [new branch] empty -> origin/empty |
2412 | 2024-10-25T17:45:58.629Z | [ helios-setup] Oct 25 17:45:58.155 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2413 | 2024-10-25T17:45:58.652Z | [ helios-setup] Oct 25 17:45:58.155 INFO E| * [new branch] main -> origin/main |
2414 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.155 INFO E| * [new branch] review -> origin/review |
2415 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.155 INFO E| * [new ref] -> origin/HEAD |
2416 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.156 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2417 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.156 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2418 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.156 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2419 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.156 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2420 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.156 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2421 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.156 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2422 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.156 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2423 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.156 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2424 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.157 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2425 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.157 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2426 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.157 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2427 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.157 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2428 | 2024-10-25T17:45:58.653Z | [ helios-setup] Oct 25 17:45:58.179 INFO E| Updating crates.io index |
2429 | 2024-10-25T17:45:58.913Z | [ helios-setup] Oct 25 17:45:58.439 INFO E| Downloading crates ... |
2430 | 2024-10-25T17:45:59.120Z | [ helios-setup] Oct 25 17:45:58.647 INFO E| Downloaded unic-ucd-version v0.9.0 |
2431 | 2024-10-25T17:45:59.144Z | [ helios-setup] Oct 25 17:45:58.658 INFO E| Downloaded vec_map v0.8.2 |
2432 | 2024-10-25T17:45:59.144Z | [ helios-setup] Oct 25 17:45:58.660 INFO E| Downloaded four-cc v0.3.0 |
2433 | 2024-10-25T17:45:59.144Z | [ helios-setup] Oct 25 17:45:58.661 INFO E| Downloaded fletcher v0.1.0 |
2434 | 2024-10-25T17:45:59.144Z | [ helios-setup] Oct 25 17:45:58.662 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2435 | 2024-10-25T17:45:59.144Z | [ helios-setup] Oct 25 17:45:58.664 INFO E| Downloaded unic-common v0.9.0 |
2436 | 2024-10-25T17:45:59.169Z | [ helios-setup] Oct 25 17:45:58.672 INFO E| Downloaded unic-char-property v0.9.0 |
2437 | 2024-10-25T17:45:59.169Z | [ helios-setup] Oct 25 17:45:58.674 INFO E| Downloaded textwrap v0.11.0 |
2438 | 2024-10-25T17:45:59.169Z | [ helios-setup] Oct 25 17:45:58.677 INFO E| Downloaded goblin v0.4.3 |
2439 | 2024-10-25T17:45:59.169Z | [ helios-setup] Oct 25 17:45:58.683 INFO E| Downloaded strum_macros v0.23.1 |
2440 | 2024-10-25T17:45:59.169Z | [ helios-setup] Oct 25 17:45:58.685 INFO E| Downloaded structopt-derive v0.4.18 |
2441 | 2024-10-25T17:45:59.169Z | [ helios-setup] Oct 25 17:45:58.686 INFO E| Downloaded structopt v0.3.26 |
2442 | 2024-10-25T17:45:59.192Z | [ helios-setup] Oct 25 17:45:58.714 INFO E| Downloaded scroll v0.10.2 |
2443 | 2024-10-25T17:45:59.193Z | [ helios-setup] Oct 25 17:45:58.716 INFO E| Downloaded proc-macro2 v1.0.86 |
2444 | 2024-10-25T17:45:59.216Z | [ helios-setup] Oct 25 17:45:58.720 INFO E| Downloaded proc-macro-crate v0.1.5 |
2445 | 2024-10-25T17:45:59.216Z | [ helios-setup] Oct 25 17:45:58.720 INFO E| Downloaded pre-proc-macro v0.2.1 |
2446 | 2024-10-25T17:45:59.216Z | [ helios-setup] Oct 25 17:45:58.722 INFO E| Downloaded pre v0.2.1 |
2447 | 2024-10-25T17:45:59.216Z | [ helios-setup] Oct 25 17:45:58.723 INFO E| Downloaded pest_meta v2.7.13 |
2448 | 2024-10-25T17:45:59.216Z | [ helios-setup] Oct 25 17:45:58.726 INFO E| Downloaded pest_derive v2.7.13 |
2449 | 2024-10-25T17:45:59.216Z | [ helios-setup] Oct 25 17:45:58.728 INFO E| Downloaded memoffset v0.5.6 |
2450 | 2024-10-25T17:45:59.216Z | [ helios-setup] Oct 25 17:45:58.729 INFO E| Downloaded libc v0.2.159 |
2451 | 2024-10-25T17:45:59.240Z | [ helios-setup] Oct 25 17:45:58.762 INFO E| Downloaded clap v2.34.0 |
2452 | 2024-10-25T17:45:59.264Z | [ helios-setup] Oct 25 17:45:58.770 INFO E| Downloaded cfg-if v0.1.10 |
2453 | 2024-10-25T17:45:59.264Z | [ helios-setup] Oct 25 17:45:58.771 INFO E| Downloaded bytesize v1.3.0 |
2454 | 2024-10-25T17:45:59.264Z | [ helios-setup] Oct 25 17:45:58.772 INFO E| Downloaded ansi_term v0.12.1 |
2455 | 2024-10-25T17:45:59.264Z | [ helios-setup] Oct 25 17:45:58.774 INFO E| Downloaded unic-char-range v0.9.0 |
2456 | 2024-10-25T17:45:59.264Z | [ helios-setup] Oct 25 17:45:58.776 INFO E| Downloaded toml v0.5.11 |
2457 | 2024-10-25T17:45:59.264Z | [ helios-setup] Oct 25 17:45:58.778 INFO E| Downloaded strum v0.23.0 |
2458 | 2024-10-25T17:45:59.264Z | [ helios-setup] Oct 25 17:45:58.780 INFO E| Downloaded strsim v0.8.0 |
2459 | 2024-10-25T17:45:59.264Z | [ helios-setup] Oct 25 17:45:58.781 INFO E| Downloaded semver-parser v0.7.0 |
2460 | 2024-10-25T17:45:59.264Z | [ helios-setup] Oct 25 17:45:58.782 INFO E| Downloaded semver v0.9.0 |
2461 | 2024-10-25T17:45:59.264Z | [ helios-setup] Oct 25 17:45:58.784 INFO E| Downloaded scroll_derive v0.10.5 |
2462 | 2024-10-25T17:45:59.264Z | [ helios-setup] Oct 25 17:45:58.785 INFO E| Downloaded rustc_version v0.2.3 |
2463 | 2024-10-25T17:45:59.264Z | [ helios-setup] Oct 25 17:45:58.786 INFO E| Downloaded pest_generator v2.7.13 |
2464 | 2024-10-25T17:45:59.264Z | [ helios-setup] Oct 25 17:45:58.788 INFO E| Downloaded pest v2.7.13 |
2465 | 2024-10-25T17:45:59.288Z | [ helios-setup] Oct 25 17:45:58.794 INFO E| Downloaded parse_int v0.6.0 |
2466 | 2024-10-25T17:45:59.288Z | [ helios-setup] Oct 25 17:45:58.795 INFO E| Downloaded once_cell v1.20.1 |
2467 | 2024-10-25T17:45:59.288Z | [ helios-setup] Oct 25 17:45:58.798 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2468 | 2024-10-25T17:45:59.288Z | [ helios-setup] Oct 25 17:45:58.799 INFO E| Downloaded modular-bitfield v0.11.2 |
2469 | 2024-10-25T17:45:59.371Z | [ helios-setup] Oct 25 17:45:58.898 INFO E| Compiling proc-macro2 v1.0.86 |
2470 | 2024-10-25T17:45:59.372Z | [ helios-setup] Oct 25 17:45:58.898 INFO E| Compiling unicode-ident v1.0.13 |
2471 | 2024-10-25T17:45:59.372Z | [ helios-setup] Oct 25 17:45:58.898 INFO E| Compiling syn v1.0.109 |
2472 | 2024-10-25T17:45:59.397Z | [ helios-setup] Oct 25 17:45:58.898 INFO E| Compiling version_check v0.9.5 |
2473 | 2024-10-25T17:45:59.397Z | [ helios-setup] Oct 25 17:45:58.898 INFO E| Compiling memchr v2.7.4 |
2474 | 2024-10-25T17:45:59.397Z | [ helios-setup] Oct 25 17:45:58.898 INFO E| Compiling autocfg v1.4.0 |
2475 | 2024-10-25T17:45:59.397Z | [ helios-setup] Oct 25 17:45:58.898 INFO E| Compiling semver-parser v0.7.0 |
2476 | 2024-10-25T17:45:59.397Z | [ helios-setup] Oct 25 17:45:58.898 INFO E| Compiling thiserror v1.0.64 |
2477 | 2024-10-25T17:46:00.093Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2478 | 2024-10-25T17:46:00.178Z | [ helios-setup] Oct 25 17:45:59.705 INFO E| Compiling semver v0.9.0 |
2479 | 2024-10-25T17:46:00.317Z | [ helios-setup] Oct 25 17:45:59.837 INFO E| Compiling serde v1.0.210 |
2480 | 2024-10-25T17:46:01.202Z | [ helios-setup] Oct 25 17:46:00.728 INFO E| Compiling rustc_version v0.2.3 |
2481 | 2024-10-25T17:46:01.226Z | [ helios-setup] Oct 25 17:46:00.752 INFO E| Compiling serde_json v1.0.128 |
2482 | 2024-10-25T17:46:01.334Z | [ helios-setup] Oct 25 17:46:00.860 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2483 | 2024-10-25T17:46:01.545Z | [ helios-setup] Oct 25 17:46:01.072 INFO E| Compiling proc-macro-error v1.0.4 |
2484 | 2024-10-25T17:46:01.760Z | [ helios-setup] Oct 25 17:46:01.286 INFO E| Compiling num-traits v0.2.19 |
2485 | 2024-10-25T17:46:01.802Z | [ helios-setup] Oct 25 17:46:01.328 INFO E| Compiling ryu v1.0.18 |
2486 | 2024-10-25T17:46:01.870Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2487 | 2024-10-25T17:46:02.172Z | [ helios-setup] Oct 25 17:46:01.699 INFO E| Compiling schemars v0.8.21 |
2488 | 2024-10-25T17:46:02.197Z | [ helios-setup] Oct 25 17:46:01.719 INFO E| Compiling itoa v1.0.11 |
2489 | 2024-10-25T17:46:02.264Z | [ helios-setup] Oct 25 17:46:01.790 INFO E| Compiling unicode-segmentation v1.12.0 |
2490 | 2024-10-25T17:46:02.343Z | [ helios-setup] Oct 25 17:46:01.869 INFO E| Compiling pre-proc-macro v0.2.1 |
2491 | 2024-10-25T17:46:02.551Z | [ helios-setup] Oct 25 17:46:02.077 INFO E| Compiling memoffset v0.5.6 |
2492 | 2024-10-25T17:46:02.574Z | [ helios-setup] Oct 25 17:46:02.098 INFO E| Compiling ucd-trie v0.1.7 |
2493 | 2024-10-25T17:46:02.624Z | [ host-package] Compiling which v4.4.2 |
2494 | 2024-10-25T17:46:02.891Z | [ helios-setup] Oct 25 17:46:02.417 INFO E| Compiling libc v0.2.159 |
2495 | 2024-10-25T17:46:03.148Z | [ helios-setup] Oct 25 17:46:02.674 INFO E| Compiling quote v1.0.37 |
2496 | 2024-10-25T17:46:03.315Z | [ helios-setup] Oct 25 17:46:02.842 INFO E| Compiling lazy_static v1.5.0 |
2497 | 2024-10-25T17:46:03.563Z | [ helios-setup] Oct 25 17:46:03.090 INFO E| Compiling heck v0.3.3 |
2498 | 2024-10-25T17:46:03.626Z | [ helios-setup] Oct 25 17:46:03.153 INFO E| Compiling dyn-clone v1.0.17 |
2499 | 2024-10-25T17:46:03.699Z | [ helios-setup] Oct 25 17:46:03.226 INFO E| Compiling syn v2.0.79 |
2500 | 2024-10-25T17:46:03.723Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2501 | 2024-10-25T17:46:03.899Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2502 | 2024-10-25T17:46:03.924Z | [ helios-setup] Oct 25 17:46:03.450 INFO E| Compiling paste v1.0.15 |
2503 | 2024-10-25T17:46:04.122Z | [ helios-setup] Oct 25 17:46:03.648 INFO E| Compiling rustversion v1.0.17 |
2504 | 2024-10-25T17:46:04.253Z | [ host-package] Compiling chacha20 v0.9.1 |
2505 | 2024-10-25T17:46:04.405Z | [ helios-setup] Oct 25 17:46:03.931 INFO E| Compiling pre v0.2.1 |
2506 | 2024-10-25T17:46:04.613Z | [ host-package] Compiling cexpr v0.6.0 |
2507 | 2024-10-25T17:46:04.892Z | [ helios-setup] Oct 25 17:46:04.418 INFO E| Compiling once_cell v1.20.1 |
2508 | 2024-10-25T17:46:05.152Z | [ helios-setup] Oct 25 17:46:04.678 INFO E| Compiling cfg-if v0.1.10 |
2509 | 2024-10-25T17:46:05.176Z | [ host-package] Compiling aead v0.5.2 |
2510 | 2024-10-25T17:46:05.240Z | [ helios-setup] Oct 25 17:46:04.766 INFO E| Compiling static_assertions v1.1.0 |
2511 | 2024-10-25T17:46:05.338Z | [ helios-setup] Oct 25 17:46:04.865 INFO E| Compiling byteorder v1.5.0 |
2512 | 2024-10-25T17:46:05.870Z | [ host-package] Compiling lazycell v1.3.0 |
2513 | 2024-10-25T17:46:06.151Z | [ helios-setup] Oct 25 17:46:05.677 INFO E| Compiling unicode-width v0.1.14 |
2514 | 2024-10-25T17:46:06.232Z | [ host-package] Compiling ref-cast v1.0.23 |
2515 | 2024-10-25T17:46:07.005Z | [ helios-setup] Oct 25 17:46:06.531 INFO E| Compiling atty v0.2.14 |
2516 | 2024-10-25T17:46:07.115Z | [ helios-setup] Oct 25 17:46:06.641 INFO E| Compiling textwrap v0.11.0 |
2517 | 2024-10-25T17:46:07.167Z | [ helios-setup] Oct 25 17:46:06.693 INFO E| Compiling vec_map v0.8.2 |
2518 | 2024-10-25T17:46:07.315Z | [ host-package] Compiling rustc-hash v1.1.0 |
2519 | 2024-10-25T17:46:07.626Z | [ helios-setup] Oct 25 17:46:07.153 INFO E| Compiling bitflags v1.3.2 |
2520 | 2024-10-25T17:46:07.650Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2521 | 2024-10-25T17:46:07.724Z | [ helios-setup] Oct 25 17:46:07.251 INFO E| Compiling parse_int v0.6.0 |
2522 | 2024-10-25T17:46:07.949Z | [ helios-setup] Oct 25 17:46:07.475 INFO E| Compiling ansi_term v0.12.1 |
2523 | 2024-10-25T17:46:08.009Z | [ helios-setup] Oct 25 17:46:07.535 INFO E| Compiling strum v0.23.0 |
2524 | 2024-10-25T17:46:08.171Z | [ helios-setup] Oct 25 17:46:07.697 INFO E| Compiling unic-char-range v0.9.0 |
2525 | 2024-10-25T17:46:08.206Z | [ helios-setup] Oct 25 17:46:07.733 INFO E| Compiling fletcher v0.1.0 |
2526 | 2024-10-25T17:46:08.257Z | [ helios-setup] Oct 25 17:46:07.783 INFO E| Compiling unic-common v0.9.0 |
2527 | 2024-10-25T17:46:08.282Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2528 | 2024-10-25T17:46:08.306Z | [ helios-setup] Oct 25 17:46:07.829 INFO E| Compiling strsim v0.8.0 |
2529 | 2024-10-25T17:46:08.537Z | [ helios-setup] Oct 25 17:46:08.063 INFO E| Compiling unic-ucd-version v0.9.0 |
2530 | 2024-10-25T17:46:08.561Z | [ helios-setup] Oct 25 17:46:08.086 INFO E| Compiling unic-char-property v0.9.0 |
2531 | 2024-10-25T17:46:08.593Z | [ helios-setup] Oct 25 17:46:08.119 INFO E| Compiling plain v0.2.3 |
2532 | 2024-10-25T17:46:08.633Z | [ helios-setup] Oct 25 17:46:08.159 INFO E| Compiling clap v2.34.0 |
2533 | 2024-10-25T17:46:08.860Z | [ helios-setup] Oct 25 17:46:08.386 INFO E| Compiling log v0.4.22 |
2534 | 2024-10-25T17:46:09.091Z | [ helios-setup] Oct 25 17:46:08.617 INFO E| Compiling unic-ucd-ident v0.9.0 |
2535 | 2024-10-25T17:46:09.153Z | [ helios-setup] Oct 25 17:46:08.679 INFO E| Compiling bytesize v1.3.0 |
2536 | 2024-10-25T17:46:10.627Z | [ helios-setup] Oct 25 17:46:10.154 INFO E| Compiling serde_derive_internals v0.29.1 |
2537 | 2024-10-25T17:46:11.180Z | [ helios-setup] Oct 25 17:46:10.706 INFO E| Compiling toml v0.5.11 |
2538 | 2024-10-25T17:46:11.525Z | [ host-package] Compiling vsss-rs v3.3.4 |
2539 | 2024-10-25T17:46:14.325Z | [ helios-setup] Oct 25 17:46:13.851 INFO E| Compiling proc-macro-crate v0.1.5 |
2540 | 2024-10-25T17:46:15.553Z | [ helios-setup] Oct 25 17:46:15.079 INFO E| Compiling thiserror-impl v1.0.64 |
2541 | 2024-10-25T17:46:15.577Z | [ helios-setup] Oct 25 17:46:15.079 INFO E| Compiling serde_derive v1.0.210 |
2542 | 2024-10-25T17:46:15.635Z | [ helios-setup] Oct 25 17:46:15.162 INFO E| Compiling schemars_derive v0.8.21 |
2543 | 2024-10-25T17:46:15.927Z | [ helios-setup] Oct 25 17:46:15.453 INFO E| Compiling zerocopy-derive v0.6.6 |
2544 | 2024-10-25T17:46:16.143Z | [ helios-setup] Oct 25 17:46:15.669 INFO E| Compiling num-derive v0.4.2 |
2545 | 2024-10-25T17:46:18.239Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2546 | 2024-10-25T17:46:19.002Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2547 | 2024-10-25T17:46:19.102Z | [ helios-setup] Oct 25 17:46:18.629 INFO E| Compiling zerocopy v0.6.6 |
2548 | 2024-10-25T17:46:20.232Z | [ helios-setup] Oct 25 17:46:19.758 INFO E| Compiling pest v2.7.13 |
2549 | 2024-10-25T17:46:21.948Z | [ host-package] Compiling polar-core v0.27.3 |
2550 | 2024-10-25T17:46:22.122Z | [ host-package] Compiling headers-core v0.3.0 |
2551 | 2024-10-25T17:46:22.336Z | [ host-package] Compiling fxhash v0.2.1 |
2552 | 2024-10-25T17:46:22.558Z | [ helios-setup] Oct 25 17:46:22.084 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2553 | 2024-10-25T17:46:22.710Z | [ host-package] Compiling libxml v0.3.3 |
2554 | 2024-10-25T17:46:22.821Z | [ helios-setup] Oct 25 17:46:22.347 INFO E| Compiling strum_macros v0.23.1 |
2555 | 2024-10-25T17:46:22.889Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2556 | 2024-10-25T17:46:22.931Z | [ helios-setup] Oct 25 17:46:22.457 INFO E| Compiling scroll_derive v0.10.5 |
2557 | 2024-10-25T17:46:23.692Z | [ host-package] Compiling headers v0.4.0 |
2558 | 2024-10-25T17:46:24.282Z | [ helios-setup] Oct 25 17:46:23.808 INFO E| Compiling pest_meta v2.7.13 |
2559 | 2024-10-25T17:46:24.363Z | [ helios-setup] Oct 25 17:46:23.889 INFO E| Compiling structopt-derive v0.4.18 |
2560 | 2024-10-25T17:46:25.550Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2561 | 2024-10-25T17:46:25.602Z | [ helios-setup] Oct 25 17:46:25.128 INFO E| Compiling scroll v0.10.2 |
2562 | 2024-10-25T17:46:26.588Z | [ helios-setup] Oct 25 17:46:26.114 INFO E| Compiling pest_generator v2.7.13 |
2563 | 2024-10-25T17:46:26.736Z | [ helios-setup] Oct 25 17:46:26.262 INFO E| Compiling modular-bitfield v0.11.2 |
2564 | 2024-10-25T17:46:26.805Z | [ helios-setup] Oct 25 17:46:26.331 INFO E| Compiling goblin v0.4.3 |
2565 | 2024-10-25T17:46:28.723Z | [ helios-setup] Oct 25 17:46:28.249 INFO E| Compiling structopt v0.3.26 |
2566 | 2024-10-25T17:46:28.851Z | [ host-package] Compiling samael v0.0.17 |
2567 | 2024-10-25T17:46:29.091Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2568 | 2024-10-25T17:46:30.647Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2569 | 2024-10-25T17:46:30.861Z | [ helios-setup] Oct 25 17:46:30.387 INFO E| Compiling pest_derive v2.7.13 |
2570 | 2024-10-25T17:46:31.168Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2571 | 2024-10-25T17:46:32.779Z | [ host-package] Compiling phf_generator v0.11.2 |
2572 | 2024-10-25T17:46:33.022Z | [ host-package] Compiling strum_macros v0.24.3 |
2573 | 2024-10-25T17:46:34.061Z | [ helios-setup] Oct 25 17:46:33.588 INFO E| Compiling json5 v0.4.1 |
2574 | 2024-10-25T17:46:36.421Z | [ host-package] Compiling kstat-rs v0.2.4 |
2575 | 2024-10-25T17:46:37.107Z | [ host-package] Compiling unicase v2.7.0 |
2576 | 2024-10-25T17:46:37.674Z | [ host-package] Compiling indoc v1.0.9 |
2577 | 2024-10-25T17:46:37.732Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2578 | 2024-10-25T17:46:38.096Z | [ host-package] Compiling phf_codegen v0.11.2 |
2579 | 2024-10-25T17:46:38.506Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2580 | 2024-10-25T17:46:38.530Z | [ helios-setup] Oct 25 17:46:38.044 INFO E| Compiling four-cc v0.3.0 |
2581 | 2024-10-25T17:46:38.553Z | [ helios-setup] Oct 25 17:46:38.072 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d) |
2582 | 2024-10-25T17:46:38.827Z | [ helios-setup] Oct 25 17:46:38.353 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56) |
2583 | 2024-10-25T17:46:43.548Z | [ host-package] Compiling derive_builder v0.20.2 |
2584 | 2024-10-25T17:46:44.837Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2585 | 2024-10-25T17:46:46.137Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2586 | 2024-10-25T17:46:46.565Z | [ host-package] Compiling oso-derive v0.27.3 |
2587 | 2024-10-25T17:46:47.443Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2588 | 2024-10-25T17:46:48.672Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2589 | 2024-10-25T17:46:50.189Z | [ host-package] Compiling libz-sys v1.1.20 |
2590 | 2024-10-25T17:46:50.990Z | [ host-package] Compiling quick-xml v0.33.0 |
2591 | 2024-10-25T17:46:54.257Z | [ host-package] Compiling diesel-dtrace v0.3.0 |
2592 | 2024-10-25T17:46:54.614Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2593 | 2024-10-25T17:46:54.736Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2594 | 2024-10-25T17:46:55.239Z | [ host-package] Compiling nix v0.28.0 |
2595 | 2024-10-25T17:46:55.452Z | [ host-package] Compiling oso v0.27.3 |
2596 | 2024-10-25T17:46:56.087Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2597 | 2024-10-25T17:46:56.334Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2598 | 2024-10-25T17:46:57.158Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2599 | 2024-10-25T17:46:57.812Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2600 | 2024-10-25T17:47:00.867Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2601 | 2024-10-25T17:47:01.206Z | [ host-package] Compiling bb8 v0.8.5 |
2602 | 2024-10-25T17:47:01.815Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2603 | 2024-10-25T17:47:02.040Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2604 | 2024-10-25T17:47:02.764Z | [ host-package] Compiling vte v0.11.1 |
2605 | 2024-10-25T17:47:03.654Z | [ host-package] Compiling const_format v0.2.33 |
2606 | 2024-10-25T17:47:03.862Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2607 | 2024-10-25T17:47:04.659Z | [ host-package] Compiling chrono-tz v0.10.0 |
2608 | 2024-10-25T17:47:05.856Z | [ host-package] Compiling fd-lock v4.0.2 |
2609 | 2024-10-25T17:47:06.118Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2610 | 2024-10-25T17:47:06.290Z | [ host-package] Compiling atty v0.2.14 |
2611 | 2024-10-25T17:47:06.509Z | [ host-package] Compiling bytecount v0.6.8 |
2612 | 2024-10-25T17:47:06.814Z | [ host-package] Compiling salty v0.3.0 |
2613 | 2024-10-25T17:47:07.256Z | [ host-package] Compiling papergrid v0.11.0 |
2614 | 2024-10-25T17:47:11.971Z | [ host-package] Compiling parking_lot v0.11.2 |
2615 | 2024-10-25T17:47:12.382Z | [ helios-setup] Oct 25 17:47:11.909 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2616 | 2024-10-25T17:47:18.085Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2617 | 2024-10-25T17:47:19.156Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2618 | 2024-10-25T17:47:20.377Z | [ host-package] Compiling tabled_derive v0.7.0 |
2619 | 2024-10-25T17:47:23.023Z | [ host-package] Compiling peg-macros v0.8.4 |
2620 | 2024-10-25T17:47:23.243Z | [ helios-setup] Oct 25 17:47:22.769 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2621 | 2024-10-25T17:47:24.014Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2622 | 2024-10-25T17:47:25.015Z | [ host-package] Compiling unicode_categories v0.1.1 |
2623 | 2024-10-25T17:47:25.469Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2624 | 2024-10-25T17:47:26.103Z | [ host-package] Compiling rustyline v14.0.0 |
2625 | 2024-10-25T17:47:26.587Z | [ host-package] Compiling reedline v0.35.0 |
2626 | 2024-10-25T17:47:35.339Z | [ host-package] Compiling peg v0.8.4 |
2627 | 2024-10-25T17:47:35.526Z | [ host-package] Compiling sqlformat v0.2.6 |
2628 | 2024-10-25T17:47:37.119Z | [ host-package] Compiling sqlparser v0.45.0 |
2629 | 2024-10-25T17:47:41.188Z | [ host-package] Compiling tabled v0.15.0 |
2630 | 2024-10-25T17:47:46.000Z | [ host-package] Compiling sled v0.34.7 |
2631 | 2024-10-25T17:47:48.435Z | [ host-package] Compiling mime_guess v2.0.5 |
2632 | 2024-10-25T17:47:51.607Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2633 | 2024-10-25T17:47:52.130Z | [ host-package] Compiling hickory-client v0.24.1 |
2634 | 2024-10-25T17:47:53.569Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2635 | 2024-10-25T17:47:53.856Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2636 | 2024-10-25T17:47:56.400Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2637 | 2024-10-25T17:47:56.881Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2638 | 2024-10-25T17:47:56.911Z | [ helios-setup] Oct 25 17:47:56.429 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 00s |
2639 | 2024-10-25T17:47:56.937Z | [ helios-setup] Oct 25 17:47:56.463 INFO building project "amd-host-image-builder" ok (145 seconds) |
2640 | 2024-10-25T17:47:56.937Z | [ helios-setup] Oct 25 17:47:56.463 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2641 | 2024-10-25T17:47:56.937Z | [ helios-setup] Oct 25 17:47:56.463 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2642 | 2024-10-25T17:47:57.211Z | [ helios-setup] Oct 25 17:47:56.737 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2643 | 2024-10-25T17:47:58.406Z | [ helios-setup] Oct 25 17:47:57.932 INFO E| From https://github.com/oxidecomputer/progenitor |
2644 | 2024-10-25T17:47:58.406Z | [ helios-setup] Oct 25 17:47:57.932 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2645 | 2024-10-25T17:47:58.439Z | [ helios-setup] Oct 25 17:47:57.965 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2646 | 2024-10-25T17:47:58.439Z | [ helios-setup] Oct 25 17:47:57.965 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2647 | 2024-10-25T17:47:58.537Z | [ helios-setup] Oct 25 17:47:58.063 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2648 | 2024-10-25T17:47:59.098Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2649 | 2024-10-25T17:47:59.323Z | [ helios-setup] Oct 25 17:47:58.849 INFO E| From https://github.com/jclulow/hiercmd |
2650 | 2024-10-25T17:47:59.323Z | [ helios-setup] Oct 25 17:47:58.849 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2651 | 2024-10-25T17:47:59.348Z | [ helios-setup] Oct 25 17:47:58.871 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2652 | 2024-10-25T17:47:59.914Z | [ helios-setup] Oct 25 17:47:59.440 INFO E| From https://github.com/jclulow/network-interface |
2653 | 2024-10-25T17:47:59.914Z | [ helios-setup] Oct 25 17:47:59.440 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2654 | 2024-10-25T17:47:59.938Z | [ helios-setup] Oct 25 17:47:59.458 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2655 | 2024-10-25T17:48:00.391Z | [ host-package] Compiling hickory-server v0.24.1 |
2656 | 2024-10-25T17:48:00.429Z | [ helios-setup] Oct 25 17:47:59.956 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2657 | 2024-10-25T17:48:00.429Z | [ helios-setup] Oct 25 17:47:59.956 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2658 | 2024-10-25T17:48:00.463Z | [ helios-setup] Oct 25 17:47:59.990 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2659 | 2024-10-25T17:48:00.622Z | [ host-package] Compiling primeorder v0.13.6 |
2660 | 2024-10-25T17:48:01.113Z | [ host-package] Compiling vergen v8.3.2 |
2661 | 2024-10-25T17:48:01.394Z | [ helios-setup] Oct 25 17:48:00.921 INFO E| From https://github.com/oxidecomputer/facade |
2662 | 2024-10-25T17:48:01.394Z | [ helios-setup] Oct 25 17:48:00.921 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2663 | 2024-10-25T17:48:01.436Z | [ host-package] Compiling bcs v0.1.6 |
2664 | 2024-10-25T17:48:01.460Z | [ helios-setup] Oct 25 17:48:00.963 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2665 | 2024-10-25T17:48:02.257Z | [ host-package] Compiling env_filter v0.1.2 |
2666 | 2024-10-25T17:48:02.281Z | [ helios-setup] Oct 25 17:48:01.794 INFO E| From https://github.com/oxidecomputer/dropshot |
2667 | 2024-10-25T17:48:02.281Z | [ helios-setup] Oct 25 17:48:01.794 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2668 | 2024-10-25T17:48:02.305Z | [ helios-setup] Oct 25 17:48:01.828 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2669 | 2024-10-25T17:48:02.305Z | [ helios-setup] Oct 25 17:48:01.828 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2670 | 2024-10-25T17:48:02.305Z | [ helios-setup] Oct 25 17:48:01.828 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2671 | 2024-10-25T17:48:02.305Z | [ helios-setup] Oct 25 17:48:01.828 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2672 | 2024-10-25T17:48:02.305Z | [ helios-setup] Oct 25 17:48:01.828 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2673 | 2024-10-25T17:48:02.305Z | [ helios-setup] Oct 25 17:48:01.828 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2674 | 2024-10-25T17:48:02.305Z | [ helios-setup] Oct 25 17:48:01.829 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2675 | 2024-10-25T17:48:02.305Z | [ helios-setup] Oct 25 17:48:01.829 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2676 | 2024-10-25T17:48:02.348Z | [ helios-setup] Oct 25 17:48:01.874 INFO E| Updating crates.io index |
2677 | 2024-10-25T17:48:02.473Z | [ helios-setup] Oct 25 17:48:01.999 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2678 | 2024-10-25T17:48:03.099Z | [ host-package] Compiling cargo-platform v0.1.8 |
2679 | 2024-10-25T17:48:03.491Z | [ helios-setup] Oct 25 17:48:03.016 INFO E| From https://github.com/oxidecomputer/typify |
2680 | 2024-10-25T17:48:03.491Z | [ helios-setup] Oct 25 17:48:03.016 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2681 | 2024-10-25T17:48:03.514Z | [ host-package] Compiling nanorand v0.7.0 |
2682 | 2024-10-25T17:48:03.538Z | [ helios-setup] Oct 25 17:48:03.054 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2683 | 2024-10-25T17:48:03.538Z | [ helios-setup] Oct 25 17:48:03.054 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2684 | 2024-10-25T17:48:03.538Z | [ helios-setup] Oct 25 17:48:03.054 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2685 | 2024-10-25T17:48:03.538Z | [ helios-setup] Oct 25 17:48:03.054 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2686 | 2024-10-25T17:48:03.538Z | [ helios-setup] Oct 25 17:48:03.054 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2687 | 2024-10-25T17:48:03.538Z | [ helios-setup] Oct 25 17:48:03.054 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2688 | 2024-10-25T17:48:03.538Z | [ helios-setup] Oct 25 17:48:03.054 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2689 | 2024-10-25T17:48:03.622Z | [ host-package] Compiling memoffset v0.9.1 |
2690 | 2024-10-25T17:48:03.856Z | [ helios-setup] Oct 25 17:48:03.382 INFO E| Downloading crates ... |
2691 | 2024-10-25T17:48:03.998Z | [ helios-setup] Oct 25 17:48:03.524 INFO E| Downloaded const-random v0.1.15 |
2692 | 2024-10-25T17:48:04.042Z | [ helios-setup] Oct 25 17:48:03.568 INFO E| Downloaded ryu v1.0.13 |
2693 | 2024-10-25T17:48:04.066Z | [ helios-setup] Oct 25 17:48:03.578 INFO E| Downloaded rustls-webpki v0.100.1 |
2694 | 2024-10-25T17:48:04.066Z | [ helios-setup] Oct 25 17:48:03.592 INFO E| Downloaded schemars_derive v0.8.12 |
2695 | 2024-10-25T17:48:04.090Z | [ helios-setup] Oct 25 17:48:03.598 INFO E| Downloaded winnow v0.4.1 |
2696 | 2024-10-25T17:48:04.090Z | [ helios-setup] Oct 25 17:48:03.612 INFO E| Downloaded typenum v1.16.0 |
2697 | 2024-10-25T17:48:04.114Z | [ helios-setup] Oct 25 17:48:03.617 INFO E| Downloaded is-terminal v0.4.7 |
2698 | 2024-10-25T17:48:04.114Z | [ helios-setup] Oct 25 17:48:03.619 INFO E| Downloaded rustls v0.21.0 |
2699 | 2024-10-25T17:48:04.114Z | [ helios-setup] Oct 25 17:48:03.636 INFO E| Downloaded tokio v1.27.0 |
2700 | 2024-10-25T17:48:04.154Z | [ host-package] Compiling flume v0.11.0 |
2701 | 2024-10-25T17:48:04.178Z | [ helios-setup] Oct 25 17:48:03.684 INFO E| Downloaded proc-macro-crate v1.2.1 |
2702 | 2024-10-25T17:48:04.178Z | [ helios-setup] Oct 25 17:48:03.686 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2703 | 2024-10-25T17:48:04.178Z | [ helios-setup] Oct 25 17:48:03.688 INFO E| Downloaded reqwest v0.11.16 |
2704 | 2024-10-25T17:48:04.178Z | [ helios-setup] Oct 25 17:48:03.699 INFO E| Downloaded hyper v0.14.25 |
2705 | 2024-10-25T17:48:04.202Z | [ helios-setup] Oct 25 17:48:03.712 INFO E| Downloaded regex v1.7.3 |
2706 | 2024-10-25T17:48:04.226Z | [ helios-setup] Oct 25 17:48:03.745 INFO E| Downloaded rustix v0.37.3 |
2707 | 2024-10-25T17:48:04.250Z | [ helios-setup] Oct 25 17:48:03.770 INFO E| Downloaded openapiv3 v1.0.2 |
2708 | 2024-10-25T17:48:04.274Z | [ helios-setup] Oct 25 17:48:03.786 INFO E| Downloaded regress v0.5.0 |
2709 | 2024-10-25T17:48:04.274Z | [ helios-setup] Oct 25 17:48:03.799 INFO E| Downloaded libc v0.2.139 |
2710 | 2024-10-25T17:48:04.311Z | [ helios-setup] Oct 25 17:48:03.837 INFO E| Downloaded rhai v1.14.0 |
2711 | 2024-10-25T17:48:04.334Z | [ helios-setup] Oct 25 17:48:03.856 INFO E| Downloaded encoding_rs v0.8.32 |
2712 | 2024-10-25T17:48:04.377Z | [ helios-setup] Oct 25 17:48:03.903 INFO E| Downloaded git2 v0.16.1 |
2713 | 2024-10-25T17:48:04.400Z | [ helios-setup] Oct 25 17:48:03.917 INFO E| Downloaded pest v2.5.7 |
2714 | 2024-10-25T17:48:04.400Z | [ helios-setup] Oct 25 17:48:03.924 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2715 | 2024-10-25T17:48:04.495Z | [ helios-setup] Oct 25 17:48:04.021 INFO E| Downloaded futures-util v0.3.28 |
2716 | 2024-10-25T17:48:04.519Z | [ helios-setup] Oct 25 17:48:04.038 INFO E| Downloaded rayon-core v1.10.2 |
2717 | 2024-10-25T17:48:04.519Z | [ helios-setup] Oct 25 17:48:04.043 INFO E| Downloaded rayon v1.6.1 |
2718 | 2024-10-25T17:48:04.543Z | [ helios-setup] Oct 25 17:48:04.056 INFO E| Downloaded libz-sys v1.1.8 |
2719 | 2024-10-25T17:48:04.605Z | [ helios-setup] Oct 25 17:48:04.132 INFO E| Downloaded quote v1.0.36 |
2720 | 2024-10-25T17:48:04.629Z | [ helios-setup] Oct 25 17:48:04.135 INFO E| Downloaded parking_lot v0.12.1 |
2721 | 2024-10-25T17:48:04.629Z | [ helios-setup] Oct 25 17:48:04.138 INFO E| Downloaded num-traits v0.2.15 |
2722 | 2024-10-25T17:48:04.629Z | [ helios-setup] Oct 25 17:48:04.141 INFO E| Downloaded mio v0.8.5 |
2723 | 2024-10-25T17:48:04.629Z | [ helios-setup] Oct 25 17:48:04.148 INFO E| Downloaded memchr v2.5.0 |
2724 | 2024-10-25T17:48:04.629Z | [ helios-setup] Oct 25 17:48:04.153 INFO E| Downloaded ipnet v2.7.2 |
2725 | 2024-10-25T17:48:04.629Z | [ helios-setup] Oct 25 17:48:04.155 INFO E| Downloaded h2 v0.3.16 |
2726 | 2024-10-25T17:48:04.653Z | [ helios-setup] Oct 25 17:48:04.164 INFO E| Downloaded clap_builder v4.2.1 |
2727 | 2024-10-25T17:48:04.653Z | [ helios-setup] Oct 25 17:48:04.172 INFO E| Downloaded chrono v0.4.24 |
2728 | 2024-10-25T17:48:04.677Z | [ helios-setup] Oct 25 17:48:04.183 INFO E| Downloaded cc v1.0.78 |
2729 | 2024-10-25T17:48:04.677Z | [ helios-setup] Oct 25 17:48:04.187 INFO E| Downloaded pkg-config v0.3.26 |
2730 | 2024-10-25T17:48:04.677Z | [ helios-setup] Oct 25 17:48:04.189 INFO E| Downloaded paste v1.0.12 |
2731 | 2024-10-25T17:48:04.677Z | [ helios-setup] Oct 25 17:48:04.192 INFO E| Downloaded lazy_static v1.4.0 |
2732 | 2024-10-25T17:48:04.677Z | [ helios-setup] Oct 25 17:48:04.194 INFO E| Downloaded itoa v1.0.6 |
2733 | 2024-10-25T17:48:04.677Z | [ helios-setup] Oct 25 17:48:04.196 INFO E| Downloaded iana-time-zone v0.1.56 |
2734 | 2024-10-25T17:48:04.677Z | [ helios-setup] Oct 25 17:48:04.199 INFO E| Downloaded home v0.5.4 |
2735 | 2024-10-25T17:48:04.677Z | [ helios-setup] Oct 25 17:48:04.200 INFO E| Downloaded futures-channel v0.3.28 |
2736 | 2024-10-25T17:48:04.677Z | [ helios-setup] Oct 25 17:48:04.202 INFO E| Downloaded form_urlencoded v1.1.0 |
2737 | 2024-10-25T17:48:04.677Z | [ helios-setup] Oct 25 17:48:04.203 INFO E| Downloaded digest v0.10.6 |
2738 | 2024-10-25T17:48:04.729Z | [ helios-setup] Oct 25 17:48:04.255 INFO E| Downloaded clap v4.2.1 |
2739 | 2024-10-25T17:48:04.752Z | [ helios-setup] Oct 25 17:48:04.265 INFO E| Downloaded bytes v1.4.0 |
2740 | 2024-10-25T17:48:04.752Z | [ helios-setup] Oct 25 17:48:04.270 INFO E| Downloaded anyhow v1.0.68 |
2741 | 2024-10-25T17:48:04.752Z | [ helios-setup] Oct 25 17:48:04.274 INFO E| Downloaded once_cell v1.17.0 |
2742 | 2024-10-25T17:48:04.752Z | [ helios-setup] Oct 25 17:48:04.277 INFO E| Downloaded num_enum v0.5.7 |
2743 | 2024-10-25T17:48:04.776Z | [ helios-setup] Oct 25 17:48:04.282 INFO E| Downloaded http-body v0.4.5 |
2744 | 2024-10-25T17:48:04.776Z | [ helios-setup] Oct 25 17:48:04.284 INFO E| Downloaded errno v0.3.1 |
2745 | 2024-10-25T17:48:04.776Z | [ helios-setup] Oct 25 17:48:04.285 INFO E| Downloaded rhai_codegen v1.5.0 |
2746 | 2024-10-25T17:48:04.776Z | [ helios-setup] Oct 25 17:48:04.296 INFO E| Downloaded project-root v0.2.2 |
2747 | 2024-10-25T17:48:04.776Z | [ helios-setup] Oct 25 17:48:04.296 INFO E| Downloaded httpdate v1.0.2 |
2748 | 2024-10-25T17:48:04.776Z | [ helios-setup] Oct 25 17:48:04.297 INFO E| Downloaded futures-task v0.3.28 |
2749 | 2024-10-25T17:48:04.776Z | [ helios-setup] Oct 25 17:48:04.298 INFO E| Downloaded futures-macro v0.3.28 |
2750 | 2024-10-25T17:48:04.776Z | [ helios-setup] Oct 25 17:48:04.300 INFO E| Downloaded futures-executor v0.3.28 |
2751 | 2024-10-25T17:48:04.776Z | [ helios-setup] Oct 25 17:48:04.301 INFO E| Downloaded either v1.8.0 |
2752 | 2024-10-25T17:48:04.800Z | [ helios-setup] Oct 25 17:48:04.303 INFO E| Downloaded http v0.2.9 |
2753 | 2024-10-25T17:48:04.800Z | [ helios-setup] Oct 25 17:48:04.308 INFO E| Downloaded crossbeam-channel v0.5.6 |
2754 | 2024-10-25T17:48:04.800Z | [ helios-setup] Oct 25 17:48:04.313 INFO E| Downloaded clap_derive v4.2.0 |
2755 | 2024-10-25T17:48:04.800Z | [ helios-setup] Oct 25 17:48:04.316 INFO E| Downloaded camino v1.1.4 |
2756 | 2024-10-25T17:48:04.800Z | [ helios-setup] Oct 25 17:48:04.318 INFO E| Downloaded bincode v1.3.3 |
2757 | 2024-10-25T17:48:04.800Z | [ helios-setup] Oct 25 17:48:04.320 INFO E| Downloaded aho-corasick v0.7.20 |
2758 | 2024-10-25T17:48:04.800Z | [ helios-setup] Oct 25 17:48:04.325 INFO E| Downloaded tokio-rustls v0.24.0 |
2759 | 2024-10-25T17:48:04.824Z | [ helios-setup] Oct 25 17:48:04.327 INFO E| Downloaded crossbeam-deque v0.8.2 |
2760 | 2024-10-25T17:48:04.824Z | [ helios-setup] Oct 25 17:48:04.329 INFO E| Downloaded concolor-query v0.3.3 |
2761 | 2024-10-25T17:48:04.824Z | [ helios-setup] Oct 25 17:48:04.330 INFO E| Downloaded byteorder v1.4.3 |
2762 | 2024-10-25T17:48:04.824Z | [ helios-setup] Oct 25 17:48:04.332 INFO E| Downloaded autocfg v1.1.0 |
2763 | 2024-10-25T17:48:04.825Z | [ helios-setup] Oct 25 17:48:04.335 INFO E| Downloaded async-stream-impl v0.3.5 |
2764 | 2024-10-25T17:48:04.825Z | [ helios-setup] Oct 25 17:48:04.335 INFO E| Downloaded uuid v1.3.0 |
2765 | 2024-10-25T17:48:04.825Z | [ helios-setup] Oct 25 17:48:04.340 INFO E| Downloaded url v2.3.1 |
2766 | 2024-10-25T17:48:04.849Z | [ helios-setup] Oct 25 17:48:04.343 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2767 | 2024-10-25T17:48:04.849Z | [ helios-setup] Oct 25 17:48:04.347 INFO E| Downloaded unicode-linebreak v0.1.4 |
2768 | 2024-10-25T17:48:04.849Z | [ helios-setup] Oct 25 17:48:04.350 INFO E| Downloaded unicode-ident v1.0.8 |
2769 | 2024-10-25T17:48:04.849Z | [ helios-setup] Oct 25 17:48:04.353 INFO E| Downloaded unicode-bidi v0.3.13 |
2770 | 2024-10-25T17:48:04.849Z | [ helios-setup] Oct 25 17:48:04.356 INFO E| Downloaded time v0.1.45 |
2771 | 2024-10-25T17:48:04.849Z | [ helios-setup] Oct 25 17:48:04.358 INFO E| Downloaded textwrap v0.16.0 |
2772 | 2024-10-25T17:48:04.849Z | [ helios-setup] Oct 25 17:48:04.361 INFO E| Downloaded syn v2.0.72 |
2773 | 2024-10-25T17:48:04.872Z | [ helios-setup] Oct 25 17:48:04.380 INFO E| Downloaded ppv-lite86 v0.2.17 |
2774 | 2024-10-25T17:48:04.872Z | [ helios-setup] Oct 25 17:48:04.382 INFO E| Downloaded log v0.4.17 |
2775 | 2024-10-25T17:48:04.872Z | [ helios-setup] Oct 25 17:48:04.386 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2776 | 2024-10-25T17:48:04.873Z | [ helios-setup] Oct 25 17:48:04.389 INFO E| Downloaded base64 v0.21.0 |
2777 | 2024-10-25T17:48:04.873Z | [ helios-setup] Oct 25 17:48:04.394 INFO E| Downloaded anstyle-parse v0.1.1 |
2778 | 2024-10-25T17:48:04.873Z | [ helios-setup] Oct 25 17:48:04.397 INFO E| Downloaded anstream v0.2.6 |
2779 | 2024-10-25T17:48:04.896Z | [ helios-setup] Oct 25 17:48:04.400 INFO E| Downloaded ahash v0.8.3 |
2780 | 2024-10-25T17:48:04.896Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2781 | 2024-10-25T17:48:04.896Z | [ helios-setup] Oct 25 17:48:04.404 INFO E| Downloaded schemars v0.8.12 |
2782 | 2024-10-25T17:48:04.896Z | [ helios-setup] Oct 25 17:48:04.419 INFO E| Downloaded walkdir v2.3.3 |
2783 | 2024-10-25T17:48:04.896Z | [ helios-setup] Oct 25 17:48:04.422 INFO E| Downloaded unicode-normalization v0.1.22 |
2784 | 2024-10-25T17:48:04.921Z | [ helios-setup] Oct 25 17:48:04.427 INFO E| Downloaded tracing-core v0.1.30 |
2785 | 2024-10-25T17:48:04.921Z | [ helios-setup] Oct 25 17:48:04.431 INFO E| Downloaded tower-service v0.3.2 |
2786 | 2024-10-25T17:48:04.921Z | [ helios-setup] Oct 25 17:48:04.432 INFO E| Downloaded toolchain_find v0.2.0 |
2787 | 2024-10-25T17:48:04.921Z | [ helios-setup] Oct 25 17:48:04.434 INFO E| Downloaded toml_datetime v0.6.1 |
2788 | 2024-10-25T17:48:04.922Z | [ helios-setup] Oct 25 17:48:04.436 INFO E| Downloaded toml v0.7.3 |
2789 | 2024-10-25T17:48:04.922Z | [ helios-setup] Oct 25 17:48:04.441 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2790 | 2024-10-25T17:48:04.922Z | [ helios-setup] Oct 25 17:48:04.444 INFO E| Downloaded thiserror-impl v1.0.38 |
2791 | 2024-10-25T17:48:04.922Z | [ helios-setup] Oct 25 17:48:04.446 INFO E| Downloaded terminal_size v0.2.6 |
2792 | 2024-10-25T17:48:04.922Z | [ helios-setup] Oct 25 17:48:04.447 INFO E| Downloaded tempfile v3.5.0 |
2793 | 2024-10-25T17:48:04.945Z | [ helios-setup] Oct 25 17:48:04.451 INFO E| Downloaded syn v1.0.107 |
2794 | 2024-10-25T17:48:04.945Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2795 | 2024-10-25T17:48:04.945Z | [ helios-setup] Oct 25 17:48:04.467 INFO E| Downloaded serde v1.0.204 |
2796 | 2024-10-25T17:48:04.945Z | [ helios-setup] Oct 25 17:48:04.471 INFO E| Downloaded pin-project-lite v0.2.9 |
2797 | 2024-10-25T17:48:04.970Z | [ helios-setup] Oct 25 17:48:04.478 INFO E| Downloaded parking_lot_core v0.9.6 |
2798 | 2024-10-25T17:48:04.970Z | [ helios-setup] Oct 25 17:48:04.481 INFO E| Downloaded lock_api v0.4.9 |
2799 | 2024-10-25T17:48:04.970Z | [ helios-setup] Oct 25 17:48:04.483 INFO E| Downloaded io-lifetimes v1.0.10 |
2800 | 2024-10-25T17:48:04.970Z | [ helios-setup] Oct 25 17:48:04.486 INFO E| Downloaded httparse v1.8.0 |
2801 | 2024-10-25T17:48:04.970Z | [ helios-setup] Oct 25 17:48:04.490 INFO E| Downloaded futures v0.3.28 |
2802 | 2024-10-25T17:48:04.994Z | [ helios-setup] Oct 25 17:48:04.496 INFO E| Downloaded crossbeam-utils v0.8.14 |
2803 | 2024-10-25T17:48:04.994Z | [ helios-setup] Oct 25 17:48:04.500 INFO E| Downloaded const-random-macro v0.1.15 |
2804 | 2024-10-25T17:48:04.994Z | [ helios-setup] Oct 25 17:48:04.501 INFO E| Downloaded concolor-override v1.0.0 |
2805 | 2024-10-25T17:48:04.994Z | [ helios-setup] Oct 25 17:48:04.502 INFO E| Downloaded clap_lex v0.4.1 |
2806 | 2024-10-25T17:48:04.994Z | [ helios-setup] Oct 25 17:48:04.504 INFO E| Downloaded cargo-lock v8.0.3 |
2807 | 2024-10-25T17:48:04.994Z | [ helios-setup] Oct 25 17:48:04.507 INFO E| Downloaded async-trait v0.1.68 |
2808 | 2024-10-25T17:48:04.994Z | [ helios-setup] Oct 25 17:48:04.512 INFO E| Downloaded want v0.3.0 |
2809 | 2024-10-25T17:48:04.994Z | [ helios-setup] Oct 25 17:48:04.513 INFO E| Downloaded ucd-trie v0.1.5 |
2810 | 2024-10-25T17:48:04.994Z | [ helios-setup] Oct 25 17:48:04.516 INFO E| Downloaded tungstenite v0.18.0 |
2811 | 2024-10-25T17:48:04.994Z | [ helios-setup] Oct 25 17:48:04.520 INFO E| Downloaded try-lock v0.2.4 |
2812 | 2024-10-25T17:48:05.018Z | [ helios-setup] Oct 25 17:48:04.521 INFO E| Downloaded strsim v0.10.0 |
2813 | 2024-10-25T17:48:05.018Z | [ helios-setup] Oct 25 17:48:04.523 INFO E| Downloaded socket2 v0.4.9 |
2814 | 2024-10-25T17:48:05.018Z | [ helios-setup] Oct 25 17:48:04.525 INFO E| Downloaded smawk v0.3.1 |
2815 | 2024-10-25T17:48:05.018Z | [ helios-setup] Oct 25 17:48:04.527 INFO E| Downloaded smartstring v1.0.1 |
2816 | 2024-10-25T17:48:05.018Z | [ helios-setup] Oct 25 17:48:04.529 INFO E| Downloaded smallvec v1.10.0 |
2817 | 2024-10-25T17:48:05.018Z | [ helios-setup] Oct 25 17:48:04.532 INFO E| Downloaded slog-bunyan v2.4.0 |
2818 | 2024-10-25T17:48:05.018Z | [ helios-setup] Oct 25 17:48:04.533 INFO E| Downloaded slog-async v2.7.0 |
2819 | 2024-10-25T17:48:05.018Z | [ helios-setup] Oct 25 17:48:04.535 INFO E| Downloaded slab v0.4.7 |
2820 | 2024-10-25T17:48:05.018Z | [ helios-setup] Oct 25 17:48:04.537 INFO E| Downloaded signal-hook-registry v1.4.0 |
2821 | 2024-10-25T17:48:05.018Z | [ helios-setup] Oct 25 17:48:04.538 INFO E| Downloaded sha2 v0.10.6 |
2822 | 2024-10-25T17:48:05.018Z | [ helios-setup] Oct 25 17:48:04.541 INFO E| Downloaded sha1 v0.10.5 |
2823 | 2024-10-25T17:48:05.018Z | [ helios-setup] Oct 25 17:48:04.543 INFO E| Downloaded serde_yaml v0.9.21 |
2824 | 2024-10-25T17:48:05.042Z | [ helios-setup] Oct 25 17:48:04.548 INFO E| Downloaded serde_tokenstream v0.2.0 |
2825 | 2024-10-25T17:48:05.042Z | [ helios-setup] Oct 25 17:48:04.552 INFO E| Downloaded serde_spanned v0.6.1 |
2826 | 2024-10-25T17:48:05.042Z | [ helios-setup] Oct 25 17:48:04.553 INFO E| Downloaded serde_path_to_error v0.1.11 |
2827 | 2024-10-25T17:48:05.042Z | [ helios-setup] Oct 25 17:48:04.555 INFO E| Downloaded serde_json v1.0.95 |
2828 | 2024-10-25T17:48:05.042Z | [ helios-setup] Oct 25 17:48:04.565 INFO E| Downloaded serde_derive_internals v0.26.0 |
2829 | 2024-10-25T17:48:05.042Z | [ helios-setup] Oct 25 17:48:04.567 INFO E| Downloaded serde_derive v1.0.204 |
2830 | 2024-10-25T17:48:05.066Z | [ helios-setup] Oct 25 17:48:04.570 INFO E| Downloaded semver-parser v0.10.2 |
2831 | 2024-10-25T17:48:05.066Z | [ helios-setup] Oct 25 17:48:04.573 INFO E| Downloaded semver v1.0.17 |
2832 | 2024-10-25T17:48:05.066Z | [ helios-setup] Oct 25 17:48:04.576 INFO E| Downloaded semver v0.11.0 |
2833 | 2024-10-25T17:48:05.066Z | [ helios-setup] Oct 25 17:48:04.578 INFO E| Downloaded sct v0.7.0 |
2834 | 2024-10-25T17:48:05.066Z | [ helios-setup] Oct 25 17:48:04.582 INFO E| Downloaded scopeguard v1.1.0 |
2835 | 2024-10-25T17:48:05.066Z | [ helios-setup] Oct 25 17:48:04.583 INFO E| Downloaded rustls-pemfile v1.0.2 |
2836 | 2024-10-25T17:48:05.066Z | [ helios-setup] Oct 25 17:48:04.586 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2837 | 2024-10-25T17:48:05.066Z | [ helios-setup] Oct 25 17:48:04.588 INFO E| Downloaded percent-encoding v2.2.0 |
2838 | 2024-10-25T17:48:05.066Z | [ helios-setup] Oct 25 17:48:04.589 INFO E| Downloaded num_enum_derive v0.5.7 |
2839 | 2024-10-25T17:48:05.066Z | [ helios-setup] Oct 25 17:48:04.591 INFO E| Downloaded num_cpus v1.15.0 |
2840 | 2024-10-25T17:48:05.090Z | [ helios-setup] Oct 25 17:48:04.594 INFO E| Downloaded num-integer v0.1.45 |
2841 | 2024-10-25T17:48:05.090Z | [ helios-setup] Oct 25 17:48:04.596 INFO E| Downloaded memoffset v0.7.1 |
2842 | 2024-10-25T17:48:05.090Z | [ helios-setup] Oct 25 17:48:04.598 INFO E| Downloaded jobserver v0.1.26 |
2843 | 2024-10-25T17:48:05.091Z | [ helios-setup] Oct 25 17:48:04.600 INFO E| Downloaded getrandom v0.2.8 |
2844 | 2024-10-25T17:48:05.091Z | [ helios-setup] Oct 25 17:48:04.603 INFO E| Downloaded futures-sink v0.3.28 |
2845 | 2024-10-25T17:48:05.091Z | [ helios-setup] Oct 25 17:48:04.604 INFO E| Downloaded futures-io v0.3.28 |
2846 | 2024-10-25T17:48:05.091Z | [ helios-setup] Oct 25 17:48:04.605 INFO E| Downloaded futures-core v0.3.28 |
2847 | 2024-10-25T17:48:05.091Z | [ helios-setup] Oct 25 17:48:04.607 INFO E| Downloaded fastrand v1.9.0 |
2848 | 2024-10-25T17:48:05.091Z | [ helios-setup] Oct 25 17:48:04.609 INFO E| Downloaded built v0.6.0 |
2849 | 2024-10-25T17:48:05.091Z | [ helios-setup] Oct 25 17:48:04.610 INFO E| Downloaded async-stream v0.3.5 |
2850 | 2024-10-25T17:48:05.091Z | [ helios-setup] Oct 25 17:48:04.613 INFO E| Downloaded anstyle v0.3.5 |
2851 | 2024-10-25T17:48:05.091Z | [ helios-setup] Oct 25 17:48:04.615 INFO E| Downloaded ahash v0.7.6 |
2852 | 2024-10-25T17:48:05.114Z | [ helios-setup] Oct 25 17:48:04.618 INFO E| Downloaded utf8parse v0.2.1 |
2853 | 2024-10-25T17:48:05.115Z | [ helios-setup] Oct 25 17:48:04.619 INFO E| Downloaded tracing v0.1.37 |
2854 | 2024-10-25T17:48:05.115Z | [ helios-setup] Oct 25 17:48:04.625 INFO E| Downloaded toml_edit v0.19.8 |
2855 | 2024-10-25T17:48:05.138Z | [ helios-setup] Oct 25 17:48:04.646 INFO E| Downloaded tokio-util v0.7.7 |
2856 | 2024-10-25T17:48:05.138Z | [ helios-setup] Oct 25 17:48:04.654 INFO E| Downloaded tokio-macros v2.0.0 |
2857 | 2024-10-25T17:48:05.138Z | [ helios-setup] Oct 25 17:48:04.656 INFO E| Downloaded tinyvec v1.6.0 |
2858 | 2024-10-25T17:48:05.138Z | [ helios-setup] Oct 25 17:48:04.660 INFO E| Downloaded thiserror v1.0.38 |
2859 | 2024-10-25T17:48:05.162Z | [ helios-setup] Oct 25 17:48:04.665 INFO E| Downloaded dyn-clone v1.0.11 |
2860 | 2024-10-25T17:48:05.334Z | [ helios-setup] Oct 25 17:48:04.860 INFO E| Compiling proc-macro2 v1.0.86 |
2861 | 2024-10-25T17:48:05.334Z | [ helios-setup] Oct 25 17:48:04.860 INFO E| Compiling libc v0.2.139 |
2862 | 2024-10-25T17:48:05.358Z | [ helios-setup] Oct 25 17:48:04.860 INFO E| Compiling unicode-ident v1.0.8 |
2863 | 2024-10-25T17:48:05.358Z | [ helios-setup] Oct 25 17:48:04.860 INFO E| Compiling autocfg v1.1.0 |
2864 | 2024-10-25T17:48:05.358Z | [ helios-setup] Oct 25 17:48:04.860 INFO E| Compiling cfg-if v1.0.0 |
2865 | 2024-10-25T17:48:05.358Z | [ helios-setup] Oct 25 17:48:04.861 INFO E| Compiling version_check v0.9.4 |
2866 | 2024-10-25T17:48:05.358Z | [ helios-setup] Oct 25 17:48:04.861 INFO E| Compiling serde v1.0.204 |
2867 | 2024-10-25T17:48:05.358Z | [ helios-setup] Oct 25 17:48:04.861 INFO E| Compiling syn v1.0.107 |
2868 | 2024-10-25T17:48:06.392Z | [ helios-setup] Oct 25 17:48:05.918 INFO E| Compiling memchr v2.5.0 |
2869 | 2024-10-25T17:48:06.593Z | [ helios-setup] Oct 25 17:48:06.119 INFO E| Compiling once_cell v1.17.0 |
2870 | 2024-10-25T17:48:06.787Z | [ helios-setup] Oct 25 17:48:06.313 INFO E| Compiling thiserror v1.0.38 |
2871 | 2024-10-25T17:48:07.256Z | [ helios-setup] Oct 25 17:48:06.782 INFO E| Compiling log v0.4.17 |
2872 | 2024-10-25T17:48:07.640Z | [ helios-setup] Oct 25 17:48:07.165 INFO E| Compiling serde_json v1.0.95 |
2873 | 2024-10-25T17:48:08.202Z | [ helios-setup] Oct 25 17:48:07.728 INFO E| Compiling itoa v1.0.6 |
2874 | 2024-10-25T17:48:08.963Z | [ helios-setup] Oct 25 17:48:08.489 INFO E| Compiling getrandom v0.2.8 |
2875 | 2024-10-25T17:48:09.241Z | [ host-package] Compiling env_logger v0.11.5 |
2876 | 2024-10-25T17:48:09.265Z | [ helios-setup] Oct 25 17:48:08.770 INFO E| Compiling jobserver v0.1.26 |
2877 | 2024-10-25T17:48:09.572Z | [ helios-setup] Oct 25 17:48:09.098 INFO E| Compiling indexmap v1.9.3 |
2878 | 2024-10-25T17:48:09.746Z | [ helios-setup] Oct 25 17:48:09.272 INFO E| Compiling quote v1.0.36 |
2879 | 2024-10-25T17:48:09.837Z | [ helios-setup] Oct 25 17:48:09.363 INFO E| Compiling scopeguard v1.1.0 |
2880 | 2024-10-25T17:48:10.172Z | [ helios-setup] Oct 25 17:48:09.697 INFO E| Compiling cc v1.0.78 |
2881 | 2024-10-25T17:48:10.258Z | [ helios-setup] Oct 25 17:48:09.784 INFO E| Compiling pin-project-lite v0.2.9 |
2882 | 2024-10-25T17:48:10.375Z | [ helios-setup] Oct 25 17:48:09.902 INFO E| Compiling num-integer v0.1.45 |
2883 | 2024-10-25T17:48:10.457Z | [ helios-setup] Oct 25 17:48:09.983 INFO E| Compiling syn v2.0.72 |
2884 | 2024-10-25T17:48:10.615Z | [ helios-setup] Oct 25 17:48:10.141 INFO E| Compiling bytes v1.4.0 |
2885 | 2024-10-25T17:48:10.949Z | [ helios-setup] Oct 25 17:48:10.476 INFO E| Compiling futures-core v0.3.28 |
2886 | 2024-10-25T17:48:11.364Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2887 | 2024-10-25T17:48:11.663Z | [ helios-setup] Oct 25 17:48:11.189 INFO E| Compiling ryu v1.0.13 |
2888 | 2024-10-25T17:48:12.564Z | [ helios-setup] Oct 25 17:48:12.090 INFO E| Compiling lock_api v0.4.9 |
2889 | 2024-10-25T17:48:12.617Z | [ helios-setup] Oct 25 17:48:12.144 INFO E| Compiling bitflags v1.3.2 |
2890 | 2024-10-25T17:48:12.874Z | [ helios-setup] Oct 25 17:48:12.400 INFO E| Compiling parking_lot_core v0.9.6 |
2891 | 2024-10-25T17:48:13.068Z | [ helios-setup] Oct 25 17:48:12.594 INFO E| Compiling typenum v1.16.0 |
2892 | 2024-10-25T17:48:13.380Z | [ helios-setup] Oct 25 17:48:12.906 INFO E| Compiling num_cpus v1.15.0 |
2893 | 2024-10-25T17:48:13.611Z | [ helios-setup] Oct 25 17:48:13.137 INFO E| Compiling generic-array v0.14.6 |
2894 | 2024-10-25T17:48:13.769Z | [ helios-setup] Oct 25 17:48:13.295 INFO E| Compiling slab v0.4.7 |
2895 | 2024-10-25T17:48:14.052Z | [ helios-setup] Oct 25 17:48:13.578 INFO E| Compiling futures-task v0.3.28 |
2896 | 2024-10-25T17:48:14.052Z | [ helios-setup] Oct 25 17:48:13.578 INFO E| Compiling futures-channel v0.3.28 |
2897 | 2024-10-25T17:48:14.256Z | [ helios-setup] Oct 25 17:48:13.782 INFO E| Compiling futures-sink v0.3.28 |
2898 | 2024-10-25T17:48:15.120Z | [ helios-setup] Oct 25 17:48:14.634 INFO E| Compiling tokio v1.27.0 |
2899 | 2024-10-25T17:48:15.146Z | [ helios-setup] Oct 25 17:48:14.637 INFO E| Compiling futures-util v0.3.28 |
2900 | 2024-10-25T17:48:15.169Z | [ helios-setup] Oct 25 17:48:14.686 INFO E| Compiling schemars v0.8.12 |
2901 | 2024-10-25T17:48:16.286Z | [ helios-setup] Oct 25 17:48:15.812 INFO E| Compiling mio v0.8.5 |
2902 | 2024-10-25T17:48:16.286Z | [ helios-setup] Oct 25 17:48:15.812 INFO E| Compiling socket2 v0.4.9 |
2903 | 2024-10-25T17:48:16.571Z | [ helios-setup] Oct 25 17:48:16.098 INFO E| Compiling signal-hook-registry v1.4.0 |
2904 | 2024-10-25T17:48:16.827Z | [ helios-setup] Oct 25 17:48:16.353 INFO E| Compiling ahash v0.7.6 |
2905 | 2024-10-25T17:48:17.138Z | [ helios-setup] Oct 25 17:48:16.665 INFO E| Compiling num-traits v0.2.15 |
2906 | 2024-10-25T17:48:17.713Z | [ helios-setup] Oct 25 17:48:17.240 INFO E| Compiling futures-io v0.3.28 |
2907 | 2024-10-25T17:48:18.175Z | [ helios-setup] Oct 25 17:48:17.701 INFO E| Compiling io-lifetimes v1.0.10 |
2908 | 2024-10-25T17:48:18.612Z | [ helios-setup] Oct 25 17:48:18.137 INFO E| Compiling crunchy v0.2.2 |
2909 | 2024-10-25T17:48:18.959Z | [ helios-setup] Oct 25 17:48:18.485 INFO E| Compiling pin-utils v0.1.0 |
2910 | 2024-10-25T17:48:19.966Z | [ helios-setup] Oct 25 17:48:19.492 INFO E| Compiling ahash v0.8.3 |
2911 | 2024-10-25T17:48:20.047Z | [ helios-setup] Oct 25 17:48:19.572 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2912 | 2024-10-25T17:48:20.302Z | [ helios-setup] Oct 25 17:48:19.828 INFO E| Compiling rustix v0.37.3 |
2913 | 2024-10-25T17:48:20.842Z | [ helios-setup] Oct 25 17:48:20.368 INFO E| Compiling serde_derive_internals v0.26.0 |
2914 | 2024-10-25T17:48:20.921Z | [ host-package] Compiling p384 v0.13.0 |
2915 | 2024-10-25T17:48:21.057Z | [ helios-setup] Oct 25 17:48:20.581 INFO E| Compiling tiny-keccak v2.0.2 |
2916 | 2024-10-25T17:48:21.218Z | [ helios-setup] Oct 25 17:48:20.744 INFO E| Compiling hashbrown v0.12.3 |
2917 | 2024-10-25T17:48:22.227Z | [ helios-setup] Oct 25 17:48:21.753 INFO E| Compiling crypto-common v0.1.6 |
2918 | 2024-10-25T17:48:22.381Z | [ helios-setup] Oct 25 17:48:21.907 INFO E| Compiling block-buffer v0.10.3 |
2919 | 2024-10-25T17:48:23.234Z | [ helios-setup] Oct 25 17:48:22.760 INFO E| Compiling errno v0.3.1 |
2920 | 2024-10-25T17:48:23.697Z | [ helios-setup] Oct 25 17:48:23.223 INFO E| Compiling slog v2.7.0 |
2921 | 2024-10-25T17:48:23.762Z | [ helios-setup] Oct 25 17:48:23.288 INFO E| Compiling fnv v1.0.7 |
2922 | 2024-10-25T17:48:23.937Z | [ helios-setup] Oct 25 17:48:23.463 INFO E| Compiling pkg-config v0.3.26 |
2923 | 2024-10-25T17:48:24.017Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2924 | 2024-10-25T17:48:24.177Z | [ helios-setup] Oct 25 17:48:23.703 INFO E| Compiling crossbeam-utils v0.8.14 |
2925 | 2024-10-25T17:48:24.758Z | [ helios-setup] Oct 25 17:48:24.284 INFO E| Compiling http v0.2.9 |
2926 | 2024-10-25T17:48:25.892Z | [ helios-setup] Oct 25 17:48:25.369 INFO E| Compiling digest v0.10.6 |
2927 | 2024-10-25T17:48:27.040Z | [ helios-setup] Oct 25 17:48:26.566 INFO E| Compiling aho-corasick v0.7.20 |
2928 | 2024-10-25T17:48:27.563Z | [ helios-setup] Oct 25 17:48:27.088 INFO E| Compiling anyhow v1.0.68 |
2929 | 2024-10-25T17:48:27.852Z | [ helios-setup] Oct 25 17:48:27.378 INFO E| Compiling httparse v1.8.0 |
2930 | 2024-10-25T17:48:28.846Z | [ helios-setup] Oct 25 17:48:28.372 INFO E| Compiling unicode-width v0.1.10 |
2931 | 2024-10-25T17:48:28.907Z | [ helios-setup] Oct 25 17:48:28.433 INFO E| Compiling cpufeatures v0.2.5 |
2932 | 2024-10-25T17:48:29.064Z | [ host-package] Compiling git2 v0.19.0 |
2933 | 2024-10-25T17:48:29.118Z | [ helios-setup] Oct 25 17:48:28.645 INFO E| Compiling tinyvec_macros v0.1.1 |
2934 | 2024-10-25T17:48:29.208Z | [ helios-setup] Oct 25 17:48:28.731 INFO E| Compiling heck v0.4.1 |
2935 | 2024-10-25T17:48:29.235Z | [ helios-setup] Oct 25 17:48:28.732 INFO E| Compiling percent-encoding v2.2.0 |
2936 | 2024-10-25T17:48:29.235Z | [ helios-setup] Oct 25 17:48:28.733 INFO E| Compiling regex-syntax v0.6.29 |
2937 | 2024-10-25T17:48:29.324Z | [ helios-setup] Oct 25 17:48:28.850 INFO E| Compiling thiserror-impl v1.0.38 |
2938 | 2024-10-25T17:48:29.402Z | [ helios-setup] Oct 25 17:48:28.928 INFO E| Compiling serde_derive v1.0.204 |
2939 | 2024-10-25T17:48:29.676Z | [ helios-setup] Oct 25 17:48:29.202 INFO E| Compiling tokio-macros v2.0.0 |
2940 | 2024-10-25T17:48:29.852Z | [ helios-setup] Oct 25 17:48:29.378 INFO E| Compiling futures-macro v0.3.28 |
2941 | 2024-10-25T17:48:30.184Z | [ helios-setup] Oct 25 17:48:29.710 INFO E| Compiling schemars_derive v0.8.12 |
2942 | 2024-10-25T17:48:31.139Z | [ helios-setup] Oct 25 17:48:30.665 INFO E| Compiling tinyvec v1.6.0 |
2943 | 2024-10-25T17:48:31.940Z | [ helios-setup] Oct 25 17:48:31.467 INFO E| Compiling form_urlencoded v1.1.0 |
2944 | 2024-10-25T17:48:33.166Z | [ helios-setup] Oct 25 17:48:32.692 INFO E| Compiling const-random-macro v0.1.15 |
2945 | 2024-10-25T17:48:34.828Z | [ helios-setup] Oct 25 17:48:34.355 INFO E| Compiling hashbrown v0.13.2 |
2946 | 2024-10-25T17:48:35.215Z | [ helios-setup] Oct 25 17:48:34.742 INFO E| Compiling regex v1.7.3 |
2947 | 2024-10-25T17:48:35.283Z | [ helios-setup] Oct 25 17:48:34.810 INFO E| Compiling libz-sys v1.1.8 |
2948 | 2024-10-25T17:48:35.336Z | [ helios-setup] Oct 25 17:48:34.863 INFO E| Compiling chrono v0.4.24 |
2949 | 2024-10-25T17:48:38.539Z | [ helios-setup] Oct 25 17:48:38.065 INFO E| Compiling dyn-clone v1.0.11 |
2950 | 2024-10-25T17:48:39.051Z | [ helios-setup] Oct 25 17:48:38.577 INFO E| Compiling uuid v1.3.0 |
2951 | 2024-10-25T17:48:39.112Z | [ helios-setup] Oct 25 17:48:38.639 INFO E| Compiling regress v0.5.0 |
2952 | 2024-10-25T17:48:39.223Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2953 | 2024-10-25T17:48:39.493Z | [ helios-setup] Oct 25 17:48:39.020 INFO E| Compiling unicode-normalization v0.1.22 |
2954 | 2024-10-25T17:48:40.165Z | [ helios-setup] Oct 25 17:48:39.691 INFO E| Compiling const-random v0.1.15 |
2955 | 2024-10-25T17:48:41.270Z | [ helios-setup] Oct 25 17:48:40.797 INFO E| Compiling getopts v0.2.21 |
2956 | 2024-10-25T17:48:42.260Z | [ helios-setup] Oct 25 17:48:41.787 INFO E| Compiling tracing-core v0.1.30 |
2957 | 2024-10-25T17:48:43.136Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2958 | 2024-10-25T17:48:43.241Z | [ helios-setup] Oct 25 17:48:42.768 INFO E| Compiling memoffset v0.7.1 |
2959 | 2024-10-25T17:48:43.675Z | [ helios-setup] Oct 25 17:48:43.202 INFO E| Compiling powerfmt v0.2.0 |
2960 | 2024-10-25T17:48:43.861Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2961 | 2024-10-25T17:48:44.593Z | [ helios-setup] Oct 25 17:48:44.120 INFO E| Compiling unicode-bidi v0.3.13 |
2962 | 2024-10-25T17:48:45.235Z | [ helios-setup] Oct 25 17:48:44.762 INFO E| Compiling num-conv v0.1.0 |
2963 | 2024-10-25T17:48:45.603Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2964 | 2024-10-25T17:48:45.685Z | [ helios-setup] Oct 25 17:48:45.212 INFO E| Compiling time-core v0.1.2 |
2965 | 2024-10-25T17:48:45.794Z | [ helios-setup] Oct 25 17:48:45.320 INFO E| Compiling ucd-trie v0.1.5 |
2966 | 2024-10-25T17:48:46.138Z | [ helios-setup] Oct 25 17:48:45.665 INFO E| Compiling time-macros v0.2.18 |
2967 | 2024-10-25T17:48:46.504Z | [ helios-setup] Oct 25 17:48:46.031 INFO E| Compiling pest v2.5.7 |
2968 | 2024-10-25T17:48:46.894Z | [ helios-setup] Oct 25 17:48:46.420 INFO E| Compiling idna v0.3.0 |
2969 | 2024-10-25T17:48:50.281Z | [ helios-setup] Oct 25 17:48:49.807 INFO E| Compiling deranged v0.3.11 |
2970 | 2024-10-25T17:48:51.146Z | [ helios-setup] Oct 25 17:48:50.673 INFO E| Compiling tracing v0.1.37 |
2971 | 2024-10-25T17:48:52.055Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2972 | 2024-10-25T17:48:52.293Z | [ helios-setup] Oct 25 17:48:51.820 INFO E| Compiling toml v0.5.11 |
2973 | 2024-10-25T17:48:52.474Z | [ helios-setup] Oct 25 17:48:52.001 INFO E| Compiling serde_tokenstream v0.2.0 |
2974 | 2024-10-25T17:48:53.172Z | [ helios-setup] Oct 25 17:48:52.699 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2975 | 2024-10-25T17:48:53.230Z | [ helios-setup] Oct 25 17:48:52.757 INFO E| Compiling time v0.1.45 |
2976 | 2024-10-25T17:48:53.717Z | [ helios-setup] Oct 25 17:48:53.243 INFO E| Compiling smallvec v1.10.0 |
2977 | 2024-10-25T17:48:54.728Z | [ host-package] Compiling rand_seeder v0.3.0 |
2978 | 2024-10-25T17:48:54.985Z | [ helios-setup] Oct 25 17:48:54.512 INFO E| Compiling crossbeam-epoch v0.9.13 |
2979 | 2024-10-25T17:48:55.170Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2980 | 2024-10-25T17:48:55.266Z | [ host-package] Compiling lzma-sys v0.1.20 |
2981 | 2024-10-25T17:48:55.400Z | [ host-package] Compiling rustls v0.21.12 |
2982 | 2024-10-25T17:48:55.750Z | [ helios-setup] Oct 25 17:48:55.277 INFO E| Compiling parking_lot v0.12.1 |
2983 | 2024-10-25T17:48:56.193Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2984 | 2024-10-25T17:48:56.276Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2985 | 2024-10-25T17:48:56.403Z | [ helios-setup] Oct 25 17:48:55.929 INFO E| Compiling num_threads v0.1.6 |
2986 | 2024-10-25T17:48:56.579Z | [ host-package] Compiling nix v0.29.0 |
2987 | 2024-10-25T17:48:57.069Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2988 | 2024-10-25T17:48:57.147Z | [ helios-setup] Oct 25 17:48:56.673 INFO E| Compiling iana-time-zone v0.1.56 |
2989 | 2024-10-25T17:48:57.181Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2990 | 2024-10-25T17:48:57.857Z | [ helios-setup] Oct 25 17:48:57.384 INFO E| Compiling semver v1.0.17 |
2991 | 2024-10-25T17:48:58.171Z | [ helios-setup] Oct 25 17:48:57.698 INFO E| Compiling time v0.3.36 |
2992 | 2024-10-25T17:48:59.151Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2993 | 2024-10-25T17:48:59.256Z | [ helios-setup] Oct 25 17:48:58.783 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2994 | 2024-10-25T17:49:00.100Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2995 | 2024-10-25T17:49:00.524Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2996 | 2024-10-25T17:49:01.218Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2997 | 2024-10-25T17:49:01.283Z | [ helios-setup] Oct 25 17:49:00.810 INFO E| Compiling semver-parser v0.10.2 |
2998 | 2024-10-25T17:49:01.663Z | [ host-package] Compiling sct v0.7.1 |
2999 | 2024-10-25T17:49:02.696Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3000 | 2024-10-25T17:49:04.272Z | [ helios-setup] Oct 25 17:49:03.799 INFO E| Compiling url v2.3.1 |
3001 | 2024-10-25T17:49:05.106Z | [ host-package] Compiling heck v0.3.3 |
3002 | 2024-10-25T17:49:06.097Z | [ helios-setup] Oct 25 17:49:05.623 INFO E| Compiling crossbeam-channel v0.5.6 |
3003 | 2024-10-25T17:49:06.257Z | [ host-package] Compiling castaway v0.2.3 |
3004 | 2024-10-25T17:49:06.918Z | [ host-package] Compiling csv-core v0.1.11 |
3005 | 2024-10-25T17:49:07.678Z | [ helios-setup] Oct 25 17:49:07.204 INFO E| Compiling dirs-sys-next v0.1.2 |
3006 | 2024-10-25T17:49:07.906Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3007 | 2024-10-25T17:49:08.695Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3008 | 2024-10-25T17:49:09.147Z | [ host-package] Compiling http-range v0.1.5 |
3009 | 2024-10-25T17:49:09.573Z | [ helios-setup] Oct 25 17:49:09.099 INFO E| Compiling same-file v1.0.6 |
3010 | 2024-10-25T17:49:09.639Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3011 | 2024-10-25T17:49:09.663Z | [ helios-setup] Oct 25 17:49:09.169 INFO E| Compiling crc32fast v1.3.2 |
3012 | 2024-10-25T17:49:10.120Z | [ helios-setup] Oct 25 17:49:09.646 INFO E| Compiling try-lock v0.2.4 |
3013 | 2024-10-25T17:49:10.175Z | [ helios-setup] Oct 25 17:49:09.702 INFO E| Compiling walkdir v2.3.3 |
3014 | 2024-10-25T17:49:10.368Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3015 | 2024-10-25T17:49:10.475Z | [ helios-setup] Oct 25 17:49:10.002 INFO E| Compiling want v0.3.0 |
3016 | 2024-10-25T17:49:11.185Z | [ helios-setup] Oct 25 17:49:10.711 INFO E| Compiling dirs-next v2.0.0 |
3017 | 2024-10-25T17:49:11.558Z | [ host-package] Compiling csv v1.3.0 |
3018 | 2024-10-25T17:49:12.392Z | [ helios-setup] Oct 25 17:49:11.918 INFO E| Compiling tokio-util v0.7.7 |
3019 | 2024-10-25T17:49:13.514Z | [ helios-setup] Oct 25 17:49:13.041 INFO E| Compiling semver v0.11.0 |
3020 | 2024-10-25T17:49:13.830Z | [ helios-setup] Oct 25 17:49:13.356 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3021 | 2024-10-25T17:49:14.542Z | [ helios-setup] Oct 25 17:49:14.068 INFO E| Compiling h2 v0.3.16 |
3022 | 2024-10-25T17:49:15.002Z | [ host-package] Compiling compact_str v0.8.0 |
3023 | 2024-10-25T17:49:15.402Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3024 | 2024-10-25T17:49:16.534Z | [ helios-setup] Oct 25 17:49:16.059 INFO E| Compiling proc-macro-crate v1.2.1 |
3025 | 2024-10-25T17:49:18.488Z | [ helios-setup] Oct 25 17:49:18.014 INFO E| Compiling futures-executor v0.3.28 |
3026 | 2024-10-25T17:49:19.177Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3027 | 2024-10-25T17:49:19.480Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3028 | 2024-10-25T17:49:19.566Z | [ host-package] Compiling nix v0.27.1 |
3029 | 2024-10-25T17:49:19.625Z | [ helios-setup] Oct 25 17:49:19.152 INFO E| Compiling http-body v0.4.5 |
3030 | 2024-10-25T17:49:19.981Z | [ helios-setup] Oct 25 17:49:19.506 INFO E| Compiling ring v0.16.20 |
3031 | 2024-10-25T17:49:21.089Z | [ helios-setup] Oct 25 17:49:20.615 INFO E| Compiling rand_core v0.6.4 |
3032 | 2024-10-25T17:49:21.530Z | [ helios-setup] Oct 25 17:49:21.038 INFO E| Compiling thread_local v1.1.7 |
3033 | 2024-10-25T17:49:21.748Z | [ helios-setup] Oct 25 17:49:21.274 INFO E| Compiling tower-service v0.3.2 |
3034 | 2024-10-25T17:49:21.910Z | [ helios-setup] Oct 25 17:49:21.436 INFO E| Compiling home v0.5.4 |
3035 | 2024-10-25T17:49:22.254Z | [ helios-setup] Oct 25 17:49:21.781 INFO E| Compiling httpdate v1.0.2 |
3036 | 2024-10-25T17:49:22.504Z | [ helios-setup] Oct 25 17:49:22.030 INFO E| Compiling utf8parse v0.2.1 |
3037 | 2024-10-25T17:49:22.848Z | [ helios-setup] Oct 25 17:49:22.374 INFO E| Compiling fastrand v1.9.0 |
3038 | 2024-10-25T17:49:23.457Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3039 | 2024-10-25T17:49:23.653Z | [ helios-setup] Oct 25 17:49:23.179 INFO E| Compiling rayon-core v1.10.2 |
3040 | 2024-10-25T17:49:23.826Z | [ helios-setup] Oct 25 17:49:23.352 INFO E| Compiling ppv-lite86 v0.2.17 |
3041 | 2024-10-25T17:49:23.915Z | [ helios-setup] Oct 25 17:49:23.441 INFO E| Compiling adler v1.0.2 |
3042 | 2024-10-25T17:49:24.325Z | [ helios-setup] Oct 25 17:49:23.852 INFO E| Compiling lazy_static v1.4.0 |
3043 | 2024-10-25T17:49:24.563Z | [ helios-setup] Oct 25 17:49:24.089 INFO E| Compiling base64 v0.21.0 |
3044 | 2024-10-25T17:49:24.948Z | [ helios-setup] Oct 25 17:49:24.475 INFO E| Compiling toolchain_find v0.2.0 |
3045 | 2024-10-25T17:49:25.224Z | [ helios-setup] Oct 25 17:49:24.751 INFO E| Compiling rand_chacha v0.3.1 |
3046 | 2024-10-25T17:49:25.412Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3047 | 2024-10-25T17:49:25.936Z | [ helios-setup] Oct 25 17:49:25.463 INFO E| Compiling miniz_oxide v0.6.2 |
3048 | 2024-10-25T17:49:26.347Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3049 | 2024-10-25T17:49:26.667Z | [ helios-setup] Oct 25 17:49:26.194 INFO E| Compiling hyper v0.14.25 |
3050 | 2024-10-25T17:49:27.987Z | [ helios-setup] Oct 25 17:49:27.513 INFO E| Compiling tempfile v3.5.0 |
3051 | 2024-10-25T17:49:29.483Z | [ helios-setup] Oct 25 17:49:29.008 INFO E| Compiling anstyle-parse v0.1.1 |
3052 | 2024-10-25T17:49:31.904Z | [ helios-setup] Oct 25 17:49:31.430 INFO E| Compiling futures v0.3.28 |
3053 | 2024-10-25T17:49:32.160Z | [ helios-setup] Oct 25 17:49:31.687 INFO E| Compiling num_enum_derive v0.5.7 |
3054 | 2024-10-25T17:49:36.291Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3055 | 2024-10-25T17:49:38.680Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3056 | 2024-10-25T17:49:39.157Z | [ helios-setup] Oct 25 17:49:38.683 INFO E| Compiling cargo-lock v8.0.3 |
3057 | 2024-10-25T17:49:43.359Z | [ helios-setup] Oct 25 17:49:42.884 INFO E| Compiling crossbeam-deque v0.8.2 |
3058 | 2024-10-25T17:49:43.725Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3059 | 2024-10-25T17:49:44.384Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3060 | 2024-10-25T17:49:44.534Z | [ helios-setup] Oct 25 17:49:44.061 INFO E| Compiling term v0.7.0 |
3061 | 2024-10-25T17:49:45.141Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3062 | 2024-10-25T17:49:46.173Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3063 | 2024-10-25T17:49:46.197Z | [ helios-setup] Oct 25 17:49:45.722 INFO E| Compiling serde_urlencoded v0.7.1 |
3064 | 2024-10-25T17:49:46.943Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3065 | 2024-10-25T17:49:47.191Z | [ helios-setup] Oct 25 17:49:46.697 INFO E| Compiling sha2 v0.10.6 |
3066 | 2024-10-25T17:49:47.260Z | [ helios-setup] Oct 25 17:49:46.778 INFO E| Compiling sha1 v0.10.5 |
3067 | 2024-10-25T17:49:47.398Z | [ host-package] Compiling hashlink v0.9.1 |
3068 | 2024-10-25T17:49:47.576Z | [ helios-setup] Oct 25 17:49:47.087 INFO E| Compiling is-terminal v0.4.7 |
3069 | 2024-10-25T17:49:48.145Z | [ helios-setup] Oct 25 17:49:47.671 INFO E| Compiling atty v0.2.14 |
3070 | 2024-10-25T17:49:48.317Z | [ host-package] Compiling tungstenite v0.23.0 |
3071 | 2024-10-25T17:49:49.025Z | [ helios-setup] Oct 25 17:49:48.551 INFO E| Compiling concolor-query v0.3.3 |
3072 | 2024-10-25T17:49:49.171Z | [ host-package] Compiling lru v0.12.5 |
3073 | 2024-10-25T17:49:49.547Z | [ helios-setup] Oct 25 17:49:49.072 INFO E| Compiling anstyle v0.3.5 |
3074 | 2024-10-25T17:49:49.910Z | [ host-package] Compiling instability v0.3.2 |
3075 | 2024-10-25T17:49:50.409Z | [ helios-setup] Oct 25 17:49:49.936 INFO E| Compiling concolor-override v1.0.0 |
3076 | 2024-10-25T17:49:51.820Z | [ host-package] Compiling cassowary v0.3.0 |
3077 | 2024-10-25T17:49:51.858Z | [ helios-setup] Oct 25 17:49:51.385 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3078 | 2024-10-25T17:49:52.064Z | [ helios-setup] Oct 25 17:49:51.590 INFO E| Compiling anstream v0.2.6 |
3079 | 2024-10-25T17:49:52.595Z | [ helios-setup] Oct 25 17:49:52.122 INFO E| Compiling slog-term v2.9.0 |
3080 | 2024-10-25T17:49:53.630Z | [ helios-setup] Oct 25 17:49:53.157 INFO E| Compiling flate2 v1.0.25 |
3081 | 2024-10-25T17:49:54.627Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3082 | 2024-10-25T17:49:54.717Z | [ helios-setup] Oct 25 17:49:54.219 INFO E| Compiling num_enum v0.5.7 |
3083 | 2024-10-25T17:49:54.982Z | [ helios-setup] Oct 25 17:49:54.509 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3084 | 2024-10-25T17:49:55.353Z | [ helios-setup] Oct 25 17:49:54.879 INFO E| Compiling rand v0.8.5 |
3085 | 2024-10-25T17:49:55.752Z | [ helios-setup] Oct 25 17:49:55.279 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3086 | 2024-10-25T17:49:55.946Z | [ helios-setup] Oct 25 17:49:55.472 INFO E| Compiling openapiv3 v1.0.2 |
3087 | 2024-10-25T17:49:56.208Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3088 | 2024-10-25T17:49:56.263Z | [ host-package] Compiling base64 v0.13.1 |
3089 | 2024-10-25T17:49:56.904Z | [ host-package] Compiling rusqlite v0.32.1 |
3090 | 2024-10-25T17:49:57.495Z | [ host-package] Compiling ron v0.7.1 |
3091 | 2024-10-25T17:49:57.595Z | [ helios-setup] Oct 25 17:49:57.121 INFO E| Compiling encoding_rs v0.8.32 |
3092 | 2024-10-25T17:49:57.618Z | [ host-package] Compiling ratatui v0.28.1 |
3093 | 2024-10-25T17:49:58.428Z | [ helios-setup] Oct 25 17:49:57.954 INFO E| Compiling clap_lex v0.4.1 |
3094 | 2024-10-25T17:49:59.982Z | [ helios-setup] Oct 25 17:49:59.508 INFO E| Compiling project-root v0.2.2 |
3095 | 2024-10-25T17:50:00.751Z | [ helios-setup] Oct 25 17:50:00.276 INFO E| Compiling either v1.8.0 |
3096 | 2024-10-25T17:50:01.192Z | [ helios-setup] Oct 25 17:50:00.718 INFO E| Compiling base64 v0.13.1 |
3097 | 2024-10-25T17:50:02.446Z | [ helios-setup] Oct 25 17:50:01.972 INFO E| Compiling mime v0.3.17 |
3098 | 2024-10-25T17:50:02.471Z | [ helios-setup] Oct 25 17:50:01.997 INFO E| Compiling strsim v0.10.0 |
3099 | 2024-10-25T17:50:02.777Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3100 | 2024-10-25T17:50:03.879Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3101 | 2024-10-25T17:50:03.907Z | [ helios-setup] Oct 25 17:50:03.433 INFO E| Compiling utf-8 v0.7.6 |
3102 | 2024-10-25T17:50:04.269Z | [ helios-setup] Oct 25 17:50:03.795 INFO E| Compiling ipnet v2.7.2 |
3103 | 2024-10-25T17:50:04.998Z | [ helios-setup] Oct 25 17:50:04.524 INFO E| Compiling untrusted v0.7.1 |
3104 | 2024-10-25T17:50:05.234Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3105 | 2024-10-25T17:50:05.540Z | [ helios-setup] Oct 25 17:50:05.066 INFO E| Compiling unsafe-libyaml v0.2.8 |
3106 | 2024-10-25T17:50:05.588Z | [ helios-setup] Oct 25 17:50:05.115 INFO E| Compiling byteorder v1.4.3 |
3107 | 2024-10-25T17:50:05.851Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3108 | 2024-10-25T17:50:06.684Z | [ helios-setup] Oct 25 17:50:06.210 INFO E| Compiling spin v0.5.2 |
3109 | 2024-10-25T17:50:07.215Z | [ helios-setup] Oct 25 17:50:06.741 INFO E| Compiling tungstenite v0.18.0 |
3110 | 2024-10-25T17:50:07.421Z | [ helios-setup] Oct 25 17:50:06.948 INFO E| Compiling reqwest v0.11.16 |
3111 | 2024-10-25T17:50:07.626Z | [ helios-setup] Oct 25 17:50:07.152 INFO E| Compiling clap_builder v4.2.1 |
3112 | 2024-10-25T17:50:08.410Z | [ helios-setup] Oct 25 17:50:07.935 INFO E| Compiling serde_yaml v0.9.21 |
3113 | 2024-10-25T17:50:08.449Z | [ helios-setup] Oct 25 17:50:07.975 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3114 | 2024-10-25T17:50:09.214Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3115 | 2024-10-25T17:50:10.436Z | [ host-package] Compiling xz2 v0.1.7 |
3116 | 2024-10-25T17:50:11.396Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3117 | 2024-10-25T17:50:14.342Z | [ helios-setup] Oct 25 17:50:13.869 INFO E| Compiling rayon v1.6.1 |
3118 | 2024-10-25T17:50:14.448Z | [ host-package] Compiling zone v0.1.8 |
3119 | 2024-10-25T17:50:14.956Z | [ helios-setup] Oct 25 17:50:14.482 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3120 | 2024-10-25T17:50:15.578Z | [ helios-setup] Oct 25 17:50:15.104 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3121 | 2024-10-25T17:50:18.213Z | [ helios-setup] Oct 25 17:50:17.740 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3122 | 2024-10-25T17:50:18.525Z | [ helios-setup] Oct 25 17:50:18.051 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3123 | 2024-10-25T17:50:19.488Z | [ helios-setup] Oct 25 17:50:19.014 INFO E| Compiling clap_derive v4.2.0 |
3124 | 2024-10-25T17:50:23.987Z | [ helios-setup] Oct 25 17:50:23.513 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3125 | 2024-10-25T17:50:27.086Z | [ helios-setup] Oct 25 17:50:26.612 INFO E| Compiling clap v4.2.1 |
3126 | 2024-10-25T17:50:28.845Z | [ helios-setup] Oct 25 17:50:28.372 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3127 | 2024-10-25T17:50:29.533Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3128 | 2024-10-25T17:50:34.738Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3129 | 2024-10-25T17:50:36.355Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3130 | 2024-10-25T17:50:37.034Z | [ helios-setup] Oct 25 17:50:36.560 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3131 | 2024-10-25T17:50:38.734Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3132 | 2024-10-25T17:50:40.156Z | [ helios-setup] Oct 25 17:50:39.682 INFO E| Compiling tokio-tungstenite v0.18.0 |
3133 | 2024-10-25T17:50:40.344Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3134 | 2024-10-25T17:50:41.141Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3135 | 2024-10-25T17:50:41.358Z | [ helios-setup] Oct 25 17:50:40.884 INFO E| Compiling smartstring v1.0.1 |
3136 | 2024-10-25T17:50:42.352Z | [ helios-setup] Oct 25 17:50:41.878 INFO E| Compiling rustls v0.21.0 |
3137 | 2024-10-25T17:50:42.773Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3138 | 2024-10-25T17:50:43.149Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3139 | 2024-10-25T17:50:43.993Z | [ host-package] Compiling twox-hash v1.6.3 |
3140 | 2024-10-25T17:50:44.247Z | [ helios-setup] Oct 25 17:50:43.774 INFO E| Compiling serde_spanned v0.6.1 |
3141 | 2024-10-25T17:50:44.995Z | [ helios-setup] Oct 25 17:50:44.521 INFO E| Compiling toml_datetime v0.6.1 |
3142 | 2024-10-25T17:50:45.755Z | [ host-package] Compiling yasna v0.5.2 |
3143 | 2024-10-25T17:50:46.426Z | [ helios-setup] Oct 25 17:50:45.952 INFO E| Compiling winnow v0.4.1 |
3144 | 2024-10-25T17:50:48.462Z | [ host-package] Compiling smawk v0.3.2 |
3145 | 2024-10-25T17:50:49.146Z | [ host-package] Compiling is_ci v1.2.0 |
3146 | 2024-10-25T17:50:49.888Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3147 | 2024-10-25T17:50:51.043Z | [ host-package] Compiling textwrap v0.16.1 |
3148 | 2024-10-25T17:50:51.420Z | [ helios-setup] Oct 25 17:50:50.946 INFO E| Compiling async-trait v0.1.68 |
3149 | 2024-10-25T17:50:51.744Z | [ host-package] Compiling supports-color v3.0.1 |
3150 | 2024-10-25T17:50:52.502Z | [ helios-setup] Oct 25 17:50:52.028 INFO E| Compiling static_assertions v1.1.0 |
3151 | 2024-10-25T17:50:52.566Z | [ host-package] Compiling rcgen v0.12.1 |
3152 | 2024-10-25T17:50:52.817Z | [ helios-setup] Oct 25 17:50:52.344 INFO E| Compiling match_cfg v0.1.0 |
3153 | 2024-10-25T17:50:53.016Z | [ helios-setup] Oct 25 17:50:52.542 INFO E| Compiling paste v1.0.12 |
3154 | 2024-10-25T17:50:53.164Z | [ helios-setup] Oct 25 17:50:52.690 INFO E| Compiling slog-async v2.7.0 |
3155 | 2024-10-25T17:50:54.452Z | [ helios-setup] Oct 25 17:50:53.978 INFO E| Compiling camino v1.1.4 |
3156 | 2024-10-25T17:50:55.008Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3157 | 2024-10-25T17:50:55.115Z | [ helios-setup] Oct 25 17:50:54.642 INFO E| Compiling hostname v0.3.1 |
3158 | 2024-10-25T17:50:56.243Z | [ helios-setup] Oct 25 17:50:55.770 INFO E| Compiling toml_edit v0.19.8 |
3159 | 2024-10-25T17:50:57.252Z | [ helios-setup] Oct 25 17:50:56.775 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3160 | 2024-10-25T17:50:57.645Z | [ helios-setup] Oct 25 17:50:57.172 INFO E| Compiling slog-json v2.6.1 |
3161 | 2024-10-25T17:50:58.420Z | [ helios-setup] Oct 25 17:50:57.946 INFO E| Compiling unicode-linebreak v0.1.4 |
3162 | 2024-10-25T17:51:02.571Z | [ helios-setup] Oct 25 17:51:02.096 INFO E| Compiling async-stream-impl v0.3.5 |
3163 | 2024-10-25T17:51:02.893Z | [ helios-setup] Oct 25 17:51:02.420 INFO E| Compiling rhai_codegen v1.5.0 |
3164 | 2024-10-25T17:51:04.944Z | [ helios-setup] Oct 25 17:51:04.470 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3165 | 2024-10-25T17:51:05.782Z | [ helios-setup] Oct 25 17:51:05.309 INFO E| Compiling take_mut v0.2.2 |
3166 | 2024-10-25T17:51:06.222Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3167 | 2024-10-25T17:51:07.821Z | [ helios-setup] Oct 25 17:51:07.347 INFO E| Compiling rhai v1.14.0 |
3168 | 2024-10-25T17:51:09.556Z | [ helios-setup] Oct 25 17:51:09.083 INFO E| Compiling async-stream v0.3.5 |
3169 | 2024-10-25T17:51:10.176Z | [ helios-setup] Oct 25 17:51:09.703 INFO E| Compiling toml v0.7.3 |
3170 | 2024-10-25T17:51:10.282Z | [ helios-setup] Oct 25 17:51:09.809 INFO E| Compiling slog-bunyan v2.4.0 |
3171 | 2024-10-25T17:51:13.312Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3172 | 2024-10-25T17:51:15.457Z | [ helios-setup] Oct 25 17:51:14.983 INFO E| Compiling rustls-pemfile v1.0.2 |
3173 | 2024-10-25T17:51:16.546Z | [ helios-setup] Oct 25 17:51:16.073 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3174 | 2024-10-25T17:51:16.749Z | [ helios-setup] Oct 25 17:51:16.275 INFO E| Compiling bincode v1.3.3 |
3175 | 2024-10-25T17:51:18.640Z | [ helios-setup] Oct 25 17:51:18.166 INFO E| Compiling serde_path_to_error v0.1.11 |
3176 | 2024-10-25T17:51:19.172Z | [ helios-setup] Oct 25 17:51:18.698 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3177 | 2024-10-25T17:51:20.270Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3178 | 2024-10-25T17:51:20.313Z | [ helios-setup] Oct 25 17:51:19.838 INFO E| Compiling terminal_size v0.2.6 |
3179 | 2024-10-25T17:51:20.369Z | [ helios-setup] Oct 25 17:51:19.895 INFO E| Compiling smawk v0.3.1 |
3180 | 2024-10-25T17:51:21.277Z | [ helios-setup] Oct 25 17:51:20.803 INFO E| Compiling textwrap v0.16.0 |
3181 | 2024-10-25T17:51:25.359Z | [ helios-setup] Oct 25 17:51:24.885 INFO E| Compiling rustls-webpki v0.100.1 |
3182 | 2024-10-25T17:51:25.508Z | [ helios-setup] Oct 25 17:51:25.035 INFO E| Compiling sct v0.7.0 |
3183 | 2024-10-25T17:51:27.759Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3184 | 2024-10-25T17:51:28.152Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3185 | 2024-10-25T17:51:28.924Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3186 | 2024-10-25T17:51:34.804Z | [ helios-setup] Oct 25 17:51:34.330 INFO E| Compiling tokio-rustls v0.24.0 |
3187 | 2024-10-25T17:51:35.183Z | [ helios-setup] Oct 25 17:51:34.710 INFO E| Compiling git2 v0.16.1 |
3188 | 2024-10-25T17:51:35.869Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3189 | 2024-10-25T17:51:36.737Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3190 | 2024-10-25T17:51:45.346Z | [ helios-setup] Oct 25 17:51:44.872 INFO E| Compiling built v0.6.0 |
3191 | 2024-10-25T17:51:46.152Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3192 | 2024-10-25T17:51:46.723Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3193 | 2024-10-25T17:51:47.029Z | [ helios-setup] Oct 25 17:51:46.555 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3194 | 2024-10-25T17:51:48.884Z | [ helios-setup] Oct 25 17:51:48.410 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3195 | 2024-10-25T17:51:49.717Z | [ helios-setup] Oct 25 17:51:49.243 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3196 | 2024-10-25T17:51:49.859Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3197 | 2024-10-25T17:51:56.074Z | [ host-package] Compiling fatfs v0.3.6 |
3198 | 2024-10-25T17:51:58.519Z | [ host-package] Compiling subprocess v0.2.9 |
3199 | 2024-10-25T17:51:59.377Z | [ host-package] Compiling rtoolbox v0.0.2 |
3200 | 2024-10-25T17:52:00.020Z | [ host-package] Compiling assert_matches v1.5.0 |
3201 | 2024-10-25T17:52:02.694Z | [ host-package] Compiling rpassword v7.3.1 |
3202 | 2024-10-25T17:52:03.356Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3203 | 2024-10-25T17:52:03.665Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3204 | 2024-10-25T17:52:10.727Z | [ helios-setup] Oct 25 17:52:10.254 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3205 | 2024-10-25T17:52:12.009Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3206 | 2024-10-25T17:52:12.807Z | [ helios-setup] Oct 25 17:52:12.334 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3207 | 2024-10-25T17:52:12.893Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3208 | 2024-10-25T17:52:21.872Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3209 | 2024-10-25T17:52:23.197Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3210 | 2024-10-25T17:52:35.407Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3211 | 2024-10-25T17:52:47.983Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3212 | 2024-10-25T17:52:48.596Z | [ host-package] Compiling uzers v0.12.1 |
3213 | 2024-10-25T17:52:51.533Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3214 | 2024-10-25T17:52:51.886Z | [ helios-setup] Oct 25 17:52:51.413 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3215 | 2024-10-25T17:52:52.480Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3216 | 2024-10-25T17:52:52.809Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3217 | 2024-10-25T17:53:23.524Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3218 | 2024-10-25T17:53:27.973Z | [ host-package] Compiling multimap v0.10.0 |
3219 | 2024-10-25T17:53:52.534Z | [ helios-setup] Oct 25 17:53:51.744 INFO E| Finished `release` profile [optimized] target(s) in 5m 55s |
3220 | 2024-10-25T17:53:52.559Z | [ helios-setup] Oct 25 17:53:51.843 INFO building project "pilot" ok (355 seconds) |
3221 | 2024-10-25T17:53:52.559Z | [ helios-setup] Oct 25 17:53:51.843 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3222 | 2024-10-25T17:53:52.559Z | [ helios-setup] Oct 25 17:53:51.843 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3223 | 2024-10-25T17:53:52.626Z | [ helios-setup] Oct 25 17:53:52.144 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3224 | 2024-10-25T17:53:53.263Z | [ helios-setup] Oct 25 17:53:52.789 INFO E| From https://github.com/jclulow/rust-jmclib |
3225 | 2024-10-25T17:53:53.263Z | [ helios-setup] Oct 25 17:53:52.789 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3226 | 2024-10-25T17:53:53.287Z | [ helios-setup] Oct 25 17:53:52.811 INFO E| Updating crates.io index |
3227 | 2024-10-25T17:53:53.406Z | [ helios-setup] Oct 25 17:53:52.932 INFO E| Downloading crates ... |
3228 | 2024-10-25T17:53:53.533Z | [ helios-setup] Oct 25 17:53:53.060 INFO E| Downloaded quote v1.0.31 |
3229 | 2024-10-25T17:53:53.557Z | [ helios-setup] Oct 25 17:53:53.065 INFO E| Downloaded uuid v0.8.2 |
3230 | 2024-10-25T17:53:53.557Z | [ helios-setup] Oct 25 17:53:53.070 INFO E| Downloaded syn v2.0.32 |
3231 | 2024-10-25T17:53:53.557Z | [ helios-setup] Oct 25 17:53:53.082 INFO E| Downloaded rustix v0.38.4 |
3232 | 2024-10-25T17:53:53.585Z | [ helios-setup] Oct 25 17:53:53.112 INFO E| Downloaded libc v0.2.147 |
3233 | 2024-10-25T17:53:53.614Z | [ helios-setup] Oct 25 17:53:53.141 INFO E| Downloaded unicode-ident v1.0.11 |
3234 | 2024-10-25T17:53:53.638Z | [ helios-setup] Oct 25 17:53:53.144 INFO E| Downloaded tempfile v3.7.0 |
3235 | 2024-10-25T17:53:53.639Z | [ helios-setup] Oct 25 17:53:53.146 INFO E| Downloaded sha-1 v0.9.8 |
3236 | 2024-10-25T17:53:53.639Z | [ helios-setup] Oct 25 17:53:53.148 INFO E| Downloaded serde_json v1.0.103 |
3237 | 2024-10-25T17:53:53.639Z | [ helios-setup] Oct 25 17:53:53.157 INFO E| Downloaded serde_derive v1.0.193 |
3238 | 2024-10-25T17:53:53.639Z | [ helios-setup] Oct 25 17:53:53.160 INFO E| Downloaded serde v1.0.193 |
3239 | 2024-10-25T17:53:53.639Z | [ helios-setup] Oct 25 17:53:53.163 INFO E| Downloaded proc-macro2 v1.0.66 |
3240 | 2024-10-25T17:53:53.662Z | [ helios-setup] Oct 25 17:53:53.166 INFO E| Downloaded once_cell v1.18.0 |
3241 | 2024-10-25T17:53:53.662Z | [ helios-setup] Oct 25 17:53:53.169 INFO E| Downloaded md-5 v0.9.1 |
3242 | 2024-10-25T17:53:53.662Z | [ helios-setup] Oct 25 17:53:53.171 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3243 | 2024-10-25T17:53:53.662Z | [ helios-setup] Oct 25 17:53:53.172 INFO E| Downloaded getrandom v0.2.10 |
3244 | 2024-10-25T17:53:53.662Z | [ helios-setup] Oct 25 17:53:53.175 INFO E| Downloaded fastrand v2.0.0 |
3245 | 2024-10-25T17:53:53.662Z | [ helios-setup] Oct 25 17:53:53.177 INFO E| Downloaded digest v0.9.0 |
3246 | 2024-10-25T17:53:53.663Z | [ helios-setup] Oct 25 17:53:53.178 INFO E| Downloaded cpufeatures v0.2.9 |
3247 | 2024-10-25T17:53:53.688Z | [ helios-setup] Oct 25 17:53:53.191 INFO E| Downloaded block-buffer v0.9.0 |
3248 | 2024-10-25T17:53:53.688Z | [ helios-setup] Oct 25 17:53:53.192 INFO E| Downloaded bitflags v2.3.3 |
3249 | 2024-10-25T17:53:53.688Z | [ helios-setup] Oct 25 17:53:53.196 INFO E| Downloaded anyhow v1.0.72 |
3250 | 2024-10-25T17:53:53.856Z | [ helios-setup] Oct 25 17:53:53.382 INFO E| Compiling libc v0.2.147 |
3251 | 2024-10-25T17:53:53.856Z | [ helios-setup] Oct 25 17:53:53.382 INFO E| Compiling proc-macro2 v1.0.66 |
3252 | 2024-10-25T17:53:53.856Z | [ helios-setup] Oct 25 17:53:53.382 INFO E| Compiling cfg-if v1.0.0 |
3253 | 2024-10-25T17:53:53.880Z | [ helios-setup] Oct 25 17:53:53.382 INFO E| Compiling unicode-ident v1.0.11 |
3254 | 2024-10-25T17:53:53.880Z | [ helios-setup] Oct 25 17:53:53.382 INFO E| Compiling version_check v0.9.4 |
3255 | 2024-10-25T17:53:53.880Z | [ helios-setup] Oct 25 17:53:53.382 INFO E| Compiling typenum v1.16.0 |
3256 | 2024-10-25T17:53:53.880Z | [ helios-setup] Oct 25 17:53:53.382 INFO E| Compiling serde v1.0.193 |
3257 | 2024-10-25T17:53:53.880Z | [ helios-setup] Oct 25 17:53:53.382 INFO E| Compiling itoa v1.0.9 |
3258 | 2024-10-25T17:53:54.265Z | [ helios-setup] Oct 25 17:53:53.792 INFO E| Compiling powerfmt v0.2.0 |
3259 | 2024-10-25T17:53:54.647Z | [ helios-setup] Oct 25 17:53:54.173 INFO E| Compiling num-conv v0.1.0 |
3260 | 2024-10-25T17:53:54.718Z | [ helios-setup] Oct 25 17:53:54.239 INFO E| Compiling slog v2.7.0 |
3261 | 2024-10-25T17:53:55.020Z | [ helios-setup] Oct 25 17:53:54.538 INFO E| Compiling time-core v0.1.2 |
3262 | 2024-10-25T17:53:55.275Z | [ helios-setup] Oct 25 17:53:54.801 INFO E| Compiling rustix v0.38.4 |
3263 | 2024-10-25T17:53:55.298Z | [ helios-setup] Oct 25 17:53:54.819 INFO E| Compiling time-macros v0.2.18 |
3264 | 2024-10-25T17:53:55.322Z | [ helios-setup] Oct 25 17:53:54.827 INFO E| Compiling deranged v0.3.11 |
3265 | 2024-10-25T17:53:55.367Z | [ helios-setup] Oct 25 17:53:54.893 INFO E| Compiling generic-array v0.14.7 |
3266 | 2024-10-25T17:53:55.852Z | [ helios-setup] Oct 25 17:53:55.310 INFO E| Compiling once_cell v1.18.0 |
3267 | 2024-10-25T17:53:55.997Z | [ helios-setup] Oct 25 17:53:55.524 INFO E| Compiling bitflags v2.3.3 |
3268 | 2024-10-25T17:53:56.785Z | [ helios-setup] Oct 25 17:53:56.311 INFO E| Compiling num_threads v0.1.6 |
3269 | 2024-10-25T17:53:56.819Z | [ helios-setup] Oct 25 17:53:56.345 INFO E| Compiling thread_local v1.1.7 |
3270 | 2024-10-25T17:53:57.023Z | [ helios-setup] Oct 25 17:53:56.549 INFO E| Compiling quote v1.0.31 |
3271 | 2024-10-25T17:53:57.960Z | [ helios-setup] Oct 25 17:53:57.486 INFO E| Compiling syn v2.0.32 |
3272 | 2024-10-25T17:53:58.071Z | [ helios-setup] Oct 25 17:53:57.597 INFO E| Compiling dirs-sys-next v0.1.2 |
3273 | 2024-10-25T17:53:58.161Z | [ helios-setup] Oct 25 17:53:57.687 INFO E| Compiling errno v0.3.1 |
3274 | 2024-10-25T17:53:58.541Z | [ helios-setup] Oct 25 17:53:58.067 INFO E| Compiling dirs-next v2.0.0 |
3275 | 2024-10-25T17:53:58.733Z | [ helios-setup] Oct 25 17:53:58.259 INFO E| Compiling term v0.7.0 |
3276 | 2024-10-25T17:53:58.801Z | [ helios-setup] Oct 25 17:53:58.328 INFO E| Compiling atty v0.2.14 |
3277 | 2024-10-25T17:53:58.942Z | [ helios-setup] Oct 25 17:53:58.468 INFO E| Compiling serde_json v1.0.103 |
3278 | 2024-10-25T17:53:59.027Z | [ helios-setup] Oct 25 17:53:58.553 INFO E| Compiling opaque-debug v0.3.0 |
3279 | 2024-10-25T17:53:59.123Z | [ helios-setup] Oct 25 17:53:58.649 INFO E| Compiling anyhow v1.0.72 |
3280 | 2024-10-25T17:53:59.620Z | [ helios-setup] Oct 25 17:53:59.146 INFO E| Compiling digest v0.9.0 |
3281 | 2024-10-25T17:53:59.835Z | [ helios-setup] Oct 25 17:53:59.359 INFO E| Compiling block-buffer v0.9.0 |
3282 | 2024-10-25T17:53:59.860Z | [ helios-setup] Oct 25 17:53:59.378 INFO E| Compiling fastrand v2.0.0 |
3283 | 2024-10-25T17:54:00.100Z | [ helios-setup] Oct 25 17:53:59.626 INFO E| Compiling getrandom v0.2.10 |
3284 | 2024-10-25T17:54:00.164Z | [ helios-setup] Oct 25 17:53:59.690 INFO E| Compiling same-file v1.0.6 |
3285 | 2024-10-25T17:54:00.261Z | [ helios-setup] Oct 25 17:53:59.787 INFO E| Compiling time v0.3.36 |
3286 | 2024-10-25T17:54:00.780Z | [ helios-setup] Oct 25 17:54:00.306 INFO E| Compiling cpufeatures v0.2.9 |
3287 | 2024-10-25T17:54:00.806Z | [ helios-setup] Oct 25 17:54:00.332 INFO E| Compiling unicode-width v0.1.10 |
3288 | 2024-10-25T17:54:00.885Z | [ helios-setup] Oct 25 17:54:00.411 INFO E| Compiling ryu v1.0.15 |
3289 | 2024-10-25T17:54:01.021Z | [ helios-setup] Oct 25 17:54:00.547 INFO E| Compiling getopts v0.2.21 |
3290 | 2024-10-25T17:54:01.044Z | [ helios-setup] Oct 25 17:54:00.557 INFO E| Compiling sha-1 v0.9.8 |
3291 | 2024-10-25T17:54:01.153Z | [ helios-setup] Oct 25 17:54:00.679 INFO E| Compiling tempfile v3.7.0 |
3292 | 2024-10-25T17:54:02.004Z | [ helios-setup] Oct 25 17:54:01.530 INFO E| Compiling walkdir v2.3.3 |
3293 | 2024-10-25T17:54:02.142Z | [ helios-setup] Oct 25 17:54:01.668 INFO E| Compiling md-5 v0.9.1 |
3294 | 2024-10-25T17:54:02.357Z | [ helios-setup] Oct 25 17:54:01.883 INFO E| Compiling glob v0.3.1 |
3295 | 2024-10-25T17:54:02.875Z | [ helios-setup] Oct 25 17:54:02.401 INFO E| Compiling libdevinfo-sys v1.0.0 |
3296 | 2024-10-25T17:54:03.599Z | [ helios-setup] Oct 25 17:54:03.125 INFO E| Compiling slog-term v2.9.0 |
3297 | 2024-10-25T17:54:06.852Z | [ helios-setup] Oct 25 17:54:06.378 INFO E| Compiling serde_derive v1.0.193 |
3298 | 2024-10-25T17:54:20.940Z | [ helios-setup] Oct 25 17:54:20.466 INFO E| Compiling toml v0.5.11 |
3299 | 2024-10-25T17:54:20.964Z | [ helios-setup] Oct 25 17:54:20.466 INFO E| Compiling uuid v0.8.2 |
3300 | 2024-10-25T17:54:23.058Z | [ helios-setup] Oct 25 17:54:22.585 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3301 | 2024-10-25T17:54:28.401Z | [ helios-setup] Oct 25 17:54:27.927 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3302 | 2024-10-25T17:54:44.168Z | [ helios-setup] Oct 25 17:54:43.694 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.75s |
3303 | 2024-10-25T17:54:44.195Z | [ helios-setup] Oct 25 17:54:43.722 INFO building project "image-builder" ok (51 seconds) |
3304 | 2024-10-25T17:54:44.219Z | [ helios-setup] rm -f helios-build |
3305 | 2024-10-25T17:54:44.219Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3306 | 2024-10-25T17:54:44.219Z | [ helios-setup] |
3307 | 2024-10-25T17:54:44.219Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3308 | 2024-10-25T17:54:44.219Z | [ helios-setup] |
3309 | 2024-10-25T17:54:44.219Z | [ helios-setup] |
3310 | 2024-10-25T17:54:44.219Z | [ helios-setup] real 10:27.528028970 |
3311 | 2024-10-25T17:54:44.219Z | Oct 25 17:54:43.738 INFO [ helios-setup] user 24:10.432340558 |
3312 | 2024-10-25T17:54:44.219Z | [helios-setup] process exited with exit status: 0 (627.536363653s) |
3313 | 2024-10-25T17:54:44.219Z | [ helios-setup] sys 3:21.221249600 |
3314 | 2024-10-25T17:54:44.219Z | [ helios-setup] trap 1.327652402 |
3315 | 2024-10-25T17:54:44.220Z | [ helios-setup] tflt 5.031927949 |
3316 | 2024-10-25T17:54:44.220Z | [ helios-setup] dflt 31.648101890 |
3317 | 2024-10-25T17:54:44.220Z | [ helios-setup] kflt 0.021202043 |
3318 | 2024-10-25T17:54:44.220Z | [ helios-setup] lock 1:49:45.993437175 |
3319 | 2024-10-25T17:54:44.220Z | [ helios-setup] slp 3:11:12.075745419 |
3320 | 2024-10-25T17:54:44.220Z | [ helios-setup] lat 28:41.922538486 |
3321 | 2024-10-25T17:54:44.220Z | [ helios-setup] stop 4:48.327545347 |
3322 | 2024-10-25T17:54:44.220Z | Oct 25 17:54:43.739 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3323 | 2024-10-25T17:54:44.243Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos' |
3324 | 2024-10-25T17:54:45.192Z | [ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18) |
3325 | 2024-10-25T17:54:45.192Z | [ phbl-toolchain] info: downloading component 'cargo' |
3326 | 2024-10-25T17:54:46.293Z | [ phbl-toolchain] info: downloading component 'clippy' |
3327 | 2024-10-25T17:54:47.151Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3328 | 2024-10-25T17:54:50.325Z | [ phbl-toolchain] info: downloading component 'miri' |
3329 | 2024-10-25T17:54:51.161Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3330 | 2024-10-25T17:54:52.262Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3331 | 2024-10-25T17:54:53.139Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3332 | 2024-10-25T17:54:55.196Z | [ phbl-toolchain] info: downloading component 'rustc' |
3333 | 2024-10-25T17:55:00.348Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3334 | 2024-10-25T17:55:01.168Z | [ phbl-toolchain] info: installing component 'cargo' |
3335 | 2024-10-25T17:55:02.565Z | [ phbl-toolchain] info: installing component 'clippy' |
3336 | 2024-10-25T17:55:03.121Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3337 | 2024-10-25T17:55:08.664Z | [ phbl-toolchain] info: installing component 'miri' |
3338 | 2024-10-25T17:55:09.090Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3339 | 2024-10-25T17:55:20.247Z | [ phbl-toolchain] info: installing component 'rust-src' |
3340 | 2024-10-25T17:55:20.869Z | [ phbl-toolchain] info: installing component 'rust-std' |
3341 | 2024-10-25T17:55:23.448Z | [ phbl-toolchain] info: installing component 'rustc' |
3342 | 2024-10-25T17:55:31.840Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3343 | 2024-10-25T17:55:32.434Z | [ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15) |
3344 | 2024-10-25T17:55:32.459Z | Oct 25 17:55:31.963 INFO [phbl-toolchain] process exited with exit status: 0 (48.223888698s) |
3345 | 2024-10-25T17:55:41.250Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3346 | 2024-10-25T17:55:53.946Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3347 | 2024-10-25T18:02:26.429Z | [ host-package] Finished `release` profile [optimized] target(s) in 17m 27s |
3348 | 2024-10-25T18:03:47.658Z | Oct 25 18:03:47.183 INFO [host-package] process exited with exit status: 0 (1128.952344514s) |
3349 | 2024-10-25T18:03:47.658Z | Oct 25 18:03:47.183 INFO [host-stamp] running task |
3350 | 2024-10-25T18:03:47.682Z | Oct 25 18:03:47.184 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3351 | 2024-10-25T18:03:47.682Z | Oct 25 18:03:47.197 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+git30cd9794815 |
3352 | 2024-10-25T18:03:47.705Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3353 | 2024-10-25T18:03:47.705Z | Oct 25 18:03:47.217 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+git30cd9794815 |
3354 | 2024-10-25T18:03:47.729Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3355 | 2024-10-25T18:03:47.729Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3356 | 2024-10-25T18:03:47.729Z | Oct 25 18:03:47.241 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+git30cd9794815 |
3357 | 2024-10-25T18:03:47.753Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3358 | 2024-10-25T18:03:47.753Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3359 | 2024-10-25T18:03:47.753Z | Oct 25 18:03:47.259 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+git30cd9794815 |
3360 | 2024-10-25T18:03:47.753Z | Oct 25 18:03:47.278 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+git30cd9794815 |
3361 | 2024-10-25T18:03:47.753Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3362 | 2024-10-25T18:03:47.777Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3363 | 2024-10-25T18:03:47.777Z | Oct 25 18:03:47.298 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+git30cd9794815 |
3364 | 2024-10-25T18:03:47.801Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3365 | 2024-10-25T18:03:47.801Z | Oct 25 18:03:47.316 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+git30cd9794815 |
3366 | 2024-10-25T18:03:47.825Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3367 | 2024-10-25T18:03:47.825Z | Oct 25 18:03:47.336 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+git30cd9794815 |
3368 | 2024-10-25T18:03:47.849Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3369 | 2024-10-25T18:03:47.849Z | Oct 25 18:03:47.357 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (160.073513ms) |
3370 | 2024-10-25T18:03:47.849Z | Oct 25 18:03:47.357 INFO [stamp-overlay] process exited with exit status: 0 (139.796084ms) |
3371 | 2024-10-25T18:03:47.849Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3372 | 2024-10-25T18:03:47.849Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3373 | 2024-10-25T18:03:47.849Z | Oct 25 18:03:47.371 INFO [stamp-oxlog] process exited with exit status: 0 (55.086445ms) |
3374 | 2024-10-25T18:03:47.899Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3375 | 2024-10-25T18:03:47.923Z | Oct 25 18:03:47.430 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (170.633307ms) |
3376 | 2024-10-25T18:03:48.011Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3377 | 2024-10-25T18:03:48.035Z | Oct 25 18:03:47.542 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (301.523093ms) |
3378 | 2024-10-25T18:03:48.257Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3379 | 2024-10-25T18:03:48.281Z | Oct 25 18:03:47.788 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (490.808108ms) |
3380 | 2024-10-25T18:03:49.199Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3381 | 2024-10-25T18:03:49.223Z | Oct 25 18:03:48.730 INFO [stamp-propolis-server] process exited with exit status: 0 (1.451894528s) |
3382 | 2024-10-25T18:03:49.525Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3383 | 2024-10-25T18:03:52.480Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3384 | 2024-10-25T18:03:59.556Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3385 | 2024-10-25T18:03:59.580Z | Oct 25 18:03:59.086 INFO [stamp-switch-asic] process exited with exit status: 0 (11.749821138s) |
3386 | 2024-10-25T18:03:59.580Z | Oct 25 18:03:59.087 INFO [host-stamp] task succeeded (11.903344212s) |
3387 | 2024-10-25T18:03:59.580Z | Oct 25 18:03:59.087 INFO [host-proto] running task |
3388 | 2024-10-25T18:04:00.486Z | Oct 25 18:04:00.012 INFO [host-proto] task succeeded (924.963036ms) |
3389 | 2024-10-25T18:04:00.486Z | Oct 25 18:04:00.012 INFO [host-profile] running task |
3390 | 2024-10-25T18:04:00.512Z | Oct 25 18:04:00.013 INFO [host-profile] task succeeded (606.184µs) |
3391 | 2024-10-25T18:04:00.512Z | Oct 25 18:04:00.013 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.33.293' -P /tmp/.tmpUd2km1/proto/host/root -N 'ci 30cd979/${os_short_commit} 2024-10-25 17:44' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3392 | 2024-10-25T18:04:00.535Z | [ host-image] Oct 25 18:04:00.042 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3393 | 2024-10-25T18:04:00.535Z | [ host-image] Oct 25 18:04:00.043 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3394 | 2024-10-25T18:04:00.560Z | [ host-image] Oct 25 18:04:00.062 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpUd2km1/proto/host/root" |
3395 | 2024-10-25T18:04:00.560Z | [ host-image] Oct 25 18:04:00.062 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3396 | 2024-10-25T18:04:00.560Z | [ host-image] Oct 25 18:04:00.063 INFO image builder template: ramdisk-01-os... |
3397 | 2024-10-25T18:04:00.560Z | [ host-image] Oct 25 18:04:00.063 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/.tmpUd2km1/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3398 | 2024-10-25T18:04:00.584Z | [ host-image] Oct 25 18:04:00.089 INFO O| Oct 25 18:04:00.089 INFO CREATE DATASET: rpool/images/build/host/output |
3399 | 2024-10-25T18:04:00.654Z | [ host-image] Oct 25 18:04:00.179 INFO O| Oct 25 18:04:00.179 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3400 | 2024-10-25T18:04:00.678Z | [ host-image] Oct 25 18:04:00.186 INFO O| Oct 25 18:04:00.186 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3401 | 2024-10-25T18:04:00.742Z | [ host-image] Oct 25 18:04:00.268 INFO O| Oct 25 18:04:00.268 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3402 | 2024-10-25T18:04:00.772Z | [ host-image] Oct 25 18:04:00.297 INFO O| Oct 25 18:04:00.297 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3403 | 2024-10-25T18:04:00.772Z | [ host-image] Oct 25 18:04:00.297 INFO O| Oct 25 18:04:00.297 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3404 | 2024-10-25T18:04:00.796Z | [ host-image] Oct 25 18:04:00.298 INFO O| Oct 25 18:04:00.298 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3405 | 2024-10-25T18:04:00.796Z | [ host-image] Oct 25 18:04:00.298 INFO O| Oct 25 18:04:00.298 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3406 | 2024-10-25T18:04:00.796Z | [ host-image] Oct 25 18:04:00.309 INFO O| Oct 25 18:04:00.309 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3407 | 2024-10-25T18:04:00.870Z | [ host-image] Oct 25 18:04:00.395 INFO O| Oct 25 18:04:00.395 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3408 | 2024-10-25T18:04:00.894Z | [ host-image] Oct 25 18:04:00.411 INFO O| Oct 25 18:04:00.411 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3409 | 2024-10-25T18:04:01.326Z | [ host-image] Oct 25 18:04:00.851 INFO O| Oct 25 18:04:00.851 INFO O| Caching catalogs ... Done |
3410 | 2024-10-25T18:04:01.417Z | [ host-image] Oct 25 18:04:00.942 INFO O| Oct 25 18:04:00.942 INFO STEP 0 (pkg_image_create) COMPLETE |
3411 | 2024-10-25T18:04:01.441Z | [ host-image] Oct 25 18:04:00.942 INFO O| Oct 25 18:04:00.942 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3412 | 2024-10-25T18:04:01.441Z | [ host-image] Oct 25 18:04:00.942 INFO O| Oct 25 18:04:00.942 INFO skip step because feature "repo_redist" is not enabled |
3413 | 2024-10-25T18:04:01.441Z | [ host-image] Oct 25 18:04:00.942 INFO O| Oct 25 18:04:00.942 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3414 | 2024-10-25T18:04:01.441Z | [ host-image] Oct 25 18:04:00.963 INFO O| Oct 25 18:04:00.962 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"] |
3415 | 2024-10-25T18:04:01.883Z | [ host-image] Oct 25 18:04:01.408 INFO O| Oct 25 18:04:01.408 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3416 | 2024-10-25T18:04:01.883Z | [ host-image] Oct 25 18:04:01.409 INFO O| Oct 25 18:04:01.408 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3417 | 2024-10-25T18:04:01.907Z | [ host-image] Oct 25 18:04:01.429 INFO O| Oct 25 18:04:01.429 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"] |
3418 | 2024-10-25T18:04:02.363Z | [ host-image] Oct 25 18:04:01.889 INFO O| Oct 25 18:04:01.888 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3419 | 2024-10-25T18:04:02.363Z | [ host-image] Oct 25 18:04:01.889 INFO O| Oct 25 18:04:01.889 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3420 | 2024-10-25T18:04:02.363Z | [ host-image] Oct 25 18:04:01.889 INFO O| Oct 25 18:04:01.889 INFO skip step because feature "repo_redist" is not enabled |
3421 | 2024-10-25T18:04:02.387Z | [ host-image] Oct 25 18:04:01.889 INFO O| Oct 25 18:04:01.889 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3422 | 2024-10-25T18:04:02.790Z | [ host-image] Oct 25 18:04:02.316 INFO O| Oct 25 18:04:02.316 INFO variant opensolaris.zone is already global |
3423 | 2024-10-25T18:04:02.790Z | [ host-image] Oct 25 18:04:02.316 INFO O| Oct 25 18:04:02.316 INFO STEP 5 (pkg_change_variant) COMPLETE |
3424 | 2024-10-25T18:04:02.814Z | [ host-image] Oct 25 18:04:02.316 INFO O| Oct 25 18:04:02.316 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3425 | 2024-10-25T18:04:03.265Z | [ host-image] Oct 25 18:04:02.791 INFO O| Oct 25 18:04:02.791 INFO variant opensolaris.imagetype is full; changing to partial |
3426 | 2024-10-25T18:04:03.265Z | [ host-image] Oct 25 18:04:02.791 INFO O| Oct 25 18:04:02.791 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3427 | 2024-10-25T18:04:12.033Z | [ host-image] Oct 25 18:04:11.556 INFO O| Oct 25 18:04:11.556 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3428 | 2024-10-25T18:04:12.062Z | [recovery-package] Finished `release` profile [optimized] target(s) in 24.13s |
3429 | 2024-10-25T18:04:15.725Z | Oct 25 18:04:15.250 INFO [recovery-package] process exited with exit status: 0 (28.065957719s) |
3430 | 2024-10-25T18:04:15.725Z | Oct 25 18:04:15.250 INFO [recovery-stamp] running task |
3431 | 2024-10-25T18:04:15.749Z | Oct 25 18:04:15.251 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3432 | 2024-10-25T18:04:15.749Z | Oct 25 18:04:15.251 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+git30cd9794815 |
3433 | 2024-10-25T18:04:15.772Z | Oct 25 18:04:15.279 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git30cd9794815 |
3434 | 2024-10-25T18:04:15.772Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3435 | 2024-10-25T18:04:15.796Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3436 | 2024-10-25T18:04:15.927Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3437 | 2024-10-25T18:04:15.952Z | Oct 25 18:04:15.467 INFO [stamp-installinator] process exited with exit status: 0 (188.272733ms) |
3438 | 2024-10-25T18:04:15.997Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3439 | 2024-10-25T18:04:16.021Z | Oct 25 18:04:15.528 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (276.973179ms) |
3440 | 2024-10-25T18:04:16.021Z | Oct 25 18:04:15.528 INFO [recovery-stamp] task succeeded (277.756481ms) |
3441 | 2024-10-25T18:04:16.021Z | Oct 25 18:04:15.528 INFO [recovery-proto] running task |
3442 | 2024-10-25T18:04:16.021Z | Oct 25 18:04:15.528 INFO [tuf-stamp] running task |
3443 | 2024-10-25T18:04:16.021Z | Oct 25 18:04:15.530 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+git30cd9794815 |
3444 | 2024-10-25T18:04:16.046Z | Oct 25 18:04:15.553 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+git30cd9794815 |
3445 | 2024-10-25T18:04:16.069Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3446 | 2024-10-25T18:04:16.069Z | Oct 25 18:04:15.574 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+git30cd9794815 |
3447 | 2024-10-25T18:04:16.069Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3448 | 2024-10-25T18:04:16.069Z | Oct 25 18:04:15.595 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+git30cd9794815 |
3449 | 2024-10-25T18:04:16.093Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3450 | 2024-10-25T18:04:16.093Z | Oct 25 18:04:15.616 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+git30cd9794815 |
3451 | 2024-10-25T18:04:16.117Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3452 | 2024-10-25T18:04:16.117Z | Oct 25 18:04:15.640 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+git30cd9794815 |
3453 | 2024-10-25T18:04:16.141Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3454 | 2024-10-25T18:04:16.141Z | Oct 25 18:04:15.665 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+git30cd9794815 |
3455 | 2024-10-25T18:04:16.198Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3456 | 2024-10-25T18:04:16.222Z | Oct 25 18:04:15.724 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+git30cd9794815 |
3457 | 2024-10-25T18:04:16.246Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3458 | 2024-10-25T18:04:16.269Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3459 | 2024-10-25T18:04:16.269Z | Oct 25 18:04:15.786 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+git30cd9794815 |
3460 | 2024-10-25T18:04:16.431Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3461 | 2024-10-25T18:04:16.431Z | [ host-image] Oct 25 18:04:15.929 INFO O| Oct 25 18:04:15.929 INFO O| Startup: Caching catalogs ... Done |
3462 | 2024-10-25T18:04:16.454Z | Oct 25 18:04:15.955 INFO [recovery-proto] task succeeded (426.777441ms) |
3463 | 2024-10-25T18:04:16.454Z | Oct 25 18:04:15.956 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.33.293' -P /tmp/.tmpUd2km1/proto/recovery/root -N 'recovery 30cd979/${os_short_commit} 2024-10-25 17:44' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3464 | 2024-10-25T18:04:16.454Z | Oct 25 18:04:15.975 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+git30cd9794815 |
3465 | 2024-10-25T18:04:16.455Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3466 | 2024-10-25T18:04:16.626Z | [ host-image] Oct 25 18:04:16.049 INFO O| Oct 25 18:04:16.049 INFO O| Planning: Planning completed in 0.00 seconds |
3467 | 2024-10-25T18:04:16.650Z | [ host-image] Oct 25 18:04:16.050 INFO O| Oct 25 18:04:16.050 INFO O| Planning: Consolidating action changes ... Done |
3468 | 2024-10-25T18:04:16.650Z | [ host-image] Oct 25 18:04:16.050 INFO O| Oct 25 18:04:16.050 INFO O| Planning: Evaluating mediators ... Done |
3469 | 2024-10-25T18:04:16.651Z | [ host-image] Oct 25 18:04:16.050 INFO O| Oct 25 18:04:16.050 INFO O| Planning: Planning completed in 0.00 seconds |
3470 | 2024-10-25T18:04:16.651Z | [ host-image] Oct 25 18:04:16.050 INFO O| Oct 25 18:04:16.050 INFO O| Variants/Facets to change: 1 |
3471 | 2024-10-25T18:04:16.651Z | [ recovery-image] Oct 25 18:04:15.988 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3472 | 2024-10-25T18:04:16.651Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3473 | 2024-10-25T18:04:16.651Z | [ recovery-image] Oct 25 18:04:15.988 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3474 | 2024-10-25T18:04:16.651Z | Oct 25 18:04:16.159 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+git30cd9794815 |
3475 | 2024-10-25T18:04:16.651Z | [ recovery-image] Oct 25 18:04:16.009 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpUd2km1/proto/recovery/root" |
3476 | 2024-10-25T18:04:16.651Z | [ recovery-image] Oct 25 18:04:16.009 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3477 | 2024-10-25T18:04:16.651Z | [ recovery-image] Oct 25 18:04:16.010 INFO image builder template: ramdisk-01-os... |
3478 | 2024-10-25T18:04:16.651Z | [ recovery-image] Oct 25 18:04:16.010 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/.tmpUd2km1/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3479 | 2024-10-25T18:04:16.651Z | [ recovery-image] Oct 25 18:04:16.044 INFO O| Oct 25 18:04:16.044 INFO CREATE DATASET: rpool/images/build/recovery/output |
3480 | 2024-10-25T18:04:16.831Z | [ recovery-image] Oct 25 18:04:16.245 INFO O| Oct 25 18:04:16.245 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3481 | 2024-10-25T18:04:16.855Z | [ recovery-image] Oct 25 18:04:16.291 INFO O| Oct 25 18:04:16.291 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3482 | 2024-10-25T18:04:16.855Z | [ host-image] Oct 25 18:04:16.303 INFO O| Oct 25 18:04:16.303 INFO O| Done |
3483 | 2024-10-25T18:04:16.855Z | [ host-image] Oct 25 18:04:16.303 INFO O| Oct 25 18:04:16.303 INFO O| Done |
3484 | 2024-10-25T18:04:16.878Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3485 | 2024-10-25T18:04:16.902Z | Oct 25 18:04:16.423 INFO [stamp-ntp] process exited with exit status: 0 (848.861439ms) |
3486 | 2024-10-25T18:04:16.902Z | Oct 25 18:04:16.423 INFO [stamp-probe] process exited with exit status: 0 (828.438643ms) |
3487 | 2024-10-25T18:04:16.926Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3488 | 2024-10-25T18:04:17.002Z | [ recovery-image] Oct 25 18:04:16.527 INFO O| Oct 25 18:04:16.527 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3489 | 2024-10-25T18:04:17.026Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
3490 | 2024-10-25T18:04:17.073Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3491 | 2024-10-25T18:04:17.099Z | [ recovery-image] Oct 25 18:04:16.603 INFO O| Oct 25 18:04:16.603 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3492 | 2024-10-25T18:04:17.099Z | [ recovery-image] Oct 25 18:04:16.603 INFO O| Oct 25 18:04:16.603 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3493 | 2024-10-25T18:04:17.099Z | [ recovery-image] Oct 25 18:04:16.604 INFO O| Oct 25 18:04:16.604 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3494 | 2024-10-25T18:04:17.099Z | [ recovery-image] Oct 25 18:04:16.604 INFO O| Oct 25 18:04:16.604 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3495 | 2024-10-25T18:04:17.099Z | [ recovery-image] Oct 25 18:04:16.614 INFO O| Oct 25 18:04:16.614 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3496 | 2024-10-25T18:04:17.197Z | [ recovery-image] Oct 25 18:04:16.722 INFO O| Oct 25 18:04:16.722 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3497 | 2024-10-25T18:04:17.221Z | [ recovery-image] Oct 25 18:04:16.739 INFO O| Oct 25 18:04:16.738 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3498 | 2024-10-25T18:04:17.357Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3499 | 2024-10-25T18:04:17.409Z | Oct 25 18:04:16.935 INFO [stamp-internal-dns] process exited with exit status: 0 (1.404717358s) |
3500 | 2024-10-25T18:04:17.535Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3501 | 2024-10-25T18:04:17.559Z | Oct 25 18:04:17.080 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.35646489s) |
3502 | 2024-10-25T18:04:17.582Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3503 | 2024-10-25T18:04:17.606Z | Oct 25 18:04:17.128 INFO [stamp-external-dns] process exited with exit status: 0 (1.46387057s) |
3504 | 2024-10-25T18:04:17.632Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3505 | 2024-10-25T18:04:17.660Z | Oct 25 18:04:17.186 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.633020026s) |
3506 | 2024-10-25T18:04:17.748Z | [ recovery-image] Oct 25 18:04:17.274 INFO O| Oct 25 18:04:17.274 INFO O| Caching catalogs ... Done |
3507 | 2024-10-25T18:04:17.774Z | [ host-image] Oct 25 18:04:17.278 INFO O| Oct 25 18:04:17.278 INFO O| Done |
3508 | 2024-10-25T18:04:17.798Z | [ host-image] Oct 25 18:04:17.320 INFO O| Oct 25 18:04:17.319 INFO O| Done |
3509 | 2024-10-25T18:04:17.798Z | [ host-image] Oct 25 18:04:17.321 INFO O| Oct 25 18:04:17.321 INFO O| Done |
3510 | 2024-10-25T18:04:17.798Z | [ host-image] Oct 25 18:04:17.321 INFO O| Oct 25 18:04:17.321 INFO O| Done |
3511 | 2024-10-25T18:04:17.798Z | [ host-image] Oct 25 18:04:17.323 INFO O| Oct 25 18:04:17.323 INFO O| Done |
3512 | 2024-10-25T18:04:17.848Z | [ recovery-image] Oct 25 18:04:17.374 INFO O| Oct 25 18:04:17.374 INFO STEP 0 (pkg_image_create) COMPLETE |
3513 | 2024-10-25T18:04:17.848Z | [ recovery-image] Oct 25 18:04:17.374 INFO O| Oct 25 18:04:17.374 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3514 | 2024-10-25T18:04:17.872Z | [ recovery-image] Oct 25 18:04:17.374 INFO O| Oct 25 18:04:17.374 INFO skip step because feature "repo_redist" is not enabled |
3515 | 2024-10-25T18:04:17.872Z | [ recovery-image] Oct 25 18:04:17.374 INFO O| Oct 25 18:04:17.374 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3516 | 2024-10-25T18:04:17.872Z | [ recovery-image] Oct 25 18:04:17.395 INFO O| Oct 25 18:04:17.395 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"] |
3517 | 2024-10-25T18:04:18.256Z | [ host-image] Oct 25 18:04:17.780 INFO O| Oct 25 18:04:17.780 INFO STEP 6 (pkg_change_variant) COMPLETE |
3518 | 2024-10-25T18:04:18.256Z | [ host-image] Oct 25 18:04:17.780 INFO O| Oct 25 18:04:17.780 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3519 | 2024-10-25T18:04:18.280Z | [ host-image] Oct 25 18:04:17.780 INFO O| Oct 25 18:04:17.780 INFO skip step because feature "debug_variant" is not enabled |
3520 | 2024-10-25T18:04:18.280Z | [ host-image] Oct 25 18:04:17.780 INFO O| Oct 25 18:04:17.780 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3521 | 2024-10-25T18:04:18.343Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3522 | 2024-10-25T18:04:18.367Z | Oct 25 18:04:17.875 INFO [stamp-oximeter] process exited with exit status: 0 (2.089167572s) |
3523 | 2024-10-25T18:04:18.367Z | [ recovery-image] Oct 25 18:04:17.883 INFO O| Oct 25 18:04:17.883 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3524 | 2024-10-25T18:04:18.367Z | [ recovery-image] Oct 25 18:04:17.883 INFO O| Oct 25 18:04:17.883 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3525 | 2024-10-25T18:04:18.392Z | [ recovery-image] Oct 25 18:04:17.901 INFO O| Oct 25 18:04:17.901 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"] |
3526 | 2024-10-25T18:04:18.726Z | [ host-image] Oct 25 18:04:18.251 INFO O| Oct 25 18:04:18.251 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3527 | 2024-10-25T18:04:18.843Z | [ recovery-image] Oct 25 18:04:18.369 INFO O| Oct 25 18:04:18.369 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3528 | 2024-10-25T18:04:18.843Z | [ recovery-image] Oct 25 18:04:18.369 INFO O| Oct 25 18:04:18.369 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3529 | 2024-10-25T18:04:18.867Z | [ recovery-image] Oct 25 18:04:18.369 INFO O| Oct 25 18:04:18.369 INFO skip step because feature "repo_redist" is not enabled |
3530 | 2024-10-25T18:04:18.867Z | [ recovery-image] Oct 25 18:04:18.369 INFO O| Oct 25 18:04:18.369 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3531 | 2024-10-25T18:04:19.331Z | [ recovery-image] Oct 25 18:04:18.856 INFO O| Oct 25 18:04:18.856 INFO variant opensolaris.zone is already global |
3532 | 2024-10-25T18:04:19.331Z | [ recovery-image] Oct 25 18:04:18.856 INFO O| Oct 25 18:04:18.856 INFO STEP 5 (pkg_change_variant) COMPLETE |
3533 | 2024-10-25T18:04:19.331Z | [ recovery-image] Oct 25 18:04:18.856 INFO O| Oct 25 18:04:18.856 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3534 | 2024-10-25T18:04:19.497Z | [ host-image] Oct 25 18:04:19.022 INFO O| Oct 25 18:04:19.022 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3535 | 2024-10-25T18:04:19.521Z | [ host-image] Oct 25 18:04:19.024 INFO O| Oct 25 18:04:19.024 INFO O| Planning: Planning completed in 0.00 seconds |
3536 | 2024-10-25T18:04:19.521Z | [ host-image] Oct 25 18:04:19.025 INFO O| Oct 25 18:04:19.025 INFO O| Planning: Consolidating action changes ... Done |
3537 | 2024-10-25T18:04:19.521Z | [ host-image] Oct 25 18:04:19.025 INFO O| Oct 25 18:04:19.025 INFO O| Planning: Evaluating mediators ... Done |
3538 | 2024-10-25T18:04:19.521Z | [ host-image] Oct 25 18:04:19.025 INFO O| Oct 25 18:04:19.025 INFO O| Planning: Planning completed in 0.00 seconds |
3539 | 2024-10-25T18:04:19.521Z | [ host-image] Oct 25 18:04:19.025 INFO O| Oct 25 18:04:19.025 INFO O| Variants/Facets to change: 1 |
3540 | 2024-10-25T18:04:19.521Z | [ host-image] Oct 25 18:04:19.047 INFO O| Oct 25 18:04:19.047 INFO O| Done |
3541 | 2024-10-25T18:04:19.521Z | [ host-image] Oct 25 18:04:19.047 INFO O| Oct 25 18:04:19.047 INFO O| Done |
3542 | 2024-10-25T18:04:19.795Z | [ recovery-image] Oct 25 18:04:19.321 INFO O| Oct 25 18:04:19.320 INFO variant opensolaris.imagetype is full; changing to partial |
3543 | 2024-10-25T18:04:19.819Z | [ recovery-image] Oct 25 18:04:19.321 INFO O| Oct 25 18:04:19.321 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3544 | 2024-10-25T18:04:19.819Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3545 | 2024-10-25T18:04:19.819Z | Oct 25 18:04:19.339 INFO [stamp-nexus] process exited with exit status: 0 (3.699458248s) |
3546 | 2024-10-25T18:04:20.010Z | [ host-image] Oct 25 18:04:19.535 INFO O| Oct 25 18:04:19.535 INFO O| Done |
3547 | 2024-10-25T18:04:20.052Z | [ host-image] Oct 25 18:04:19.578 INFO O| Oct 25 18:04:19.578 INFO O| Done |
3548 | 2024-10-25T18:04:20.076Z | [ host-image] Oct 25 18:04:19.578 INFO O| Oct 25 18:04:19.578 INFO O| Done |
3549 | 2024-10-25T18:04:20.076Z | [ host-image] Oct 25 18:04:19.579 INFO O| Oct 25 18:04:19.579 INFO O| Done |
3550 | 2024-10-25T18:04:20.076Z | [ host-image] Oct 25 18:04:19.580 INFO O| Oct 25 18:04:19.580 INFO O| Done |
3551 | 2024-10-25T18:04:20.120Z | [ host-image] Oct 25 18:04:19.646 INFO O| Oct 25 18:04:19.645 INFO STEP 8 (pkg_change_facet) COMPLETE |
3552 | 2024-10-25T18:04:20.120Z | [ host-image] Oct 25 18:04:19.646 INFO O| Oct 25 18:04:19.645 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3553 | 2024-10-25T18:04:20.144Z | [ host-image] Oct 25 18:04:19.646 INFO O| Oct 25 18:04:19.646 INFO skip step because feature "recovery" is not enabled |
3554 | 2024-10-25T18:04:20.144Z | [ host-image] Oct 25 18:04:19.646 INFO O| Oct 25 18:04:19.646 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3555 | 2024-10-25T18:04:20.144Z | [ host-image] Oct 25 18:04:19.646 INFO O| Oct 25 18:04:19.646 INFO skip step because feature "recovery" is not enabled |
3556 | 2024-10-25T18:04:20.144Z | [ host-image] Oct 25 18:04:19.646 INFO O| Oct 25 18:04:19.646 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-10-25T18:04:20.144Z | [ host-image] Oct 25 18:04:19.663 INFO O| Oct 25 18:04:19.663 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"] |
3558 | 2024-10-25T18:04:21.043Z | [ host-image] Oct 25 18:04:20.567 INFO O| Oct 25 18:04:20.567 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3559 | 2024-10-25T18:04:21.391Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3560 | 2024-10-25T18:04:21.415Z | [verify-libraries] Compiling polyval v0.6.2 |
3561 | 2024-10-25T18:04:21.455Z | [verify-libraries] Compiling ctr v0.9.2 |
3562 | 2024-10-25T18:04:21.478Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3563 | 2024-10-25T18:04:21.479Z | [verify-libraries] Compiling blowfish v0.9.1 |
3564 | 2024-10-25T18:04:21.504Z | [verify-libraries] Compiling password-hash v0.4.2 |
3565 | 2024-10-25T18:04:21.504Z | [verify-libraries] Compiling matches v0.1.10 |
3566 | 2024-10-25T18:04:21.792Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3567 | 2024-10-25T18:04:21.817Z | Oct 25 18:04:21.326 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.351343082s) |
3568 | 2024-10-25T18:04:21.864Z | [verify-libraries] Compiling ghash v0.5.1 |
3569 | 2024-10-25T18:04:22.030Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3570 | 2024-10-25T18:04:22.103Z | [verify-libraries] Compiling idna v0.2.3 |
3571 | 2024-10-25T18:04:22.301Z | [verify-libraries] Compiling p521 v0.13.3 |
3572 | 2024-10-25T18:04:22.326Z | [verify-libraries] Compiling p256 v0.13.2 |
3573 | 2024-10-25T18:04:22.591Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3574 | 2024-10-25T18:04:22.830Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3575 | 2024-10-25T18:04:23.040Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3576 | 2024-10-25T18:04:23.118Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3577 | 2024-10-25T18:04:23.539Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3578 | 2024-10-25T18:04:24.128Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3579 | 2024-10-25T18:04:24.188Z | [verify-libraries] Compiling md5 v0.7.0 |
3580 | 2024-10-25T18:04:24.548Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3581 | 2024-10-25T18:04:24.662Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3582 | 2024-10-25T18:04:24.975Z | [verify-libraries] Compiling des v0.8.1 |
3583 | 2024-10-25T18:04:25.936Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3584 | 2024-10-25T18:04:26.259Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3585 | 2024-10-25T18:04:26.362Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3586 | 2024-10-25T18:04:26.581Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3587 | 2024-10-25T18:04:26.610Z | Oct 25 18:04:26.136 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.519624303s) |
3588 | 2024-10-25T18:04:27.513Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3589 | 2024-10-25T18:04:27.549Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3590 | 2024-10-25T18:04:27.915Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3591 | 2024-10-25T18:04:27.981Z | Oct 25 18:04:27.507 INFO [stamp-clickhouse] process exited with exit status: 0 (11.337037514s) |
3592 | 2024-10-25T18:04:27.981Z | Oct 25 18:04:27.507 INFO [tuf-stamp] task succeeded (11.978448255s) |
3593 | 2024-10-25T18:04:28.230Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3594 | 2024-10-25T18:04:28.656Z | [verify-libraries] Compiling heck v0.4.1 |
3595 | 2024-10-25T18:04:29.682Z | [ recovery-image] Oct 25 18:04:29.207 INFO O| Oct 25 18:04:29.207 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3596 | 2024-10-25T18:04:29.897Z | [verify-libraries] Compiling russh v0.45.0 |
3597 | 2024-10-25T18:04:31.851Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3598 | 2024-10-25T18:04:34.270Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3599 | 2024-10-25T18:04:34.929Z | [ recovery-image] Oct 25 18:04:34.455 INFO O| Oct 25 18:04:34.454 INFO O| Startup: Caching catalogs ... Done |
3600 | 2024-10-25T18:04:35.006Z | [ recovery-image] Oct 25 18:04:34.531 INFO O| Oct 25 18:04:34.531 INFO O| Planning: Planning completed in 0.00 seconds |
3601 | 2024-10-25T18:04:35.029Z | [ recovery-image] Oct 25 18:04:34.533 INFO O| Oct 25 18:04:34.533 INFO O| Planning: Consolidating action changes ... Done |
3602 | 2024-10-25T18:04:35.029Z | [ recovery-image] Oct 25 18:04:34.533 INFO O| Oct 25 18:04:34.533 INFO O| Planning: Evaluating mediators ... Done |
3603 | 2024-10-25T18:04:35.029Z | [ recovery-image] Oct 25 18:04:34.533 INFO O| Oct 25 18:04:34.533 INFO O| Planning: Planning completed in 0.00 seconds |
3604 | 2024-10-25T18:04:35.029Z | [ recovery-image] Oct 25 18:04:34.534 INFO O| Oct 25 18:04:34.534 INFO O| Variants/Facets to change: 1 |
3605 | 2024-10-25T18:04:35.098Z | [ recovery-image] Oct 25 18:04:34.623 INFO O| Oct 25 18:04:34.623 INFO O| Done |
3606 | 2024-10-25T18:04:35.098Z | [ recovery-image] Oct 25 18:04:34.623 INFO O| Oct 25 18:04:34.623 INFO O| Done |
3607 | 2024-10-25T18:04:36.122Z | [ recovery-image] Oct 25 18:04:35.647 INFO O| Oct 25 18:04:35.647 INFO O| Done |
3608 | 2024-10-25T18:04:36.160Z | [ recovery-image] Oct 25 18:04:35.685 INFO O| Oct 25 18:04:35.685 INFO O| Done |
3609 | 2024-10-25T18:04:36.184Z | [ recovery-image] Oct 25 18:04:35.687 INFO O| Oct 25 18:04:35.687 INFO O| Done |
3610 | 2024-10-25T18:04:36.185Z | [ recovery-image] Oct 25 18:04:35.687 INFO O| Oct 25 18:04:35.687 INFO O| Done |
3611 | 2024-10-25T18:04:36.185Z | [ recovery-image] Oct 25 18:04:35.689 INFO O| Oct 25 18:04:35.688 INFO O| Done |
3612 | 2024-10-25T18:04:36.748Z | [ recovery-image] Oct 25 18:04:36.273 INFO O| Oct 25 18:04:36.273 INFO STEP 6 (pkg_change_variant) COMPLETE |
3613 | 2024-10-25T18:04:36.748Z | [ recovery-image] Oct 25 18:04:36.273 INFO O| Oct 25 18:04:36.273 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3614 | 2024-10-25T18:04:36.772Z | [ recovery-image] Oct 25 18:04:36.273 INFO O| Oct 25 18:04:36.273 INFO skip step because feature "debug_variant" is not enabled |
3615 | 2024-10-25T18:04:36.772Z | [ recovery-image] Oct 25 18:04:36.273 INFO O| Oct 25 18:04:36.273 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3616 | 2024-10-25T18:04:37.362Z | [ recovery-image] Oct 25 18:04:36.883 INFO O| Oct 25 18:04:36.883 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3617 | 2024-10-25T18:04:38.294Z | [ recovery-image] Oct 25 18:04:37.819 INFO O| Oct 25 18:04:37.819 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3618 | 2024-10-25T18:04:38.318Z | [ recovery-image] Oct 25 18:04:37.821 INFO O| Oct 25 18:04:37.821 INFO O| Planning: Planning completed in 0.00 seconds |
3619 | 2024-10-25T18:04:38.318Z | [ recovery-image] Oct 25 18:04:37.823 INFO O| Oct 25 18:04:37.823 INFO O| Planning: Consolidating action changes ... Done |
3620 | 2024-10-25T18:04:38.318Z | [ recovery-image] Oct 25 18:04:37.823 INFO O| Oct 25 18:04:37.823 INFO O| Planning: Evaluating mediators ... Done |
3621 | 2024-10-25T18:04:38.318Z | [ recovery-image] Oct 25 18:04:37.823 INFO O| Oct 25 18:04:37.823 INFO O| Planning: Planning completed in 0.00 seconds |
3622 | 2024-10-25T18:04:38.345Z | [ recovery-image] Oct 25 18:04:37.847 INFO O| Oct 25 18:04:37.847 INFO O| Variants/Facets to change: 1 |
3623 | 2024-10-25T18:04:38.411Z | [ recovery-image] Oct 25 18:04:37.936 INFO O| Oct 25 18:04:37.936 INFO O| Done |
3624 | 2024-10-25T18:04:38.411Z | [ recovery-image] Oct 25 18:04:37.936 INFO O| Oct 25 18:04:37.936 INFO O| Done |
3625 | 2024-10-25T18:04:38.873Z | [ recovery-image] Oct 25 18:04:38.398 INFO O| Oct 25 18:04:38.398 INFO O| Done |
3626 | 2024-10-25T18:04:38.941Z | [ recovery-image] Oct 25 18:04:38.466 INFO O| Oct 25 18:04:38.466 INFO O| Done |
3627 | 2024-10-25T18:04:38.968Z | [ recovery-image] Oct 25 18:04:38.467 INFO O| Oct 25 18:04:38.467 INFO O| Done |
3628 | 2024-10-25T18:04:38.968Z | [ recovery-image] Oct 25 18:04:38.467 INFO O| Oct 25 18:04:38.467 INFO O| Done |
3629 | 2024-10-25T18:04:38.968Z | [ recovery-image] Oct 25 18:04:38.469 INFO O| Oct 25 18:04:38.468 INFO O| Done |
3630 | 2024-10-25T18:04:39.036Z | [ recovery-image] Oct 25 18:04:38.561 INFO O| Oct 25 18:04:38.561 INFO STEP 8 (pkg_change_facet) COMPLETE |
3631 | 2024-10-25T18:04:39.036Z | [ recovery-image] Oct 25 18:04:38.561 INFO O| Oct 25 18:04:38.561 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3632 | 2024-10-25T18:04:39.582Z | [ recovery-image] Oct 25 18:04:39.108 INFO O| Oct 25 18:04:39.108 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3633 | 2024-10-25T18:04:40.503Z | [ recovery-image] Oct 25 18:04:40.028 INFO O| Oct 25 18:04:40.028 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3634 | 2024-10-25T18:04:40.528Z | [ recovery-image] Oct 25 18:04:40.029 INFO O| Oct 25 18:04:40.029 INFO O| Planning: Planning completed in 0.00 seconds |
3635 | 2024-10-25T18:04:40.528Z | [ recovery-image] Oct 25 18:04:40.030 INFO O| Oct 25 18:04:40.030 INFO O| Planning: Consolidating action changes ... Done |
3636 | 2024-10-25T18:04:40.528Z | [ recovery-image] Oct 25 18:04:40.030 INFO O| Oct 25 18:04:40.030 INFO O| Planning: Evaluating mediators ... Done |
3637 | 2024-10-25T18:04:40.528Z | [ recovery-image] Oct 25 18:04:40.030 INFO O| Oct 25 18:04:40.030 INFO O| Planning: Planning completed in 0.00 seconds |
3638 | 2024-10-25T18:04:40.528Z | [ recovery-image] Oct 25 18:04:40.031 INFO O| Oct 25 18:04:40.031 INFO O| Variants/Facets to change: 1 |
3639 | 2024-10-25T18:04:40.597Z | [ recovery-image] Oct 25 18:04:40.121 INFO O| Oct 25 18:04:40.121 INFO O| Done |
3640 | 2024-10-25T18:04:40.597Z | [ recovery-image] Oct 25 18:04:40.121 INFO O| Oct 25 18:04:40.121 INFO O| Done |
3641 | 2024-10-25T18:04:41.072Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3642 | 2024-10-25T18:04:41.120Z | [ recovery-image] Oct 25 18:04:40.644 INFO O| Oct 25 18:04:40.644 INFO O| Done |
3643 | 2024-10-25T18:04:41.210Z | [ recovery-image] Oct 25 18:04:40.734 INFO O| Oct 25 18:04:40.734 INFO O| Done |
3644 | 2024-10-25T18:04:41.234Z | [ recovery-image] Oct 25 18:04:40.735 INFO O| Oct 25 18:04:40.735 INFO O| Done |
3645 | 2024-10-25T18:04:41.234Z | [ recovery-image] Oct 25 18:04:40.736 INFO O| Oct 25 18:04:40.736 INFO O| Done |
3646 | 2024-10-25T18:04:41.234Z | [ recovery-image] Oct 25 18:04:40.737 INFO O| Oct 25 18:04:40.737 INFO O| Done |
3647 | 2024-10-25T18:04:41.288Z | [ recovery-image] Oct 25 18:04:40.812 INFO O| Oct 25 18:04:40.812 INFO STEP 9 (pkg_change_facet) COMPLETE |
3648 | 2024-10-25T18:04:41.288Z | [ recovery-image] Oct 25 18:04:40.812 INFO O| Oct 25 18:04:40.812 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3649 | 2024-10-25T18:04:42.507Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3650 | 2024-10-25T18:04:42.531Z | [ recovery-image] Oct 25 18:04:41.327 INFO O| Oct 25 18:04:41.327 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3651 | 2024-10-25T18:04:42.531Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3652 | 2024-10-25T18:04:42.651Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3653 | 2024-10-25T18:04:42.914Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3654 | 2024-10-25T18:04:42.939Z | [ recovery-image] Oct 25 18:04:42.465 INFO O| Oct 25 18:04:42.464 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3655 | 2024-10-25T18:04:42.963Z | [ recovery-image] Oct 25 18:04:42.466 INFO O| Oct 25 18:04:42.466 INFO O| Planning: Planning completed in 0.00 seconds |
3656 | 2024-10-25T18:04:42.963Z | [ recovery-image] Oct 25 18:04:42.467 INFO O| Oct 25 18:04:42.467 INFO O| Planning: Consolidating action changes ... Done |
3657 | 2024-10-25T18:04:42.963Z | [ recovery-image] Oct 25 18:04:42.467 INFO O| Oct 25 18:04:42.467 INFO O| Planning: Evaluating mediators ... Done |
3658 | 2024-10-25T18:04:42.963Z | [ recovery-image] Oct 25 18:04:42.468 INFO O| Oct 25 18:04:42.468 INFO O| Planning: Planning completed in 0.00 seconds |
3659 | 2024-10-25T18:04:42.963Z | [ recovery-image] Oct 25 18:04:42.468 INFO O| Oct 25 18:04:42.468 INFO O| Variants/Facets to change: 1 |
3660 | 2024-10-25T18:04:42.992Z | [ recovery-image] Oct 25 18:04:42.517 INFO O| Oct 25 18:04:42.517 INFO O| Done |
3661 | 2024-10-25T18:04:42.992Z | [ recovery-image] Oct 25 18:04:42.517 INFO O| Oct 25 18:04:42.517 INFO O| Done |
3662 | 2024-10-25T18:04:43.280Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3663 | 2024-10-25T18:04:43.360Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3664 | 2024-10-25T18:04:43.491Z | [ recovery-image] Oct 25 18:04:43.016 INFO O| Oct 25 18:04:43.016 INFO O| Done |
3665 | 2024-10-25T18:04:43.588Z | [ recovery-image] Oct 25 18:04:43.108 INFO O| Oct 25 18:04:43.108 INFO O| Done |
3666 | 2024-10-25T18:04:43.611Z | [ recovery-image] Oct 25 18:04:43.109 INFO O| Oct 25 18:04:43.109 INFO O| Done |
3667 | 2024-10-25T18:04:43.611Z | [ recovery-image] Oct 25 18:04:43.109 INFO O| Oct 25 18:04:43.109 INFO O| Done |
3668 | 2024-10-25T18:04:43.611Z | [ recovery-image] Oct 25 18:04:43.111 INFO O| Oct 25 18:04:43.111 INFO O| Done |
3669 | 2024-10-25T18:04:43.667Z | [ recovery-image] Oct 25 18:04:43.192 INFO O| Oct 25 18:04:43.192 INFO STEP 10 (pkg_change_facet) COMPLETE |
3670 | 2024-10-25T18:04:43.667Z | [ recovery-image] Oct 25 18:04:43.192 INFO O| Oct 25 18:04:43.192 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3671 | 2024-10-25T18:04:43.693Z | [ recovery-image] Oct 25 18:04:43.211 INFO O| Oct 25 18:04:43.211 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"] |
3672 | 2024-10-25T18:04:44.431Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3673 | 2024-10-25T18:04:44.770Z | [ recovery-image] Oct 25 18:04:44.295 INFO O| Oct 25 18:04:44.295 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3674 | 2024-10-25T18:04:46.761Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3675 | 2024-10-25T18:04:51.394Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3676 | 2024-10-25T18:04:52.182Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3677 | 2024-10-25T18:04:53.558Z | [verify-libraries] Compiling termios v0.3.3 |
3678 | 2024-10-25T18:04:53.916Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3679 | 2024-10-25T18:04:58.035Z | [ host-image] Oct 25 18:04:57.560 INFO O| Oct 25 18:04:57.560 INFO O| Planning: Solver setup ... Done |
3680 | 2024-10-25T18:05:08.545Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3681 | 2024-10-25T18:05:21.855Z | [ recovery-image] Oct 25 18:05:21.380 INFO O| Oct 25 18:05:21.380 INFO O| Planning: Solver setup ... Done |
3682 | 2024-10-25T18:05:26.667Z | [ host-image] Oct 25 18:05:26.192 INFO O| Oct 25 18:05:26.192 INFO O| Planning: Running solver ... Done |
3683 | 2024-10-25T18:05:27.018Z | [ host-image] Oct 25 18:05:26.543 INFO O| Oct 25 18:05:26.543 INFO O| Planning: Finding local manifests ... Done |
3684 | 2024-10-25T18:05:27.042Z | [ host-image] Oct 25 18:05:26.554 INFO O| Oct 25 18:05:26.554 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3685 | 2024-10-25T18:05:30.560Z | [ host-image] Oct 25 18:05:30.085 INFO O| Oct 25 18:05:30.085 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3686 | 2024-10-25T18:05:31.449Z | [ host-image] Oct 25 18:05:30.974 INFO O| Oct 25 18:05:30.974 INFO O| Planning: Package planning ... Done |
3687 | 2024-10-25T18:05:32.616Z | [ host-image] Oct 25 18:05:32.141 INFO O| Oct 25 18:05:32.141 INFO O| Planning: Merging actions ... Done |
3688 | 2024-10-25T18:05:33.032Z | [ host-image] Oct 25 18:05:32.558 INFO O| Oct 25 18:05:32.557 INFO O| Planning: Checking for conflicting actions ... Done |
3689 | 2024-10-25T18:05:33.206Z | [ host-image] Oct 25 18:05:32.731 INFO O| Oct 25 18:05:32.731 INFO O| Planning: Consolidating action changes ... Done |
3690 | 2024-10-25T18:05:33.683Z | [ host-image] Oct 25 18:05:33.208 INFO O| Oct 25 18:05:33.208 INFO O| Planning: Evaluating mediators ... Done |
3691 | 2024-10-25T18:05:37.709Z | [ host-image] Oct 25 18:05:37.231 INFO O| Oct 25 18:05:37.231 INFO O| Planning: Planning completed in 76.66 seconds |
3692 | 2024-10-25T18:05:37.733Z | [ host-image] Oct 25 18:05:37.236 INFO O| Oct 25 18:05:37.236 INFO O| Packages to install: 124 |
3693 | 2024-10-25T18:05:37.733Z | [ host-image] Oct 25 18:05:37.236 INFO O| Oct 25 18:05:37.236 INFO O| Mediators to change: 4 |
3694 | 2024-10-25T18:05:37.733Z | [ host-image] Oct 25 18:05:37.236 INFO O| Oct 25 18:05:37.236 INFO O| Services to change: 6 |
3695 | 2024-10-25T18:05:37.805Z | [ host-image] Oct 25 18:05:37.324 INFO O| Oct 25 18:05:37.324 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete |
3696 | 2024-10-25T18:05:42.825Z | [ host-image] Oct 25 18:05:42.350 INFO O| Oct 25 18:05:42.350 INFO O| Download: 1113/22744 items 7.5/199.4MB 3% complete (1.6M/s) |
3697 | 2024-10-25T18:05:45.852Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3698 | 2024-10-25T18:05:47.829Z | [ host-image] Oct 25 18:05:47.354 INFO O| Oct 25 18:05:47.354 INFO O| Download: 1790/22744 items 12.9/199.4MB 6% complete (1.2M/s) |
3699 | 2024-10-25T18:05:49.753Z | [ recovery-image] Oct 25 18:05:49.278 INFO O| Oct 25 18:05:49.278 INFO O| Planning: Running solver ... Done |
3700 | 2024-10-25T18:05:50.082Z | [ recovery-image] Oct 25 18:05:49.607 INFO O| Oct 25 18:05:49.607 INFO O| Planning: Finding local manifests ... Done |
3701 | 2024-10-25T18:05:50.106Z | [ recovery-image] Oct 25 18:05:49.619 INFO O| Oct 25 18:05:49.619 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3702 | 2024-10-25T18:05:53.065Z | [ host-image] Oct 25 18:05:52.590 INFO O| Oct 25 18:05:52.590 INFO O| Download: 2252/22744 items 24.8/199.4MB 12% complete (1.7M/s) |
3703 | 2024-10-25T18:05:53.824Z | [ recovery-image] Oct 25 18:05:53.350 INFO O| Oct 25 18:05:53.349 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3704 | 2024-10-25T18:05:54.508Z | [ recovery-image] Oct 25 18:05:54.034 INFO O| Oct 25 18:05:54.034 INFO O| Planning: Package planning ... Done |
3705 | 2024-10-25T18:05:54.942Z | [ recovery-image] Oct 25 18:05:54.467 INFO O| Oct 25 18:05:54.467 INFO O| Planning: Merging actions ... Done |
3706 | 2024-10-25T18:05:55.070Z | [ recovery-image] Oct 25 18:05:54.595 INFO O| Oct 25 18:05:54.595 INFO O| Planning: Checking for conflicting actions ... Done |
3707 | 2024-10-25T18:05:55.176Z | [ recovery-image] Oct 25 18:05:54.701 INFO O| Oct 25 18:05:54.701 INFO O| Planning: Consolidating action changes ... Done |
3708 | 2024-10-25T18:05:55.468Z | [ recovery-image] Oct 25 18:05:54.993 INFO O| Oct 25 18:05:54.993 INFO O| Planning: Evaluating mediators ... Done |
3709 | 2024-10-25T18:05:58.113Z | [ host-image] Oct 25 18:05:57.638 INFO O| Oct 25 18:05:57.638 INFO O| Download: 2999/22744 items 33.9/199.4MB 16% complete (2.1M/s) |
3710 | 2024-10-25T18:05:59.125Z | [ recovery-image] Oct 25 18:05:58.650 INFO O| Oct 25 18:05:58.650 INFO O| Planning: Planning completed in 74.35 seconds |
3711 | 2024-10-25T18:05:59.149Z | [ recovery-image] Oct 25 18:05:58.655 INFO O| Oct 25 18:05:58.655 INFO O| Packages to install: 124 |
3712 | 2024-10-25T18:05:59.149Z | [ recovery-image] Oct 25 18:05:58.655 INFO O| Oct 25 18:05:58.655 INFO O| Mediators to change: 4 |
3713 | 2024-10-25T18:05:59.149Z | [ recovery-image] Oct 25 18:05:58.655 INFO O| Oct 25 18:05:58.655 INFO O| Services to change: 5 |
3714 | 2024-10-25T18:05:59.177Z | [ recovery-image] Oct 25 18:05:58.702 INFO O| Oct 25 18:05:58.702 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete |
3715 | 2024-10-25T18:06:00.489Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3716 | 2024-10-25T18:06:03.126Z | [ host-image] Oct 25 18:06:02.651 INFO O| Oct 25 18:06:02.651 INFO O| Download: 3616/22744 items 37.0/199.4MB 18% complete (1.2M/s) |
3717 | 2024-10-25T18:06:03.788Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3718 | 2024-10-25T18:06:04.194Z | [ recovery-image] Oct 25 18:06:03.719 INFO O| Oct 25 18:06:03.719 INFO O| Download: 537/15846 items 5.8/176.2MB 3% complete (1.3M/s) |
3719 | 2024-10-25T18:06:08.148Z | [ host-image] Oct 25 18:06:07.671 INFO O| Oct 25 18:06:07.671 INFO O| Download: 4055/22744 items 40.2/199.4MB 20% complete (660k/s) |
3720 | 2024-10-25T18:06:09.785Z | [ recovery-image] Oct 25 18:06:09.310 INFO O| Oct 25 18:06:09.310 INFO O| Download: 1008/15846 items 7.9/176.2MB 4% complete (881k/s) |
3721 | 2024-10-25T18:06:13.194Z | [ host-image] Oct 25 18:06:12.720 INFO O| Oct 25 18:06:12.719 INFO O| Download: 4718/22744 items 44.8/199.4MB 22% complete (798k/s) |
3722 | 2024-10-25T18:06:14.803Z | [ recovery-image] Oct 25 18:06:14.328 INFO O| Oct 25 18:06:14.328 INFO O| Download: 1188/15846 items 15.4/176.2MB 8% complete (887k/s) |
3723 | 2024-10-25T18:06:18.194Z | [ host-image] Oct 25 18:06:17.720 INFO O| Oct 25 18:06:17.719 INFO O| Download: 5714/22744 items 46.2/199.4MB 23% complete (619k/s) |
3724 | 2024-10-25T18:06:19.855Z | [ recovery-image] Oct 25 18:06:19.380 INFO O| Oct 25 18:06:19.380 INFO O| Download: 1575/15846 items 24.3/176.2MB 13% complete (1.6M/s) |
3725 | 2024-10-25T18:06:23.226Z | [ host-image] Oct 25 18:06:22.721 INFO O| Oct 25 18:06:22.721 INFO O| Download: 6664/22744 items 46.8/199.4MB 23% complete (217k/s) |
3726 | 2024-10-25T18:06:23.682Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3727 | 2024-10-25T18:06:24.888Z | [ recovery-image] Oct 25 18:06:24.413 INFO O| Oct 25 18:06:24.413 INFO O| Download: 2404/15846 items 31.3/176.2MB 17% complete (1.6M/s) |
3728 | 2024-10-25T18:06:28.197Z | [ host-image] Oct 25 18:06:27.722 INFO O| Oct 25 18:06:27.722 INFO O| Download: 7102/22744 items 56.3/199.4MB 28% complete (1015k/s) |
3729 | 2024-10-25T18:06:29.888Z | [ recovery-image] Oct 25 18:06:29.414 INFO O| Oct 25 18:06:29.413 INFO O| Download: 2859/15846 items 36.5/176.2MB 20% complete (1.2M/s) |
3730 | 2024-10-25T18:06:33.202Z | [ host-image] Oct 25 18:06:32.727 INFO O| Oct 25 18:06:32.727 INFO O| Download: 7810/22744 items 59.1/199.4MB 29% complete (1.2M/s) |
3731 | 2024-10-25T18:06:34.897Z | [ recovery-image] Oct 25 18:06:34.422 INFO O| Oct 25 18:06:34.422 INFO O| Download: 3608/15846 items 39.1/176.2MB 22% complete (776k/s) |
3732 | 2024-10-25T18:06:37.668Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3733 | 2024-10-25T18:06:39.119Z | [ host-image] Oct 25 18:06:38.644 INFO O| Oct 25 18:06:38.644 INFO O| Download: 8238/22744 items 63.4/199.4MB 31% complete (1.0M/s) |
3734 | 2024-10-25T18:06:39.907Z | [ recovery-image] Oct 25 18:06:39.432 INFO O| Oct 25 18:06:39.432 INFO O| Download: 3877/15846 items 42.5/176.2MB 24% complete (740k/s) |
3735 | 2024-10-25T18:06:40.408Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3736 | 2024-10-25T18:06:41.627Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3737 | 2024-10-25T18:06:44.723Z | [ host-image] Oct 25 18:06:44.238 INFO O| Oct 25 18:06:44.238 INFO O| Download: 8352/22744 items 69.0/199.4MB 34% complete (909k/s) |
3738 | 2024-10-25T18:06:44.908Z | [ recovery-image] Oct 25 18:06:44.432 INFO O| Oct 25 18:06:44.432 INFO O| Download: 4456/15846 items 42.8/176.2MB 24% complete (395k/s) |
3739 | 2024-10-25T18:06:49.729Z | [ host-image] Oct 25 18:06:49.254 INFO O| Oct 25 18:06:49.254 INFO O| Download: 8365/22744 items 69.1/199.4MB 34% complete (480k/s) |
3740 | 2024-10-25T18:06:49.927Z | [ recovery-image] Oct 25 18:06:49.453 INFO O| Oct 25 18:06:49.452 INFO O| Download: 4795/15846 items 43.0/176.2MB 24% complete (50.7k/s) |
3741 | 2024-10-25T18:06:54.743Z | [ host-image] Oct 25 18:06:54.268 INFO O| Oct 25 18:06:54.268 INFO O| Download: 8725/22744 items 71.1/199.4MB 35% complete (244k/s) |
3742 | 2024-10-25T18:06:54.983Z | [ recovery-image] Oct 25 18:06:54.508 INFO O| Oct 25 18:06:54.508 INFO O| Download: 5131/15846 items 43.2/176.2MB 24% complete (41.4k/s) |
3743 | 2024-10-25T18:06:59.749Z | [ host-image] Oct 25 18:06:59.274 INFO O| Oct 25 18:06:59.274 INFO O| Download: 8987/22744 items 72.5/199.4MB 36% complete (337k/s) |
3744 | 2024-10-25T18:06:59.988Z | [ recovery-image] Oct 25 18:06:59.513 INFO O| Oct 25 18:06:59.513 INFO O| Download: 5451/15846 items 43.4/176.2MB 24% complete (38.4k/s) |
3745 | 2024-10-25T18:07:05.000Z | [ recovery-image] Oct 25 18:07:04.523 INFO O| Oct 25 18:07:04.523 INFO O| Download: 5703/15846 items 45.3/176.2MB 25% complete (193k/s) |
3746 | 2024-10-25T18:07:05.258Z | [ host-image] Oct 25 18:07:04.783 INFO O| Oct 25 18:07:04.783 INFO O| Download: 9385/22744 items 81.5/199.4MB 40% complete (1.0M/s) |
3747 | 2024-10-25T18:07:10.011Z | [ recovery-image] Oct 25 18:07:09.535 INFO O| Oct 25 18:07:09.535 INFO O| Download: 5952/15846 items 53.6/176.2MB 30% complete (1.0M/s) |
3748 | 2024-10-25T18:07:15.016Z | [ recovery-image] Oct 25 18:07:14.541 INFO O| Oct 25 18:07:14.541 INFO O| Download: 6600/15846 items 64.2/176.2MB 36% complete (1.9M/s) |
3749 | 2024-10-25T18:07:20.034Z | [ recovery-image] Oct 25 18:07:19.559 INFO O| Oct 25 18:07:19.559 INFO O| Download: 7787/15846 items 75.0/176.2MB 42% complete (2.1M/s) |
3750 | 2024-10-25T18:07:20.393Z | [ host-image] Oct 25 18:07:19.918 INFO O| Oct 25 18:07:19.918 INFO O| Download: 9387/22744 items 81.5/199.4MB 40% complete |
3751 | 2024-10-25T18:07:25.039Z | [ recovery-image] Oct 25 18:07:24.564 INFO O| Oct 25 18:07:24.563 INFO O| Download: 8339/15846 items 79.8/176.2MB 45% complete (1.6M/s) |
3752 | 2024-10-25T18:07:25.393Z | [ host-image] Oct 25 18:07:24.919 INFO O| Oct 25 18:07:24.919 INFO O| Download: 10417/22744 items 88.0/199.4MB 44% complete (1.4M/s) |
3753 | 2024-10-25T18:07:30.104Z | [ recovery-image] Oct 25 18:07:29.630 INFO O| Oct 25 18:07:29.629 INFO O| Download: 8845/15846 items 91.9/176.2MB 52% complete (1.8M/s) |
3754 | 2024-10-25T18:07:30.455Z | [ host-image] Oct 25 18:07:29.980 INFO O| Oct 25 18:07:29.980 INFO O| Download: 11102/22744 items 92.1/199.4MB 46% complete (1.1M/s) |
3755 | 2024-10-25T18:07:35.118Z | [ recovery-image] Oct 25 18:07:34.642 INFO O| Oct 25 18:07:34.642 INFO O| Download: 9593/15846 items 93.0/176.2MB 52% complete (1.3M/s) |
3756 | 2024-10-25T18:07:35.472Z | [ host-image] Oct 25 18:07:34.997 INFO O| Oct 25 18:07:34.997 INFO O| Download: 11703/22744 items 96.3/199.4MB 48% complete (852k/s) |
3757 | 2024-10-25T18:07:40.162Z | [ recovery-image] Oct 25 18:07:39.684 INFO O| Oct 25 18:07:39.684 INFO O| Download: 10547/15846 items 93.4/176.2MB 53% complete (160k/s) |
3758 | 2024-10-25T18:07:40.541Z | [ host-image] Oct 25 18:07:40.066 INFO O| Oct 25 18:07:40.066 INFO O| Download: 12180/22744 items 108.6/199.4MB 54% complete (1.6M/s) |
3759 | 2024-10-25T18:07:45.283Z | [ recovery-image] Oct 25 18:07:44.808 INFO O| Oct 25 18:07:44.808 INFO O| Download: 11095/15846 items 99.6/176.2MB 56% complete (652k/s) |
3760 | 2024-10-25T18:07:45.585Z | [ host-image] Oct 25 18:07:45.108 INFO O| Oct 25 18:07:45.108 INFO O| Download: 13493/22744 items 110.0/199.4MB 55% complete (1.4M/s) |
3761 | 2024-10-25T18:07:50.301Z | [ recovery-image] Oct 25 18:07:49.826 INFO O| Oct 25 18:07:49.825 INFO O| Download: 11814/15846 items 125.4/176.2MB 71% complete (3.1M/s) |
3762 | 2024-10-25T18:07:50.604Z | [ host-image] Oct 25 18:07:50.129 INFO O| Oct 25 18:07:50.129 INFO O| Download: 14401/22744 items 111.5/199.4MB 55% complete (284k/s) |
3763 | 2024-10-25T18:07:55.306Z | [ recovery-image] Oct 25 18:07:54.829 INFO O| Oct 25 18:07:54.829 INFO O| Download: 12288/15846 items 140.9/176.2MB 79% complete (4.2M/s) |
3764 | 2024-10-25T18:07:55.616Z | [ host-image] Oct 25 18:07:55.141 INFO O| Oct 25 18:07:55.141 INFO O| Download: 14971/22744 items 118.6/199.4MB 59% complete (865k/s) |
3765 | 2024-10-25T18:08:00.306Z | [ recovery-image] Oct 25 18:07:59.830 INFO O| Oct 25 18:07:59.830 INFO O| Download: 13077/15846 items 144.5/176.2MB 82% complete (2.1M/s) |
3766 | 2024-10-25T18:08:00.631Z | [ host-image] Oct 25 18:08:00.155 INFO O| Oct 25 18:08:00.155 INFO O| Download: 15730/22744 items 126.0/199.4MB 63% complete (1.5M/s) |
3767 | 2024-10-25T18:08:05.324Z | [ recovery-image] Oct 25 18:08:04.847 INFO O| Oct 25 18:08:04.847 INFO O| Download: 13740/15846 items 147.1/176.2MB 83% complete (619k/s) |
3768 | 2024-10-25T18:08:05.631Z | [ host-image] Oct 25 18:08:05.156 INFO O| Oct 25 18:08:05.156 INFO O| Download: 16163/22744 items 130.9/199.4MB 65% complete (1.2M/s) |
3769 | 2024-10-25T18:08:10.416Z | [ recovery-image] Oct 25 18:08:09.941 INFO O| Oct 25 18:08:09.941 INFO O| Download: 14031/15846 items 148.4/176.2MB 84% complete (402k/s) |
3770 | 2024-10-25T18:08:10.632Z | [ host-image] Oct 25 18:08:10.157 INFO O| Oct 25 18:08:10.157 INFO O| Download: 16640/22744 items 131.7/199.4MB 66% complete (588k/s) |
3771 | 2024-10-25T18:08:15.418Z | [ recovery-image] Oct 25 18:08:14.943 INFO O| Oct 25 18:08:14.943 INFO O| Download: 14505/15846 items 150.0/176.2MB 85% complete (300k/s) |
3772 | 2024-10-25T18:08:15.649Z | [ host-image] Oct 25 18:08:15.175 INFO O| Oct 25 18:08:15.174 INFO O| Download: 17275/22744 items 149.0/199.4MB 74% complete (1.8M/s) |
3773 | 2024-10-25T18:08:20.711Z | [ recovery-image] Oct 25 18:08:20.236 INFO O| Oct 25 18:08:20.236 INFO O| Download: 14763/15846 items 156.3/176.2MB 88% complete (783k/s) |
3774 | 2024-10-25T18:08:20.883Z | [ host-image] Oct 25 18:08:20.408 INFO O| Oct 25 18:08:20.408 INFO O| Download: 17861/22744 items 150.1/199.4MB 75% complete (1.9M/s) |
3775 | 2024-10-25T18:08:25.716Z | [ recovery-image] Oct 25 18:08:25.241 INFO O| Oct 25 18:08:25.241 INFO O| Download: 15291/15846 items 161.0/176.2MB 91% complete (1.1M/s) |
3776 | 2024-10-25T18:08:25.903Z | [ host-image] Oct 25 18:08:25.428 INFO O| Oct 25 18:08:25.428 INFO O| Download: 17971/22744 items 161.9/199.4MB 81% complete (1.3M/s) |
3777 | 2024-10-25T18:08:30.882Z | [ recovery-image] Oct 25 18:08:30.407 INFO O| Oct 25 18:08:30.407 INFO O| Download: 15544/15846 items 168.8/176.2MB 95% complete (1.6M/s) |
3778 | 2024-10-25T18:08:30.906Z | [ host-image] Oct 25 18:08:30.431 INFO O| Oct 25 18:08:30.431 INFO O| Download: 18959/22744 items 166.1/199.4MB 83% complete (1.7M/s) |
3779 | 2024-10-25T18:08:35.924Z | [ host-image] Oct 25 18:08:35.449 INFO O| Oct 25 18:08:35.449 INFO O| Download: 19809/22744 items 169.6/199.4MB 85% complete (789k/s) |
3780 | 2024-10-25T18:08:37.508Z | [ recovery-image] Oct 25 18:08:37.033 INFO O| Oct 25 18:08:37.033 INFO O| Download: 15577/15846 items 169.2/176.2MB 96% complete (1.2M/s) |
3781 | 2024-10-25T18:08:40.958Z | [ host-image] Oct 25 18:08:40.483 INFO O| Oct 25 18:08:40.483 INFO O| Download: 20783/22744 items 174.0/199.4MB 87% complete (797k/s) |
3782 | 2024-10-25T18:08:40.981Z | [ recovery-image] Oct 25 18:08:40.493 INFO O| Oct 25 18:08:40.493 INFO O| Download: Completed 176.18 MB in 161.79 seconds (1.1M/s) |
3783 | 2024-10-25T18:08:41.791Z | [ recovery-image] Oct 25 18:08:41.316 INFO O| Oct 25 18:08:41.316 INFO O| Actions: 1/25012 actions (Installing new actions) |
3784 | 2024-10-25T18:08:46.023Z | [ host-image] Oct 25 18:08:45.548 INFO O| Oct 25 18:08:45.548 INFO O| Download: 21662/22744 items 183.5/199.4MB 92% complete (1.4M/s) |
3785 | 2024-10-25T18:08:46.792Z | [ recovery-image] Oct 25 18:08:46.317 INFO O| Oct 25 18:08:46.317 INFO O| Actions: 9827/25012 actions (Installing new actions) |
3786 | 2024-10-25T18:08:51.041Z | [ host-image] Oct 25 18:08:50.567 INFO O| Oct 25 18:08:50.567 INFO O| Download: 22065/22744 items 196.9/199.4MB 98% complete (2.1M/s) |
3787 | 2024-10-25T18:08:51.855Z | [ recovery-image] Oct 25 18:08:51.317 INFO O| Oct 25 18:08:51.317 INFO O| Actions: 18066/25012 actions (Installing new actions) |
3788 | 2024-10-25T18:08:55.045Z | [ host-image] Oct 25 18:08:54.569 INFO O| Oct 25 18:08:54.569 INFO O| Download: Completed 199.42 MB in 197.25 seconds (1.0M/s) |
3789 | 2024-10-25T18:08:55.373Z | [ recovery-image] Oct 25 18:08:54.898 INFO O| Oct 25 18:08:54.898 INFO O| Actions: Completed 25012 actions in 13.58 seconds. |
3790 | 2024-10-25T18:08:55.817Z | [ recovery-image] Oct 25 18:08:55.342 INFO O| Oct 25 18:08:55.342 INFO O| Done |
3791 | 2024-10-25T18:08:55.817Z | [ recovery-image] Oct 25 18:08:55.342 INFO O| Oct 25 18:08:55.342 INFO O| Done |
3792 | 2024-10-25T18:08:56.126Z | [ host-image] Oct 25 18:08:55.651 INFO O| Oct 25 18:08:55.650 INFO O| Actions: 1/49311 actions (Installing new actions) |
3793 | 2024-10-25T18:08:56.538Z | [ recovery-image] Oct 25 18:08:56.063 INFO O| Oct 25 18:08:56.063 INFO O| Done |
3794 | 2024-10-25T18:08:57.485Z | [ recovery-image] Oct 25 18:08:57.009 INFO O| Oct 25 18:08:57.009 INFO O| Done |
3795 | 2024-10-25T18:08:57.510Z | [ recovery-image] Oct 25 18:08:57.025 INFO O| Oct 25 18:08:57.025 INFO O| Done |
3796 | 2024-10-25T18:08:59.222Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 39s |
3797 | 2024-10-25T18:08:59.575Z | Oct 25 18:08:59.100 INFO [verify-libraries] process exited with exit status: 0 (283.84920926s) |
3798 | 2024-10-25T18:09:00.284Z | [ recovery-image] Oct 25 18:08:59.810 INFO O| Oct 25 18:08:59.809 INFO O| Done |
3799 | 2024-10-25T18:09:00.784Z | [ recovery-image] Oct 25 18:09:00.309 INFO O| Oct 25 18:09:00.309 INFO O| Done |
3800 | 2024-10-25T18:09:01.126Z | [ host-image] Oct 25 18:09:00.651 INFO O| Oct 25 18:09:00.650 INFO O| Actions: 11246/49311 actions (Installing new actions) |
3801 | 2024-10-25T18:09:01.150Z | [ recovery-image] Oct 25 18:09:00.668 INFO O| Oct 25 18:09:00.667 INFO STEP 11 (pkg_install) COMPLETE |
3802 | 2024-10-25T18:09:01.150Z | [ recovery-image] Oct 25 18:09:00.668 INFO O| Oct 25 18:09:00.668 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3803 | 2024-10-25T18:09:01.150Z | [ recovery-image] Oct 25 18:09:00.668 INFO O| Oct 25 18:09:00.668 INFO skip step because feature "recovery" is enabled |
3804 | 2024-10-25T18:09:01.150Z | [ recovery-image] Oct 25 18:09:00.668 INFO O| Oct 25 18:09:00.668 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3805 | 2024-10-25T18:09:01.150Z | [ recovery-image] Oct 25 18:09:00.668 INFO O| Oct 25 18:09:00.668 INFO skip step because feature "omicron1" is not enabled |
3806 | 2024-10-25T18:09:01.150Z | [ recovery-image] Oct 25 18:09:00.668 INFO O| Oct 25 18:09:00.668 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3807 | 2024-10-25T18:09:01.173Z | [ recovery-image] Oct 25 18:09:00.686 INFO O| Oct 25 18:09:00.686 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3808 | 2024-10-25T18:09:01.915Z | [ recovery-image] Oct 25 18:09:01.440 INFO O| Oct 25 18:09:01.439 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3809 | 2024-10-25T18:09:04.362Z | [ recovery-image] Oct 25 18:09:03.887 INFO O| Oct 25 18:09:03.887 INFO O| Planning: Solver setup ... Done |
3810 | 2024-10-25T18:09:04.387Z | [ recovery-image] Oct 25 18:09:03.891 INFO O| Oct 25 18:09:03.891 INFO O| Planning: Running solver ... Done |
3811 | 2024-10-25T18:09:04.411Z | [ recovery-image] Oct 25 18:09:03.935 INFO O| Oct 25 18:09:03.934 INFO O| Planning: Finding local manifests ... Done |
3812 | 2024-10-25T18:09:04.411Z | [ recovery-image] Oct 25 18:09:03.935 INFO O| Oct 25 18:09:03.935 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3813 | 2024-10-25T18:09:05.049Z | [ recovery-image] Oct 25 18:09:04.573 INFO O| Oct 25 18:09:04.572 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3814 | 2024-10-25T18:09:05.089Z | [ recovery-image] Oct 25 18:09:04.613 INFO O| Oct 25 18:09:04.613 INFO O| Planning: Package planning ... Done |
3815 | 2024-10-25T18:09:05.114Z | [ recovery-image] Oct 25 18:09:04.614 INFO O| Oct 25 18:09:04.614 INFO O| Planning: Merging actions ... Done |
3816 | 2024-10-25T18:09:05.158Z | [ recovery-image] Oct 25 18:09:04.682 INFO O| Oct 25 18:09:04.682 INFO O| Planning: Checking for conflicting actions ... Done |
3817 | 2024-10-25T18:09:05.158Z | [ recovery-image] Oct 25 18:09:04.683 INFO O| Oct 25 18:09:04.683 INFO O| Planning: Consolidating action changes ... Done |
3818 | 2024-10-25T18:09:05.348Z | [ recovery-image] Oct 25 18:09:04.873 INFO O| Oct 25 18:09:04.873 INFO O| Planning: Evaluating mediators ... Done |
3819 | 2024-10-25T18:09:05.372Z | [ recovery-image] Oct 25 18:09:04.873 INFO O| Oct 25 18:09:04.873 INFO O| Planning: Planning completed in 3.43 seconds |
3820 | 2024-10-25T18:09:05.372Z | [ recovery-image] Oct 25 18:09:04.875 INFO O| Oct 25 18:09:04.875 INFO O| Packages to install: 1 |
3821 | 2024-10-25T18:09:05.372Z | [ recovery-image] Oct 25 18:09:04.888 INFO O| Oct 25 18:09:04.888 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3822 | 2024-10-25T18:09:06.126Z | [ host-image] Oct 25 18:09:05.651 INFO O| Oct 25 18:09:05.651 INFO O| Actions: 20560/49311 actions (Installing new actions) |
3823 | 2024-10-25T18:09:06.205Z | [ recovery-image] Oct 25 18:09:05.729 INFO O| Oct 25 18:09:05.729 INFO O| Download: Completed 20.80 MB in 0.84 seconds (24.7M/s) |
3824 | 2024-10-25T18:09:06.236Z | [ recovery-image] Oct 25 18:09:05.761 INFO O| Oct 25 18:09:05.760 INFO O| Actions: 1/22 actions (Installing new actions) |
3825 | 2024-10-25T18:09:06.813Z | [ recovery-image] Oct 25 18:09:06.338 INFO O| Oct 25 18:09:06.337 INFO O| Actions: Completed 22 actions in 0.58 seconds. |
3826 | 2024-10-25T18:09:07.198Z | [ recovery-image] Oct 25 18:09:06.723 INFO O| Oct 25 18:09:06.723 INFO O| Done |
3827 | 2024-10-25T18:09:07.198Z | [ recovery-image] Oct 25 18:09:06.723 INFO O| Oct 25 18:09:06.723 INFO O| Done |
3828 | 2024-10-25T18:09:07.747Z | [ recovery-image] Oct 25 18:09:07.271 INFO O| Oct 25 18:09:07.271 INFO O| Done |
3829 | 2024-10-25T18:09:08.844Z | [ recovery-image] Oct 25 18:09:08.369 INFO O| Oct 25 18:09:08.369 INFO O| Done |
3830 | 2024-10-25T18:09:08.868Z | [ recovery-image] Oct 25 18:09:08.388 INFO O| Oct 25 18:09:08.388 INFO O| Done |
3831 | 2024-10-25T18:09:08.868Z | [ recovery-image] Oct 25 18:09:08.388 INFO O| Oct 25 18:09:08.388 INFO O| Done |
3832 | 2024-10-25T18:09:08.891Z | [ recovery-image] Oct 25 18:09:08.402 INFO O| Oct 25 18:09:08.401 INFO O| Done |
3833 | 2024-10-25T18:09:08.986Z | [ recovery-image] Oct 25 18:09:08.511 INFO O| Oct 25 18:09:08.511 INFO STEP 14 (pkg_install) COMPLETE |
3834 | 2024-10-25T18:09:08.987Z | [ recovery-image] Oct 25 18:09:08.511 INFO O| Oct 25 18:09:08.511 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3835 | 2024-10-25T18:09:09.010Z | [ recovery-image] Oct 25 18:09:08.511 INFO O| Oct 25 18:09:08.511 INFO skip step because feature "mfg" is not enabled |
3836 | 2024-10-25T18:09:09.010Z | [ recovery-image] Oct 25 18:09:08.511 INFO O| Oct 25 18:09:08.511 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3837 | 2024-10-25T18:09:09.010Z | [ recovery-image] Oct 25 18:09:08.511 INFO O| Oct 25 18:09:08.511 INFO skip step because feature "compliance" is not enabled |
3838 | 2024-10-25T18:09:09.010Z | [ recovery-image] Oct 25 18:09:08.511 INFO O| Oct 25 18:09:08.511 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3839 | 2024-10-25T18:09:09.010Z | [ recovery-image] Oct 25 18:09:08.511 INFO O| Oct 25 18:09:08.511 INFO skip step because feature "stress" is not enabled |
3840 | 2024-10-25T18:09:09.010Z | [ recovery-image] Oct 25 18:09:08.511 INFO O| Oct 25 18:09:08.511 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3841 | 2024-10-25T18:09:09.010Z | [ recovery-image] Oct 25 18:09:08.511 INFO O| Oct 25 18:09:08.511 INFO skip step because feature "nfs" is not enabled |
3842 | 2024-10-25T18:09:09.010Z | [ recovery-image] Oct 25 18:09:08.511 INFO O| Oct 25 18:09:08.511 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3843 | 2024-10-25T18:09:09.010Z | [ recovery-image] Oct 25 18:09:08.511 INFO O| Oct 25 18:09:08.511 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3844 | 2024-10-25T18:09:09.033Z | [ recovery-image] Oct 25 18:09:08.552 INFO O| Oct 25 18:09:08.552 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3845 | 2024-10-25T18:09:09.086Z | [ recovery-image] Oct 25 18:09:08.611 INFO O| Oct 25 18:09:08.611 INFO completed processing gimlet/ramdisk-01-os |
3846 | 2024-10-25T18:09:09.109Z | [ recovery-image] Oct 25 18:09:08.614 INFO image builder template: ramdisk-02-trim... |
3847 | 2024-10-25T18:09:09.109Z | [ recovery-image] Oct 25 18:09:08.614 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/.tmpUd2km1/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.33.293", "-n", "ramdisk-02-trim"], pwd: None |
3848 | 2024-10-25T18:09:09.133Z | [ recovery-image] Oct 25 18:09:08.646 INFO O| Oct 25 18:09:08.645 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3849 | 2024-10-25T18:09:09.133Z | [ recovery-image] Oct 25 18:09:08.650 INFO O| Oct 25 18:09:08.650 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3850 | 2024-10-25T18:09:09.160Z | [ recovery-image] Oct 25 18:09:08.686 INFO O| Oct 25 18:09:08.685 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3851 | 2024-10-25T18:09:09.190Z | [ recovery-image] Oct 25 18:09:08.715 INFO O| Oct 25 18:09:08.715 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3852 | 2024-10-25T18:09:09.190Z | [ recovery-image] Oct 25 18:09:08.715 INFO O| Oct 25 18:09:08.715 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3853 | 2024-10-25T18:09:09.213Z | [ recovery-image] Oct 25 18:09:08.722 INFO O| Oct 25 18:09:08.722 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3854 | 2024-10-25T18:09:09.213Z | [ recovery-image] Oct 25 18:09:08.728 INFO O| Oct 25 18:09:08.728 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3855 | 2024-10-25T18:09:09.213Z | [ recovery-image] Oct 25 18:09:08.734 INFO O| Oct 25 18:09:08.734 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3856 | 2024-10-25T18:09:09.323Z | [ recovery-image] Oct 25 18:09:08.848 INFO O| Oct 25 18:09:08.848 INFO rolled back to input snapshot; work may begin |
3857 | 2024-10-25T18:09:09.323Z | [ recovery-image] Oct 25 18:09:08.848 INFO O| Oct 25 18:09:08.848 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3858 | 2024-10-25T18:09:09.347Z | [ recovery-image] Oct 25 18:09:08.856 INFO O| Oct 25 18:09:08.856 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3859 | 2024-10-25T18:09:09.347Z | [ recovery-image] Oct 25 18:09:08.870 INFO O| Oct 25 18:09:08.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3860 | 2024-10-25T18:09:09.410Z | [ recovery-image] Oct 25 18:09:08.935 INFO O| Oct 25 18:09:08.935 INFO STEP 0 (remove_files) COMPLETE |
3861 | 2024-10-25T18:09:09.410Z | [ recovery-image] Oct 25 18:09:08.935 INFO O| Oct 25 18:09:08.935 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3862 | 2024-10-25T18:09:09.433Z | [ recovery-image] Oct 25 18:09:08.951 INFO O| Oct 25 18:09:08.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3863 | 2024-10-25T18:09:09.433Z | [ recovery-image] Oct 25 18:09:08.954 INFO O| Oct 25 18:09:08.954 INFO STEP 1 (remove_files) COMPLETE |
3864 | 2024-10-25T18:09:09.433Z | [ recovery-image] Oct 25 18:09:08.954 INFO O| Oct 25 18:09:08.954 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3865 | 2024-10-25T18:09:09.456Z | [ recovery-image] Oct 25 18:09:08.967 INFO O| Oct 25 18:09:08.967 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3866 | 2024-10-25T18:09:09.480Z | [ recovery-image] Oct 25 18:09:08.988 INFO O| Oct 25 18:09:08.988 INFO STEP 2 (remove_files) COMPLETE |
3867 | 2024-10-25T18:09:09.480Z | [ recovery-image] Oct 25 18:09:08.988 INFO O| Oct 25 18:09:08.988 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3868 | 2024-10-25T18:09:09.480Z | [ recovery-image] Oct 25 18:09:09.004 INFO O| Oct 25 18:09:09.004 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3869 | 2024-10-25T18:09:09.508Z | [ recovery-image] Oct 25 18:09:09.007 INFO O| Oct 25 18:09:09.007 INFO STEP 3 (remove_files) COMPLETE |
3870 | 2024-10-25T18:09:09.508Z | [ recovery-image] Oct 25 18:09:09.007 INFO O| Oct 25 18:09:09.007 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3871 | 2024-10-25T18:09:09.508Z | [ recovery-image] Oct 25 18:09:09.024 INFO O| Oct 25 18:09:09.024 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3872 | 2024-10-25T18:09:09.508Z | [ recovery-image] Oct 25 18:09:09.030 INFO O| Oct 25 18:09:09.030 INFO STEP 4 (remove_files) COMPLETE |
3873 | 2024-10-25T18:09:09.508Z | [ recovery-image] Oct 25 18:09:09.030 INFO O| Oct 25 18:09:09.030 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3874 | 2024-10-25T18:09:09.531Z | [ recovery-image] Oct 25 18:09:09.045 INFO O| Oct 25 18:09:09.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3875 | 2024-10-25T18:09:09.531Z | [ recovery-image] Oct 25 18:09:09.045 INFO O| Oct 25 18:09:09.045 INFO STEP 5 (remove_files) COMPLETE |
3876 | 2024-10-25T18:09:09.531Z | [ recovery-image] Oct 25 18:09:09.045 INFO O| Oct 25 18:09:09.045 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3877 | 2024-10-25T18:09:09.555Z | [ recovery-image] Oct 25 18:09:09.059 INFO O| Oct 25 18:09:09.059 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3878 | 2024-10-25T18:09:09.555Z | [ recovery-image] Oct 25 18:09:09.075 INFO O| Oct 25 18:09:09.075 INFO STEP 6 (remove_files) COMPLETE |
3879 | 2024-10-25T18:09:09.555Z | [ recovery-image] Oct 25 18:09:09.075 INFO O| Oct 25 18:09:09.075 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3880 | 2024-10-25T18:09:09.555Z | [ recovery-image] Oct 25 18:09:09.075 INFO O| Oct 25 18:09:09.075 INFO skip step because feature "recovery" is enabled |
3881 | 2024-10-25T18:09:09.556Z | [ recovery-image] Oct 25 18:09:09.075 INFO O| Oct 25 18:09:09.075 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3882 | 2024-10-25T18:09:09.556Z | [ recovery-image] Oct 25 18:09:09.075 INFO O| Oct 25 18:09:09.075 INFO skip step because feature "recovery" is enabled |
3883 | 2024-10-25T18:09:09.556Z | [ recovery-image] Oct 25 18:09:09.075 INFO O| Oct 25 18:09:09.075 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3884 | 2024-10-25T18:09:09.556Z | [ recovery-image] Oct 25 18:09:09.075 INFO O| Oct 25 18:09:09.075 INFO skip step because feature "recovery" is enabled |
3885 | 2024-10-25T18:09:09.556Z | [ recovery-image] Oct 25 18:09:09.075 INFO O| Oct 25 18:09:09.075 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3886 | 2024-10-25T18:09:09.581Z | [ recovery-image] Oct 25 18:09:09.088 INFO O| Oct 25 18:09:09.088 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3887 | 2024-10-25T18:09:09.581Z | [ recovery-image] Oct 25 18:09:09.092 INFO O| Oct 25 18:09:09.092 INFO STEP 10 (remove_files) COMPLETE |
3888 | 2024-10-25T18:09:09.581Z | [ recovery-image] Oct 25 18:09:09.092 INFO O| Oct 25 18:09:09.092 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3889 | 2024-10-25T18:09:09.604Z | [ recovery-image] Oct 25 18:09:09.108 INFO O| Oct 25 18:09:09.108 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3890 | 2024-10-25T18:09:09.604Z | [ recovery-image] Oct 25 18:09:09.109 INFO O| Oct 25 18:09:09.109 INFO STEP 11 (remove_files) COMPLETE |
3891 | 2024-10-25T18:09:09.604Z | [ recovery-image] Oct 25 18:09:09.109 INFO O| Oct 25 18:09:09.109 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3892 | 2024-10-25T18:09:09.604Z | [ recovery-image] Oct 25 18:09:09.122 INFO O| Oct 25 18:09:09.122 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3893 | 2024-10-25T18:09:09.604Z | [ recovery-image] Oct 25 18:09:09.124 INFO O| Oct 25 18:09:09.124 INFO STEP 12 (remove_files) COMPLETE |
3894 | 2024-10-25T18:09:09.604Z | [ recovery-image] Oct 25 18:09:09.124 INFO O| Oct 25 18:09:09.124 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3895 | 2024-10-25T18:09:09.642Z | [ recovery-image] Oct 25 18:09:09.167 INFO O| Oct 25 18:09:09.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3896 | 2024-10-25T18:09:09.666Z | [ recovery-image] Oct 25 18:09:09.169 INFO O| Oct 25 18:09:09.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3897 | 2024-10-25T18:09:09.691Z | [ recovery-image] Oct 25 18:09:09.196 INFO O| Oct 25 18:09:09.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3898 | 2024-10-25T18:09:09.691Z | [ recovery-image] Oct 25 18:09:09.196 INFO O| Oct 25 18:09:09.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3899 | 2024-10-25T18:09:09.996Z | [ recovery-image] Oct 25 18:09:09.520 INFO O| Oct 25 18:09:09.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3900 | 2024-10-25T18:09:09.996Z | [ recovery-image] Oct 25 18:09:09.520 INFO O| Oct 25 18:09:09.520 INFO STEP 13 (remove_files) COMPLETE |
3901 | 2024-10-25T18:09:09.996Z | [ recovery-image] Oct 25 18:09:09.520 INFO O| Oct 25 18:09:09.520 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3902 | 2024-10-25T18:09:10.021Z | [ recovery-image] Oct 25 18:09:09.535 INFO O| Oct 25 18:09:09.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3903 | 2024-10-25T18:09:10.021Z | [ recovery-image] Oct 25 18:09:09.538 INFO O| Oct 25 18:09:09.537 INFO STEP 14 (remove_files) COMPLETE |
3904 | 2024-10-25T18:09:10.021Z | [ recovery-image] Oct 25 18:09:09.538 INFO O| Oct 25 18:09:09.538 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3905 | 2024-10-25T18:09:10.046Z | [ recovery-image] Oct 25 18:09:09.550 INFO O| Oct 25 18:09:09.550 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3906 | 2024-10-25T18:09:10.046Z | [ recovery-image] Oct 25 18:09:09.559 INFO O| Oct 25 18:09:09.558 INFO STEP 15 (remove_files) COMPLETE |
3907 | 2024-10-25T18:09:10.046Z | [ recovery-image] Oct 25 18:09:09.559 INFO O| Oct 25 18:09:09.559 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3908 | 2024-10-25T18:09:10.070Z | [ recovery-image] Oct 25 18:09:09.575 INFO O| Oct 25 18:09:09.575 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3909 | 2024-10-25T18:09:10.070Z | [ recovery-image] Oct 25 18:09:09.576 INFO O| Oct 25 18:09:09.576 INFO STEP 16 (remove_files) COMPLETE |
3910 | 2024-10-25T18:09:10.070Z | [ recovery-image] Oct 25 18:09:09.576 INFO O| Oct 25 18:09:09.576 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3911 | 2024-10-25T18:09:10.070Z | [ recovery-image] Oct 25 18:09:09.588 INFO O| Oct 25 18:09:09.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3912 | 2024-10-25T18:09:10.070Z | [ recovery-image] Oct 25 18:09:09.590 INFO O| Oct 25 18:09:09.590 INFO STEP 17 (remove_files) COMPLETE |
3913 | 2024-10-25T18:09:10.070Z | [ recovery-image] Oct 25 18:09:09.590 INFO O| Oct 25 18:09:09.590 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3914 | 2024-10-25T18:09:10.094Z | [ recovery-image] Oct 25 18:09:09.603 INFO O| Oct 25 18:09:09.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3915 | 2024-10-25T18:09:10.095Z | [ recovery-image] Oct 25 18:09:09.603 INFO O| Oct 25 18:09:09.603 INFO STEP 18 (remove_files) COMPLETE |
3916 | 2024-10-25T18:09:10.095Z | [ recovery-image] Oct 25 18:09:09.603 INFO O| Oct 25 18:09:09.603 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3917 | 2024-10-25T18:09:10.095Z | [ recovery-image] Oct 25 18:09:09.619 INFO O| Oct 25 18:09:09.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3918 | 2024-10-25T18:09:10.095Z | [ recovery-image] Oct 25 18:09:09.619 INFO O| Oct 25 18:09:09.619 INFO STEP 19 (remove_files) COMPLETE |
3919 | 2024-10-25T18:09:10.095Z | [ recovery-image] Oct 25 18:09:09.619 INFO O| Oct 25 18:09:09.619 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3920 | 2024-10-25T18:09:10.120Z | [ recovery-image] Oct 25 18:09:09.634 INFO O| Oct 25 18:09:09.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3921 | 2024-10-25T18:09:10.120Z | [ recovery-image] Oct 25 18:09:09.635 INFO O| Oct 25 18:09:09.634 INFO STEP 20 (remove_files) COMPLETE |
3922 | 2024-10-25T18:09:10.120Z | [ recovery-image] Oct 25 18:09:09.635 INFO O| Oct 25 18:09:09.635 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3923 | 2024-10-25T18:09:10.143Z | [ recovery-image] Oct 25 18:09:09.648 INFO O| Oct 25 18:09:09.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3924 | 2024-10-25T18:09:10.144Z | [ recovery-image] Oct 25 18:09:09.648 INFO O| Oct 25 18:09:09.648 INFO STEP 21 (remove_files) COMPLETE |
3925 | 2024-10-25T18:09:10.144Z | [ recovery-image] Oct 25 18:09:09.648 INFO O| Oct 25 18:09:09.648 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3926 | 2024-10-25T18:09:10.144Z | [ recovery-image] Oct 25 18:09:09.660 INFO O| Oct 25 18:09:09.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3927 | 2024-10-25T18:09:10.144Z | [ recovery-image] Oct 25 18:09:09.660 INFO O| Oct 25 18:09:09.660 INFO STEP 22 (remove_files) COMPLETE |
3928 | 2024-10-25T18:09:10.144Z | [ recovery-image] Oct 25 18:09:09.660 INFO O| Oct 25 18:09:09.660 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3929 | 2024-10-25T18:09:10.168Z | [ recovery-image] Oct 25 18:09:09.675 INFO O| Oct 25 18:09:09.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3930 | 2024-10-25T18:09:10.168Z | [ recovery-image] Oct 25 18:09:09.675 INFO O| Oct 25 18:09:09.675 INFO STEP 23 (remove_files) COMPLETE |
3931 | 2024-10-25T18:09:10.168Z | [ recovery-image] Oct 25 18:09:09.675 INFO O| Oct 25 18:09:09.675 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3932 | 2024-10-25T18:09:10.168Z | [ recovery-image] Oct 25 18:09:09.692 INFO O| Oct 25 18:09:09.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3933 | 2024-10-25T18:09:10.168Z | [ recovery-image] Oct 25 18:09:09.692 INFO O| Oct 25 18:09:09.692 INFO STEP 24 (remove_files) COMPLETE |
3934 | 2024-10-25T18:09:10.168Z | [ recovery-image] Oct 25 18:09:09.692 INFO O| Oct 25 18:09:09.692 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3935 | 2024-10-25T18:09:10.192Z | [ recovery-image] Oct 25 18:09:09.705 INFO O| Oct 25 18:09:09.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3936 | 2024-10-25T18:09:10.192Z | [ recovery-image] Oct 25 18:09:09.705 INFO O| Oct 25 18:09:09.705 INFO STEP 25 (remove_files) COMPLETE |
3937 | 2024-10-25T18:09:10.192Z | [ recovery-image] Oct 25 18:09:09.705 INFO O| Oct 25 18:09:09.705 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3938 | 2024-10-25T18:09:10.217Z | [ recovery-image] Oct 25 18:09:09.717 INFO O| Oct 25 18:09:09.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3939 | 2024-10-25T18:09:10.217Z | [ recovery-image] Oct 25 18:09:09.718 INFO O| Oct 25 18:09:09.718 INFO STEP 26 (remove_files) COMPLETE |
3940 | 2024-10-25T18:09:10.217Z | [ recovery-image] Oct 25 18:09:09.718 INFO O| Oct 25 18:09:09.718 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3941 | 2024-10-25T18:09:10.217Z | [ recovery-image] Oct 25 18:09:09.730 INFO O| Oct 25 18:09:09.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3942 | 2024-10-25T18:09:10.217Z | [ recovery-image] Oct 25 18:09:09.730 INFO O| Oct 25 18:09:09.730 INFO STEP 27 (remove_files) COMPLETE |
3943 | 2024-10-25T18:09:10.217Z | [ recovery-image] Oct 25 18:09:09.730 INFO O| Oct 25 18:09:09.730 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3944 | 2024-10-25T18:09:10.241Z | [ recovery-image] Oct 25 18:09:09.745 INFO O| Oct 25 18:09:09.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3945 | 2024-10-25T18:09:10.242Z | [ recovery-image] Oct 25 18:09:09.746 INFO O| Oct 25 18:09:09.745 INFO STEP 28 (remove_files) COMPLETE |
3946 | 2024-10-25T18:09:10.242Z | [ recovery-image] Oct 25 18:09:09.746 INFO O| Oct 25 18:09:09.746 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3947 | 2024-10-25T18:09:10.242Z | [ recovery-image] Oct 25 18:09:09.760 INFO O| Oct 25 18:09:09.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3948 | 2024-10-25T18:09:10.242Z | [ recovery-image] Oct 25 18:09:09.760 INFO O| Oct 25 18:09:09.760 INFO STEP 29 (remove_files) COMPLETE |
3949 | 2024-10-25T18:09:10.242Z | [ recovery-image] Oct 25 18:09:09.760 INFO O| Oct 25 18:09:09.760 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3950 | 2024-10-25T18:09:10.266Z | [ recovery-image] Oct 25 18:09:09.777 INFO O| Oct 25 18:09:09.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3951 | 2024-10-25T18:09:10.266Z | [ recovery-image] Oct 25 18:09:09.777 INFO O| Oct 25 18:09:09.777 INFO STEP 30 (remove_files) COMPLETE |
3952 | 2024-10-25T18:09:10.266Z | [ recovery-image] Oct 25 18:09:09.777 INFO O| Oct 25 18:09:09.777 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3953 | 2024-10-25T18:09:10.266Z | [ recovery-image] Oct 25 18:09:09.789 INFO O| Oct 25 18:09:09.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3954 | 2024-10-25T18:09:10.266Z | [ recovery-image] Oct 25 18:09:09.790 INFO O| Oct 25 18:09:09.790 INFO STEP 31 (remove_files) COMPLETE |
3955 | 2024-10-25T18:09:10.266Z | [ recovery-image] Oct 25 18:09:09.790 INFO O| Oct 25 18:09:09.790 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3956 | 2024-10-25T18:09:10.291Z | [ recovery-image] Oct 25 18:09:09.809 INFO O| Oct 25 18:09:09.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3957 | 2024-10-25T18:09:10.291Z | [ recovery-image] Oct 25 18:09:09.809 INFO O| Oct 25 18:09:09.809 INFO STEP 32 (remove_files) COMPLETE |
3958 | 2024-10-25T18:09:10.291Z | [ recovery-image] Oct 25 18:09:09.809 INFO O| Oct 25 18:09:09.809 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3959 | 2024-10-25T18:09:10.315Z | [ recovery-image] Oct 25 18:09:09.824 INFO O| Oct 25 18:09:09.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3960 | 2024-10-25T18:09:10.315Z | [ recovery-image] Oct 25 18:09:09.824 INFO O| Oct 25 18:09:09.824 INFO STEP 33 (remove_files) COMPLETE |
3961 | 2024-10-25T18:09:10.315Z | [ recovery-image] Oct 25 18:09:09.824 INFO O| Oct 25 18:09:09.824 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3962 | 2024-10-25T18:09:10.315Z | [ recovery-image] Oct 25 18:09:09.838 INFO O| Oct 25 18:09:09.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3963 | 2024-10-25T18:09:10.315Z | [ recovery-image] Oct 25 18:09:09.838 INFO O| Oct 25 18:09:09.838 INFO STEP 34 (remove_files) COMPLETE |
3964 | 2024-10-25T18:09:10.315Z | [ recovery-image] Oct 25 18:09:09.838 INFO O| Oct 25 18:09:09.838 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3965 | 2024-10-25T18:09:10.339Z | [ recovery-image] Oct 25 18:09:09.852 INFO O| Oct 25 18:09:09.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3966 | 2024-10-25T18:09:10.339Z | [ recovery-image] Oct 25 18:09:09.852 INFO O| Oct 25 18:09:09.852 INFO STEP 35 (remove_files) COMPLETE |
3967 | 2024-10-25T18:09:10.339Z | [ recovery-image] Oct 25 18:09:09.852 INFO O| Oct 25 18:09:09.852 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3968 | 2024-10-25T18:09:10.363Z | [ recovery-image] Oct 25 18:09:09.865 INFO O| Oct 25 18:09:09.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3969 | 2024-10-25T18:09:10.363Z | [ recovery-image] Oct 25 18:09:09.865 INFO O| Oct 25 18:09:09.865 INFO STEP 36 (remove_files) COMPLETE |
3970 | 2024-10-25T18:09:10.363Z | [ recovery-image] Oct 25 18:09:09.865 INFO O| Oct 25 18:09:09.865 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3971 | 2024-10-25T18:09:10.363Z | [ recovery-image] Oct 25 18:09:09.878 INFO O| Oct 25 18:09:09.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3972 | 2024-10-25T18:09:10.363Z | [ recovery-image] Oct 25 18:09:09.878 INFO O| Oct 25 18:09:09.878 INFO STEP 37 (remove_files) COMPLETE |
3973 | 2024-10-25T18:09:10.363Z | [ recovery-image] Oct 25 18:09:09.878 INFO O| Oct 25 18:09:09.878 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3974 | 2024-10-25T18:09:10.387Z | [ recovery-image] Oct 25 18:09:09.891 INFO O| Oct 25 18:09:09.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3975 | 2024-10-25T18:09:10.387Z | [ recovery-image] Oct 25 18:09:09.891 INFO O| Oct 25 18:09:09.891 INFO STEP 38 (remove_files) COMPLETE |
3976 | 2024-10-25T18:09:10.388Z | [ recovery-image] Oct 25 18:09:09.891 INFO O| Oct 25 18:09:09.891 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3977 | 2024-10-25T18:09:10.388Z | [ recovery-image] Oct 25 18:09:09.904 INFO O| Oct 25 18:09:09.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3978 | 2024-10-25T18:09:10.388Z | [ recovery-image] Oct 25 18:09:09.904 INFO O| Oct 25 18:09:09.904 INFO STEP 39 (remove_files) COMPLETE |
3979 | 2024-10-25T18:09:10.388Z | [ recovery-image] Oct 25 18:09:09.904 INFO O| Oct 25 18:09:09.904 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3980 | 2024-10-25T18:09:10.412Z | [ recovery-image] Oct 25 18:09:09.917 INFO O| Oct 25 18:09:09.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3981 | 2024-10-25T18:09:10.412Z | [ recovery-image] Oct 25 18:09:09.917 INFO O| Oct 25 18:09:09.917 INFO STEP 40 (remove_files) COMPLETE |
3982 | 2024-10-25T18:09:10.412Z | [ recovery-image] Oct 25 18:09:09.917 INFO O| Oct 25 18:09:09.917 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3983 | 2024-10-25T18:09:10.412Z | [ recovery-image] Oct 25 18:09:09.929 INFO O| Oct 25 18:09:09.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3984 | 2024-10-25T18:09:10.412Z | [ recovery-image] Oct 25 18:09:09.929 INFO O| Oct 25 18:09:09.929 INFO STEP 41 (remove_files) COMPLETE |
3985 | 2024-10-25T18:09:10.412Z | [ recovery-image] Oct 25 18:09:09.929 INFO O| Oct 25 18:09:09.929 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3986 | 2024-10-25T18:09:10.436Z | [ recovery-image] Oct 25 18:09:09.946 INFO O| Oct 25 18:09:09.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3987 | 2024-10-25T18:09:10.436Z | [ recovery-image] Oct 25 18:09:09.947 INFO O| Oct 25 18:09:09.947 INFO STEP 42 (remove_files) COMPLETE |
3988 | 2024-10-25T18:09:10.436Z | [ recovery-image] Oct 25 18:09:09.947 INFO O| Oct 25 18:09:09.947 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3989 | 2024-10-25T18:09:10.436Z | [ recovery-image] Oct 25 18:09:09.959 INFO O| Oct 25 18:09:09.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3990 | 2024-10-25T18:09:10.437Z | [ recovery-image] Oct 25 18:09:09.959 INFO O| Oct 25 18:09:09.959 INFO STEP 43 (remove_files) COMPLETE |
3991 | 2024-10-25T18:09:10.437Z | [ recovery-image] Oct 25 18:09:09.959 INFO O| Oct 25 18:09:09.959 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3992 | 2024-10-25T18:09:10.461Z | [ recovery-image] Oct 25 18:09:09.974 INFO O| Oct 25 18:09:09.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3993 | 2024-10-25T18:09:10.461Z | [ recovery-image] Oct 25 18:09:09.974 INFO O| Oct 25 18:09:09.974 INFO STEP 44 (remove_files) COMPLETE |
3994 | 2024-10-25T18:09:10.461Z | [ recovery-image] Oct 25 18:09:09.974 INFO O| Oct 25 18:09:09.974 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3995 | 2024-10-25T18:09:10.485Z | [ recovery-image] Oct 25 18:09:09.986 INFO O| Oct 25 18:09:09.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3996 | 2024-10-25T18:09:10.485Z | [ recovery-image] Oct 25 18:09:09.986 INFO O| Oct 25 18:09:09.986 INFO STEP 45 (remove_files) COMPLETE |
3997 | 2024-10-25T18:09:10.486Z | [ recovery-image] Oct 25 18:09:09.986 INFO O| Oct 25 18:09:09.986 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3998 | 2024-10-25T18:09:10.486Z | [ recovery-image] Oct 25 18:09:10.001 INFO O| Oct 25 18:09:10.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3999 | 2024-10-25T18:09:10.486Z | [ recovery-image] Oct 25 18:09:10.001 INFO O| Oct 25 18:09:10.001 INFO STEP 46 (remove_files) COMPLETE |
4000 | 2024-10-25T18:09:10.486Z | [ recovery-image] Oct 25 18:09:10.001 INFO O| Oct 25 18:09:10.001 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4001 | 2024-10-25T18:09:10.510Z | [ recovery-image] Oct 25 18:09:10.014 INFO O| Oct 25 18:09:10.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4002 | 2024-10-25T18:09:10.510Z | [ recovery-image] Oct 25 18:09:10.014 INFO O| Oct 25 18:09:10.014 INFO STEP 47 (remove_files) COMPLETE |
4003 | 2024-10-25T18:09:10.510Z | [ recovery-image] Oct 25 18:09:10.014 INFO O| Oct 25 18:09:10.014 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4004 | 2024-10-25T18:09:10.510Z | [ recovery-image] Oct 25 18:09:10.027 INFO O| Oct 25 18:09:10.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4005 | 2024-10-25T18:09:10.510Z | [ recovery-image] Oct 25 18:09:10.027 INFO O| Oct 25 18:09:10.027 INFO STEP 48 (remove_files) COMPLETE |
4006 | 2024-10-25T18:09:10.510Z | [ recovery-image] Oct 25 18:09:10.027 INFO O| Oct 25 18:09:10.027 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4007 | 2024-10-25T18:09:10.534Z | [ recovery-image] Oct 25 18:09:10.040 INFO O| Oct 25 18:09:10.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4008 | 2024-10-25T18:09:10.535Z | [ recovery-image] Oct 25 18:09:10.040 INFO O| Oct 25 18:09:10.040 INFO STEP 49 (remove_files) COMPLETE |
4009 | 2024-10-25T18:09:10.535Z | [ recovery-image] Oct 25 18:09:10.040 INFO O| Oct 25 18:09:10.040 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4010 | 2024-10-25T18:09:10.535Z | [ recovery-image] Oct 25 18:09:10.052 INFO O| Oct 25 18:09:10.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4011 | 2024-10-25T18:09:10.535Z | [ recovery-image] Oct 25 18:09:10.053 INFO O| Oct 25 18:09:10.053 INFO STEP 50 (remove_files) COMPLETE |
4012 | 2024-10-25T18:09:10.535Z | [ recovery-image] Oct 25 18:09:10.053 INFO O| Oct 25 18:09:10.053 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4013 | 2024-10-25T18:09:10.559Z | [ recovery-image] Oct 25 18:09:10.065 INFO O| Oct 25 18:09:10.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4014 | 2024-10-25T18:09:10.559Z | [ recovery-image] Oct 25 18:09:10.066 INFO O| Oct 25 18:09:10.066 INFO STEP 51 (remove_files) COMPLETE |
4015 | 2024-10-25T18:09:10.559Z | [ recovery-image] Oct 25 18:09:10.066 INFO O| Oct 25 18:09:10.066 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4016 | 2024-10-25T18:09:10.559Z | [ recovery-image] Oct 25 18:09:10.079 INFO O| Oct 25 18:09:10.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4017 | 2024-10-25T18:09:10.559Z | [ recovery-image] Oct 25 18:09:10.079 INFO O| Oct 25 18:09:10.079 INFO STEP 52 (remove_files) COMPLETE |
4018 | 2024-10-25T18:09:10.559Z | [ recovery-image] Oct 25 18:09:10.079 INFO O| Oct 25 18:09:10.079 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4019 | 2024-10-25T18:09:10.586Z | [ recovery-image] Oct 25 18:09:10.091 INFO O| Oct 25 18:09:10.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4020 | 2024-10-25T18:09:10.586Z | [ recovery-image] Oct 25 18:09:10.091 INFO O| Oct 25 18:09:10.091 INFO STEP 53 (remove_files) COMPLETE |
4021 | 2024-10-25T18:09:10.586Z | [ recovery-image] Oct 25 18:09:10.091 INFO O| Oct 25 18:09:10.091 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4022 | 2024-10-25T18:09:10.586Z | [ recovery-image] Oct 25 18:09:10.103 INFO O| Oct 25 18:09:10.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4023 | 2024-10-25T18:09:10.586Z | [ recovery-image] Oct 25 18:09:10.103 INFO O| Oct 25 18:09:10.103 INFO STEP 54 (remove_files) COMPLETE |
4024 | 2024-10-25T18:09:10.586Z | [ recovery-image] Oct 25 18:09:10.103 INFO O| Oct 25 18:09:10.103 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4025 | 2024-10-25T18:09:10.610Z | [ recovery-image] Oct 25 18:09:10.119 INFO O| Oct 25 18:09:10.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4026 | 2024-10-25T18:09:10.610Z | [ recovery-image] Oct 25 18:09:10.119 INFO O| Oct 25 18:09:10.119 INFO STEP 55 (remove_files) COMPLETE |
4027 | 2024-10-25T18:09:10.610Z | [ recovery-image] Oct 25 18:09:10.119 INFO O| Oct 25 18:09:10.119 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4028 | 2024-10-25T18:09:10.610Z | [ recovery-image] Oct 25 18:09:10.133 INFO O| Oct 25 18:09:10.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4029 | 2024-10-25T18:09:10.610Z | [ recovery-image] Oct 25 18:09:10.133 INFO O| Oct 25 18:09:10.133 INFO STEP 56 (remove_files) COMPLETE |
4030 | 2024-10-25T18:09:10.610Z | [ recovery-image] Oct 25 18:09:10.133 INFO O| Oct 25 18:09:10.133 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4031 | 2024-10-25T18:09:10.634Z | [ recovery-image] Oct 25 18:09:10.146 INFO O| Oct 25 18:09:10.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4032 | 2024-10-25T18:09:10.634Z | [ recovery-image] Oct 25 18:09:10.146 INFO O| Oct 25 18:09:10.146 INFO STEP 57 (remove_files) COMPLETE |
4033 | 2024-10-25T18:09:10.635Z | [ recovery-image] Oct 25 18:09:10.146 INFO O| Oct 25 18:09:10.146 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4034 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.160 INFO O| Oct 25 18:09:10.159 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4035 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.160 INFO O| Oct 25 18:09:10.160 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4036 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.160 INFO O| Oct 25 18:09:10.160 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4037 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.160 INFO O| Oct 25 18:09:10.160 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4038 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.160 INFO O| Oct 25 18:09:10.160 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4039 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.160 INFO O| Oct 25 18:09:10.160 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4040 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.160 INFO O| Oct 25 18:09:10.160 INFO ok! |
4041 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.160 INFO O| Oct 25 18:09:10.160 INFO STEP 58 (ensure_file) COMPLETE |
4042 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.160 INFO O| Oct 25 18:09:10.160 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4043 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.175 INFO O| Oct 25 18:09:10.175 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4044 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.175 INFO O| Oct 25 18:09:10.175 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4045 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.175 INFO O| Oct 25 18:09:10.175 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4046 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.175 INFO O| Oct 25 18:09:10.175 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4047 | 2024-10-25T18:09:10.659Z | [ recovery-image] Oct 25 18:09:10.175 INFO O| Oct 25 18:09:10.175 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4048 | 2024-10-25T18:09:10.660Z | [ recovery-image] Oct 25 18:09:10.175 INFO O| Oct 25 18:09:10.175 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4049 | 2024-10-25T18:09:10.660Z | [ recovery-image] Oct 25 18:09:10.175 INFO O| Oct 25 18:09:10.175 INFO ok! |
4050 | 2024-10-25T18:09:10.660Z | [ recovery-image] Oct 25 18:09:10.175 INFO O| Oct 25 18:09:10.175 INFO STEP 59 (ensure_file) COMPLETE |
4051 | 2024-10-25T18:09:10.660Z | [ recovery-image] Oct 25 18:09:10.175 INFO O| Oct 25 18:09:10.175 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4052 | 2024-10-25T18:09:10.684Z | [ recovery-image] Oct 25 18:09:10.189 INFO O| Oct 25 18:09:10.189 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4053 | 2024-10-25T18:09:10.684Z | [ recovery-image] Oct 25 18:09:10.189 INFO O| Oct 25 18:09:10.189 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4054 | 2024-10-25T18:09:10.684Z | [ recovery-image] Oct 25 18:09:10.189 INFO O| Oct 25 18:09:10.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4055 | 2024-10-25T18:09:10.684Z | [ recovery-image] Oct 25 18:09:10.189 INFO O| Oct 25 18:09:10.189 INFO ok! |
4056 | 2024-10-25T18:09:10.685Z | [ recovery-image] Oct 25 18:09:10.189 INFO O| Oct 25 18:09:10.189 INFO STEP 60 (ensure_file) COMPLETE |
4057 | 2024-10-25T18:09:10.685Z | [ recovery-image] Oct 25 18:09:10.189 INFO O| Oct 25 18:09:10.189 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4058 | 2024-10-25T18:09:10.710Z | [ recovery-image] Oct 25 18:09:10.213 INFO O| Oct 25 18:09:10.212 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4059 | 2024-10-25T18:09:10.710Z | [ recovery-image] Oct 25 18:09:10.213 INFO O| Oct 25 18:09:10.213 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4060 | 2024-10-25T18:09:10.710Z | [ recovery-image] Oct 25 18:09:10.213 INFO O| Oct 25 18:09:10.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4061 | 2024-10-25T18:09:10.710Z | [ recovery-image] Oct 25 18:09:10.213 INFO O| Oct 25 18:09:10.213 INFO ok! |
4062 | 2024-10-25T18:09:10.710Z | [ recovery-image] Oct 25 18:09:10.213 INFO O| Oct 25 18:09:10.213 INFO STEP 61 (ensure_file) COMPLETE |
4063 | 2024-10-25T18:09:10.710Z | [ recovery-image] Oct 25 18:09:10.213 INFO O| Oct 25 18:09:10.213 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4064 | 2024-10-25T18:09:10.710Z | [ recovery-image] Oct 25 18:09:10.229 INFO O| Oct 25 18:09:10.229 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4065 | 2024-10-25T18:09:10.710Z | [ recovery-image] Oct 25 18:09:10.229 INFO O| Oct 25 18:09:10.229 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4066 | 2024-10-25T18:09:10.710Z | [ recovery-image] Oct 25 18:09:10.229 INFO O| Oct 25 18:09:10.229 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4067 | 2024-10-25T18:09:10.711Z | [ recovery-image] Oct 25 18:09:10.229 INFO O| Oct 25 18:09:10.229 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4068 | 2024-10-25T18:09:10.711Z | [ recovery-image] Oct 25 18:09:10.229 INFO O| Oct 25 18:09:10.229 INFO ok! |
4069 | 2024-10-25T18:09:10.711Z | [ recovery-image] Oct 25 18:09:10.229 INFO O| Oct 25 18:09:10.229 INFO STEP 62 (ensure_file) COMPLETE |
4070 | 2024-10-25T18:09:10.711Z | [ recovery-image] Oct 25 18:09:10.229 INFO O| Oct 25 18:09:10.229 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4071 | 2024-10-25T18:09:10.735Z | [ recovery-image] Oct 25 18:09:10.246 INFO O| Oct 25 18:09:10.245 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4072 | 2024-10-25T18:09:10.735Z | [ recovery-image] Oct 25 18:09:10.246 INFO O| Oct 25 18:09:10.245 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4073 | 2024-10-25T18:09:10.735Z | [ recovery-image] Oct 25 18:09:10.246 INFO O| Oct 25 18:09:10.246 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4074 | 2024-10-25T18:09:10.735Z | [ recovery-image] Oct 25 18:09:10.246 INFO O| Oct 25 18:09:10.246 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4075 | 2024-10-25T18:09:10.735Z | [ recovery-image] Oct 25 18:09:10.246 INFO O| Oct 25 18:09:10.246 INFO ok! |
4076 | 2024-10-25T18:09:10.735Z | [ recovery-image] Oct 25 18:09:10.246 INFO O| Oct 25 18:09:10.246 INFO STEP 63 (ensure_file) COMPLETE |
4077 | 2024-10-25T18:09:10.735Z | [ recovery-image] Oct 25 18:09:10.246 INFO O| Oct 25 18:09:10.246 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4078 | 2024-10-25T18:09:10.735Z | [ recovery-image] Oct 25 18:09:10.260 INFO O| Oct 25 18:09:10.259 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4079 | 2024-10-25T18:09:10.735Z | [ recovery-image] Oct 25 18:09:10.260 INFO O| Oct 25 18:09:10.260 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4080 | 2024-10-25T18:09:10.735Z | [ recovery-image] Oct 25 18:09:10.260 INFO O| Oct 25 18:09:10.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4081 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.260 INFO O| Oct 25 18:09:10.260 INFO ok! |
4082 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.260 INFO O| Oct 25 18:09:10.260 INFO STEP 64 (assemble_files) COMPLETE |
4083 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.260 INFO O| Oct 25 18:09:10.260 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4084 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.273 INFO O| Oct 25 18:09:10.273 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4085 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.273 INFO O| Oct 25 18:09:10.273 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4086 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.273 INFO O| Oct 25 18:09:10.273 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4087 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.273 INFO O| Oct 25 18:09:10.273 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4088 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.273 INFO O| Oct 25 18:09:10.273 INFO ok! |
4089 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.273 INFO O| Oct 25 18:09:10.273 INFO STEP 65 (ensure_file) COMPLETE |
4090 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.273 INFO O| Oct 25 18:09:10.273 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4091 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.273 INFO O| Oct 25 18:09:10.273 INFO skip step because feature "omicron1" is not enabled |
4092 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.273 INFO O| Oct 25 18:09:10.273 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4093 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.273 INFO O| Oct 25 18:09:10.273 INFO skip step because feature "omicron1" is not enabled |
4094 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.273 INFO O| Oct 25 18:09:10.273 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4095 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.273 INFO O| Oct 25 18:09:10.273 INFO skip step because feature "omicron1" is not enabled |
4096 | 2024-10-25T18:09:10.759Z | [ recovery-image] Oct 25 18:09:10.273 INFO O| Oct 25 18:09:10.273 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4097 | 2024-10-25T18:09:10.783Z | [ recovery-image] Oct 25 18:09:10.291 INFO O| Oct 25 18:09:10.291 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4098 | 2024-10-25T18:09:10.783Z | [ recovery-image] Oct 25 18:09:10.291 INFO O| Oct 25 18:09:10.291 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4099 | 2024-10-25T18:09:11.303Z | [ host-image] Oct 25 18:09:10.828 INFO O| Oct 25 18:09:10.828 INFO O| Actions: 48758/49311 actions (Installing new actions) |
4100 | 2024-10-25T18:09:12.419Z | [ host-image] Oct 25 18:09:11.944 INFO O| Oct 25 18:09:11.944 INFO O| Actions: Completed 49311 actions in 16.29 seconds. |
4101 | 2024-10-25T18:09:12.698Z | [ host-image] Oct 25 18:09:12.223 INFO O| Oct 25 18:09:12.222 INFO O| Done |
4102 | 2024-10-25T18:09:12.698Z | [ host-image] Oct 25 18:09:12.223 INFO O| Oct 25 18:09:12.222 INFO O| Done |
4103 | 2024-10-25T18:09:12.856Z | [ recovery-image] Oct 25 18:09:12.380 INFO O| Oct 25 18:09:12.380 INFO STEP 69 (pack_tar) COMPLETE |
4104 | 2024-10-25T18:09:12.856Z | [ recovery-image] Oct 25 18:09:12.380 INFO O| Oct 25 18:09:12.380 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4105 | 2024-10-25T18:09:12.883Z | [ recovery-image] Oct 25 18:09:12.380 INFO O| Oct 25 18:09:12.380 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4106 | 2024-10-25T18:09:13.159Z | [ recovery-image] Oct 25 18:09:12.684 INFO O| Oct 25 18:09:12.684 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4107 | 2024-10-25T18:09:13.227Z | [ recovery-image] Oct 25 18:09:12.752 INFO O| Oct 25 18:09:12.752 INFO completed processing gimlet/ramdisk-02-trim |
4108 | 2024-10-25T18:09:13.251Z | [ recovery-image] Oct 25 18:09:12.755 INFO image builder template: ramdisk-03-recovery-trim... |
4109 | 2024-10-25T18:09:13.252Z | [ recovery-image] Oct 25 18:09:12.755 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/.tmpUd2km1/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.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4110 | 2024-10-25T18:09:13.374Z | [ recovery-image] Oct 25 18:09:12.899 INFO O| Oct 25 18:09:12.898 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4111 | 2024-10-25T18:09:13.397Z | [ recovery-image] Oct 25 18:09:12.905 INFO O| Oct 25 18:09:12.905 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4112 | 2024-10-25T18:09:13.421Z | [ recovery-image] Oct 25 18:09:12.942 INFO O| Oct 25 18:09:12.942 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4113 | 2024-10-25T18:09:13.446Z | [ recovery-image] Oct 25 18:09:12.972 INFO O| Oct 25 18:09:12.972 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4114 | 2024-10-25T18:09:13.470Z | [ recovery-image] Oct 25 18:09:12.972 INFO O| Oct 25 18:09:12.972 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4115 | 2024-10-25T18:09:13.470Z | [ recovery-image] Oct 25 18:09:12.982 INFO O| Oct 25 18:09:12.982 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4116 | 2024-10-25T18:09:13.470Z | [ recovery-image] Oct 25 18:09:12.987 INFO O| Oct 25 18:09:12.987 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4117 | 2024-10-25T18:09:13.470Z | [ recovery-image] Oct 25 18:09:12.993 INFO O| Oct 25 18:09:12.993 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4118 | 2024-10-25T18:09:13.529Z | [ host-image] Oct 25 18:09:13.053 INFO O| Oct 25 18:09:13.053 INFO O| Done |
4119 | 2024-10-25T18:09:13.661Z | [ recovery-image] Oct 25 18:09:13.186 INFO O| Oct 25 18:09:13.186 INFO rolled back to input snapshot; work may begin |
4120 | 2024-10-25T18:09:13.661Z | [ recovery-image] Oct 25 18:09:13.186 INFO O| Oct 25 18:09:13.186 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4121 | 2024-10-25T18:09:13.685Z | [ recovery-image] Oct 25 18:09:13.193 INFO O| Oct 25 18:09:13.193 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4122 | 2024-10-25T18:09:13.685Z | [ recovery-image] Oct 25 18:09:13.205 INFO O| Oct 25 18:09:13.205 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4123 | 2024-10-25T18:09:13.685Z | [ recovery-image] Oct 25 18:09:13.208 INFO O| Oct 25 18:09:13.208 INFO STEP 0 (remove_files) COMPLETE |
4124 | 2024-10-25T18:09:13.685Z | [ recovery-image] Oct 25 18:09:13.209 INFO O| Oct 25 18:09:13.208 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4125 | 2024-10-25T18:09:13.710Z | [ recovery-image] Oct 25 18:09:13.225 INFO O| Oct 25 18:09:13.225 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4126 | 2024-10-25T18:09:13.756Z | [ recovery-image] Oct 25 18:09:13.282 INFO O| Oct 25 18:09:13.281 INFO STEP 1 (remove_files) COMPLETE |
4127 | 2024-10-25T18:09:13.756Z | [ recovery-image] Oct 25 18:09:13.282 INFO O| Oct 25 18:09:13.281 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4128 | 2024-10-25T18:09:13.780Z | [ recovery-image] Oct 25 18:09:13.299 INFO O| Oct 25 18:09:13.299 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4129 | 2024-10-25T18:09:13.780Z | [ recovery-image] Oct 25 18:09:13.301 INFO O| Oct 25 18:09:13.301 INFO STEP 2 (remove_files) COMPLETE |
4130 | 2024-10-25T18:09:13.780Z | [ recovery-image] Oct 25 18:09:13.301 INFO O| Oct 25 18:09:13.301 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4131 | 2024-10-25T18:09:13.804Z | [ recovery-image] Oct 25 18:09:13.315 INFO O| Oct 25 18:09:13.315 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4132 | 2024-10-25T18:09:13.844Z | [ recovery-image] Oct 25 18:09:13.369 INFO O| Oct 25 18:09:13.369 INFO STEP 3 (remove_files) COMPLETE |
4133 | 2024-10-25T18:09:13.844Z | [ recovery-image] Oct 25 18:09:13.369 INFO O| Oct 25 18:09:13.369 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4134 | 2024-10-25T18:09:13.868Z | [ recovery-image] Oct 25 18:09:13.387 INFO O| Oct 25 18:09:13.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4135 | 2024-10-25T18:09:13.891Z | [ recovery-image] Oct 25 18:09:13.399 INFO O| Oct 25 18:09:13.399 INFO STEP 4 (remove_files) COMPLETE |
4136 | 2024-10-25T18:09:13.891Z | [ recovery-image] Oct 25 18:09:13.400 INFO O| Oct 25 18:09:13.399 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4137 | 2024-10-25T18:09:13.915Z | [ recovery-image] Oct 25 18:09:13.417 INFO O| Oct 25 18:09:13.417 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4138 | 2024-10-25T18:09:13.915Z | [ recovery-image] Oct 25 18:09:13.421 INFO O| Oct 25 18:09:13.421 INFO STEP 5 (remove_files) COMPLETE |
4139 | 2024-10-25T18:09:13.915Z | [ recovery-image] Oct 25 18:09:13.421 INFO O| Oct 25 18:09:13.421 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4140 | 2024-10-25T18:09:13.915Z | [ recovery-image] Oct 25 18:09:13.434 INFO O| Oct 25 18:09:13.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4141 | 2024-10-25T18:09:13.915Z | [ recovery-image] Oct 25 18:09:13.436 INFO O| Oct 25 18:09:13.436 INFO STEP 6 (remove_files) COMPLETE |
4142 | 2024-10-25T18:09:13.915Z | [ recovery-image] Oct 25 18:09:13.436 INFO O| Oct 25 18:09:13.436 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4143 | 2024-10-25T18:09:13.940Z | [ recovery-image] Oct 25 18:09:13.449 INFO O| Oct 25 18:09:13.448 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4144 | 2024-10-25T18:09:13.940Z | [ recovery-image] Oct 25 18:09:13.450 INFO O| Oct 25 18:09:13.450 INFO STEP 7 (remove_files) COMPLETE |
4145 | 2024-10-25T18:09:13.940Z | [ recovery-image] Oct 25 18:09:13.450 INFO O| Oct 25 18:09:13.450 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4146 | 2024-10-25T18:09:13.940Z | [ recovery-image] Oct 25 18:09:13.464 INFO O| Oct 25 18:09:13.463 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4147 | 2024-10-25T18:09:13.964Z | [ recovery-image] Oct 25 18:09:13.466 INFO O| Oct 25 18:09:13.466 INFO STEP 8 (remove_files) COMPLETE |
4148 | 2024-10-25T18:09:13.964Z | [ recovery-image] Oct 25 18:09:13.466 INFO O| Oct 25 18:09:13.466 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4149 | 2024-10-25T18:09:13.964Z | [ recovery-image] Oct 25 18:09:13.480 INFO O| Oct 25 18:09:13.480 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4150 | 2024-10-25T18:09:13.964Z | [ recovery-image] Oct 25 18:09:13.480 INFO O| Oct 25 18:09:13.480 INFO STEP 9 (remove_files) COMPLETE |
4151 | 2024-10-25T18:09:13.964Z | [ recovery-image] Oct 25 18:09:13.480 INFO O| Oct 25 18:09:13.480 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4152 | 2024-10-25T18:09:13.987Z | [ recovery-image] Oct 25 18:09:13.494 INFO O| Oct 25 18:09:13.493 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4153 | 2024-10-25T18:09:13.987Z | [ recovery-image] Oct 25 18:09:13.495 INFO O| Oct 25 18:09:13.494 INFO STEP 10 (remove_files) COMPLETE |
4154 | 2024-10-25T18:09:13.987Z | [ recovery-image] Oct 25 18:09:13.495 INFO O| Oct 25 18:09:13.495 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4155 | 2024-10-25T18:09:13.988Z | [ recovery-image] Oct 25 18:09:13.507 INFO O| Oct 25 18:09:13.507 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4156 | 2024-10-25T18:09:14.037Z | [ recovery-image] Oct 25 18:09:13.562 INFO O| Oct 25 18:09:13.561 INFO STEP 11 (remove_files) COMPLETE |
4157 | 2024-10-25T18:09:14.037Z | [ recovery-image] Oct 25 18:09:13.562 INFO O| Oct 25 18:09:13.562 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4158 | 2024-10-25T18:09:14.060Z | [ recovery-image] Oct 25 18:09:13.576 INFO O| Oct 25 18:09:13.576 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4159 | 2024-10-25T18:09:14.060Z | [ recovery-image] Oct 25 18:09:13.578 INFO O| Oct 25 18:09:13.578 INFO STEP 12 (remove_files) COMPLETE |
4160 | 2024-10-25T18:09:14.060Z | [ recovery-image] Oct 25 18:09:13.578 INFO O| Oct 25 18:09:13.578 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4161 | 2024-10-25T18:09:14.084Z | [ recovery-image] Oct 25 18:09:13.591 INFO O| Oct 25 18:09:13.591 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4162 | 2024-10-25T18:09:14.084Z | [ recovery-image] Oct 25 18:09:13.594 INFO O| Oct 25 18:09:13.593 INFO STEP 13 (remove_files) COMPLETE |
4163 | 2024-10-25T18:09:14.084Z | [ recovery-image] Oct 25 18:09:13.594 INFO O| Oct 25 18:09:13.593 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4164 | 2024-10-25T18:09:14.108Z | [ recovery-image] Oct 25 18:09:13.611 INFO O| Oct 25 18:09:13.611 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4165 | 2024-10-25T18:09:14.108Z | [ recovery-image] Oct 25 18:09:13.611 INFO O| Oct 25 18:09:13.611 INFO STEP 14 (remove_files) COMPLETE |
4166 | 2024-10-25T18:09:14.108Z | [ recovery-image] Oct 25 18:09:13.612 INFO O| Oct 25 18:09:13.611 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4167 | 2024-10-25T18:09:14.108Z | [ recovery-image] Oct 25 18:09:13.627 INFO O| Oct 25 18:09:13.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4168 | 2024-10-25T18:09:14.108Z | [ recovery-image] Oct 25 18:09:13.629 INFO O| Oct 25 18:09:13.628 INFO STEP 15 (remove_files) COMPLETE |
4169 | 2024-10-25T18:09:14.108Z | [ recovery-image] Oct 25 18:09:13.629 INFO O| Oct 25 18:09:13.628 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4170 | 2024-10-25T18:09:14.132Z | [ recovery-image] Oct 25 18:09:13.647 INFO O| Oct 25 18:09:13.647 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4171 | 2024-10-25T18:09:14.132Z | [ recovery-image] Oct 25 18:09:13.654 INFO O| Oct 25 18:09:13.654 INFO STEP 16 (remove_files) COMPLETE |
4172 | 2024-10-25T18:09:14.132Z | [ recovery-image] Oct 25 18:09:13.654 INFO O| Oct 25 18:09:13.654 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4173 | 2024-10-25T18:09:14.155Z | [ recovery-image] Oct 25 18:09:13.668 INFO O| Oct 25 18:09:13.668 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4174 | 2024-10-25T18:09:14.155Z | [ recovery-image] Oct 25 18:09:13.669 INFO O| Oct 25 18:09:13.669 INFO STEP 17 (remove_files) COMPLETE |
4175 | 2024-10-25T18:09:14.155Z | [ recovery-image] Oct 25 18:09:13.669 INFO O| Oct 25 18:09:13.669 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4176 | 2024-10-25T18:09:14.179Z | [ recovery-image] Oct 25 18:09:13.683 INFO O| Oct 25 18:09:13.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4177 | 2024-10-25T18:09:14.179Z | [ recovery-image] Oct 25 18:09:13.683 INFO O| Oct 25 18:09:13.683 INFO STEP 18 (remove_files) COMPLETE |
4178 | 2024-10-25T18:09:14.179Z | [ recovery-image] Oct 25 18:09:13.683 INFO O| Oct 25 18:09:13.683 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4179 | 2024-10-25T18:09:14.179Z | [ recovery-image] Oct 25 18:09:13.696 INFO O| Oct 25 18:09:13.696 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4180 | 2024-10-25T18:09:14.226Z | [ recovery-image] Oct 25 18:09:13.751 INFO O| Oct 25 18:09:13.751 INFO STEP 19 (remove_files) COMPLETE |
4181 | 2024-10-25T18:09:14.226Z | [ recovery-image] Oct 25 18:09:13.751 INFO O| Oct 25 18:09:13.751 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4182 | 2024-10-25T18:09:14.249Z | [ recovery-image] Oct 25 18:09:13.770 INFO O| Oct 25 18:09:13.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4183 | 2024-10-25T18:09:14.249Z | [ recovery-image] Oct 25 18:09:13.771 INFO O| Oct 25 18:09:13.771 INFO STEP 20 (remove_files) COMPLETE |
4184 | 2024-10-25T18:09:14.249Z | [ recovery-image] Oct 25 18:09:13.771 INFO O| Oct 25 18:09:13.771 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4185 | 2024-10-25T18:09:14.273Z | [ recovery-image] Oct 25 18:09:13.785 INFO O| Oct 25 18:09:13.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4186 | 2024-10-25T18:09:14.273Z | [ recovery-image] Oct 25 18:09:13.785 INFO O| Oct 25 18:09:13.785 INFO STEP 21 (remove_files) COMPLETE |
4187 | 2024-10-25T18:09:14.273Z | [ recovery-image] Oct 25 18:09:13.785 INFO O| Oct 25 18:09:13.785 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4188 | 2024-10-25T18:09:14.273Z | [ recovery-image] Oct 25 18:09:13.798 INFO O| Oct 25 18:09:13.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4189 | 2024-10-25T18:09:14.296Z | [ recovery-image] Oct 25 18:09:13.799 INFO O| Oct 25 18:09:13.798 INFO STEP 22 (remove_files) COMPLETE |
4190 | 2024-10-25T18:09:14.296Z | [ recovery-image] Oct 25 18:09:13.799 INFO O| Oct 25 18:09:13.798 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4191 | 2024-10-25T18:09:14.296Z | [ recovery-image] Oct 25 18:09:13.811 INFO O| Oct 25 18:09:13.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4192 | 2024-10-25T18:09:14.296Z | [ recovery-image] Oct 25 18:09:13.811 INFO O| Oct 25 18:09:13.811 INFO STEP 23 (remove_files) COMPLETE |
4193 | 2024-10-25T18:09:14.296Z | [ recovery-image] Oct 25 18:09:13.811 INFO O| Oct 25 18:09:13.811 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4194 | 2024-10-25T18:09:14.320Z | [ recovery-image] Oct 25 18:09:13.825 INFO O| Oct 25 18:09:13.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4195 | 2024-10-25T18:09:14.320Z | [ recovery-image] Oct 25 18:09:13.825 INFO O| Oct 25 18:09:13.825 INFO STEP 24 (remove_files) COMPLETE |
4196 | 2024-10-25T18:09:14.320Z | [ recovery-image] Oct 25 18:09:13.825 INFO O| Oct 25 18:09:13.825 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4197 | 2024-10-25T18:09:14.320Z | [ recovery-image] Oct 25 18:09:13.838 INFO O| Oct 25 18:09:13.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4198 | 2024-10-25T18:09:14.320Z | [ recovery-image] Oct 25 18:09:13.838 INFO O| Oct 25 18:09:13.838 INFO STEP 25 (remove_files) COMPLETE |
4199 | 2024-10-25T18:09:14.320Z | [ recovery-image] Oct 25 18:09:13.838 INFO O| Oct 25 18:09:13.838 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4200 | 2024-10-25T18:09:14.344Z | [ recovery-image] Oct 25 18:09:13.851 INFO O| Oct 25 18:09:13.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4201 | 2024-10-25T18:09:14.344Z | [ recovery-image] Oct 25 18:09:13.851 INFO O| Oct 25 18:09:13.851 INFO STEP 26 (remove_files) COMPLETE |
4202 | 2024-10-25T18:09:14.344Z | [ recovery-image] Oct 25 18:09:13.851 INFO O| Oct 25 18:09:13.851 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4203 | 2024-10-25T18:09:14.344Z | [ recovery-image] Oct 25 18:09:13.863 INFO O| Oct 25 18:09:13.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4204 | 2024-10-25T18:09:14.344Z | [ recovery-image] Oct 25 18:09:13.863 INFO O| Oct 25 18:09:13.863 INFO STEP 27 (remove_files) COMPLETE |
4205 | 2024-10-25T18:09:14.344Z | [ recovery-image] Oct 25 18:09:13.863 INFO O| Oct 25 18:09:13.863 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4206 | 2024-10-25T18:09:14.368Z | [ recovery-image] Oct 25 18:09:13.876 INFO O| Oct 25 18:09:13.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4207 | 2024-10-25T18:09:14.368Z | [ recovery-image] Oct 25 18:09:13.876 INFO O| Oct 25 18:09:13.876 INFO STEP 28 (remove_files) COMPLETE |
4208 | 2024-10-25T18:09:14.368Z | [ recovery-image] Oct 25 18:09:13.876 INFO O| Oct 25 18:09:13.876 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4209 | 2024-10-25T18:09:14.368Z | [ recovery-image] Oct 25 18:09:13.888 INFO O| Oct 25 18:09:13.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4210 | 2024-10-25T18:09:14.368Z | [ recovery-image] Oct 25 18:09:13.888 INFO O| Oct 25 18:09:13.888 INFO STEP 29 (remove_files) COMPLETE |
4211 | 2024-10-25T18:09:14.368Z | [ recovery-image] Oct 25 18:09:13.888 INFO O| Oct 25 18:09:13.888 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4212 | 2024-10-25T18:09:14.392Z | [ recovery-image] Oct 25 18:09:13.900 INFO O| Oct 25 18:09:13.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4213 | 2024-10-25T18:09:14.392Z | [ recovery-image] Oct 25 18:09:13.901 INFO O| Oct 25 18:09:13.901 INFO STEP 30 (remove_files) COMPLETE |
4214 | 2024-10-25T18:09:14.392Z | [ recovery-image] Oct 25 18:09:13.901 INFO O| Oct 25 18:09:13.901 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4215 | 2024-10-25T18:09:14.392Z | [ recovery-image] Oct 25 18:09:13.913 INFO O| Oct 25 18:09:13.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4216 | 2024-10-25T18:09:14.392Z | [ recovery-image] Oct 25 18:09:13.913 INFO O| Oct 25 18:09:13.913 INFO STEP 31 (remove_files) COMPLETE |
4217 | 2024-10-25T18:09:14.392Z | [ recovery-image] Oct 25 18:09:13.913 INFO O| Oct 25 18:09:13.913 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4218 | 2024-10-25T18:09:14.416Z | [ recovery-image] Oct 25 18:09:13.929 INFO O| Oct 25 18:09:13.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4219 | 2024-10-25T18:09:14.416Z | [ recovery-image] Oct 25 18:09:13.929 INFO O| Oct 25 18:09:13.929 INFO STEP 32 (remove_files) COMPLETE |
4220 | 2024-10-25T18:09:14.416Z | [ recovery-image] Oct 25 18:09:13.929 INFO O| Oct 25 18:09:13.929 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4221 | 2024-10-25T18:09:14.440Z | [ recovery-image] Oct 25 18:09:13.941 INFO O| Oct 25 18:09:13.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4222 | 2024-10-25T18:09:14.440Z | [ recovery-image] Oct 25 18:09:13.942 INFO O| Oct 25 18:09:13.942 INFO STEP 33 (remove_files) COMPLETE |
4223 | 2024-10-25T18:09:14.440Z | [ recovery-image] Oct 25 18:09:13.942 INFO O| Oct 25 18:09:13.942 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4224 | 2024-10-25T18:09:14.440Z | [ recovery-image] Oct 25 18:09:13.954 INFO O| Oct 25 18:09:13.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4225 | 2024-10-25T18:09:14.440Z | [ recovery-image] Oct 25 18:09:13.954 INFO O| Oct 25 18:09:13.954 INFO STEP 34 (remove_files) COMPLETE |
4226 | 2024-10-25T18:09:14.440Z | [ recovery-image] Oct 25 18:09:13.954 INFO O| Oct 25 18:09:13.954 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4227 | 2024-10-25T18:09:14.464Z | [ recovery-image] Oct 25 18:09:13.967 INFO O| Oct 25 18:09:13.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4228 | 2024-10-25T18:09:14.464Z | [ recovery-image] Oct 25 18:09:13.967 INFO O| Oct 25 18:09:13.967 INFO STEP 35 (remove_files) COMPLETE |
4229 | 2024-10-25T18:09:14.464Z | [ recovery-image] Oct 25 18:09:13.967 INFO O| Oct 25 18:09:13.967 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4230 | 2024-10-25T18:09:14.464Z | [ recovery-image] Oct 25 18:09:13.980 INFO O| Oct 25 18:09:13.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4231 | 2024-10-25T18:09:14.464Z | [ recovery-image] Oct 25 18:09:13.980 INFO O| Oct 25 18:09:13.980 INFO STEP 36 (remove_files) COMPLETE |
4232 | 2024-10-25T18:09:14.464Z | [ recovery-image] Oct 25 18:09:13.980 INFO O| Oct 25 18:09:13.980 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4233 | 2024-10-25T18:09:14.488Z | [ recovery-image] Oct 25 18:09:13.992 INFO O| Oct 25 18:09:13.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4234 | 2024-10-25T18:09:14.488Z | [ recovery-image] Oct 25 18:09:13.993 INFO O| Oct 25 18:09:13.993 INFO STEP 37 (remove_files) COMPLETE |
4235 | 2024-10-25T18:09:14.488Z | [ recovery-image] Oct 25 18:09:13.993 INFO O| Oct 25 18:09:13.993 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4236 | 2024-10-25T18:09:14.488Z | [ recovery-image] Oct 25 18:09:14.005 INFO O| Oct 25 18:09:14.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4237 | 2024-10-25T18:09:14.488Z | [ recovery-image] Oct 25 18:09:14.005 INFO O| Oct 25 18:09:14.005 INFO STEP 38 (remove_files) COMPLETE |
4238 | 2024-10-25T18:09:14.488Z | [ recovery-image] Oct 25 18:09:14.005 INFO O| Oct 25 18:09:14.005 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4239 | 2024-10-25T18:09:14.512Z | [ recovery-image] Oct 25 18:09:14.018 INFO O| Oct 25 18:09:14.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4240 | 2024-10-25T18:09:14.512Z | [ recovery-image] Oct 25 18:09:14.018 INFO O| Oct 25 18:09:14.018 INFO STEP 39 (remove_files) COMPLETE |
4241 | 2024-10-25T18:09:14.512Z | [ recovery-image] Oct 25 18:09:14.018 INFO O| Oct 25 18:09:14.018 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4242 | 2024-10-25T18:09:14.512Z | [ recovery-image] Oct 25 18:09:14.030 INFO O| Oct 25 18:09:14.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4243 | 2024-10-25T18:09:14.512Z | [ recovery-image] Oct 25 18:09:14.030 INFO O| Oct 25 18:09:14.030 INFO STEP 40 (remove_files) COMPLETE |
4244 | 2024-10-25T18:09:14.512Z | [ recovery-image] Oct 25 18:09:14.030 INFO O| Oct 25 18:09:14.030 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4245 | 2024-10-25T18:09:14.539Z | [ recovery-image] Oct 25 18:09:14.042 INFO O| Oct 25 18:09:14.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4246 | 2024-10-25T18:09:14.540Z | [ recovery-image] Oct 25 18:09:14.042 INFO O| Oct 25 18:09:14.042 INFO STEP 41 (remove_files) COMPLETE |
4247 | 2024-10-25T18:09:14.540Z | [ recovery-image] Oct 25 18:09:14.042 INFO O| Oct 25 18:09:14.042 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4248 | 2024-10-25T18:09:14.540Z | [ recovery-image] Oct 25 18:09:14.054 INFO O| Oct 25 18:09:14.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4249 | 2024-10-25T18:09:14.540Z | [ recovery-image] Oct 25 18:09:14.054 INFO O| Oct 25 18:09:14.054 INFO STEP 42 (remove_files) COMPLETE |
4250 | 2024-10-25T18:09:14.540Z | [ recovery-image] Oct 25 18:09:14.054 INFO O| Oct 25 18:09:14.054 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4251 | 2024-10-25T18:09:14.563Z | [ recovery-image] Oct 25 18:09:14.074 INFO O| Oct 25 18:09:14.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4252 | 2024-10-25T18:09:14.563Z | [ recovery-image] Oct 25 18:09:14.074 INFO O| Oct 25 18:09:14.074 INFO STEP 43 (remove_files) COMPLETE |
4253 | 2024-10-25T18:09:14.563Z | [ recovery-image] Oct 25 18:09:14.074 INFO O| Oct 25 18:09:14.074 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4254 | 2024-10-25T18:09:14.587Z | [ recovery-image] Oct 25 18:09:14.090 INFO O| Oct 25 18:09:14.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4255 | 2024-10-25T18:09:14.587Z | [ recovery-image] Oct 25 18:09:14.090 INFO O| Oct 25 18:09:14.090 INFO STEP 44 (remove_files) COMPLETE |
4256 | 2024-10-25T18:09:14.587Z | [ recovery-image] Oct 25 18:09:14.090 INFO O| Oct 25 18:09:14.090 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4257 | 2024-10-25T18:09:14.587Z | [ recovery-image] Oct 25 18:09:14.104 INFO O| Oct 25 18:09:14.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4258 | 2024-10-25T18:09:14.587Z | [ recovery-image] Oct 25 18:09:14.104 INFO O| Oct 25 18:09:14.104 INFO STEP 45 (remove_files) COMPLETE |
4259 | 2024-10-25T18:09:14.587Z | [ recovery-image] Oct 25 18:09:14.104 INFO O| Oct 25 18:09:14.104 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4260 | 2024-10-25T18:09:14.611Z | [ recovery-image] Oct 25 18:09:14.117 INFO O| Oct 25 18:09:14.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4261 | 2024-10-25T18:09:14.611Z | [ recovery-image] Oct 25 18:09:14.117 INFO O| Oct 25 18:09:14.117 INFO STEP 46 (remove_files) COMPLETE |
4262 | 2024-10-25T18:09:14.611Z | [ recovery-image] Oct 25 18:09:14.117 INFO O| Oct 25 18:09:14.117 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4263 | 2024-10-25T18:09:14.611Z | [ recovery-image] Oct 25 18:09:14.129 INFO O| Oct 25 18:09:14.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4264 | 2024-10-25T18:09:14.611Z | [ recovery-image] Oct 25 18:09:14.129 INFO O| Oct 25 18:09:14.129 INFO STEP 47 (remove_files) COMPLETE |
4265 | 2024-10-25T18:09:14.611Z | [ recovery-image] Oct 25 18:09:14.129 INFO O| Oct 25 18:09:14.129 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4266 | 2024-10-25T18:09:14.635Z | [ recovery-image] Oct 25 18:09:14.142 INFO O| Oct 25 18:09:14.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4267 | 2024-10-25T18:09:14.635Z | [ recovery-image] Oct 25 18:09:14.142 INFO O| Oct 25 18:09:14.142 INFO STEP 48 (remove_files) COMPLETE |
4268 | 2024-10-25T18:09:14.635Z | [ recovery-image] Oct 25 18:09:14.142 INFO O| Oct 25 18:09:14.142 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4269 | 2024-10-25T18:09:14.635Z | [ recovery-image] Oct 25 18:09:14.155 INFO O| Oct 25 18:09:14.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4270 | 2024-10-25T18:09:14.635Z | [ recovery-image] Oct 25 18:09:14.155 INFO O| Oct 25 18:09:14.155 INFO STEP 49 (remove_files) COMPLETE |
4271 | 2024-10-25T18:09:14.635Z | [ recovery-image] Oct 25 18:09:14.155 INFO O| Oct 25 18:09:14.155 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4272 | 2024-10-25T18:09:14.658Z | [ recovery-image] Oct 25 18:09:14.168 INFO O| Oct 25 18:09:14.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4273 | 2024-10-25T18:09:14.658Z | [ recovery-image] Oct 25 18:09:14.168 INFO O| Oct 25 18:09:14.168 INFO STEP 50 (remove_files) COMPLETE |
4274 | 2024-10-25T18:09:14.658Z | [ recovery-image] Oct 25 18:09:14.168 INFO O| Oct 25 18:09:14.168 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4275 | 2024-10-25T18:09:14.659Z | [ recovery-image] Oct 25 18:09:14.182 INFO O| Oct 25 18:09:14.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4276 | 2024-10-25T18:09:14.659Z | [ recovery-image] Oct 25 18:09:14.182 INFO O| Oct 25 18:09:14.182 INFO STEP 51 (remove_files) COMPLETE |
4277 | 2024-10-25T18:09:14.659Z | [ recovery-image] Oct 25 18:09:14.182 INFO O| Oct 25 18:09:14.182 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4278 | 2024-10-25T18:09:14.682Z | [ recovery-image] Oct 25 18:09:14.196 INFO O| Oct 25 18:09:14.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4279 | 2024-10-25T18:09:14.682Z | [ recovery-image] Oct 25 18:09:14.196 INFO O| Oct 25 18:09:14.196 INFO STEP 52 (remove_files) COMPLETE |
4280 | 2024-10-25T18:09:14.682Z | [ recovery-image] Oct 25 18:09:14.196 INFO O| Oct 25 18:09:14.196 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4281 | 2024-10-25T18:09:14.706Z | [ recovery-image] Oct 25 18:09:14.209 INFO O| Oct 25 18:09:14.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4282 | 2024-10-25T18:09:14.706Z | [ recovery-image] Oct 25 18:09:14.209 INFO O| Oct 25 18:09:14.209 INFO STEP 53 (remove_files) COMPLETE |
4283 | 2024-10-25T18:09:14.706Z | [ recovery-image] Oct 25 18:09:14.209 INFO O| Oct 25 18:09:14.209 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4284 | 2024-10-25T18:09:14.730Z | [ recovery-image] Oct 25 18:09:14.222 INFO O| Oct 25 18:09:14.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4285 | 2024-10-25T18:09:14.730Z | [ recovery-image] Oct 25 18:09:14.222 INFO O| Oct 25 18:09:14.222 INFO STEP 54 (remove_files) COMPLETE |
4286 | 2024-10-25T18:09:14.730Z | [ recovery-image] Oct 25 18:09:14.222 INFO O| Oct 25 18:09:14.222 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4287 | 2024-10-25T18:09:14.730Z | [ recovery-image] Oct 25 18:09:14.240 INFO O| Oct 25 18:09:14.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4288 | 2024-10-25T18:09:14.730Z | [ recovery-image] Oct 25 18:09:14.240 INFO O| Oct 25 18:09:14.240 INFO STEP 55 (remove_files) COMPLETE |
4289 | 2024-10-25T18:09:14.730Z | [ recovery-image] Oct 25 18:09:14.240 INFO O| Oct 25 18:09:14.240 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4290 | 2024-10-25T18:09:14.754Z | [ recovery-image] Oct 25 18:09:14.259 INFO O| Oct 25 18:09:14.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4291 | 2024-10-25T18:09:14.754Z | [ recovery-image] Oct 25 18:09:14.259 INFO O| Oct 25 18:09:14.259 INFO STEP 56 (remove_files) COMPLETE |
4292 | 2024-10-25T18:09:14.754Z | [ recovery-image] Oct 25 18:09:14.259 INFO O| Oct 25 18:09:14.259 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4293 | 2024-10-25T18:09:14.754Z | [ recovery-image] Oct 25 18:09:14.274 INFO O| Oct 25 18:09:14.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4294 | 2024-10-25T18:09:14.754Z | [ recovery-image] Oct 25 18:09:14.274 INFO O| Oct 25 18:09:14.274 INFO STEP 57 (remove_files) COMPLETE |
4295 | 2024-10-25T18:09:14.754Z | [ recovery-image] Oct 25 18:09:14.274 INFO O| Oct 25 18:09:14.274 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4296 | 2024-10-25T18:09:14.779Z | [ recovery-image] Oct 25 18:09:14.287 INFO O| Oct 25 18:09:14.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4297 | 2024-10-25T18:09:14.779Z | [ recovery-image] Oct 25 18:09:14.287 INFO O| Oct 25 18:09:14.287 INFO STEP 58 (remove_files) COMPLETE |
4298 | 2024-10-25T18:09:14.779Z | [ recovery-image] Oct 25 18:09:14.288 INFO O| Oct 25 18:09:14.287 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-10-25T18:09:14.779Z | [ recovery-image] Oct 25 18:09:14.301 INFO O| Oct 25 18:09:14.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4300 | 2024-10-25T18:09:14.779Z | [ recovery-image] Oct 25 18:09:14.301 INFO O| Oct 25 18:09:14.301 INFO STEP 59 (remove_files) COMPLETE |
4301 | 2024-10-25T18:09:14.779Z | [ recovery-image] Oct 25 18:09:14.301 INFO O| Oct 25 18:09:14.301 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4302 | 2024-10-25T18:09:14.803Z | [ recovery-image] Oct 25 18:09:14.313 INFO O| Oct 25 18:09:14.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4303 | 2024-10-25T18:09:14.803Z | [ recovery-image] Oct 25 18:09:14.314 INFO O| Oct 25 18:09:14.314 INFO STEP 60 (remove_files) COMPLETE |
4304 | 2024-10-25T18:09:14.804Z | [ recovery-image] Oct 25 18:09:14.314 INFO O| Oct 25 18:09:14.314 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4305 | 2024-10-25T18:09:14.804Z | [ recovery-image] Oct 25 18:09:14.326 INFO O| Oct 25 18:09:14.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4306 | 2024-10-25T18:09:14.804Z | [ recovery-image] Oct 25 18:09:14.327 INFO O| Oct 25 18:09:14.326 INFO STEP 61 (remove_files) COMPLETE |
4307 | 2024-10-25T18:09:14.804Z | [ recovery-image] Oct 25 18:09:14.327 INFO O| Oct 25 18:09:14.326 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-10-25T18:09:14.827Z | [ recovery-image] Oct 25 18:09:14.340 INFO O| Oct 25 18:09:14.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4309 | 2024-10-25T18:09:14.827Z | [ recovery-image] Oct 25 18:09:14.341 INFO O| Oct 25 18:09:14.341 INFO STEP 62 (remove_files) COMPLETE |
4310 | 2024-10-25T18:09:14.827Z | [ recovery-image] Oct 25 18:09:14.341 INFO O| Oct 25 18:09:14.341 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-10-25T18:09:14.851Z | [ recovery-image] Oct 25 18:09:14.354 INFO O| Oct 25 18:09:14.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4312 | 2024-10-25T18:09:14.851Z | [ recovery-image] Oct 25 18:09:14.354 INFO O| Oct 25 18:09:14.354 INFO STEP 63 (remove_files) COMPLETE |
4313 | 2024-10-25T18:09:14.851Z | [ recovery-image] Oct 25 18:09:14.354 INFO O| Oct 25 18:09:14.354 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-10-25T18:09:14.851Z | [ recovery-image] Oct 25 18:09:14.367 INFO O| Oct 25 18:09:14.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4315 | 2024-10-25T18:09:14.851Z | [ recovery-image] Oct 25 18:09:14.368 INFO O| Oct 25 18:09:14.368 INFO STEP 64 (remove_files) COMPLETE |
4316 | 2024-10-25T18:09:14.851Z | [ recovery-image] Oct 25 18:09:14.368 INFO O| Oct 25 18:09:14.368 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-10-25T18:09:14.875Z | [ recovery-image] Oct 25 18:09:14.381 INFO O| Oct 25 18:09:14.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4318 | 2024-10-25T18:09:14.875Z | [ recovery-image] Oct 25 18:09:14.381 INFO O| Oct 25 18:09:14.381 INFO STEP 65 (remove_files) COMPLETE |
4319 | 2024-10-25T18:09:14.875Z | [ recovery-image] Oct 25 18:09:14.381 INFO O| Oct 25 18:09:14.381 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-10-25T18:09:14.875Z | [ recovery-image] Oct 25 18:09:14.394 INFO O| Oct 25 18:09:14.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4321 | 2024-10-25T18:09:14.875Z | [ recovery-image] Oct 25 18:09:14.394 INFO O| Oct 25 18:09:14.394 INFO STEP 66 (remove_files) COMPLETE |
4322 | 2024-10-25T18:09:14.875Z | [ recovery-image] Oct 25 18:09:14.394 INFO O| Oct 25 18:09:14.394 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-10-25T18:09:14.898Z | [ recovery-image] Oct 25 18:09:14.407 INFO O| Oct 25 18:09:14.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4324 | 2024-10-25T18:09:14.898Z | [ recovery-image] Oct 25 18:09:14.408 INFO O| Oct 25 18:09:14.407 INFO STEP 67 (remove_files) COMPLETE |
4325 | 2024-10-25T18:09:14.898Z | [ recovery-image] Oct 25 18:09:14.408 INFO O| Oct 25 18:09:14.408 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-10-25T18:09:14.898Z | [ recovery-image] Oct 25 18:09:14.421 INFO O| Oct 25 18:09:14.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4327 | 2024-10-25T18:09:14.898Z | [ host-image] Oct 25 18:09:14.421 INFO O| Oct 25 18:09:14.421 INFO O| Done |
4328 | 2024-10-25T18:09:14.898Z | [ recovery-image] Oct 25 18:09:14.421 INFO O| Oct 25 18:09:14.421 INFO STEP 68 (remove_files) COMPLETE |
4329 | 2024-10-25T18:09:14.898Z | [ recovery-image] Oct 25 18:09:14.421 INFO O| Oct 25 18:09:14.421 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4330 | 2024-10-25T18:09:14.922Z | [ recovery-image] Oct 25 18:09:14.435 INFO O| Oct 25 18:09:14.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4331 | 2024-10-25T18:09:14.922Z | [ recovery-image] Oct 25 18:09:14.435 INFO O| Oct 25 18:09:14.435 INFO STEP 69 (remove_files) COMPLETE |
4332 | 2024-10-25T18:09:14.922Z | [ recovery-image] Oct 25 18:09:14.435 INFO O| Oct 25 18:09:14.435 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4333 | 2024-10-25T18:09:14.922Z | [ host-image] Oct 25 18:09:14.446 INFO O| Oct 25 18:09:14.446 INFO O| Done |
4334 | 2024-10-25T18:09:14.946Z | [ recovery-image] Oct 25 18:09:14.448 INFO O| Oct 25 18:09:14.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4335 | 2024-10-25T18:09:14.946Z | [ recovery-image] Oct 25 18:09:14.448 INFO O| Oct 25 18:09:14.448 INFO STEP 70 (remove_files) COMPLETE |
4336 | 2024-10-25T18:09:14.946Z | [ recovery-image] Oct 25 18:09:14.448 INFO O| Oct 25 18:09:14.448 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-10-25T18:09:14.946Z | [ recovery-image] Oct 25 18:09:14.465 INFO O| Oct 25 18:09:14.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4338 | 2024-10-25T18:09:14.946Z | [ recovery-image] Oct 25 18:09:14.465 INFO O| Oct 25 18:09:14.465 INFO STEP 71 (remove_files) COMPLETE |
4339 | 2024-10-25T18:09:14.946Z | [ recovery-image] Oct 25 18:09:14.465 INFO O| Oct 25 18:09:14.465 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-10-25T18:09:14.970Z | [ recovery-image] Oct 25 18:09:14.481 INFO O| Oct 25 18:09:14.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4341 | 2024-10-25T18:09:14.970Z | [ recovery-image] Oct 25 18:09:14.481 INFO O| Oct 25 18:09:14.481 INFO STEP 72 (remove_files) COMPLETE |
4342 | 2024-10-25T18:09:14.970Z | [ recovery-image] Oct 25 18:09:14.481 INFO O| Oct 25 18:09:14.481 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-10-25T18:09:14.994Z | [ recovery-image] Oct 25 18:09:14.501 INFO O| Oct 25 18:09:14.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4344 | 2024-10-25T18:09:14.994Z | [ recovery-image] Oct 25 18:09:14.501 INFO O| Oct 25 18:09:14.501 INFO STEP 73 (remove_files) COMPLETE |
4345 | 2024-10-25T18:09:14.994Z | [ recovery-image] Oct 25 18:09:14.501 INFO O| Oct 25 18:09:14.501 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-10-25T18:09:14.994Z | [ recovery-image] Oct 25 18:09:14.518 INFO O| Oct 25 18:09:14.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4347 | 2024-10-25T18:09:14.994Z | [ recovery-image] Oct 25 18:09:14.518 INFO O| Oct 25 18:09:14.518 INFO STEP 74 (remove_files) COMPLETE |
4348 | 2024-10-25T18:09:14.994Z | [ recovery-image] Oct 25 18:09:14.518 INFO O| Oct 25 18:09:14.518 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-10-25T18:09:15.033Z | [ recovery-image] Oct 25 18:09:14.533 INFO O| Oct 25 18:09:14.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4350 | 2024-10-25T18:09:15.033Z | [ recovery-image] Oct 25 18:09:14.533 INFO O| Oct 25 18:09:14.533 INFO STEP 75 (remove_files) COMPLETE |
4351 | 2024-10-25T18:09:15.033Z | [ recovery-image] Oct 25 18:09:14.533 INFO O| Oct 25 18:09:14.533 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-10-25T18:09:15.033Z | [ recovery-image] Oct 25 18:09:14.548 INFO O| Oct 25 18:09:14.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4353 | 2024-10-25T18:09:15.033Z | [ recovery-image] Oct 25 18:09:14.548 INFO O| Oct 25 18:09:14.548 INFO STEP 76 (remove_files) COMPLETE |
4354 | 2024-10-25T18:09:15.033Z | [ recovery-image] Oct 25 18:09:14.548 INFO O| Oct 25 18:09:14.548 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-10-25T18:09:15.057Z | [ recovery-image] Oct 25 18:09:14.562 INFO O| Oct 25 18:09:14.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4356 | 2024-10-25T18:09:15.057Z | [ recovery-image] Oct 25 18:09:14.562 INFO O| Oct 25 18:09:14.562 INFO STEP 77 (remove_files) COMPLETE |
4357 | 2024-10-25T18:09:15.057Z | [ recovery-image] Oct 25 18:09:14.562 INFO O| Oct 25 18:09:14.562 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-10-25T18:09:15.057Z | [ recovery-image] Oct 25 18:09:14.575 INFO O| Oct 25 18:09:14.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4359 | 2024-10-25T18:09:15.057Z | [ recovery-image] Oct 25 18:09:14.576 INFO O| Oct 25 18:09:14.576 INFO STEP 78 (remove_files) COMPLETE |
4360 | 2024-10-25T18:09:15.058Z | [ recovery-image] Oct 25 18:09:14.576 INFO O| Oct 25 18:09:14.576 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-10-25T18:09:15.082Z | [ recovery-image] Oct 25 18:09:14.590 INFO O| Oct 25 18:09:14.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4362 | 2024-10-25T18:09:15.082Z | [ recovery-image] Oct 25 18:09:14.590 INFO O| Oct 25 18:09:14.590 INFO STEP 79 (remove_files) COMPLETE |
4363 | 2024-10-25T18:09:15.082Z | [ recovery-image] Oct 25 18:09:14.590 INFO O| Oct 25 18:09:14.590 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-10-25T18:09:15.106Z | [ recovery-image] Oct 25 18:09:14.607 INFO O| Oct 25 18:09:14.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4365 | 2024-10-25T18:09:15.106Z | [ recovery-image] Oct 25 18:09:14.607 INFO O| Oct 25 18:09:14.607 INFO STEP 80 (remove_files) COMPLETE |
4366 | 2024-10-25T18:09:15.106Z | [ recovery-image] Oct 25 18:09:14.607 INFO O| Oct 25 18:09:14.607 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-10-25T18:09:15.106Z | [ recovery-image] Oct 25 18:09:14.622 INFO O| Oct 25 18:09:14.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4368 | 2024-10-25T18:09:15.106Z | [ recovery-image] Oct 25 18:09:14.623 INFO O| Oct 25 18:09:14.622 INFO STEP 81 (remove_files) COMPLETE |
4369 | 2024-10-25T18:09:15.107Z | [ recovery-image] Oct 25 18:09:14.623 INFO O| Oct 25 18:09:14.623 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-10-25T18:09:15.130Z | [ recovery-image] Oct 25 18:09:14.637 INFO O| Oct 25 18:09:14.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4371 | 2024-10-25T18:09:15.130Z | [ recovery-image] Oct 25 18:09:14.637 INFO O| Oct 25 18:09:14.637 INFO STEP 82 (remove_files) COMPLETE |
4372 | 2024-10-25T18:09:15.130Z | [ recovery-image] Oct 25 18:09:14.637 INFO O| Oct 25 18:09:14.637 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-10-25T18:09:15.130Z | [ recovery-image] Oct 25 18:09:14.654 INFO O| Oct 25 18:09:14.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4374 | 2024-10-25T18:09:15.130Z | [ recovery-image] Oct 25 18:09:14.654 INFO O| Oct 25 18:09:14.654 INFO STEP 83 (remove_files) COMPLETE |
4375 | 2024-10-25T18:09:15.130Z | [ recovery-image] Oct 25 18:09:14.654 INFO O| Oct 25 18:09:14.654 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-10-25T18:09:15.154Z | [ recovery-image] Oct 25 18:09:14.670 INFO O| Oct 25 18:09:14.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4377 | 2024-10-25T18:09:15.154Z | [ recovery-image] Oct 25 18:09:14.670 INFO O| Oct 25 18:09:14.670 INFO STEP 84 (remove_files) COMPLETE |
4378 | 2024-10-25T18:09:15.154Z | [ recovery-image] Oct 25 18:09:14.670 INFO O| Oct 25 18:09:14.670 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-10-25T18:09:15.178Z | [ recovery-image] Oct 25 18:09:14.684 INFO O| Oct 25 18:09:14.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4380 | 2024-10-25T18:09:15.178Z | [ recovery-image] Oct 25 18:09:14.684 INFO O| Oct 25 18:09:14.684 INFO STEP 85 (remove_files) COMPLETE |
4381 | 2024-10-25T18:09:15.178Z | [ recovery-image] Oct 25 18:09:14.684 INFO O| Oct 25 18:09:14.684 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-10-25T18:09:15.178Z | [ recovery-image] Oct 25 18:09:14.702 INFO O| Oct 25 18:09:14.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4383 | 2024-10-25T18:09:15.178Z | [ recovery-image] Oct 25 18:09:14.702 INFO O| Oct 25 18:09:14.702 INFO STEP 86 (remove_files) COMPLETE |
4384 | 2024-10-25T18:09:15.178Z | [ recovery-image] Oct 25 18:09:14.702 INFO O| Oct 25 18:09:14.702 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-10-25T18:09:15.202Z | [ recovery-image] Oct 25 18:09:14.720 INFO O| Oct 25 18:09:14.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4386 | 2024-10-25T18:09:15.202Z | [ recovery-image] Oct 25 18:09:14.720 INFO O| Oct 25 18:09:14.720 INFO STEP 87 (remove_files) COMPLETE |
4387 | 2024-10-25T18:09:15.202Z | [ recovery-image] Oct 25 18:09:14.720 INFO O| Oct 25 18:09:14.720 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-10-25T18:09:15.225Z | [ recovery-image] Oct 25 18:09:14.737 INFO O| Oct 25 18:09:14.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4389 | 2024-10-25T18:09:15.225Z | [ recovery-image] Oct 25 18:09:14.737 INFO O| Oct 25 18:09:14.737 INFO STEP 88 (remove_files) COMPLETE |
4390 | 2024-10-25T18:09:15.225Z | [ recovery-image] Oct 25 18:09:14.737 INFO O| Oct 25 18:09:14.737 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-10-25T18:09:15.225Z | [ recovery-image] Oct 25 18:09:14.750 INFO O| Oct 25 18:09:14.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4392 | 2024-10-25T18:09:15.249Z | [ recovery-image] Oct 25 18:09:14.751 INFO O| Oct 25 18:09:14.751 INFO STEP 89 (remove_files) COMPLETE |
4393 | 2024-10-25T18:09:15.249Z | [ recovery-image] Oct 25 18:09:14.751 INFO O| Oct 25 18:09:14.751 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-10-25T18:09:15.249Z | [ recovery-image] Oct 25 18:09:14.769 INFO O| Oct 25 18:09:14.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4395 | 2024-10-25T18:09:15.249Z | [ recovery-image] Oct 25 18:09:14.769 INFO O| Oct 25 18:09:14.769 INFO STEP 90 (remove_files) COMPLETE |
4396 | 2024-10-25T18:09:15.250Z | [ recovery-image] Oct 25 18:09:14.769 INFO O| Oct 25 18:09:14.769 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-10-25T18:09:15.273Z | [ recovery-image] Oct 25 18:09:14.784 INFO O| Oct 25 18:09:14.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4398 | 2024-10-25T18:09:15.273Z | [ recovery-image] Oct 25 18:09:14.784 INFO O| Oct 25 18:09:14.784 INFO STEP 91 (remove_files) COMPLETE |
4399 | 2024-10-25T18:09:15.273Z | [ recovery-image] Oct 25 18:09:14.784 INFO O| Oct 25 18:09:14.784 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-10-25T18:09:15.297Z | [ recovery-image] Oct 25 18:09:14.801 INFO O| Oct 25 18:09:14.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4401 | 2024-10-25T18:09:15.297Z | [ recovery-image] Oct 25 18:09:14.801 INFO O| Oct 25 18:09:14.801 INFO STEP 92 (remove_files) COMPLETE |
4402 | 2024-10-25T18:09:15.297Z | [ recovery-image] Oct 25 18:09:14.801 INFO O| Oct 25 18:09:14.801 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-10-25T18:09:15.297Z | [ recovery-image] Oct 25 18:09:14.818 INFO O| Oct 25 18:09:14.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4404 | 2024-10-25T18:09:15.297Z | [ recovery-image] Oct 25 18:09:14.818 INFO O| Oct 25 18:09:14.818 INFO STEP 93 (remove_files) COMPLETE |
4405 | 2024-10-25T18:09:15.297Z | [ recovery-image] Oct 25 18:09:14.818 INFO O| Oct 25 18:09:14.818 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-10-25T18:09:15.321Z | [ recovery-image] Oct 25 18:09:14.831 INFO O| Oct 25 18:09:14.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4407 | 2024-10-25T18:09:15.321Z | [ recovery-image] Oct 25 18:09:14.831 INFO O| Oct 25 18:09:14.831 INFO STEP 94 (remove_files) COMPLETE |
4408 | 2024-10-25T18:09:15.321Z | [ recovery-image] Oct 25 18:09:14.831 INFO O| Oct 25 18:09:14.831 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-10-25T18:09:15.321Z | [ recovery-image] Oct 25 18:09:14.843 INFO O| Oct 25 18:09:14.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4410 | 2024-10-25T18:09:15.321Z | [ recovery-image] Oct 25 18:09:14.844 INFO O| Oct 25 18:09:14.843 INFO STEP 95 (remove_files) COMPLETE |
4411 | 2024-10-25T18:09:15.321Z | [ recovery-image] Oct 25 18:09:14.844 INFO O| Oct 25 18:09:14.844 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-10-25T18:09:15.345Z | [ recovery-image] Oct 25 18:09:14.862 INFO O| Oct 25 18:09:14.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4413 | 2024-10-25T18:09:15.345Z | [ recovery-image] Oct 25 18:09:14.862 INFO O| Oct 25 18:09:14.862 INFO STEP 96 (remove_files) COMPLETE |
4414 | 2024-10-25T18:09:15.345Z | [ recovery-image] Oct 25 18:09:14.862 INFO O| Oct 25 18:09:14.862 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-10-25T18:09:15.369Z | [ recovery-image] Oct 25 18:09:14.877 INFO O| Oct 25 18:09:14.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4416 | 2024-10-25T18:09:15.369Z | [ recovery-image] Oct 25 18:09:14.877 INFO O| Oct 25 18:09:14.877 INFO STEP 97 (remove_files) COMPLETE |
4417 | 2024-10-25T18:09:15.369Z | [ recovery-image] Oct 25 18:09:14.877 INFO O| Oct 25 18:09:14.877 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-10-25T18:09:15.369Z | [ recovery-image] Oct 25 18:09:14.893 INFO O| Oct 25 18:09:14.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4419 | 2024-10-25T18:09:15.369Z | [ recovery-image] Oct 25 18:09:14.893 INFO O| Oct 25 18:09:14.893 INFO STEP 98 (remove_files) COMPLETE |
4420 | 2024-10-25T18:09:15.369Z | [ recovery-image] Oct 25 18:09:14.893 INFO O| Oct 25 18:09:14.893 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-10-25T18:09:15.393Z | [ recovery-image] Oct 25 18:09:14.913 INFO O| Oct 25 18:09:14.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4422 | 2024-10-25T18:09:15.393Z | [ recovery-image] Oct 25 18:09:14.913 INFO O| Oct 25 18:09:14.913 INFO STEP 99 (remove_files) COMPLETE |
4423 | 2024-10-25T18:09:15.393Z | [ recovery-image] Oct 25 18:09:14.913 INFO O| Oct 25 18:09:14.913 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-10-25T18:09:15.416Z | [ recovery-image] Oct 25 18:09:14.929 INFO O| Oct 25 18:09:14.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4425 | 2024-10-25T18:09:15.416Z | [ recovery-image] Oct 25 18:09:14.930 INFO O| Oct 25 18:09:14.929 INFO STEP 100 (remove_files) COMPLETE |
4426 | 2024-10-25T18:09:15.416Z | [ recovery-image] Oct 25 18:09:14.930 INFO O| Oct 25 18:09:14.930 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-10-25T18:09:15.441Z | [ recovery-image] Oct 25 18:09:14.944 INFO O| Oct 25 18:09:14.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4428 | 2024-10-25T18:09:15.441Z | [ recovery-image] Oct 25 18:09:14.945 INFO O| Oct 25 18:09:14.945 INFO STEP 101 (remove_files) COMPLETE |
4429 | 2024-10-25T18:09:15.443Z | [ recovery-image] Oct 25 18:09:14.945 INFO O| Oct 25 18:09:14.945 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-10-25T18:09:15.443Z | [ recovery-image] Oct 25 18:09:14.963 INFO O| Oct 25 18:09:14.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4431 | 2024-10-25T18:09:15.443Z | [ recovery-image] Oct 25 18:09:14.964 INFO O| Oct 25 18:09:14.963 INFO STEP 102 (remove_files) COMPLETE |
4432 | 2024-10-25T18:09:15.443Z | [ recovery-image] Oct 25 18:09:14.964 INFO O| Oct 25 18:09:14.963 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-10-25T18:09:15.477Z | [ recovery-image] Oct 25 18:09:14.981 INFO O| Oct 25 18:09:14.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4434 | 2024-10-25T18:09:15.477Z | [ recovery-image] Oct 25 18:09:14.981 INFO O| Oct 25 18:09:14.981 INFO STEP 103 (remove_files) COMPLETE |
4435 | 2024-10-25T18:09:15.477Z | [ recovery-image] Oct 25 18:09:14.981 INFO O| Oct 25 18:09:14.981 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-10-25T18:09:15.477Z | [ recovery-image] Oct 25 18:09:14.996 INFO O| Oct 25 18:09:14.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4437 | 2024-10-25T18:09:15.477Z | [ recovery-image] Oct 25 18:09:14.996 INFO O| Oct 25 18:09:14.996 INFO STEP 104 (remove_files) COMPLETE |
4438 | 2024-10-25T18:09:15.477Z | [ recovery-image] Oct 25 18:09:14.996 INFO O| Oct 25 18:09:14.996 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-10-25T18:09:15.501Z | [ recovery-image] Oct 25 18:09:15.010 INFO O| Oct 25 18:09:15.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4440 | 2024-10-25T18:09:15.501Z | [ recovery-image] Oct 25 18:09:15.010 INFO O| Oct 25 18:09:15.010 INFO STEP 105 (remove_files) COMPLETE |
4441 | 2024-10-25T18:09:15.502Z | [ recovery-image] Oct 25 18:09:15.010 INFO O| Oct 25 18:09:15.010 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-10-25T18:09:15.526Z | [ recovery-image] Oct 25 18:09:15.027 INFO O| Oct 25 18:09:15.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4443 | 2024-10-25T18:09:15.526Z | [ recovery-image] Oct 25 18:09:15.027 INFO O| Oct 25 18:09:15.027 INFO STEP 106 (remove_files) COMPLETE |
4444 | 2024-10-25T18:09:15.526Z | [ recovery-image] Oct 25 18:09:15.027 INFO O| Oct 25 18:09:15.027 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-10-25T18:09:15.526Z | [ recovery-image] Oct 25 18:09:15.042 INFO O| Oct 25 18:09:15.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4446 | 2024-10-25T18:09:15.526Z | [ recovery-image] Oct 25 18:09:15.042 INFO O| Oct 25 18:09:15.042 INFO STEP 107 (remove_files) COMPLETE |
4447 | 2024-10-25T18:09:15.526Z | [ recovery-image] Oct 25 18:09:15.042 INFO O| Oct 25 18:09:15.042 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-10-25T18:09:15.550Z | [ recovery-image] Oct 25 18:09:15.056 INFO O| Oct 25 18:09:15.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4449 | 2024-10-25T18:09:15.550Z | [ recovery-image] Oct 25 18:09:15.057 INFO O| Oct 25 18:09:15.056 INFO STEP 108 (remove_files) COMPLETE |
4450 | 2024-10-25T18:09:15.550Z | [ recovery-image] Oct 25 18:09:15.057 INFO O| Oct 25 18:09:15.057 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-10-25T18:09:15.550Z | [ recovery-image] Oct 25 18:09:15.074 INFO O| Oct 25 18:09:15.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4452 | 2024-10-25T18:09:15.550Z | [ recovery-image] Oct 25 18:09:15.074 INFO O| Oct 25 18:09:15.074 INFO STEP 109 (remove_files) COMPLETE |
4453 | 2024-10-25T18:09:15.550Z | [ recovery-image] Oct 25 18:09:15.074 INFO O| Oct 25 18:09:15.074 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-10-25T18:09:15.574Z | [ recovery-image] Oct 25 18:09:15.086 INFO O| Oct 25 18:09:15.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4455 | 2024-10-25T18:09:15.575Z | [ recovery-image] Oct 25 18:09:15.087 INFO O| Oct 25 18:09:15.087 INFO STEP 110 (remove_files) COMPLETE |
4456 | 2024-10-25T18:09:15.575Z | [ recovery-image] Oct 25 18:09:15.087 INFO O| Oct 25 18:09:15.087 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-10-25T18:09:15.575Z | [ recovery-image] Oct 25 18:09:15.099 INFO O| Oct 25 18:09:15.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4458 | 2024-10-25T18:09:15.575Z | [ recovery-image] Oct 25 18:09:15.099 INFO O| Oct 25 18:09:15.099 INFO STEP 111 (remove_files) COMPLETE |
4459 | 2024-10-25T18:09:15.575Z | [ recovery-image] Oct 25 18:09:15.099 INFO O| Oct 25 18:09:15.099 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-10-25T18:09:15.599Z | [ recovery-image] Oct 25 18:09:15.112 INFO O| Oct 25 18:09:15.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4461 | 2024-10-25T18:09:15.599Z | [ recovery-image] Oct 25 18:09:15.113 INFO O| Oct 25 18:09:15.112 INFO STEP 112 (remove_files) COMPLETE |
4462 | 2024-10-25T18:09:15.599Z | [ recovery-image] Oct 25 18:09:15.113 INFO O| Oct 25 18:09:15.112 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-10-25T18:09:15.622Z | [ recovery-image] Oct 25 18:09:15.128 INFO O| Oct 25 18:09:15.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4464 | 2024-10-25T18:09:15.622Z | [ recovery-image] Oct 25 18:09:15.128 INFO O| Oct 25 18:09:15.128 INFO STEP 113 (remove_files) COMPLETE |
4465 | 2024-10-25T18:09:15.623Z | [ recovery-image] Oct 25 18:09:15.128 INFO O| Oct 25 18:09:15.128 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-10-25T18:09:15.623Z | [ recovery-image] Oct 25 18:09:15.142 INFO O| Oct 25 18:09:15.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4467 | 2024-10-25T18:09:15.623Z | [ recovery-image] Oct 25 18:09:15.142 INFO O| Oct 25 18:09:15.142 INFO STEP 114 (remove_files) COMPLETE |
4468 | 2024-10-25T18:09:15.623Z | [ recovery-image] Oct 25 18:09:15.142 INFO O| Oct 25 18:09:15.142 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-10-25T18:09:15.646Z | [ recovery-image] Oct 25 18:09:15.159 INFO O| Oct 25 18:09:15.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4470 | 2024-10-25T18:09:15.647Z | [ recovery-image] Oct 25 18:09:15.159 INFO O| Oct 25 18:09:15.159 INFO STEP 115 (remove_files) COMPLETE |
4471 | 2024-10-25T18:09:15.647Z | [ recovery-image] Oct 25 18:09:15.159 INFO O| Oct 25 18:09:15.159 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-10-25T18:09:15.670Z | [ recovery-image] Oct 25 18:09:15.175 INFO O| Oct 25 18:09:15.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4473 | 2024-10-25T18:09:15.670Z | [ recovery-image] Oct 25 18:09:15.175 INFO O| Oct 25 18:09:15.175 INFO STEP 116 (remove_files) COMPLETE |
4474 | 2024-10-25T18:09:15.671Z | [ recovery-image] Oct 25 18:09:15.175 INFO O| Oct 25 18:09:15.175 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-10-25T18:09:15.671Z | [ recovery-image] Oct 25 18:09:15.188 INFO O| Oct 25 18:09:15.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4476 | 2024-10-25T18:09:15.671Z | [ recovery-image] Oct 25 18:09:15.188 INFO O| Oct 25 18:09:15.188 INFO STEP 117 (remove_files) COMPLETE |
4477 | 2024-10-25T18:09:15.671Z | [ recovery-image] Oct 25 18:09:15.188 INFO O| Oct 25 18:09:15.188 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-10-25T18:09:15.694Z | [ recovery-image] Oct 25 18:09:15.207 INFO O| Oct 25 18:09:15.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4479 | 2024-10-25T18:09:15.694Z | [ recovery-image] Oct 25 18:09:15.207 INFO O| Oct 25 18:09:15.207 INFO STEP 118 (remove_files) COMPLETE |
4480 | 2024-10-25T18:09:15.694Z | [ recovery-image] Oct 25 18:09:15.207 INFO O| Oct 25 18:09:15.207 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-10-25T18:09:15.718Z | [ recovery-image] Oct 25 18:09:15.224 INFO O| Oct 25 18:09:15.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4482 | 2024-10-25T18:09:15.718Z | [ recovery-image] Oct 25 18:09:15.224 INFO O| Oct 25 18:09:15.224 INFO STEP 119 (remove_files) COMPLETE |
4483 | 2024-10-25T18:09:15.718Z | [ recovery-image] Oct 25 18:09:15.224 INFO O| Oct 25 18:09:15.224 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-10-25T18:09:15.718Z | [ recovery-image] Oct 25 18:09:15.238 INFO O| Oct 25 18:09:15.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4485 | 2024-10-25T18:09:15.718Z | [ recovery-image] Oct 25 18:09:15.238 INFO O| Oct 25 18:09:15.238 INFO STEP 120 (remove_files) COMPLETE |
4486 | 2024-10-25T18:09:15.718Z | [ recovery-image] Oct 25 18:09:15.238 INFO O| Oct 25 18:09:15.238 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-10-25T18:09:15.742Z | [ recovery-image] Oct 25 18:09:15.251 INFO O| Oct 25 18:09:15.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4488 | 2024-10-25T18:09:15.742Z | [ recovery-image] Oct 25 18:09:15.252 INFO O| Oct 25 18:09:15.252 INFO STEP 121 (remove_files) COMPLETE |
4489 | 2024-10-25T18:09:15.742Z | [ recovery-image] Oct 25 18:09:15.252 INFO O| Oct 25 18:09:15.252 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-10-25T18:09:15.766Z | [ recovery-image] Oct 25 18:09:15.269 INFO O| Oct 25 18:09:15.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4491 | 2024-10-25T18:09:15.766Z | [ recovery-image] Oct 25 18:09:15.269 INFO O| Oct 25 18:09:15.269 INFO STEP 122 (remove_files) COMPLETE |
4492 | 2024-10-25T18:09:15.766Z | [ recovery-image] Oct 25 18:09:15.269 INFO O| Oct 25 18:09:15.269 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-10-25T18:09:15.766Z | [ recovery-image] Oct 25 18:09:15.285 INFO O| Oct 25 18:09:15.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4494 | 2024-10-25T18:09:15.766Z | [ recovery-image] Oct 25 18:09:15.285 INFO O| Oct 25 18:09:15.285 INFO STEP 123 (remove_files) COMPLETE |
4495 | 2024-10-25T18:09:15.766Z | [ recovery-image] Oct 25 18:09:15.285 INFO O| Oct 25 18:09:15.285 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-10-25T18:09:15.790Z | [ recovery-image] Oct 25 18:09:15.297 INFO O| Oct 25 18:09:15.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4497 | 2024-10-25T18:09:15.790Z | [ recovery-image] Oct 25 18:09:15.298 INFO O| Oct 25 18:09:15.297 INFO STEP 124 (remove_files) COMPLETE |
4498 | 2024-10-25T18:09:15.790Z | [ recovery-image] Oct 25 18:09:15.298 INFO O| Oct 25 18:09:15.297 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-10-25T18:09:15.790Z | [ recovery-image] Oct 25 18:09:15.314 INFO O| Oct 25 18:09:15.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4500 | 2024-10-25T18:09:15.790Z | [ recovery-image] Oct 25 18:09:15.314 INFO O| Oct 25 18:09:15.314 INFO STEP 125 (remove_files) COMPLETE |
4501 | 2024-10-25T18:09:15.790Z | [ recovery-image] Oct 25 18:09:15.314 INFO O| Oct 25 18:09:15.314 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-10-25T18:09:15.814Z | [ recovery-image] Oct 25 18:09:15.330 INFO O| Oct 25 18:09:15.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4503 | 2024-10-25T18:09:15.814Z | [ recovery-image] Oct 25 18:09:15.330 INFO O| Oct 25 18:09:15.330 INFO STEP 126 (remove_files) COMPLETE |
4504 | 2024-10-25T18:09:15.814Z | [ recovery-image] Oct 25 18:09:15.330 INFO O| Oct 25 18:09:15.330 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-10-25T18:09:15.838Z | [ recovery-image] Oct 25 18:09:15.350 INFO O| Oct 25 18:09:15.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4506 | 2024-10-25T18:09:15.838Z | [ recovery-image] Oct 25 18:09:15.350 INFO O| Oct 25 18:09:15.350 INFO STEP 127 (remove_files) COMPLETE |
4507 | 2024-10-25T18:09:15.839Z | [ recovery-image] Oct 25 18:09:15.350 INFO O| Oct 25 18:09:15.350 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-10-25T18:09:15.839Z | [ recovery-image] Oct 25 18:09:15.363 INFO O| Oct 25 18:09:15.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4509 | 2024-10-25T18:09:15.839Z | [ recovery-image] Oct 25 18:09:15.363 INFO O| Oct 25 18:09:15.363 INFO STEP 128 (remove_files) COMPLETE |
4510 | 2024-10-25T18:09:15.839Z | [ recovery-image] Oct 25 18:09:15.363 INFO O| Oct 25 18:09:15.363 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-10-25T18:09:15.862Z | [ recovery-image] Oct 25 18:09:15.376 INFO O| Oct 25 18:09:15.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4512 | 2024-10-25T18:09:15.862Z | [ recovery-image] Oct 25 18:09:15.376 INFO O| Oct 25 18:09:15.376 INFO STEP 129 (remove_files) COMPLETE |
4513 | 2024-10-25T18:09:15.862Z | [ recovery-image] Oct 25 18:09:15.376 INFO O| Oct 25 18:09:15.376 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-10-25T18:09:15.887Z | [ recovery-image] Oct 25 18:09:15.393 INFO O| Oct 25 18:09:15.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4515 | 2024-10-25T18:09:15.887Z | [ recovery-image] Oct 25 18:09:15.393 INFO O| Oct 25 18:09:15.393 INFO STEP 130 (remove_files) COMPLETE |
4516 | 2024-10-25T18:09:15.887Z | [ recovery-image] Oct 25 18:09:15.393 INFO O| Oct 25 18:09:15.393 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-10-25T18:09:15.887Z | [ recovery-image] Oct 25 18:09:15.406 INFO O| Oct 25 18:09:15.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4518 | 2024-10-25T18:09:15.887Z | [ recovery-image] Oct 25 18:09:15.406 INFO O| Oct 25 18:09:15.406 INFO STEP 131 (remove_files) COMPLETE |
4519 | 2024-10-25T18:09:15.887Z | [ recovery-image] Oct 25 18:09:15.406 INFO O| Oct 25 18:09:15.406 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-10-25T18:09:15.912Z | [ recovery-image] Oct 25 18:09:15.418 INFO O| Oct 25 18:09:15.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4521 | 2024-10-25T18:09:15.912Z | [ recovery-image] Oct 25 18:09:15.419 INFO O| Oct 25 18:09:15.419 INFO STEP 132 (remove_files) COMPLETE |
4522 | 2024-10-25T18:09:15.912Z | [ recovery-image] Oct 25 18:09:15.419 INFO O| Oct 25 18:09:15.419 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-10-25T18:09:15.912Z | [ recovery-image] Oct 25 18:09:15.432 INFO O| Oct 25 18:09:15.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4524 | 2024-10-25T18:09:15.912Z | [ recovery-image] Oct 25 18:09:15.432 INFO O| Oct 25 18:09:15.432 INFO STEP 133 (remove_files) COMPLETE |
4525 | 2024-10-25T18:09:15.912Z | [ recovery-image] Oct 25 18:09:15.432 INFO O| Oct 25 18:09:15.432 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-10-25T18:09:15.935Z | [ recovery-image] Oct 25 18:09:15.445 INFO O| Oct 25 18:09:15.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4527 | 2024-10-25T18:09:15.935Z | [ recovery-image] Oct 25 18:09:15.445 INFO O| Oct 25 18:09:15.445 INFO STEP 134 (remove_files) COMPLETE |
4528 | 2024-10-25T18:09:15.935Z | [ recovery-image] Oct 25 18:09:15.445 INFO O| Oct 25 18:09:15.445 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-10-25T18:09:15.935Z | [ recovery-image] Oct 25 18:09:15.458 INFO O| Oct 25 18:09:15.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4530 | 2024-10-25T18:09:15.935Z | [ recovery-image] Oct 25 18:09:15.458 INFO O| Oct 25 18:09:15.458 INFO STEP 135 (remove_files) COMPLETE |
4531 | 2024-10-25T18:09:15.936Z | [ recovery-image] Oct 25 18:09:15.458 INFO O| Oct 25 18:09:15.458 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-10-25T18:09:15.959Z | [ recovery-image] Oct 25 18:09:15.477 INFO O| Oct 25 18:09:15.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4533 | 2024-10-25T18:09:15.959Z | [ recovery-image] Oct 25 18:09:15.477 INFO O| Oct 25 18:09:15.477 INFO STEP 136 (remove_files) COMPLETE |
4534 | 2024-10-25T18:09:15.959Z | [ recovery-image] Oct 25 18:09:15.477 INFO O| Oct 25 18:09:15.477 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-10-25T18:09:15.983Z | [ recovery-image] Oct 25 18:09:15.494 INFO O| Oct 25 18:09:15.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4536 | 2024-10-25T18:09:15.983Z | [ recovery-image] Oct 25 18:09:15.494 INFO O| Oct 25 18:09:15.494 INFO STEP 137 (remove_files) COMPLETE |
4537 | 2024-10-25T18:09:15.983Z | [ recovery-image] Oct 25 18:09:15.494 INFO O| Oct 25 18:09:15.494 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-10-25T18:09:15.983Z | [ recovery-image] Oct 25 18:09:15.508 INFO O| Oct 25 18:09:15.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4539 | 2024-10-25T18:09:15.983Z | [ recovery-image] Oct 25 18:09:15.508 INFO O| Oct 25 18:09:15.508 INFO STEP 138 (remove_files) COMPLETE |
4540 | 2024-10-25T18:09:15.983Z | [ recovery-image] Oct 25 18:09:15.508 INFO O| Oct 25 18:09:15.508 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-10-25T18:09:16.007Z | [ recovery-image] Oct 25 18:09:15.520 INFO O| Oct 25 18:09:15.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4542 | 2024-10-25T18:09:16.007Z | [ recovery-image] Oct 25 18:09:15.520 INFO O| Oct 25 18:09:15.520 INFO STEP 139 (remove_files) COMPLETE |
4543 | 2024-10-25T18:09:16.007Z | [ recovery-image] Oct 25 18:09:15.520 INFO O| Oct 25 18:09:15.520 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-10-25T18:09:16.031Z | [ recovery-image] Oct 25 18:09:15.533 INFO O| Oct 25 18:09:15.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4545 | 2024-10-25T18:09:16.031Z | [ recovery-image] Oct 25 18:09:15.533 INFO O| Oct 25 18:09:15.533 INFO STEP 140 (remove_files) COMPLETE |
4546 | 2024-10-25T18:09:16.031Z | [ recovery-image] Oct 25 18:09:15.533 INFO O| Oct 25 18:09:15.533 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-10-25T18:09:16.031Z | [ recovery-image] Oct 25 18:09:15.545 INFO O| Oct 25 18:09:15.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4548 | 2024-10-25T18:09:16.031Z | [ recovery-image] Oct 25 18:09:15.545 INFO O| Oct 25 18:09:15.545 INFO STEP 141 (remove_files) COMPLETE |
4549 | 2024-10-25T18:09:16.031Z | [ recovery-image] Oct 25 18:09:15.545 INFO O| Oct 25 18:09:15.545 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-10-25T18:09:16.055Z | [ recovery-image] Oct 25 18:09:15.558 INFO O| Oct 25 18:09:15.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4551 | 2024-10-25T18:09:16.055Z | [ recovery-image] Oct 25 18:09:15.558 INFO O| Oct 25 18:09:15.558 INFO STEP 142 (remove_files) COMPLETE |
4552 | 2024-10-25T18:09:16.055Z | [ recovery-image] Oct 25 18:09:15.558 INFO O| Oct 25 18:09:15.558 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-10-25T18:09:16.055Z | [ recovery-image] Oct 25 18:09:15.570 INFO O| Oct 25 18:09:15.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4554 | 2024-10-25T18:09:16.055Z | [ recovery-image] Oct 25 18:09:15.570 INFO O| Oct 25 18:09:15.570 INFO STEP 143 (remove_files) COMPLETE |
4555 | 2024-10-25T18:09:16.055Z | [ recovery-image] Oct 25 18:09:15.570 INFO O| Oct 25 18:09:15.570 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-10-25T18:09:16.079Z | [ recovery-image] Oct 25 18:09:15.587 INFO O| Oct 25 18:09:15.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4557 | 2024-10-25T18:09:16.079Z | [ recovery-image] Oct 25 18:09:15.587 INFO O| Oct 25 18:09:15.587 INFO STEP 144 (remove_files) COMPLETE |
4558 | 2024-10-25T18:09:16.079Z | [ recovery-image] Oct 25 18:09:15.587 INFO O| Oct 25 18:09:15.587 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-10-25T18:09:16.079Z | [ recovery-image] Oct 25 18:09:15.603 INFO O| Oct 25 18:09:15.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4560 | 2024-10-25T18:09:16.079Z | [ recovery-image] Oct 25 18:09:15.603 INFO O| Oct 25 18:09:15.603 INFO STEP 145 (remove_files) COMPLETE |
4561 | 2024-10-25T18:09:16.079Z | [ recovery-image] Oct 25 18:09:15.603 INFO O| Oct 25 18:09:15.603 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-10-25T18:09:16.103Z | [ recovery-image] Oct 25 18:09:15.616 INFO O| Oct 25 18:09:15.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4563 | 2024-10-25T18:09:16.103Z | [ recovery-image] Oct 25 18:09:15.616 INFO O| Oct 25 18:09:15.616 INFO STEP 146 (remove_files) COMPLETE |
4564 | 2024-10-25T18:09:16.103Z | [ recovery-image] Oct 25 18:09:15.616 INFO O| Oct 25 18:09:15.616 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-10-25T18:09:16.127Z | [ recovery-image] Oct 25 18:09:15.630 INFO O| Oct 25 18:09:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4566 | 2024-10-25T18:09:16.127Z | [ recovery-image] Oct 25 18:09:15.630 INFO O| Oct 25 18:09:15.630 INFO STEP 147 (remove_files) COMPLETE |
4567 | 2024-10-25T18:09:16.127Z | [ recovery-image] Oct 25 18:09:15.630 INFO O| Oct 25 18:09:15.630 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-10-25T18:09:16.127Z | [ recovery-image] Oct 25 18:09:15.644 INFO O| Oct 25 18:09:15.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4569 | 2024-10-25T18:09:16.127Z | [ recovery-image] Oct 25 18:09:15.644 INFO O| Oct 25 18:09:15.644 INFO STEP 148 (remove_files) COMPLETE |
4570 | 2024-10-25T18:09:16.127Z | [ recovery-image] Oct 25 18:09:15.644 INFO O| Oct 25 18:09:15.644 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-10-25T18:09:16.151Z | [ recovery-image] Oct 25 18:09:15.658 INFO O| Oct 25 18:09:15.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4572 | 2024-10-25T18:09:16.151Z | [ recovery-image] Oct 25 18:09:15.658 INFO O| Oct 25 18:09:15.658 INFO STEP 149 (remove_files) COMPLETE |
4573 | 2024-10-25T18:09:16.151Z | [ recovery-image] Oct 25 18:09:15.658 INFO O| Oct 25 18:09:15.658 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-10-25T18:09:16.151Z | [ recovery-image] Oct 25 18:09:15.671 INFO O| Oct 25 18:09:15.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4575 | 2024-10-25T18:09:16.151Z | [ recovery-image] Oct 25 18:09:15.671 INFO O| Oct 25 18:09:15.671 INFO STEP 150 (remove_files) COMPLETE |
4576 | 2024-10-25T18:09:16.151Z | [ recovery-image] Oct 25 18:09:15.671 INFO O| Oct 25 18:09:15.671 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-10-25T18:09:16.175Z | [ recovery-image] Oct 25 18:09:15.686 INFO O| Oct 25 18:09:15.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4578 | 2024-10-25T18:09:16.175Z | [ recovery-image] Oct 25 18:09:15.687 INFO O| Oct 25 18:09:15.687 INFO STEP 151 (remove_files) COMPLETE |
4579 | 2024-10-25T18:09:16.175Z | [ recovery-image] Oct 25 18:09:15.687 INFO O| Oct 25 18:09:15.687 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-10-25T18:09:16.199Z | [ recovery-image] Oct 25 18:09:15.704 INFO O| Oct 25 18:09:15.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4581 | 2024-10-25T18:09:16.199Z | [ recovery-image] Oct 25 18:09:15.704 INFO O| Oct 25 18:09:15.704 INFO STEP 152 (remove_files) COMPLETE |
4582 | 2024-10-25T18:09:16.199Z | [ recovery-image] Oct 25 18:09:15.704 INFO O| Oct 25 18:09:15.704 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-10-25T18:09:16.199Z | [ recovery-image] Oct 25 18:09:15.720 INFO O| Oct 25 18:09:15.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4584 | 2024-10-25T18:09:16.199Z | [ recovery-image] Oct 25 18:09:15.720 INFO O| Oct 25 18:09:15.720 INFO STEP 153 (remove_files) COMPLETE |
4585 | 2024-10-25T18:09:16.199Z | [ recovery-image] Oct 25 18:09:15.720 INFO O| Oct 25 18:09:15.720 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-10-25T18:09:16.223Z | [ recovery-image] Oct 25 18:09:15.739 INFO O| Oct 25 18:09:15.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4587 | 2024-10-25T18:09:16.223Z | [ recovery-image] Oct 25 18:09:15.739 INFO O| Oct 25 18:09:15.739 INFO STEP 154 (remove_files) COMPLETE |
4588 | 2024-10-25T18:09:16.223Z | [ recovery-image] Oct 25 18:09:15.739 INFO O| Oct 25 18:09:15.739 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-10-25T18:09:16.247Z | [ recovery-image] Oct 25 18:09:15.753 INFO O| Oct 25 18:09:15.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4590 | 2024-10-25T18:09:16.247Z | [ recovery-image] Oct 25 18:09:15.753 INFO O| Oct 25 18:09:15.753 INFO STEP 155 (remove_files) COMPLETE |
4591 | 2024-10-25T18:09:16.247Z | [ recovery-image] Oct 25 18:09:15.753 INFO O| Oct 25 18:09:15.753 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-10-25T18:09:16.247Z | [ recovery-image] Oct 25 18:09:15.765 INFO O| Oct 25 18:09:15.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4593 | 2024-10-25T18:09:16.247Z | [ recovery-image] Oct 25 18:09:15.765 INFO O| Oct 25 18:09:15.765 INFO STEP 156 (remove_files) COMPLETE |
4594 | 2024-10-25T18:09:16.247Z | [ recovery-image] Oct 25 18:09:15.765 INFO O| Oct 25 18:09:15.765 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-10-25T18:09:16.270Z | [ recovery-image] Oct 25 18:09:15.778 INFO O| Oct 25 18:09:15.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4596 | 2024-10-25T18:09:16.270Z | [ recovery-image] Oct 25 18:09:15.778 INFO O| Oct 25 18:09:15.778 INFO STEP 157 (remove_files) COMPLETE |
4597 | 2024-10-25T18:09:16.270Z | [ recovery-image] Oct 25 18:09:15.778 INFO O| Oct 25 18:09:15.778 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-10-25T18:09:16.270Z | [ recovery-image] Oct 25 18:09:15.791 INFO O| Oct 25 18:09:15.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4599 | 2024-10-25T18:09:16.270Z | [ recovery-image] Oct 25 18:09:15.791 INFO O| Oct 25 18:09:15.791 INFO STEP 158 (remove_files) COMPLETE |
4600 | 2024-10-25T18:09:16.270Z | [ recovery-image] Oct 25 18:09:15.791 INFO O| Oct 25 18:09:15.791 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-10-25T18:09:16.294Z | [ recovery-image] Oct 25 18:09:15.807 INFO O| Oct 25 18:09:15.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4602 | 2024-10-25T18:09:16.294Z | [ recovery-image] Oct 25 18:09:15.807 INFO O| Oct 25 18:09:15.807 INFO STEP 159 (remove_files) COMPLETE |
4603 | 2024-10-25T18:09:16.294Z | [ recovery-image] Oct 25 18:09:15.807 INFO O| Oct 25 18:09:15.807 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-10-25T18:09:16.318Z | [ recovery-image] Oct 25 18:09:15.824 INFO O| Oct 25 18:09:15.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4605 | 2024-10-25T18:09:16.318Z | [ recovery-image] Oct 25 18:09:15.824 INFO O| Oct 25 18:09:15.824 INFO STEP 160 (remove_files) COMPLETE |
4606 | 2024-10-25T18:09:16.318Z | [ recovery-image] Oct 25 18:09:15.824 INFO O| Oct 25 18:09:15.824 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-10-25T18:09:16.318Z | [ recovery-image] Oct 25 18:09:15.839 INFO O| Oct 25 18:09:15.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4608 | 2024-10-25T18:09:16.318Z | [ recovery-image] Oct 25 18:09:15.840 INFO O| Oct 25 18:09:15.839 INFO STEP 161 (remove_files) COMPLETE |
4609 | 2024-10-25T18:09:16.318Z | [ recovery-image] Oct 25 18:09:15.840 INFO O| Oct 25 18:09:15.840 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-10-25T18:09:16.342Z | [ recovery-image] Oct 25 18:09:15.853 INFO O| Oct 25 18:09:15.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4611 | 2024-10-25T18:09:16.343Z | [ recovery-image] Oct 25 18:09:15.854 INFO O| Oct 25 18:09:15.853 INFO STEP 162 (remove_files) COMPLETE |
4612 | 2024-10-25T18:09:16.343Z | [ recovery-image] Oct 25 18:09:15.854 INFO O| Oct 25 18:09:15.854 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-10-25T18:09:16.343Z | [ recovery-image] Oct 25 18:09:15.866 INFO O| Oct 25 18:09:15.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4614 | 2024-10-25T18:09:16.343Z | [ recovery-image] Oct 25 18:09:15.867 INFO O| Oct 25 18:09:15.866 INFO STEP 163 (remove_files) COMPLETE |
4615 | 2024-10-25T18:09:16.343Z | [ recovery-image] Oct 25 18:09:15.867 INFO O| Oct 25 18:09:15.867 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-10-25T18:09:16.367Z | [ recovery-image] Oct 25 18:09:15.879 INFO O| Oct 25 18:09:15.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4617 | 2024-10-25T18:09:16.367Z | [ recovery-image] Oct 25 18:09:15.879 INFO O| Oct 25 18:09:15.879 INFO STEP 164 (remove_files) COMPLETE |
4618 | 2024-10-25T18:09:16.367Z | [ recovery-image] Oct 25 18:09:15.879 INFO O| Oct 25 18:09:15.879 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-10-25T18:09:16.395Z | [ recovery-image] Oct 25 18:09:15.893 INFO O| Oct 25 18:09:15.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4620 | 2024-10-25T18:09:16.395Z | [ recovery-image] Oct 25 18:09:15.893 INFO O| Oct 25 18:09:15.893 INFO STEP 165 (remove_files) COMPLETE |
4621 | 2024-10-25T18:09:16.395Z | [ recovery-image] Oct 25 18:09:15.893 INFO O| Oct 25 18:09:15.893 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-10-25T18:09:16.395Z | [ recovery-image] Oct 25 18:09:15.908 INFO O| Oct 25 18:09:15.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4623 | 2024-10-25T18:09:16.395Z | [ recovery-image] Oct 25 18:09:15.909 INFO O| Oct 25 18:09:15.909 INFO STEP 166 (remove_files) COMPLETE |
4624 | 2024-10-25T18:09:16.395Z | [ recovery-image] Oct 25 18:09:15.909 INFO O| Oct 25 18:09:15.909 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-10-25T18:09:16.419Z | [ recovery-image] Oct 25 18:09:15.921 INFO O| Oct 25 18:09:15.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4626 | 2024-10-25T18:09:16.419Z | [ recovery-image] Oct 25 18:09:15.922 INFO O| Oct 25 18:09:15.922 INFO STEP 167 (remove_files) COMPLETE |
4627 | 2024-10-25T18:09:16.419Z | [ recovery-image] Oct 25 18:09:15.922 INFO O| Oct 25 18:09:15.922 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-10-25T18:09:16.419Z | [ recovery-image] Oct 25 18:09:15.934 INFO O| Oct 25 18:09:15.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4629 | 2024-10-25T18:09:16.419Z | [ recovery-image] Oct 25 18:09:15.934 INFO O| Oct 25 18:09:15.934 INFO STEP 168 (remove_files) COMPLETE |
4630 | 2024-10-25T18:09:16.419Z | [ recovery-image] Oct 25 18:09:15.934 INFO O| Oct 25 18:09:15.934 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-10-25T18:09:16.443Z | [ recovery-image] Oct 25 18:09:15.946 INFO O| Oct 25 18:09:15.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4632 | 2024-10-25T18:09:16.443Z | [ recovery-image] Oct 25 18:09:15.946 INFO O| Oct 25 18:09:15.946 INFO STEP 169 (remove_files) COMPLETE |
4633 | 2024-10-25T18:09:16.443Z | [ recovery-image] Oct 25 18:09:15.947 INFO O| Oct 25 18:09:15.946 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-10-25T18:09:16.443Z | [ recovery-image] Oct 25 18:09:15.959 INFO O| Oct 25 18:09:15.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4635 | 2024-10-25T18:09:16.443Z | [ recovery-image] Oct 25 18:09:15.959 INFO O| Oct 25 18:09:15.959 INFO STEP 170 (remove_files) COMPLETE |
4636 | 2024-10-25T18:09:16.443Z | [ recovery-image] Oct 25 18:09:15.959 INFO O| Oct 25 18:09:15.959 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-10-25T18:09:16.466Z | [ recovery-image] Oct 25 18:09:15.971 INFO O| Oct 25 18:09:15.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4638 | 2024-10-25T18:09:16.466Z | [ recovery-image] Oct 25 18:09:15.972 INFO O| Oct 25 18:09:15.972 INFO STEP 171 (remove_files) COMPLETE |
4639 | 2024-10-25T18:09:16.467Z | [ recovery-image] Oct 25 18:09:15.972 INFO O| Oct 25 18:09:15.972 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-10-25T18:09:16.467Z | [ recovery-image] Oct 25 18:09:15.984 INFO O| Oct 25 18:09:15.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4641 | 2024-10-25T18:09:16.467Z | [ recovery-image] Oct 25 18:09:15.984 INFO O| Oct 25 18:09:15.984 INFO STEP 172 (remove_files) COMPLETE |
4642 | 2024-10-25T18:09:16.467Z | [ recovery-image] Oct 25 18:09:15.984 INFO O| Oct 25 18:09:15.984 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-10-25T18:09:16.491Z | [ recovery-image] Oct 25 18:09:15.997 INFO O| Oct 25 18:09:15.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4644 | 2024-10-25T18:09:16.491Z | [ recovery-image] Oct 25 18:09:15.998 INFO O| Oct 25 18:09:15.997 INFO STEP 173 (remove_files) COMPLETE |
4645 | 2024-10-25T18:09:16.491Z | [ recovery-image] Oct 25 18:09:15.998 INFO O| Oct 25 18:09:15.997 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-10-25T18:09:16.491Z | [ recovery-image] Oct 25 18:09:16.010 INFO O| Oct 25 18:09:16.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4647 | 2024-10-25T18:09:16.491Z | [ recovery-image] Oct 25 18:09:16.010 INFO O| Oct 25 18:09:16.010 INFO STEP 174 (remove_files) COMPLETE |
4648 | 2024-10-25T18:09:16.491Z | [ recovery-image] Oct 25 18:09:16.010 INFO O| Oct 25 18:09:16.010 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-10-25T18:09:16.515Z | [ recovery-image] Oct 25 18:09:16.022 INFO O| Oct 25 18:09:16.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4650 | 2024-10-25T18:09:16.515Z | [ recovery-image] Oct 25 18:09:16.022 INFO O| Oct 25 18:09:16.022 INFO STEP 175 (remove_files) COMPLETE |
4651 | 2024-10-25T18:09:16.515Z | [ recovery-image] Oct 25 18:09:16.023 INFO O| Oct 25 18:09:16.022 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-10-25T18:09:16.515Z | [ recovery-image] Oct 25 18:09:16.035 INFO O| Oct 25 18:09:16.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4653 | 2024-10-25T18:09:16.515Z | [ recovery-image] Oct 25 18:09:16.035 INFO O| Oct 25 18:09:16.035 INFO STEP 176 (remove_files) COMPLETE |
4654 | 2024-10-25T18:09:16.515Z | [ recovery-image] Oct 25 18:09:16.035 INFO O| Oct 25 18:09:16.035 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-10-25T18:09:16.539Z | [ recovery-image] Oct 25 18:09:16.051 INFO O| Oct 25 18:09:16.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4656 | 2024-10-25T18:09:16.539Z | [ recovery-image] Oct 25 18:09:16.051 INFO O| Oct 25 18:09:16.051 INFO STEP 177 (remove_files) COMPLETE |
4657 | 2024-10-25T18:09:16.539Z | [ recovery-image] Oct 25 18:09:16.051 INFO O| Oct 25 18:09:16.051 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-10-25T18:09:16.563Z | [ recovery-image] Oct 25 18:09:16.067 INFO O| Oct 25 18:09:16.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4659 | 2024-10-25T18:09:16.563Z | [ recovery-image] Oct 25 18:09:16.068 INFO O| Oct 25 18:09:16.068 INFO STEP 178 (remove_files) COMPLETE |
4660 | 2024-10-25T18:09:16.563Z | [ recovery-image] Oct 25 18:09:16.068 INFO O| Oct 25 18:09:16.068 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-10-25T18:09:16.563Z | [ recovery-image] Oct 25 18:09:16.082 INFO O| Oct 25 18:09:16.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4662 | 2024-10-25T18:09:16.563Z | [ recovery-image] Oct 25 18:09:16.082 INFO O| Oct 25 18:09:16.082 INFO STEP 179 (remove_files) COMPLETE |
4663 | 2024-10-25T18:09:16.563Z | [ recovery-image] Oct 25 18:09:16.082 INFO O| Oct 25 18:09:16.082 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-10-25T18:09:16.587Z | [ recovery-image] Oct 25 18:09:16.096 INFO O| Oct 25 18:09:16.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4665 | 2024-10-25T18:09:16.587Z | [ recovery-image] Oct 25 18:09:16.096 INFO O| Oct 25 18:09:16.096 INFO STEP 180 (remove_files) COMPLETE |
4666 | 2024-10-25T18:09:16.587Z | [ recovery-image] Oct 25 18:09:16.096 INFO O| Oct 25 18:09:16.096 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-10-25T18:09:16.587Z | [ recovery-image] Oct 25 18:09:16.109 INFO O| Oct 25 18:09:16.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4668 | 2024-10-25T18:09:16.587Z | [ recovery-image] Oct 25 18:09:16.109 INFO O| Oct 25 18:09:16.109 INFO STEP 181 (remove_files) COMPLETE |
4669 | 2024-10-25T18:09:16.587Z | [ recovery-image] Oct 25 18:09:16.109 INFO O| Oct 25 18:09:16.109 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-10-25T18:09:16.611Z | [ recovery-image] Oct 25 18:09:16.121 INFO O| Oct 25 18:09:16.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4671 | 2024-10-25T18:09:16.611Z | [ recovery-image] Oct 25 18:09:16.121 INFO O| Oct 25 18:09:16.121 INFO STEP 182 (remove_files) COMPLETE |
4672 | 2024-10-25T18:09:16.611Z | [ recovery-image] Oct 25 18:09:16.121 INFO O| Oct 25 18:09:16.121 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-10-25T18:09:16.611Z | [ recovery-image] Oct 25 18:09:16.134 INFO O| Oct 25 18:09:16.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4674 | 2024-10-25T18:09:16.611Z | [ recovery-image] Oct 25 18:09:16.134 INFO O| Oct 25 18:09:16.134 INFO STEP 183 (remove_files) COMPLETE |
4675 | 2024-10-25T18:09:16.611Z | [ recovery-image] Oct 25 18:09:16.134 INFO O| Oct 25 18:09:16.134 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-10-25T18:09:16.637Z | [ recovery-image] Oct 25 18:09:16.146 INFO O| Oct 25 18:09:16.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4677 | 2024-10-25T18:09:16.637Z | [ recovery-image] Oct 25 18:09:16.146 INFO O| Oct 25 18:09:16.146 INFO STEP 184 (remove_files) COMPLETE |
4678 | 2024-10-25T18:09:16.637Z | [ recovery-image] Oct 25 18:09:16.146 INFO O| Oct 25 18:09:16.146 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-10-25T18:09:16.661Z | [ recovery-image] Oct 25 18:09:16.164 INFO O| Oct 25 18:09:16.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4680 | 2024-10-25T18:09:16.661Z | [ recovery-image] Oct 25 18:09:16.165 INFO O| Oct 25 18:09:16.164 INFO STEP 185 (remove_files) COMPLETE |
4681 | 2024-10-25T18:09:16.661Z | [ recovery-image] Oct 25 18:09:16.165 INFO O| Oct 25 18:09:16.165 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-10-25T18:09:16.661Z | [ recovery-image] Oct 25 18:09:16.177 INFO O| Oct 25 18:09:16.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4683 | 2024-10-25T18:09:16.661Z | [ recovery-image] Oct 25 18:09:16.177 INFO O| Oct 25 18:09:16.177 INFO STEP 186 (remove_files) COMPLETE |
4684 | 2024-10-25T18:09:16.661Z | [ recovery-image] Oct 25 18:09:16.177 INFO O| Oct 25 18:09:16.177 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-10-25T18:09:16.685Z | [ recovery-image] Oct 25 18:09:16.189 INFO O| Oct 25 18:09:16.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4686 | 2024-10-25T18:09:16.685Z | [ recovery-image] Oct 25 18:09:16.189 INFO O| Oct 25 18:09:16.189 INFO STEP 187 (remove_files) COMPLETE |
4687 | 2024-10-25T18:09:16.685Z | [ recovery-image] Oct 25 18:09:16.189 INFO O| Oct 25 18:09:16.189 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-10-25T18:09:16.685Z | [ recovery-image] Oct 25 18:09:16.204 INFO O| Oct 25 18:09:16.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4689 | 2024-10-25T18:09:16.686Z | [ recovery-image] Oct 25 18:09:16.204 INFO O| Oct 25 18:09:16.204 INFO STEP 188 (remove_files) COMPLETE |
4690 | 2024-10-25T18:09:16.686Z | [ recovery-image] Oct 25 18:09:16.204 INFO O| Oct 25 18:09:16.204 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-10-25T18:09:16.710Z | [ recovery-image] Oct 25 18:09:16.217 INFO O| Oct 25 18:09:16.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4692 | 2024-10-25T18:09:16.710Z | [ recovery-image] Oct 25 18:09:16.217 INFO O| Oct 25 18:09:16.217 INFO STEP 189 (remove_files) COMPLETE |
4693 | 2024-10-25T18:09:16.710Z | [ recovery-image] Oct 25 18:09:16.217 INFO O| Oct 25 18:09:16.217 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-10-25T18:09:16.710Z | [ recovery-image] Oct 25 18:09:16.233 INFO O| Oct 25 18:09:16.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4695 | 2024-10-25T18:09:16.710Z | [ recovery-image] Oct 25 18:09:16.234 INFO O| Oct 25 18:09:16.234 INFO STEP 190 (remove_files) COMPLETE |
4696 | 2024-10-25T18:09:16.710Z | [ recovery-image] Oct 25 18:09:16.234 INFO O| Oct 25 18:09:16.234 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-10-25T18:09:16.734Z | [ recovery-image] Oct 25 18:09:16.247 INFO O| Oct 25 18:09:16.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4698 | 2024-10-25T18:09:16.734Z | [ recovery-image] Oct 25 18:09:16.247 INFO O| Oct 25 18:09:16.247 INFO STEP 191 (remove_files) COMPLETE |
4699 | 2024-10-25T18:09:16.734Z | [ recovery-image] Oct 25 18:09:16.247 INFO O| Oct 25 18:09:16.247 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-10-25T18:09:16.758Z | [ recovery-image] Oct 25 18:09:16.260 INFO O| Oct 25 18:09:16.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4701 | 2024-10-25T18:09:16.758Z | [ recovery-image] Oct 25 18:09:16.260 INFO O| Oct 25 18:09:16.260 INFO STEP 192 (remove_files) COMPLETE |
4702 | 2024-10-25T18:09:16.758Z | [ recovery-image] Oct 25 18:09:16.260 INFO O| Oct 25 18:09:16.260 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-10-25T18:09:16.758Z | [ recovery-image] Oct 25 18:09:16.272 INFO O| Oct 25 18:09:16.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4704 | 2024-10-25T18:09:16.758Z | [ recovery-image] Oct 25 18:09:16.272 INFO O| Oct 25 18:09:16.272 INFO STEP 193 (remove_files) COMPLETE |
4705 | 2024-10-25T18:09:16.758Z | [ recovery-image] Oct 25 18:09:16.272 INFO O| Oct 25 18:09:16.272 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-10-25T18:09:16.781Z | [ recovery-image] Oct 25 18:09:16.284 INFO O| Oct 25 18:09:16.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4707 | 2024-10-25T18:09:16.782Z | [ recovery-image] Oct 25 18:09:16.284 INFO O| Oct 25 18:09:16.284 INFO STEP 194 (remove_files) COMPLETE |
4708 | 2024-10-25T18:09:16.782Z | [ recovery-image] Oct 25 18:09:16.284 INFO O| Oct 25 18:09:16.284 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-10-25T18:09:16.782Z | [ recovery-image] Oct 25 18:09:16.296 INFO O| Oct 25 18:09:16.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4710 | 2024-10-25T18:09:16.782Z | [ recovery-image] Oct 25 18:09:16.297 INFO O| Oct 25 18:09:16.296 INFO STEP 195 (remove_files) COMPLETE |
4711 | 2024-10-25T18:09:16.782Z | [ recovery-image] Oct 25 18:09:16.297 INFO O| Oct 25 18:09:16.297 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-10-25T18:09:16.806Z | [ recovery-image] Oct 25 18:09:16.312 INFO O| Oct 25 18:09:16.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4713 | 2024-10-25T18:09:16.806Z | [ recovery-image] Oct 25 18:09:16.313 INFO O| Oct 25 18:09:16.312 INFO STEP 196 (remove_files) COMPLETE |
4714 | 2024-10-25T18:09:16.806Z | [ recovery-image] Oct 25 18:09:16.313 INFO O| Oct 25 18:09:16.312 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-10-25T18:09:16.806Z | [ recovery-image] Oct 25 18:09:16.327 INFO O| Oct 25 18:09:16.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4716 | 2024-10-25T18:09:16.806Z | [ recovery-image] Oct 25 18:09:16.327 INFO O| Oct 25 18:09:16.327 INFO STEP 197 (remove_files) COMPLETE |
4717 | 2024-10-25T18:09:16.806Z | [ recovery-image] Oct 25 18:09:16.327 INFO O| Oct 25 18:09:16.327 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-10-25T18:09:16.830Z | [ recovery-image] Oct 25 18:09:16.350 INFO O| Oct 25 18:09:16.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4719 | 2024-10-25T18:09:16.830Z | [ recovery-image] Oct 25 18:09:16.351 INFO O| Oct 25 18:09:16.351 INFO STEP 198 (remove_files) COMPLETE |
4720 | 2024-10-25T18:09:16.830Z | [ recovery-image] Oct 25 18:09:16.351 INFO O| Oct 25 18:09:16.351 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-10-25T18:09:16.854Z | [ recovery-image] Oct 25 18:09:16.366 INFO O| Oct 25 18:09:16.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4722 | 2024-10-25T18:09:16.854Z | [ recovery-image] Oct 25 18:09:16.366 INFO O| Oct 25 18:09:16.366 INFO STEP 199 (remove_files) COMPLETE |
4723 | 2024-10-25T18:09:16.854Z | [ recovery-image] Oct 25 18:09:16.366 INFO O| Oct 25 18:09:16.366 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-10-25T18:09:16.854Z | [ recovery-image] Oct 25 18:09:16.379 INFO O| Oct 25 18:09:16.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4725 | 2024-10-25T18:09:16.854Z | [ recovery-image] Oct 25 18:09:16.379 INFO O| Oct 25 18:09:16.379 INFO STEP 200 (remove_files) COMPLETE |
4726 | 2024-10-25T18:09:16.854Z | [ recovery-image] Oct 25 18:09:16.379 INFO O| Oct 25 18:09:16.379 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-10-25T18:09:16.878Z | [ recovery-image] Oct 25 18:09:16.391 INFO O| Oct 25 18:09:16.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4728 | 2024-10-25T18:09:16.878Z | [ recovery-image] Oct 25 18:09:16.392 INFO O| Oct 25 18:09:16.392 INFO STEP 201 (remove_files) COMPLETE |
4729 | 2024-10-25T18:09:16.878Z | [ recovery-image] Oct 25 18:09:16.392 INFO O| Oct 25 18:09:16.392 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-10-25T18:09:16.901Z | [ recovery-image] Oct 25 18:09:16.404 INFO O| Oct 25 18:09:16.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4731 | 2024-10-25T18:09:16.902Z | [ recovery-image] Oct 25 18:09:16.404 INFO O| Oct 25 18:09:16.404 INFO STEP 202 (remove_files) COMPLETE |
4732 | 2024-10-25T18:09:16.902Z | [ recovery-image] Oct 25 18:09:16.404 INFO O| Oct 25 18:09:16.404 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-10-25T18:09:16.902Z | [ recovery-image] Oct 25 18:09:16.423 INFO O| Oct 25 18:09:16.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4734 | 2024-10-25T18:09:16.902Z | [ recovery-image] Oct 25 18:09:16.423 INFO O| Oct 25 18:09:16.423 INFO STEP 203 (remove_files) COMPLETE |
4735 | 2024-10-25T18:09:16.902Z | [ recovery-image] Oct 25 18:09:16.423 INFO O| Oct 25 18:09:16.423 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-10-25T18:09:16.926Z | [ recovery-image] Oct 25 18:09:16.440 INFO O| Oct 25 18:09:16.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4737 | 2024-10-25T18:09:16.926Z | [ recovery-image] Oct 25 18:09:16.440 INFO O| Oct 25 18:09:16.440 INFO STEP 204 (remove_files) COMPLETE |
4738 | 2024-10-25T18:09:16.926Z | [ recovery-image] Oct 25 18:09:16.440 INFO O| Oct 25 18:09:16.440 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-10-25T18:09:16.950Z | [ recovery-image] Oct 25 18:09:16.453 INFO O| Oct 25 18:09:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4740 | 2024-10-25T18:09:16.950Z | [ recovery-image] Oct 25 18:09:16.453 INFO O| Oct 25 18:09:16.453 INFO STEP 205 (remove_files) COMPLETE |
4741 | 2024-10-25T18:09:16.950Z | [ recovery-image] Oct 25 18:09:16.453 INFO O| Oct 25 18:09:16.453 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-10-25T18:09:16.950Z | [ recovery-image] Oct 25 18:09:16.466 INFO O| Oct 25 18:09:16.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4743 | 2024-10-25T18:09:16.950Z | [ recovery-image] Oct 25 18:09:16.466 INFO O| Oct 25 18:09:16.466 INFO STEP 206 (remove_files) COMPLETE |
4744 | 2024-10-25T18:09:16.950Z | [ recovery-image] Oct 25 18:09:16.466 INFO O| Oct 25 18:09:16.466 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-10-25T18:09:16.974Z | [ recovery-image] Oct 25 18:09:16.478 INFO O| Oct 25 18:09:16.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4746 | 2024-10-25T18:09:16.974Z | [ recovery-image] Oct 25 18:09:16.478 INFO O| Oct 25 18:09:16.478 INFO STEP 207 (remove_files) COMPLETE |
4747 | 2024-10-25T18:09:16.974Z | [ recovery-image] Oct 25 18:09:16.478 INFO O| Oct 25 18:09:16.478 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-10-25T18:09:16.974Z | [ recovery-image] Oct 25 18:09:16.491 INFO O| Oct 25 18:09:16.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4749 | 2024-10-25T18:09:16.974Z | [ recovery-image] Oct 25 18:09:16.491 INFO O| Oct 25 18:09:16.491 INFO STEP 208 (remove_files) COMPLETE |
4750 | 2024-10-25T18:09:16.974Z | [ recovery-image] Oct 25 18:09:16.491 INFO O| Oct 25 18:09:16.491 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-10-25T18:09:16.998Z | [ recovery-image] Oct 25 18:09:16.503 INFO O| Oct 25 18:09:16.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4752 | 2024-10-25T18:09:16.998Z | [ recovery-image] Oct 25 18:09:16.503 INFO O| Oct 25 18:09:16.503 INFO STEP 209 (remove_files) COMPLETE |
4753 | 2024-10-25T18:09:16.998Z | [ recovery-image] Oct 25 18:09:16.503 INFO O| Oct 25 18:09:16.503 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-10-25T18:09:16.998Z | [ recovery-image] Oct 25 18:09:16.515 INFO O| Oct 25 18:09:16.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4755 | 2024-10-25T18:09:16.998Z | [ recovery-image] Oct 25 18:09:16.515 INFO O| Oct 25 18:09:16.515 INFO STEP 210 (remove_files) COMPLETE |
4756 | 2024-10-25T18:09:16.998Z | [ recovery-image] Oct 25 18:09:16.515 INFO O| Oct 25 18:09:16.515 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-10-25T18:09:17.022Z | [ recovery-image] Oct 25 18:09:16.527 INFO O| Oct 25 18:09:16.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4758 | 2024-10-25T18:09:17.022Z | [ recovery-image] Oct 25 18:09:16.527 INFO O| Oct 25 18:09:16.527 INFO STEP 211 (remove_files) COMPLETE |
4759 | 2024-10-25T18:09:17.022Z | [ recovery-image] Oct 25 18:09:16.527 INFO O| Oct 25 18:09:16.527 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-10-25T18:09:17.022Z | [ recovery-image] Oct 25 18:09:16.539 INFO O| Oct 25 18:09:16.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4761 | 2024-10-25T18:09:17.022Z | [ recovery-image] Oct 25 18:09:16.539 INFO O| Oct 25 18:09:16.539 INFO STEP 212 (remove_files) COMPLETE |
4762 | 2024-10-25T18:09:17.022Z | [ recovery-image] Oct 25 18:09:16.539 INFO O| Oct 25 18:09:16.539 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-10-25T18:09:17.046Z | [ recovery-image] Oct 25 18:09:16.551 INFO O| Oct 25 18:09:16.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4764 | 2024-10-25T18:09:17.046Z | [ recovery-image] Oct 25 18:09:16.551 INFO O| Oct 25 18:09:16.551 INFO STEP 213 (remove_files) COMPLETE |
4765 | 2024-10-25T18:09:17.046Z | [ recovery-image] Oct 25 18:09:16.551 INFO O| Oct 25 18:09:16.551 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-10-25T18:09:17.046Z | [ recovery-image] Oct 25 18:09:16.564 INFO O| Oct 25 18:09:16.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4767 | 2024-10-25T18:09:17.046Z | [ recovery-image] Oct 25 18:09:16.564 INFO O| Oct 25 18:09:16.564 INFO STEP 214 (remove_files) COMPLETE |
4768 | 2024-10-25T18:09:17.046Z | [ recovery-image] Oct 25 18:09:16.564 INFO O| Oct 25 18:09:16.564 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-10-25T18:09:17.070Z | [ recovery-image] Oct 25 18:09:16.577 INFO O| Oct 25 18:09:16.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4770 | 2024-10-25T18:09:17.070Z | [ recovery-image] Oct 25 18:09:16.578 INFO O| Oct 25 18:09:16.577 INFO STEP 215 (remove_files) COMPLETE |
4771 | 2024-10-25T18:09:17.070Z | [ recovery-image] Oct 25 18:09:16.578 INFO O| Oct 25 18:09:16.578 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-10-25T18:09:17.070Z | [ recovery-image] Oct 25 18:09:16.590 INFO O| Oct 25 18:09:16.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4773 | 2024-10-25T18:09:17.070Z | [ recovery-image] Oct 25 18:09:16.590 INFO O| Oct 25 18:09:16.590 INFO STEP 216 (remove_files) COMPLETE |
4774 | 2024-10-25T18:09:17.070Z | [ recovery-image] Oct 25 18:09:16.590 INFO O| Oct 25 18:09:16.590 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-10-25T18:09:17.094Z | [ recovery-image] Oct 25 18:09:16.604 INFO O| Oct 25 18:09:16.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4776 | 2024-10-25T18:09:17.094Z | [ recovery-image] Oct 25 18:09:16.604 INFO O| Oct 25 18:09:16.604 INFO STEP 217 (remove_files) COMPLETE |
4777 | 2024-10-25T18:09:17.094Z | [ recovery-image] Oct 25 18:09:16.604 INFO O| Oct 25 18:09:16.604 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-10-25T18:09:17.094Z | [ recovery-image] Oct 25 18:09:16.617 INFO O| Oct 25 18:09:16.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4779 | 2024-10-25T18:09:17.094Z | [ recovery-image] Oct 25 18:09:16.617 INFO O| Oct 25 18:09:16.617 INFO STEP 218 (remove_files) COMPLETE |
4780 | 2024-10-25T18:09:17.094Z | [ recovery-image] Oct 25 18:09:16.617 INFO O| Oct 25 18:09:16.617 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-10-25T18:09:17.117Z | [ recovery-image] Oct 25 18:09:16.631 INFO O| Oct 25 18:09:16.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4782 | 2024-10-25T18:09:17.117Z | [ recovery-image] Oct 25 18:09:16.631 INFO O| Oct 25 18:09:16.631 INFO STEP 219 (remove_files) COMPLETE |
4783 | 2024-10-25T18:09:17.117Z | [ recovery-image] Oct 25 18:09:16.631 INFO O| Oct 25 18:09:16.631 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-10-25T18:09:17.141Z | [ recovery-image] Oct 25 18:09:16.643 INFO O| Oct 25 18:09:16.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4785 | 2024-10-25T18:09:17.141Z | [ recovery-image] Oct 25 18:09:16.644 INFO O| Oct 25 18:09:16.644 INFO STEP 220 (remove_files) COMPLETE |
4786 | 2024-10-25T18:09:17.141Z | [ recovery-image] Oct 25 18:09:16.644 INFO O| Oct 25 18:09:16.644 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-10-25T18:09:17.141Z | [ recovery-image] Oct 25 18:09:16.660 INFO O| Oct 25 18:09:16.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4788 | 2024-10-25T18:09:17.141Z | [ recovery-image] Oct 25 18:09:16.660 INFO O| Oct 25 18:09:16.660 INFO STEP 221 (remove_files) COMPLETE |
4789 | 2024-10-25T18:09:17.141Z | [ recovery-image] Oct 25 18:09:16.660 INFO O| Oct 25 18:09:16.660 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-10-25T18:09:17.165Z | [ recovery-image] Oct 25 18:09:16.674 INFO O| Oct 25 18:09:16.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4791 | 2024-10-25T18:09:17.165Z | [ recovery-image] Oct 25 18:09:16.674 INFO O| Oct 25 18:09:16.674 INFO STEP 222 (remove_files) COMPLETE |
4792 | 2024-10-25T18:09:17.165Z | [ recovery-image] Oct 25 18:09:16.674 INFO O| Oct 25 18:09:16.674 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-10-25T18:09:17.165Z | [ recovery-image] Oct 25 18:09:16.687 INFO O| Oct 25 18:09:16.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4794 | 2024-10-25T18:09:17.165Z | [ recovery-image] Oct 25 18:09:16.687 INFO O| Oct 25 18:09:16.687 INFO STEP 223 (remove_files) COMPLETE |
4795 | 2024-10-25T18:09:17.165Z | [ recovery-image] Oct 25 18:09:16.687 INFO O| Oct 25 18:09:16.687 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-10-25T18:09:17.189Z | [ recovery-image] Oct 25 18:09:16.700 INFO O| Oct 25 18:09:16.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4797 | 2024-10-25T18:09:17.189Z | [ recovery-image] Oct 25 18:09:16.700 INFO O| Oct 25 18:09:16.700 INFO STEP 224 (remove_files) COMPLETE |
4798 | 2024-10-25T18:09:17.189Z | [ recovery-image] Oct 25 18:09:16.700 INFO O| Oct 25 18:09:16.700 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-10-25T18:09:17.189Z | [ recovery-image] Oct 25 18:09:16.712 INFO O| Oct 25 18:09:16.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4800 | 2024-10-25T18:09:17.189Z | [ recovery-image] Oct 25 18:09:16.712 INFO O| Oct 25 18:09:16.712 INFO STEP 225 (remove_files) COMPLETE |
4801 | 2024-10-25T18:09:17.189Z | [ recovery-image] Oct 25 18:09:16.712 INFO O| Oct 25 18:09:16.712 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-10-25T18:09:17.213Z | [ recovery-image] Oct 25 18:09:16.724 INFO O| Oct 25 18:09:16.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4803 | 2024-10-25T18:09:17.213Z | [ recovery-image] Oct 25 18:09:16.724 INFO O| Oct 25 18:09:16.724 INFO STEP 226 (remove_files) COMPLETE |
4804 | 2024-10-25T18:09:17.213Z | [ recovery-image] Oct 25 18:09:16.724 INFO O| Oct 25 18:09:16.724 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-10-25T18:09:17.213Z | [ recovery-image] Oct 25 18:09:16.735 INFO O| Oct 25 18:09:16.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4806 | 2024-10-25T18:09:17.213Z | [ recovery-image] Oct 25 18:09:16.735 INFO O| Oct 25 18:09:16.735 INFO STEP 227 (remove_files) COMPLETE |
4807 | 2024-10-25T18:09:17.213Z | [ recovery-image] Oct 25 18:09:16.735 INFO O| Oct 25 18:09:16.735 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-10-25T18:09:17.237Z | [ recovery-image] Oct 25 18:09:16.747 INFO O| Oct 25 18:09:16.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4809 | 2024-10-25T18:09:17.237Z | [ recovery-image] Oct 25 18:09:16.747 INFO O| Oct 25 18:09:16.747 INFO STEP 228 (remove_files) COMPLETE |
4810 | 2024-10-25T18:09:17.237Z | [ recovery-image] Oct 25 18:09:16.747 INFO O| Oct 25 18:09:16.747 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-10-25T18:09:17.237Z | [ recovery-image] Oct 25 18:09:16.759 INFO O| Oct 25 18:09:16.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4812 | 2024-10-25T18:09:17.237Z | [ recovery-image] Oct 25 18:09:16.759 INFO O| Oct 25 18:09:16.759 INFO STEP 229 (remove_files) COMPLETE |
4813 | 2024-10-25T18:09:17.237Z | [ recovery-image] Oct 25 18:09:16.759 INFO O| Oct 25 18:09:16.759 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-10-25T18:09:17.261Z | [ recovery-image] Oct 25 18:09:16.771 INFO O| Oct 25 18:09:16.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4815 | 2024-10-25T18:09:17.261Z | [ recovery-image] Oct 25 18:09:16.771 INFO O| Oct 25 18:09:16.771 INFO STEP 230 (remove_files) COMPLETE |
4816 | 2024-10-25T18:09:17.261Z | [ recovery-image] Oct 25 18:09:16.771 INFO O| Oct 25 18:09:16.771 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-10-25T18:09:17.261Z | [ recovery-image] Oct 25 18:09:16.782 INFO O| Oct 25 18:09:16.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4818 | 2024-10-25T18:09:17.261Z | [ recovery-image] Oct 25 18:09:16.782 INFO O| Oct 25 18:09:16.782 INFO STEP 231 (remove_files) COMPLETE |
4819 | 2024-10-25T18:09:17.261Z | [ recovery-image] Oct 25 18:09:16.782 INFO O| Oct 25 18:09:16.782 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-10-25T18:09:17.285Z | [ recovery-image] Oct 25 18:09:16.798 INFO O| Oct 25 18:09:16.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4821 | 2024-10-25T18:09:17.285Z | [ recovery-image] Oct 25 18:09:16.798 INFO O| Oct 25 18:09:16.798 INFO STEP 232 (remove_files) COMPLETE |
4822 | 2024-10-25T18:09:17.285Z | [ recovery-image] Oct 25 18:09:16.798 INFO O| Oct 25 18:09:16.798 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-10-25T18:09:17.285Z | [ recovery-image] Oct 25 18:09:16.810 INFO O| Oct 25 18:09:16.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4824 | 2024-10-25T18:09:17.285Z | [ recovery-image] Oct 25 18:09:16.810 INFO O| Oct 25 18:09:16.810 INFO STEP 233 (remove_files) COMPLETE |
4825 | 2024-10-25T18:09:17.285Z | [ recovery-image] Oct 25 18:09:16.810 INFO O| Oct 25 18:09:16.810 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-10-25T18:09:17.309Z | [ recovery-image] Oct 25 18:09:16.825 INFO O| Oct 25 18:09:16.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4827 | 2024-10-25T18:09:17.309Z | [ recovery-image] Oct 25 18:09:16.825 INFO O| Oct 25 18:09:16.825 INFO STEP 234 (remove_files) COMPLETE |
4828 | 2024-10-25T18:09:17.309Z | [ recovery-image] Oct 25 18:09:16.825 INFO O| Oct 25 18:09:16.825 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-10-25T18:09:17.333Z | [ recovery-image] Oct 25 18:09:16.838 INFO O| Oct 25 18:09:16.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4830 | 2024-10-25T18:09:17.333Z | [ recovery-image] Oct 25 18:09:16.838 INFO O| Oct 25 18:09:16.838 INFO STEP 235 (remove_files) COMPLETE |
4831 | 2024-10-25T18:09:17.333Z | [ recovery-image] Oct 25 18:09:16.838 INFO O| Oct 25 18:09:16.838 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-10-25T18:09:17.333Z | [ recovery-image] Oct 25 18:09:16.851 INFO O| Oct 25 18:09:16.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4833 | 2024-10-25T18:09:17.333Z | [ recovery-image] Oct 25 18:09:16.851 INFO O| Oct 25 18:09:16.851 INFO STEP 236 (remove_files) COMPLETE |
4834 | 2024-10-25T18:09:17.333Z | [ recovery-image] Oct 25 18:09:16.851 INFO O| Oct 25 18:09:16.851 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-10-25T18:09:17.357Z | [ recovery-image] Oct 25 18:09:16.864 INFO O| Oct 25 18:09:16.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4836 | 2024-10-25T18:09:17.357Z | [ recovery-image] Oct 25 18:09:16.864 INFO O| Oct 25 18:09:16.864 INFO STEP 237 (remove_files) COMPLETE |
4837 | 2024-10-25T18:09:17.357Z | [ recovery-image] Oct 25 18:09:16.864 INFO O| Oct 25 18:09:16.864 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-10-25T18:09:17.357Z | [ recovery-image] Oct 25 18:09:16.876 INFO O| Oct 25 18:09:16.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4839 | 2024-10-25T18:09:17.357Z | [ recovery-image] Oct 25 18:09:16.876 INFO O| Oct 25 18:09:16.876 INFO STEP 238 (remove_files) COMPLETE |
4840 | 2024-10-25T18:09:17.357Z | [ recovery-image] Oct 25 18:09:16.876 INFO O| Oct 25 18:09:16.876 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-10-25T18:09:17.381Z | [ recovery-image] Oct 25 18:09:16.889 INFO O| Oct 25 18:09:16.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4842 | 2024-10-25T18:09:17.381Z | [ recovery-image] Oct 25 18:09:16.889 INFO O| Oct 25 18:09:16.889 INFO STEP 239 (remove_files) COMPLETE |
4843 | 2024-10-25T18:09:17.381Z | [ recovery-image] Oct 25 18:09:16.889 INFO O| Oct 25 18:09:16.889 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-10-25T18:09:17.381Z | [ recovery-image] Oct 25 18:09:16.901 INFO O| Oct 25 18:09:16.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4845 | 2024-10-25T18:09:17.381Z | [ recovery-image] Oct 25 18:09:16.901 INFO O| Oct 25 18:09:16.901 INFO STEP 240 (remove_files) COMPLETE |
4846 | 2024-10-25T18:09:17.381Z | [ recovery-image] Oct 25 18:09:16.901 INFO O| Oct 25 18:09:16.901 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-10-25T18:09:17.405Z | [ recovery-image] Oct 25 18:09:16.914 INFO O| Oct 25 18:09:16.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4848 | 2024-10-25T18:09:17.405Z | [ recovery-image] Oct 25 18:09:16.914 INFO O| Oct 25 18:09:16.914 INFO STEP 241 (remove_files) COMPLETE |
4849 | 2024-10-25T18:09:17.405Z | [ recovery-image] Oct 25 18:09:16.914 INFO O| Oct 25 18:09:16.914 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-10-25T18:09:17.405Z | [ recovery-image] Oct 25 18:09:16.927 INFO O| Oct 25 18:09:16.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4851 | 2024-10-25T18:09:17.405Z | [ recovery-image] Oct 25 18:09:16.927 INFO O| Oct 25 18:09:16.927 INFO STEP 242 (remove_files) COMPLETE |
4852 | 2024-10-25T18:09:17.405Z | [ recovery-image] Oct 25 18:09:16.927 INFO O| Oct 25 18:09:16.927 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-10-25T18:09:17.429Z | [ recovery-image] Oct 25 18:09:16.939 INFO O| Oct 25 18:09:16.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4854 | 2024-10-25T18:09:17.429Z | [ recovery-image] Oct 25 18:09:16.940 INFO O| Oct 25 18:09:16.939 INFO STEP 243 (remove_files) COMPLETE |
4855 | 2024-10-25T18:09:17.429Z | [ recovery-image] Oct 25 18:09:16.940 INFO O| Oct 25 18:09:16.939 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-10-25T18:09:17.429Z | [ recovery-image] Oct 25 18:09:16.952 INFO O| Oct 25 18:09:16.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4857 | 2024-10-25T18:09:17.429Z | [ recovery-image] Oct 25 18:09:16.952 INFO O| Oct 25 18:09:16.952 INFO STEP 244 (remove_files) COMPLETE |
4858 | 2024-10-25T18:09:17.429Z | [ recovery-image] Oct 25 18:09:16.952 INFO O| Oct 25 18:09:16.952 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-10-25T18:09:17.453Z | [ recovery-image] Oct 25 18:09:16.965 INFO O| Oct 25 18:09:16.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4860 | 2024-10-25T18:09:17.453Z | [ recovery-image] Oct 25 18:09:16.965 INFO O| Oct 25 18:09:16.965 INFO STEP 245 (remove_files) COMPLETE |
4861 | 2024-10-25T18:09:17.453Z | [ recovery-image] Oct 25 18:09:16.965 INFO O| Oct 25 18:09:16.965 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-10-25T18:09:17.453Z | [ recovery-image] Oct 25 18:09:16.978 INFO O| Oct 25 18:09:16.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4863 | 2024-10-25T18:09:17.453Z | [ recovery-image] Oct 25 18:09:16.978 INFO O| Oct 25 18:09:16.978 INFO STEP 246 (remove_files) COMPLETE |
4864 | 2024-10-25T18:09:17.453Z | [ recovery-image] Oct 25 18:09:16.978 INFO O| Oct 25 18:09:16.978 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-10-25T18:09:17.477Z | [ recovery-image] Oct 25 18:09:16.990 INFO O| Oct 25 18:09:16.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4866 | 2024-10-25T18:09:17.477Z | [ recovery-image] Oct 25 18:09:16.990 INFO O| Oct 25 18:09:16.990 INFO STEP 247 (remove_files) COMPLETE |
4867 | 2024-10-25T18:09:17.477Z | [ recovery-image] Oct 25 18:09:16.990 INFO O| Oct 25 18:09:16.990 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-10-25T18:09:17.501Z | [ recovery-image] Oct 25 18:09:17.003 INFO O| Oct 25 18:09:17.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4869 | 2024-10-25T18:09:17.501Z | [ recovery-image] Oct 25 18:09:17.004 INFO O| Oct 25 18:09:17.004 INFO STEP 248 (remove_files) COMPLETE |
4870 | 2024-10-25T18:09:17.501Z | [ recovery-image] Oct 25 18:09:17.004 INFO O| Oct 25 18:09:17.004 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-10-25T18:09:17.501Z | [ recovery-image] Oct 25 18:09:17.017 INFO O| Oct 25 18:09:17.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4872 | 2024-10-25T18:09:17.501Z | [ recovery-image] Oct 25 18:09:17.017 INFO O| Oct 25 18:09:17.017 INFO STEP 249 (remove_files) COMPLETE |
4873 | 2024-10-25T18:09:17.501Z | [ recovery-image] Oct 25 18:09:17.017 INFO O| Oct 25 18:09:17.017 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-10-25T18:09:17.530Z | [ recovery-image] Oct 25 18:09:17.030 INFO O| Oct 25 18:09:17.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4875 | 2024-10-25T18:09:17.530Z | [ recovery-image] Oct 25 18:09:17.030 INFO O| Oct 25 18:09:17.030 INFO STEP 250 (remove_files) COMPLETE |
4876 | 2024-10-25T18:09:17.530Z | [ recovery-image] Oct 25 18:09:17.030 INFO O| Oct 25 18:09:17.030 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-10-25T18:09:17.530Z | [ recovery-image] Oct 25 18:09:17.043 INFO O| Oct 25 18:09:17.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4878 | 2024-10-25T18:09:17.530Z | [ recovery-image] Oct 25 18:09:17.043 INFO O| Oct 25 18:09:17.043 INFO STEP 251 (remove_files) COMPLETE |
4879 | 2024-10-25T18:09:17.530Z | [ recovery-image] Oct 25 18:09:17.043 INFO O| Oct 25 18:09:17.043 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-10-25T18:09:17.554Z | [ recovery-image] Oct 25 18:09:17.055 INFO O| Oct 25 18:09:17.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4881 | 2024-10-25T18:09:17.554Z | [ recovery-image] Oct 25 18:09:17.055 INFO O| Oct 25 18:09:17.055 INFO STEP 252 (remove_files) COMPLETE |
4882 | 2024-10-25T18:09:17.554Z | [ recovery-image] Oct 25 18:09:17.055 INFO O| Oct 25 18:09:17.055 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-10-25T18:09:17.554Z | [ recovery-image] Oct 25 18:09:17.068 INFO O| Oct 25 18:09:17.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4884 | 2024-10-25T18:09:17.554Z | [ recovery-image] Oct 25 18:09:17.068 INFO O| Oct 25 18:09:17.068 INFO STEP 253 (remove_files) COMPLETE |
4885 | 2024-10-25T18:09:17.554Z | [ recovery-image] Oct 25 18:09:17.068 INFO O| Oct 25 18:09:17.068 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-10-25T18:09:17.577Z | [ recovery-image] Oct 25 18:09:17.080 INFO O| Oct 25 18:09:17.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4887 | 2024-10-25T18:09:17.577Z | [ recovery-image] Oct 25 18:09:17.080 INFO O| Oct 25 18:09:17.080 INFO STEP 254 (remove_files) COMPLETE |
4888 | 2024-10-25T18:09:17.577Z | [ recovery-image] Oct 25 18:09:17.080 INFO O| Oct 25 18:09:17.080 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-10-25T18:09:17.577Z | [ recovery-image] Oct 25 18:09:17.093 INFO O| Oct 25 18:09:17.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4890 | 2024-10-25T18:09:17.577Z | [ recovery-image] Oct 25 18:09:17.093 INFO O| Oct 25 18:09:17.093 INFO STEP 255 (remove_files) COMPLETE |
4891 | 2024-10-25T18:09:17.577Z | [ recovery-image] Oct 25 18:09:17.093 INFO O| Oct 25 18:09:17.093 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-10-25T18:09:17.601Z | [ recovery-image] Oct 25 18:09:17.113 INFO O| Oct 25 18:09:17.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4893 | 2024-10-25T18:09:17.601Z | [ recovery-image] Oct 25 18:09:17.113 INFO O| Oct 25 18:09:17.113 INFO STEP 256 (remove_files) COMPLETE |
4894 | 2024-10-25T18:09:17.601Z | [ recovery-image] Oct 25 18:09:17.113 INFO O| Oct 25 18:09:17.113 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-10-25T18:09:17.624Z | [ recovery-image] Oct 25 18:09:17.128 INFO O| Oct 25 18:09:17.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4896 | 2024-10-25T18:09:17.624Z | [ recovery-image] Oct 25 18:09:17.128 INFO O| Oct 25 18:09:17.128 INFO STEP 257 (remove_files) COMPLETE |
4897 | 2024-10-25T18:09:17.624Z | [ recovery-image] Oct 25 18:09:17.128 INFO O| Oct 25 18:09:17.128 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-10-25T18:09:17.624Z | [ recovery-image] Oct 25 18:09:17.141 INFO O| Oct 25 18:09:17.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4899 | 2024-10-25T18:09:17.624Z | [ recovery-image] Oct 25 18:09:17.141 INFO O| Oct 25 18:09:17.141 INFO STEP 258 (remove_files) COMPLETE |
4900 | 2024-10-25T18:09:17.625Z | [ recovery-image] Oct 25 18:09:17.141 INFO O| Oct 25 18:09:17.141 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-10-25T18:09:17.648Z | [ recovery-image] Oct 25 18:09:17.159 INFO O| Oct 25 18:09:17.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4902 | 2024-10-25T18:09:17.648Z | [ recovery-image] Oct 25 18:09:17.159 INFO O| Oct 25 18:09:17.159 INFO STEP 259 (remove_files) COMPLETE |
4903 | 2024-10-25T18:09:17.648Z | [ recovery-image] Oct 25 18:09:17.159 INFO O| Oct 25 18:09:17.159 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-10-25T18:09:17.648Z | [ recovery-image] Oct 25 18:09:17.173 INFO O| Oct 25 18:09:17.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4905 | 2024-10-25T18:09:17.648Z | [ recovery-image] Oct 25 18:09:17.174 INFO O| Oct 25 18:09:17.174 INFO STEP 260 (remove_files) COMPLETE |
4906 | 2024-10-25T18:09:17.673Z | [ recovery-image] Oct 25 18:09:17.174 INFO O| Oct 25 18:09:17.174 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-10-25T18:09:17.673Z | [ recovery-image] Oct 25 18:09:17.188 INFO O| Oct 25 18:09:17.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4908 | 2024-10-25T18:09:17.673Z | [ recovery-image] Oct 25 18:09:17.188 INFO O| Oct 25 18:09:17.188 INFO STEP 261 (remove_files) COMPLETE |
4909 | 2024-10-25T18:09:17.673Z | [ recovery-image] Oct 25 18:09:17.188 INFO O| Oct 25 18:09:17.188 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-10-25T18:09:17.696Z | [ recovery-image] Oct 25 18:09:17.200 INFO O| Oct 25 18:09:17.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4911 | 2024-10-25T18:09:17.696Z | [ recovery-image] Oct 25 18:09:17.201 INFO O| Oct 25 18:09:17.201 INFO STEP 262 (remove_files) COMPLETE |
4912 | 2024-10-25T18:09:17.696Z | [ recovery-image] Oct 25 18:09:17.201 INFO O| Oct 25 18:09:17.201 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-10-25T18:09:17.696Z | [ recovery-image] Oct 25 18:09:17.215 INFO O| Oct 25 18:09:17.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4914 | 2024-10-25T18:09:17.696Z | [ recovery-image] Oct 25 18:09:17.215 INFO O| Oct 25 18:09:17.215 INFO STEP 263 (remove_files) COMPLETE |
4915 | 2024-10-25T18:09:17.696Z | [ recovery-image] Oct 25 18:09:17.215 INFO O| Oct 25 18:09:17.215 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-10-25T18:09:17.722Z | [ recovery-image] Oct 25 18:09:17.230 INFO O| Oct 25 18:09:17.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4917 | 2024-10-25T18:09:17.722Z | [ recovery-image] Oct 25 18:09:17.231 INFO O| Oct 25 18:09:17.231 INFO STEP 264 (remove_files) COMPLETE |
4918 | 2024-10-25T18:09:17.722Z | [ recovery-image] Oct 25 18:09:17.231 INFO O| Oct 25 18:09:17.231 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-10-25T18:09:17.722Z | [ recovery-image] Oct 25 18:09:17.246 INFO O| Oct 25 18:09:17.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4920 | 2024-10-25T18:09:17.722Z | [ recovery-image] Oct 25 18:09:17.246 INFO O| Oct 25 18:09:17.246 INFO STEP 265 (remove_files) COMPLETE |
4921 | 2024-10-25T18:09:17.722Z | [ recovery-image] Oct 25 18:09:17.246 INFO O| Oct 25 18:09:17.246 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-10-25T18:09:17.748Z | [ recovery-image] Oct 25 18:09:17.258 INFO O| Oct 25 18:09:17.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4923 | 2024-10-25T18:09:17.748Z | [ recovery-image] Oct 25 18:09:17.259 INFO O| Oct 25 18:09:17.259 INFO STEP 266 (remove_files) COMPLETE |
4924 | 2024-10-25T18:09:17.748Z | [ recovery-image] Oct 25 18:09:17.259 INFO O| Oct 25 18:09:17.259 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-10-25T18:09:17.772Z | [ recovery-image] Oct 25 18:09:17.271 INFO O| Oct 25 18:09:17.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4926 | 2024-10-25T18:09:17.772Z | [ recovery-image] Oct 25 18:09:17.272 INFO O| Oct 25 18:09:17.272 INFO STEP 267 (remove_files) COMPLETE |
4927 | 2024-10-25T18:09:17.772Z | [ recovery-image] Oct 25 18:09:17.272 INFO O| Oct 25 18:09:17.272 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-10-25T18:09:17.772Z | [ recovery-image] Oct 25 18:09:17.284 INFO O| Oct 25 18:09:17.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4929 | 2024-10-25T18:09:17.772Z | [ recovery-image] Oct 25 18:09:17.285 INFO O| Oct 25 18:09:17.285 INFO STEP 268 (remove_files) COMPLETE |
4930 | 2024-10-25T18:09:17.772Z | [ recovery-image] Oct 25 18:09:17.285 INFO O| Oct 25 18:09:17.285 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-10-25T18:09:17.796Z | [ recovery-image] Oct 25 18:09:17.297 INFO O| Oct 25 18:09:17.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4932 | 2024-10-25T18:09:17.796Z | [ recovery-image] Oct 25 18:09:17.298 INFO O| Oct 25 18:09:17.297 INFO STEP 269 (remove_files) COMPLETE |
4933 | 2024-10-25T18:09:17.796Z | [ recovery-image] Oct 25 18:09:17.298 INFO O| Oct 25 18:09:17.298 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-10-25T18:09:17.796Z | [ recovery-image] Oct 25 18:09:17.310 INFO O| Oct 25 18:09:17.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4935 | 2024-10-25T18:09:17.796Z | [ recovery-image] Oct 25 18:09:17.310 INFO O| Oct 25 18:09:17.310 INFO STEP 270 (remove_files) COMPLETE |
4936 | 2024-10-25T18:09:17.796Z | [ recovery-image] Oct 25 18:09:17.310 INFO O| Oct 25 18:09:17.310 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-10-25T18:09:17.820Z | [ recovery-image] Oct 25 18:09:17.322 INFO O| Oct 25 18:09:17.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4938 | 2024-10-25T18:09:17.820Z | [ recovery-image] Oct 25 18:09:17.323 INFO O| Oct 25 18:09:17.323 INFO STEP 271 (remove_files) COMPLETE |
4939 | 2024-10-25T18:09:17.820Z | [ recovery-image] Oct 25 18:09:17.323 INFO O| Oct 25 18:09:17.323 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-10-25T18:09:17.820Z | [ recovery-image] Oct 25 18:09:17.340 INFO O| Oct 25 18:09:17.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4941 | 2024-10-25T18:09:17.820Z | [ recovery-image] Oct 25 18:09:17.340 INFO O| Oct 25 18:09:17.340 INFO STEP 272 (remove_files) COMPLETE |
4942 | 2024-10-25T18:09:17.820Z | [ recovery-image] Oct 25 18:09:17.340 INFO O| Oct 25 18:09:17.340 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-10-25T18:09:17.843Z | [ recovery-image] Oct 25 18:09:17.353 INFO O| Oct 25 18:09:17.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4944 | 2024-10-25T18:09:17.843Z | [ recovery-image] Oct 25 18:09:17.354 INFO O| Oct 25 18:09:17.354 INFO STEP 273 (remove_files) COMPLETE |
4945 | 2024-10-25T18:09:17.843Z | [ recovery-image] Oct 25 18:09:17.354 INFO O| Oct 25 18:09:17.354 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-10-25T18:09:17.843Z | [ recovery-image] Oct 25 18:09:17.367 INFO O| Oct 25 18:09:17.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4947 | 2024-10-25T18:09:17.843Z | [ recovery-image] Oct 25 18:09:17.367 INFO O| Oct 25 18:09:17.367 INFO STEP 274 (remove_files) COMPLETE |
4948 | 2024-10-25T18:09:17.844Z | [ recovery-image] Oct 25 18:09:17.367 INFO O| Oct 25 18:09:17.367 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-10-25T18:09:17.867Z | [ recovery-image] Oct 25 18:09:17.383 INFO O| Oct 25 18:09:17.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4950 | 2024-10-25T18:09:17.867Z | [ recovery-image] Oct 25 18:09:17.383 INFO O| Oct 25 18:09:17.383 INFO STEP 275 (remove_files) COMPLETE |
4951 | 2024-10-25T18:09:17.867Z | [ recovery-image] Oct 25 18:09:17.383 INFO O| Oct 25 18:09:17.383 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-10-25T18:09:17.891Z | [ recovery-image] Oct 25 18:09:17.399 INFO O| Oct 25 18:09:17.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4953 | 2024-10-25T18:09:17.891Z | [ recovery-image] Oct 25 18:09:17.400 INFO O| Oct 25 18:09:17.400 INFO STEP 276 (remove_files) COMPLETE |
4954 | 2024-10-25T18:09:17.891Z | [ recovery-image] Oct 25 18:09:17.400 INFO O| Oct 25 18:09:17.400 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-10-25T18:09:17.891Z | [ recovery-image] Oct 25 18:09:17.413 INFO O| Oct 25 18:09:17.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4956 | 2024-10-25T18:09:17.891Z | [ recovery-image] Oct 25 18:09:17.414 INFO O| Oct 25 18:09:17.414 INFO STEP 277 (remove_files) COMPLETE |
4957 | 2024-10-25T18:09:17.891Z | [ recovery-image] Oct 25 18:09:17.414 INFO O| Oct 25 18:09:17.414 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-10-25T18:09:17.915Z | [ recovery-image] Oct 25 18:09:17.427 INFO O| Oct 25 18:09:17.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4959 | 2024-10-25T18:09:17.915Z | [ recovery-image] Oct 25 18:09:17.427 INFO O| Oct 25 18:09:17.427 INFO STEP 278 (remove_files) COMPLETE |
4960 | 2024-10-25T18:09:17.915Z | [ recovery-image] Oct 25 18:09:17.427 INFO O| Oct 25 18:09:17.427 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-10-25T18:09:17.939Z | [ recovery-image] Oct 25 18:09:17.441 INFO O| Oct 25 18:09:17.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4962 | 2024-10-25T18:09:17.939Z | [ recovery-image] Oct 25 18:09:17.441 INFO O| Oct 25 18:09:17.441 INFO STEP 279 (remove_files) COMPLETE |
4963 | 2024-10-25T18:09:17.939Z | [ recovery-image] Oct 25 18:09:17.441 INFO O| Oct 25 18:09:17.441 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-10-25T18:09:17.939Z | [ recovery-image] Oct 25 18:09:17.455 INFO O| Oct 25 18:09:17.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4965 | 2024-10-25T18:09:17.939Z | [ recovery-image] Oct 25 18:09:17.455 INFO O| Oct 25 18:09:17.455 INFO STEP 280 (remove_files) COMPLETE |
4966 | 2024-10-25T18:09:17.939Z | [ recovery-image] Oct 25 18:09:17.455 INFO O| Oct 25 18:09:17.455 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-10-25T18:09:17.962Z | [ recovery-image] Oct 25 18:09:17.468 INFO O| Oct 25 18:09:17.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4968 | 2024-10-25T18:09:17.963Z | [ recovery-image] Oct 25 18:09:17.469 INFO O| Oct 25 18:09:17.469 INFO STEP 281 (remove_files) COMPLETE |
4969 | 2024-10-25T18:09:17.963Z | [ recovery-image] Oct 25 18:09:17.469 INFO O| Oct 25 18:09:17.469 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-10-25T18:09:17.963Z | [ recovery-image] Oct 25 18:09:17.481 INFO O| Oct 25 18:09:17.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4971 | 2024-10-25T18:09:17.963Z | [ recovery-image] Oct 25 18:09:17.481 INFO O| Oct 25 18:09:17.481 INFO STEP 282 (remove_files) COMPLETE |
4972 | 2024-10-25T18:09:17.963Z | [ recovery-image] Oct 25 18:09:17.481 INFO O| Oct 25 18:09:17.481 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-10-25T18:09:17.986Z | [ recovery-image] Oct 25 18:09:17.499 INFO O| Oct 25 18:09:17.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4974 | 2024-10-25T18:09:17.986Z | [ recovery-image] Oct 25 18:09:17.499 INFO O| Oct 25 18:09:17.499 INFO STEP 283 (remove_files) COMPLETE |
4975 | 2024-10-25T18:09:17.986Z | [ recovery-image] Oct 25 18:09:17.499 INFO O| Oct 25 18:09:17.499 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-10-25T18:09:17.986Z | [ recovery-image] Oct 25 18:09:17.511 INFO O| Oct 25 18:09:17.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4977 | 2024-10-25T18:09:17.986Z | [ recovery-image] Oct 25 18:09:17.511 INFO O| Oct 25 18:09:17.511 INFO STEP 284 (remove_files) COMPLETE |
4978 | 2024-10-25T18:09:17.986Z | [ recovery-image] Oct 25 18:09:17.511 INFO O| Oct 25 18:09:17.511 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-10-25T18:09:18.010Z | [ recovery-image] Oct 25 18:09:17.525 INFO O| Oct 25 18:09:17.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4980 | 2024-10-25T18:09:18.010Z | [ recovery-image] Oct 25 18:09:17.525 INFO O| Oct 25 18:09:17.525 INFO STEP 285 (remove_files) COMPLETE |
4981 | 2024-10-25T18:09:18.010Z | [ recovery-image] Oct 25 18:09:17.525 INFO O| Oct 25 18:09:17.525 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-10-25T18:09:18.034Z | [ recovery-image] Oct 25 18:09:17.537 INFO O| Oct 25 18:09:17.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4983 | 2024-10-25T18:09:18.034Z | [ recovery-image] Oct 25 18:09:17.537 INFO O| Oct 25 18:09:17.537 INFO STEP 286 (remove_files) COMPLETE |
4984 | 2024-10-25T18:09:18.034Z | [ recovery-image] Oct 25 18:09:17.537 INFO O| Oct 25 18:09:17.537 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-10-25T18:09:18.034Z | [ recovery-image] Oct 25 18:09:17.549 INFO O| Oct 25 18:09:17.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4986 | 2024-10-25T18:09:18.034Z | [ recovery-image] Oct 25 18:09:17.549 INFO O| Oct 25 18:09:17.549 INFO STEP 287 (remove_files) COMPLETE |
4987 | 2024-10-25T18:09:18.034Z | [ recovery-image] Oct 25 18:09:17.549 INFO O| Oct 25 18:09:17.549 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-10-25T18:09:18.058Z | [ recovery-image] Oct 25 18:09:17.561 INFO O| Oct 25 18:09:17.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4989 | 2024-10-25T18:09:18.058Z | [ recovery-image] Oct 25 18:09:17.561 INFO O| Oct 25 18:09:17.561 INFO STEP 288 (remove_files) COMPLETE |
4990 | 2024-10-25T18:09:18.058Z | [ recovery-image] Oct 25 18:09:17.561 INFO O| Oct 25 18:09:17.561 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-10-25T18:09:18.058Z | [ recovery-image] Oct 25 18:09:17.574 INFO O| Oct 25 18:09:17.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4992 | 2024-10-25T18:09:18.058Z | [ recovery-image] Oct 25 18:09:17.574 INFO O| Oct 25 18:09:17.574 INFO STEP 289 (remove_files) COMPLETE |
4993 | 2024-10-25T18:09:18.058Z | [ recovery-image] Oct 25 18:09:17.574 INFO O| Oct 25 18:09:17.574 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-10-25T18:09:18.082Z | [ recovery-image] Oct 25 18:09:17.586 INFO O| Oct 25 18:09:17.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4995 | 2024-10-25T18:09:18.082Z | [ recovery-image] Oct 25 18:09:17.586 INFO O| Oct 25 18:09:17.586 INFO STEP 290 (remove_files) COMPLETE |
4996 | 2024-10-25T18:09:18.082Z | [ recovery-image] Oct 25 18:09:17.586 INFO O| Oct 25 18:09:17.586 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-10-25T18:09:18.082Z | [ recovery-image] Oct 25 18:09:17.602 INFO O| Oct 25 18:09:17.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4998 | 2024-10-25T18:09:18.082Z | [ recovery-image] Oct 25 18:09:17.602 INFO O| Oct 25 18:09:17.602 INFO STEP 291 (remove_files) COMPLETE |
4999 | 2024-10-25T18:09:18.082Z | [ recovery-image] Oct 25 18:09:17.602 INFO O| Oct 25 18:09:17.602 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-10-25T18:09:18.107Z | [ recovery-image] Oct 25 18:09:17.615 INFO O| Oct 25 18:09:17.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5001 | 2024-10-25T18:09:18.107Z | [ recovery-image] Oct 25 18:09:17.615 INFO O| Oct 25 18:09:17.615 INFO STEP 292 (remove_files) COMPLETE |
5002 | 2024-10-25T18:09:18.107Z | [ recovery-image] Oct 25 18:09:17.615 INFO O| Oct 25 18:09:17.615 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-10-25T18:09:18.107Z | [ recovery-image] Oct 25 18:09:17.630 INFO O| Oct 25 18:09:17.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5004 | 2024-10-25T18:09:18.107Z | [ recovery-image] Oct 25 18:09:17.630 INFO O| Oct 25 18:09:17.630 INFO STEP 293 (remove_files) COMPLETE |
5005 | 2024-10-25T18:09:18.107Z | [ recovery-image] Oct 25 18:09:17.630 INFO O| Oct 25 18:09:17.630 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-10-25T18:09:18.130Z | [ recovery-image] Oct 25 18:09:17.643 INFO O| Oct 25 18:09:17.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5007 | 2024-10-25T18:09:18.130Z | [ recovery-image] Oct 25 18:09:17.643 INFO O| Oct 25 18:09:17.643 INFO STEP 294 (remove_files) COMPLETE |
5008 | 2024-10-25T18:09:18.130Z | [ recovery-image] Oct 25 18:09:17.643 INFO O| Oct 25 18:09:17.643 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-10-25T18:09:18.154Z | [ recovery-image] Oct 25 18:09:17.655 INFO O| Oct 25 18:09:17.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5010 | 2024-10-25T18:09:18.154Z | [ recovery-image] Oct 25 18:09:17.656 INFO O| Oct 25 18:09:17.655 INFO STEP 295 (remove_files) COMPLETE |
5011 | 2024-10-25T18:09:18.154Z | [ recovery-image] Oct 25 18:09:17.656 INFO O| Oct 25 18:09:17.655 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-10-25T18:09:18.154Z | [ recovery-image] Oct 25 18:09:17.669 INFO O| Oct 25 18:09:17.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5013 | 2024-10-25T18:09:18.154Z | [ recovery-image] Oct 25 18:09:17.669 INFO O| Oct 25 18:09:17.669 INFO STEP 296 (remove_files) COMPLETE |
5014 | 2024-10-25T18:09:18.154Z | [ recovery-image] Oct 25 18:09:17.669 INFO O| Oct 25 18:09:17.669 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-10-25T18:09:18.178Z | [ recovery-image] Oct 25 18:09:17.682 INFO O| Oct 25 18:09:17.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5016 | 2024-10-25T18:09:18.178Z | [ recovery-image] Oct 25 18:09:17.682 INFO O| Oct 25 18:09:17.682 INFO STEP 297 (remove_files) COMPLETE |
5017 | 2024-10-25T18:09:18.178Z | [ recovery-image] Oct 25 18:09:17.682 INFO O| Oct 25 18:09:17.682 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-10-25T18:09:18.178Z | [ recovery-image] Oct 25 18:09:17.694 INFO O| Oct 25 18:09:17.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5019 | 2024-10-25T18:09:18.178Z | [ recovery-image] Oct 25 18:09:17.694 INFO O| Oct 25 18:09:17.694 INFO STEP 298 (remove_files) COMPLETE |
5020 | 2024-10-25T18:09:18.178Z | [ recovery-image] Oct 25 18:09:17.694 INFO O| Oct 25 18:09:17.694 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-10-25T18:09:18.202Z | [ recovery-image] Oct 25 18:09:17.708 INFO O| Oct 25 18:09:17.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5022 | 2024-10-25T18:09:18.202Z | [ recovery-image] Oct 25 18:09:17.708 INFO O| Oct 25 18:09:17.708 INFO STEP 299 (remove_files) COMPLETE |
5023 | 2024-10-25T18:09:18.202Z | [ recovery-image] Oct 25 18:09:17.708 INFO O| Oct 25 18:09:17.708 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-10-25T18:09:18.202Z | [ recovery-image] Oct 25 18:09:17.720 INFO O| Oct 25 18:09:17.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5025 | 2024-10-25T18:09:18.202Z | [ recovery-image] Oct 25 18:09:17.721 INFO O| Oct 25 18:09:17.720 INFO STEP 300 (remove_files) COMPLETE |
5026 | 2024-10-25T18:09:18.202Z | [ recovery-image] Oct 25 18:09:17.721 INFO O| Oct 25 18:09:17.721 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-10-25T18:09:18.226Z | [ recovery-image] Oct 25 18:09:17.733 INFO O| Oct 25 18:09:17.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5028 | 2024-10-25T18:09:18.226Z | [ recovery-image] Oct 25 18:09:17.734 INFO O| Oct 25 18:09:17.733 INFO STEP 301 (remove_files) COMPLETE |
5029 | 2024-10-25T18:09:18.226Z | [ recovery-image] Oct 25 18:09:17.734 INFO O| Oct 25 18:09:17.733 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-10-25T18:09:18.226Z | [ recovery-image] Oct 25 18:09:17.749 INFO O| Oct 25 18:09:17.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5031 | 2024-10-25T18:09:18.226Z | [ recovery-image] Oct 25 18:09:17.749 INFO O| Oct 25 18:09:17.749 INFO STEP 302 (remove_files) COMPLETE |
5032 | 2024-10-25T18:09:18.226Z | [ recovery-image] Oct 25 18:09:17.749 INFO O| Oct 25 18:09:17.749 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-10-25T18:09:18.250Z | [ recovery-image] Oct 25 18:09:17.765 INFO O| Oct 25 18:09:17.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5034 | 2024-10-25T18:09:18.250Z | [ recovery-image] Oct 25 18:09:17.765 INFO O| Oct 25 18:09:17.765 INFO STEP 303 (remove_files) COMPLETE |
5035 | 2024-10-25T18:09:18.250Z | [ recovery-image] Oct 25 18:09:17.765 INFO O| Oct 25 18:09:17.765 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2024-10-25T18:09:18.274Z | [ recovery-image] Oct 25 18:09:17.778 INFO O| Oct 25 18:09:17.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5037 | 2024-10-25T18:09:18.274Z | [ recovery-image] Oct 25 18:09:17.778 INFO O| Oct 25 18:09:17.778 INFO STEP 304 (remove_files) COMPLETE |
5038 | 2024-10-25T18:09:18.274Z | [ recovery-image] Oct 25 18:09:17.778 INFO O| Oct 25 18:09:17.778 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-10-25T18:09:18.274Z | [ recovery-image] Oct 25 18:09:17.794 INFO O| Oct 25 18:09:17.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5040 | 2024-10-25T18:09:18.274Z | [ recovery-image] Oct 25 18:09:17.794 INFO O| Oct 25 18:09:17.794 INFO STEP 305 (remove_files) COMPLETE |
5041 | 2024-10-25T18:09:18.274Z | [ recovery-image] Oct 25 18:09:17.794 INFO O| Oct 25 18:09:17.794 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-10-25T18:09:18.298Z | [ recovery-image] Oct 25 18:09:17.807 INFO O| Oct 25 18:09:17.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5043 | 2024-10-25T18:09:18.298Z | [ recovery-image] Oct 25 18:09:17.808 INFO O| Oct 25 18:09:17.808 INFO STEP 306 (remove_files) COMPLETE |
5044 | 2024-10-25T18:09:18.298Z | [ recovery-image] Oct 25 18:09:17.808 INFO O| Oct 25 18:09:17.808 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-10-25T18:09:18.322Z | [ recovery-image] Oct 25 18:09:17.826 INFO O| Oct 25 18:09:17.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5046 | 2024-10-25T18:09:18.322Z | [ recovery-image] Oct 25 18:09:17.826 INFO O| Oct 25 18:09:17.826 INFO STEP 307 (remove_files) COMPLETE |
5047 | 2024-10-25T18:09:18.322Z | [ recovery-image] Oct 25 18:09:17.826 INFO O| Oct 25 18:09:17.826 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-10-25T18:09:18.322Z | [ recovery-image] Oct 25 18:09:17.841 INFO O| Oct 25 18:09:17.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5049 | 2024-10-25T18:09:18.322Z | [ recovery-image] Oct 25 18:09:17.841 INFO O| Oct 25 18:09:17.841 INFO STEP 308 (remove_files) COMPLETE |
5050 | 2024-10-25T18:09:18.322Z | [ recovery-image] Oct 25 18:09:17.841 INFO O| Oct 25 18:09:17.841 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-10-25T18:09:18.346Z | [ recovery-image] Oct 25 18:09:17.854 INFO O| Oct 25 18:09:17.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5052 | 2024-10-25T18:09:18.346Z | [ recovery-image] Oct 25 18:09:17.854 INFO O| Oct 25 18:09:17.854 INFO STEP 309 (remove_files) COMPLETE |
5053 | 2024-10-25T18:09:18.346Z | [ recovery-image] Oct 25 18:09:17.854 INFO O| Oct 25 18:09:17.854 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-10-25T18:09:18.346Z | [ recovery-image] Oct 25 18:09:17.868 INFO O| Oct 25 18:09:17.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5055 | 2024-10-25T18:09:18.346Z | [ recovery-image] Oct 25 18:09:17.868 INFO O| Oct 25 18:09:17.868 INFO STEP 310 (remove_files) COMPLETE |
5056 | 2024-10-25T18:09:18.346Z | [ recovery-image] Oct 25 18:09:17.868 INFO O| Oct 25 18:09:17.868 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-10-25T18:09:18.370Z | [ recovery-image] Oct 25 18:09:17.886 INFO O| Oct 25 18:09:17.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5058 | 2024-10-25T18:09:18.370Z | [ recovery-image] Oct 25 18:09:17.886 INFO O| Oct 25 18:09:17.886 INFO STEP 311 (remove_files) COMPLETE |
5059 | 2024-10-25T18:09:18.370Z | [ recovery-image] Oct 25 18:09:17.886 INFO O| Oct 25 18:09:17.886 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-10-25T18:09:18.393Z | [ recovery-image] Oct 25 18:09:17.906 INFO O| Oct 25 18:09:17.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5061 | 2024-10-25T18:09:18.393Z | [ recovery-image] Oct 25 18:09:17.906 INFO O| Oct 25 18:09:17.906 INFO STEP 312 (remove_files) COMPLETE |
5062 | 2024-10-25T18:09:18.393Z | [ recovery-image] Oct 25 18:09:17.906 INFO O| Oct 25 18:09:17.906 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-10-25T18:09:18.418Z | [ recovery-image] Oct 25 18:09:17.921 INFO O| Oct 25 18:09:17.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5064 | 2024-10-25T18:09:18.418Z | [ recovery-image] Oct 25 18:09:17.921 INFO O| Oct 25 18:09:17.921 INFO STEP 313 (remove_files) COMPLETE |
5065 | 2024-10-25T18:09:18.418Z | [ recovery-image] Oct 25 18:09:17.921 INFO O| Oct 25 18:09:17.921 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-10-25T18:09:18.418Z | [ recovery-image] Oct 25 18:09:17.935 INFO O| Oct 25 18:09:17.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5067 | 2024-10-25T18:09:18.418Z | [ recovery-image] Oct 25 18:09:17.935 INFO O| Oct 25 18:09:17.935 INFO STEP 314 (remove_files) COMPLETE |
5068 | 2024-10-25T18:09:18.418Z | [ recovery-image] Oct 25 18:09:17.935 INFO O| Oct 25 18:09:17.935 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-10-25T18:09:18.442Z | [ recovery-image] Oct 25 18:09:17.949 INFO O| Oct 25 18:09:17.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5070 | 2024-10-25T18:09:18.442Z | [ recovery-image] Oct 25 18:09:17.949 INFO O| Oct 25 18:09:17.949 INFO STEP 315 (remove_files) COMPLETE |
5071 | 2024-10-25T18:09:18.442Z | [ recovery-image] Oct 25 18:09:17.949 INFO O| Oct 25 18:09:17.949 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-10-25T18:09:18.442Z | [ recovery-image] Oct 25 18:09:17.963 INFO O| Oct 25 18:09:17.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5073 | 2024-10-25T18:09:18.442Z | [ recovery-image] Oct 25 18:09:17.963 INFO O| Oct 25 18:09:17.963 INFO STEP 316 (remove_files) COMPLETE |
5074 | 2024-10-25T18:09:18.442Z | [ recovery-image] Oct 25 18:09:17.963 INFO O| Oct 25 18:09:17.963 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-10-25T18:09:18.467Z | [ recovery-image] Oct 25 18:09:17.976 INFO O| Oct 25 18:09:17.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5076 | 2024-10-25T18:09:18.467Z | [ recovery-image] Oct 25 18:09:17.976 INFO O| Oct 25 18:09:17.976 INFO STEP 317 (remove_files) COMPLETE |
5077 | 2024-10-25T18:09:18.467Z | [ recovery-image] Oct 25 18:09:17.976 INFO O| Oct 25 18:09:17.976 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-10-25T18:09:18.467Z | [ recovery-image] Oct 25 18:09:17.989 INFO O| Oct 25 18:09:17.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5079 | 2024-10-25T18:09:18.467Z | [ recovery-image] Oct 25 18:09:17.989 INFO O| Oct 25 18:09:17.989 INFO STEP 318 (remove_files) COMPLETE |
5080 | 2024-10-25T18:09:18.467Z | [ recovery-image] Oct 25 18:09:17.989 INFO O| Oct 25 18:09:17.989 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-10-25T18:09:18.491Z | [ recovery-image] Oct 25 18:09:18.002 INFO O| Oct 25 18:09:18.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5082 | 2024-10-25T18:09:18.491Z | [ recovery-image] Oct 25 18:09:18.002 INFO O| Oct 25 18:09:18.002 INFO STEP 319 (remove_files) COMPLETE |
5083 | 2024-10-25T18:09:18.491Z | [ recovery-image] Oct 25 18:09:18.002 INFO O| Oct 25 18:09:18.002 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-10-25T18:09:18.491Z | [ recovery-image] Oct 25 18:09:18.014 INFO O| Oct 25 18:09:18.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5085 | 2024-10-25T18:09:18.491Z | [ recovery-image] Oct 25 18:09:18.015 INFO O| Oct 25 18:09:18.014 INFO STEP 320 (remove_files) COMPLETE |
5086 | 2024-10-25T18:09:18.491Z | [ recovery-image] Oct 25 18:09:18.015 INFO O| Oct 25 18:09:18.015 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-10-25T18:09:18.515Z | [ recovery-image] Oct 25 18:09:18.027 INFO O| Oct 25 18:09:18.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5088 | 2024-10-25T18:09:18.516Z | [ recovery-image] Oct 25 18:09:18.027 INFO O| Oct 25 18:09:18.027 INFO STEP 321 (remove_files) COMPLETE |
5089 | 2024-10-25T18:09:18.516Z | [ recovery-image] Oct 25 18:09:18.027 INFO O| Oct 25 18:09:18.027 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-10-25T18:09:18.516Z | [ recovery-image] Oct 25 18:09:18.040 INFO O| Oct 25 18:09:18.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5091 | 2024-10-25T18:09:18.516Z | [ recovery-image] Oct 25 18:09:18.040 INFO O| Oct 25 18:09:18.040 INFO STEP 322 (remove_files) COMPLETE |
5092 | 2024-10-25T18:09:18.516Z | [ recovery-image] Oct 25 18:09:18.040 INFO O| Oct 25 18:09:18.040 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-10-25T18:09:18.540Z | [ recovery-image] Oct 25 18:09:18.052 INFO O| Oct 25 18:09:18.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5094 | 2024-10-25T18:09:18.540Z | [ recovery-image] Oct 25 18:09:18.053 INFO O| Oct 25 18:09:18.053 INFO STEP 323 (remove_files) COMPLETE |
5095 | 2024-10-25T18:09:18.540Z | [ recovery-image] Oct 25 18:09:18.053 INFO O| Oct 25 18:09:18.053 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-10-25T18:09:18.563Z | [ recovery-image] Oct 25 18:09:18.065 INFO O| Oct 25 18:09:18.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5097 | 2024-10-25T18:09:18.563Z | [ recovery-image] Oct 25 18:09:18.066 INFO O| Oct 25 18:09:18.066 INFO STEP 324 (remove_files) COMPLETE |
5098 | 2024-10-25T18:09:18.564Z | [ recovery-image] Oct 25 18:09:18.066 INFO O| Oct 25 18:09:18.066 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-10-25T18:09:18.564Z | [ recovery-image] Oct 25 18:09:18.078 INFO O| Oct 25 18:09:18.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5100 | 2024-10-25T18:09:18.564Z | [ recovery-image] Oct 25 18:09:18.079 INFO O| Oct 25 18:09:18.078 INFO STEP 325 (remove_files) COMPLETE |
5101 | 2024-10-25T18:09:18.564Z | [ recovery-image] Oct 25 18:09:18.079 INFO O| Oct 25 18:09:18.078 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-10-25T18:09:18.587Z | [ recovery-image] Oct 25 18:09:18.091 INFO O| Oct 25 18:09:18.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5103 | 2024-10-25T18:09:18.587Z | [ recovery-image] Oct 25 18:09:18.092 INFO O| Oct 25 18:09:18.091 INFO STEP 326 (remove_files) COMPLETE |
5104 | 2024-10-25T18:09:18.587Z | [ recovery-image] Oct 25 18:09:18.092 INFO O| Oct 25 18:09:18.092 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-10-25T18:09:18.587Z | [ recovery-image] Oct 25 18:09:18.105 INFO O| Oct 25 18:09:18.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5106 | 2024-10-25T18:09:18.587Z | [ recovery-image] Oct 25 18:09:18.105 INFO O| Oct 25 18:09:18.105 INFO STEP 327 (remove_files) COMPLETE |
5107 | 2024-10-25T18:09:18.587Z | [ recovery-image] Oct 25 18:09:18.105 INFO O| Oct 25 18:09:18.105 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-10-25T18:09:18.612Z | [ recovery-image] Oct 25 18:09:18.117 INFO O| Oct 25 18:09:18.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5109 | 2024-10-25T18:09:18.612Z | [ recovery-image] Oct 25 18:09:18.118 INFO O| Oct 25 18:09:18.118 INFO STEP 328 (remove_files) COMPLETE |
5110 | 2024-10-25T18:09:18.612Z | [ recovery-image] Oct 25 18:09:18.118 INFO O| Oct 25 18:09:18.118 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-10-25T18:09:18.612Z | [ recovery-image] Oct 25 18:09:18.130 INFO O| Oct 25 18:09:18.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5112 | 2024-10-25T18:09:18.612Z | [ recovery-image] Oct 25 18:09:18.130 INFO O| Oct 25 18:09:18.130 INFO STEP 329 (remove_files) COMPLETE |
5113 | 2024-10-25T18:09:18.612Z | [ recovery-image] Oct 25 18:09:18.130 INFO O| Oct 25 18:09:18.130 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-10-25T18:09:18.636Z | [ recovery-image] Oct 25 18:09:18.144 INFO O| Oct 25 18:09:18.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5115 | 2024-10-25T18:09:18.636Z | [ recovery-image] Oct 25 18:09:18.144 INFO O| Oct 25 18:09:18.144 INFO STEP 330 (remove_files) COMPLETE |
5116 | 2024-10-25T18:09:18.636Z | [ recovery-image] Oct 25 18:09:18.144 INFO O| Oct 25 18:09:18.144 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-10-25T18:09:18.636Z | [ recovery-image] Oct 25 18:09:18.156 INFO O| Oct 25 18:09:18.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5118 | 2024-10-25T18:09:18.636Z | [ recovery-image] Oct 25 18:09:18.156 INFO O| Oct 25 18:09:18.156 INFO STEP 331 (remove_files) COMPLETE |
5119 | 2024-10-25T18:09:18.636Z | [ recovery-image] Oct 25 18:09:18.157 INFO O| Oct 25 18:09:18.156 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-10-25T18:09:18.660Z | [ recovery-image] Oct 25 18:09:18.177 INFO O| Oct 25 18:09:18.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5121 | 2024-10-25T18:09:18.661Z | [ recovery-image] Oct 25 18:09:18.177 INFO O| Oct 25 18:09:18.177 INFO STEP 332 (remove_files) COMPLETE |
5122 | 2024-10-25T18:09:18.661Z | [ recovery-image] Oct 25 18:09:18.177 INFO O| Oct 25 18:09:18.177 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-10-25T18:09:18.684Z | [ recovery-image] Oct 25 18:09:18.193 INFO O| Oct 25 18:09:18.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5124 | 2024-10-25T18:09:18.684Z | [ recovery-image] Oct 25 18:09:18.194 INFO O| Oct 25 18:09:18.194 INFO STEP 333 (remove_files) COMPLETE |
5125 | 2024-10-25T18:09:18.684Z | [ recovery-image] Oct 25 18:09:18.194 INFO O| Oct 25 18:09:18.194 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-10-25T18:09:18.708Z | [ recovery-image] Oct 25 18:09:18.217 INFO O| Oct 25 18:09:18.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5127 | 2024-10-25T18:09:18.708Z | [ recovery-image] Oct 25 18:09:18.217 INFO O| Oct 25 18:09:18.217 INFO STEP 334 (remove_files) COMPLETE |
5128 | 2024-10-25T18:09:18.708Z | [ recovery-image] Oct 25 18:09:18.217 INFO O| Oct 25 18:09:18.217 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-10-25T18:09:18.732Z | [ recovery-image] Oct 25 18:09:18.234 INFO O| Oct 25 18:09:18.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5130 | 2024-10-25T18:09:18.733Z | [ recovery-image] Oct 25 18:09:18.234 INFO O| Oct 25 18:09:18.234 INFO STEP 335 (remove_files) COMPLETE |
5131 | 2024-10-25T18:09:18.733Z | [ recovery-image] Oct 25 18:09:18.234 INFO O| Oct 25 18:09:18.234 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-10-25T18:09:18.733Z | [ recovery-image] Oct 25 18:09:18.248 INFO O| Oct 25 18:09:18.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5133 | 2024-10-25T18:09:18.733Z | [ recovery-image] Oct 25 18:09:18.248 INFO O| Oct 25 18:09:18.248 INFO STEP 336 (remove_files) COMPLETE |
5134 | 2024-10-25T18:09:18.733Z | [ recovery-image] Oct 25 18:09:18.248 INFO O| Oct 25 18:09:18.248 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-10-25T18:09:18.757Z | [ recovery-image] Oct 25 18:09:18.261 INFO O| Oct 25 18:09:18.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5136 | 2024-10-25T18:09:18.757Z | [ recovery-image] Oct 25 18:09:18.262 INFO O| Oct 25 18:09:18.262 INFO STEP 337 (remove_files) COMPLETE |
5137 | 2024-10-25T18:09:18.757Z | [ recovery-image] Oct 25 18:09:18.262 INFO O| Oct 25 18:09:18.262 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-10-25T18:09:18.757Z | [ recovery-image] Oct 25 18:09:18.275 INFO O| Oct 25 18:09:18.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5139 | 2024-10-25T18:09:18.757Z | [ recovery-image] Oct 25 18:09:18.275 INFO O| Oct 25 18:09:18.275 INFO STEP 338 (remove_files) COMPLETE |
5140 | 2024-10-25T18:09:18.757Z | [ recovery-image] Oct 25 18:09:18.275 INFO O| Oct 25 18:09:18.275 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-10-25T18:09:18.780Z | [ recovery-image] Oct 25 18:09:18.287 INFO O| Oct 25 18:09:18.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5142 | 2024-10-25T18:09:18.781Z | [ recovery-image] Oct 25 18:09:18.288 INFO O| Oct 25 18:09:18.288 INFO STEP 339 (remove_files) COMPLETE |
5143 | 2024-10-25T18:09:18.781Z | [ recovery-image] Oct 25 18:09:18.288 INFO O| Oct 25 18:09:18.288 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-10-25T18:09:18.781Z | [ recovery-image] Oct 25 18:09:18.301 INFO O| Oct 25 18:09:18.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5145 | 2024-10-25T18:09:18.781Z | [ recovery-image] Oct 25 18:09:18.301 INFO O| Oct 25 18:09:18.301 INFO STEP 340 (remove_files) COMPLETE |
5146 | 2024-10-25T18:09:18.781Z | [ recovery-image] Oct 25 18:09:18.301 INFO O| Oct 25 18:09:18.301 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-10-25T18:09:18.805Z | [ recovery-image] Oct 25 18:09:18.329 INFO O| Oct 25 18:09:18.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5148 | 2024-10-25T18:09:18.805Z | [ recovery-image] Oct 25 18:09:18.329 INFO O| Oct 25 18:09:18.329 INFO STEP 341 (remove_files) COMPLETE |
5149 | 2024-10-25T18:09:18.805Z | [ recovery-image] Oct 25 18:09:18.329 INFO O| Oct 25 18:09:18.329 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-10-25T18:09:18.829Z | [ recovery-image] Oct 25 18:09:18.350 INFO O| Oct 25 18:09:18.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5151 | 2024-10-25T18:09:18.829Z | [ recovery-image] Oct 25 18:09:18.350 INFO O| Oct 25 18:09:18.350 INFO STEP 342 (remove_files) COMPLETE |
5152 | 2024-10-25T18:09:18.829Z | [ recovery-image] Oct 25 18:09:18.350 INFO O| Oct 25 18:09:18.350 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-10-25T18:09:18.853Z | [ recovery-image] Oct 25 18:09:18.371 INFO O| Oct 25 18:09:18.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5154 | 2024-10-25T18:09:18.853Z | [ recovery-image] Oct 25 18:09:18.371 INFO O| Oct 25 18:09:18.371 INFO STEP 343 (remove_files) COMPLETE |
5155 | 2024-10-25T18:09:18.853Z | [ recovery-image] Oct 25 18:09:18.371 INFO O| Oct 25 18:09:18.371 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-10-25T18:09:18.877Z | [ recovery-image] Oct 25 18:09:18.389 INFO O| Oct 25 18:09:18.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5157 | 2024-10-25T18:09:18.877Z | [ recovery-image] Oct 25 18:09:18.390 INFO O| Oct 25 18:09:18.390 INFO STEP 344 (remove_files) COMPLETE |
5158 | 2024-10-25T18:09:18.877Z | [ recovery-image] Oct 25 18:09:18.390 INFO O| Oct 25 18:09:18.390 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-10-25T18:09:18.900Z | [ recovery-image] Oct 25 18:09:18.408 INFO O| Oct 25 18:09:18.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5160 | 2024-10-25T18:09:18.901Z | [ recovery-image] Oct 25 18:09:18.408 INFO O| Oct 25 18:09:18.408 INFO STEP 345 (remove_files) COMPLETE |
5161 | 2024-10-25T18:09:18.901Z | [ recovery-image] Oct 25 18:09:18.408 INFO O| Oct 25 18:09:18.408 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-10-25T18:09:18.901Z | [ recovery-image] Oct 25 18:09:18.425 INFO O| Oct 25 18:09:18.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5163 | 2024-10-25T18:09:18.901Z | [ recovery-image] Oct 25 18:09:18.425 INFO O| Oct 25 18:09:18.425 INFO STEP 346 (remove_files) COMPLETE |
5164 | 2024-10-25T18:09:18.901Z | [ recovery-image] Oct 25 18:09:18.425 INFO O| Oct 25 18:09:18.425 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-10-25T18:09:18.924Z | [ recovery-image] Oct 25 18:09:18.438 INFO O| Oct 25 18:09:18.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5166 | 2024-10-25T18:09:18.924Z | [ recovery-image] Oct 25 18:09:18.438 INFO O| Oct 25 18:09:18.438 INFO STEP 347 (remove_files) COMPLETE |
5167 | 2024-10-25T18:09:18.924Z | [ recovery-image] Oct 25 18:09:18.438 INFO O| Oct 25 18:09:18.438 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-10-25T18:09:18.959Z | [ recovery-image] Oct 25 18:09:18.454 INFO O| Oct 25 18:09:18.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5169 | 2024-10-25T18:09:18.959Z | [ recovery-image] Oct 25 18:09:18.454 INFO O| Oct 25 18:09:18.454 INFO STEP 348 (remove_files) COMPLETE |
5170 | 2024-10-25T18:09:18.959Z | [ host-image] Oct 25 18:09:18.454 INFO O| Oct 25 18:09:18.454 INFO O| Done |
5171 | 2024-10-25T18:09:18.959Z | [ recovery-image] Oct 25 18:09:18.454 INFO O| Oct 25 18:09:18.454 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-10-25T18:09:18.959Z | [ recovery-image] Oct 25 18:09:18.466 INFO O| Oct 25 18:09:18.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5173 | 2024-10-25T18:09:18.959Z | [ recovery-image] Oct 25 18:09:18.466 INFO O| Oct 25 18:09:18.466 INFO STEP 349 (remove_files) COMPLETE |
5174 | 2024-10-25T18:09:18.959Z | [ recovery-image] Oct 25 18:09:18.466 INFO O| Oct 25 18:09:18.466 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-10-25T18:09:18.960Z | [ recovery-image] Oct 25 18:09:18.478 INFO O| Oct 25 18:09:18.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5176 | 2024-10-25T18:09:18.960Z | [ recovery-image] Oct 25 18:09:18.479 INFO O| Oct 25 18:09:18.478 INFO STEP 350 (remove_files) COMPLETE |
5177 | 2024-10-25T18:09:18.960Z | [ recovery-image] Oct 25 18:09:18.479 INFO O| Oct 25 18:09:18.479 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-10-25T18:09:18.983Z | [ recovery-image] Oct 25 18:09:18.492 INFO O| Oct 25 18:09:18.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5179 | 2024-10-25T18:09:18.984Z | [ recovery-image] Oct 25 18:09:18.492 INFO O| Oct 25 18:09:18.492 INFO STEP 351 (remove_files) COMPLETE |
5180 | 2024-10-25T18:09:18.984Z | [ recovery-image] Oct 25 18:09:18.492 INFO O| Oct 25 18:09:18.492 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-10-25T18:09:18.984Z | [ recovery-image] Oct 25 18:09:18.504 INFO O| Oct 25 18:09:18.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5182 | 2024-10-25T18:09:18.984Z | [ recovery-image] Oct 25 18:09:18.504 INFO O| Oct 25 18:09:18.504 INFO STEP 352 (remove_files) COMPLETE |
5183 | 2024-10-25T18:09:18.984Z | [ recovery-image] Oct 25 18:09:18.504 INFO O| Oct 25 18:09:18.504 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-10-25T18:09:19.007Z | [ recovery-image] Oct 25 18:09:18.516 INFO O| Oct 25 18:09:18.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5185 | 2024-10-25T18:09:19.008Z | [ recovery-image] Oct 25 18:09:18.516 INFO O| Oct 25 18:09:18.516 INFO STEP 353 (remove_files) COMPLETE |
5186 | 2024-10-25T18:09:19.008Z | [ recovery-image] Oct 25 18:09:18.516 INFO O| Oct 25 18:09:18.516 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-10-25T18:09:19.008Z | [ recovery-image] Oct 25 18:09:18.528 INFO O| Oct 25 18:09:18.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5188 | 2024-10-25T18:09:19.008Z | [ recovery-image] Oct 25 18:09:18.528 INFO O| Oct 25 18:09:18.528 INFO STEP 354 (remove_files) COMPLETE |
5189 | 2024-10-25T18:09:19.008Z | [ recovery-image] Oct 25 18:09:18.528 INFO O| Oct 25 18:09:18.528 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-10-25T18:09:19.031Z | [ recovery-image] Oct 25 18:09:18.540 INFO O| Oct 25 18:09:18.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5191 | 2024-10-25T18:09:19.031Z | [ recovery-image] Oct 25 18:09:18.540 INFO O| Oct 25 18:09:18.540 INFO STEP 355 (remove_files) COMPLETE |
5192 | 2024-10-25T18:09:19.031Z | [ recovery-image] Oct 25 18:09:18.541 INFO O| Oct 25 18:09:18.540 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-10-25T18:09:19.031Z | [ recovery-image] Oct 25 18:09:18.553 INFO O| Oct 25 18:09:18.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5194 | 2024-10-25T18:09:19.031Z | [ recovery-image] Oct 25 18:09:18.553 INFO O| Oct 25 18:09:18.553 INFO STEP 356 (remove_files) COMPLETE |
5195 | 2024-10-25T18:09:19.032Z | [ recovery-image] Oct 25 18:09:18.553 INFO O| Oct 25 18:09:18.553 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-10-25T18:09:19.055Z | [ recovery-image] Oct 25 18:09:18.566 INFO O| Oct 25 18:09:18.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5197 | 2024-10-25T18:09:19.055Z | [ recovery-image] Oct 25 18:09:18.566 INFO O| Oct 25 18:09:18.566 INFO STEP 357 (remove_files) COMPLETE |
5198 | 2024-10-25T18:09:19.055Z | [ recovery-image] Oct 25 18:09:18.566 INFO O| Oct 25 18:09:18.566 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-10-25T18:09:19.055Z | [ recovery-image] Oct 25 18:09:18.579 INFO O| Oct 25 18:09:18.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5200 | 2024-10-25T18:09:19.055Z | [ recovery-image] Oct 25 18:09:18.579 INFO O| Oct 25 18:09:18.579 INFO STEP 358 (remove_files) COMPLETE |
5201 | 2024-10-25T18:09:19.056Z | [ recovery-image] Oct 25 18:09:18.579 INFO O| Oct 25 18:09:18.579 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-10-25T18:09:19.079Z | [ recovery-image] Oct 25 18:09:18.597 INFO O| Oct 25 18:09:18.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5203 | 2024-10-25T18:09:19.079Z | [ recovery-image] Oct 25 18:09:18.597 INFO O| Oct 25 18:09:18.597 INFO STEP 359 (remove_files) COMPLETE |
5204 | 2024-10-25T18:09:19.080Z | [ recovery-image] Oct 25 18:09:18.597 INFO O| Oct 25 18:09:18.597 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-10-25T18:09:19.103Z | [ recovery-image] Oct 25 18:09:18.612 INFO O| Oct 25 18:09:18.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5206 | 2024-10-25T18:09:19.103Z | [ recovery-image] Oct 25 18:09:18.612 INFO O| Oct 25 18:09:18.612 INFO STEP 360 (remove_files) COMPLETE |
5207 | 2024-10-25T18:09:19.103Z | [ recovery-image] Oct 25 18:09:18.612 INFO O| Oct 25 18:09:18.612 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-10-25T18:09:19.127Z | [ recovery-image] Oct 25 18:09:18.632 INFO O| Oct 25 18:09:18.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5209 | 2024-10-25T18:09:19.127Z | [ recovery-image] Oct 25 18:09:18.633 INFO O| Oct 25 18:09:18.633 INFO STEP 361 (remove_files) COMPLETE |
5210 | 2024-10-25T18:09:19.127Z | [ recovery-image] Oct 25 18:09:18.633 INFO O| Oct 25 18:09:18.633 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-10-25T18:09:19.127Z | [ recovery-image] Oct 25 18:09:18.648 INFO O| Oct 25 18:09:18.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5212 | 2024-10-25T18:09:19.127Z | [ recovery-image] Oct 25 18:09:18.648 INFO O| Oct 25 18:09:18.648 INFO STEP 362 (remove_files) COMPLETE |
5213 | 2024-10-25T18:09:19.127Z | [ recovery-image] Oct 25 18:09:18.648 INFO O| Oct 25 18:09:18.648 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-10-25T18:09:19.152Z | [ recovery-image] Oct 25 18:09:18.661 INFO O| Oct 25 18:09:18.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5215 | 2024-10-25T18:09:19.152Z | [ recovery-image] Oct 25 18:09:18.661 INFO O| Oct 25 18:09:18.661 INFO STEP 363 (remove_files) COMPLETE |
5216 | 2024-10-25T18:09:19.152Z | [ recovery-image] Oct 25 18:09:18.661 INFO O| Oct 25 18:09:18.661 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-10-25T18:09:19.152Z | [ recovery-image] Oct 25 18:09:18.673 INFO O| Oct 25 18:09:18.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5218 | 2024-10-25T18:09:19.152Z | [ recovery-image] Oct 25 18:09:18.673 INFO O| Oct 25 18:09:18.673 INFO STEP 364 (remove_files) COMPLETE |
5219 | 2024-10-25T18:09:19.152Z | [ recovery-image] Oct 25 18:09:18.673 INFO O| Oct 25 18:09:18.673 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-10-25T18:09:19.176Z | [ recovery-image] Oct 25 18:09:18.686 INFO O| Oct 25 18:09:18.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5221 | 2024-10-25T18:09:19.176Z | [ recovery-image] Oct 25 18:09:18.686 INFO O| Oct 25 18:09:18.686 INFO STEP 365 (remove_files) COMPLETE |
5222 | 2024-10-25T18:09:19.176Z | [ recovery-image] Oct 25 18:09:18.686 INFO O| Oct 25 18:09:18.686 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-10-25T18:09:19.176Z | [ recovery-image] Oct 25 18:09:18.699 INFO O| Oct 25 18:09:18.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5224 | 2024-10-25T18:09:19.176Z | [ recovery-image] Oct 25 18:09:18.699 INFO O| Oct 25 18:09:18.699 INFO STEP 366 (remove_files) COMPLETE |
5225 | 2024-10-25T18:09:19.176Z | [ recovery-image] Oct 25 18:09:18.699 INFO O| Oct 25 18:09:18.699 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-10-25T18:09:19.199Z | [ recovery-image] Oct 25 18:09:18.717 INFO O| Oct 25 18:09:18.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5227 | 2024-10-25T18:09:19.200Z | [ recovery-image] Oct 25 18:09:18.717 INFO O| Oct 25 18:09:18.717 INFO STEP 367 (remove_files) COMPLETE |
5228 | 2024-10-25T18:09:19.200Z | [ recovery-image] Oct 25 18:09:18.717 INFO O| Oct 25 18:09:18.717 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-10-25T18:09:19.224Z | [ recovery-image] Oct 25 18:09:18.732 INFO O| Oct 25 18:09:18.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5230 | 2024-10-25T18:09:19.224Z | [ recovery-image] Oct 25 18:09:18.732 INFO O| Oct 25 18:09:18.732 INFO STEP 368 (remove_files) COMPLETE |
5231 | 2024-10-25T18:09:19.224Z | [ recovery-image] Oct 25 18:09:18.732 INFO O| Oct 25 18:09:18.732 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-10-25T18:09:19.224Z | [ recovery-image] Oct 25 18:09:18.746 INFO O| Oct 25 18:09:18.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5233 | 2024-10-25T18:09:19.224Z | [ recovery-image] Oct 25 18:09:18.746 INFO O| Oct 25 18:09:18.746 INFO STEP 369 (remove_files) COMPLETE |
5234 | 2024-10-25T18:09:19.224Z | [ recovery-image] Oct 25 18:09:18.746 INFO O| Oct 25 18:09:18.746 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-10-25T18:09:19.248Z | [ recovery-image] Oct 25 18:09:18.759 INFO O| Oct 25 18:09:18.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5236 | 2024-10-25T18:09:19.248Z | [ recovery-image] Oct 25 18:09:18.760 INFO O| Oct 25 18:09:18.759 INFO STEP 370 (remove_files) COMPLETE |
5237 | 2024-10-25T18:09:19.248Z | [ recovery-image] Oct 25 18:09:18.760 INFO O| Oct 25 18:09:18.759 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-10-25T18:09:19.248Z | [ recovery-image] Oct 25 18:09:18.772 INFO O| Oct 25 18:09:18.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5239 | 2024-10-25T18:09:19.248Z | [ recovery-image] Oct 25 18:09:18.772 INFO O| Oct 25 18:09:18.772 INFO STEP 371 (remove_files) COMPLETE |
5240 | 2024-10-25T18:09:19.248Z | [ recovery-image] Oct 25 18:09:18.772 INFO O| Oct 25 18:09:18.772 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-10-25T18:09:19.273Z | [ recovery-image] Oct 25 18:09:18.790 INFO O| Oct 25 18:09:18.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5242 | 2024-10-25T18:09:19.273Z | [ recovery-image] Oct 25 18:09:18.790 INFO O| Oct 25 18:09:18.790 INFO STEP 372 (remove_files) COMPLETE |
5243 | 2024-10-25T18:09:19.273Z | [ recovery-image] Oct 25 18:09:18.790 INFO O| Oct 25 18:09:18.790 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-10-25T18:09:19.297Z | [ recovery-image] Oct 25 18:09:18.805 INFO O| Oct 25 18:09:18.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5245 | 2024-10-25T18:09:19.297Z | [ recovery-image] Oct 25 18:09:18.805 INFO O| Oct 25 18:09:18.805 INFO STEP 373 (remove_files) COMPLETE |
5246 | 2024-10-25T18:09:19.297Z | [ recovery-image] Oct 25 18:09:18.805 INFO O| Oct 25 18:09:18.805 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-10-25T18:09:19.297Z | [ recovery-image] Oct 25 18:09:18.819 INFO O| Oct 25 18:09:18.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5248 | 2024-10-25T18:09:19.297Z | [ recovery-image] Oct 25 18:09:18.819 INFO O| Oct 25 18:09:18.819 INFO STEP 374 (remove_files) COMPLETE |
5249 | 2024-10-25T18:09:19.297Z | [ recovery-image] Oct 25 18:09:18.820 INFO O| Oct 25 18:09:18.819 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-10-25T18:09:19.321Z | [ recovery-image] Oct 25 18:09:18.838 INFO O| Oct 25 18:09:18.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5251 | 2024-10-25T18:09:19.321Z | [ recovery-image] Oct 25 18:09:18.838 INFO O| Oct 25 18:09:18.838 INFO STEP 375 (remove_files) COMPLETE |
5252 | 2024-10-25T18:09:19.321Z | [ recovery-image] Oct 25 18:09:18.838 INFO O| Oct 25 18:09:18.838 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-10-25T18:09:19.345Z | [ recovery-image] Oct 25 18:09:18.853 INFO O| Oct 25 18:09:18.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5254 | 2024-10-25T18:09:19.345Z | [ recovery-image] Oct 25 18:09:18.854 INFO O| Oct 25 18:09:18.854 INFO STEP 376 (remove_files) COMPLETE |
5255 | 2024-10-25T18:09:19.345Z | [ recovery-image] Oct 25 18:09:18.854 INFO O| Oct 25 18:09:18.854 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-10-25T18:09:19.345Z | [ recovery-image] Oct 25 18:09:18.868 INFO O| Oct 25 18:09:18.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5257 | 2024-10-25T18:09:19.345Z | [ recovery-image] Oct 25 18:09:18.868 INFO O| Oct 25 18:09:18.868 INFO STEP 377 (remove_files) COMPLETE |
5258 | 2024-10-25T18:09:19.345Z | [ recovery-image] Oct 25 18:09:18.868 INFO O| Oct 25 18:09:18.868 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-10-25T18:09:19.368Z | [ recovery-image] Oct 25 18:09:18.883 INFO O| Oct 25 18:09:18.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5260 | 2024-10-25T18:09:19.368Z | [ recovery-image] Oct 25 18:09:18.883 INFO O| Oct 25 18:09:18.883 INFO STEP 378 (remove_files) COMPLETE |
5261 | 2024-10-25T18:09:19.368Z | [ recovery-image] Oct 25 18:09:18.883 INFO O| Oct 25 18:09:18.883 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-10-25T18:09:19.392Z | [ recovery-image] Oct 25 18:09:18.898 INFO O| Oct 25 18:09:18.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5263 | 2024-10-25T18:09:19.392Z | [ recovery-image] Oct 25 18:09:18.898 INFO O| Oct 25 18:09:18.898 INFO STEP 379 (remove_files) COMPLETE |
5264 | 2024-10-25T18:09:19.392Z | [ recovery-image] Oct 25 18:09:18.898 INFO O| Oct 25 18:09:18.898 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-10-25T18:09:19.392Z | [ recovery-image] Oct 25 18:09:18.912 INFO O| Oct 25 18:09:18.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5266 | 2024-10-25T18:09:19.392Z | [ recovery-image] Oct 25 18:09:18.913 INFO O| Oct 25 18:09:18.913 INFO STEP 380 (remove_files) COMPLETE |
5267 | 2024-10-25T18:09:19.392Z | [ recovery-image] Oct 25 18:09:18.913 INFO O| Oct 25 18:09:18.913 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-10-25T18:09:19.416Z | [ recovery-image] Oct 25 18:09:18.926 INFO O| Oct 25 18:09:18.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5269 | 2024-10-25T18:09:19.416Z | [ recovery-image] Oct 25 18:09:18.926 INFO O| Oct 25 18:09:18.926 INFO STEP 381 (remove_files) COMPLETE |
5270 | 2024-10-25T18:09:19.416Z | [ recovery-image] Oct 25 18:09:18.926 INFO O| Oct 25 18:09:18.926 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-10-25T18:09:19.416Z | [ recovery-image] Oct 25 18:09:18.939 INFO O| Oct 25 18:09:18.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5272 | 2024-10-25T18:09:19.416Z | [ recovery-image] Oct 25 18:09:18.939 INFO O| Oct 25 18:09:18.939 INFO STEP 382 (remove_files) COMPLETE |
5273 | 2024-10-25T18:09:19.416Z | [ recovery-image] Oct 25 18:09:18.939 INFO O| Oct 25 18:09:18.939 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-10-25T18:09:19.440Z | [ recovery-image] Oct 25 18:09:18.952 INFO O| Oct 25 18:09:18.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5275 | 2024-10-25T18:09:19.440Z | [ recovery-image] Oct 25 18:09:18.952 INFO O| Oct 25 18:09:18.952 INFO STEP 383 (remove_files) COMPLETE |
5276 | 2024-10-25T18:09:19.440Z | [ recovery-image] Oct 25 18:09:18.952 INFO O| Oct 25 18:09:18.952 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-10-25T18:09:19.440Z | [ recovery-image] Oct 25 18:09:18.965 INFO O| Oct 25 18:09:18.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5278 | 2024-10-25T18:09:19.440Z | [ recovery-image] Oct 25 18:09:18.965 INFO O| Oct 25 18:09:18.965 INFO STEP 384 (remove_files) COMPLETE |
5279 | 2024-10-25T18:09:19.440Z | [ recovery-image] Oct 25 18:09:18.965 INFO O| Oct 25 18:09:18.965 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-10-25T18:09:19.465Z | [ recovery-image] Oct 25 18:09:18.978 INFO O| Oct 25 18:09:18.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5281 | 2024-10-25T18:09:19.465Z | [ recovery-image] Oct 25 18:09:18.978 INFO O| Oct 25 18:09:18.978 INFO STEP 385 (remove_files) COMPLETE |
5282 | 2024-10-25T18:09:19.465Z | [ recovery-image] Oct 25 18:09:18.978 INFO O| Oct 25 18:09:18.978 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-10-25T18:09:19.488Z | [ recovery-image] Oct 25 18:09:18.995 INFO O| Oct 25 18:09:18.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5284 | 2024-10-25T18:09:19.488Z | [ recovery-image] Oct 25 18:09:18.995 INFO O| Oct 25 18:09:18.995 INFO STEP 386 (remove_files) COMPLETE |
5285 | 2024-10-25T18:09:19.488Z | [ recovery-image] Oct 25 18:09:18.995 INFO O| Oct 25 18:09:18.995 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-10-25T18:09:19.488Z | [ recovery-image] Oct 25 18:09:19.009 INFO O| Oct 25 18:09:19.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5287 | 2024-10-25T18:09:19.488Z | [ recovery-image] Oct 25 18:09:19.010 INFO O| Oct 25 18:09:19.009 INFO STEP 387 (remove_files) COMPLETE |
5288 | 2024-10-25T18:09:19.488Z | [ recovery-image] Oct 25 18:09:19.010 INFO O| Oct 25 18:09:19.009 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-10-25T18:09:19.512Z | [ recovery-image] Oct 25 18:09:19.023 INFO O| Oct 25 18:09:19.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5290 | 2024-10-25T18:09:19.512Z | [ recovery-image] Oct 25 18:09:19.024 INFO O| Oct 25 18:09:19.023 INFO STEP 388 (remove_files) COMPLETE |
5291 | 2024-10-25T18:09:19.512Z | [ recovery-image] Oct 25 18:09:19.024 INFO O| Oct 25 18:09:19.023 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-10-25T18:09:19.512Z | [ recovery-image] Oct 25 18:09:19.037 INFO O| Oct 25 18:09:19.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5293 | 2024-10-25T18:09:19.512Z | [ recovery-image] Oct 25 18:09:19.037 INFO O| Oct 25 18:09:19.037 INFO STEP 389 (remove_files) COMPLETE |
5294 | 2024-10-25T18:09:19.512Z | [ recovery-image] Oct 25 18:09:19.037 INFO O| Oct 25 18:09:19.037 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-10-25T18:09:19.535Z | [ recovery-image] Oct 25 18:09:19.049 INFO O| Oct 25 18:09:19.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5296 | 2024-10-25T18:09:19.535Z | [ recovery-image] Oct 25 18:09:19.049 INFO O| Oct 25 18:09:19.049 INFO STEP 390 (remove_files) COMPLETE |
5297 | 2024-10-25T18:09:19.535Z | [ recovery-image] Oct 25 18:09:19.049 INFO O| Oct 25 18:09:19.049 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-10-25T18:09:19.559Z | [ recovery-image] Oct 25 18:09:19.065 INFO O| Oct 25 18:09:19.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5299 | 2024-10-25T18:09:19.559Z | [ recovery-image] Oct 25 18:09:19.065 INFO O| Oct 25 18:09:19.065 INFO STEP 391 (remove_files) COMPLETE |
5300 | 2024-10-25T18:09:19.559Z | [ recovery-image] Oct 25 18:09:19.065 INFO O| Oct 25 18:09:19.065 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-10-25T18:09:19.559Z | [ host-image] Oct 25 18:09:19.074 INFO O| Oct 25 18:09:19.074 INFO O| Done |
5302 | 2024-10-25T18:09:19.559Z | [ recovery-image] Oct 25 18:09:19.079 INFO O| Oct 25 18:09:19.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5303 | 2024-10-25T18:09:19.559Z | [ recovery-image] Oct 25 18:09:19.079 INFO O| Oct 25 18:09:19.079 INFO STEP 392 (remove_files) COMPLETE |
5304 | 2024-10-25T18:09:19.559Z | [ recovery-image] Oct 25 18:09:19.079 INFO O| Oct 25 18:09:19.079 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2024-10-25T18:09:19.583Z | [ recovery-image] Oct 25 18:09:19.092 INFO O| Oct 25 18:09:19.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5306 | 2024-10-25T18:09:19.583Z | [ recovery-image] Oct 25 18:09:19.092 INFO O| Oct 25 18:09:19.092 INFO STEP 393 (remove_files) COMPLETE |
5307 | 2024-10-25T18:09:19.583Z | [ recovery-image] Oct 25 18:09:19.092 INFO O| Oct 25 18:09:19.092 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2024-10-25T18:09:19.583Z | [ recovery-image] Oct 25 18:09:19.105 INFO O| Oct 25 18:09:19.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5309 | 2024-10-25T18:09:19.583Z | [ recovery-image] Oct 25 18:09:19.105 INFO O| Oct 25 18:09:19.105 INFO STEP 394 (remove_files) COMPLETE |
5310 | 2024-10-25T18:09:19.583Z | [ recovery-image] Oct 25 18:09:19.105 INFO O| Oct 25 18:09:19.105 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2024-10-25T18:09:19.606Z | [ recovery-image] Oct 25 18:09:19.118 INFO O| Oct 25 18:09:19.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5312 | 2024-10-25T18:09:19.606Z | [ recovery-image] Oct 25 18:09:19.118 INFO O| Oct 25 18:09:19.118 INFO STEP 395 (remove_files) COMPLETE |
5313 | 2024-10-25T18:09:19.606Z | [ recovery-image] Oct 25 18:09:19.118 INFO O| Oct 25 18:09:19.118 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2024-10-25T18:09:19.606Z | [ recovery-image] Oct 25 18:09:19.131 INFO O| Oct 25 18:09:19.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5315 | 2024-10-25T18:09:19.606Z | [ recovery-image] Oct 25 18:09:19.132 INFO O| Oct 25 18:09:19.132 INFO STEP 396 (remove_files) COMPLETE |
5316 | 2024-10-25T18:09:19.630Z | [ recovery-image] Oct 25 18:09:19.132 INFO O| Oct 25 18:09:19.132 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2024-10-25T18:09:19.630Z | [ recovery-image] Oct 25 18:09:19.144 INFO O| Oct 25 18:09:19.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5318 | 2024-10-25T18:09:19.630Z | [ recovery-image] Oct 25 18:09:19.144 INFO O| Oct 25 18:09:19.144 INFO STEP 397 (remove_files) COMPLETE |
5319 | 2024-10-25T18:09:19.630Z | [ recovery-image] Oct 25 18:09:19.144 INFO O| Oct 25 18:09:19.144 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-10-25T18:09:19.654Z | [ recovery-image] Oct 25 18:09:19.157 INFO O| Oct 25 18:09:19.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5321 | 2024-10-25T18:09:19.654Z | [ recovery-image] Oct 25 18:09:19.157 INFO O| Oct 25 18:09:19.157 INFO STEP 398 (remove_files) COMPLETE |
5322 | 2024-10-25T18:09:19.654Z | [ recovery-image] Oct 25 18:09:19.157 INFO O| Oct 25 18:09:19.157 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2024-10-25T18:09:19.654Z | [ recovery-image] Oct 25 18:09:19.175 INFO O| Oct 25 18:09:19.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5324 | 2024-10-25T18:09:19.654Z | [ recovery-image] Oct 25 18:09:19.175 INFO O| Oct 25 18:09:19.175 INFO STEP 399 (remove_files) COMPLETE |
5325 | 2024-10-25T18:09:19.654Z | [ recovery-image] Oct 25 18:09:19.175 INFO O| Oct 25 18:09:19.175 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-10-25T18:09:19.677Z | [ recovery-image] Oct 25 18:09:19.190 INFO O| Oct 25 18:09:19.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5327 | 2024-10-25T18:09:19.677Z | [ recovery-image] Oct 25 18:09:19.190 INFO O| Oct 25 18:09:19.190 INFO STEP 400 (remove_files) COMPLETE |
5328 | 2024-10-25T18:09:19.677Z | [ recovery-image] Oct 25 18:09:19.190 INFO O| Oct 25 18:09:19.190 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-10-25T18:09:19.701Z | [ recovery-image] Oct 25 18:09:19.203 INFO O| Oct 25 18:09:19.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5330 | 2024-10-25T18:09:19.701Z | [ recovery-image] Oct 25 18:09:19.203 INFO O| Oct 25 18:09:19.203 INFO STEP 401 (remove_files) COMPLETE |
5331 | 2024-10-25T18:09:19.701Z | [ recovery-image] Oct 25 18:09:19.203 INFO O| Oct 25 18:09:19.203 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-10-25T18:09:19.725Z | [ recovery-image] Oct 25 18:09:19.218 INFO O| Oct 25 18:09:19.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5333 | 2024-10-25T18:09:19.725Z | [ recovery-image] Oct 25 18:09:19.218 INFO O| Oct 25 18:09:19.218 INFO STEP 402 (remove_files) COMPLETE |
5334 | 2024-10-25T18:09:19.725Z | [ recovery-image] Oct 25 18:09:19.218 INFO O| Oct 25 18:09:19.218 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-10-25T18:09:19.725Z | [ recovery-image] Oct 25 18:09:19.239 INFO O| Oct 25 18:09:19.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5336 | 2024-10-25T18:09:19.725Z | [ recovery-image] Oct 25 18:09:19.239 INFO O| Oct 25 18:09:19.239 INFO STEP 403 (remove_files) COMPLETE |
5337 | 2024-10-25T18:09:19.725Z | [ recovery-image] Oct 25 18:09:19.239 INFO O| Oct 25 18:09:19.239 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-10-25T18:09:19.748Z | [ recovery-image] Oct 25 18:09:19.257 INFO O| Oct 25 18:09:19.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5339 | 2024-10-25T18:09:19.749Z | [ recovery-image] Oct 25 18:09:19.257 INFO O| Oct 25 18:09:19.257 INFO STEP 404 (remove_files) COMPLETE |
5340 | 2024-10-25T18:09:19.749Z | [ recovery-image] Oct 25 18:09:19.257 INFO O| Oct 25 18:09:19.257 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-10-25T18:09:19.772Z | [ recovery-image] Oct 25 18:09:19.278 INFO O| Oct 25 18:09:19.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5342 | 2024-10-25T18:09:19.772Z | [ recovery-image] Oct 25 18:09:19.278 INFO O| Oct 25 18:09:19.278 INFO STEP 405 (remove_files) COMPLETE |
5343 | 2024-10-25T18:09:19.772Z | [ recovery-image] Oct 25 18:09:19.278 INFO O| Oct 25 18:09:19.278 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-10-25T18:09:19.796Z | [ recovery-image] Oct 25 18:09:19.301 INFO O| Oct 25 18:09:19.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5345 | 2024-10-25T18:09:19.796Z | [ recovery-image] Oct 25 18:09:19.302 INFO O| Oct 25 18:09:19.301 INFO STEP 406 (remove_files) COMPLETE |
5346 | 2024-10-25T18:09:19.796Z | [ recovery-image] Oct 25 18:09:19.302 INFO O| Oct 25 18:09:19.301 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-10-25T18:09:19.796Z | [ recovery-image] Oct 25 18:09:19.316 INFO O| Oct 25 18:09:19.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5348 | 2024-10-25T18:09:19.796Z | [ recovery-image] Oct 25 18:09:19.316 INFO O| Oct 25 18:09:19.316 INFO STEP 407 (remove_files) COMPLETE |
5349 | 2024-10-25T18:09:19.796Z | [ recovery-image] Oct 25 18:09:19.316 INFO O| Oct 25 18:09:19.316 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-10-25T18:09:19.820Z | [ recovery-image] Oct 25 18:09:19.330 INFO O| Oct 25 18:09:19.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5351 | 2024-10-25T18:09:19.820Z | [ recovery-image] Oct 25 18:09:19.330 INFO O| Oct 25 18:09:19.330 INFO STEP 408 (remove_files) COMPLETE |
5352 | 2024-10-25T18:09:19.820Z | [ recovery-image] Oct 25 18:09:19.330 INFO O| Oct 25 18:09:19.330 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-10-25T18:09:19.820Z | [ recovery-image] Oct 25 18:09:19.344 INFO O| Oct 25 18:09:19.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5354 | 2024-10-25T18:09:19.820Z | [ recovery-image] Oct 25 18:09:19.344 INFO O| Oct 25 18:09:19.344 INFO STEP 409 (remove_files) COMPLETE |
5355 | 2024-10-25T18:09:19.820Z | [ recovery-image] Oct 25 18:09:19.344 INFO O| Oct 25 18:09:19.344 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-10-25T18:09:19.844Z | [ recovery-image] Oct 25 18:09:19.363 INFO O| Oct 25 18:09:19.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5357 | 2024-10-25T18:09:19.844Z | [ recovery-image] Oct 25 18:09:19.363 INFO O| Oct 25 18:09:19.363 INFO STEP 410 (remove_files) COMPLETE |
5358 | 2024-10-25T18:09:19.844Z | [ recovery-image] Oct 25 18:09:19.363 INFO O| Oct 25 18:09:19.363 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-10-25T18:09:19.868Z | [ recovery-image] Oct 25 18:09:19.380 INFO O| Oct 25 18:09:19.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5360 | 2024-10-25T18:09:19.868Z | [ recovery-image] Oct 25 18:09:19.381 INFO O| Oct 25 18:09:19.381 INFO STEP 411 (remove_files) COMPLETE |
5361 | 2024-10-25T18:09:19.868Z | [ recovery-image] Oct 25 18:09:19.381 INFO O| Oct 25 18:09:19.381 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-10-25T18:09:19.892Z | [ recovery-image] Oct 25 18:09:19.396 INFO O| Oct 25 18:09:19.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5363 | 2024-10-25T18:09:19.892Z | [ recovery-image] Oct 25 18:09:19.397 INFO O| Oct 25 18:09:19.396 INFO STEP 412 (remove_files) COMPLETE |
5364 | 2024-10-25T18:09:19.892Z | [ recovery-image] Oct 25 18:09:19.397 INFO O| Oct 25 18:09:19.397 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-10-25T18:09:19.916Z | [ recovery-image] Oct 25 18:09:19.418 INFO O| Oct 25 18:09:19.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5366 | 2024-10-25T18:09:19.916Z | [ recovery-image] Oct 25 18:09:19.418 INFO O| Oct 25 18:09:19.418 INFO STEP 413 (remove_files) COMPLETE |
5367 | 2024-10-25T18:09:19.916Z | [ recovery-image] Oct 25 18:09:19.418 INFO O| Oct 25 18:09:19.418 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-10-25T18:09:19.916Z | [ recovery-image] Oct 25 18:09:19.432 INFO O| Oct 25 18:09:19.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5369 | 2024-10-25T18:09:19.916Z | [ recovery-image] Oct 25 18:09:19.432 INFO O| Oct 25 18:09:19.432 INFO STEP 414 (remove_files) COMPLETE |
5370 | 2024-10-25T18:09:19.916Z | [ recovery-image] Oct 25 18:09:19.432 INFO O| Oct 25 18:09:19.432 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-10-25T18:09:19.940Z | [ recovery-image] Oct 25 18:09:19.446 INFO O| Oct 25 18:09:19.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5372 | 2024-10-25T18:09:19.940Z | [ recovery-image] Oct 25 18:09:19.447 INFO O| Oct 25 18:09:19.447 INFO STEP 415 (remove_files) COMPLETE |
5373 | 2024-10-25T18:09:19.940Z | [ recovery-image] Oct 25 18:09:19.447 INFO O| Oct 25 18:09:19.447 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-10-25T18:09:19.940Z | [ recovery-image] Oct 25 18:09:19.461 INFO O| Oct 25 18:09:19.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5375 | 2024-10-25T18:09:19.940Z | [ recovery-image] Oct 25 18:09:19.461 INFO O| Oct 25 18:09:19.461 INFO STEP 416 (remove_files) COMPLETE |
5376 | 2024-10-25T18:09:19.940Z | [ recovery-image] Oct 25 18:09:19.461 INFO O| Oct 25 18:09:19.461 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-10-25T18:09:19.964Z | [ recovery-image] Oct 25 18:09:19.474 INFO O| Oct 25 18:09:19.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5378 | 2024-10-25T18:09:19.964Z | [ recovery-image] Oct 25 18:09:19.475 INFO O| Oct 25 18:09:19.475 INFO STEP 417 (remove_files) COMPLETE |
5379 | 2024-10-25T18:09:19.964Z | [ recovery-image] Oct 25 18:09:19.475 INFO O| Oct 25 18:09:19.475 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-10-25T18:09:19.964Z | [ host-image] Oct 25 18:09:19.486 INFO O| Oct 25 18:09:19.486 INFO STEP 11 (pkg_install) COMPLETE |
5381 | 2024-10-25T18:09:19.964Z | [ host-image] Oct 25 18:09:19.486 INFO O| Oct 25 18:09:19.486 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5382 | 2024-10-25T18:09:19.964Z | [ recovery-image] Oct 25 18:09:19.489 INFO O| Oct 25 18:09:19.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5383 | 2024-10-25T18:09:19.964Z | [ recovery-image] Oct 25 18:09:19.489 INFO O| Oct 25 18:09:19.489 INFO STEP 418 (remove_files) COMPLETE |
5384 | 2024-10-25T18:09:19.964Z | [ recovery-image] Oct 25 18:09:19.489 INFO O| Oct 25 18:09:19.489 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-10-25T18:09:19.988Z | [ host-image] Oct 25 18:09:19.501 INFO O| Oct 25 18:09:19.501 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
5386 | 2024-10-25T18:09:19.988Z | [ recovery-image] Oct 25 18:09:19.508 INFO O| Oct 25 18:09:19.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5387 | 2024-10-25T18:09:19.988Z | [ recovery-image] Oct 25 18:09:19.508 INFO O| Oct 25 18:09:19.508 INFO STEP 419 (remove_files) COMPLETE |
5388 | 2024-10-25T18:09:19.988Z | [ recovery-image] Oct 25 18:09:19.508 INFO O| Oct 25 18:09:19.508 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-10-25T18:09:20.012Z | [ recovery-image] Oct 25 18:09:19.522 INFO O| Oct 25 18:09:19.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5390 | 2024-10-25T18:09:20.012Z | [ recovery-image] Oct 25 18:09:19.522 INFO O| Oct 25 18:09:19.522 INFO STEP 420 (remove_files) COMPLETE |
5391 | 2024-10-25T18:09:20.012Z | [ recovery-image] Oct 25 18:09:19.522 INFO O| Oct 25 18:09:19.522 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-10-25T18:09:20.012Z | [ recovery-image] Oct 25 18:09:19.535 INFO O| Oct 25 18:09:19.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5393 | 2024-10-25T18:09:20.012Z | [ recovery-image] Oct 25 18:09:19.535 INFO O| Oct 25 18:09:19.535 INFO STEP 421 (remove_files) COMPLETE |
5394 | 2024-10-25T18:09:20.012Z | [ recovery-image] Oct 25 18:09:19.535 INFO O| Oct 25 18:09:19.535 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-10-25T18:09:20.036Z | [ recovery-image] Oct 25 18:09:19.549 INFO O| Oct 25 18:09:19.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5396 | 2024-10-25T18:09:20.036Z | [ recovery-image] Oct 25 18:09:19.549 INFO O| Oct 25 18:09:19.549 INFO STEP 422 (remove_files) COMPLETE |
5397 | 2024-10-25T18:09:20.036Z | [ recovery-image] Oct 25 18:09:19.549 INFO O| Oct 25 18:09:19.549 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-10-25T18:09:20.059Z | [ recovery-image] Oct 25 18:09:19.562 INFO O| Oct 25 18:09:19.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5399 | 2024-10-25T18:09:20.059Z | [ recovery-image] Oct 25 18:09:19.562 INFO O| Oct 25 18:09:19.562 INFO STEP 423 (remove_files) COMPLETE |
5400 | 2024-10-25T18:09:20.059Z | [ recovery-image] Oct 25 18:09:19.562 INFO O| Oct 25 18:09:19.562 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-10-25T18:09:20.059Z | [ recovery-image] Oct 25 18:09:19.575 INFO O| Oct 25 18:09:19.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5402 | 2024-10-25T18:09:20.060Z | [ recovery-image] Oct 25 18:09:19.576 INFO O| Oct 25 18:09:19.576 INFO STEP 424 (remove_files) COMPLETE |
5403 | 2024-10-25T18:09:20.060Z | [ recovery-image] Oct 25 18:09:19.576 INFO O| Oct 25 18:09:19.576 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-10-25T18:09:20.083Z | [ recovery-image] Oct 25 18:09:19.589 INFO O| Oct 25 18:09:19.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5405 | 2024-10-25T18:09:20.083Z | [ recovery-image] Oct 25 18:09:19.589 INFO O| Oct 25 18:09:19.589 INFO STEP 425 (remove_files) COMPLETE |
5406 | 2024-10-25T18:09:20.083Z | [ recovery-image] Oct 25 18:09:19.589 INFO O| Oct 25 18:09:19.589 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-10-25T18:09:20.083Z | [ recovery-image] Oct 25 18:09:19.601 INFO O| Oct 25 18:09:19.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5408 | 2024-10-25T18:09:20.083Z | [ recovery-image] Oct 25 18:09:19.602 INFO O| Oct 25 18:09:19.601 INFO STEP 426 (remove_files) COMPLETE |
5409 | 2024-10-25T18:09:20.083Z | [ recovery-image] Oct 25 18:09:19.602 INFO O| Oct 25 18:09:19.601 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-10-25T18:09:20.107Z | [ recovery-image] Oct 25 18:09:19.614 INFO O| Oct 25 18:09:19.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5411 | 2024-10-25T18:09:20.107Z | [ recovery-image] Oct 25 18:09:19.614 INFO O| Oct 25 18:09:19.614 INFO STEP 427 (remove_files) COMPLETE |
5412 | 2024-10-25T18:09:20.107Z | [ recovery-image] Oct 25 18:09:19.614 INFO O| Oct 25 18:09:19.614 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-10-25T18:09:20.107Z | [ recovery-image] Oct 25 18:09:19.631 INFO O| Oct 25 18:09:19.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5414 | 2024-10-25T18:09:20.107Z | [ recovery-image] Oct 25 18:09:19.631 INFO O| Oct 25 18:09:19.631 INFO STEP 428 (remove_files) COMPLETE |
5415 | 2024-10-25T18:09:20.107Z | [ recovery-image] Oct 25 18:09:19.631 INFO O| Oct 25 18:09:19.631 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-10-25T18:09:20.131Z | [ recovery-image] Oct 25 18:09:19.643 INFO O| Oct 25 18:09:19.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5417 | 2024-10-25T18:09:20.131Z | [ recovery-image] Oct 25 18:09:19.644 INFO O| Oct 25 18:09:19.644 INFO STEP 429 (remove_files) COMPLETE |
5418 | 2024-10-25T18:09:20.131Z | [ recovery-image] Oct 25 18:09:19.644 INFO O| Oct 25 18:09:19.644 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-10-25T18:09:20.155Z | [ recovery-image] Oct 25 18:09:19.661 INFO O| Oct 25 18:09:19.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5420 | 2024-10-25T18:09:20.155Z | [ recovery-image] Oct 25 18:09:19.661 INFO O| Oct 25 18:09:19.661 INFO STEP 430 (remove_files) COMPLETE |
5421 | 2024-10-25T18:09:20.155Z | [ recovery-image] Oct 25 18:09:19.661 INFO O| Oct 25 18:09:19.661 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-10-25T18:09:20.155Z | [ recovery-image] Oct 25 18:09:19.674 INFO O| Oct 25 18:09:19.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5423 | 2024-10-25T18:09:20.155Z | [ recovery-image] Oct 25 18:09:19.675 INFO O| Oct 25 18:09:19.674 INFO STEP 431 (remove_files) COMPLETE |
5424 | 2024-10-25T18:09:20.155Z | [ recovery-image] Oct 25 18:09:19.675 INFO O| Oct 25 18:09:19.675 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-10-25T18:09:20.179Z | [ recovery-image] Oct 25 18:09:19.687 INFO O| Oct 25 18:09:19.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5426 | 2024-10-25T18:09:20.179Z | [ recovery-image] Oct 25 18:09:19.688 INFO O| Oct 25 18:09:19.688 INFO STEP 432 (remove_files) COMPLETE |
5427 | 2024-10-25T18:09:20.179Z | [ recovery-image] Oct 25 18:09:19.688 INFO O| Oct 25 18:09:19.688 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-10-25T18:09:20.179Z | [ recovery-image] Oct 25 18:09:19.700 INFO O| Oct 25 18:09:19.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5429 | 2024-10-25T18:09:20.179Z | [ recovery-image] Oct 25 18:09:19.701 INFO O| Oct 25 18:09:19.701 INFO STEP 433 (remove_files) COMPLETE |
5430 | 2024-10-25T18:09:20.179Z | [ recovery-image] Oct 25 18:09:19.701 INFO O| Oct 25 18:09:19.701 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-10-25T18:09:20.203Z | [ recovery-image] Oct 25 18:09:19.715 INFO O| Oct 25 18:09:19.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5432 | 2024-10-25T18:09:20.203Z | [ recovery-image] Oct 25 18:09:19.715 INFO O| Oct 25 18:09:19.715 INFO STEP 434 (remove_files) COMPLETE |
5433 | 2024-10-25T18:09:20.203Z | [ recovery-image] Oct 25 18:09:19.715 INFO O| Oct 25 18:09:19.715 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-10-25T18:09:20.227Z | [ recovery-image] Oct 25 18:09:19.728 INFO O| Oct 25 18:09:19.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5435 | 2024-10-25T18:09:20.227Z | [ recovery-image] Oct 25 18:09:19.728 INFO O| Oct 25 18:09:19.728 INFO STEP 435 (remove_files) COMPLETE |
5436 | 2024-10-25T18:09:20.227Z | [ recovery-image] Oct 25 18:09:19.728 INFO O| Oct 25 18:09:19.728 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-10-25T18:09:20.227Z | [ recovery-image] Oct 25 18:09:19.741 INFO O| Oct 25 18:09:19.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5438 | 2024-10-25T18:09:20.227Z | [ recovery-image] Oct 25 18:09:19.742 INFO O| Oct 25 18:09:19.742 INFO STEP 436 (remove_files) COMPLETE |
5439 | 2024-10-25T18:09:20.227Z | [ recovery-image] Oct 25 18:09:19.742 INFO O| Oct 25 18:09:19.742 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-10-25T18:09:20.251Z | [ recovery-image] Oct 25 18:09:19.754 INFO O| Oct 25 18:09:19.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5441 | 2024-10-25T18:09:20.251Z | [ recovery-image] Oct 25 18:09:19.754 INFO O| Oct 25 18:09:19.754 INFO STEP 437 (remove_files) COMPLETE |
5442 | 2024-10-25T18:09:20.251Z | [ recovery-image] Oct 25 18:09:19.754 INFO O| Oct 25 18:09:19.754 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-10-25T18:09:20.251Z | [ recovery-image] Oct 25 18:09:19.767 INFO O| Oct 25 18:09:19.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5444 | 2024-10-25T18:09:20.251Z | [ recovery-image] Oct 25 18:09:19.767 INFO O| Oct 25 18:09:19.767 INFO STEP 438 (remove_files) COMPLETE |
5445 | 2024-10-25T18:09:20.251Z | [ recovery-image] Oct 25 18:09:19.767 INFO O| Oct 25 18:09:19.767 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-10-25T18:09:20.275Z | [ recovery-image] Oct 25 18:09:19.781 INFO O| Oct 25 18:09:19.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5447 | 2024-10-25T18:09:20.275Z | [ recovery-image] Oct 25 18:09:19.781 INFO O| Oct 25 18:09:19.781 INFO STEP 439 (remove_files) COMPLETE |
5448 | 2024-10-25T18:09:20.275Z | [ recovery-image] Oct 25 18:09:19.781 INFO O| Oct 25 18:09:19.781 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-10-25T18:09:20.275Z | [ recovery-image] Oct 25 18:09:19.794 INFO O| Oct 25 18:09:19.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5450 | 2024-10-25T18:09:20.275Z | [ recovery-image] Oct 25 18:09:19.794 INFO O| Oct 25 18:09:19.794 INFO STEP 440 (remove_files) COMPLETE |
5451 | 2024-10-25T18:09:20.275Z | [ recovery-image] Oct 25 18:09:19.794 INFO O| Oct 25 18:09:19.794 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-10-25T18:09:20.299Z | [ recovery-image] Oct 25 18:09:19.808 INFO O| Oct 25 18:09:19.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5453 | 2024-10-25T18:09:20.299Z | [ recovery-image] Oct 25 18:09:19.808 INFO O| Oct 25 18:09:19.808 INFO STEP 441 (remove_files) COMPLETE |
5454 | 2024-10-25T18:09:20.299Z | [ recovery-image] Oct 25 18:09:19.808 INFO O| Oct 25 18:09:19.808 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-10-25T18:09:20.299Z | [ recovery-image] Oct 25 18:09:19.820 INFO O| Oct 25 18:09:19.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5456 | 2024-10-25T18:09:20.299Z | [ recovery-image] Oct 25 18:09:19.821 INFO O| Oct 25 18:09:19.821 INFO STEP 442 (remove_files) COMPLETE |
5457 | 2024-10-25T18:09:20.299Z | [ recovery-image] Oct 25 18:09:19.821 INFO O| Oct 25 18:09:19.821 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-10-25T18:09:20.323Z | [ recovery-image] Oct 25 18:09:19.833 INFO O| Oct 25 18:09:19.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5459 | 2024-10-25T18:09:20.323Z | [ recovery-image] Oct 25 18:09:19.833 INFO O| Oct 25 18:09:19.833 INFO STEP 443 (remove_files) COMPLETE |
5460 | 2024-10-25T18:09:20.323Z | [ recovery-image] Oct 25 18:09:19.833 INFO O| Oct 25 18:09:19.833 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-10-25T18:09:20.323Z | [ recovery-image] Oct 25 18:09:19.845 INFO O| Oct 25 18:09:19.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5462 | 2024-10-25T18:09:20.323Z | [ recovery-image] Oct 25 18:09:19.845 INFO O| Oct 25 18:09:19.845 INFO STEP 444 (remove_files) COMPLETE |
5463 | 2024-10-25T18:09:20.323Z | [ recovery-image] Oct 25 18:09:19.845 INFO O| Oct 25 18:09:19.845 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-10-25T18:09:20.347Z | [ recovery-image] Oct 25 18:09:19.857 INFO O| Oct 25 18:09:19.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5465 | 2024-10-25T18:09:20.347Z | [ recovery-image] Oct 25 18:09:19.858 INFO O| Oct 25 18:09:19.858 INFO STEP 445 (remove_files) COMPLETE |
5466 | 2024-10-25T18:09:20.347Z | [ recovery-image] Oct 25 18:09:19.858 INFO O| Oct 25 18:09:19.858 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-10-25T18:09:20.347Z | [ recovery-image] Oct 25 18:09:19.870 INFO O| Oct 25 18:09:19.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5468 | 2024-10-25T18:09:20.347Z | [ recovery-image] Oct 25 18:09:19.870 INFO O| Oct 25 18:09:19.870 INFO STEP 446 (remove_files) COMPLETE |
5469 | 2024-10-25T18:09:20.347Z | [ recovery-image] Oct 25 18:09:19.870 INFO O| Oct 25 18:09:19.870 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-10-25T18:09:20.371Z | [ recovery-image] Oct 25 18:09:19.885 INFO O| Oct 25 18:09:19.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5471 | 2024-10-25T18:09:20.371Z | [ recovery-image] Oct 25 18:09:19.885 INFO O| Oct 25 18:09:19.885 INFO STEP 447 (remove_files) COMPLETE |
5472 | 2024-10-25T18:09:20.371Z | [ recovery-image] Oct 25 18:09:19.885 INFO O| Oct 25 18:09:19.885 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-10-25T18:09:20.395Z | [ recovery-image] Oct 25 18:09:19.897 INFO O| Oct 25 18:09:19.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5474 | 2024-10-25T18:09:20.395Z | [ recovery-image] Oct 25 18:09:19.897 INFO O| Oct 25 18:09:19.897 INFO STEP 448 (remove_files) COMPLETE |
5475 | 2024-10-25T18:09:20.395Z | [ recovery-image] Oct 25 18:09:19.897 INFO O| Oct 25 18:09:19.897 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-10-25T18:09:20.395Z | [ recovery-image] Oct 25 18:09:19.910 INFO O| Oct 25 18:09:19.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5477 | 2024-10-25T18:09:20.395Z | [ recovery-image] Oct 25 18:09:19.910 INFO O| Oct 25 18:09:19.910 INFO STEP 449 (remove_files) COMPLETE |
5478 | 2024-10-25T18:09:20.395Z | [ recovery-image] Oct 25 18:09:19.910 INFO O| Oct 25 18:09:19.910 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-10-25T18:09:20.419Z | [ recovery-image] Oct 25 18:09:19.922 INFO O| Oct 25 18:09:19.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5480 | 2024-10-25T18:09:20.419Z | [ recovery-image] Oct 25 18:09:19.923 INFO O| Oct 25 18:09:19.923 INFO STEP 450 (remove_files) COMPLETE |
5481 | 2024-10-25T18:09:20.419Z | [ recovery-image] Oct 25 18:09:19.923 INFO O| Oct 25 18:09:19.923 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-10-25T18:09:20.419Z | [ recovery-image] Oct 25 18:09:19.936 INFO O| Oct 25 18:09:19.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5483 | 2024-10-25T18:09:20.420Z | [ recovery-image] Oct 25 18:09:19.936 INFO O| Oct 25 18:09:19.936 INFO STEP 451 (remove_files) COMPLETE |
5484 | 2024-10-25T18:09:20.420Z | [ recovery-image] Oct 25 18:09:19.936 INFO O| Oct 25 18:09:19.936 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-10-25T18:09:20.443Z | [ recovery-image] Oct 25 18:09:19.948 INFO O| Oct 25 18:09:19.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5486 | 2024-10-25T18:09:20.443Z | [ recovery-image] Oct 25 18:09:19.948 INFO O| Oct 25 18:09:19.948 INFO STEP 452 (remove_files) COMPLETE |
5487 | 2024-10-25T18:09:20.443Z | [ recovery-image] Oct 25 18:09:19.948 INFO O| Oct 25 18:09:19.948 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-10-25T18:09:20.444Z | [ recovery-image] Oct 25 18:09:19.960 INFO O| Oct 25 18:09:19.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5489 | 2024-10-25T18:09:20.444Z | [ recovery-image] Oct 25 18:09:19.960 INFO O| Oct 25 18:09:19.960 INFO STEP 453 (remove_files) COMPLETE |
5490 | 2024-10-25T18:09:20.444Z | [ recovery-image] Oct 25 18:09:19.960 INFO O| Oct 25 18:09:19.960 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-10-25T18:09:20.467Z | [ recovery-image] Oct 25 18:09:19.972 INFO O| Oct 25 18:09:19.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5492 | 2024-10-25T18:09:20.467Z | [ recovery-image] Oct 25 18:09:19.973 INFO O| Oct 25 18:09:19.973 INFO STEP 454 (remove_files) COMPLETE |
5493 | 2024-10-25T18:09:20.467Z | [ recovery-image] Oct 25 18:09:19.973 INFO O| Oct 25 18:09:19.973 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-10-25T18:09:20.467Z | [ recovery-image] Oct 25 18:09:19.985 INFO O| Oct 25 18:09:19.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5495 | 2024-10-25T18:09:20.468Z | [ recovery-image] Oct 25 18:09:19.986 INFO O| Oct 25 18:09:19.986 INFO STEP 455 (remove_files) COMPLETE |
5496 | 2024-10-25T18:09:20.468Z | [ recovery-image] Oct 25 18:09:19.986 INFO O| Oct 25 18:09:19.986 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-10-25T18:09:20.491Z | [ recovery-image] Oct 25 18:09:19.998 INFO O| Oct 25 18:09:19.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5498 | 2024-10-25T18:09:20.491Z | [ recovery-image] Oct 25 18:09:19.998 INFO O| Oct 25 18:09:19.998 INFO STEP 456 (remove_files) COMPLETE |
5499 | 2024-10-25T18:09:20.492Z | [ recovery-image] Oct 25 18:09:19.998 INFO O| Oct 25 18:09:19.998 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-10-25T18:09:20.492Z | [ recovery-image] Oct 25 18:09:20.011 INFO O| Oct 25 18:09:20.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5501 | 2024-10-25T18:09:20.492Z | [ recovery-image] Oct 25 18:09:20.011 INFO O| Oct 25 18:09:20.011 INFO STEP 457 (remove_files) COMPLETE |
5502 | 2024-10-25T18:09:20.492Z | [ recovery-image] Oct 25 18:09:20.011 INFO O| Oct 25 18:09:20.011 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-10-25T18:09:20.515Z | [ recovery-image] Oct 25 18:09:20.024 INFO O| Oct 25 18:09:20.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5504 | 2024-10-25T18:09:20.515Z | [ recovery-image] Oct 25 18:09:20.024 INFO O| Oct 25 18:09:20.024 INFO STEP 458 (remove_files) COMPLETE |
5505 | 2024-10-25T18:09:20.515Z | [ recovery-image] Oct 25 18:09:20.024 INFO O| Oct 25 18:09:20.024 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-10-25T18:09:20.515Z | [ recovery-image] Oct 25 18:09:20.036 INFO O| Oct 25 18:09:20.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5507 | 2024-10-25T18:09:20.515Z | [ recovery-image] Oct 25 18:09:20.036 INFO O| Oct 25 18:09:20.036 INFO STEP 459 (remove_files) COMPLETE |
5508 | 2024-10-25T18:09:20.515Z | [ recovery-image] Oct 25 18:09:20.036 INFO O| Oct 25 18:09:20.036 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-10-25T18:09:20.539Z | [ recovery-image] Oct 25 18:09:20.051 INFO O| Oct 25 18:09:20.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5510 | 2024-10-25T18:09:20.539Z | [ recovery-image] Oct 25 18:09:20.052 INFO O| Oct 25 18:09:20.051 INFO STEP 460 (remove_files) COMPLETE |
5511 | 2024-10-25T18:09:20.539Z | [ recovery-image] Oct 25 18:09:20.052 INFO O| Oct 25 18:09:20.052 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-10-25T18:09:20.563Z | [ recovery-image] Oct 25 18:09:20.066 INFO O| Oct 25 18:09:20.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5513 | 2024-10-25T18:09:20.564Z | [ recovery-image] Oct 25 18:09:20.066 INFO O| Oct 25 18:09:20.066 INFO STEP 461 (remove_files) COMPLETE |
5514 | 2024-10-25T18:09:20.564Z | [ recovery-image] Oct 25 18:09:20.067 INFO O| Oct 25 18:09:20.066 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-10-25T18:09:20.564Z | [ recovery-image] Oct 25 18:09:20.079 INFO O| Oct 25 18:09:20.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5516 | 2024-10-25T18:09:20.564Z | [ recovery-image] Oct 25 18:09:20.080 INFO O| Oct 25 18:09:20.080 INFO STEP 462 (remove_files) COMPLETE |
5517 | 2024-10-25T18:09:20.564Z | [ recovery-image] Oct 25 18:09:20.080 INFO O| Oct 25 18:09:20.080 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-10-25T18:09:20.588Z | [ recovery-image] Oct 25 18:09:20.093 INFO O| Oct 25 18:09:20.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5519 | 2024-10-25T18:09:20.588Z | [ recovery-image] Oct 25 18:09:20.093 INFO O| Oct 25 18:09:20.093 INFO STEP 463 (remove_files) COMPLETE |
5520 | 2024-10-25T18:09:20.588Z | [ recovery-image] Oct 25 18:09:20.093 INFO O| Oct 25 18:09:20.093 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-10-25T18:09:20.588Z | [ recovery-image] Oct 25 18:09:20.107 INFO O| Oct 25 18:09:20.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5522 | 2024-10-25T18:09:20.588Z | [ recovery-image] Oct 25 18:09:20.108 INFO O| Oct 25 18:09:20.108 INFO STEP 464 (remove_files) COMPLETE |
5523 | 2024-10-25T18:09:20.588Z | [ recovery-image] Oct 25 18:09:20.108 INFO O| Oct 25 18:09:20.108 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-10-25T18:09:20.611Z | [ recovery-image] Oct 25 18:09:20.122 INFO O| Oct 25 18:09:20.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5525 | 2024-10-25T18:09:20.612Z | [ recovery-image] Oct 25 18:09:20.122 INFO O| Oct 25 18:09:20.122 INFO STEP 465 (remove_files) COMPLETE |
5526 | 2024-10-25T18:09:20.612Z | [ recovery-image] Oct 25 18:09:20.122 INFO O| Oct 25 18:09:20.122 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-10-25T18:09:20.612Z | [ recovery-image] Oct 25 18:09:20.135 INFO O| Oct 25 18:09:20.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5528 | 2024-10-25T18:09:20.612Z | [ recovery-image] Oct 25 18:09:20.135 INFO O| Oct 25 18:09:20.135 INFO STEP 466 (remove_files) COMPLETE |
5529 | 2024-10-25T18:09:20.612Z | [ recovery-image] Oct 25 18:09:20.135 INFO O| Oct 25 18:09:20.135 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-10-25T18:09:20.635Z | [ recovery-image] Oct 25 18:09:20.148 INFO O| Oct 25 18:09:20.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5531 | 2024-10-25T18:09:20.635Z | [ recovery-image] Oct 25 18:09:20.148 INFO O| Oct 25 18:09:20.148 INFO STEP 467 (remove_files) COMPLETE |
5532 | 2024-10-25T18:09:20.635Z | [ recovery-image] Oct 25 18:09:20.148 INFO O| Oct 25 18:09:20.148 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-10-25T18:09:20.659Z | [ recovery-image] Oct 25 18:09:20.161 INFO O| Oct 25 18:09:20.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5534 | 2024-10-25T18:09:20.659Z | [ recovery-image] Oct 25 18:09:20.161 INFO O| Oct 25 18:09:20.161 INFO STEP 468 (remove_files) COMPLETE |
5535 | 2024-10-25T18:09:20.659Z | [ recovery-image] Oct 25 18:09:20.161 INFO O| Oct 25 18:09:20.161 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-10-25T18:09:20.659Z | [ recovery-image] Oct 25 18:09:20.174 INFO O| Oct 25 18:09:20.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5537 | 2024-10-25T18:09:20.659Z | [ recovery-image] Oct 25 18:09:20.174 INFO O| Oct 25 18:09:20.174 INFO STEP 469 (remove_files) COMPLETE |
5538 | 2024-10-25T18:09:20.659Z | [ recovery-image] Oct 25 18:09:20.174 INFO O| Oct 25 18:09:20.174 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-10-25T18:09:20.683Z | [ recovery-image] Oct 25 18:09:20.187 INFO O| Oct 25 18:09:20.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5540 | 2024-10-25T18:09:20.683Z | [ recovery-image] Oct 25 18:09:20.187 INFO O| Oct 25 18:09:20.187 INFO STEP 470 (remove_files) COMPLETE |
5541 | 2024-10-25T18:09:20.683Z | [ recovery-image] Oct 25 18:09:20.187 INFO O| Oct 25 18:09:20.187 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-10-25T18:09:20.683Z | [ recovery-image] Oct 25 18:09:20.200 INFO O| Oct 25 18:09:20.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5543 | 2024-10-25T18:09:20.683Z | [ recovery-image] Oct 25 18:09:20.200 INFO O| Oct 25 18:09:20.200 INFO STEP 471 (remove_files) COMPLETE |
5544 | 2024-10-25T18:09:20.683Z | [ recovery-image] Oct 25 18:09:20.200 INFO O| Oct 25 18:09:20.200 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-10-25T18:09:20.683Z | [ host-image] Oct 25 18:09:20.206 INFO O| Oct 25 18:09:20.206 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5546 | 2024-10-25T18:09:20.706Z | [ recovery-image] Oct 25 18:09:20.213 INFO O| Oct 25 18:09:20.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5547 | 2024-10-25T18:09:20.707Z | [ recovery-image] Oct 25 18:09:20.213 INFO O| Oct 25 18:09:20.213 INFO STEP 472 (remove_files) COMPLETE |
5548 | 2024-10-25T18:09:20.707Z | [ recovery-image] Oct 25 18:09:20.213 INFO O| Oct 25 18:09:20.213 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-10-25T18:09:20.707Z | [ recovery-image] Oct 25 18:09:20.226 INFO O| Oct 25 18:09:20.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5550 | 2024-10-25T18:09:20.707Z | [ recovery-image] Oct 25 18:09:20.226 INFO O| Oct 25 18:09:20.226 INFO STEP 473 (remove_files) COMPLETE |
5551 | 2024-10-25T18:09:20.707Z | [ recovery-image] Oct 25 18:09:20.226 INFO O| Oct 25 18:09:20.226 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-10-25T18:09:20.731Z | [ recovery-image] Oct 25 18:09:20.240 INFO O| Oct 25 18:09:20.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5553 | 2024-10-25T18:09:20.731Z | [ recovery-image] Oct 25 18:09:20.240 INFO O| Oct 25 18:09:20.240 INFO STEP 474 (remove_files) COMPLETE |
5554 | 2024-10-25T18:09:20.731Z | [ recovery-image] Oct 25 18:09:20.240 INFO O| Oct 25 18:09:20.240 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-10-25T18:09:20.731Z | [ recovery-image] Oct 25 18:09:20.254 INFO O| Oct 25 18:09:20.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5556 | 2024-10-25T18:09:20.731Z | [ recovery-image] Oct 25 18:09:20.254 INFO O| Oct 25 18:09:20.254 INFO STEP 475 (remove_files) COMPLETE |
5557 | 2024-10-25T18:09:20.731Z | [ recovery-image] Oct 25 18:09:20.254 INFO O| Oct 25 18:09:20.254 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-10-25T18:09:20.755Z | [ recovery-image] Oct 25 18:09:20.271 INFO O| Oct 25 18:09:20.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5559 | 2024-10-25T18:09:20.755Z | [ recovery-image] Oct 25 18:09:20.271 INFO O| Oct 25 18:09:20.271 INFO STEP 476 (remove_files) COMPLETE |
5560 | 2024-10-25T18:09:20.755Z | [ recovery-image] Oct 25 18:09:20.271 INFO O| Oct 25 18:09:20.271 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-10-25T18:09:20.778Z | [ recovery-image] Oct 25 18:09:20.286 INFO O| Oct 25 18:09:20.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5562 | 2024-10-25T18:09:20.778Z | [ recovery-image] Oct 25 18:09:20.286 INFO O| Oct 25 18:09:20.286 INFO STEP 477 (remove_files) COMPLETE |
5563 | 2024-10-25T18:09:20.778Z | [ recovery-image] Oct 25 18:09:20.286 INFO O| Oct 25 18:09:20.286 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-10-25T18:09:20.778Z | [ recovery-image] Oct 25 18:09:20.301 INFO O| Oct 25 18:09:20.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5565 | 2024-10-25T18:09:20.779Z | [ recovery-image] Oct 25 18:09:20.301 INFO O| Oct 25 18:09:20.301 INFO STEP 478 (remove_files) COMPLETE |
5566 | 2024-10-25T18:09:20.779Z | [ recovery-image] Oct 25 18:09:20.301 INFO O| Oct 25 18:09:20.301 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-10-25T18:09:20.802Z | [ recovery-image] Oct 25 18:09:20.315 INFO O| Oct 25 18:09:20.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5568 | 2024-10-25T18:09:20.802Z | [ recovery-image] Oct 25 18:09:20.315 INFO O| Oct 25 18:09:20.315 INFO STEP 479 (remove_files) COMPLETE |
5569 | 2024-10-25T18:09:20.802Z | [ recovery-image] Oct 25 18:09:20.315 INFO O| Oct 25 18:09:20.315 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-10-25T18:09:20.826Z | [ recovery-image] Oct 25 18:09:20.329 INFO O| Oct 25 18:09:20.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5571 | 2024-10-25T18:09:20.826Z | [ recovery-image] Oct 25 18:09:20.329 INFO O| Oct 25 18:09:20.329 INFO STEP 480 (remove_files) COMPLETE |
5572 | 2024-10-25T18:09:20.826Z | [ recovery-image] Oct 25 18:09:20.329 INFO O| Oct 25 18:09:20.329 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-10-25T18:09:20.826Z | [ recovery-image] Oct 25 18:09:20.345 INFO O| Oct 25 18:09:20.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5574 | 2024-10-25T18:09:20.826Z | [ recovery-image] Oct 25 18:09:20.346 INFO O| Oct 25 18:09:20.346 INFO STEP 481 (remove_files) COMPLETE |
5575 | 2024-10-25T18:09:20.826Z | [ recovery-image] Oct 25 18:09:20.346 INFO O| Oct 25 18:09:20.346 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-10-25T18:09:20.850Z | [ recovery-image] Oct 25 18:09:20.360 INFO O| Oct 25 18:09:20.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5577 | 2024-10-25T18:09:20.850Z | [ recovery-image] Oct 25 18:09:20.360 INFO O| Oct 25 18:09:20.360 INFO STEP 482 (remove_files) COMPLETE |
5578 | 2024-10-25T18:09:20.850Z | [ recovery-image] Oct 25 18:09:20.360 INFO O| Oct 25 18:09:20.360 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-10-25T18:09:20.850Z | [ recovery-image] Oct 25 18:09:20.374 INFO O| Oct 25 18:09:20.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5580 | 2024-10-25T18:09:20.850Z | [ recovery-image] Oct 25 18:09:20.374 INFO O| Oct 25 18:09:20.374 INFO STEP 483 (remove_files) COMPLETE |
5581 | 2024-10-25T18:09:20.850Z | [ recovery-image] Oct 25 18:09:20.374 INFO O| Oct 25 18:09:20.374 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-10-25T18:09:20.874Z | [ recovery-image] Oct 25 18:09:20.387 INFO O| Oct 25 18:09:20.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5583 | 2024-10-25T18:09:20.874Z | [ recovery-image] Oct 25 18:09:20.388 INFO O| Oct 25 18:09:20.388 INFO STEP 484 (remove_files) COMPLETE |
5584 | 2024-10-25T18:09:20.874Z | [ recovery-image] Oct 25 18:09:20.388 INFO O| Oct 25 18:09:20.388 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-10-25T18:09:20.897Z | [ recovery-image] Oct 25 18:09:20.401 INFO O| Oct 25 18:09:20.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5586 | 2024-10-25T18:09:20.897Z | [ recovery-image] Oct 25 18:09:20.401 INFO O| Oct 25 18:09:20.401 INFO STEP 485 (remove_files) COMPLETE |
5587 | 2024-10-25T18:09:20.898Z | [ recovery-image] Oct 25 18:09:20.401 INFO O| Oct 25 18:09:20.401 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-10-25T18:09:20.898Z | [ recovery-image] Oct 25 18:09:20.414 INFO O| Oct 25 18:09:20.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5589 | 2024-10-25T18:09:20.898Z | [ recovery-image] Oct 25 18:09:20.414 INFO O| Oct 25 18:09:20.414 INFO STEP 486 (remove_files) COMPLETE |
5590 | 2024-10-25T18:09:20.898Z | [ recovery-image] Oct 25 18:09:20.414 INFO O| Oct 25 18:09:20.414 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-10-25T18:09:20.921Z | [ recovery-image] Oct 25 18:09:20.427 INFO O| Oct 25 18:09:20.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5592 | 2024-10-25T18:09:20.921Z | [ recovery-image] Oct 25 18:09:20.428 INFO O| Oct 25 18:09:20.427 INFO STEP 487 (remove_files) COMPLETE |
5593 | 2024-10-25T18:09:20.922Z | [ recovery-image] Oct 25 18:09:20.428 INFO O| Oct 25 18:09:20.428 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-10-25T18:09:20.922Z | [ recovery-image] Oct 25 18:09:20.441 INFO O| Oct 25 18:09:20.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5595 | 2024-10-25T18:09:20.922Z | [ recovery-image] Oct 25 18:09:20.441 INFO O| Oct 25 18:09:20.441 INFO STEP 488 (remove_files) COMPLETE |
5596 | 2024-10-25T18:09:20.922Z | [ recovery-image] Oct 25 18:09:20.441 INFO O| Oct 25 18:09:20.441 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-10-25T18:09:20.946Z | [ recovery-image] Oct 25 18:09:20.455 INFO O| Oct 25 18:09:20.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5598 | 2024-10-25T18:09:20.946Z | [ recovery-image] Oct 25 18:09:20.455 INFO O| Oct 25 18:09:20.455 INFO STEP 489 (remove_files) COMPLETE |
5599 | 2024-10-25T18:09:20.946Z | [ recovery-image] Oct 25 18:09:20.455 INFO O| Oct 25 18:09:20.455 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-10-25T18:09:20.946Z | [ recovery-image] Oct 25 18:09:20.469 INFO O| Oct 25 18:09:20.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5601 | 2024-10-25T18:09:20.946Z | [ recovery-image] Oct 25 18:09:20.469 INFO O| Oct 25 18:09:20.469 INFO STEP 490 (remove_files) COMPLETE |
5602 | 2024-10-25T18:09:20.946Z | [ recovery-image] Oct 25 18:09:20.469 INFO O| Oct 25 18:09:20.469 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-10-25T18:09:20.970Z | [ recovery-image] Oct 25 18:09:20.482 INFO O| Oct 25 18:09:20.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5604 | 2024-10-25T18:09:20.970Z | [ recovery-image] Oct 25 18:09:20.483 INFO O| Oct 25 18:09:20.483 INFO STEP 491 (remove_files) COMPLETE |
5605 | 2024-10-25T18:09:20.970Z | [ recovery-image] Oct 25 18:09:20.483 INFO O| Oct 25 18:09:20.483 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-10-25T18:09:20.993Z | [ recovery-image] Oct 25 18:09:20.496 INFO O| Oct 25 18:09:20.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5607 | 2024-10-25T18:09:20.994Z | [ recovery-image] Oct 25 18:09:20.496 INFO O| Oct 25 18:09:20.496 INFO STEP 492 (remove_files) COMPLETE |
5608 | 2024-10-25T18:09:20.994Z | [ recovery-image] Oct 25 18:09:20.496 INFO O| Oct 25 18:09:20.496 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-10-25T18:09:20.994Z | [ recovery-image] Oct 25 18:09:20.511 INFO O| Oct 25 18:09:20.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5610 | 2024-10-25T18:09:20.994Z | [ recovery-image] Oct 25 18:09:20.511 INFO O| Oct 25 18:09:20.511 INFO STEP 493 (remove_files) COMPLETE |
5611 | 2024-10-25T18:09:20.994Z | [ recovery-image] Oct 25 18:09:20.511 INFO O| Oct 25 18:09:20.511 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-10-25T18:09:21.018Z | [ recovery-image] Oct 25 18:09:20.525 INFO O| Oct 25 18:09:20.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5613 | 2024-10-25T18:09:21.018Z | [ recovery-image] Oct 25 18:09:20.525 INFO O| Oct 25 18:09:20.525 INFO STEP 494 (remove_files) COMPLETE |
5614 | 2024-10-25T18:09:21.018Z | [ recovery-image] Oct 25 18:09:20.525 INFO O| Oct 25 18:09:20.525 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-10-25T18:09:21.018Z | [ recovery-image] Oct 25 18:09:20.539 INFO O| Oct 25 18:09:20.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5616 | 2024-10-25T18:09:21.018Z | [ recovery-image] Oct 25 18:09:20.539 INFO O| Oct 25 18:09:20.539 INFO STEP 495 (remove_files) COMPLETE |
5617 | 2024-10-25T18:09:21.018Z | [ recovery-image] Oct 25 18:09:20.539 INFO O| Oct 25 18:09:20.539 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-10-25T18:09:21.042Z | [ recovery-image] Oct 25 18:09:20.554 INFO O| Oct 25 18:09:20.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5619 | 2024-10-25T18:09:21.042Z | [ recovery-image] Oct 25 18:09:20.554 INFO O| Oct 25 18:09:20.554 INFO STEP 496 (remove_files) COMPLETE |
5620 | 2024-10-25T18:09:21.042Z | [ recovery-image] Oct 25 18:09:20.554 INFO O| Oct 25 18:09:20.554 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-10-25T18:09:21.066Z | [ recovery-image] Oct 25 18:09:20.573 INFO O| Oct 25 18:09:20.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5622 | 2024-10-25T18:09:21.066Z | [ recovery-image] Oct 25 18:09:20.573 INFO O| Oct 25 18:09:20.573 INFO STEP 497 (remove_files) COMPLETE |
5623 | 2024-10-25T18:09:21.066Z | [ recovery-image] Oct 25 18:09:20.573 INFO O| Oct 25 18:09:20.573 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-10-25T18:09:21.066Z | [ recovery-image] Oct 25 18:09:20.589 INFO O| Oct 25 18:09:20.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5625 | 2024-10-25T18:09:21.066Z | [ recovery-image] Oct 25 18:09:20.589 INFO O| Oct 25 18:09:20.589 INFO STEP 498 (remove_files) COMPLETE |
5626 | 2024-10-25T18:09:21.066Z | [ recovery-image] Oct 25 18:09:20.589 INFO O| Oct 25 18:09:20.589 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-10-25T18:09:21.090Z | [ recovery-image] Oct 25 18:09:20.605 INFO O| Oct 25 18:09:20.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5628 | 2024-10-25T18:09:21.090Z | [ recovery-image] Oct 25 18:09:20.605 INFO O| Oct 25 18:09:20.605 INFO STEP 499 (remove_files) COMPLETE |
5629 | 2024-10-25T18:09:21.090Z | [ recovery-image] Oct 25 18:09:20.605 INFO O| Oct 25 18:09:20.605 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-10-25T18:09:21.113Z | [ recovery-image] Oct 25 18:09:20.618 INFO O| Oct 25 18:09:20.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5631 | 2024-10-25T18:09:21.114Z | [ recovery-image] Oct 25 18:09:20.618 INFO O| Oct 25 18:09:20.618 INFO STEP 500 (remove_files) COMPLETE |
5632 | 2024-10-25T18:09:21.114Z | [ recovery-image] Oct 25 18:09:20.618 INFO O| Oct 25 18:09:20.618 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-10-25T18:09:21.114Z | [ recovery-image] Oct 25 18:09:20.632 INFO O| Oct 25 18:09:20.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5634 | 2024-10-25T18:09:21.114Z | [ recovery-image] Oct 25 18:09:20.633 INFO O| Oct 25 18:09:20.633 INFO STEP 501 (remove_files) COMPLETE |
5635 | 2024-10-25T18:09:21.114Z | [ recovery-image] Oct 25 18:09:20.633 INFO O| Oct 25 18:09:20.633 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-10-25T18:09:21.137Z | [ recovery-image] Oct 25 18:09:20.647 INFO O| Oct 25 18:09:20.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5637 | 2024-10-25T18:09:21.137Z | [ recovery-image] Oct 25 18:09:20.647 INFO O| Oct 25 18:09:20.647 INFO STEP 502 (remove_files) COMPLETE |
5638 | 2024-10-25T18:09:21.137Z | [ recovery-image] Oct 25 18:09:20.647 INFO O| Oct 25 18:09:20.647 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-10-25T18:09:21.161Z | [ recovery-image] Oct 25 18:09:20.665 INFO O| Oct 25 18:09:20.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5640 | 2024-10-25T18:09:21.161Z | [ recovery-image] Oct 25 18:09:20.665 INFO O| Oct 25 18:09:20.665 INFO STEP 503 (remove_files) COMPLETE |
5641 | 2024-10-25T18:09:21.161Z | [ recovery-image] Oct 25 18:09:20.665 INFO O| Oct 25 18:09:20.665 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-10-25T18:09:21.161Z | [ recovery-image] Oct 25 18:09:20.681 INFO O| Oct 25 18:09:20.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5643 | 2024-10-25T18:09:21.161Z | [ recovery-image] Oct 25 18:09:20.681 INFO O| Oct 25 18:09:20.681 INFO STEP 504 (remove_files) COMPLETE |
5644 | 2024-10-25T18:09:21.161Z | [ recovery-image] Oct 25 18:09:20.681 INFO O| Oct 25 18:09:20.681 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-10-25T18:09:21.184Z | [ recovery-image] Oct 25 18:09:20.694 INFO O| Oct 25 18:09:20.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5646 | 2024-10-25T18:09:21.184Z | [ recovery-image] Oct 25 18:09:20.694 INFO O| Oct 25 18:09:20.694 INFO STEP 505 (remove_files) COMPLETE |
5647 | 2024-10-25T18:09:21.185Z | [ recovery-image] Oct 25 18:09:20.694 INFO O| Oct 25 18:09:20.694 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-10-25T18:09:21.185Z | [ recovery-image] Oct 25 18:09:20.707 INFO O| Oct 25 18:09:20.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5649 | 2024-10-25T18:09:21.185Z | [ recovery-image] Oct 25 18:09:20.707 INFO O| Oct 25 18:09:20.707 INFO STEP 506 (remove_files) COMPLETE |
5650 | 2024-10-25T18:09:21.185Z | [ recovery-image] Oct 25 18:09:20.707 INFO O| Oct 25 18:09:20.707 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-10-25T18:09:21.208Z | [ recovery-image] Oct 25 18:09:20.720 INFO O| Oct 25 18:09:20.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5652 | 2024-10-25T18:09:21.208Z | [ recovery-image] Oct 25 18:09:20.720 INFO O| Oct 25 18:09:20.720 INFO STEP 507 (remove_files) COMPLETE |
5653 | 2024-10-25T18:09:21.208Z | [ recovery-image] Oct 25 18:09:20.720 INFO O| Oct 25 18:09:20.720 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-10-25T18:09:21.208Z | [ recovery-image] Oct 25 18:09:20.732 INFO O| Oct 25 18:09:20.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5655 | 2024-10-25T18:09:21.208Z | [ recovery-image] Oct 25 18:09:20.732 INFO O| Oct 25 18:09:20.732 INFO STEP 508 (remove_files) COMPLETE |
5656 | 2024-10-25T18:09:21.208Z | [ recovery-image] Oct 25 18:09:20.733 INFO O| Oct 25 18:09:20.732 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-10-25T18:09:21.232Z | [ recovery-image] Oct 25 18:09:20.745 INFO O| Oct 25 18:09:20.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5658 | 2024-10-25T18:09:21.233Z | [ recovery-image] Oct 25 18:09:20.745 INFO O| Oct 25 18:09:20.745 INFO STEP 509 (remove_files) COMPLETE |
5659 | 2024-10-25T18:09:21.233Z | [ recovery-image] Oct 25 18:09:20.745 INFO O| Oct 25 18:09:20.745 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-10-25T18:09:21.233Z | [ recovery-image] Oct 25 18:09:20.757 INFO O| Oct 25 18:09:20.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5661 | 2024-10-25T18:09:21.233Z | [ recovery-image] Oct 25 18:09:20.758 INFO O| Oct 25 18:09:20.758 INFO STEP 510 (remove_files) COMPLETE |
5662 | 2024-10-25T18:09:21.256Z | [ recovery-image] Oct 25 18:09:20.758 INFO O| Oct 25 18:09:20.758 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-10-25T18:09:21.257Z | [ recovery-image] Oct 25 18:09:20.776 INFO O| Oct 25 18:09:20.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5664 | 2024-10-25T18:09:21.257Z | [ recovery-image] Oct 25 18:09:20.777 INFO O| Oct 25 18:09:20.777 INFO STEP 511 (remove_files) COMPLETE |
5665 | 2024-10-25T18:09:21.257Z | [ recovery-image] Oct 25 18:09:20.777 INFO O| Oct 25 18:09:20.777 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-10-25T18:09:21.280Z | [ recovery-image] Oct 25 18:09:20.792 INFO O| Oct 25 18:09:20.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5667 | 2024-10-25T18:09:21.280Z | [ recovery-image] Oct 25 18:09:20.792 INFO O| Oct 25 18:09:20.792 INFO STEP 512 (remove_files) COMPLETE |
5668 | 2024-10-25T18:09:21.280Z | [ recovery-image] Oct 25 18:09:20.792 INFO O| Oct 25 18:09:20.792 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-10-25T18:09:21.280Z | [ recovery-image] Oct 25 18:09:20.805 INFO O| Oct 25 18:09:20.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5670 | 2024-10-25T18:09:21.280Z | [ recovery-image] Oct 25 18:09:20.805 INFO O| Oct 25 18:09:20.805 INFO STEP 513 (remove_files) COMPLETE |
5671 | 2024-10-25T18:09:21.280Z | [ recovery-image] Oct 25 18:09:20.805 INFO O| Oct 25 18:09:20.805 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-10-25T18:09:21.304Z | [ recovery-image] Oct 25 18:09:20.817 INFO O| Oct 25 18:09:20.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5673 | 2024-10-25T18:09:21.304Z | [ recovery-image] Oct 25 18:09:20.818 INFO O| Oct 25 18:09:20.817 INFO STEP 514 (remove_files) COMPLETE |
5674 | 2024-10-25T18:09:21.304Z | [ recovery-image] Oct 25 18:09:20.818 INFO O| Oct 25 18:09:20.817 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-10-25T18:09:21.328Z | [ recovery-image] Oct 25 18:09:20.830 INFO O| Oct 25 18:09:20.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5676 | 2024-10-25T18:09:21.328Z | [ recovery-image] Oct 25 18:09:20.830 INFO O| Oct 25 18:09:20.830 INFO STEP 515 (remove_files) COMPLETE |
5677 | 2024-10-25T18:09:21.328Z | [ recovery-image] Oct 25 18:09:20.830 INFO O| Oct 25 18:09:20.830 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-10-25T18:09:21.328Z | [ recovery-image] Oct 25 18:09:20.843 INFO O| Oct 25 18:09:20.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5679 | 2024-10-25T18:09:21.328Z | [ recovery-image] Oct 25 18:09:20.843 INFO O| Oct 25 18:09:20.843 INFO STEP 516 (remove_files) COMPLETE |
5680 | 2024-10-25T18:09:21.328Z | [ recovery-image] Oct 25 18:09:20.843 INFO O| Oct 25 18:09:20.843 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-10-25T18:09:21.351Z | [ recovery-image] Oct 25 18:09:20.861 INFO O| Oct 25 18:09:20.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5682 | 2024-10-25T18:09:21.351Z | [ recovery-image] Oct 25 18:09:20.861 INFO O| Oct 25 18:09:20.861 INFO STEP 517 (remove_files) COMPLETE |
5683 | 2024-10-25T18:09:21.352Z | [ recovery-image] Oct 25 18:09:20.861 INFO O| Oct 25 18:09:20.861 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-10-25T18:09:21.352Z | [ recovery-image] Oct 25 18:09:20.874 INFO O| Oct 25 18:09:20.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5685 | 2024-10-25T18:09:21.352Z | [ recovery-image] Oct 25 18:09:20.874 INFO O| Oct 25 18:09:20.874 INFO STEP 518 (remove_files) COMPLETE |
5686 | 2024-10-25T18:09:21.352Z | [ recovery-image] Oct 25 18:09:20.874 INFO O| Oct 25 18:09:20.874 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-10-25T18:09:21.375Z | [ recovery-image] Oct 25 18:09:20.889 INFO O| Oct 25 18:09:20.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5688 | 2024-10-25T18:09:21.375Z | [ recovery-image] Oct 25 18:09:20.889 INFO O| Oct 25 18:09:20.889 INFO STEP 519 (remove_files) COMPLETE |
5689 | 2024-10-25T18:09:21.375Z | [ recovery-image] Oct 25 18:09:20.889 INFO O| Oct 25 18:09:20.889 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-10-25T18:09:21.399Z | [ recovery-image] Oct 25 18:09:20.903 INFO O| Oct 25 18:09:20.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5691 | 2024-10-25T18:09:21.399Z | [ recovery-image] Oct 25 18:09:20.904 INFO O| Oct 25 18:09:20.904 INFO STEP 520 (remove_files) COMPLETE |
5692 | 2024-10-25T18:09:21.399Z | [ recovery-image] Oct 25 18:09:20.904 INFO O| Oct 25 18:09:20.904 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-10-25T18:09:21.399Z | [ recovery-image] Oct 25 18:09:20.918 INFO O| Oct 25 18:09:20.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5694 | 2024-10-25T18:09:21.399Z | [ recovery-image] Oct 25 18:09:20.918 INFO O| Oct 25 18:09:20.918 INFO STEP 521 (remove_files) COMPLETE |
5695 | 2024-10-25T18:09:21.399Z | [ recovery-image] Oct 25 18:09:20.918 INFO O| Oct 25 18:09:20.918 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-10-25T18:09:21.423Z | [ recovery-image] Oct 25 18:09:20.937 INFO O| Oct 25 18:09:20.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5697 | 2024-10-25T18:09:21.423Z | [ recovery-image] Oct 25 18:09:20.938 INFO O| Oct 25 18:09:20.938 INFO STEP 522 (remove_files) COMPLETE |
5698 | 2024-10-25T18:09:21.423Z | [ recovery-image] Oct 25 18:09:20.938 INFO O| Oct 25 18:09:20.938 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-10-25T18:09:21.447Z | [ recovery-image] Oct 25 18:09:20.952 INFO O| Oct 25 18:09:20.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5700 | 2024-10-25T18:09:21.447Z | [ recovery-image] Oct 25 18:09:20.952 INFO O| Oct 25 18:09:20.952 INFO STEP 523 (remove_files) COMPLETE |
5701 | 2024-10-25T18:09:21.447Z | [ recovery-image] Oct 25 18:09:20.953 INFO O| Oct 25 18:09:20.952 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-10-25T18:09:21.447Z | [ recovery-image] Oct 25 18:09:20.967 INFO O| Oct 25 18:09:20.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5703 | 2024-10-25T18:09:21.447Z | [ recovery-image] Oct 25 18:09:20.967 INFO O| Oct 25 18:09:20.967 INFO STEP 524 (remove_files) COMPLETE |
5704 | 2024-10-25T18:09:21.447Z | [ recovery-image] Oct 25 18:09:20.967 INFO O| Oct 25 18:09:20.967 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-10-25T18:09:21.471Z | [ recovery-image] Oct 25 18:09:20.982 INFO O| Oct 25 18:09:20.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5706 | 2024-10-25T18:09:21.471Z | [ recovery-image] Oct 25 18:09:20.982 INFO O| Oct 25 18:09:20.982 INFO STEP 525 (remove_files) COMPLETE |
5707 | 2024-10-25T18:09:21.471Z | [ recovery-image] Oct 25 18:09:20.982 INFO O| Oct 25 18:09:20.982 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-10-25T18:09:21.471Z | [ recovery-image] Oct 25 18:09:20.996 INFO O| Oct 25 18:09:20.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5709 | 2024-10-25T18:09:21.471Z | [ recovery-image] Oct 25 18:09:20.996 INFO O| Oct 25 18:09:20.996 INFO STEP 526 (remove_files) COMPLETE |
5710 | 2024-10-25T18:09:21.471Z | [ recovery-image] Oct 25 18:09:20.996 INFO O| Oct 25 18:09:20.996 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-10-25T18:09:21.495Z | [ recovery-image] Oct 25 18:09:21.010 INFO O| Oct 25 18:09:21.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5712 | 2024-10-25T18:09:21.495Z | [ recovery-image] Oct 25 18:09:21.010 INFO O| Oct 25 18:09:21.010 INFO STEP 527 (remove_files) COMPLETE |
5713 | 2024-10-25T18:09:21.495Z | [ recovery-image] Oct 25 18:09:21.010 INFO O| Oct 25 18:09:21.010 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-10-25T18:09:21.519Z | [ recovery-image] Oct 25 18:09:21.023 INFO O| Oct 25 18:09:21.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5715 | 2024-10-25T18:09:21.519Z | [ recovery-image] Oct 25 18:09:21.023 INFO O| Oct 25 18:09:21.023 INFO STEP 528 (remove_files) COMPLETE |
5716 | 2024-10-25T18:09:21.519Z | [ recovery-image] Oct 25 18:09:21.023 INFO O| Oct 25 18:09:21.023 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-10-25T18:09:21.519Z | [ recovery-image] Oct 25 18:09:21.035 INFO O| Oct 25 18:09:21.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5718 | 2024-10-25T18:09:21.519Z | [ recovery-image] Oct 25 18:09:21.036 INFO O| Oct 25 18:09:21.036 INFO STEP 529 (remove_files) COMPLETE |
5719 | 2024-10-25T18:09:21.519Z | [ recovery-image] Oct 25 18:09:21.036 INFO O| Oct 25 18:09:21.036 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-10-25T18:09:21.543Z | [ recovery-image] Oct 25 18:09:21.048 INFO O| Oct 25 18:09:21.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5721 | 2024-10-25T18:09:21.543Z | [ recovery-image] Oct 25 18:09:21.048 INFO O| Oct 25 18:09:21.048 INFO STEP 530 (remove_files) COMPLETE |
5722 | 2024-10-25T18:09:21.543Z | [ recovery-image] Oct 25 18:09:21.048 INFO O| Oct 25 18:09:21.048 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-10-25T18:09:21.543Z | [ recovery-image] Oct 25 18:09:21.060 INFO O| Oct 25 18:09:21.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5724 | 2024-10-25T18:09:21.543Z | [ recovery-image] Oct 25 18:09:21.061 INFO O| Oct 25 18:09:21.061 INFO STEP 531 (remove_files) COMPLETE |
5725 | 2024-10-25T18:09:21.543Z | [ recovery-image] Oct 25 18:09:21.061 INFO O| Oct 25 18:09:21.061 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-10-25T18:09:21.566Z | [ recovery-image] Oct 25 18:09:21.077 INFO O| Oct 25 18:09:21.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5727 | 2024-10-25T18:09:21.567Z | [ recovery-image] Oct 25 18:09:21.077 INFO O| Oct 25 18:09:21.077 INFO STEP 532 (remove_files) COMPLETE |
5728 | 2024-10-25T18:09:21.567Z | [ recovery-image] Oct 25 18:09:21.077 INFO O| Oct 25 18:09:21.077 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-10-25T18:09:21.590Z | [ recovery-image] Oct 25 18:09:21.093 INFO O| Oct 25 18:09:21.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5730 | 2024-10-25T18:09:21.590Z | [ recovery-image] Oct 25 18:09:21.093 INFO O| Oct 25 18:09:21.093 INFO STEP 533 (remove_files) COMPLETE |
5731 | 2024-10-25T18:09:21.590Z | [ recovery-image] Oct 25 18:09:21.093 INFO O| Oct 25 18:09:21.093 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-10-25T18:09:21.590Z | [ recovery-image] Oct 25 18:09:21.107 INFO O| Oct 25 18:09:21.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5733 | 2024-10-25T18:09:21.590Z | [ recovery-image] Oct 25 18:09:21.107 INFO O| Oct 25 18:09:21.107 INFO STEP 534 (remove_files) COMPLETE |
5734 | 2024-10-25T18:09:21.591Z | [ recovery-image] Oct 25 18:09:21.107 INFO O| Oct 25 18:09:21.107 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-10-25T18:09:21.615Z | [ recovery-image] Oct 25 18:09:21.121 INFO O| Oct 25 18:09:21.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5736 | 2024-10-25T18:09:21.615Z | [ recovery-image] Oct 25 18:09:21.121 INFO O| Oct 25 18:09:21.121 INFO STEP 535 (remove_files) COMPLETE |
5737 | 2024-10-25T18:09:21.615Z | [ recovery-image] Oct 25 18:09:21.121 INFO O| Oct 25 18:09:21.121 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-10-25T18:09:21.615Z | [ recovery-image] Oct 25 18:09:21.135 INFO O| Oct 25 18:09:21.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5739 | 2024-10-25T18:09:21.615Z | [ recovery-image] Oct 25 18:09:21.135 INFO O| Oct 25 18:09:21.135 INFO STEP 536 (remove_files) COMPLETE |
5740 | 2024-10-25T18:09:21.615Z | [ recovery-image] Oct 25 18:09:21.135 INFO O| Oct 25 18:09:21.135 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-10-25T18:09:21.638Z | [ recovery-image] Oct 25 18:09:21.148 INFO O| Oct 25 18:09:21.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5742 | 2024-10-25T18:09:21.638Z | [ recovery-image] Oct 25 18:09:21.148 INFO O| Oct 25 18:09:21.148 INFO STEP 537 (remove_files) COMPLETE |
5743 | 2024-10-25T18:09:21.638Z | [ recovery-image] Oct 25 18:09:21.148 INFO O| Oct 25 18:09:21.148 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-10-25T18:09:21.638Z | [ recovery-image] Oct 25 18:09:21.161 INFO O| Oct 25 18:09:21.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5745 | 2024-10-25T18:09:21.638Z | [ recovery-image] Oct 25 18:09:21.161 INFO O| Oct 25 18:09:21.161 INFO STEP 538 (remove_files) COMPLETE |
5746 | 2024-10-25T18:09:21.638Z | [ recovery-image] Oct 25 18:09:21.161 INFO O| Oct 25 18:09:21.161 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-10-25T18:09:21.662Z | [ recovery-image] Oct 25 18:09:21.174 INFO O| Oct 25 18:09:21.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5748 | 2024-10-25T18:09:21.662Z | [ recovery-image] Oct 25 18:09:21.174 INFO O| Oct 25 18:09:21.174 INFO STEP 539 (remove_files) COMPLETE |
5749 | 2024-10-25T18:09:21.662Z | [ recovery-image] Oct 25 18:09:21.175 INFO O| Oct 25 18:09:21.174 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-10-25T18:09:21.686Z | [ recovery-image] Oct 25 18:09:21.188 INFO O| Oct 25 18:09:21.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5751 | 2024-10-25T18:09:21.686Z | [ recovery-image] Oct 25 18:09:21.188 INFO O| Oct 25 18:09:21.188 INFO STEP 540 (remove_files) COMPLETE |
5752 | 2024-10-25T18:09:21.686Z | [ recovery-image] Oct 25 18:09:21.188 INFO O| Oct 25 18:09:21.188 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-10-25T18:09:21.686Z | [ recovery-image] Oct 25 18:09:21.201 INFO O| Oct 25 18:09:21.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5754 | 2024-10-25T18:09:21.686Z | [ recovery-image] Oct 25 18:09:21.201 INFO O| Oct 25 18:09:21.201 INFO STEP 541 (remove_files) COMPLETE |
5755 | 2024-10-25T18:09:21.686Z | [ recovery-image] Oct 25 18:09:21.201 INFO O| Oct 25 18:09:21.201 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-10-25T18:09:21.710Z | [ recovery-image] Oct 25 18:09:21.214 INFO O| Oct 25 18:09:21.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5757 | 2024-10-25T18:09:21.710Z | [ recovery-image] Oct 25 18:09:21.215 INFO O| Oct 25 18:09:21.214 INFO STEP 542 (remove_files) COMPLETE |
5758 | 2024-10-25T18:09:21.711Z | [ recovery-image] Oct 25 18:09:21.215 INFO O| Oct 25 18:09:21.215 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-10-25T18:09:21.711Z | [ recovery-image] Oct 25 18:09:21.227 INFO O| Oct 25 18:09:21.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5760 | 2024-10-25T18:09:21.711Z | [ recovery-image] Oct 25 18:09:21.228 INFO O| Oct 25 18:09:21.228 INFO STEP 543 (remove_files) COMPLETE |
5761 | 2024-10-25T18:09:21.711Z | [ recovery-image] Oct 25 18:09:21.228 INFO O| Oct 25 18:09:21.228 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-10-25T18:09:21.735Z | [ recovery-image] Oct 25 18:09:21.241 INFO O| Oct 25 18:09:21.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5763 | 2024-10-25T18:09:21.735Z | [ recovery-image] Oct 25 18:09:21.241 INFO O| Oct 25 18:09:21.241 INFO STEP 544 (remove_files) COMPLETE |
5764 | 2024-10-25T18:09:21.735Z | [ recovery-image] Oct 25 18:09:21.241 INFO O| Oct 25 18:09:21.241 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-10-25T18:09:21.735Z | [ recovery-image] Oct 25 18:09:21.256 INFO O| Oct 25 18:09:21.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5766 | 2024-10-25T18:09:21.735Z | [ recovery-image] Oct 25 18:09:21.256 INFO O| Oct 25 18:09:21.256 INFO STEP 545 (remove_files) COMPLETE |
5767 | 2024-10-25T18:09:21.735Z | [ recovery-image] Oct 25 18:09:21.256 INFO O| Oct 25 18:09:21.256 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-10-25T18:09:21.760Z | [ recovery-image] Oct 25 18:09:21.269 INFO O| Oct 25 18:09:21.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5769 | 2024-10-25T18:09:21.760Z | [ recovery-image] Oct 25 18:09:21.269 INFO O| Oct 25 18:09:21.269 INFO STEP 546 (remove_files) COMPLETE |
5770 | 2024-10-25T18:09:21.760Z | [ recovery-image] Oct 25 18:09:21.269 INFO O| Oct 25 18:09:21.269 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-10-25T18:09:21.760Z | [ recovery-image] Oct 25 18:09:21.282 INFO O| Oct 25 18:09:21.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5772 | 2024-10-25T18:09:21.760Z | [ recovery-image] Oct 25 18:09:21.282 INFO O| Oct 25 18:09:21.282 INFO STEP 547 (remove_files) COMPLETE |
5773 | 2024-10-25T18:09:21.760Z | [ recovery-image] Oct 25 18:09:21.282 INFO O| Oct 25 18:09:21.282 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-10-25T18:09:21.784Z | [ recovery-image] Oct 25 18:09:21.295 INFO O| Oct 25 18:09:21.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5775 | 2024-10-25T18:09:21.784Z | [ recovery-image] Oct 25 18:09:21.295 INFO O| Oct 25 18:09:21.295 INFO STEP 548 (remove_files) COMPLETE |
5776 | 2024-10-25T18:09:21.784Z | [ recovery-image] Oct 25 18:09:21.295 INFO O| Oct 25 18:09:21.295 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-10-25T18:09:21.784Z | [ recovery-image] Oct 25 18:09:21.308 INFO O| Oct 25 18:09:21.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5778 | 2024-10-25T18:09:21.784Z | [ recovery-image] Oct 25 18:09:21.309 INFO O| Oct 25 18:09:21.309 INFO STEP 549 (remove_files) COMPLETE |
5779 | 2024-10-25T18:09:21.784Z | [ recovery-image] Oct 25 18:09:21.309 INFO O| Oct 25 18:09:21.309 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-10-25T18:09:21.808Z | [ recovery-image] Oct 25 18:09:21.322 INFO O| Oct 25 18:09:21.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5781 | 2024-10-25T18:09:21.808Z | [ recovery-image] Oct 25 18:09:21.322 INFO O| Oct 25 18:09:21.322 INFO STEP 550 (remove_files) COMPLETE |
5782 | 2024-10-25T18:09:21.808Z | [ recovery-image] Oct 25 18:09:21.322 INFO O| Oct 25 18:09:21.322 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-10-25T18:09:21.832Z | [ recovery-image] Oct 25 18:09:21.334 INFO O| Oct 25 18:09:21.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5784 | 2024-10-25T18:09:21.832Z | [ recovery-image] Oct 25 18:09:21.334 INFO O| Oct 25 18:09:21.334 INFO STEP 551 (remove_files) COMPLETE |
5785 | 2024-10-25T18:09:21.832Z | [ recovery-image] Oct 25 18:09:21.334 INFO O| Oct 25 18:09:21.334 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-10-25T18:09:21.832Z | [ recovery-image] Oct 25 18:09:21.348 INFO O| Oct 25 18:09:21.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5787 | 2024-10-25T18:09:21.832Z | [ recovery-image] Oct 25 18:09:21.348 INFO O| Oct 25 18:09:21.348 INFO STEP 552 (remove_files) COMPLETE |
5788 | 2024-10-25T18:09:21.832Z | [ recovery-image] Oct 25 18:09:21.348 INFO O| Oct 25 18:09:21.348 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-10-25T18:09:21.856Z | [ recovery-image] Oct 25 18:09:21.360 INFO O| Oct 25 18:09:21.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5790 | 2024-10-25T18:09:21.857Z | [ recovery-image] Oct 25 18:09:21.361 INFO O| Oct 25 18:09:21.361 INFO STEP 553 (remove_files) COMPLETE |
5791 | 2024-10-25T18:09:21.857Z | [ recovery-image] Oct 25 18:09:21.361 INFO O| Oct 25 18:09:21.361 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-10-25T18:09:21.857Z | [ recovery-image] Oct 25 18:09:21.373 INFO O| Oct 25 18:09:21.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5793 | 2024-10-25T18:09:21.857Z | [ recovery-image] Oct 25 18:09:21.374 INFO O| Oct 25 18:09:21.374 INFO STEP 554 (remove_files) COMPLETE |
5794 | 2024-10-25T18:09:21.857Z | [ recovery-image] Oct 25 18:09:21.374 INFO O| Oct 25 18:09:21.374 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-10-25T18:09:21.880Z | [ recovery-image] Oct 25 18:09:21.387 INFO O| Oct 25 18:09:21.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5796 | 2024-10-25T18:09:21.880Z | [ recovery-image] Oct 25 18:09:21.387 INFO O| Oct 25 18:09:21.387 INFO STEP 555 (remove_files) COMPLETE |
5797 | 2024-10-25T18:09:21.880Z | [ recovery-image] Oct 25 18:09:21.387 INFO O| Oct 25 18:09:21.387 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-10-25T18:09:21.881Z | [ recovery-image] Oct 25 18:09:21.399 INFO O| Oct 25 18:09:21.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5799 | 2024-10-25T18:09:21.881Z | [ recovery-image] Oct 25 18:09:21.399 INFO O| Oct 25 18:09:21.399 INFO STEP 556 (remove_files) COMPLETE |
5800 | 2024-10-25T18:09:21.881Z | [ recovery-image] Oct 25 18:09:21.399 INFO O| Oct 25 18:09:21.399 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-10-25T18:09:21.904Z | [ recovery-image] Oct 25 18:09:21.411 INFO O| Oct 25 18:09:21.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5802 | 2024-10-25T18:09:21.904Z | [ recovery-image] Oct 25 18:09:21.411 INFO O| Oct 25 18:09:21.411 INFO STEP 557 (remove_files) COMPLETE |
5803 | 2024-10-25T18:09:21.904Z | [ recovery-image] Oct 25 18:09:21.411 INFO O| Oct 25 18:09:21.411 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-10-25T18:09:21.904Z | [ recovery-image] Oct 25 18:09:21.424 INFO O| Oct 25 18:09:21.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5805 | 2024-10-25T18:09:21.904Z | [ recovery-image] Oct 25 18:09:21.424 INFO O| Oct 25 18:09:21.424 INFO STEP 558 (remove_files) COMPLETE |
5806 | 2024-10-25T18:09:21.904Z | [ recovery-image] Oct 25 18:09:21.424 INFO O| Oct 25 18:09:21.424 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-10-25T18:09:21.928Z | [ recovery-image] Oct 25 18:09:21.437 INFO O| Oct 25 18:09:21.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5808 | 2024-10-25T18:09:21.928Z | [ recovery-image] Oct 25 18:09:21.437 INFO O| Oct 25 18:09:21.437 INFO STEP 559 (remove_files) COMPLETE |
5809 | 2024-10-25T18:09:21.928Z | [ recovery-image] Oct 25 18:09:21.437 INFO O| Oct 25 18:09:21.437 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-10-25T18:09:21.928Z | [ recovery-image] Oct 25 18:09:21.450 INFO O| Oct 25 18:09:21.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5811 | 2024-10-25T18:09:21.928Z | [ recovery-image] Oct 25 18:09:21.450 INFO O| Oct 25 18:09:21.450 INFO STEP 560 (remove_files) COMPLETE |
5812 | 2024-10-25T18:09:21.928Z | [ recovery-image] Oct 25 18:09:21.450 INFO O| Oct 25 18:09:21.450 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-10-25T18:09:21.952Z | [ recovery-image] Oct 25 18:09:21.466 INFO O| Oct 25 18:09:21.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5814 | 2024-10-25T18:09:21.952Z | [ recovery-image] Oct 25 18:09:21.467 INFO O| Oct 25 18:09:21.467 INFO STEP 561 (remove_files) COMPLETE |
5815 | 2024-10-25T18:09:21.952Z | [ recovery-image] Oct 25 18:09:21.467 INFO O| Oct 25 18:09:21.467 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-10-25T18:09:21.976Z | [ recovery-image] Oct 25 18:09:21.480 INFO O| Oct 25 18:09:21.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5817 | 2024-10-25T18:09:21.976Z | [ recovery-image] Oct 25 18:09:21.480 INFO O| Oct 25 18:09:21.480 INFO STEP 562 (remove_files) COMPLETE |
5818 | 2024-10-25T18:09:21.976Z | [ recovery-image] Oct 25 18:09:21.480 INFO O| Oct 25 18:09:21.480 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-10-25T18:09:21.976Z | [ recovery-image] Oct 25 18:09:21.494 INFO O| Oct 25 18:09:21.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5820 | 2024-10-25T18:09:21.976Z | [ recovery-image] Oct 25 18:09:21.494 INFO O| Oct 25 18:09:21.494 INFO STEP 563 (remove_files) COMPLETE |
5821 | 2024-10-25T18:09:21.976Z | [ recovery-image] Oct 25 18:09:21.494 INFO O| Oct 25 18:09:21.494 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-10-25T18:09:22.000Z | [ recovery-image] Oct 25 18:09:21.506 INFO O| Oct 25 18:09:21.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5823 | 2024-10-25T18:09:22.000Z | [ recovery-image] Oct 25 18:09:21.507 INFO O| Oct 25 18:09:21.506 INFO STEP 564 (remove_files) COMPLETE |
5824 | 2024-10-25T18:09:22.001Z | [ recovery-image] Oct 25 18:09:21.507 INFO O| Oct 25 18:09:21.506 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-10-25T18:09:22.001Z | [ recovery-image] Oct 25 18:09:21.520 INFO O| Oct 25 18:09:21.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5826 | 2024-10-25T18:09:22.001Z | [ recovery-image] Oct 25 18:09:21.520 INFO O| Oct 25 18:09:21.520 INFO STEP 565 (remove_files) COMPLETE |
5827 | 2024-10-25T18:09:22.001Z | [ recovery-image] Oct 25 18:09:21.520 INFO O| Oct 25 18:09:21.520 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-10-25T18:09:22.025Z | [ recovery-image] Oct 25 18:09:21.533 INFO O| Oct 25 18:09:21.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5829 | 2024-10-25T18:09:22.025Z | [ recovery-image] Oct 25 18:09:21.534 INFO O| Oct 25 18:09:21.533 INFO STEP 566 (remove_files) COMPLETE |
5830 | 2024-10-25T18:09:22.025Z | [ recovery-image] Oct 25 18:09:21.534 INFO O| Oct 25 18:09:21.534 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-10-25T18:09:22.025Z | [ recovery-image] Oct 25 18:09:21.546 INFO O| Oct 25 18:09:21.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5832 | 2024-10-25T18:09:22.025Z | [ recovery-image] Oct 25 18:09:21.546 INFO O| Oct 25 18:09:21.546 INFO STEP 567 (remove_files) COMPLETE |
5833 | 2024-10-25T18:09:22.025Z | [ recovery-image] Oct 25 18:09:21.546 INFO O| Oct 25 18:09:21.546 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-10-25T18:09:22.049Z | [ recovery-image] Oct 25 18:09:21.559 INFO O| Oct 25 18:09:21.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5835 | 2024-10-25T18:09:22.049Z | [ recovery-image] Oct 25 18:09:21.559 INFO O| Oct 25 18:09:21.559 INFO STEP 568 (remove_files) COMPLETE |
5836 | 2024-10-25T18:09:22.049Z | [ recovery-image] Oct 25 18:09:21.559 INFO O| Oct 25 18:09:21.559 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-10-25T18:09:22.049Z | [ recovery-image] Oct 25 18:09:21.571 INFO O| Oct 25 18:09:21.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5838 | 2024-10-25T18:09:22.049Z | [ recovery-image] Oct 25 18:09:21.571 INFO O| Oct 25 18:09:21.571 INFO STEP 569 (remove_files) COMPLETE |
5839 | 2024-10-25T18:09:22.049Z | [ recovery-image] Oct 25 18:09:21.571 INFO O| Oct 25 18:09:21.571 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-10-25T18:09:22.073Z | [ recovery-image] Oct 25 18:09:21.583 INFO O| Oct 25 18:09:21.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5841 | 2024-10-25T18:09:22.073Z | [ recovery-image] Oct 25 18:09:21.583 INFO O| Oct 25 18:09:21.583 INFO STEP 570 (remove_files) COMPLETE |
5842 | 2024-10-25T18:09:22.073Z | [ recovery-image] Oct 25 18:09:21.583 INFO O| Oct 25 18:09:21.583 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-10-25T18:09:22.073Z | [ recovery-image] Oct 25 18:09:21.595 INFO O| Oct 25 18:09:21.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5844 | 2024-10-25T18:09:22.073Z | [ recovery-image] Oct 25 18:09:21.595 INFO O| Oct 25 18:09:21.595 INFO STEP 571 (remove_files) COMPLETE |
5845 | 2024-10-25T18:09:22.073Z | [ recovery-image] Oct 25 18:09:21.595 INFO O| Oct 25 18:09:21.595 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-10-25T18:09:22.097Z | [ recovery-image] Oct 25 18:09:21.613 INFO O| Oct 25 18:09:21.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5847 | 2024-10-25T18:09:22.097Z | [ recovery-image] Oct 25 18:09:21.613 INFO O| Oct 25 18:09:21.613 INFO STEP 572 (remove_files) COMPLETE |
5848 | 2024-10-25T18:09:22.097Z | [ recovery-image] Oct 25 18:09:21.613 INFO O| Oct 25 18:09:21.613 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-10-25T18:09:22.120Z | [ recovery-image] Oct 25 18:09:21.625 INFO O| Oct 25 18:09:21.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5850 | 2024-10-25T18:09:22.120Z | [ recovery-image] Oct 25 18:09:21.625 INFO O| Oct 25 18:09:21.625 INFO STEP 573 (remove_files) COMPLETE |
5851 | 2024-10-25T18:09:22.121Z | [ recovery-image] Oct 25 18:09:21.625 INFO O| Oct 25 18:09:21.625 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-10-25T18:09:22.121Z | [ recovery-image] Oct 25 18:09:21.638 INFO O| Oct 25 18:09:21.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5853 | 2024-10-25T18:09:22.121Z | [ recovery-image] Oct 25 18:09:21.638 INFO O| Oct 25 18:09:21.638 INFO STEP 574 (remove_files) COMPLETE |
5854 | 2024-10-25T18:09:22.121Z | [ recovery-image] Oct 25 18:09:21.638 INFO O| Oct 25 18:09:21.638 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-10-25T18:09:22.145Z | [ recovery-image] Oct 25 18:09:21.650 INFO O| Oct 25 18:09:21.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5856 | 2024-10-25T18:09:22.145Z | [ recovery-image] Oct 25 18:09:21.650 INFO O| Oct 25 18:09:21.650 INFO STEP 575 (remove_files) COMPLETE |
5857 | 2024-10-25T18:09:22.145Z | [ recovery-image] Oct 25 18:09:21.650 INFO O| Oct 25 18:09:21.650 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-10-25T18:09:22.145Z | [ recovery-image] Oct 25 18:09:21.669 INFO O| Oct 25 18:09:21.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5859 | 2024-10-25T18:09:22.145Z | [ recovery-image] Oct 25 18:09:21.669 INFO O| Oct 25 18:09:21.669 INFO STEP 576 (remove_files) COMPLETE |
5860 | 2024-10-25T18:09:22.145Z | [ recovery-image] Oct 25 18:09:21.669 INFO O| Oct 25 18:09:21.669 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-10-25T18:09:22.169Z | [ recovery-image] Oct 25 18:09:21.685 INFO O| Oct 25 18:09:21.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5862 | 2024-10-25T18:09:22.169Z | [ recovery-image] Oct 25 18:09:21.685 INFO O| Oct 25 18:09:21.685 INFO STEP 577 (remove_files) COMPLETE |
5863 | 2024-10-25T18:09:22.169Z | [ recovery-image] Oct 25 18:09:21.685 INFO O| Oct 25 18:09:21.685 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-10-25T18:09:22.193Z | [ recovery-image] Oct 25 18:09:21.700 INFO O| Oct 25 18:09:21.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5865 | 2024-10-25T18:09:22.193Z | [ recovery-image] Oct 25 18:09:21.700 INFO O| Oct 25 18:09:21.700 INFO STEP 578 (remove_files) COMPLETE |
5866 | 2024-10-25T18:09:22.193Z | [ recovery-image] Oct 25 18:09:21.700 INFO O| Oct 25 18:09:21.700 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-10-25T18:09:22.193Z | [ recovery-image] Oct 25 18:09:21.713 INFO O| Oct 25 18:09:21.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5868 | 2024-10-25T18:09:22.193Z | [ recovery-image] Oct 25 18:09:21.713 INFO O| Oct 25 18:09:21.713 INFO STEP 579 (remove_files) COMPLETE |
5869 | 2024-10-25T18:09:22.193Z | [ recovery-image] Oct 25 18:09:21.713 INFO O| Oct 25 18:09:21.713 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-10-25T18:09:22.217Z | [ recovery-image] Oct 25 18:09:21.726 INFO O| Oct 25 18:09:21.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5871 | 2024-10-25T18:09:22.217Z | [ recovery-image] Oct 25 18:09:21.726 INFO O| Oct 25 18:09:21.726 INFO STEP 580 (remove_files) COMPLETE |
5872 | 2024-10-25T18:09:22.217Z | [ recovery-image] Oct 25 18:09:21.726 INFO O| Oct 25 18:09:21.726 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-10-25T18:09:22.217Z | [ recovery-image] Oct 25 18:09:21.739 INFO O| Oct 25 18:09:21.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5874 | 2024-10-25T18:09:22.217Z | [ recovery-image] Oct 25 18:09:21.740 INFO O| Oct 25 18:09:21.740 INFO STEP 581 (remove_files) COMPLETE |
5875 | 2024-10-25T18:09:22.217Z | [ recovery-image] Oct 25 18:09:21.740 INFO O| Oct 25 18:09:21.740 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-10-25T18:09:22.241Z | [ recovery-image] Oct 25 18:09:21.753 INFO O| Oct 25 18:09:21.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5877 | 2024-10-25T18:09:22.241Z | [ recovery-image] Oct 25 18:09:21.753 INFO O| Oct 25 18:09:21.753 INFO STEP 582 (remove_files) COMPLETE |
5878 | 2024-10-25T18:09:22.241Z | [ recovery-image] Oct 25 18:09:21.753 INFO O| Oct 25 18:09:21.753 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-10-25T18:09:22.265Z | [ recovery-image] Oct 25 18:09:21.767 INFO O| Oct 25 18:09:21.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5880 | 2024-10-25T18:09:22.265Z | [ recovery-image] Oct 25 18:09:21.767 INFO O| Oct 25 18:09:21.767 INFO STEP 583 (remove_files) COMPLETE |
5881 | 2024-10-25T18:09:22.266Z | [ recovery-image] Oct 25 18:09:21.767 INFO O| Oct 25 18:09:21.767 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-10-25T18:09:22.266Z | [ recovery-image] Oct 25 18:09:21.781 INFO O| Oct 25 18:09:21.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5883 | 2024-10-25T18:09:22.266Z | [ recovery-image] Oct 25 18:09:21.781 INFO O| Oct 25 18:09:21.781 INFO STEP 584 (remove_files) COMPLETE |
5884 | 2024-10-25T18:09:22.266Z | [ recovery-image] Oct 25 18:09:21.781 INFO O| Oct 25 18:09:21.781 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-10-25T18:09:22.290Z | [ recovery-image] Oct 25 18:09:21.794 INFO O| Oct 25 18:09:21.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5886 | 2024-10-25T18:09:22.290Z | [ recovery-image] Oct 25 18:09:21.794 INFO O| Oct 25 18:09:21.794 INFO STEP 585 (remove_files) COMPLETE |
5887 | 2024-10-25T18:09:22.290Z | [ recovery-image] Oct 25 18:09:21.794 INFO O| Oct 25 18:09:21.794 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-10-25T18:09:22.290Z | [ recovery-image] Oct 25 18:09:21.807 INFO O| Oct 25 18:09:21.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5889 | 2024-10-25T18:09:22.290Z | [ recovery-image] Oct 25 18:09:21.807 INFO O| Oct 25 18:09:21.807 INFO STEP 586 (remove_files) COMPLETE |
5890 | 2024-10-25T18:09:22.290Z | [ recovery-image] Oct 25 18:09:21.807 INFO O| Oct 25 18:09:21.807 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-10-25T18:09:22.314Z | [ recovery-image] Oct 25 18:09:21.820 INFO O| Oct 25 18:09:21.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5892 | 2024-10-25T18:09:22.314Z | [ recovery-image] Oct 25 18:09:21.821 INFO O| Oct 25 18:09:21.820 INFO STEP 587 (remove_files) COMPLETE |
5893 | 2024-10-25T18:09:22.314Z | [ recovery-image] Oct 25 18:09:21.821 INFO O| Oct 25 18:09:21.820 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-10-25T18:09:22.314Z | [ recovery-image] Oct 25 18:09:21.833 INFO O| Oct 25 18:09:21.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5895 | 2024-10-25T18:09:22.315Z | [ recovery-image] Oct 25 18:09:21.833 INFO O| Oct 25 18:09:21.833 INFO STEP 588 (remove_files) COMPLETE |
5896 | 2024-10-25T18:09:22.315Z | [ recovery-image] Oct 25 18:09:21.834 INFO O| Oct 25 18:09:21.833 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-10-25T18:09:22.338Z | [ recovery-image] Oct 25 18:09:21.846 INFO O| Oct 25 18:09:21.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5898 | 2024-10-25T18:09:22.338Z | [ recovery-image] Oct 25 18:09:21.847 INFO O| Oct 25 18:09:21.846 INFO STEP 589 (remove_files) COMPLETE |
5899 | 2024-10-25T18:09:22.338Z | [ recovery-image] Oct 25 18:09:21.847 INFO O| Oct 25 18:09:21.846 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-10-25T18:09:22.339Z | [ recovery-image] Oct 25 18:09:21.859 INFO O| Oct 25 18:09:21.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5901 | 2024-10-25T18:09:22.339Z | [ recovery-image] Oct 25 18:09:21.860 INFO O| Oct 25 18:09:21.860 INFO STEP 590 (remove_files) COMPLETE |
5902 | 2024-10-25T18:09:22.339Z | [ recovery-image] Oct 25 18:09:21.860 INFO O| Oct 25 18:09:21.860 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-10-25T18:09:22.362Z | [ recovery-image] Oct 25 18:09:21.873 INFO O| Oct 25 18:09:21.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5904 | 2024-10-25T18:09:22.362Z | [ recovery-image] Oct 25 18:09:21.873 INFO O| Oct 25 18:09:21.873 INFO STEP 591 (remove_files) COMPLETE |
5905 | 2024-10-25T18:09:22.362Z | [ recovery-image] Oct 25 18:09:21.873 INFO O| Oct 25 18:09:21.873 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-10-25T18:09:22.386Z | [ recovery-image] Oct 25 18:09:21.890 INFO O| Oct 25 18:09:21.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5907 | 2024-10-25T18:09:22.386Z | [ recovery-image] Oct 25 18:09:21.891 INFO O| Oct 25 18:09:21.890 INFO STEP 592 (remove_files) COMPLETE |
5908 | 2024-10-25T18:09:22.386Z | [ recovery-image] Oct 25 18:09:21.891 INFO O| Oct 25 18:09:21.891 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-10-25T18:09:22.387Z | [ recovery-image] Oct 25 18:09:21.906 INFO O| Oct 25 18:09:21.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5910 | 2024-10-25T18:09:22.387Z | [ recovery-image] Oct 25 18:09:21.906 INFO O| Oct 25 18:09:21.906 INFO STEP 593 (remove_files) COMPLETE |
5911 | 2024-10-25T18:09:22.387Z | [ recovery-image] Oct 25 18:09:21.906 INFO O| Oct 25 18:09:21.906 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-10-25T18:09:22.410Z | [ recovery-image] Oct 25 18:09:21.920 INFO O| Oct 25 18:09:21.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5913 | 2024-10-25T18:09:22.410Z | [ recovery-image] Oct 25 18:09:21.920 INFO O| Oct 25 18:09:21.920 INFO STEP 594 (remove_files) COMPLETE |
5914 | 2024-10-25T18:09:22.410Z | [ recovery-image] Oct 25 18:09:21.921 INFO O| Oct 25 18:09:21.920 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-10-25T18:09:22.410Z | [ recovery-image] Oct 25 18:09:21.934 INFO O| Oct 25 18:09:21.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5916 | 2024-10-25T18:09:22.410Z | [ recovery-image] Oct 25 18:09:21.934 INFO O| Oct 25 18:09:21.934 INFO STEP 595 (remove_files) COMPLETE |
5917 | 2024-10-25T18:09:22.410Z | [ recovery-image] Oct 25 18:09:21.934 INFO O| Oct 25 18:09:21.934 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-10-25T18:09:22.434Z | [ recovery-image] Oct 25 18:09:21.947 INFO O| Oct 25 18:09:21.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5919 | 2024-10-25T18:09:22.434Z | [ recovery-image] Oct 25 18:09:21.947 INFO O| Oct 25 18:09:21.947 INFO STEP 596 (remove_files) COMPLETE |
5920 | 2024-10-25T18:09:22.434Z | [ recovery-image] Oct 25 18:09:21.947 INFO O| Oct 25 18:09:21.947 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-10-25T18:09:22.458Z | [ recovery-image] Oct 25 18:09:21.960 INFO O| Oct 25 18:09:21.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5922 | 2024-10-25T18:09:22.458Z | [ recovery-image] Oct 25 18:09:21.960 INFO O| Oct 25 18:09:21.960 INFO STEP 597 (remove_files) COMPLETE |
5923 | 2024-10-25T18:09:22.458Z | [ recovery-image] Oct 25 18:09:21.960 INFO O| Oct 25 18:09:21.960 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-10-25T18:09:22.458Z | [ recovery-image] Oct 25 18:09:21.973 INFO O| Oct 25 18:09:21.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5925 | 2024-10-25T18:09:22.458Z | [ recovery-image] Oct 25 18:09:21.973 INFO O| Oct 25 18:09:21.973 INFO STEP 598 (remove_files) COMPLETE |
5926 | 2024-10-25T18:09:22.458Z | [ recovery-image] Oct 25 18:09:21.973 INFO O| Oct 25 18:09:21.973 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-10-25T18:09:22.482Z | [ recovery-image] Oct 25 18:09:21.993 INFO O| Oct 25 18:09:21.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5928 | 2024-10-25T18:09:22.482Z | [ recovery-image] Oct 25 18:09:21.993 INFO O| Oct 25 18:09:21.993 INFO STEP 599 (remove_files) COMPLETE |
5929 | 2024-10-25T18:09:22.482Z | [ recovery-image] Oct 25 18:09:21.993 INFO O| Oct 25 18:09:21.993 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-10-25T18:09:22.505Z | [ recovery-image] Oct 25 18:09:22.008 INFO O| Oct 25 18:09:22.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5931 | 2024-10-25T18:09:22.505Z | [ recovery-image] Oct 25 18:09:22.009 INFO O| Oct 25 18:09:22.008 INFO STEP 600 (remove_files) COMPLETE |
5932 | 2024-10-25T18:09:22.505Z | [ recovery-image] Oct 25 18:09:22.009 INFO O| Oct 25 18:09:22.009 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-10-25T18:09:22.505Z | [ recovery-image] Oct 25 18:09:22.022 INFO O| Oct 25 18:09:22.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5934 | 2024-10-25T18:09:22.506Z | [ recovery-image] Oct 25 18:09:22.023 INFO O| Oct 25 18:09:22.023 INFO STEP 601 (remove_files) COMPLETE |
5935 | 2024-10-25T18:09:22.506Z | [ recovery-image] Oct 25 18:09:22.023 INFO O| Oct 25 18:09:22.023 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-10-25T18:09:22.529Z | [ recovery-image] Oct 25 18:09:22.036 INFO O| Oct 25 18:09:22.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5937 | 2024-10-25T18:09:22.529Z | [ recovery-image] Oct 25 18:09:22.036 INFO O| Oct 25 18:09:22.036 INFO STEP 602 (remove_files) COMPLETE |
5938 | 2024-10-25T18:09:22.529Z | [ recovery-image] Oct 25 18:09:22.036 INFO O| Oct 25 18:09:22.036 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-10-25T18:09:22.529Z | [ recovery-image] Oct 25 18:09:22.048 INFO O| Oct 25 18:09:22.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5940 | 2024-10-25T18:09:22.529Z | [ recovery-image] Oct 25 18:09:22.048 INFO O| Oct 25 18:09:22.048 INFO STEP 603 (remove_files) COMPLETE |
5941 | 2024-10-25T18:09:22.529Z | [ recovery-image] Oct 25 18:09:22.048 INFO O| Oct 25 18:09:22.048 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-10-25T18:09:22.553Z | [ recovery-image] Oct 25 18:09:22.060 INFO O| Oct 25 18:09:22.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5943 | 2024-10-25T18:09:22.553Z | [ recovery-image] Oct 25 18:09:22.060 INFO O| Oct 25 18:09:22.060 INFO STEP 604 (remove_files) COMPLETE |
5944 | 2024-10-25T18:09:22.553Z | [ recovery-image] Oct 25 18:09:22.060 INFO O| Oct 25 18:09:22.060 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-10-25T18:09:22.553Z | [ recovery-image] Oct 25 18:09:22.073 INFO O| Oct 25 18:09:22.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5946 | 2024-10-25T18:09:22.553Z | [ recovery-image] Oct 25 18:09:22.073 INFO O| Oct 25 18:09:22.073 INFO STEP 605 (remove_files) COMPLETE |
5947 | 2024-10-25T18:09:22.553Z | [ recovery-image] Oct 25 18:09:22.073 INFO O| Oct 25 18:09:22.073 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-10-25T18:09:22.576Z | [ recovery-image] Oct 25 18:09:22.085 INFO O| Oct 25 18:09:22.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5949 | 2024-10-25T18:09:22.576Z | [ recovery-image] Oct 25 18:09:22.086 INFO O| Oct 25 18:09:22.086 INFO STEP 606 (remove_files) COMPLETE |
5950 | 2024-10-25T18:09:22.576Z | [ recovery-image] Oct 25 18:09:22.086 INFO O| Oct 25 18:09:22.086 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-10-25T18:09:22.577Z | [ recovery-image] Oct 25 18:09:22.099 INFO O| Oct 25 18:09:22.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5952 | 2024-10-25T18:09:22.577Z | [ recovery-image] Oct 25 18:09:22.099 INFO O| Oct 25 18:09:22.099 INFO STEP 607 (remove_files) COMPLETE |
5953 | 2024-10-25T18:09:22.577Z | [ recovery-image] Oct 25 18:09:22.099 INFO O| Oct 25 18:09:22.099 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-10-25T18:09:22.600Z | [ recovery-image] Oct 25 18:09:22.112 INFO O| Oct 25 18:09:22.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5955 | 2024-10-25T18:09:22.600Z | [ recovery-image] Oct 25 18:09:22.112 INFO O| Oct 25 18:09:22.112 INFO STEP 608 (remove_files) COMPLETE |
5956 | 2024-10-25T18:09:22.600Z | [ recovery-image] Oct 25 18:09:22.112 INFO O| Oct 25 18:09:22.112 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-10-25T18:09:22.600Z | [ recovery-image] Oct 25 18:09:22.125 INFO O| Oct 25 18:09:22.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5958 | 2024-10-25T18:09:22.600Z | [ recovery-image] Oct 25 18:09:22.125 INFO O| Oct 25 18:09:22.125 INFO STEP 609 (remove_files) COMPLETE |
5959 | 2024-10-25T18:09:22.600Z | [ recovery-image] Oct 25 18:09:22.125 INFO O| Oct 25 18:09:22.125 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-10-25T18:09:22.624Z | [ recovery-image] Oct 25 18:09:22.139 INFO O| Oct 25 18:09:22.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5961 | 2024-10-25T18:09:22.624Z | [ recovery-image] Oct 25 18:09:22.139 INFO O| Oct 25 18:09:22.139 INFO STEP 610 (remove_files) COMPLETE |
5962 | 2024-10-25T18:09:22.624Z | [ recovery-image] Oct 25 18:09:22.139 INFO O| Oct 25 18:09:22.139 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-10-25T18:09:22.648Z | [ recovery-image] Oct 25 18:09:22.152 INFO O| Oct 25 18:09:22.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5964 | 2024-10-25T18:09:22.648Z | [ recovery-image] Oct 25 18:09:22.152 INFO O| Oct 25 18:09:22.152 INFO STEP 611 (remove_files) COMPLETE |
5965 | 2024-10-25T18:09:22.648Z | [ recovery-image] Oct 25 18:09:22.152 INFO O| Oct 25 18:09:22.152 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-10-25T18:09:22.648Z | [ recovery-image] Oct 25 18:09:22.164 INFO O| Oct 25 18:09:22.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5967 | 2024-10-25T18:09:22.648Z | [ recovery-image] Oct 25 18:09:22.165 INFO O| Oct 25 18:09:22.165 INFO STEP 612 (remove_files) COMPLETE |
5968 | 2024-10-25T18:09:22.648Z | [ recovery-image] Oct 25 18:09:22.165 INFO O| Oct 25 18:09:22.165 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-10-25T18:09:22.672Z | [ recovery-image] Oct 25 18:09:22.178 INFO O| Oct 25 18:09:22.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5970 | 2024-10-25T18:09:22.672Z | [ recovery-image] Oct 25 18:09:22.179 INFO O| Oct 25 18:09:22.178 INFO STEP 613 (remove_files) COMPLETE |
5971 | 2024-10-25T18:09:22.672Z | [ recovery-image] Oct 25 18:09:22.179 INFO O| Oct 25 18:09:22.179 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-10-25T18:09:22.672Z | [ recovery-image] Oct 25 18:09:22.193 INFO O| Oct 25 18:09:22.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5973 | 2024-10-25T18:09:22.672Z | [ recovery-image] Oct 25 18:09:22.193 INFO O| Oct 25 18:09:22.193 INFO STEP 614 (remove_files) COMPLETE |
5974 | 2024-10-25T18:09:22.672Z | [ recovery-image] Oct 25 18:09:22.193 INFO O| Oct 25 18:09:22.193 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-10-25T18:09:22.696Z | [ recovery-image] Oct 25 18:09:22.205 INFO O| Oct 25 18:09:22.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5976 | 2024-10-25T18:09:22.696Z | [ recovery-image] Oct 25 18:09:22.206 INFO O| Oct 25 18:09:22.206 INFO STEP 615 (remove_files) COMPLETE |
5977 | 2024-10-25T18:09:22.696Z | [ recovery-image] Oct 25 18:09:22.206 INFO O| Oct 25 18:09:22.206 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-10-25T18:09:22.696Z | [ recovery-image] Oct 25 18:09:22.219 INFO O| Oct 25 18:09:22.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5979 | 2024-10-25T18:09:22.696Z | [ recovery-image] Oct 25 18:09:22.219 INFO O| Oct 25 18:09:22.219 INFO STEP 616 (remove_files) COMPLETE |
5980 | 2024-10-25T18:09:22.696Z | [ recovery-image] Oct 25 18:09:22.219 INFO O| Oct 25 18:09:22.219 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-10-25T18:09:22.719Z | [ recovery-image] Oct 25 18:09:22.232 INFO O| Oct 25 18:09:22.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5982 | 2024-10-25T18:09:22.719Z | [ recovery-image] Oct 25 18:09:22.232 INFO O| Oct 25 18:09:22.232 INFO STEP 617 (remove_files) COMPLETE |
5983 | 2024-10-25T18:09:22.719Z | [ recovery-image] Oct 25 18:09:22.232 INFO O| Oct 25 18:09:22.232 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-10-25T18:09:22.743Z | [ recovery-image] Oct 25 18:09:22.250 INFO O| Oct 25 18:09:22.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5985 | 2024-10-25T18:09:22.743Z | [ recovery-image] Oct 25 18:09:22.250 INFO O| Oct 25 18:09:22.250 INFO STEP 618 (remove_files) COMPLETE |
5986 | 2024-10-25T18:09:22.743Z | [ recovery-image] Oct 25 18:09:22.251 INFO O| Oct 25 18:09:22.250 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-10-25T18:09:22.743Z | [ recovery-image] Oct 25 18:09:22.264 INFO O| Oct 25 18:09:22.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5988 | 2024-10-25T18:09:22.743Z | [ recovery-image] Oct 25 18:09:22.264 INFO O| Oct 25 18:09:22.264 INFO STEP 619 (remove_files) COMPLETE |
5989 | 2024-10-25T18:09:22.743Z | [ recovery-image] Oct 25 18:09:22.264 INFO O| Oct 25 18:09:22.264 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-10-25T18:09:22.767Z | [ recovery-image] Oct 25 18:09:22.282 INFO O| Oct 25 18:09:22.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5991 | 2024-10-25T18:09:22.767Z | [ recovery-image] Oct 25 18:09:22.283 INFO O| Oct 25 18:09:22.283 INFO STEP 620 (remove_files) COMPLETE |
5992 | 2024-10-25T18:09:22.767Z | [ recovery-image] Oct 25 18:09:22.283 INFO O| Oct 25 18:09:22.283 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-10-25T18:09:22.790Z | [ recovery-image] Oct 25 18:09:22.298 INFO O| Oct 25 18:09:22.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5994 | 2024-10-25T18:09:22.790Z | [ recovery-image] Oct 25 18:09:22.298 INFO O| Oct 25 18:09:22.298 INFO STEP 621 (remove_files) COMPLETE |
5995 | 2024-10-25T18:09:22.790Z | [ recovery-image] Oct 25 18:09:22.298 INFO O| Oct 25 18:09:22.298 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-10-25T18:09:22.790Z | [ recovery-image] Oct 25 18:09:22.312 INFO O| Oct 25 18:09:22.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5997 | 2024-10-25T18:09:22.790Z | [ recovery-image] Oct 25 18:09:22.312 INFO O| Oct 25 18:09:22.312 INFO STEP 622 (remove_files) COMPLETE |
5998 | 2024-10-25T18:09:22.790Z | [ recovery-image] Oct 25 18:09:22.312 INFO O| Oct 25 18:09:22.312 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-10-25T18:09:22.814Z | [ recovery-image] Oct 25 18:09:22.328 INFO O| Oct 25 18:09:22.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6000 | 2024-10-25T18:09:22.814Z | [ recovery-image] Oct 25 18:09:22.328 INFO O| Oct 25 18:09:22.328 INFO STEP 623 (remove_files) COMPLETE |
6001 | 2024-10-25T18:09:22.814Z | [ recovery-image] Oct 25 18:09:22.328 INFO O| Oct 25 18:09:22.328 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-10-25T18:09:22.838Z | [ recovery-image] Oct 25 18:09:22.340 INFO O| Oct 25 18:09:22.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6003 | 2024-10-25T18:09:22.838Z | [ recovery-image] Oct 25 18:09:22.340 INFO O| Oct 25 18:09:22.340 INFO STEP 624 (remove_files) COMPLETE |
6004 | 2024-10-25T18:09:22.838Z | [ recovery-image] Oct 25 18:09:22.340 INFO O| Oct 25 18:09:22.340 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-10-25T18:09:22.838Z | [ recovery-image] Oct 25 18:09:22.359 INFO O| Oct 25 18:09:22.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6006 | 2024-10-25T18:09:22.838Z | [ recovery-image] Oct 25 18:09:22.359 INFO O| Oct 25 18:09:22.359 INFO STEP 625 (remove_files) COMPLETE |
6007 | 2024-10-25T18:09:22.838Z | [ recovery-image] Oct 25 18:09:22.359 INFO O| Oct 25 18:09:22.359 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-10-25T18:09:22.862Z | [ recovery-image] Oct 25 18:09:22.375 INFO O| Oct 25 18:09:22.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6009 | 2024-10-25T18:09:22.862Z | [ recovery-image] Oct 25 18:09:22.375 INFO O| Oct 25 18:09:22.375 INFO STEP 626 (remove_files) COMPLETE |
6010 | 2024-10-25T18:09:22.862Z | [ recovery-image] Oct 25 18:09:22.375 INFO O| Oct 25 18:09:22.375 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-10-25T18:09:22.886Z | [ recovery-image] Oct 25 18:09:22.392 INFO O| Oct 25 18:09:22.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6012 | 2024-10-25T18:09:22.886Z | [ recovery-image] Oct 25 18:09:22.392 INFO O| Oct 25 18:09:22.392 INFO STEP 627 (remove_files) COMPLETE |
6013 | 2024-10-25T18:09:22.886Z | [ recovery-image] Oct 25 18:09:22.392 INFO O| Oct 25 18:09:22.392 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-10-25T18:09:22.886Z | [ recovery-image] Oct 25 18:09:22.408 INFO O| Oct 25 18:09:22.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6015 | 2024-10-25T18:09:22.886Z | [ recovery-image] Oct 25 18:09:22.408 INFO O| Oct 25 18:09:22.408 INFO STEP 628 (remove_files) COMPLETE |
6016 | 2024-10-25T18:09:22.886Z | [ recovery-image] Oct 25 18:09:22.408 INFO O| Oct 25 18:09:22.408 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-10-25T18:09:22.910Z | [ recovery-image] Oct 25 18:09:22.422 INFO O| Oct 25 18:09:22.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6018 | 2024-10-25T18:09:22.910Z | [ recovery-image] Oct 25 18:09:22.422 INFO O| Oct 25 18:09:22.422 INFO STEP 629 (remove_files) COMPLETE |
6019 | 2024-10-25T18:09:22.910Z | [ recovery-image] Oct 25 18:09:22.422 INFO O| Oct 25 18:09:22.422 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-10-25T18:09:22.937Z | [ recovery-image] Oct 25 18:09:22.439 INFO O| Oct 25 18:09:22.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6021 | 2024-10-25T18:09:22.937Z | [ recovery-image] Oct 25 18:09:22.439 INFO O| Oct 25 18:09:22.439 INFO STEP 630 (remove_files) COMPLETE |
6022 | 2024-10-25T18:09:22.937Z | [ recovery-image] Oct 25 18:09:22.439 INFO O| Oct 25 18:09:22.439 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-10-25T18:09:22.937Z | [ recovery-image] Oct 25 18:09:22.454 INFO O| Oct 25 18:09:22.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6024 | 2024-10-25T18:09:22.937Z | [ recovery-image] Oct 25 18:09:22.454 INFO O| Oct 25 18:09:22.454 INFO STEP 631 (remove_files) COMPLETE |
6025 | 2024-10-25T18:09:22.937Z | [ recovery-image] Oct 25 18:09:22.454 INFO O| Oct 25 18:09:22.454 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-10-25T18:09:22.962Z | [ recovery-image] Oct 25 18:09:22.468 INFO O| Oct 25 18:09:22.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6027 | 2024-10-25T18:09:22.962Z | [ recovery-image] Oct 25 18:09:22.468 INFO O| Oct 25 18:09:22.468 INFO STEP 632 (remove_files) COMPLETE |
6028 | 2024-10-25T18:09:22.962Z | [ recovery-image] Oct 25 18:09:22.468 INFO O| Oct 25 18:09:22.468 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-10-25T18:09:22.962Z | [ recovery-image] Oct 25 18:09:22.482 INFO O| Oct 25 18:09:22.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6030 | 2024-10-25T18:09:22.962Z | [ recovery-image] Oct 25 18:09:22.482 INFO O| Oct 25 18:09:22.482 INFO STEP 633 (remove_files) COMPLETE |
6031 | 2024-10-25T18:09:22.962Z | [ recovery-image] Oct 25 18:09:22.482 INFO O| Oct 25 18:09:22.482 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-10-25T18:09:22.986Z | [ recovery-image] Oct 25 18:09:22.495 INFO O| Oct 25 18:09:22.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6033 | 2024-10-25T18:09:22.986Z | [ recovery-image] Oct 25 18:09:22.496 INFO O| Oct 25 18:09:22.495 INFO STEP 634 (remove_files) COMPLETE |
6034 | 2024-10-25T18:09:22.986Z | [ recovery-image] Oct 25 18:09:22.496 INFO O| Oct 25 18:09:22.495 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-10-25T18:09:22.986Z | [ recovery-image] Oct 25 18:09:22.509 INFO O| Oct 25 18:09:22.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6036 | 2024-10-25T18:09:22.986Z | [ recovery-image] Oct 25 18:09:22.510 INFO O| Oct 25 18:09:22.510 INFO STEP 635 (remove_files) COMPLETE |
6037 | 2024-10-25T18:09:22.986Z | [ recovery-image] Oct 25 18:09:22.510 INFO O| Oct 25 18:09:22.510 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-10-25T18:09:23.009Z | [ recovery-image] Oct 25 18:09:22.523 INFO O| Oct 25 18:09:22.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6039 | 2024-10-25T18:09:23.009Z | [ recovery-image] Oct 25 18:09:22.523 INFO O| Oct 25 18:09:22.523 INFO STEP 636 (remove_files) COMPLETE |
6040 | 2024-10-25T18:09:23.009Z | [ recovery-image] Oct 25 18:09:22.523 INFO O| Oct 25 18:09:22.523 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-10-25T18:09:23.033Z | [ recovery-image] Oct 25 18:09:22.536 INFO O| Oct 25 18:09:22.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6042 | 2024-10-25T18:09:23.033Z | [ recovery-image] Oct 25 18:09:22.536 INFO O| Oct 25 18:09:22.536 INFO STEP 637 (remove_files) COMPLETE |
6043 | 2024-10-25T18:09:23.033Z | [ recovery-image] Oct 25 18:09:22.537 INFO O| Oct 25 18:09:22.536 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-10-25T18:09:23.033Z | [ recovery-image] Oct 25 18:09:22.550 INFO O| Oct 25 18:09:22.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6045 | 2024-10-25T18:09:23.033Z | [ recovery-image] Oct 25 18:09:22.551 INFO O| Oct 25 18:09:22.551 INFO STEP 638 (remove_files) COMPLETE |
6046 | 2024-10-25T18:09:23.033Z | [ recovery-image] Oct 25 18:09:22.551 INFO O| Oct 25 18:09:22.551 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-10-25T18:09:23.057Z | [ recovery-image] Oct 25 18:09:22.564 INFO O| Oct 25 18:09:22.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6048 | 2024-10-25T18:09:23.057Z | [ recovery-image] Oct 25 18:09:22.564 INFO O| Oct 25 18:09:22.564 INFO STEP 639 (remove_files) COMPLETE |
6049 | 2024-10-25T18:09:23.057Z | [ recovery-image] Oct 25 18:09:22.564 INFO O| Oct 25 18:09:22.564 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-10-25T18:09:23.057Z | [ recovery-image] Oct 25 18:09:22.577 INFO O| Oct 25 18:09:22.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6051 | 2024-10-25T18:09:23.057Z | [ recovery-image] Oct 25 18:09:22.577 INFO O| Oct 25 18:09:22.577 INFO STEP 640 (remove_files) COMPLETE |
6052 | 2024-10-25T18:09:23.057Z | [ recovery-image] Oct 25 18:09:22.577 INFO O| Oct 25 18:09:22.577 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-10-25T18:09:23.090Z | [ recovery-image] Oct 25 18:09:22.590 INFO O| Oct 25 18:09:22.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6054 | 2024-10-25T18:09:23.090Z | [ recovery-image] Oct 25 18:09:22.590 INFO O| Oct 25 18:09:22.590 INFO STEP 641 (remove_files) COMPLETE |
6055 | 2024-10-25T18:09:23.090Z | [ recovery-image] Oct 25 18:09:22.590 INFO O| Oct 25 18:09:22.590 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-10-25T18:09:23.090Z | [ recovery-image] Oct 25 18:09:22.603 INFO O| Oct 25 18:09:22.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6057 | 2024-10-25T18:09:23.090Z | [ recovery-image] Oct 25 18:09:22.603 INFO O| Oct 25 18:09:22.603 INFO STEP 642 (remove_files) COMPLETE |
6058 | 2024-10-25T18:09:23.090Z | [ recovery-image] Oct 25 18:09:22.603 INFO O| Oct 25 18:09:22.603 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-10-25T18:09:23.115Z | [ recovery-image] Oct 25 18:09:22.615 INFO O| Oct 25 18:09:22.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6060 | 2024-10-25T18:09:23.115Z | [ recovery-image] Oct 25 18:09:22.616 INFO O| Oct 25 18:09:22.615 INFO STEP 643 (remove_files) COMPLETE |
6061 | 2024-10-25T18:09:23.115Z | [ recovery-image] Oct 25 18:09:22.616 INFO O| Oct 25 18:09:22.615 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-10-25T18:09:23.115Z | [ recovery-image] Oct 25 18:09:22.628 INFO O| Oct 25 18:09:22.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6063 | 2024-10-25T18:09:23.115Z | [ recovery-image] Oct 25 18:09:22.628 INFO O| Oct 25 18:09:22.628 INFO STEP 644 (remove_files) COMPLETE |
6064 | 2024-10-25T18:09:23.115Z | [ recovery-image] Oct 25 18:09:22.628 INFO O| Oct 25 18:09:22.628 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-10-25T18:09:23.139Z | [ recovery-image] Oct 25 18:09:22.641 INFO O| Oct 25 18:09:22.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6066 | 2024-10-25T18:09:23.139Z | [ recovery-image] Oct 25 18:09:22.641 INFO O| Oct 25 18:09:22.641 INFO STEP 645 (remove_files) COMPLETE |
6067 | 2024-10-25T18:09:23.139Z | [ recovery-image] Oct 25 18:09:22.641 INFO O| Oct 25 18:09:22.641 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-10-25T18:09:23.139Z | [ recovery-image] Oct 25 18:09:22.654 INFO O| Oct 25 18:09:22.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6069 | 2024-10-25T18:09:23.139Z | [ recovery-image] Oct 25 18:09:22.654 INFO O| Oct 25 18:09:22.654 INFO STEP 646 (remove_files) COMPLETE |
6070 | 2024-10-25T18:09:23.139Z | [ recovery-image] Oct 25 18:09:22.654 INFO O| Oct 25 18:09:22.654 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-10-25T18:09:23.163Z | [ recovery-image] Oct 25 18:09:22.666 INFO O| Oct 25 18:09:22.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6072 | 2024-10-25T18:09:23.163Z | [ recovery-image] Oct 25 18:09:22.666 INFO O| Oct 25 18:09:22.666 INFO STEP 647 (remove_files) COMPLETE |
6073 | 2024-10-25T18:09:23.163Z | [ recovery-image] Oct 25 18:09:22.666 INFO O| Oct 25 18:09:22.666 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-10-25T18:09:23.163Z | [ recovery-image] Oct 25 18:09:22.679 INFO O| Oct 25 18:09:22.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6075 | 2024-10-25T18:09:23.163Z | [ recovery-image] Oct 25 18:09:22.679 INFO O| Oct 25 18:09:22.679 INFO STEP 648 (remove_files) COMPLETE |
6076 | 2024-10-25T18:09:23.163Z | [ recovery-image] Oct 25 18:09:22.679 INFO O| Oct 25 18:09:22.679 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-10-25T18:09:23.187Z | [ recovery-image] Oct 25 18:09:22.692 INFO O| Oct 25 18:09:22.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6078 | 2024-10-25T18:09:23.187Z | [ recovery-image] Oct 25 18:09:22.692 INFO O| Oct 25 18:09:22.692 INFO STEP 649 (remove_files) COMPLETE |
6079 | 2024-10-25T18:09:23.187Z | [ recovery-image] Oct 25 18:09:22.692 INFO O| Oct 25 18:09:22.692 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-10-25T18:09:23.187Z | [ recovery-image] Oct 25 18:09:22.706 INFO O| Oct 25 18:09:22.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6081 | 2024-10-25T18:09:23.187Z | [ recovery-image] Oct 25 18:09:22.706 INFO O| Oct 25 18:09:22.706 INFO STEP 650 (remove_files) COMPLETE |
6082 | 2024-10-25T18:09:23.187Z | [ recovery-image] Oct 25 18:09:22.706 INFO O| Oct 25 18:09:22.706 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-10-25T18:09:23.211Z | [ recovery-image] Oct 25 18:09:22.719 INFO O| Oct 25 18:09:22.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6084 | 2024-10-25T18:09:23.211Z | [ recovery-image] Oct 25 18:09:22.719 INFO O| Oct 25 18:09:22.719 INFO STEP 651 (remove_files) COMPLETE |
6085 | 2024-10-25T18:09:23.211Z | [ recovery-image] Oct 25 18:09:22.719 INFO O| Oct 25 18:09:22.719 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-10-25T18:09:23.211Z | [ recovery-image] Oct 25 18:09:22.732 INFO O| Oct 25 18:09:22.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6087 | 2024-10-25T18:09:23.211Z | [ recovery-image] Oct 25 18:09:22.732 INFO O| Oct 25 18:09:22.732 INFO STEP 652 (remove_files) COMPLETE |
6088 | 2024-10-25T18:09:23.211Z | [ recovery-image] Oct 25 18:09:22.732 INFO O| Oct 25 18:09:22.732 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-10-25T18:09:23.235Z | [ recovery-image] Oct 25 18:09:22.745 INFO O| Oct 25 18:09:22.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6090 | 2024-10-25T18:09:23.235Z | [ recovery-image] Oct 25 18:09:22.745 INFO O| Oct 25 18:09:22.745 INFO STEP 653 (remove_files) COMPLETE |
6091 | 2024-10-25T18:09:23.235Z | [ recovery-image] Oct 25 18:09:22.745 INFO O| Oct 25 18:09:22.745 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-10-25T18:09:23.259Z | [ recovery-image] Oct 25 18:09:22.762 INFO O| Oct 25 18:09:22.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6093 | 2024-10-25T18:09:23.259Z | [ recovery-image] Oct 25 18:09:22.762 INFO O| Oct 25 18:09:22.762 INFO STEP 654 (remove_files) COMPLETE |
6094 | 2024-10-25T18:09:23.259Z | [ recovery-image] Oct 25 18:09:22.762 INFO O| Oct 25 18:09:22.762 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-10-25T18:09:23.259Z | [ recovery-image] Oct 25 18:09:22.776 INFO O| Oct 25 18:09:22.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6096 | 2024-10-25T18:09:23.259Z | [ recovery-image] Oct 25 18:09:22.776 INFO O| Oct 25 18:09:22.776 INFO STEP 655 (remove_files) COMPLETE |
6097 | 2024-10-25T18:09:23.259Z | [ recovery-image] Oct 25 18:09:22.777 INFO O| Oct 25 18:09:22.776 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-10-25T18:09:23.283Z | [ recovery-image] Oct 25 18:09:22.790 INFO O| Oct 25 18:09:22.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6099 | 2024-10-25T18:09:23.283Z | [ recovery-image] Oct 25 18:09:22.791 INFO O| Oct 25 18:09:22.791 INFO STEP 656 (remove_files) COMPLETE |
6100 | 2024-10-25T18:09:23.283Z | [ recovery-image] Oct 25 18:09:22.791 INFO O| Oct 25 18:09:22.791 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-10-25T18:09:23.283Z | [ recovery-image] Oct 25 18:09:22.804 INFO O| Oct 25 18:09:22.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6102 | 2024-10-25T18:09:23.283Z | [ recovery-image] Oct 25 18:09:22.804 INFO O| Oct 25 18:09:22.804 INFO STEP 657 (remove_files) COMPLETE |
6103 | 2024-10-25T18:09:23.283Z | [ recovery-image] Oct 25 18:09:22.804 INFO O| Oct 25 18:09:22.804 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-10-25T18:09:23.307Z | [ recovery-image] Oct 25 18:09:22.817 INFO O| Oct 25 18:09:22.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6105 | 2024-10-25T18:09:23.307Z | [ recovery-image] Oct 25 18:09:22.818 INFO O| Oct 25 18:09:22.818 INFO STEP 658 (remove_files) COMPLETE |
6106 | 2024-10-25T18:09:23.307Z | [ recovery-image] Oct 25 18:09:22.818 INFO O| Oct 25 18:09:22.818 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-10-25T18:09:23.307Z | [ recovery-image] Oct 25 18:09:22.830 INFO O| Oct 25 18:09:22.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6108 | 2024-10-25T18:09:23.307Z | [ recovery-image] Oct 25 18:09:22.830 INFO O| Oct 25 18:09:22.830 INFO STEP 659 (remove_files) COMPLETE |
6109 | 2024-10-25T18:09:23.307Z | [ recovery-image] Oct 25 18:09:22.830 INFO O| Oct 25 18:09:22.830 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-10-25T18:09:23.331Z | [ recovery-image] Oct 25 18:09:22.842 INFO O| Oct 25 18:09:22.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6111 | 2024-10-25T18:09:23.331Z | [ recovery-image] Oct 25 18:09:22.843 INFO O| Oct 25 18:09:22.843 INFO STEP 660 (remove_files) COMPLETE |
6112 | 2024-10-25T18:09:23.331Z | [ recovery-image] Oct 25 18:09:22.843 INFO O| Oct 25 18:09:22.843 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-10-25T18:09:23.331Z | [ recovery-image] Oct 25 18:09:22.854 INFO O| Oct 25 18:09:22.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6114 | 2024-10-25T18:09:23.331Z | [ recovery-image] Oct 25 18:09:22.855 INFO O| Oct 25 18:09:22.855 INFO STEP 661 (remove_files) COMPLETE |
6115 | 2024-10-25T18:09:23.331Z | [ recovery-image] Oct 25 18:09:22.855 INFO O| Oct 25 18:09:22.855 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-10-25T18:09:23.355Z | [ host-image] Oct 25 18:09:22.864 INFO O| Oct 25 18:09:22.864 INFO O| Planning: Solver setup ... Done |
6117 | 2024-10-25T18:09:23.355Z | [ recovery-image] Oct 25 18:09:22.867 INFO O| Oct 25 18:09:22.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6118 | 2024-10-25T18:09:23.355Z | [ recovery-image] Oct 25 18:09:22.867 INFO O| Oct 25 18:09:22.867 INFO STEP 662 (remove_files) COMPLETE |
6119 | 2024-10-25T18:09:23.355Z | [ recovery-image] Oct 25 18:09:22.867 INFO O| Oct 25 18:09:22.867 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-10-25T18:09:23.355Z | [ host-image] Oct 25 18:09:22.869 INFO O| Oct 25 18:09:22.869 INFO O| Planning: Running solver ... Done |
6121 | 2024-10-25T18:09:23.379Z | [ recovery-image] Oct 25 18:09:22.882 INFO O| Oct 25 18:09:22.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6122 | 2024-10-25T18:09:23.379Z | [ recovery-image] Oct 25 18:09:22.883 INFO O| Oct 25 18:09:22.883 INFO STEP 663 (remove_files) COMPLETE |
6123 | 2024-10-25T18:09:23.379Z | [ recovery-image] Oct 25 18:09:22.883 INFO O| Oct 25 18:09:22.883 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-10-25T18:09:23.379Z | [ recovery-image] Oct 25 18:09:22.897 INFO O| Oct 25 18:09:22.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6125 | 2024-10-25T18:09:23.379Z | [ recovery-image] Oct 25 18:09:22.897 INFO O| Oct 25 18:09:22.897 INFO STEP 664 (remove_files) COMPLETE |
6126 | 2024-10-25T18:09:23.379Z | [ recovery-image] Oct 25 18:09:22.897 INFO O| Oct 25 18:09:22.897 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-10-25T18:09:23.403Z | [ host-image] Oct 25 18:09:22.919 INFO O| Oct 25 18:09:22.919 INFO O| Planning: Finding local manifests ... Done |
6128 | 2024-10-25T18:09:23.403Z | [ host-image] Oct 25 18:09:22.920 INFO O| Oct 25 18:09:22.920 INFO O| Planning: Fetching manifests: 0/4 0% complete |
6129 | 2024-10-25T18:09:23.403Z | [ recovery-image] Oct 25 18:09:22.921 INFO O| Oct 25 18:09:22.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6130 | 2024-10-25T18:09:23.403Z | [ recovery-image] Oct 25 18:09:22.921 INFO O| Oct 25 18:09:22.921 INFO STEP 665 (remove_files) COMPLETE |
6131 | 2024-10-25T18:09:23.403Z | [ recovery-image] Oct 25 18:09:22.921 INFO O| Oct 25 18:09:22.921 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-10-25T18:09:23.428Z | [ recovery-image] Oct 25 18:09:22.939 INFO O| Oct 25 18:09:22.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6133 | 2024-10-25T18:09:23.428Z | [ recovery-image] Oct 25 18:09:22.939 INFO O| Oct 25 18:09:22.939 INFO STEP 666 (remove_files) COMPLETE |
6134 | 2024-10-25T18:09:23.428Z | [ recovery-image] Oct 25 18:09:22.939 INFO O| Oct 25 18:09:22.939 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-10-25T18:09:23.452Z | [ recovery-image] Oct 25 18:09:22.955 INFO O| Oct 25 18:09:22.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6136 | 2024-10-25T18:09:23.452Z | [ recovery-image] Oct 25 18:09:22.955 INFO O| Oct 25 18:09:22.955 INFO STEP 667 (remove_files) COMPLETE |
6137 | 2024-10-25T18:09:23.452Z | [ recovery-image] Oct 25 18:09:22.955 INFO O| Oct 25 18:09:22.955 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-10-25T18:09:23.452Z | [ recovery-image] Oct 25 18:09:22.968 INFO O| Oct 25 18:09:22.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6139 | 2024-10-25T18:09:23.452Z | [ recovery-image] Oct 25 18:09:22.968 INFO O| Oct 25 18:09:22.968 INFO STEP 668 (remove_files) COMPLETE |
6140 | 2024-10-25T18:09:23.452Z | [ recovery-image] Oct 25 18:09:22.968 INFO O| Oct 25 18:09:22.968 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-10-25T18:09:23.477Z | [ recovery-image] Oct 25 18:09:22.981 INFO O| Oct 25 18:09:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6142 | 2024-10-25T18:09:23.477Z | [ recovery-image] Oct 25 18:09:22.981 INFO O| Oct 25 18:09:22.981 INFO STEP 669 (remove_files) COMPLETE |
6143 | 2024-10-25T18:09:23.477Z | [ recovery-image] Oct 25 18:09:22.981 INFO O| Oct 25 18:09:22.981 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-10-25T18:09:23.477Z | [ recovery-image] Oct 25 18:09:22.993 INFO O| Oct 25 18:09:22.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6145 | 2024-10-25T18:09:23.477Z | [ recovery-image] Oct 25 18:09:22.993 INFO O| Oct 25 18:09:22.993 INFO STEP 670 (remove_files) COMPLETE |
6146 | 2024-10-25T18:09:23.477Z | [ recovery-image] Oct 25 18:09:22.993 INFO O| Oct 25 18:09:22.993 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-10-25T18:09:23.504Z | [ recovery-image] Oct 25 18:09:23.007 INFO O| Oct 25 18:09:23.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6148 | 2024-10-25T18:09:23.504Z | [ recovery-image] Oct 25 18:09:23.008 INFO O| Oct 25 18:09:23.007 INFO STEP 671 (remove_files) COMPLETE |
6149 | 2024-10-25T18:09:23.504Z | [ recovery-image] Oct 25 18:09:23.008 INFO O| Oct 25 18:09:23.008 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-10-25T18:09:23.504Z | [ recovery-image] Oct 25 18:09:23.021 INFO O| Oct 25 18:09:23.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6151 | 2024-10-25T18:09:23.504Z | [ recovery-image] Oct 25 18:09:23.021 INFO O| Oct 25 18:09:23.021 INFO STEP 672 (remove_files) COMPLETE |
6152 | 2024-10-25T18:09:23.504Z | [ recovery-image] Oct 25 18:09:23.021 INFO O| Oct 25 18:09:23.021 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-10-25T18:09:23.528Z | [ recovery-image] Oct 25 18:09:23.034 INFO O| Oct 25 18:09:23.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6154 | 2024-10-25T18:09:23.528Z | [ recovery-image] Oct 25 18:09:23.034 INFO O| Oct 25 18:09:23.034 INFO STEP 673 (remove_files) COMPLETE |
6155 | 2024-10-25T18:09:23.528Z | [ recovery-image] Oct 25 18:09:23.034 INFO O| Oct 25 18:09:23.034 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-10-25T18:09:23.528Z | [ recovery-image] Oct 25 18:09:23.046 INFO O| Oct 25 18:09:23.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6157 | 2024-10-25T18:09:23.528Z | [ recovery-image] Oct 25 18:09:23.047 INFO O| Oct 25 18:09:23.047 INFO STEP 674 (remove_files) COMPLETE |
6158 | 2024-10-25T18:09:23.528Z | [ recovery-image] Oct 25 18:09:23.047 INFO O| Oct 25 18:09:23.047 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-10-25T18:09:23.552Z | [ recovery-image] Oct 25 18:09:23.062 INFO O| Oct 25 18:09:23.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6160 | 2024-10-25T18:09:23.552Z | [ recovery-image] Oct 25 18:09:23.062 INFO O| Oct 25 18:09:23.062 INFO STEP 675 (remove_files) COMPLETE |
6161 | 2024-10-25T18:09:23.552Z | [ recovery-image] Oct 25 18:09:23.062 INFO O| Oct 25 18:09:23.062 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-10-25T18:09:23.552Z | [ recovery-image] Oct 25 18:09:23.076 INFO O| Oct 25 18:09:23.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6163 | 2024-10-25T18:09:23.552Z | [ recovery-image] Oct 25 18:09:23.076 INFO O| Oct 25 18:09:23.076 INFO STEP 676 (remove_files) COMPLETE |
6164 | 2024-10-25T18:09:23.552Z | [ recovery-image] Oct 25 18:09:23.076 INFO O| Oct 25 18:09:23.076 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-10-25T18:09:23.576Z | [ recovery-image] Oct 25 18:09:23.088 INFO O| Oct 25 18:09:23.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6166 | 2024-10-25T18:09:23.576Z | [ recovery-image] Oct 25 18:09:23.088 INFO O| Oct 25 18:09:23.088 INFO STEP 677 (remove_files) COMPLETE |
6167 | 2024-10-25T18:09:23.576Z | [ recovery-image] Oct 25 18:09:23.088 INFO O| Oct 25 18:09:23.088 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-10-25T18:09:23.576Z | [ recovery-image] Oct 25 18:09:23.101 INFO O| Oct 25 18:09:23.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6169 | 2024-10-25T18:09:23.576Z | [ recovery-image] Oct 25 18:09:23.101 INFO O| Oct 25 18:09:23.101 INFO STEP 678 (remove_files) COMPLETE |
6170 | 2024-10-25T18:09:23.576Z | [ recovery-image] Oct 25 18:09:23.101 INFO O| Oct 25 18:09:23.101 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-10-25T18:09:23.600Z | [ recovery-image] Oct 25 18:09:23.114 INFO O| Oct 25 18:09:23.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6172 | 2024-10-25T18:09:23.600Z | [ recovery-image] Oct 25 18:09:23.114 INFO O| Oct 25 18:09:23.114 INFO STEP 679 (remove_files) COMPLETE |
6173 | 2024-10-25T18:09:23.600Z | [ recovery-image] Oct 25 18:09:23.114 INFO O| Oct 25 18:09:23.114 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-10-25T18:09:23.624Z | [ recovery-image] Oct 25 18:09:23.126 INFO O| Oct 25 18:09:23.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6175 | 2024-10-25T18:09:23.624Z | [ recovery-image] Oct 25 18:09:23.127 INFO O| Oct 25 18:09:23.127 INFO STEP 680 (remove_files) COMPLETE |
6176 | 2024-10-25T18:09:23.624Z | [ recovery-image] Oct 25 18:09:23.127 INFO O| Oct 25 18:09:23.127 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-10-25T18:09:23.624Z | [ recovery-image] Oct 25 18:09:23.143 INFO O| Oct 25 18:09:23.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6178 | 2024-10-25T18:09:23.624Z | [ recovery-image] Oct 25 18:09:23.143 INFO O| Oct 25 18:09:23.143 INFO STEP 681 (remove_files) COMPLETE |
6179 | 2024-10-25T18:09:23.624Z | [ recovery-image] Oct 25 18:09:23.143 INFO O| Oct 25 18:09:23.143 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-10-25T18:09:23.651Z | [ recovery-image] Oct 25 18:09:23.157 INFO O| Oct 25 18:09:23.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6181 | 2024-10-25T18:09:23.651Z | [ recovery-image] Oct 25 18:09:23.157 INFO O| Oct 25 18:09:23.157 INFO STEP 682 (remove_files) COMPLETE |
6182 | 2024-10-25T18:09:23.651Z | [ recovery-image] Oct 25 18:09:23.157 INFO O| Oct 25 18:09:23.157 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-10-25T18:09:23.651Z | [ host-image] Oct 25 18:09:23.174 INFO O| Oct 25 18:09:23.174 INFO O| Planning: Fetching manifests: 4/4 100% complete |
6184 | 2024-10-25T18:09:23.675Z | [ recovery-image] Oct 25 18:09:23.176 INFO O| Oct 25 18:09:23.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6185 | 2024-10-25T18:09:23.675Z | [ recovery-image] Oct 25 18:09:23.177 INFO O| Oct 25 18:09:23.176 INFO STEP 683 (remove_files) COMPLETE |
6186 | 2024-10-25T18:09:23.675Z | [ recovery-image] Oct 25 18:09:23.177 INFO O| Oct 25 18:09:23.177 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-10-25T18:09:23.675Z | [ recovery-image] Oct 25 18:09:23.195 INFO O| Oct 25 18:09:23.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6188 | 2024-10-25T18:09:23.675Z | [ recovery-image] Oct 25 18:09:23.195 INFO O| Oct 25 18:09:23.195 INFO STEP 684 (remove_files) COMPLETE |
6189 | 2024-10-25T18:09:23.675Z | [ recovery-image] Oct 25 18:09:23.195 INFO O| Oct 25 18:09:23.195 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-10-25T18:09:23.700Z | [ host-image] Oct 25 18:09:23.210 INFO O| Oct 25 18:09:23.210 INFO O| Planning: Package planning ... Done |
6191 | 2024-10-25T18:09:23.700Z | [ recovery-image] Oct 25 18:09:23.212 INFO O| Oct 25 18:09:23.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6192 | 2024-10-25T18:09:23.700Z | [ recovery-image] Oct 25 18:09:23.212 INFO O| Oct 25 18:09:23.212 INFO STEP 685 (remove_files) COMPLETE |
6193 | 2024-10-25T18:09:23.700Z | [ recovery-image] Oct 25 18:09:23.212 INFO O| Oct 25 18:09:23.212 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-10-25T18:09:23.700Z | [ host-image] Oct 25 18:09:23.214 INFO O| Oct 25 18:09:23.214 INFO O| Planning: Merging actions ... Done |
6195 | 2024-10-25T18:09:23.726Z | [ recovery-image] Oct 25 18:09:23.228 INFO O| Oct 25 18:09:23.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6196 | 2024-10-25T18:09:23.726Z | [ recovery-image] Oct 25 18:09:23.228 INFO O| Oct 25 18:09:23.228 INFO STEP 686 (remove_files) COMPLETE |
6197 | 2024-10-25T18:09:23.726Z | [ recovery-image] Oct 25 18:09:23.228 INFO O| Oct 25 18:09:23.228 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-10-25T18:09:23.726Z | [ recovery-image] Oct 25 18:09:23.248 INFO O| Oct 25 18:09:23.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6199 | 2024-10-25T18:09:23.726Z | [ recovery-image] Oct 25 18:09:23.248 INFO O| Oct 25 18:09:23.248 INFO STEP 687 (remove_files) COMPLETE |
6200 | 2024-10-25T18:09:23.726Z | [ recovery-image] Oct 25 18:09:23.248 INFO O| Oct 25 18:09:23.248 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-10-25T18:09:23.750Z | [ recovery-image] Oct 25 18:09:23.265 INFO O| Oct 25 18:09:23.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6202 | 2024-10-25T18:09:23.750Z | [ recovery-image] Oct 25 18:09:23.265 INFO O| Oct 25 18:09:23.265 INFO STEP 688 (remove_files) COMPLETE |
6203 | 2024-10-25T18:09:23.750Z | [ recovery-image] Oct 25 18:09:23.265 INFO O| Oct 25 18:09:23.265 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-10-25T18:09:23.774Z | [ recovery-image] Oct 25 18:09:23.280 INFO O| Oct 25 18:09:23.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6205 | 2024-10-25T18:09:23.774Z | [ recovery-image] Oct 25 18:09:23.280 INFO O| Oct 25 18:09:23.280 INFO STEP 689 (remove_files) COMPLETE |
6206 | 2024-10-25T18:09:23.774Z | [ recovery-image] Oct 25 18:09:23.280 INFO O| Oct 25 18:09:23.280 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-10-25T18:09:23.774Z | [ recovery-image] Oct 25 18:09:23.294 INFO O| Oct 25 18:09:23.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6208 | 2024-10-25T18:09:23.774Z | [ recovery-image] Oct 25 18:09:23.294 INFO O| Oct 25 18:09:23.294 INFO STEP 690 (remove_files) COMPLETE |
6209 | 2024-10-25T18:09:23.774Z | [ recovery-image] Oct 25 18:09:23.294 INFO O| Oct 25 18:09:23.294 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-10-25T18:09:23.798Z | [ recovery-image] Oct 25 18:09:23.311 INFO O| Oct 25 18:09:23.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6211 | 2024-10-25T18:09:23.798Z | [ recovery-image] Oct 25 18:09:23.311 INFO O| Oct 25 18:09:23.311 INFO STEP 691 (remove_files) COMPLETE |
6212 | 2024-10-25T18:09:23.798Z | [ recovery-image] Oct 25 18:09:23.311 INFO O| Oct 25 18:09:23.311 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-10-25T18:09:23.798Z | [ host-image] Oct 25 18:09:23.319 INFO O| Oct 25 18:09:23.318 INFO O| Planning: Checking for conflicting actions ... Done |
6214 | 2024-10-25T18:09:23.798Z | [ host-image] Oct 25 18:09:23.320 INFO O| Oct 25 18:09:23.320 INFO O| Planning: Consolidating action changes ... Done |
6215 | 2024-10-25T18:09:23.822Z | [ recovery-image] Oct 25 18:09:23.326 INFO O| Oct 25 18:09:23.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6216 | 2024-10-25T18:09:23.822Z | [ recovery-image] Oct 25 18:09:23.326 INFO O| Oct 25 18:09:23.326 INFO STEP 692 (remove_files) COMPLETE |
6217 | 2024-10-25T18:09:23.822Z | [ recovery-image] Oct 25 18:09:23.326 INFO O| Oct 25 18:09:23.326 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-10-25T18:09:23.822Z | [ recovery-image] Oct 25 18:09:23.340 INFO O| Oct 25 18:09:23.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6219 | 2024-10-25T18:09:23.822Z | [ recovery-image] Oct 25 18:09:23.340 INFO O| Oct 25 18:09:23.340 INFO STEP 693 (remove_files) COMPLETE |
6220 | 2024-10-25T18:09:23.822Z | [ recovery-image] Oct 25 18:09:23.340 INFO O| Oct 25 18:09:23.340 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-10-25T18:09:23.846Z | [ recovery-image] Oct 25 18:09:23.354 INFO O| Oct 25 18:09:23.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6222 | 2024-10-25T18:09:23.846Z | [ recovery-image] Oct 25 18:09:23.354 INFO O| Oct 25 18:09:23.354 INFO STEP 694 (remove_files) COMPLETE |
6223 | 2024-10-25T18:09:23.846Z | [ recovery-image] Oct 25 18:09:23.354 INFO O| Oct 25 18:09:23.354 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-10-25T18:09:23.846Z | [ recovery-image] Oct 25 18:09:23.367 INFO O| Oct 25 18:09:23.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6225 | 2024-10-25T18:09:23.846Z | [ recovery-image] Oct 25 18:09:23.367 INFO O| Oct 25 18:09:23.367 INFO STEP 695 (remove_files) COMPLETE |
6226 | 2024-10-25T18:09:23.846Z | [ recovery-image] Oct 25 18:09:23.367 INFO O| Oct 25 18:09:23.367 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-10-25T18:09:23.870Z | [ recovery-image] Oct 25 18:09:23.381 INFO O| Oct 25 18:09:23.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6228 | 2024-10-25T18:09:23.870Z | [ recovery-image] Oct 25 18:09:23.381 INFO O| Oct 25 18:09:23.381 INFO STEP 696 (remove_files) COMPLETE |
6229 | 2024-10-25T18:09:23.870Z | [ recovery-image] Oct 25 18:09:23.381 INFO O| Oct 25 18:09:23.381 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-10-25T18:09:23.870Z | [ recovery-image] Oct 25 18:09:23.394 INFO O| Oct 25 18:09:23.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6231 | 2024-10-25T18:09:23.870Z | [ recovery-image] Oct 25 18:09:23.394 INFO O| Oct 25 18:09:23.394 INFO STEP 697 (remove_files) COMPLETE |
6232 | 2024-10-25T18:09:23.870Z | [ recovery-image] Oct 25 18:09:23.394 INFO O| Oct 25 18:09:23.394 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-10-25T18:09:23.894Z | [ recovery-image] Oct 25 18:09:23.407 INFO O| Oct 25 18:09:23.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6234 | 2024-10-25T18:09:23.894Z | [ recovery-image] Oct 25 18:09:23.407 INFO O| Oct 25 18:09:23.407 INFO STEP 698 (remove_files) COMPLETE |
6235 | 2024-10-25T18:09:23.894Z | [ recovery-image] Oct 25 18:09:23.407 INFO O| Oct 25 18:09:23.407 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-10-25T18:09:23.918Z | [ recovery-image] Oct 25 18:09:23.421 INFO O| Oct 25 18:09:23.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6237 | 2024-10-25T18:09:23.918Z | [ recovery-image] Oct 25 18:09:23.421 INFO O| Oct 25 18:09:23.421 INFO STEP 699 (remove_files) COMPLETE |
6238 | 2024-10-25T18:09:23.918Z | [ recovery-image] Oct 25 18:09:23.421 INFO O| Oct 25 18:09:23.421 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-10-25T18:09:23.918Z | [ recovery-image] Oct 25 18:09:23.434 INFO O| Oct 25 18:09:23.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6240 | 2024-10-25T18:09:23.918Z | [ recovery-image] Oct 25 18:09:23.434 INFO O| Oct 25 18:09:23.434 INFO STEP 700 (remove_files) COMPLETE |
6241 | 2024-10-25T18:09:23.918Z | [ recovery-image] Oct 25 18:09:23.434 INFO O| Oct 25 18:09:23.434 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-10-25T18:09:23.942Z | [ recovery-image] Oct 25 18:09:23.448 INFO O| Oct 25 18:09:23.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6243 | 2024-10-25T18:09:23.942Z | [ recovery-image] Oct 25 18:09:23.448 INFO O| Oct 25 18:09:23.448 INFO STEP 701 (remove_files) COMPLETE |
6244 | 2024-10-25T18:09:23.942Z | [ recovery-image] Oct 25 18:09:23.448 INFO O| Oct 25 18:09:23.448 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-10-25T18:09:23.942Z | [ recovery-image] Oct 25 18:09:23.461 INFO O| Oct 25 18:09:23.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6246 | 2024-10-25T18:09:23.942Z | [ recovery-image] Oct 25 18:09:23.461 INFO O| Oct 25 18:09:23.461 INFO STEP 702 (remove_files) COMPLETE |
6247 | 2024-10-25T18:09:23.942Z | [ recovery-image] Oct 25 18:09:23.461 INFO O| Oct 25 18:09:23.461 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-10-25T18:09:23.966Z | [ recovery-image] Oct 25 18:09:23.474 INFO O| Oct 25 18:09:23.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6249 | 2024-10-25T18:09:23.966Z | [ recovery-image] Oct 25 18:09:23.475 INFO O| Oct 25 18:09:23.475 INFO STEP 703 (remove_files) COMPLETE |
6250 | 2024-10-25T18:09:23.966Z | [ recovery-image] Oct 25 18:09:23.475 INFO O| Oct 25 18:09:23.475 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-10-25T18:09:23.966Z | [ recovery-image] Oct 25 18:09:23.488 INFO O| Oct 25 18:09:23.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6252 | 2024-10-25T18:09:23.966Z | [ recovery-image] Oct 25 18:09:23.488 INFO O| Oct 25 18:09:23.488 INFO STEP 704 (remove_files) COMPLETE |
6253 | 2024-10-25T18:09:23.966Z | [ recovery-image] Oct 25 18:09:23.488 INFO O| Oct 25 18:09:23.488 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-10-25T18:09:23.990Z | [ recovery-image] Oct 25 18:09:23.505 INFO O| Oct 25 18:09:23.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6255 | 2024-10-25T18:09:23.990Z | [ recovery-image] Oct 25 18:09:23.505 INFO O| Oct 25 18:09:23.505 INFO STEP 705 (remove_files) COMPLETE |
6256 | 2024-10-25T18:09:23.990Z | [ recovery-image] Oct 25 18:09:23.505 INFO O| Oct 25 18:09:23.505 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-10-25T18:09:24.014Z | [ recovery-image] Oct 25 18:09:23.519 INFO O| Oct 25 18:09:23.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6258 | 2024-10-25T18:09:24.014Z | [ recovery-image] Oct 25 18:09:23.519 INFO O| Oct 25 18:09:23.519 INFO STEP 706 (remove_files) COMPLETE |
6259 | 2024-10-25T18:09:24.014Z | [ recovery-image] Oct 25 18:09:23.519 INFO O| Oct 25 18:09:23.519 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-10-25T18:09:24.014Z | [ recovery-image] Oct 25 18:09:23.532 INFO O| Oct 25 18:09:23.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6261 | 2024-10-25T18:09:24.014Z | [ recovery-image] Oct 25 18:09:23.532 INFO O| Oct 25 18:09:23.532 INFO STEP 707 (remove_files) COMPLETE |
6262 | 2024-10-25T18:09:24.014Z | [ recovery-image] Oct 25 18:09:23.532 INFO O| Oct 25 18:09:23.532 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-10-25T18:09:24.014Z | [ host-image] Oct 25 18:09:23.537 INFO O| Oct 25 18:09:23.537 INFO O| Planning: Evaluating mediators ... Done |
6264 | 2024-10-25T18:09:24.014Z | [ host-image] Oct 25 18:09:23.538 INFO O| Oct 25 18:09:23.538 INFO O| Planning: Planning completed in 3.33 seconds |
6265 | 2024-10-25T18:09:24.038Z | [ host-image] Oct 25 18:09:23.540 INFO O| Oct 25 18:09:23.540 INFO O| Packages to install: 4 |
6266 | 2024-10-25T18:09:24.038Z | [ host-image] Oct 25 18:09:23.540 INFO O| Oct 25 18:09:23.540 INFO O| Services to change: 2 |
6267 | 2024-10-25T18:09:24.038Z | [ recovery-image] Oct 25 18:09:23.545 INFO O| Oct 25 18:09:23.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6268 | 2024-10-25T18:09:24.038Z | [ recovery-image] Oct 25 18:09:23.545 INFO O| Oct 25 18:09:23.545 INFO STEP 708 (remove_files) COMPLETE |
6269 | 2024-10-25T18:09:24.038Z | [ recovery-image] Oct 25 18:09:23.545 INFO O| Oct 25 18:09:23.545 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-10-25T18:09:24.038Z | [ host-image] Oct 25 18:09:23.554 INFO O| Oct 25 18:09:23.554 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
6271 | 2024-10-25T18:09:24.062Z | [ recovery-image] Oct 25 18:09:23.565 INFO O| Oct 25 18:09:23.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6272 | 2024-10-25T18:09:24.062Z | [ recovery-image] Oct 25 18:09:23.565 INFO O| Oct 25 18:09:23.565 INFO STEP 709 (remove_files) COMPLETE |
6273 | 2024-10-25T18:09:24.062Z | [ recovery-image] Oct 25 18:09:23.565 INFO O| Oct 25 18:09:23.565 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-10-25T18:09:24.062Z | [ recovery-image] Oct 25 18:09:23.579 INFO O| Oct 25 18:09:23.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6275 | 2024-10-25T18:09:24.062Z | [ recovery-image] Oct 25 18:09:23.579 INFO O| Oct 25 18:09:23.579 INFO STEP 710 (remove_files) COMPLETE |
6276 | 2024-10-25T18:09:24.062Z | [ recovery-image] Oct 25 18:09:23.579 INFO O| Oct 25 18:09:23.579 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-10-25T18:09:24.086Z | [ recovery-image] Oct 25 18:09:23.599 INFO O| Oct 25 18:09:23.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6278 | 2024-10-25T18:09:24.086Z | [ recovery-image] Oct 25 18:09:23.599 INFO O| Oct 25 18:09:23.599 INFO STEP 711 (remove_files) COMPLETE |
6279 | 2024-10-25T18:09:24.086Z | [ recovery-image] Oct 25 18:09:23.599 INFO O| Oct 25 18:09:23.599 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-10-25T18:09:24.109Z | [ recovery-image] Oct 25 18:09:23.615 INFO O| Oct 25 18:09:23.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6281 | 2024-10-25T18:09:24.110Z | [ recovery-image] Oct 25 18:09:23.615 INFO O| Oct 25 18:09:23.615 INFO STEP 712 (remove_files) COMPLETE |
6282 | 2024-10-25T18:09:24.110Z | [ recovery-image] Oct 25 18:09:23.615 INFO O| Oct 25 18:09:23.615 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-10-25T18:09:24.110Z | [ recovery-image] Oct 25 18:09:23.629 INFO O| Oct 25 18:09:23.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6284 | 2024-10-25T18:09:24.110Z | [ recovery-image] Oct 25 18:09:23.630 INFO O| Oct 25 18:09:23.630 INFO STEP 713 (remove_files) COMPLETE |
6285 | 2024-10-25T18:09:24.110Z | [ recovery-image] Oct 25 18:09:23.630 INFO O| Oct 25 18:09:23.630 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-10-25T18:09:24.133Z | [ recovery-image] Oct 25 18:09:23.643 INFO O| Oct 25 18:09:23.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6287 | 2024-10-25T18:09:24.133Z | [ recovery-image] Oct 25 18:09:23.643 INFO O| Oct 25 18:09:23.643 INFO STEP 714 (remove_files) COMPLETE |
6288 | 2024-10-25T18:09:24.133Z | [ recovery-image] Oct 25 18:09:23.644 INFO O| Oct 25 18:09:23.643 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-10-25T18:09:24.133Z | [ recovery-image] Oct 25 18:09:23.657 INFO O| Oct 25 18:09:23.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6290 | 2024-10-25T18:09:24.134Z | [ recovery-image] Oct 25 18:09:23.657 INFO O| Oct 25 18:09:23.657 INFO STEP 715 (remove_files) COMPLETE |
6291 | 2024-10-25T18:09:24.134Z | [ recovery-image] Oct 25 18:09:23.657 INFO O| Oct 25 18:09:23.657 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-10-25T18:09:24.158Z | [ recovery-image] Oct 25 18:09:23.674 INFO O| Oct 25 18:09:23.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6293 | 2024-10-25T18:09:24.158Z | [ recovery-image] Oct 25 18:09:23.674 INFO O| Oct 25 18:09:23.674 INFO STEP 716 (remove_files) COMPLETE |
6294 | 2024-10-25T18:09:24.158Z | [ recovery-image] Oct 25 18:09:23.674 INFO O| Oct 25 18:09:23.674 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-10-25T18:09:24.182Z | [ recovery-image] Oct 25 18:09:23.688 INFO O| Oct 25 18:09:23.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6296 | 2024-10-25T18:09:24.182Z | [ recovery-image] Oct 25 18:09:23.688 INFO O| Oct 25 18:09:23.688 INFO STEP 717 (remove_files) COMPLETE |
6297 | 2024-10-25T18:09:24.182Z | [ recovery-image] Oct 25 18:09:23.688 INFO O| Oct 25 18:09:23.688 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2024-10-25T18:09:24.182Z | [ recovery-image] Oct 25 18:09:23.700 INFO O| Oct 25 18:09:23.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6299 | 2024-10-25T18:09:24.182Z | [ recovery-image] Oct 25 18:09:23.700 INFO O| Oct 25 18:09:23.700 INFO STEP 718 (remove_files) COMPLETE |
6300 | 2024-10-25T18:09:24.182Z | [ recovery-image] Oct 25 18:09:23.700 INFO O| Oct 25 18:09:23.700 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2024-10-25T18:09:24.206Z | [ recovery-image] Oct 25 18:09:23.713 INFO O| Oct 25 18:09:23.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6302 | 2024-10-25T18:09:24.206Z | [ recovery-image] Oct 25 18:09:23.713 INFO O| Oct 25 18:09:23.713 INFO STEP 719 (remove_files) COMPLETE |
6303 | 2024-10-25T18:09:24.206Z | [ recovery-image] Oct 25 18:09:23.713 INFO O| Oct 25 18:09:23.713 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2024-10-25T18:09:24.206Z | [ recovery-image] Oct 25 18:09:23.725 INFO O| Oct 25 18:09:23.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6305 | 2024-10-25T18:09:24.206Z | [ recovery-image] Oct 25 18:09:23.726 INFO O| Oct 25 18:09:23.726 INFO STEP 720 (remove_files) COMPLETE |
6306 | 2024-10-25T18:09:24.206Z | [ recovery-image] Oct 25 18:09:23.726 INFO O| Oct 25 18:09:23.726 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2024-10-25T18:09:24.230Z | [ recovery-image] Oct 25 18:09:23.738 INFO O| Oct 25 18:09:23.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6308 | 2024-10-25T18:09:24.230Z | [ recovery-image] Oct 25 18:09:23.738 INFO O| Oct 25 18:09:23.738 INFO STEP 721 (remove_files) COMPLETE |
6309 | 2024-10-25T18:09:24.230Z | [ recovery-image] Oct 25 18:09:23.738 INFO O| Oct 25 18:09:23.738 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-10-25T18:09:24.254Z | [ recovery-image] Oct 25 18:09:23.760 INFO O| Oct 25 18:09:23.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6311 | 2024-10-25T18:09:24.254Z | [ recovery-image] Oct 25 18:09:23.760 INFO O| Oct 25 18:09:23.760 INFO STEP 722 (remove_files) COMPLETE |
6312 | 2024-10-25T18:09:24.254Z | [ recovery-image] Oct 25 18:09:23.760 INFO O| Oct 25 18:09:23.760 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-10-25T18:09:24.254Z | [ recovery-image] Oct 25 18:09:23.777 INFO O| Oct 25 18:09:23.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6314 | 2024-10-25T18:09:24.254Z | [ recovery-image] Oct 25 18:09:23.777 INFO O| Oct 25 18:09:23.777 INFO STEP 723 (remove_files) COMPLETE |
6315 | 2024-10-25T18:09:24.254Z | [ recovery-image] Oct 25 18:09:23.777 INFO O| Oct 25 18:09:23.777 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-10-25T18:09:24.278Z | [ recovery-image] Oct 25 18:09:23.792 INFO O| Oct 25 18:09:23.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6317 | 2024-10-25T18:09:24.278Z | [ recovery-image] Oct 25 18:09:23.793 INFO O| Oct 25 18:09:23.792 INFO STEP 724 (remove_files) COMPLETE |
6318 | 2024-10-25T18:09:24.278Z | [ recovery-image] Oct 25 18:09:23.793 INFO O| Oct 25 18:09:23.793 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-10-25T18:09:24.302Z | [ recovery-image] Oct 25 18:09:23.806 INFO O| Oct 25 18:09:23.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6320 | 2024-10-25T18:09:24.302Z | [ recovery-image] Oct 25 18:09:23.806 INFO O| Oct 25 18:09:23.806 INFO STEP 725 (remove_files) COMPLETE |
6321 | 2024-10-25T18:09:24.302Z | [ recovery-image] Oct 25 18:09:23.806 INFO O| Oct 25 18:09:23.806 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-10-25T18:09:24.302Z | [ recovery-image] Oct 25 18:09:23.819 INFO O| Oct 25 18:09:23.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6323 | 2024-10-25T18:09:24.302Z | [ recovery-image] Oct 25 18:09:23.819 INFO O| Oct 25 18:09:23.819 INFO STEP 726 (remove_files) COMPLETE |
6324 | 2024-10-25T18:09:24.302Z | [ recovery-image] Oct 25 18:09:23.819 INFO O| Oct 25 18:09:23.819 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-10-25T18:09:24.326Z | [ recovery-image] Oct 25 18:09:23.831 INFO O| Oct 25 18:09:23.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6326 | 2024-10-25T18:09:24.326Z | [ recovery-image] Oct 25 18:09:23.831 INFO O| Oct 25 18:09:23.831 INFO STEP 727 (remove_files) COMPLETE |
6327 | 2024-10-25T18:09:24.326Z | [ recovery-image] Oct 25 18:09:23.831 INFO O| Oct 25 18:09:23.831 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-10-25T18:09:24.326Z | [ recovery-image] Oct 25 18:09:23.844 INFO O| Oct 25 18:09:23.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6329 | 2024-10-25T18:09:24.326Z | [ recovery-image] Oct 25 18:09:23.844 INFO O| Oct 25 18:09:23.844 INFO STEP 728 (remove_files) COMPLETE |
6330 | 2024-10-25T18:09:24.326Z | [ recovery-image] Oct 25 18:09:23.844 INFO O| Oct 25 18:09:23.844 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-10-25T18:09:24.356Z | [ recovery-image] Oct 25 18:09:23.857 INFO O| Oct 25 18:09:23.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6332 | 2024-10-25T18:09:24.356Z | [ recovery-image] Oct 25 18:09:23.858 INFO O| Oct 25 18:09:23.858 INFO STEP 729 (remove_files) COMPLETE |
6333 | 2024-10-25T18:09:24.356Z | [ recovery-image] Oct 25 18:09:23.858 INFO O| Oct 25 18:09:23.858 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-10-25T18:09:24.356Z | [ recovery-image] Oct 25 18:09:23.875 INFO O| Oct 25 18:09:23.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6335 | 2024-10-25T18:09:24.356Z | [ recovery-image] Oct 25 18:09:23.875 INFO O| Oct 25 18:09:23.875 INFO STEP 730 (remove_files) COMPLETE |
6336 | 2024-10-25T18:09:24.356Z | [ recovery-image] Oct 25 18:09:23.875 INFO O| Oct 25 18:09:23.875 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-10-25T18:09:24.380Z | [ recovery-image] Oct 25 18:09:23.889 INFO O| Oct 25 18:09:23.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6338 | 2024-10-25T18:09:24.380Z | [ recovery-image] Oct 25 18:09:23.889 INFO O| Oct 25 18:09:23.889 INFO STEP 731 (remove_files) COMPLETE |
6339 | 2024-10-25T18:09:24.380Z | [ recovery-image] Oct 25 18:09:23.889 INFO O| Oct 25 18:09:23.889 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-10-25T18:09:24.404Z | [ recovery-image] Oct 25 18:09:23.906 INFO O| Oct 25 18:09:23.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6341 | 2024-10-25T18:09:24.404Z | [ recovery-image] Oct 25 18:09:23.907 INFO O| Oct 25 18:09:23.907 INFO STEP 732 (remove_files) COMPLETE |
6342 | 2024-10-25T18:09:24.404Z | [ recovery-image] Oct 25 18:09:23.907 INFO O| Oct 25 18:09:23.907 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-10-25T18:09:24.404Z | [ recovery-image] Oct 25 18:09:23.921 INFO O| Oct 25 18:09:23.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6344 | 2024-10-25T18:09:24.404Z | [ recovery-image] Oct 25 18:09:23.921 INFO O| Oct 25 18:09:23.921 INFO STEP 733 (remove_files) COMPLETE |
6345 | 2024-10-25T18:09:24.404Z | [ recovery-image] Oct 25 18:09:23.921 INFO O| Oct 25 18:09:23.921 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-10-25T18:09:24.428Z | [ recovery-image] Oct 25 18:09:23.935 INFO O| Oct 25 18:09:23.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6347 | 2024-10-25T18:09:24.428Z | [ recovery-image] Oct 25 18:09:23.935 INFO O| Oct 25 18:09:23.935 INFO STEP 734 (remove_files) COMPLETE |
6348 | 2024-10-25T18:09:24.428Z | [ recovery-image] Oct 25 18:09:23.935 INFO O| Oct 25 18:09:23.935 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-10-25T18:09:24.428Z | [ recovery-image] Oct 25 18:09:23.947 INFO O| Oct 25 18:09:23.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6350 | 2024-10-25T18:09:24.428Z | [ recovery-image] Oct 25 18:09:23.948 INFO O| Oct 25 18:09:23.948 INFO STEP 735 (remove_files) COMPLETE |
6351 | 2024-10-25T18:09:24.428Z | [ recovery-image] Oct 25 18:09:23.948 INFO O| Oct 25 18:09:23.948 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-10-25T18:09:24.452Z | [ recovery-image] Oct 25 18:09:23.961 INFO O| Oct 25 18:09:23.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6353 | 2024-10-25T18:09:24.452Z | [ recovery-image] Oct 25 18:09:23.961 INFO O| Oct 25 18:09:23.961 INFO STEP 736 (remove_files) COMPLETE |
6354 | 2024-10-25T18:09:24.452Z | [ recovery-image] Oct 25 18:09:23.961 INFO O| Oct 25 18:09:23.961 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-10-25T18:09:24.452Z | [ recovery-image] Oct 25 18:09:23.973 INFO O| Oct 25 18:09:23.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6356 | 2024-10-25T18:09:24.452Z | [ recovery-image] Oct 25 18:09:23.973 INFO O| Oct 25 18:09:23.973 INFO STEP 737 (remove_files) COMPLETE |
6357 | 2024-10-25T18:09:24.452Z | [ recovery-image] Oct 25 18:09:23.973 INFO O| Oct 25 18:09:23.973 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-10-25T18:09:24.477Z | [ recovery-image] Oct 25 18:09:23.985 INFO O| Oct 25 18:09:23.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6359 | 2024-10-25T18:09:24.477Z | [ recovery-image] Oct 25 18:09:23.985 INFO O| Oct 25 18:09:23.985 INFO STEP 738 (remove_files) COMPLETE |
6360 | 2024-10-25T18:09:24.477Z | [ recovery-image] Oct 25 18:09:23.985 INFO O| Oct 25 18:09:23.985 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-10-25T18:09:24.477Z | [ recovery-image] Oct 25 18:09:23.997 INFO O| Oct 25 18:09:23.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6362 | 2024-10-25T18:09:24.477Z | [ recovery-image] Oct 25 18:09:23.997 INFO O| Oct 25 18:09:23.997 INFO STEP 739 (remove_files) COMPLETE |
6363 | 2024-10-25T18:09:24.477Z | [ recovery-image] Oct 25 18:09:23.997 INFO O| Oct 25 18:09:23.997 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-10-25T18:09:24.505Z | [ recovery-image] Oct 25 18:09:24.011 INFO O| Oct 25 18:09:24.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6365 | 2024-10-25T18:09:24.505Z | [ recovery-image] Oct 25 18:09:24.011 INFO O| Oct 25 18:09:24.011 INFO STEP 740 (remove_files) COMPLETE |
6366 | 2024-10-25T18:09:24.505Z | [ recovery-image] Oct 25 18:09:24.011 INFO O| Oct 25 18:09:24.011 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-10-25T18:09:24.505Z | [ recovery-image] Oct 25 18:09:24.024 INFO O| Oct 25 18:09:24.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6368 | 2024-10-25T18:09:24.505Z | [ recovery-image] Oct 25 18:09:24.024 INFO O| Oct 25 18:09:24.024 INFO STEP 741 (remove_files) COMPLETE |
6369 | 2024-10-25T18:09:24.505Z | [ recovery-image] Oct 25 18:09:24.024 INFO O| Oct 25 18:09:24.024 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-10-25T18:09:24.529Z | [ recovery-image] Oct 25 18:09:24.038 INFO O| Oct 25 18:09:24.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6371 | 2024-10-25T18:09:24.529Z | [ recovery-image] Oct 25 18:09:24.038 INFO O| Oct 25 18:09:24.038 INFO STEP 742 (remove_files) COMPLETE |
6372 | 2024-10-25T18:09:24.529Z | [ recovery-image] Oct 25 18:09:24.038 INFO O| Oct 25 18:09:24.038 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-10-25T18:09:24.529Z | [ recovery-image] Oct 25 18:09:24.051 INFO O| Oct 25 18:09:24.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6374 | 2024-10-25T18:09:24.529Z | [ recovery-image] Oct 25 18:09:24.051 INFO O| Oct 25 18:09:24.051 INFO STEP 743 (remove_files) COMPLETE |
6375 | 2024-10-25T18:09:24.529Z | [ recovery-image] Oct 25 18:09:24.051 INFO O| Oct 25 18:09:24.051 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-10-25T18:09:24.553Z | [ recovery-image] Oct 25 18:09:24.064 INFO O| Oct 25 18:09:24.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6377 | 2024-10-25T18:09:24.553Z | [ recovery-image] Oct 25 18:09:24.064 INFO O| Oct 25 18:09:24.064 INFO STEP 744 (remove_files) COMPLETE |
6378 | 2024-10-25T18:09:24.553Z | [ recovery-image] Oct 25 18:09:24.064 INFO O| Oct 25 18:09:24.064 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-10-25T18:09:24.553Z | [ recovery-image] Oct 25 18:09:24.077 INFO O| Oct 25 18:09:24.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6380 | 2024-10-25T18:09:24.553Z | [ recovery-image] Oct 25 18:09:24.077 INFO O| Oct 25 18:09:24.077 INFO STEP 745 (remove_files) COMPLETE |
6381 | 2024-10-25T18:09:24.553Z | [ recovery-image] Oct 25 18:09:24.077 INFO O| Oct 25 18:09:24.077 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-10-25T18:09:24.577Z | [ recovery-image] Oct 25 18:09:24.090 INFO O| Oct 25 18:09:24.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6383 | 2024-10-25T18:09:24.577Z | [ recovery-image] Oct 25 18:09:24.091 INFO O| Oct 25 18:09:24.090 INFO STEP 746 (remove_files) COMPLETE |
6384 | 2024-10-25T18:09:24.577Z | [ recovery-image] Oct 25 18:09:24.091 INFO O| Oct 25 18:09:24.090 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-10-25T18:09:24.601Z | [ recovery-image] Oct 25 18:09:24.103 INFO O| Oct 25 18:09:24.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6386 | 2024-10-25T18:09:24.602Z | [ recovery-image] Oct 25 18:09:24.104 INFO O| Oct 25 18:09:24.103 INFO STEP 747 (remove_files) COMPLETE |
6387 | 2024-10-25T18:09:24.602Z | [ recovery-image] Oct 25 18:09:24.104 INFO O| Oct 25 18:09:24.103 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-10-25T18:09:24.602Z | [ recovery-image] Oct 25 18:09:24.116 INFO O| Oct 25 18:09:24.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6389 | 2024-10-25T18:09:24.602Z | [ recovery-image] Oct 25 18:09:24.116 INFO O| Oct 25 18:09:24.116 INFO STEP 748 (remove_files) COMPLETE |
6390 | 2024-10-25T18:09:24.602Z | [ recovery-image] Oct 25 18:09:24.116 INFO O| Oct 25 18:09:24.116 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-10-25T18:09:24.625Z | [ recovery-image] Oct 25 18:09:24.129 INFO O| Oct 25 18:09:24.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6392 | 2024-10-25T18:09:24.625Z | [ recovery-image] Oct 25 18:09:24.129 INFO O| Oct 25 18:09:24.129 INFO STEP 749 (remove_files) COMPLETE |
6393 | 2024-10-25T18:09:24.625Z | [ recovery-image] Oct 25 18:09:24.129 INFO O| Oct 25 18:09:24.129 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-10-25T18:09:24.625Z | [ recovery-image] Oct 25 18:09:24.141 INFO O| Oct 25 18:09:24.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6395 | 2024-10-25T18:09:24.625Z | [ recovery-image] Oct 25 18:09:24.142 INFO O| Oct 25 18:09:24.141 INFO STEP 750 (remove_files) COMPLETE |
6396 | 2024-10-25T18:09:24.625Z | [ recovery-image] Oct 25 18:09:24.142 INFO O| Oct 25 18:09:24.141 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-10-25T18:09:24.649Z | [ recovery-image] Oct 25 18:09:24.154 INFO O| Oct 25 18:09:24.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6398 | 2024-10-25T18:09:24.649Z | [ recovery-image] Oct 25 18:09:24.154 INFO O| Oct 25 18:09:24.154 INFO STEP 751 (remove_files) COMPLETE |
6399 | 2024-10-25T18:09:24.649Z | [ recovery-image] Oct 25 18:09:24.154 INFO O| Oct 25 18:09:24.154 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-10-25T18:09:24.649Z | [ recovery-image] Oct 25 18:09:24.167 INFO O| Oct 25 18:09:24.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6401 | 2024-10-25T18:09:24.649Z | [ recovery-image] Oct 25 18:09:24.167 INFO O| Oct 25 18:09:24.167 INFO STEP 752 (remove_files) COMPLETE |
6402 | 2024-10-25T18:09:24.649Z | [ recovery-image] Oct 25 18:09:24.167 INFO O| Oct 25 18:09:24.167 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-10-25T18:09:24.673Z | [ recovery-image] Oct 25 18:09:24.180 INFO O| Oct 25 18:09:24.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6404 | 2024-10-25T18:09:24.673Z | [ recovery-image] Oct 25 18:09:24.181 INFO O| Oct 25 18:09:24.181 INFO STEP 753 (remove_files) COMPLETE |
6405 | 2024-10-25T18:09:24.673Z | [ recovery-image] Oct 25 18:09:24.181 INFO O| Oct 25 18:09:24.181 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-10-25T18:09:24.673Z | [ recovery-image] Oct 25 18:09:24.195 INFO O| Oct 25 18:09:24.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6407 | 2024-10-25T18:09:24.673Z | [ recovery-image] Oct 25 18:09:24.195 INFO O| Oct 25 18:09:24.195 INFO STEP 754 (remove_files) COMPLETE |
6408 | 2024-10-25T18:09:24.673Z | [ recovery-image] Oct 25 18:09:24.195 INFO O| Oct 25 18:09:24.195 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-10-25T18:09:24.697Z | [ recovery-image] Oct 25 18:09:24.214 INFO O| Oct 25 18:09:24.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6410 | 2024-10-25T18:09:24.697Z | [ recovery-image] Oct 25 18:09:24.214 INFO O| Oct 25 18:09:24.214 INFO STEP 755 (remove_files) COMPLETE |
6411 | 2024-10-25T18:09:24.698Z | [ recovery-image] Oct 25 18:09:24.214 INFO O| Oct 25 18:09:24.214 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-10-25T18:09:24.721Z | [ recovery-image] Oct 25 18:09:24.229 INFO O| Oct 25 18:09:24.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6413 | 2024-10-25T18:09:24.721Z | [ recovery-image] Oct 25 18:09:24.229 INFO O| Oct 25 18:09:24.229 INFO STEP 756 (remove_files) COMPLETE |
6414 | 2024-10-25T18:09:24.721Z | [ recovery-image] Oct 25 18:09:24.229 INFO O| Oct 25 18:09:24.229 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-10-25T18:09:24.721Z | [ recovery-image] Oct 25 18:09:24.246 INFO O| Oct 25 18:09:24.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6416 | 2024-10-25T18:09:24.745Z | [ recovery-image] Oct 25 18:09:24.247 INFO O| Oct 25 18:09:24.247 INFO STEP 757 (remove_files) COMPLETE |
6417 | 2024-10-25T18:09:24.745Z | [ recovery-image] Oct 25 18:09:24.247 INFO O| Oct 25 18:09:24.247 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-10-25T18:09:24.745Z | [ recovery-image] Oct 25 18:09:24.265 INFO O| Oct 25 18:09:24.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6419 | 2024-10-25T18:09:24.745Z | [ recovery-image] Oct 25 18:09:24.265 INFO O| Oct 25 18:09:24.265 INFO STEP 758 (remove_files) COMPLETE |
6420 | 2024-10-25T18:09:24.745Z | [ recovery-image] Oct 25 18:09:24.265 INFO O| Oct 25 18:09:24.265 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-10-25T18:09:24.769Z | [ recovery-image] Oct 25 18:09:24.280 INFO O| Oct 25 18:09:24.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6422 | 2024-10-25T18:09:24.769Z | [ recovery-image] Oct 25 18:09:24.280 INFO O| Oct 25 18:09:24.280 INFO STEP 759 (remove_files) COMPLETE |
6423 | 2024-10-25T18:09:24.769Z | [ recovery-image] Oct 25 18:09:24.280 INFO O| Oct 25 18:09:24.280 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-10-25T18:09:24.793Z | [ recovery-image] Oct 25 18:09:24.295 INFO O| Oct 25 18:09:24.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6425 | 2024-10-25T18:09:24.793Z | [ recovery-image] Oct 25 18:09:24.295 INFO O| Oct 25 18:09:24.295 INFO STEP 760 (remove_files) COMPLETE |
6426 | 2024-10-25T18:09:24.793Z | [ recovery-image] Oct 25 18:09:24.295 INFO O| Oct 25 18:09:24.295 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-10-25T18:09:24.793Z | [ recovery-image] Oct 25 18:09:24.313 INFO O| Oct 25 18:09:24.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6428 | 2024-10-25T18:09:24.793Z | [ recovery-image] Oct 25 18:09:24.313 INFO O| Oct 25 18:09:24.313 INFO STEP 761 (remove_files) COMPLETE |
6429 | 2024-10-25T18:09:24.793Z | [ recovery-image] Oct 25 18:09:24.313 INFO O| Oct 25 18:09:24.313 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-10-25T18:09:24.817Z | [ host-image] Oct 25 18:09:24.329 INFO O| Oct 25 18:09:24.329 INFO O| Download: Completed 1.39 MB in 0.78 seconds (1.8M/s) |
6431 | 2024-10-25T18:09:24.817Z | [ recovery-image] Oct 25 18:09:24.331 INFO O| Oct 25 18:09:24.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6432 | 2024-10-25T18:09:24.817Z | [ recovery-image] Oct 25 18:09:24.331 INFO O| Oct 25 18:09:24.331 INFO STEP 762 (remove_files) COMPLETE |
6433 | 2024-10-25T18:09:24.817Z | [ recovery-image] Oct 25 18:09:24.331 INFO O| Oct 25 18:09:24.331 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-10-25T18:09:24.841Z | [ recovery-image] Oct 25 18:09:24.346 INFO O| Oct 25 18:09:24.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6435 | 2024-10-25T18:09:24.841Z | [ recovery-image] Oct 25 18:09:24.346 INFO O| Oct 25 18:09:24.346 INFO STEP 763 (remove_files) COMPLETE |
6436 | 2024-10-25T18:09:24.841Z | [ recovery-image] Oct 25 18:09:24.346 INFO O| Oct 25 18:09:24.346 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-10-25T18:09:24.841Z | [ recovery-image] Oct 25 18:09:24.362 INFO O| Oct 25 18:09:24.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6438 | 2024-10-25T18:09:24.841Z | [ recovery-image] Oct 25 18:09:24.362 INFO O| Oct 25 18:09:24.362 INFO STEP 764 (remove_files) COMPLETE |
6439 | 2024-10-25T18:09:24.841Z | [ recovery-image] Oct 25 18:09:24.362 INFO O| Oct 25 18:09:24.362 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-10-25T18:09:24.841Z | [ host-image] Oct 25 18:09:24.363 INFO O| Oct 25 18:09:24.363 INFO O| Actions: 1/238 actions (Installing new actions) |
6441 | 2024-10-25T18:09:24.865Z | [ recovery-image] Oct 25 18:09:24.377 INFO O| Oct 25 18:09:24.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6442 | 2024-10-25T18:09:24.865Z | [ recovery-image] Oct 25 18:09:24.378 INFO O| Oct 25 18:09:24.378 INFO STEP 765 (remove_files) COMPLETE |
6443 | 2024-10-25T18:09:24.865Z | [ recovery-image] Oct 25 18:09:24.378 INFO O| Oct 25 18:09:24.378 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-10-25T18:09:24.889Z | [ recovery-image] Oct 25 18:09:24.391 INFO O| Oct 25 18:09:24.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6445 | 2024-10-25T18:09:24.889Z | [ recovery-image] Oct 25 18:09:24.391 INFO O| Oct 25 18:09:24.391 INFO STEP 766 (remove_files) COMPLETE |
6446 | 2024-10-25T18:09:24.889Z | [ recovery-image] Oct 25 18:09:24.391 INFO O| Oct 25 18:09:24.391 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-10-25T18:09:24.889Z | [ recovery-image] Oct 25 18:09:24.403 INFO O| Oct 25 18:09:24.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6448 | 2024-10-25T18:09:24.889Z | [ recovery-image] Oct 25 18:09:24.404 INFO O| Oct 25 18:09:24.403 INFO STEP 767 (remove_files) COMPLETE |
6449 | 2024-10-25T18:09:24.889Z | [ recovery-image] Oct 25 18:09:24.404 INFO O| Oct 25 18:09:24.403 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-10-25T18:09:24.913Z | [ recovery-image] Oct 25 18:09:24.416 INFO O| Oct 25 18:09:24.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6451 | 2024-10-25T18:09:24.913Z | [ recovery-image] Oct 25 18:09:24.416 INFO O| Oct 25 18:09:24.416 INFO STEP 768 (remove_files) COMPLETE |
6452 | 2024-10-25T18:09:24.913Z | [ recovery-image] Oct 25 18:09:24.416 INFO O| Oct 25 18:09:24.416 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-10-25T18:09:24.913Z | [ recovery-image] Oct 25 18:09:24.428 INFO O| Oct 25 18:09:24.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6454 | 2024-10-25T18:09:24.913Z | [ recovery-image] Oct 25 18:09:24.428 INFO O| Oct 25 18:09:24.428 INFO STEP 769 (remove_files) COMPLETE |
6455 | 2024-10-25T18:09:24.913Z | [ recovery-image] Oct 25 18:09:24.428 INFO O| Oct 25 18:09:24.428 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-10-25T18:09:24.937Z | [ recovery-image] Oct 25 18:09:24.450 INFO O| Oct 25 18:09:24.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6457 | 2024-10-25T18:09:24.937Z | [ recovery-image] Oct 25 18:09:24.451 INFO O| Oct 25 18:09:24.451 INFO STEP 770 (remove_files) COMPLETE |
6458 | 2024-10-25T18:09:24.937Z | [ recovery-image] Oct 25 18:09:24.451 INFO O| Oct 25 18:09:24.451 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-10-25T18:09:24.961Z | [ recovery-image] Oct 25 18:09:24.476 INFO O| Oct 25 18:09:24.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6460 | 2024-10-25T18:09:24.961Z | [ recovery-image] Oct 25 18:09:24.476 INFO O| Oct 25 18:09:24.476 INFO STEP 771 (remove_files) COMPLETE |
6461 | 2024-10-25T18:09:24.961Z | [ recovery-image] Oct 25 18:09:24.477 INFO O| Oct 25 18:09:24.476 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-10-25T18:09:24.985Z | [ recovery-image] Oct 25 18:09:24.502 INFO O| Oct 25 18:09:24.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6463 | 2024-10-25T18:09:24.985Z | [ recovery-image] Oct 25 18:09:24.503 INFO O| Oct 25 18:09:24.503 INFO STEP 772 (remove_files) COMPLETE |
6464 | 2024-10-25T18:09:24.985Z | [ recovery-image] Oct 25 18:09:24.503 INFO O| Oct 25 18:09:24.503 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-10-25T18:09:25.013Z | [ recovery-image] Oct 25 18:09:24.523 INFO O| Oct 25 18:09:24.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6466 | 2024-10-25T18:09:25.013Z | [ recovery-image] Oct 25 18:09:24.523 INFO O| Oct 25 18:09:24.523 INFO STEP 773 (remove_files) COMPLETE |
6467 | 2024-10-25T18:09:25.013Z | [ recovery-image] Oct 25 18:09:24.523 INFO O| Oct 25 18:09:24.523 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-10-25T18:09:25.013Z | [ host-image] Oct 25 18:09:24.534 INFO O| Oct 25 18:09:24.534 INFO O| Actions: Completed 238 actions in 0.17 seconds. |
6469 | 2024-10-25T18:09:25.037Z | [ recovery-image] Oct 25 18:09:24.544 INFO O| Oct 25 18:09:24.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6470 | 2024-10-25T18:09:25.037Z | [ recovery-image] Oct 25 18:09:24.544 INFO O| Oct 25 18:09:24.544 INFO STEP 774 (remove_files) COMPLETE |
6471 | 2024-10-25T18:09:25.037Z | [ recovery-image] Oct 25 18:09:24.545 INFO O| Oct 25 18:09:24.544 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-10-25T18:09:25.061Z | [ recovery-image] Oct 25 18:09:24.566 INFO O| Oct 25 18:09:24.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6473 | 2024-10-25T18:09:25.061Z | [ recovery-image] Oct 25 18:09:24.566 INFO O| Oct 25 18:09:24.566 INFO STEP 775 (remove_files) COMPLETE |
6474 | 2024-10-25T18:09:25.061Z | [ recovery-image] Oct 25 18:09:24.566 INFO O| Oct 25 18:09:24.566 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-10-25T18:09:25.085Z | [ recovery-image] Oct 25 18:09:24.587 INFO O| Oct 25 18:09:24.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6476 | 2024-10-25T18:09:25.085Z | [ recovery-image] Oct 25 18:09:24.588 INFO O| Oct 25 18:09:24.587 INFO STEP 776 (remove_files) COMPLETE |
6477 | 2024-10-25T18:09:25.085Z | [ recovery-image] Oct 25 18:09:24.588 INFO O| Oct 25 18:09:24.588 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-10-25T18:09:25.085Z | [ recovery-image] Oct 25 18:09:24.609 INFO O| Oct 25 18:09:24.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6479 | 2024-10-25T18:09:25.085Z | [ recovery-image] Oct 25 18:09:24.609 INFO O| Oct 25 18:09:24.609 INFO STEP 777 (remove_files) COMPLETE |
6480 | 2024-10-25T18:09:25.085Z | [ recovery-image] Oct 25 18:09:24.609 INFO O| Oct 25 18:09:24.609 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-10-25T18:09:25.112Z | [ recovery-image] Oct 25 18:09:24.631 INFO O| Oct 25 18:09:24.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6482 | 2024-10-25T18:09:25.112Z | [ recovery-image] Oct 25 18:09:24.631 INFO O| Oct 25 18:09:24.631 INFO STEP 778 (remove_files) COMPLETE |
6483 | 2024-10-25T18:09:25.112Z | [ recovery-image] Oct 25 18:09:24.631 INFO O| Oct 25 18:09:24.631 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-10-25T18:09:25.136Z | [ recovery-image] Oct 25 18:09:24.652 INFO O| Oct 25 18:09:24.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6485 | 2024-10-25T18:09:25.136Z | [ recovery-image] Oct 25 18:09:24.652 INFO O| Oct 25 18:09:24.652 INFO STEP 779 (remove_files) COMPLETE |
6486 | 2024-10-25T18:09:25.136Z | [ recovery-image] Oct 25 18:09:24.652 INFO O| Oct 25 18:09:24.652 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-10-25T18:09:25.160Z | [ recovery-image] Oct 25 18:09:24.672 INFO O| Oct 25 18:09:24.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6488 | 2024-10-25T18:09:25.160Z | [ recovery-image] Oct 25 18:09:24.672 INFO O| Oct 25 18:09:24.672 INFO STEP 780 (remove_files) COMPLETE |
6489 | 2024-10-25T18:09:25.160Z | [ recovery-image] Oct 25 18:09:24.672 INFO O| Oct 25 18:09:24.672 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-10-25T18:09:25.184Z | [ recovery-image] Oct 25 18:09:24.691 INFO O| Oct 25 18:09:24.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6491 | 2024-10-25T18:09:25.184Z | [ recovery-image] Oct 25 18:09:24.692 INFO O| Oct 25 18:09:24.691 INFO STEP 781 (remove_files) COMPLETE |
6492 | 2024-10-25T18:09:25.184Z | [ recovery-image] Oct 25 18:09:24.692 INFO O| Oct 25 18:09:24.692 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-10-25T18:09:25.208Z | [ recovery-image] Oct 25 18:09:24.712 INFO O| Oct 25 18:09:24.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6494 | 2024-10-25T18:09:25.208Z | [ recovery-image] Oct 25 18:09:24.712 INFO O| Oct 25 18:09:24.712 INFO STEP 782 (remove_files) COMPLETE |
6495 | 2024-10-25T18:09:25.208Z | [ recovery-image] Oct 25 18:09:24.712 INFO O| Oct 25 18:09:24.712 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-10-25T18:09:25.208Z | [ recovery-image] Oct 25 18:09:24.731 INFO O| Oct 25 18:09:24.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6497 | 2024-10-25T18:09:25.208Z | [ recovery-image] Oct 25 18:09:24.731 INFO O| Oct 25 18:09:24.731 INFO STEP 783 (remove_files) COMPLETE |
6498 | 2024-10-25T18:09:25.208Z | [ recovery-image] Oct 25 18:09:24.731 INFO O| Oct 25 18:09:24.731 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-10-25T18:09:25.232Z | [ recovery-image] Oct 25 18:09:24.751 INFO O| Oct 25 18:09:24.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6500 | 2024-10-25T18:09:25.232Z | [ recovery-image] Oct 25 18:09:24.752 INFO O| Oct 25 18:09:24.752 INFO STEP 784 (remove_files) COMPLETE |
6501 | 2024-10-25T18:09:25.232Z | [ recovery-image] Oct 25 18:09:24.752 INFO O| Oct 25 18:09:24.752 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-10-25T18:09:25.256Z | [ recovery-image] Oct 25 18:09:24.773 INFO O| Oct 25 18:09:24.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6503 | 2024-10-25T18:09:25.256Z | [ recovery-image] Oct 25 18:09:24.773 INFO O| Oct 25 18:09:24.773 INFO STEP 785 (remove_files) COMPLETE |
6504 | 2024-10-25T18:09:25.256Z | [ recovery-image] Oct 25 18:09:24.773 INFO O| Oct 25 18:09:24.773 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-10-25T18:09:25.280Z | [ recovery-image] Oct 25 18:09:24.799 INFO O| Oct 25 18:09:24.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6506 | 2024-10-25T18:09:25.280Z | [ recovery-image] Oct 25 18:09:24.799 INFO O| Oct 25 18:09:24.799 INFO STEP 786 (remove_files) COMPLETE |
6507 | 2024-10-25T18:09:25.280Z | [ recovery-image] Oct 25 18:09:24.799 INFO O| Oct 25 18:09:24.799 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-10-25T18:09:25.305Z | [ recovery-image] Oct 25 18:09:24.820 INFO O| Oct 25 18:09:24.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6509 | 2024-10-25T18:09:25.305Z | [ recovery-image] Oct 25 18:09:24.820 INFO O| Oct 25 18:09:24.820 INFO STEP 787 (remove_files) COMPLETE |
6510 | 2024-10-25T18:09:25.305Z | [ recovery-image] Oct 25 18:09:24.820 INFO O| Oct 25 18:09:24.820 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-10-25T18:09:25.330Z | [ recovery-image] Oct 25 18:09:24.840 INFO O| Oct 25 18:09:24.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6512 | 2024-10-25T18:09:25.330Z | [ recovery-image] Oct 25 18:09:24.841 INFO O| Oct 25 18:09:24.841 INFO STEP 788 (remove_files) COMPLETE |
6513 | 2024-10-25T18:09:25.330Z | [ recovery-image] Oct 25 18:09:24.841 INFO O| Oct 25 18:09:24.841 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-10-25T18:09:25.354Z | [ recovery-image] Oct 25 18:09:24.860 INFO O| Oct 25 18:09:24.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6515 | 2024-10-25T18:09:25.354Z | [ recovery-image] Oct 25 18:09:24.860 INFO O| Oct 25 18:09:24.860 INFO STEP 789 (remove_files) COMPLETE |
6516 | 2024-10-25T18:09:25.354Z | [ recovery-image] Oct 25 18:09:24.860 INFO O| Oct 25 18:09:24.860 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-10-25T18:09:25.378Z | [ recovery-image] Oct 25 18:09:24.880 INFO O| Oct 25 18:09:24.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6518 | 2024-10-25T18:09:25.378Z | [ recovery-image] Oct 25 18:09:24.880 INFO O| Oct 25 18:09:24.880 INFO STEP 790 (remove_files) COMPLETE |
6519 | 2024-10-25T18:09:25.378Z | [ recovery-image] Oct 25 18:09:24.881 INFO O| Oct 25 18:09:24.880 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-10-25T18:09:25.402Z | [ recovery-image] Oct 25 18:09:24.903 INFO O| Oct 25 18:09:24.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6521 | 2024-10-25T18:09:25.402Z | [ recovery-image] Oct 25 18:09:24.903 INFO O| Oct 25 18:09:24.903 INFO STEP 791 (remove_files) COMPLETE |
6522 | 2024-10-25T18:09:25.402Z | [ recovery-image] Oct 25 18:09:24.903 INFO O| Oct 25 18:09:24.903 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-10-25T18:09:25.402Z | [ recovery-image] Oct 25 18:09:24.924 INFO O| Oct 25 18:09:24.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6524 | 2024-10-25T18:09:25.402Z | [ recovery-image] Oct 25 18:09:24.924 INFO O| Oct 25 18:09:24.924 INFO STEP 792 (remove_files) COMPLETE |
6525 | 2024-10-25T18:09:25.402Z | [ recovery-image] Oct 25 18:09:24.924 INFO O| Oct 25 18:09:24.924 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-10-25T18:09:25.427Z | [ recovery-image] Oct 25 18:09:24.943 INFO O| Oct 25 18:09:24.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6527 | 2024-10-25T18:09:25.427Z | [ recovery-image] Oct 25 18:09:24.943 INFO O| Oct 25 18:09:24.943 INFO STEP 793 (remove_files) COMPLETE |
6528 | 2024-10-25T18:09:25.428Z | [ recovery-image] Oct 25 18:09:24.943 INFO O| Oct 25 18:09:24.943 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-10-25T18:09:25.452Z | [ recovery-image] Oct 25 18:09:24.964 INFO O| Oct 25 18:09:24.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6530 | 2024-10-25T18:09:25.452Z | [ recovery-image] Oct 25 18:09:24.964 INFO O| Oct 25 18:09:24.964 INFO STEP 794 (remove_files) COMPLETE |
6531 | 2024-10-25T18:09:25.452Z | [ recovery-image] Oct 25 18:09:24.964 INFO O| Oct 25 18:09:24.964 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-10-25T18:09:25.476Z | [ recovery-image] Oct 25 18:09:24.984 INFO O| Oct 25 18:09:24.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6533 | 2024-10-25T18:09:25.476Z | [ recovery-image] Oct 25 18:09:24.984 INFO O| Oct 25 18:09:24.984 INFO STEP 795 (remove_files) COMPLETE |
6534 | 2024-10-25T18:09:25.476Z | [ recovery-image] Oct 25 18:09:24.984 INFO O| Oct 25 18:09:24.984 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-10-25T18:09:25.500Z | [ recovery-image] Oct 25 18:09:25.002 INFO O| Oct 25 18:09:25.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6536 | 2024-10-25T18:09:25.500Z | [ recovery-image] Oct 25 18:09:25.003 INFO O| Oct 25 18:09:25.003 INFO STEP 796 (remove_files) COMPLETE |
6537 | 2024-10-25T18:09:25.500Z | [ recovery-image] Oct 25 18:09:25.003 INFO O| Oct 25 18:09:25.003 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-10-25T18:09:25.500Z | [ recovery-image] Oct 25 18:09:25.024 INFO O| Oct 25 18:09:25.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6539 | 2024-10-25T18:09:25.524Z | [ recovery-image] Oct 25 18:09:25.025 INFO O| Oct 25 18:09:25.025 INFO STEP 797 (remove_files) COMPLETE |
6540 | 2024-10-25T18:09:25.525Z | [ recovery-image] Oct 25 18:09:25.026 INFO O| Oct 25 18:09:25.025 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-10-25T18:09:25.549Z | [ recovery-image] Oct 25 18:09:25.057 INFO O| Oct 25 18:09:25.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6542 | 2024-10-25T18:09:25.549Z | [ recovery-image] Oct 25 18:09:25.058 INFO O| Oct 25 18:09:25.058 INFO STEP 798 (remove_files) COMPLETE |
6543 | 2024-10-25T18:09:25.549Z | [ recovery-image] Oct 25 18:09:25.058 INFO O| Oct 25 18:09:25.058 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-10-25T18:09:25.574Z | [ recovery-image] Oct 25 18:09:25.080 INFO O| Oct 25 18:09:25.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6545 | 2024-10-25T18:09:25.574Z | [ recovery-image] Oct 25 18:09:25.080 INFO O| Oct 25 18:09:25.080 INFO STEP 799 (remove_files) COMPLETE |
6546 | 2024-10-25T18:09:25.574Z | [ recovery-image] Oct 25 18:09:25.080 INFO O| Oct 25 18:09:25.080 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-10-25T18:09:25.598Z | [ recovery-image] Oct 25 18:09:25.103 INFO O| Oct 25 18:09:25.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6548 | 2024-10-25T18:09:25.598Z | [ host-image] Oct 25 18:09:25.103 INFO O| Oct 25 18:09:25.103 INFO O| Done |
6549 | 2024-10-25T18:09:25.598Z | [ host-image] Oct 25 18:09:25.103 INFO O| Oct 25 18:09:25.103 INFO O| Done |
6550 | 2024-10-25T18:09:25.598Z | [ recovery-image] Oct 25 18:09:25.103 INFO O| Oct 25 18:09:25.103 INFO STEP 800 (remove_files) COMPLETE |
6551 | 2024-10-25T18:09:25.598Z | [ recovery-image] Oct 25 18:09:25.103 INFO O| Oct 25 18:09:25.103 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-10-25T18:09:25.622Z | [ recovery-image] Oct 25 18:09:25.125 INFO O| Oct 25 18:09:25.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6553 | 2024-10-25T18:09:25.622Z | [ recovery-image] Oct 25 18:09:25.125 INFO O| Oct 25 18:09:25.125 INFO STEP 801 (remove_files) COMPLETE |
6554 | 2024-10-25T18:09:25.622Z | [ recovery-image] Oct 25 18:09:25.125 INFO O| Oct 25 18:09:25.125 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-10-25T18:09:25.622Z | [ recovery-image] Oct 25 18:09:25.145 INFO O| Oct 25 18:09:25.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6556 | 2024-10-25T18:09:25.622Z | [ recovery-image] Oct 25 18:09:25.145 INFO O| Oct 25 18:09:25.145 INFO STEP 802 (remove_files) COMPLETE |
6557 | 2024-10-25T18:09:25.622Z | [ recovery-image] Oct 25 18:09:25.145 INFO O| Oct 25 18:09:25.145 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-10-25T18:09:25.646Z | [ recovery-image] Oct 25 18:09:25.158 INFO O| Oct 25 18:09:25.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6559 | 2024-10-25T18:09:25.646Z | [ recovery-image] Oct 25 18:09:25.158 INFO O| Oct 25 18:09:25.158 INFO STEP 803 (remove_files) COMPLETE |
6560 | 2024-10-25T18:09:25.646Z | [ recovery-image] Oct 25 18:09:25.158 INFO O| Oct 25 18:09:25.158 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-10-25T18:09:25.670Z | [ recovery-image] Oct 25 18:09:25.171 INFO O| Oct 25 18:09:25.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6562 | 2024-10-25T18:09:25.670Z | [ recovery-image] Oct 25 18:09:25.171 INFO O| Oct 25 18:09:25.171 INFO STEP 804 (remove_files) COMPLETE |
6563 | 2024-10-25T18:09:25.670Z | [ recovery-image] Oct 25 18:09:25.171 INFO O| Oct 25 18:09:25.171 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-10-25T18:09:25.670Z | [ recovery-image] Oct 25 18:09:25.184 INFO O| Oct 25 18:09:25.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6565 | 2024-10-25T18:09:25.670Z | [ recovery-image] Oct 25 18:09:25.184 INFO O| Oct 25 18:09:25.184 INFO STEP 805 (remove_files) COMPLETE |
6566 | 2024-10-25T18:09:25.670Z | [ recovery-image] Oct 25 18:09:25.184 INFO O| Oct 25 18:09:25.184 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-10-25T18:09:25.694Z | [ recovery-image] Oct 25 18:09:25.203 INFO O| Oct 25 18:09:25.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6568 | 2024-10-25T18:09:25.694Z | [ recovery-image] Oct 25 18:09:25.203 INFO O| Oct 25 18:09:25.203 INFO STEP 806 (remove_files) COMPLETE |
6569 | 2024-10-25T18:09:25.694Z | [ recovery-image] Oct 25 18:09:25.203 INFO O| Oct 25 18:09:25.203 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-10-25T18:09:25.694Z | [ recovery-image] Oct 25 18:09:25.217 INFO O| Oct 25 18:09:25.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6571 | 2024-10-25T18:09:25.694Z | [ recovery-image] Oct 25 18:09:25.218 INFO O| Oct 25 18:09:25.217 INFO STEP 807 (remove_files) COMPLETE |
6572 | 2024-10-25T18:09:25.694Z | [ recovery-image] Oct 25 18:09:25.218 INFO O| Oct 25 18:09:25.217 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-10-25T18:09:25.717Z | [ recovery-image] Oct 25 18:09:25.231 INFO O| Oct 25 18:09:25.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6574 | 2024-10-25T18:09:25.718Z | [ recovery-image] Oct 25 18:09:25.231 INFO O| Oct 25 18:09:25.231 INFO STEP 808 (remove_files) COMPLETE |
6575 | 2024-10-25T18:09:25.718Z | [ recovery-image] Oct 25 18:09:25.231 INFO O| Oct 25 18:09:25.231 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-10-25T18:09:25.742Z | [ recovery-image] Oct 25 18:09:25.244 INFO O| Oct 25 18:09:25.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6577 | 2024-10-25T18:09:25.742Z | [ recovery-image] Oct 25 18:09:25.244 INFO O| Oct 25 18:09:25.244 INFO STEP 809 (remove_files) COMPLETE |
6578 | 2024-10-25T18:09:25.742Z | [ recovery-image] Oct 25 18:09:25.244 INFO O| Oct 25 18:09:25.244 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-10-25T18:09:25.742Z | [ recovery-image] Oct 25 18:09:25.257 INFO O| Oct 25 18:09:25.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6580 | 2024-10-25T18:09:25.742Z | [ recovery-image] Oct 25 18:09:25.258 INFO O| Oct 25 18:09:25.258 INFO STEP 810 (remove_files) COMPLETE |
6581 | 2024-10-25T18:09:25.742Z | [ recovery-image] Oct 25 18:09:25.258 INFO O| Oct 25 18:09:25.258 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-10-25T18:09:25.766Z | [ recovery-image] Oct 25 18:09:25.273 INFO O| Oct 25 18:09:25.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6583 | 2024-10-25T18:09:25.766Z | [ recovery-image] Oct 25 18:09:25.274 INFO O| Oct 25 18:09:25.274 INFO STEP 811 (remove_files) COMPLETE |
6584 | 2024-10-25T18:09:25.766Z | [ recovery-image] Oct 25 18:09:25.274 INFO O| Oct 25 18:09:25.274 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-10-25T18:09:25.766Z | [ recovery-image] Oct 25 18:09:25.288 INFO O| Oct 25 18:09:25.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6586 | 2024-10-25T18:09:25.766Z | [ recovery-image] Oct 25 18:09:25.288 INFO O| Oct 25 18:09:25.288 INFO STEP 812 (remove_files) COMPLETE |
6587 | 2024-10-25T18:09:25.766Z | [ recovery-image] Oct 25 18:09:25.288 INFO O| Oct 25 18:09:25.288 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-10-25T18:09:25.790Z | [ recovery-image] Oct 25 18:09:25.301 INFO O| Oct 25 18:09:25.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6589 | 2024-10-25T18:09:25.790Z | [ recovery-image] Oct 25 18:09:25.301 INFO O| Oct 25 18:09:25.301 INFO STEP 813 (remove_files) COMPLETE |
6590 | 2024-10-25T18:09:25.790Z | [ recovery-image] Oct 25 18:09:25.301 INFO O| Oct 25 18:09:25.301 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-10-25T18:09:25.814Z | [ recovery-image] Oct 25 18:09:25.322 INFO O| Oct 25 18:09:25.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6592 | 2024-10-25T18:09:25.814Z | [ recovery-image] Oct 25 18:09:25.322 INFO O| Oct 25 18:09:25.322 INFO STEP 814 (remove_files) COMPLETE |
6593 | 2024-10-25T18:09:25.814Z | [ recovery-image] Oct 25 18:09:25.322 INFO O| Oct 25 18:09:25.322 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-10-25T18:09:25.814Z | [ recovery-image] Oct 25 18:09:25.339 INFO O| Oct 25 18:09:25.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6595 | 2024-10-25T18:09:25.814Z | [ recovery-image] Oct 25 18:09:25.339 INFO O| Oct 25 18:09:25.339 INFO STEP 815 (remove_files) COMPLETE |
6596 | 2024-10-25T18:09:25.814Z | [ recovery-image] Oct 25 18:09:25.339 INFO O| Oct 25 18:09:25.339 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-10-25T18:09:25.838Z | [ recovery-image] Oct 25 18:09:25.354 INFO O| Oct 25 18:09:25.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6598 | 2024-10-25T18:09:25.838Z | [ recovery-image] Oct 25 18:09:25.354 INFO O| Oct 25 18:09:25.354 INFO STEP 816 (remove_files) COMPLETE |
6599 | 2024-10-25T18:09:25.838Z | [ recovery-image] Oct 25 18:09:25.354 INFO O| Oct 25 18:09:25.354 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-10-25T18:09:25.862Z | [ recovery-image] Oct 25 18:09:25.372 INFO O| Oct 25 18:09:25.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6601 | 2024-10-25T18:09:25.862Z | [ recovery-image] Oct 25 18:09:25.373 INFO O| Oct 25 18:09:25.373 INFO STEP 817 (remove_files) COMPLETE |
6602 | 2024-10-25T18:09:25.862Z | [ recovery-image] Oct 25 18:09:25.373 INFO O| Oct 25 18:09:25.373 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-10-25T18:09:25.886Z | [ recovery-image] Oct 25 18:09:25.390 INFO O| Oct 25 18:09:25.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6604 | 2024-10-25T18:09:25.886Z | [ recovery-image] Oct 25 18:09:25.390 INFO O| Oct 25 18:09:25.390 INFO STEP 818 (remove_files) COMPLETE |
6605 | 2024-10-25T18:09:25.886Z | [ recovery-image] Oct 25 18:09:25.390 INFO O| Oct 25 18:09:25.390 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-10-25T18:09:25.886Z | [ recovery-image] Oct 25 18:09:25.404 INFO O| Oct 25 18:09:25.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6607 | 2024-10-25T18:09:25.886Z | [ recovery-image] Oct 25 18:09:25.404 INFO O| Oct 25 18:09:25.404 INFO STEP 819 (remove_files) COMPLETE |
6608 | 2024-10-25T18:09:25.886Z | [ recovery-image] Oct 25 18:09:25.405 INFO O| Oct 25 18:09:25.404 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-10-25T18:09:25.910Z | [ recovery-image] Oct 25 18:09:25.421 INFO O| Oct 25 18:09:25.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6610 | 2024-10-25T18:09:25.910Z | [ recovery-image] Oct 25 18:09:25.421 INFO O| Oct 25 18:09:25.421 INFO STEP 820 (remove_files) COMPLETE |
6611 | 2024-10-25T18:09:25.910Z | [ recovery-image] Oct 25 18:09:25.421 INFO O| Oct 25 18:09:25.421 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-10-25T18:09:25.937Z | [ recovery-image] Oct 25 18:09:25.436 INFO O| Oct 25 18:09:25.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6613 | 2024-10-25T18:09:25.937Z | [ recovery-image] Oct 25 18:09:25.436 INFO O| Oct 25 18:09:25.436 INFO STEP 821 (remove_files) COMPLETE |
6614 | 2024-10-25T18:09:25.937Z | [ recovery-image] Oct 25 18:09:25.436 INFO O| Oct 25 18:09:25.436 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-10-25T18:09:25.937Z | [ recovery-image] Oct 25 18:09:25.449 INFO O| Oct 25 18:09:25.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6616 | 2024-10-25T18:09:25.937Z | [ recovery-image] Oct 25 18:09:25.449 INFO O| Oct 25 18:09:25.449 INFO STEP 822 (remove_files) COMPLETE |
6617 | 2024-10-25T18:09:25.937Z | [ recovery-image] Oct 25 18:09:25.449 INFO O| Oct 25 18:09:25.449 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-10-25T18:09:25.961Z | [ recovery-image] Oct 25 18:09:25.466 INFO O| Oct 25 18:09:25.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6619 | 2024-10-25T18:09:25.961Z | [ recovery-image] Oct 25 18:09:25.466 INFO O| Oct 25 18:09:25.466 INFO STEP 823 (remove_files) COMPLETE |
6620 | 2024-10-25T18:09:25.961Z | [ recovery-image] Oct 25 18:09:25.466 INFO O| Oct 25 18:09:25.466 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-10-25T18:09:25.962Z | [ recovery-image] Oct 25 18:09:25.482 INFO O| Oct 25 18:09:25.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6622 | 2024-10-25T18:09:25.962Z | [ recovery-image] Oct 25 18:09:25.482 INFO O| Oct 25 18:09:25.482 INFO STEP 824 (remove_files) COMPLETE |
6623 | 2024-10-25T18:09:25.962Z | [ recovery-image] Oct 25 18:09:25.482 INFO O| Oct 25 18:09:25.482 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-10-25T18:09:25.985Z | [ recovery-image] Oct 25 18:09:25.496 INFO O| Oct 25 18:09:25.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6625 | 2024-10-25T18:09:25.985Z | [ recovery-image] Oct 25 18:09:25.496 INFO O| Oct 25 18:09:25.496 INFO STEP 825 (remove_files) COMPLETE |
6626 | 2024-10-25T18:09:25.986Z | [ recovery-image] Oct 25 18:09:25.496 INFO O| Oct 25 18:09:25.496 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-10-25T18:09:25.986Z | [ recovery-image] Oct 25 18:09:25.509 INFO O| Oct 25 18:09:25.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6628 | 2024-10-25T18:09:25.986Z | [ recovery-image] Oct 25 18:09:25.509 INFO O| Oct 25 18:09:25.509 INFO STEP 826 (remove_files) COMPLETE |
6629 | 2024-10-25T18:09:25.986Z | [ recovery-image] Oct 25 18:09:25.510 INFO O| Oct 25 18:09:25.509 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-10-25T18:09:26.009Z | [ recovery-image] Oct 25 18:09:25.523 INFO O| Oct 25 18:09:25.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6631 | 2024-10-25T18:09:26.009Z | [ recovery-image] Oct 25 18:09:25.523 INFO O| Oct 25 18:09:25.523 INFO STEP 827 (remove_files) COMPLETE |
6632 | 2024-10-25T18:09:26.009Z | [ recovery-image] Oct 25 18:09:25.523 INFO O| Oct 25 18:09:25.523 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-10-25T18:09:26.033Z | [ recovery-image] Oct 25 18:09:25.538 INFO O| Oct 25 18:09:25.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6634 | 2024-10-25T18:09:26.033Z | [ recovery-image] Oct 25 18:09:25.538 INFO O| Oct 25 18:09:25.538 INFO STEP 828 (remove_files) COMPLETE |
6635 | 2024-10-25T18:09:26.033Z | [ recovery-image] Oct 25 18:09:25.539 INFO O| Oct 25 18:09:25.538 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-10-25T18:09:26.033Z | [ recovery-image] Oct 25 18:09:25.551 INFO O| Oct 25 18:09:25.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6637 | 2024-10-25T18:09:26.033Z | [ recovery-image] Oct 25 18:09:25.551 INFO O| Oct 25 18:09:25.551 INFO STEP 829 (remove_files) COMPLETE |
6638 | 2024-10-25T18:09:26.033Z | [ recovery-image] Oct 25 18:09:25.551 INFO O| Oct 25 18:09:25.551 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-10-25T18:09:26.057Z | [ recovery-image] Oct 25 18:09:25.563 INFO O| Oct 25 18:09:25.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6640 | 2024-10-25T18:09:26.057Z | [ recovery-image] Oct 25 18:09:25.563 INFO O| Oct 25 18:09:25.563 INFO STEP 830 (remove_files) COMPLETE |
6641 | 2024-10-25T18:09:26.057Z | [ recovery-image] Oct 25 18:09:25.563 INFO O| Oct 25 18:09:25.563 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-10-25T18:09:26.057Z | [ recovery-image] Oct 25 18:09:25.576 INFO O| Oct 25 18:09:25.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6643 | 2024-10-25T18:09:26.057Z | [ recovery-image] Oct 25 18:09:25.576 INFO O| Oct 25 18:09:25.576 INFO STEP 831 (remove_files) COMPLETE |
6644 | 2024-10-25T18:09:26.057Z | [ recovery-image] Oct 25 18:09:25.576 INFO O| Oct 25 18:09:25.576 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-10-25T18:09:26.081Z | [ recovery-image] Oct 25 18:09:25.588 INFO O| Oct 25 18:09:25.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6646 | 2024-10-25T18:09:26.081Z | [ recovery-image] Oct 25 18:09:25.588 INFO O| Oct 25 18:09:25.588 INFO STEP 832 (remove_files) COMPLETE |
6647 | 2024-10-25T18:09:26.081Z | [ recovery-image] Oct 25 18:09:25.588 INFO O| Oct 25 18:09:25.588 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-10-25T18:09:26.081Z | [ recovery-image] Oct 25 18:09:25.601 INFO O| Oct 25 18:09:25.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6649 | 2024-10-25T18:09:26.081Z | [ recovery-image] Oct 25 18:09:25.601 INFO O| Oct 25 18:09:25.601 INFO STEP 833 (remove_files) COMPLETE |
6650 | 2024-10-25T18:09:26.081Z | [ recovery-image] Oct 25 18:09:25.601 INFO O| Oct 25 18:09:25.601 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-10-25T18:09:26.105Z | [ recovery-image] Oct 25 18:09:25.613 INFO O| Oct 25 18:09:25.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6652 | 2024-10-25T18:09:26.106Z | [ recovery-image] Oct 25 18:09:25.614 INFO O| Oct 25 18:09:25.614 INFO STEP 834 (remove_files) COMPLETE |
6653 | 2024-10-25T18:09:26.106Z | [ recovery-image] Oct 25 18:09:25.614 INFO O| Oct 25 18:09:25.614 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-10-25T18:09:26.106Z | [ recovery-image] Oct 25 18:09:25.626 INFO O| Oct 25 18:09:25.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6655 | 2024-10-25T18:09:26.106Z | [ recovery-image] Oct 25 18:09:25.626 INFO O| Oct 25 18:09:25.626 INFO STEP 835 (remove_files) COMPLETE |
6656 | 2024-10-25T18:09:26.106Z | [ recovery-image] Oct 25 18:09:25.626 INFO O| Oct 25 18:09:25.626 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-10-25T18:09:26.130Z | [ recovery-image] Oct 25 18:09:25.639 INFO O| Oct 25 18:09:25.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6658 | 2024-10-25T18:09:26.130Z | [ recovery-image] Oct 25 18:09:25.639 INFO O| Oct 25 18:09:25.639 INFO STEP 836 (remove_files) COMPLETE |
6659 | 2024-10-25T18:09:26.130Z | [ recovery-image] Oct 25 18:09:25.639 INFO O| Oct 25 18:09:25.639 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-10-25T18:09:26.130Z | [ recovery-image] Oct 25 18:09:25.651 INFO O| Oct 25 18:09:25.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6661 | 2024-10-25T18:09:26.130Z | [ recovery-image] Oct 25 18:09:25.651 INFO O| Oct 25 18:09:25.651 INFO STEP 837 (remove_files) COMPLETE |
6662 | 2024-10-25T18:09:26.130Z | [ recovery-image] Oct 25 18:09:25.651 INFO O| Oct 25 18:09:25.651 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-10-25T18:09:26.154Z | [ recovery-image] Oct 25 18:09:25.663 INFO O| Oct 25 18:09:25.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6664 | 2024-10-25T18:09:26.154Z | [ recovery-image] Oct 25 18:09:25.663 INFO O| Oct 25 18:09:25.663 INFO STEP 838 (remove_files) COMPLETE |
6665 | 2024-10-25T18:09:26.154Z | [ recovery-image] Oct 25 18:09:25.663 INFO O| Oct 25 18:09:25.663 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-10-25T18:09:26.154Z | [ host-image] Oct 25 18:09:25.674 INFO O| Oct 25 18:09:25.673 INFO O| Done |
6667 | 2024-10-25T18:09:26.154Z | [ recovery-image] Oct 25 18:09:25.675 INFO O| Oct 25 18:09:25.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6668 | 2024-10-25T18:09:26.154Z | [ recovery-image] Oct 25 18:09:25.675 INFO O| Oct 25 18:09:25.675 INFO STEP 839 (remove_files) COMPLETE |
6669 | 2024-10-25T18:09:26.154Z | [ recovery-image] Oct 25 18:09:25.675 INFO O| Oct 25 18:09:25.675 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-10-25T18:09:26.178Z | [ recovery-image] Oct 25 18:09:25.688 INFO O| Oct 25 18:09:25.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6671 | 2024-10-25T18:09:26.178Z | [ recovery-image] Oct 25 18:09:25.688 INFO O| Oct 25 18:09:25.688 INFO STEP 840 (remove_files) COMPLETE |
6672 | 2024-10-25T18:09:26.178Z | [ recovery-image] Oct 25 18:09:25.688 INFO O| Oct 25 18:09:25.688 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-10-25T18:09:26.178Z | [ recovery-image] Oct 25 18:09:25.701 INFO O| Oct 25 18:09:25.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6674 | 2024-10-25T18:09:26.178Z | [ recovery-image] Oct 25 18:09:25.701 INFO O| Oct 25 18:09:25.701 INFO STEP 841 (remove_files) COMPLETE |
6675 | 2024-10-25T18:09:26.179Z | [ recovery-image] Oct 25 18:09:25.701 INFO O| Oct 25 18:09:25.701 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-10-25T18:09:26.202Z | [ recovery-image] Oct 25 18:09:25.714 INFO O| Oct 25 18:09:25.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6677 | 2024-10-25T18:09:26.202Z | [ recovery-image] Oct 25 18:09:25.714 INFO O| Oct 25 18:09:25.714 INFO STEP 842 (remove_files) COMPLETE |
6678 | 2024-10-25T18:09:26.202Z | [ recovery-image] Oct 25 18:09:25.714 INFO O| Oct 25 18:09:25.714 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-10-25T18:09:26.202Z | [ recovery-image] Oct 25 18:09:25.727 INFO O| Oct 25 18:09:25.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6680 | 2024-10-25T18:09:26.202Z | [ recovery-image] Oct 25 18:09:25.727 INFO O| Oct 25 18:09:25.727 INFO STEP 843 (remove_files) COMPLETE |
6681 | 2024-10-25T18:09:26.202Z | [ recovery-image] Oct 25 18:09:25.727 INFO O| Oct 25 18:09:25.727 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-10-25T18:09:26.226Z | [ recovery-image] Oct 25 18:09:25.742 INFO O| Oct 25 18:09:25.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6683 | 2024-10-25T18:09:26.226Z | [ recovery-image] Oct 25 18:09:25.742 INFO O| Oct 25 18:09:25.742 INFO STEP 844 (remove_files) COMPLETE |
6684 | 2024-10-25T18:09:26.226Z | [ recovery-image] Oct 25 18:09:25.742 INFO O| Oct 25 18:09:25.742 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-10-25T18:09:26.250Z | [ recovery-image] Oct 25 18:09:25.757 INFO O| Oct 25 18:09:25.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6686 | 2024-10-25T18:09:26.250Z | [ recovery-image] Oct 25 18:09:25.757 INFO O| Oct 25 18:09:25.757 INFO STEP 845 (remove_files) COMPLETE |
6687 | 2024-10-25T18:09:26.250Z | [ recovery-image] Oct 25 18:09:25.757 INFO O| Oct 25 18:09:25.757 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-10-25T18:09:26.250Z | [ recovery-image] Oct 25 18:09:25.771 INFO O| Oct 25 18:09:25.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6689 | 2024-10-25T18:09:26.250Z | [ recovery-image] Oct 25 18:09:25.772 INFO O| Oct 25 18:09:25.772 INFO STEP 846 (remove_files) COMPLETE |
6690 | 2024-10-25T18:09:26.250Z | [ recovery-image] Oct 25 18:09:25.772 INFO O| Oct 25 18:09:25.772 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-10-25T18:09:26.275Z | [ recovery-image] Oct 25 18:09:25.786 INFO O| Oct 25 18:09:25.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6692 | 2024-10-25T18:09:26.275Z | [ recovery-image] Oct 25 18:09:25.786 INFO O| Oct 25 18:09:25.786 INFO STEP 847 (remove_files) COMPLETE |
6693 | 2024-10-25T18:09:26.275Z | [ recovery-image] Oct 25 18:09:25.786 INFO O| Oct 25 18:09:25.786 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-10-25T18:09:26.300Z | [ recovery-image] Oct 25 18:09:25.800 INFO O| Oct 25 18:09:25.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6695 | 2024-10-25T18:09:26.300Z | [ recovery-image] Oct 25 18:09:25.801 INFO O| Oct 25 18:09:25.801 INFO STEP 848 (remove_files) COMPLETE |
6696 | 2024-10-25T18:09:26.300Z | [ recovery-image] Oct 25 18:09:25.801 INFO O| Oct 25 18:09:25.801 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-10-25T18:09:26.300Z | [ recovery-image] Oct 25 18:09:25.816 INFO O| Oct 25 18:09:25.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6698 | 2024-10-25T18:09:26.300Z | [ recovery-image] Oct 25 18:09:25.816 INFO O| Oct 25 18:09:25.816 INFO STEP 849 (remove_files) COMPLETE |
6699 | 2024-10-25T18:09:26.300Z | [ recovery-image] Oct 25 18:09:25.816 INFO O| Oct 25 18:09:25.816 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-10-25T18:09:26.325Z | [ recovery-image] Oct 25 18:09:25.830 INFO O| Oct 25 18:09:25.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6701 | 2024-10-25T18:09:26.325Z | [ recovery-image] Oct 25 18:09:25.830 INFO O| Oct 25 18:09:25.830 INFO STEP 850 (remove_files) COMPLETE |
6702 | 2024-10-25T18:09:26.325Z | [ recovery-image] Oct 25 18:09:25.830 INFO O| Oct 25 18:09:25.830 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-10-25T18:09:26.325Z | [ recovery-image] Oct 25 18:09:25.843 INFO O| Oct 25 18:09:25.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6704 | 2024-10-25T18:09:26.325Z | [ recovery-image] Oct 25 18:09:25.843 INFO O| Oct 25 18:09:25.843 INFO STEP 851 (remove_files) COMPLETE |
6705 | 2024-10-25T18:09:26.325Z | [ recovery-image] Oct 25 18:09:25.843 INFO O| Oct 25 18:09:25.843 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-10-25T18:09:26.349Z | [ recovery-image] Oct 25 18:09:25.856 INFO O| Oct 25 18:09:25.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6707 | 2024-10-25T18:09:26.349Z | [ recovery-image] Oct 25 18:09:25.856 INFO O| Oct 25 18:09:25.856 INFO STEP 852 (remove_files) COMPLETE |
6708 | 2024-10-25T18:09:26.349Z | [ recovery-image] Oct 25 18:09:25.856 INFO O| Oct 25 18:09:25.856 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-10-25T18:09:26.349Z | [ recovery-image] Oct 25 18:09:25.869 INFO O| Oct 25 18:09:25.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6710 | 2024-10-25T18:09:26.349Z | [ recovery-image] Oct 25 18:09:25.869 INFO O| Oct 25 18:09:25.869 INFO STEP 853 (remove_files) COMPLETE |
6711 | 2024-10-25T18:09:26.349Z | [ recovery-image] Oct 25 18:09:25.869 INFO O| Oct 25 18:09:25.869 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-10-25T18:09:26.373Z | [ recovery-image] Oct 25 18:09:25.887 INFO O| Oct 25 18:09:25.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6713 | 2024-10-25T18:09:26.373Z | [ recovery-image] Oct 25 18:09:25.887 INFO O| Oct 25 18:09:25.887 INFO STEP 854 (remove_files) COMPLETE |
6714 | 2024-10-25T18:09:26.373Z | [ recovery-image] Oct 25 18:09:25.887 INFO O| Oct 25 18:09:25.887 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-10-25T18:09:26.398Z | [ recovery-image] Oct 25 18:09:25.904 INFO O| Oct 25 18:09:25.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6716 | 2024-10-25T18:09:26.398Z | [ recovery-image] Oct 25 18:09:25.904 INFO O| Oct 25 18:09:25.904 INFO STEP 855 (remove_files) COMPLETE |
6717 | 2024-10-25T18:09:26.398Z | [ recovery-image] Oct 25 18:09:25.904 INFO O| Oct 25 18:09:25.904 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-10-25T18:09:26.398Z | [ recovery-image] Oct 25 18:09:25.918 INFO O| Oct 25 18:09:25.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6719 | 2024-10-25T18:09:26.398Z | [ recovery-image] Oct 25 18:09:25.918 INFO O| Oct 25 18:09:25.918 INFO STEP 856 (remove_files) COMPLETE |
6720 | 2024-10-25T18:09:26.398Z | [ recovery-image] Oct 25 18:09:25.918 INFO O| Oct 25 18:09:25.918 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-10-25T18:09:26.422Z | [ recovery-image] Oct 25 18:09:25.932 INFO O| Oct 25 18:09:25.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6722 | 2024-10-25T18:09:26.422Z | [ recovery-image] Oct 25 18:09:25.932 INFO O| Oct 25 18:09:25.932 INFO STEP 857 (remove_files) COMPLETE |
6723 | 2024-10-25T18:09:26.422Z | [ recovery-image] Oct 25 18:09:25.932 INFO O| Oct 25 18:09:25.932 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-10-25T18:09:26.422Z | [ recovery-image] Oct 25 18:09:25.945 INFO O| Oct 25 18:09:25.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6725 | 2024-10-25T18:09:26.422Z | [ recovery-image] Oct 25 18:09:25.945 INFO O| Oct 25 18:09:25.945 INFO STEP 858 (remove_files) COMPLETE |
6726 | 2024-10-25T18:09:26.422Z | [ recovery-image] Oct 25 18:09:25.945 INFO O| Oct 25 18:09:25.945 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-10-25T18:09:26.446Z | [ recovery-image] Oct 25 18:09:25.957 INFO O| Oct 25 18:09:25.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6728 | 2024-10-25T18:09:26.446Z | [ recovery-image] Oct 25 18:09:25.957 INFO O| Oct 25 18:09:25.957 INFO STEP 859 (remove_files) COMPLETE |
6729 | 2024-10-25T18:09:26.446Z | [ recovery-image] Oct 25 18:09:25.957 INFO O| Oct 25 18:09:25.957 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-10-25T18:09:26.446Z | [ recovery-image] Oct 25 18:09:25.970 INFO O| Oct 25 18:09:25.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6731 | 2024-10-25T18:09:26.446Z | [ recovery-image] Oct 25 18:09:25.970 INFO O| Oct 25 18:09:25.970 INFO STEP 860 (remove_files) COMPLETE |
6732 | 2024-10-25T18:09:26.446Z | [ recovery-image] Oct 25 18:09:25.970 INFO O| Oct 25 18:09:25.970 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-10-25T18:09:26.470Z | [ recovery-image] Oct 25 18:09:25.988 INFO O| Oct 25 18:09:25.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6734 | 2024-10-25T18:09:26.470Z | [ recovery-image] Oct 25 18:09:25.988 INFO O| Oct 25 18:09:25.988 INFO STEP 861 (remove_files) COMPLETE |
6735 | 2024-10-25T18:09:26.471Z | [ recovery-image] Oct 25 18:09:25.988 INFO O| Oct 25 18:09:25.988 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-10-25T18:09:26.495Z | [ recovery-image] Oct 25 18:09:26.004 INFO O| Oct 25 18:09:26.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6737 | 2024-10-25T18:09:26.495Z | [ recovery-image] Oct 25 18:09:26.004 INFO O| Oct 25 18:09:26.004 INFO STEP 862 (remove_files) COMPLETE |
6738 | 2024-10-25T18:09:26.495Z | [ recovery-image] Oct 25 18:09:26.004 INFO O| Oct 25 18:09:26.004 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-10-25T18:09:26.519Z | [ recovery-image] Oct 25 18:09:26.021 INFO O| Oct 25 18:09:26.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6740 | 2024-10-25T18:09:26.519Z | [ recovery-image] Oct 25 18:09:26.021 INFO O| Oct 25 18:09:26.021 INFO STEP 863 (remove_files) COMPLETE |
6741 | 2024-10-25T18:09:26.519Z | [ recovery-image] Oct 25 18:09:26.021 INFO O| Oct 25 18:09:26.021 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-10-25T18:09:26.519Z | [ recovery-image] Oct 25 18:09:26.033 INFO O| Oct 25 18:09:26.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6743 | 2024-10-25T18:09:26.519Z | [ recovery-image] Oct 25 18:09:26.034 INFO O| Oct 25 18:09:26.033 INFO STEP 864 (remove_files) COMPLETE |
6744 | 2024-10-25T18:09:26.519Z | [ recovery-image] Oct 25 18:09:26.034 INFO O| Oct 25 18:09:26.033 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-10-25T18:09:26.543Z | [ recovery-image] Oct 25 18:09:26.046 INFO O| Oct 25 18:09:26.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6746 | 2024-10-25T18:09:26.543Z | [ recovery-image] Oct 25 18:09:26.047 INFO O| Oct 25 18:09:26.047 INFO STEP 865 (remove_files) COMPLETE |
6747 | 2024-10-25T18:09:26.543Z | [ recovery-image] Oct 25 18:09:26.047 INFO O| Oct 25 18:09:26.047 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-10-25T18:09:26.543Z | [ recovery-image] Oct 25 18:09:26.060 INFO O| Oct 25 18:09:26.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6749 | 2024-10-25T18:09:26.543Z | [ recovery-image] Oct 25 18:09:26.061 INFO O| Oct 25 18:09:26.061 INFO STEP 866 (remove_files) COMPLETE |
6750 | 2024-10-25T18:09:26.543Z | [ recovery-image] Oct 25 18:09:26.061 INFO O| Oct 25 18:09:26.061 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-10-25T18:09:26.567Z | [ recovery-image] Oct 25 18:09:26.078 INFO O| Oct 25 18:09:26.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6752 | 2024-10-25T18:09:26.567Z | [ recovery-image] Oct 25 18:09:26.078 INFO O| Oct 25 18:09:26.078 INFO STEP 867 (remove_files) COMPLETE |
6753 | 2024-10-25T18:09:26.567Z | [ recovery-image] Oct 25 18:09:26.078 INFO O| Oct 25 18:09:26.078 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-10-25T18:09:26.591Z | [ recovery-image] Oct 25 18:09:26.093 INFO O| Oct 25 18:09:26.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6755 | 2024-10-25T18:09:26.591Z | [ recovery-image] Oct 25 18:09:26.093 INFO O| Oct 25 18:09:26.093 INFO STEP 868 (remove_files) COMPLETE |
6756 | 2024-10-25T18:09:26.591Z | [ recovery-image] Oct 25 18:09:26.093 INFO O| Oct 25 18:09:26.093 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-10-25T18:09:26.591Z | [ recovery-image] Oct 25 18:09:26.106 INFO O| Oct 25 18:09:26.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6758 | 2024-10-25T18:09:26.591Z | [ recovery-image] Oct 25 18:09:26.107 INFO O| Oct 25 18:09:26.107 INFO STEP 869 (remove_files) COMPLETE |
6759 | 2024-10-25T18:09:26.591Z | [ recovery-image] Oct 25 18:09:26.107 INFO O| Oct 25 18:09:26.107 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-10-25T18:09:26.616Z | [ recovery-image] Oct 25 18:09:26.120 INFO O| Oct 25 18:09:26.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6761 | 2024-10-25T18:09:26.616Z | [ recovery-image] Oct 25 18:09:26.121 INFO O| Oct 25 18:09:26.121 INFO STEP 870 (remove_files) COMPLETE |
6762 | 2024-10-25T18:09:26.616Z | [ recovery-image] Oct 25 18:09:26.121 INFO O| Oct 25 18:09:26.121 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-10-25T18:09:26.616Z | [ recovery-image] Oct 25 18:09:26.134 INFO O| Oct 25 18:09:26.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6764 | 2024-10-25T18:09:26.616Z | [ recovery-image] Oct 25 18:09:26.134 INFO O| Oct 25 18:09:26.134 INFO STEP 871 (remove_files) COMPLETE |
6765 | 2024-10-25T18:09:26.616Z | [ recovery-image] Oct 25 18:09:26.134 INFO O| Oct 25 18:09:26.134 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-10-25T18:09:26.640Z | [ recovery-image] Oct 25 18:09:26.147 INFO O| Oct 25 18:09:26.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6767 | 2024-10-25T18:09:26.640Z | [ recovery-image] Oct 25 18:09:26.147 INFO O| Oct 25 18:09:26.147 INFO STEP 872 (remove_files) COMPLETE |
6768 | 2024-10-25T18:09:26.640Z | [ recovery-image] Oct 25 18:09:26.147 INFO O| Oct 25 18:09:26.147 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-10-25T18:09:26.640Z | [ recovery-image] Oct 25 18:09:26.160 INFO O| Oct 25 18:09:26.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6770 | 2024-10-25T18:09:26.640Z | [ recovery-image] Oct 25 18:09:26.160 INFO O| Oct 25 18:09:26.160 INFO STEP 873 (remove_files) COMPLETE |
6771 | 2024-10-25T18:09:26.640Z | [ recovery-image] Oct 25 18:09:26.160 INFO O| Oct 25 18:09:26.160 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-10-25T18:09:26.670Z | [ recovery-image] Oct 25 18:09:26.171 INFO O| Oct 25 18:09:26.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6773 | 2024-10-25T18:09:26.670Z | [ recovery-image] Oct 25 18:09:26.171 INFO O| Oct 25 18:09:26.171 INFO STEP 874 (remove_files) COMPLETE |
6774 | 2024-10-25T18:09:26.670Z | [ recovery-image] Oct 25 18:09:26.171 INFO O| Oct 25 18:09:26.171 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-10-25T18:09:26.670Z | [ recovery-image] Oct 25 18:09:26.182 INFO O| Oct 25 18:09:26.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6776 | 2024-10-25T18:09:26.670Z | [ recovery-image] Oct 25 18:09:26.182 INFO O| Oct 25 18:09:26.182 INFO STEP 875 (remove_files) COMPLETE |
6777 | 2024-10-25T18:09:26.670Z | [ recovery-image] Oct 25 18:09:26.182 INFO O| Oct 25 18:09:26.182 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-10-25T18:09:26.670Z | [ recovery-image] Oct 25 18:09:26.193 INFO O| Oct 25 18:09:26.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6779 | 2024-10-25T18:09:26.670Z | [ recovery-image] Oct 25 18:09:26.194 INFO O| Oct 25 18:09:26.193 INFO STEP 876 (remove_files) COMPLETE |
6780 | 2024-10-25T18:09:26.671Z | [ recovery-image] Oct 25 18:09:26.194 INFO O| Oct 25 18:09:26.194 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-10-25T18:09:26.700Z | [ recovery-image] Oct 25 18:09:26.205 INFO O| Oct 25 18:09:26.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6782 | 2024-10-25T18:09:26.700Z | [ recovery-image] Oct 25 18:09:26.205 INFO O| Oct 25 18:09:26.205 INFO STEP 877 (remove_files) COMPLETE |
6783 | 2024-10-25T18:09:26.700Z | [ recovery-image] Oct 25 18:09:26.205 INFO O| Oct 25 18:09:26.205 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-10-25T18:09:26.700Z | [ recovery-image] Oct 25 18:09:26.217 INFO O| Oct 25 18:09:26.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6785 | 2024-10-25T18:09:26.700Z | [ recovery-image] Oct 25 18:09:26.217 INFO O| Oct 25 18:09:26.217 INFO STEP 878 (remove_files) COMPLETE |
6786 | 2024-10-25T18:09:26.700Z | [ recovery-image] Oct 25 18:09:26.217 INFO O| Oct 25 18:09:26.217 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-10-25T18:09:26.728Z | [ recovery-image] Oct 25 18:09:26.230 INFO O| Oct 25 18:09:26.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6788 | 2024-10-25T18:09:26.728Z | [ recovery-image] Oct 25 18:09:26.230 INFO O| Oct 25 18:09:26.230 INFO STEP 879 (remove_files) COMPLETE |
6789 | 2024-10-25T18:09:26.728Z | [ recovery-image] Oct 25 18:09:26.230 INFO O| Oct 25 18:09:26.230 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-10-25T18:09:26.728Z | [ recovery-image] Oct 25 18:09:26.243 INFO O| Oct 25 18:09:26.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6791 | 2024-10-25T18:09:26.728Z | [ recovery-image] Oct 25 18:09:26.243 INFO O| Oct 25 18:09:26.243 INFO STEP 880 (remove_files) COMPLETE |
6792 | 2024-10-25T18:09:26.728Z | [ recovery-image] Oct 25 18:09:26.243 INFO O| Oct 25 18:09:26.243 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-10-25T18:09:26.752Z | [ recovery-image] Oct 25 18:09:26.255 INFO O| Oct 25 18:09:26.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6794 | 2024-10-25T18:09:26.752Z | [ recovery-image] Oct 25 18:09:26.255 INFO O| Oct 25 18:09:26.255 INFO STEP 881 (remove_files) COMPLETE |
6795 | 2024-10-25T18:09:26.752Z | [ recovery-image] Oct 25 18:09:26.255 INFO O| Oct 25 18:09:26.255 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-10-25T18:09:26.753Z | [ recovery-image] Oct 25 18:09:26.266 INFO O| Oct 25 18:09:26.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6797 | 2024-10-25T18:09:26.753Z | [ recovery-image] Oct 25 18:09:26.267 INFO O| Oct 25 18:09:26.266 INFO STEP 882 (remove_files) COMPLETE |
6798 | 2024-10-25T18:09:26.753Z | [ recovery-image] Oct 25 18:09:26.267 INFO O| Oct 25 18:09:26.266 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-10-25T18:09:26.776Z | [ recovery-image] Oct 25 18:09:26.278 INFO O| Oct 25 18:09:26.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6800 | 2024-10-25T18:09:26.776Z | [ recovery-image] Oct 25 18:09:26.278 INFO O| Oct 25 18:09:26.278 INFO STEP 883 (remove_files) COMPLETE |
6801 | 2024-10-25T18:09:26.776Z | [ recovery-image] Oct 25 18:09:26.278 INFO O| Oct 25 18:09:26.278 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-10-25T18:09:26.776Z | [ recovery-image] Oct 25 18:09:26.289 INFO O| Oct 25 18:09:26.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6803 | 2024-10-25T18:09:26.777Z | [ recovery-image] Oct 25 18:09:26.290 INFO O| Oct 25 18:09:26.289 INFO STEP 884 (remove_files) COMPLETE |
6804 | 2024-10-25T18:09:26.777Z | [ recovery-image] Oct 25 18:09:26.290 INFO O| Oct 25 18:09:26.289 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-10-25T18:09:26.801Z | [ recovery-image] Oct 25 18:09:26.308 INFO O| Oct 25 18:09:26.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6806 | 2024-10-25T18:09:26.801Z | [ recovery-image] Oct 25 18:09:26.308 INFO O| Oct 25 18:09:26.308 INFO STEP 885 (remove_files) COMPLETE |
6807 | 2024-10-25T18:09:26.801Z | [ recovery-image] Oct 25 18:09:26.308 INFO O| Oct 25 18:09:26.308 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-10-25T18:09:26.801Z | [ recovery-image] Oct 25 18:09:26.322 INFO O| Oct 25 18:09:26.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6809 | 2024-10-25T18:09:26.801Z | [ recovery-image] Oct 25 18:09:26.322 INFO O| Oct 25 18:09:26.322 INFO STEP 886 (remove_files) COMPLETE |
6810 | 2024-10-25T18:09:26.801Z | [ recovery-image] Oct 25 18:09:26.322 INFO O| Oct 25 18:09:26.322 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-10-25T18:09:26.824Z | [ recovery-image] Oct 25 18:09:26.335 INFO O| Oct 25 18:09:26.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6812 | 2024-10-25T18:09:26.824Z | [ recovery-image] Oct 25 18:09:26.336 INFO O| Oct 25 18:09:26.335 INFO STEP 887 (remove_files) COMPLETE |
6813 | 2024-10-25T18:09:26.825Z | [ recovery-image] Oct 25 18:09:26.336 INFO O| Oct 25 18:09:26.335 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-10-25T18:09:26.825Z | [ recovery-image] Oct 25 18:09:26.348 INFO O| Oct 25 18:09:26.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6815 | 2024-10-25T18:09:26.825Z | [ recovery-image] Oct 25 18:09:26.348 INFO O| Oct 25 18:09:26.348 INFO STEP 888 (remove_files) COMPLETE |
6816 | 2024-10-25T18:09:26.825Z | [ recovery-image] Oct 25 18:09:26.348 INFO O| Oct 25 18:09:26.348 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-10-25T18:09:26.849Z | [ recovery-image] Oct 25 18:09:26.361 INFO O| Oct 25 18:09:26.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6818 | 2024-10-25T18:09:26.849Z | [ recovery-image] Oct 25 18:09:26.361 INFO O| Oct 25 18:09:26.361 INFO STEP 889 (remove_files) COMPLETE |
6819 | 2024-10-25T18:09:26.849Z | [ recovery-image] Oct 25 18:09:26.361 INFO O| Oct 25 18:09:26.361 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-10-25T18:09:26.873Z | [ recovery-image] Oct 25 18:09:26.374 INFO O| Oct 25 18:09:26.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6821 | 2024-10-25T18:09:26.873Z | [ recovery-image] Oct 25 18:09:26.375 INFO O| Oct 25 18:09:26.375 INFO STEP 890 (remove_files) COMPLETE |
6822 | 2024-10-25T18:09:26.873Z | [ recovery-image] Oct 25 18:09:26.375 INFO O| Oct 25 18:09:26.375 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-10-25T18:09:26.873Z | [ recovery-image] Oct 25 18:09:26.387 INFO O| Oct 25 18:09:26.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6824 | 2024-10-25T18:09:26.873Z | [ recovery-image] Oct 25 18:09:26.388 INFO O| Oct 25 18:09:26.388 INFO STEP 891 (remove_files) COMPLETE |
6825 | 2024-10-25T18:09:26.873Z | [ recovery-image] Oct 25 18:09:26.388 INFO O| Oct 25 18:09:26.388 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-10-25T18:09:26.897Z | [ recovery-image] Oct 25 18:09:26.401 INFO O| Oct 25 18:09:26.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6827 | 2024-10-25T18:09:26.897Z | [ recovery-image] Oct 25 18:09:26.401 INFO O| Oct 25 18:09:26.401 INFO STEP 892 (remove_files) COMPLETE |
6828 | 2024-10-25T18:09:26.897Z | [ recovery-image] Oct 25 18:09:26.401 INFO O| Oct 25 18:09:26.401 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-10-25T18:09:26.897Z | [ recovery-image] Oct 25 18:09:26.414 INFO O| Oct 25 18:09:26.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6830 | 2024-10-25T18:09:26.897Z | [ recovery-image] Oct 25 18:09:26.414 INFO O| Oct 25 18:09:26.414 INFO STEP 893 (remove_files) COMPLETE |
6831 | 2024-10-25T18:09:26.897Z | [ recovery-image] Oct 25 18:09:26.414 INFO O| Oct 25 18:09:26.414 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-10-25T18:09:26.921Z | [ recovery-image] Oct 25 18:09:26.427 INFO O| Oct 25 18:09:26.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6833 | 2024-10-25T18:09:26.921Z | [ recovery-image] Oct 25 18:09:26.427 INFO O| Oct 25 18:09:26.427 INFO STEP 894 (remove_files) COMPLETE |
6834 | 2024-10-25T18:09:26.921Z | [ recovery-image] Oct 25 18:09:26.427 INFO O| Oct 25 18:09:26.427 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-10-25T18:09:26.921Z | [ recovery-image] Oct 25 18:09:26.445 INFO O| Oct 25 18:09:26.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6836 | 2024-10-25T18:09:26.921Z | [ recovery-image] Oct 25 18:09:26.445 INFO O| Oct 25 18:09:26.445 INFO STEP 895 (remove_files) COMPLETE |
6837 | 2024-10-25T18:09:26.921Z | [ recovery-image] Oct 25 18:09:26.445 INFO O| Oct 25 18:09:26.445 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-10-25T18:09:26.945Z | [ recovery-image] Oct 25 18:09:26.459 INFO O| Oct 25 18:09:26.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6839 | 2024-10-25T18:09:26.945Z | [ recovery-image] Oct 25 18:09:26.459 INFO O| Oct 25 18:09:26.459 INFO STEP 896 (remove_files) COMPLETE |
6840 | 2024-10-25T18:09:26.945Z | [ recovery-image] Oct 25 18:09:26.459 INFO O| Oct 25 18:09:26.459 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-10-25T18:09:26.969Z | [ recovery-image] Oct 25 18:09:26.473 INFO O| Oct 25 18:09:26.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6842 | 2024-10-25T18:09:26.969Z | [ recovery-image] Oct 25 18:09:26.473 INFO O| Oct 25 18:09:26.473 INFO STEP 897 (remove_files) COMPLETE |
6843 | 2024-10-25T18:09:26.969Z | [ recovery-image] Oct 25 18:09:26.473 INFO O| Oct 25 18:09:26.473 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-10-25T18:09:26.969Z | [ recovery-image] Oct 25 18:09:26.486 INFO O| Oct 25 18:09:26.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6845 | 2024-10-25T18:09:26.969Z | [ recovery-image] Oct 25 18:09:26.487 INFO O| Oct 25 18:09:26.487 INFO STEP 898 (remove_files) COMPLETE |
6846 | 2024-10-25T18:09:26.969Z | [ recovery-image] Oct 25 18:09:26.487 INFO O| Oct 25 18:09:26.487 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-10-25T18:09:26.993Z | [ recovery-image] Oct 25 18:09:26.500 INFO O| Oct 25 18:09:26.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6848 | 2024-10-25T18:09:26.993Z | [ recovery-image] Oct 25 18:09:26.500 INFO O| Oct 25 18:09:26.500 INFO STEP 899 (remove_files) COMPLETE |
6849 | 2024-10-25T18:09:26.993Z | [ recovery-image] Oct 25 18:09:26.500 INFO O| Oct 25 18:09:26.500 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-10-25T18:09:26.993Z | [ recovery-image] Oct 25 18:09:26.512 INFO O| Oct 25 18:09:26.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6851 | 2024-10-25T18:09:26.993Z | [ recovery-image] Oct 25 18:09:26.513 INFO O| Oct 25 18:09:26.513 INFO STEP 900 (remove_files) COMPLETE |
6852 | 2024-10-25T18:09:26.993Z | [ recovery-image] Oct 25 18:09:26.513 INFO O| Oct 25 18:09:26.513 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-10-25T18:09:27.017Z | [ recovery-image] Oct 25 18:09:26.525 INFO O| Oct 25 18:09:26.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6854 | 2024-10-25T18:09:27.017Z | [ recovery-image] Oct 25 18:09:26.525 INFO O| Oct 25 18:09:26.525 INFO STEP 901 (remove_files) COMPLETE |
6855 | 2024-10-25T18:09:27.017Z | [ recovery-image] Oct 25 18:09:26.525 INFO O| Oct 25 18:09:26.525 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-10-25T18:09:27.017Z | [ recovery-image] Oct 25 18:09:26.538 INFO O| Oct 25 18:09:26.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6857 | 2024-10-25T18:09:27.017Z | [ recovery-image] Oct 25 18:09:26.538 INFO O| Oct 25 18:09:26.538 INFO STEP 902 (remove_files) COMPLETE |
6858 | 2024-10-25T18:09:27.017Z | [ recovery-image] Oct 25 18:09:26.538 INFO O| Oct 25 18:09:26.538 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-10-25T18:09:27.041Z | [ recovery-image] Oct 25 18:09:26.551 INFO O| Oct 25 18:09:26.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6860 | 2024-10-25T18:09:27.041Z | [ recovery-image] Oct 25 18:09:26.551 INFO O| Oct 25 18:09:26.551 INFO STEP 903 (remove_files) COMPLETE |
6861 | 2024-10-25T18:09:27.041Z | [ recovery-image] Oct 25 18:09:26.551 INFO O| Oct 25 18:09:26.551 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-10-25T18:09:27.041Z | [ recovery-image] Oct 25 18:09:26.564 INFO O| Oct 25 18:09:26.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6863 | 2024-10-25T18:09:27.041Z | [ recovery-image] Oct 25 18:09:26.564 INFO O| Oct 25 18:09:26.564 INFO STEP 904 (remove_files) COMPLETE |
6864 | 2024-10-25T18:09:27.041Z | [ recovery-image] Oct 25 18:09:26.564 INFO O| Oct 25 18:09:26.564 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-10-25T18:09:27.065Z | [ recovery-image] Oct 25 18:09:26.576 INFO O| Oct 25 18:09:26.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6866 | 2024-10-25T18:09:27.065Z | [ recovery-image] Oct 25 18:09:26.576 INFO O| Oct 25 18:09:26.576 INFO STEP 905 (remove_files) COMPLETE |
6867 | 2024-10-25T18:09:27.065Z | [ recovery-image] Oct 25 18:09:26.576 INFO O| Oct 25 18:09:26.576 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-10-25T18:09:27.065Z | [ recovery-image] Oct 25 18:09:26.589 INFO O| Oct 25 18:09:26.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6869 | 2024-10-25T18:09:27.065Z | [ recovery-image] Oct 25 18:09:26.590 INFO O| Oct 25 18:09:26.590 INFO STEP 906 (remove_files) COMPLETE |
6870 | 2024-10-25T18:09:27.065Z | [ recovery-image] Oct 25 18:09:26.590 INFO O| Oct 25 18:09:26.590 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-10-25T18:09:27.090Z | [ recovery-image] Oct 25 18:09:26.602 INFO O| Oct 25 18:09:26.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6872 | 2024-10-25T18:09:27.090Z | [ recovery-image] Oct 25 18:09:26.602 INFO O| Oct 25 18:09:26.602 INFO STEP 907 (remove_files) COMPLETE |
6873 | 2024-10-25T18:09:27.090Z | [ recovery-image] Oct 25 18:09:26.602 INFO O| Oct 25 18:09:26.602 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-10-25T18:09:27.114Z | [ recovery-image] Oct 25 18:09:26.615 INFO O| Oct 25 18:09:26.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6875 | 2024-10-25T18:09:27.114Z | [ recovery-image] Oct 25 18:09:26.615 INFO O| Oct 25 18:09:26.615 INFO STEP 908 (remove_files) COMPLETE |
6876 | 2024-10-25T18:09:27.114Z | [ recovery-image] Oct 25 18:09:26.615 INFO O| Oct 25 18:09:26.615 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-10-25T18:09:27.114Z | [ recovery-image] Oct 25 18:09:26.628 INFO O| Oct 25 18:09:26.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6878 | 2024-10-25T18:09:27.114Z | [ recovery-image] Oct 25 18:09:26.628 INFO O| Oct 25 18:09:26.628 INFO STEP 909 (remove_files) COMPLETE |
6879 | 2024-10-25T18:09:27.114Z | [ recovery-image] Oct 25 18:09:26.628 INFO O| Oct 25 18:09:26.628 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-10-25T18:09:27.138Z | [ recovery-image] Oct 25 18:09:26.642 INFO O| Oct 25 18:09:26.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6881 | 2024-10-25T18:09:27.138Z | [ recovery-image] Oct 25 18:09:26.642 INFO O| Oct 25 18:09:26.642 INFO STEP 910 (remove_files) COMPLETE |
6882 | 2024-10-25T18:09:27.139Z | [ recovery-image] Oct 25 18:09:26.642 INFO O| Oct 25 18:09:26.642 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-10-25T18:09:27.139Z | [ recovery-image] Oct 25 18:09:26.663 INFO O| Oct 25 18:09:26.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6884 | 2024-10-25T18:09:27.139Z | [ recovery-image] Oct 25 18:09:26.663 INFO O| Oct 25 18:09:26.663 INFO STEP 911 (remove_files) COMPLETE |
6885 | 2024-10-25T18:09:27.139Z | [ recovery-image] Oct 25 18:09:26.663 INFO O| Oct 25 18:09:26.663 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-10-25T18:09:27.162Z | [ recovery-image] Oct 25 18:09:26.680 INFO O| Oct 25 18:09:26.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6887 | 2024-10-25T18:09:27.162Z | [ recovery-image] Oct 25 18:09:26.680 INFO O| Oct 25 18:09:26.680 INFO STEP 912 (remove_files) COMPLETE |
6888 | 2024-10-25T18:09:27.162Z | [ recovery-image] Oct 25 18:09:26.680 INFO O| Oct 25 18:09:26.680 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-10-25T18:09:27.186Z | [ recovery-image] Oct 25 18:09:26.705 INFO O| Oct 25 18:09:26.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6890 | 2024-10-25T18:09:27.186Z | [ recovery-image] Oct 25 18:09:26.705 INFO O| Oct 25 18:09:26.705 INFO STEP 913 (remove_files) COMPLETE |
6891 | 2024-10-25T18:09:27.187Z | [ recovery-image] Oct 25 18:09:26.705 INFO O| Oct 25 18:09:26.705 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-10-25T18:09:27.210Z | [ recovery-image] Oct 25 18:09:26.724 INFO O| Oct 25 18:09:26.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6893 | 2024-10-25T18:09:27.210Z | [ recovery-image] Oct 25 18:09:26.724 INFO O| Oct 25 18:09:26.724 INFO STEP 914 (remove_files) COMPLETE |
6894 | 2024-10-25T18:09:27.210Z | [ recovery-image] Oct 25 18:09:26.724 INFO O| Oct 25 18:09:26.724 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-10-25T18:09:27.234Z | [ recovery-image] Oct 25 18:09:26.741 INFO O| Oct 25 18:09:26.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6896 | 2024-10-25T18:09:27.234Z | [ recovery-image] Oct 25 18:09:26.741 INFO O| Oct 25 18:09:26.741 INFO STEP 915 (remove_files) COMPLETE |
6897 | 2024-10-25T18:09:27.234Z | [ recovery-image] Oct 25 18:09:26.741 INFO O| Oct 25 18:09:26.741 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-10-25T18:09:27.234Z | [ recovery-image] Oct 25 18:09:26.757 INFO O| Oct 25 18:09:26.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6899 | 2024-10-25T18:09:27.234Z | [ recovery-image] Oct 25 18:09:26.757 INFO O| Oct 25 18:09:26.757 INFO STEP 916 (remove_files) COMPLETE |
6900 | 2024-10-25T18:09:27.234Z | [ recovery-image] Oct 25 18:09:26.758 INFO O| Oct 25 18:09:26.757 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-10-25T18:09:27.258Z | [ recovery-image] Oct 25 18:09:26.772 INFO O| Oct 25 18:09:26.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6902 | 2024-10-25T18:09:27.258Z | [ recovery-image] Oct 25 18:09:26.772 INFO O| Oct 25 18:09:26.772 INFO STEP 917 (remove_files) COMPLETE |
6903 | 2024-10-25T18:09:27.258Z | [ recovery-image] Oct 25 18:09:26.772 INFO O| Oct 25 18:09:26.772 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-10-25T18:09:27.282Z | [ recovery-image] Oct 25 18:09:26.786 INFO O| Oct 25 18:09:26.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6905 | 2024-10-25T18:09:27.282Z | [ recovery-image] Oct 25 18:09:26.786 INFO O| Oct 25 18:09:26.786 INFO STEP 918 (remove_files) COMPLETE |
6906 | 2024-10-25T18:09:27.282Z | [ recovery-image] Oct 25 18:09:26.786 INFO O| Oct 25 18:09:26.786 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-10-25T18:09:27.282Z | [ recovery-image] Oct 25 18:09:26.800 INFO O| Oct 25 18:09:26.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6908 | 2024-10-25T18:09:27.282Z | [ recovery-image] Oct 25 18:09:26.800 INFO O| Oct 25 18:09:26.800 INFO STEP 919 (remove_files) COMPLETE |
6909 | 2024-10-25T18:09:27.282Z | [ recovery-image] Oct 25 18:09:26.800 INFO O| Oct 25 18:09:26.800 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-10-25T18:09:27.306Z | [ recovery-image] Oct 25 18:09:26.813 INFO O| Oct 25 18:09:26.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6911 | 2024-10-25T18:09:27.306Z | [ recovery-image] Oct 25 18:09:26.813 INFO O| Oct 25 18:09:26.813 INFO STEP 920 (remove_files) COMPLETE |
6912 | 2024-10-25T18:09:27.306Z | [ recovery-image] Oct 25 18:09:26.813 INFO O| Oct 25 18:09:26.813 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-10-25T18:09:27.306Z | [ recovery-image] Oct 25 18:09:26.827 INFO O| Oct 25 18:09:26.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6914 | 2024-10-25T18:09:27.306Z | [ recovery-image] Oct 25 18:09:26.827 INFO O| Oct 25 18:09:26.827 INFO STEP 921 (remove_files) COMPLETE |
6915 | 2024-10-25T18:09:27.306Z | [ recovery-image] Oct 25 18:09:26.827 INFO O| Oct 25 18:09:26.827 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-10-25T18:09:27.330Z | [ recovery-image] Oct 25 18:09:26.840 INFO O| Oct 25 18:09:26.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6917 | 2024-10-25T18:09:27.330Z | [ recovery-image] Oct 25 18:09:26.840 INFO O| Oct 25 18:09:26.840 INFO STEP 922 (remove_files) COMPLETE |
6918 | 2024-10-25T18:09:27.330Z | [ recovery-image] Oct 25 18:09:26.840 INFO O| Oct 25 18:09:26.840 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-10-25T18:09:27.330Z | [ recovery-image] Oct 25 18:09:26.852 INFO O| Oct 25 18:09:26.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6920 | 2024-10-25T18:09:27.330Z | [ recovery-image] Oct 25 18:09:26.853 INFO O| Oct 25 18:09:26.853 INFO STEP 923 (remove_files) COMPLETE |
6921 | 2024-10-25T18:09:27.330Z | [ recovery-image] Oct 25 18:09:26.853 INFO O| Oct 25 18:09:26.853 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-10-25T18:09:27.356Z | [ recovery-image] Oct 25 18:09:26.867 INFO O| Oct 25 18:09:26.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6923 | 2024-10-25T18:09:27.356Z | [ recovery-image] Oct 25 18:09:26.867 INFO O| Oct 25 18:09:26.867 INFO STEP 924 (remove_files) COMPLETE |
6924 | 2024-10-25T18:09:27.356Z | [ recovery-image] Oct 25 18:09:26.867 INFO O| Oct 25 18:09:26.867 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-10-25T18:09:27.356Z | [ recovery-image] Oct 25 18:09:26.880 INFO O| Oct 25 18:09:26.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6926 | 2024-10-25T18:09:27.380Z | [ recovery-image] Oct 25 18:09:26.880 INFO O| Oct 25 18:09:26.880 INFO STEP 925 (remove_files) COMPLETE |
6927 | 2024-10-25T18:09:27.380Z | [ recovery-image] Oct 25 18:09:26.880 INFO O| Oct 25 18:09:26.880 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-10-25T18:09:27.380Z | [ recovery-image] Oct 25 18:09:26.898 INFO O| Oct 25 18:09:26.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6929 | 2024-10-25T18:09:27.380Z | [ recovery-image] Oct 25 18:09:26.898 INFO O| Oct 25 18:09:26.898 INFO STEP 926 (remove_files) COMPLETE |
6930 | 2024-10-25T18:09:27.380Z | [ recovery-image] Oct 25 18:09:26.898 INFO O| Oct 25 18:09:26.898 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-10-25T18:09:27.404Z | [ recovery-image] Oct 25 18:09:26.911 INFO O| Oct 25 18:09:26.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6932 | 2024-10-25T18:09:27.404Z | [ recovery-image] Oct 25 18:09:26.911 INFO O| Oct 25 18:09:26.911 INFO STEP 927 (remove_files) COMPLETE |
6933 | 2024-10-25T18:09:27.404Z | [ recovery-image] Oct 25 18:09:26.911 INFO O| Oct 25 18:09:26.911 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-10-25T18:09:27.404Z | [ recovery-image] Oct 25 18:09:26.924 INFO O| Oct 25 18:09:26.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6935 | 2024-10-25T18:09:27.404Z | [ recovery-image] Oct 25 18:09:26.924 INFO O| Oct 25 18:09:26.924 INFO STEP 928 (remove_files) COMPLETE |
6936 | 2024-10-25T18:09:27.404Z | [ recovery-image] Oct 25 18:09:26.924 INFO O| Oct 25 18:09:26.924 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-10-25T18:09:27.428Z | [ recovery-image] Oct 25 18:09:26.936 INFO O| Oct 25 18:09:26.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6938 | 2024-10-25T18:09:27.428Z | [ recovery-image] Oct 25 18:09:26.936 INFO O| Oct 25 18:09:26.936 INFO STEP 929 (remove_files) COMPLETE |
6939 | 2024-10-25T18:09:27.428Z | [ recovery-image] Oct 25 18:09:26.936 INFO O| Oct 25 18:09:26.936 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-10-25T18:09:27.428Z | [ recovery-image] Oct 25 18:09:26.948 INFO O| Oct 25 18:09:26.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6941 | 2024-10-25T18:09:27.428Z | [ recovery-image] Oct 25 18:09:26.949 INFO O| Oct 25 18:09:26.948 INFO STEP 930 (remove_files) COMPLETE |
6942 | 2024-10-25T18:09:27.428Z | [ recovery-image] Oct 25 18:09:26.949 INFO O| Oct 25 18:09:26.949 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-10-25T18:09:27.452Z | [ recovery-image] Oct 25 18:09:26.964 INFO O| Oct 25 18:09:26.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6944 | 2024-10-25T18:09:27.452Z | [ recovery-image] Oct 25 18:09:26.964 INFO O| Oct 25 18:09:26.964 INFO STEP 931 (remove_files) COMPLETE |
6945 | 2024-10-25T18:09:27.452Z | [ recovery-image] Oct 25 18:09:26.964 INFO O| Oct 25 18:09:26.964 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-10-25T18:09:27.452Z | [ recovery-image] Oct 25 18:09:26.977 INFO O| Oct 25 18:09:26.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6947 | 2024-10-25T18:09:27.452Z | [ recovery-image] Oct 25 18:09:26.977 INFO O| Oct 25 18:09:26.977 INFO STEP 932 (remove_files) COMPLETE |
6948 | 2024-10-25T18:09:27.452Z | [ recovery-image] Oct 25 18:09:26.977 INFO O| Oct 25 18:09:26.977 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-10-25T18:09:27.476Z | [ recovery-image] Oct 25 18:09:26.989 INFO O| Oct 25 18:09:26.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6950 | 2024-10-25T18:09:27.476Z | [ recovery-image] Oct 25 18:09:26.989 INFO O| Oct 25 18:09:26.989 INFO STEP 933 (remove_files) COMPLETE |
6951 | 2024-10-25T18:09:27.476Z | [ recovery-image] Oct 25 18:09:26.989 INFO O| Oct 25 18:09:26.989 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-10-25T18:09:27.500Z | [ recovery-image] Oct 25 18:09:27.003 INFO O| Oct 25 18:09:27.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6953 | 2024-10-25T18:09:27.500Z | [ recovery-image] Oct 25 18:09:27.003 INFO O| Oct 25 18:09:27.003 INFO STEP 934 (remove_files) COMPLETE |
6954 | 2024-10-25T18:09:27.500Z | [ recovery-image] Oct 25 18:09:27.003 INFO O| Oct 25 18:09:27.003 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-10-25T18:09:27.500Z | [ recovery-image] Oct 25 18:09:27.023 INFO O| Oct 25 18:09:27.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6956 | 2024-10-25T18:09:27.500Z | [ recovery-image] Oct 25 18:09:27.024 INFO O| Oct 25 18:09:27.023 INFO STEP 935 (remove_files) COMPLETE |
6957 | 2024-10-25T18:09:27.500Z | [ recovery-image] Oct 25 18:09:27.024 INFO O| Oct 25 18:09:27.024 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-10-25T18:09:27.532Z | [ recovery-image] Oct 25 18:09:27.037 INFO O| Oct 25 18:09:27.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6959 | 2024-10-25T18:09:27.532Z | [ recovery-image] Oct 25 18:09:27.037 INFO O| Oct 25 18:09:27.037 INFO STEP 936 (remove_files) COMPLETE |
6960 | 2024-10-25T18:09:27.532Z | [ recovery-image] Oct 25 18:09:27.037 INFO O| Oct 25 18:09:27.037 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-10-25T18:09:27.532Z | [ recovery-image] Oct 25 18:09:27.050 INFO O| Oct 25 18:09:27.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6962 | 2024-10-25T18:09:27.532Z | [ recovery-image] Oct 25 18:09:27.051 INFO O| Oct 25 18:09:27.051 INFO STEP 937 (remove_files) COMPLETE |
6963 | 2024-10-25T18:09:27.532Z | [ recovery-image] Oct 25 18:09:27.051 INFO O| Oct 25 18:09:27.051 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-10-25T18:09:27.557Z | [ host-image] Oct 25 18:09:27.057 INFO O| Oct 25 18:09:27.057 INFO O| Done |
6965 | 2024-10-25T18:09:27.557Z | [ recovery-image] Oct 25 18:09:27.066 INFO O| Oct 25 18:09:27.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6966 | 2024-10-25T18:09:27.557Z | [ recovery-image] Oct 25 18:09:27.066 INFO O| Oct 25 18:09:27.066 INFO STEP 938 (remove_files) COMPLETE |
6967 | 2024-10-25T18:09:27.557Z | [ recovery-image] Oct 25 18:09:27.066 INFO O| Oct 25 18:09:27.066 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-10-25T18:09:27.557Z | [ recovery-image] Oct 25 18:09:27.079 INFO O| Oct 25 18:09:27.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6969 | 2024-10-25T18:09:27.557Z | [ recovery-image] Oct 25 18:09:27.079 INFO O| Oct 25 18:09:27.079 INFO STEP 939 (remove_files) COMPLETE |
6970 | 2024-10-25T18:09:27.557Z | [ recovery-image] Oct 25 18:09:27.079 INFO O| Oct 25 18:09:27.079 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-10-25T18:09:27.581Z | [ host-image] Oct 25 18:09:27.088 INFO O| Oct 25 18:09:27.088 INFO O| Done |
6972 | 2024-10-25T18:09:27.581Z | [ host-image] Oct 25 18:09:27.089 INFO O| Oct 25 18:09:27.088 INFO O| Done |
6973 | 2024-10-25T18:09:27.581Z | [ recovery-image] Oct 25 18:09:27.092 INFO O| Oct 25 18:09:27.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6974 | 2024-10-25T18:09:27.581Z | [ recovery-image] Oct 25 18:09:27.092 INFO O| Oct 25 18:09:27.092 INFO STEP 940 (remove_files) COMPLETE |
6975 | 2024-10-25T18:09:27.581Z | [ recovery-image] Oct 25 18:09:27.092 INFO O| Oct 25 18:09:27.092 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-10-25T18:09:27.581Z | [ recovery-image] Oct 25 18:09:27.105 INFO O| Oct 25 18:09:27.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6977 | 2024-10-25T18:09:27.581Z | [ recovery-image] Oct 25 18:09:27.105 INFO O| Oct 25 18:09:27.105 INFO STEP 941 (remove_files) COMPLETE |
6978 | 2024-10-25T18:09:27.581Z | [ recovery-image] Oct 25 18:09:27.105 INFO O| Oct 25 18:09:27.105 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-10-25T18:09:27.605Z | [ host-image] Oct 25 18:09:27.107 INFO O| Oct 25 18:09:27.107 INFO O| Done |
6980 | 2024-10-25T18:09:27.605Z | [ recovery-image] Oct 25 18:09:27.118 INFO O| Oct 25 18:09:27.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6981 | 2024-10-25T18:09:27.605Z | [ recovery-image] Oct 25 18:09:27.118 INFO O| Oct 25 18:09:27.118 INFO STEP 942 (remove_files) COMPLETE |
6982 | 2024-10-25T18:09:27.605Z | [ recovery-image] Oct 25 18:09:27.118 INFO O| Oct 25 18:09:27.118 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-10-25T18:09:27.629Z | [ recovery-image] Oct 25 18:09:27.130 INFO O| Oct 25 18:09:27.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6984 | 2024-10-25T18:09:27.629Z | [ recovery-image] Oct 25 18:09:27.131 INFO O| Oct 25 18:09:27.130 INFO STEP 943 (remove_files) COMPLETE |
6985 | 2024-10-25T18:09:27.629Z | [ recovery-image] Oct 25 18:09:27.131 INFO O| Oct 25 18:09:27.130 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-10-25T18:09:27.629Z | [ recovery-image] Oct 25 18:09:27.143 INFO O| Oct 25 18:09:27.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6987 | 2024-10-25T18:09:27.629Z | [ recovery-image] Oct 25 18:09:27.143 INFO O| Oct 25 18:09:27.143 INFO STEP 944 (remove_files) COMPLETE |
6988 | 2024-10-25T18:09:27.629Z | [ recovery-image] Oct 25 18:09:27.143 INFO O| Oct 25 18:09:27.143 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-10-25T18:09:27.654Z | [ recovery-image] Oct 25 18:09:27.156 INFO O| Oct 25 18:09:27.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6990 | 2024-10-25T18:09:27.654Z | [ recovery-image] Oct 25 18:09:27.157 INFO O| Oct 25 18:09:27.157 INFO STEP 945 (remove_files) COMPLETE |
6991 | 2024-10-25T18:09:27.654Z | [ recovery-image] Oct 25 18:09:27.157 INFO O| Oct 25 18:09:27.157 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-10-25T18:09:27.654Z | [ recovery-image] Oct 25 18:09:27.169 INFO O| Oct 25 18:09:27.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6993 | 2024-10-25T18:09:27.654Z | [ recovery-image] Oct 25 18:09:27.169 INFO O| Oct 25 18:09:27.169 INFO STEP 946 (remove_files) COMPLETE |
6994 | 2024-10-25T18:09:27.654Z | [ recovery-image] Oct 25 18:09:27.169 INFO O| Oct 25 18:09:27.169 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-10-25T18:09:27.678Z | [ recovery-image] Oct 25 18:09:27.185 INFO O| Oct 25 18:09:27.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6996 | 2024-10-25T18:09:27.678Z | [ recovery-image] Oct 25 18:09:27.185 INFO O| Oct 25 18:09:27.185 INFO STEP 947 (remove_files) COMPLETE |
6997 | 2024-10-25T18:09:27.678Z | [ recovery-image] Oct 25 18:09:27.185 INFO O| Oct 25 18:09:27.185 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-10-25T18:09:27.678Z | [ recovery-image] Oct 25 18:09:27.202 INFO O| Oct 25 18:09:27.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6999 | 2024-10-25T18:09:27.678Z | [ recovery-image] Oct 25 18:09:27.202 INFO O| Oct 25 18:09:27.202 INFO STEP 948 (remove_files) COMPLETE |
7000 | 2024-10-25T18:09:27.678Z | [ recovery-image] Oct 25 18:09:27.202 INFO O| Oct 25 18:09:27.202 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-10-25T18:09:27.702Z | [ recovery-image] Oct 25 18:09:27.218 INFO O| Oct 25 18:09:27.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7002 | 2024-10-25T18:09:27.702Z | [ recovery-image] Oct 25 18:09:27.218 INFO O| Oct 25 18:09:27.218 INFO STEP 949 (remove_files) COMPLETE |
7003 | 2024-10-25T18:09:27.702Z | [ recovery-image] Oct 25 18:09:27.218 INFO O| Oct 25 18:09:27.218 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-10-25T18:09:27.726Z | [ host-image] Oct 25 18:09:27.231 INFO O| Oct 25 18:09:27.231 INFO STEP 12 (pkg_install) COMPLETE |
7005 | 2024-10-25T18:09:27.726Z | [ host-image] Oct 25 18:09:27.231 INFO O| Oct 25 18:09:27.231 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7006 | 2024-10-25T18:09:27.726Z | [ recovery-image] Oct 25 18:09:27.235 INFO O| Oct 25 18:09:27.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7007 | 2024-10-25T18:09:27.726Z | [ recovery-image] Oct 25 18:09:27.235 INFO O| Oct 25 18:09:27.235 INFO STEP 950 (remove_files) COMPLETE |
7008 | 2024-10-25T18:09:27.726Z | [ recovery-image] Oct 25 18:09:27.235 INFO O| Oct 25 18:09:27.235 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-10-25T18:09:27.726Z | [ host-image] Oct 25 18:09:27.250 INFO O| Oct 25 18:09:27.250 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
7010 | 2024-10-25T18:09:27.750Z | [ recovery-image] Oct 25 18:09:27.256 INFO O| Oct 25 18:09:27.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7011 | 2024-10-25T18:09:27.750Z | [ recovery-image] Oct 25 18:09:27.256 INFO O| Oct 25 18:09:27.256 INFO STEP 951 (remove_files) COMPLETE |
7012 | 2024-10-25T18:09:27.750Z | [ recovery-image] Oct 25 18:09:27.256 INFO O| Oct 25 18:09:27.256 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-10-25T18:09:27.774Z | [ recovery-image] Oct 25 18:09:27.278 INFO O| Oct 25 18:09:27.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7014 | 2024-10-25T18:09:27.774Z | [ recovery-image] Oct 25 18:09:27.278 INFO O| Oct 25 18:09:27.278 INFO STEP 952 (remove_files) COMPLETE |
7015 | 2024-10-25T18:09:27.774Z | [ recovery-image] Oct 25 18:09:27.278 INFO O| Oct 25 18:09:27.278 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-10-25T18:09:27.774Z | [ recovery-image] Oct 25 18:09:27.294 INFO O| Oct 25 18:09:27.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7017 | 2024-10-25T18:09:27.774Z | [ recovery-image] Oct 25 18:09:27.294 INFO O| Oct 25 18:09:27.294 INFO STEP 953 (remove_files) COMPLETE |
7018 | 2024-10-25T18:09:27.774Z | [ recovery-image] Oct 25 18:09:27.294 INFO O| Oct 25 18:09:27.294 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-10-25T18:09:27.798Z | [ recovery-image] Oct 25 18:09:27.309 INFO O| Oct 25 18:09:27.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7020 | 2024-10-25T18:09:27.798Z | [ recovery-image] Oct 25 18:09:27.309 INFO O| Oct 25 18:09:27.309 INFO STEP 954 (remove_files) COMPLETE |
7021 | 2024-10-25T18:09:27.798Z | [ recovery-image] Oct 25 18:09:27.309 INFO O| Oct 25 18:09:27.309 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-10-25T18:09:27.822Z | [ recovery-image] Oct 25 18:09:27.324 INFO O| Oct 25 18:09:27.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7023 | 2024-10-25T18:09:27.822Z | [ recovery-image] Oct 25 18:09:27.324 INFO O| Oct 25 18:09:27.324 INFO STEP 955 (remove_files) COMPLETE |
7024 | 2024-10-25T18:09:27.822Z | [ recovery-image] Oct 25 18:09:27.324 INFO O| Oct 25 18:09:27.324 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-10-25T18:09:27.822Z | [ recovery-image] Oct 25 18:09:27.341 INFO O| Oct 25 18:09:27.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7026 | 2024-10-25T18:09:27.822Z | [ recovery-image] Oct 25 18:09:27.341 INFO O| Oct 25 18:09:27.341 INFO STEP 956 (remove_files) COMPLETE |
7027 | 2024-10-25T18:09:27.822Z | [ recovery-image] Oct 25 18:09:27.341 INFO O| Oct 25 18:09:27.341 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-10-25T18:09:27.846Z | [ recovery-image] Oct 25 18:09:27.359 INFO O| Oct 25 18:09:27.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7029 | 2024-10-25T18:09:27.846Z | [ recovery-image] Oct 25 18:09:27.359 INFO O| Oct 25 18:09:27.359 INFO STEP 957 (remove_files) COMPLETE |
7030 | 2024-10-25T18:09:27.846Z | [ recovery-image] Oct 25 18:09:27.359 INFO O| Oct 25 18:09:27.359 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-10-25T18:09:27.870Z | [ recovery-image] Oct 25 18:09:27.375 INFO O| Oct 25 18:09:27.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7032 | 2024-10-25T18:09:27.870Z | [ recovery-image] Oct 25 18:09:27.375 INFO O| Oct 25 18:09:27.375 INFO STEP 958 (remove_files) COMPLETE |
7033 | 2024-10-25T18:09:27.870Z | [ recovery-image] Oct 25 18:09:27.375 INFO O| Oct 25 18:09:27.375 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-10-25T18:09:27.870Z | [ recovery-image] Oct 25 18:09:27.390 INFO O| Oct 25 18:09:27.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7035 | 2024-10-25T18:09:27.870Z | [ recovery-image] Oct 25 18:09:27.391 INFO O| Oct 25 18:09:27.391 INFO STEP 959 (remove_files) COMPLETE |
7036 | 2024-10-25T18:09:27.870Z | [ recovery-image] Oct 25 18:09:27.391 INFO O| Oct 25 18:09:27.391 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-10-25T18:09:27.894Z | [ recovery-image] Oct 25 18:09:27.405 INFO O| Oct 25 18:09:27.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7038 | 2024-10-25T18:09:27.894Z | [ recovery-image] Oct 25 18:09:27.406 INFO O| Oct 25 18:09:27.406 INFO STEP 960 (remove_files) COMPLETE |
7039 | 2024-10-25T18:09:27.894Z | [ recovery-image] Oct 25 18:09:27.406 INFO O| Oct 25 18:09:27.406 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-10-25T18:09:27.917Z | [ recovery-image] Oct 25 18:09:27.421 INFO O| Oct 25 18:09:27.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7041 | 2024-10-25T18:09:27.917Z | [ recovery-image] Oct 25 18:09:27.421 INFO O| Oct 25 18:09:27.421 INFO STEP 961 (remove_files) COMPLETE |
7042 | 2024-10-25T18:09:27.917Z | [ recovery-image] Oct 25 18:09:27.421 INFO O| Oct 25 18:09:27.421 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-10-25T18:09:27.917Z | [ recovery-image] Oct 25 18:09:27.436 INFO O| Oct 25 18:09:27.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7044 | 2024-10-25T18:09:27.918Z | [ recovery-image] Oct 25 18:09:27.436 INFO O| Oct 25 18:09:27.436 INFO STEP 962 (remove_files) COMPLETE |
7045 | 2024-10-25T18:09:27.918Z | [ recovery-image] Oct 25 18:09:27.436 INFO O| Oct 25 18:09:27.436 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-10-25T18:09:27.942Z | [ recovery-image] Oct 25 18:09:27.450 INFO O| Oct 25 18:09:27.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7047 | 2024-10-25T18:09:27.942Z | [ recovery-image] Oct 25 18:09:27.450 INFO O| Oct 25 18:09:27.450 INFO STEP 963 (remove_files) COMPLETE |
7048 | 2024-10-25T18:09:27.942Z | [ recovery-image] Oct 25 18:09:27.450 INFO O| Oct 25 18:09:27.450 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-10-25T18:09:27.942Z | [ recovery-image] Oct 25 18:09:27.466 INFO O| Oct 25 18:09:27.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7050 | 2024-10-25T18:09:27.942Z | [ recovery-image] Oct 25 18:09:27.467 INFO O| Oct 25 18:09:27.467 INFO STEP 964 (remove_files) COMPLETE |
7051 | 2024-10-25T18:09:27.942Z | [ recovery-image] Oct 25 18:09:27.467 INFO O| Oct 25 18:09:27.467 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-10-25T18:09:27.966Z | [ recovery-image] Oct 25 18:09:27.483 INFO O| Oct 25 18:09:27.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7053 | 2024-10-25T18:09:27.966Z | [ recovery-image] Oct 25 18:09:27.484 INFO O| Oct 25 18:09:27.483 INFO STEP 965 (remove_files) COMPLETE |
7054 | 2024-10-25T18:09:27.966Z | [ recovery-image] Oct 25 18:09:27.484 INFO O| Oct 25 18:09:27.484 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-10-25T18:09:27.989Z | [ recovery-image] Oct 25 18:09:27.501 INFO O| Oct 25 18:09:27.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7056 | 2024-10-25T18:09:27.989Z | [ recovery-image] Oct 25 18:09:27.501 INFO O| Oct 25 18:09:27.501 INFO STEP 966 (remove_files) COMPLETE |
7057 | 2024-10-25T18:09:27.990Z | [ recovery-image] Oct 25 18:09:27.501 INFO O| Oct 25 18:09:27.501 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-10-25T18:09:28.014Z | [ recovery-image] Oct 25 18:09:27.515 INFO O| Oct 25 18:09:27.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7059 | 2024-10-25T18:09:28.014Z | [ recovery-image] Oct 25 18:09:27.516 INFO O| Oct 25 18:09:27.516 INFO STEP 967 (remove_files) COMPLETE |
7060 | 2024-10-25T18:09:28.014Z | [ recovery-image] Oct 25 18:09:27.516 INFO O| Oct 25 18:09:27.516 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-10-25T18:09:28.014Z | [ recovery-image] Oct 25 18:09:27.529 INFO O| Oct 25 18:09:27.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7062 | 2024-10-25T18:09:28.014Z | [ recovery-image] Oct 25 18:09:27.530 INFO O| Oct 25 18:09:27.530 INFO STEP 968 (remove_files) COMPLETE |
7063 | 2024-10-25T18:09:28.014Z | [ recovery-image] Oct 25 18:09:27.530 INFO O| Oct 25 18:09:27.530 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-10-25T18:09:28.038Z | [ recovery-image] Oct 25 18:09:27.544 INFO O| Oct 25 18:09:27.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7065 | 2024-10-25T18:09:28.038Z | [ recovery-image] Oct 25 18:09:27.544 INFO O| Oct 25 18:09:27.544 INFO STEP 969 (remove_files) COMPLETE |
7066 | 2024-10-25T18:09:28.038Z | [ recovery-image] Oct 25 18:09:27.544 INFO O| Oct 25 18:09:27.544 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-10-25T18:09:28.038Z | [ recovery-image] Oct 25 18:09:27.558 INFO O| Oct 25 18:09:27.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7068 | 2024-10-25T18:09:28.038Z | [ recovery-image] Oct 25 18:09:27.558 INFO O| Oct 25 18:09:27.558 INFO STEP 970 (remove_files) COMPLETE |
7069 | 2024-10-25T18:09:28.038Z | [ recovery-image] Oct 25 18:09:27.558 INFO O| Oct 25 18:09:27.558 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-10-25T18:09:28.062Z | [ recovery-image] Oct 25 18:09:27.571 INFO O| Oct 25 18:09:27.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7071 | 2024-10-25T18:09:28.062Z | [ recovery-image] Oct 25 18:09:27.572 INFO O| Oct 25 18:09:27.571 INFO STEP 971 (remove_files) COMPLETE |
7072 | 2024-10-25T18:09:28.062Z | [ recovery-image] Oct 25 18:09:27.572 INFO O| Oct 25 18:09:27.571 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-10-25T18:09:28.062Z | [ recovery-image] Oct 25 18:09:27.584 INFO O| Oct 25 18:09:27.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7074 | 2024-10-25T18:09:28.062Z | [ recovery-image] Oct 25 18:09:27.584 INFO O| Oct 25 18:09:27.584 INFO STEP 972 (remove_files) COMPLETE |
7075 | 2024-10-25T18:09:28.062Z | [ recovery-image] Oct 25 18:09:27.584 INFO O| Oct 25 18:09:27.584 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-10-25T18:09:28.086Z | [ recovery-image] Oct 25 18:09:27.598 INFO O| Oct 25 18:09:27.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7077 | 2024-10-25T18:09:28.086Z | [ recovery-image] Oct 25 18:09:27.598 INFO O| Oct 25 18:09:27.598 INFO STEP 973 (remove_files) COMPLETE |
7078 | 2024-10-25T18:09:28.086Z | [ recovery-image] Oct 25 18:09:27.598 INFO O| Oct 25 18:09:27.598 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-10-25T18:09:28.109Z | [ recovery-image] Oct 25 18:09:27.612 INFO O| Oct 25 18:09:27.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7080 | 2024-10-25T18:09:28.109Z | [ recovery-image] Oct 25 18:09:27.612 INFO O| Oct 25 18:09:27.612 INFO STEP 974 (remove_files) COMPLETE |
7081 | 2024-10-25T18:09:28.110Z | [ recovery-image] Oct 25 18:09:27.612 INFO O| Oct 25 18:09:27.612 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-10-25T18:09:28.110Z | [ recovery-image] Oct 25 18:09:27.626 INFO O| Oct 25 18:09:27.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7083 | 2024-10-25T18:09:28.110Z | [ recovery-image] Oct 25 18:09:27.626 INFO O| Oct 25 18:09:27.626 INFO STEP 975 (remove_files) COMPLETE |
7084 | 2024-10-25T18:09:28.110Z | [ recovery-image] Oct 25 18:09:27.626 INFO O| Oct 25 18:09:27.626 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-10-25T18:09:28.134Z | [ recovery-image] Oct 25 18:09:27.642 INFO O| Oct 25 18:09:27.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7086 | 2024-10-25T18:09:28.134Z | [ recovery-image] Oct 25 18:09:27.642 INFO O| Oct 25 18:09:27.642 INFO STEP 976 (remove_files) COMPLETE |
7087 | 2024-10-25T18:09:28.134Z | [ recovery-image] Oct 25 18:09:27.642 INFO O| Oct 25 18:09:27.642 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-10-25T18:09:28.134Z | [ recovery-image] Oct 25 18:09:27.656 INFO O| Oct 25 18:09:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7089 | 2024-10-25T18:09:28.134Z | [ recovery-image] Oct 25 18:09:27.656 INFO O| Oct 25 18:09:27.656 INFO STEP 977 (remove_files) COMPLETE |
7090 | 2024-10-25T18:09:28.134Z | [ recovery-image] Oct 25 18:09:27.656 INFO O| Oct 25 18:09:27.656 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-10-25T18:09:28.158Z | [ recovery-image] Oct 25 18:09:27.669 INFO O| Oct 25 18:09:27.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7092 | 2024-10-25T18:09:28.158Z | [ recovery-image] Oct 25 18:09:27.669 INFO O| Oct 25 18:09:27.669 INFO STEP 978 (remove_files) COMPLETE |
7093 | 2024-10-25T18:09:28.158Z | [ recovery-image] Oct 25 18:09:27.669 INFO O| Oct 25 18:09:27.669 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-10-25T18:09:28.158Z | [ recovery-image] Oct 25 18:09:27.682 INFO O| Oct 25 18:09:27.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7095 | 2024-10-25T18:09:28.158Z | [ recovery-image] Oct 25 18:09:27.682 INFO O| Oct 25 18:09:27.682 INFO STEP 979 (remove_files) COMPLETE |
7096 | 2024-10-25T18:09:28.158Z | [ recovery-image] Oct 25 18:09:27.682 INFO O| Oct 25 18:09:27.682 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-10-25T18:09:28.182Z | [ recovery-image] Oct 25 18:09:27.694 INFO O| Oct 25 18:09:27.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7098 | 2024-10-25T18:09:28.182Z | [ recovery-image] Oct 25 18:09:27.694 INFO O| Oct 25 18:09:27.694 INFO STEP 980 (remove_files) COMPLETE |
7099 | 2024-10-25T18:09:28.182Z | [ recovery-image] Oct 25 18:09:27.694 INFO O| Oct 25 18:09:27.694 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-10-25T18:09:28.205Z | [ recovery-image] Oct 25 18:09:27.709 INFO O| Oct 25 18:09:27.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7101 | 2024-10-25T18:09:28.205Z | [ recovery-image] Oct 25 18:09:27.709 INFO O| Oct 25 18:09:27.709 INFO STEP 981 (remove_files) COMPLETE |
7102 | 2024-10-25T18:09:28.205Z | [ recovery-image] Oct 25 18:09:27.709 INFO O| Oct 25 18:09:27.709 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-10-25T18:09:28.206Z | [ recovery-image] Oct 25 18:09:27.722 INFO O| Oct 25 18:09:27.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7104 | 2024-10-25T18:09:28.206Z | [ recovery-image] Oct 25 18:09:27.723 INFO O| Oct 25 18:09:27.723 INFO STEP 982 (remove_files) COMPLETE |
7105 | 2024-10-25T18:09:28.206Z | [ recovery-image] Oct 25 18:09:27.723 INFO O| Oct 25 18:09:27.723 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-10-25T18:09:28.229Z | [ recovery-image] Oct 25 18:09:27.735 INFO O| Oct 25 18:09:27.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7107 | 2024-10-25T18:09:28.229Z | [ recovery-image] Oct 25 18:09:27.735 INFO O| Oct 25 18:09:27.735 INFO STEP 983 (remove_files) COMPLETE |
7108 | 2024-10-25T18:09:28.229Z | [ recovery-image] Oct 25 18:09:27.735 INFO O| Oct 25 18:09:27.735 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-10-25T18:09:28.229Z | [ recovery-image] Oct 25 18:09:27.750 INFO O| Oct 25 18:09:27.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7110 | 2024-10-25T18:09:28.229Z | [ recovery-image] Oct 25 18:09:27.750 INFO O| Oct 25 18:09:27.750 INFO STEP 984 (remove_files) COMPLETE |
7111 | 2024-10-25T18:09:28.229Z | [ recovery-image] Oct 25 18:09:27.750 INFO O| Oct 25 18:09:27.750 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-10-25T18:09:28.253Z | [ recovery-image] Oct 25 18:09:27.763 INFO O| Oct 25 18:09:27.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7113 | 2024-10-25T18:09:28.253Z | [ recovery-image] Oct 25 18:09:27.763 INFO O| Oct 25 18:09:27.763 INFO STEP 985 (remove_files) COMPLETE |
7114 | 2024-10-25T18:09:28.253Z | [ recovery-image] Oct 25 18:09:27.763 INFO O| Oct 25 18:09:27.763 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-10-25T18:09:28.277Z | [ recovery-image] Oct 25 18:09:27.784 INFO O| Oct 25 18:09:27.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7116 | 2024-10-25T18:09:28.277Z | [ recovery-image] Oct 25 18:09:27.784 INFO O| Oct 25 18:09:27.784 INFO STEP 986 (remove_files) COMPLETE |
7117 | 2024-10-25T18:09:28.277Z | [ recovery-image] Oct 25 18:09:27.784 INFO O| Oct 25 18:09:27.784 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-10-25T18:09:28.277Z | [ recovery-image] Oct 25 18:09:27.800 INFO O| Oct 25 18:09:27.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7119 | 2024-10-25T18:09:28.277Z | [ recovery-image] Oct 25 18:09:27.800 INFO O| Oct 25 18:09:27.800 INFO STEP 987 (remove_files) COMPLETE |
7120 | 2024-10-25T18:09:28.277Z | [ recovery-image] Oct 25 18:09:27.800 INFO O| Oct 25 18:09:27.800 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-10-25T18:09:28.301Z | [ recovery-image] Oct 25 18:09:27.814 INFO O| Oct 25 18:09:27.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7122 | 2024-10-25T18:09:28.301Z | [ recovery-image] Oct 25 18:09:27.814 INFO O| Oct 25 18:09:27.814 INFO STEP 988 (remove_files) COMPLETE |
7123 | 2024-10-25T18:09:28.301Z | [ recovery-image] Oct 25 18:09:27.814 INFO O| Oct 25 18:09:27.814 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-10-25T18:09:28.325Z | [ recovery-image] Oct 25 18:09:27.827 INFO O| Oct 25 18:09:27.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7125 | 2024-10-25T18:09:28.325Z | [ recovery-image] Oct 25 18:09:27.827 INFO O| Oct 25 18:09:27.827 INFO STEP 989 (remove_files) COMPLETE |
7126 | 2024-10-25T18:09:28.325Z | [ recovery-image] Oct 25 18:09:27.827 INFO O| Oct 25 18:09:27.827 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-10-25T18:09:28.325Z | [ recovery-image] Oct 25 18:09:27.839 INFO O| Oct 25 18:09:27.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7128 | 2024-10-25T18:09:28.325Z | [ recovery-image] Oct 25 18:09:27.839 INFO O| Oct 25 18:09:27.839 INFO STEP 990 (remove_files) COMPLETE |
7129 | 2024-10-25T18:09:28.325Z | [ recovery-image] Oct 25 18:09:27.839 INFO O| Oct 25 18:09:27.839 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-10-25T18:09:28.349Z | [ recovery-image] Oct 25 18:09:27.852 INFO O| Oct 25 18:09:27.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7131 | 2024-10-25T18:09:28.349Z | [ recovery-image] Oct 25 18:09:27.852 INFO O| Oct 25 18:09:27.852 INFO STEP 991 (remove_files) COMPLETE |
7132 | 2024-10-25T18:09:28.349Z | [ recovery-image] Oct 25 18:09:27.852 INFO O| Oct 25 18:09:27.852 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-10-25T18:09:28.349Z | [ recovery-image] Oct 25 18:09:27.865 INFO O| Oct 25 18:09:27.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7134 | 2024-10-25T18:09:28.349Z | [ recovery-image] Oct 25 18:09:27.866 INFO O| Oct 25 18:09:27.865 INFO STEP 992 (remove_files) COMPLETE |
7135 | 2024-10-25T18:09:28.349Z | [ recovery-image] Oct 25 18:09:27.866 INFO O| Oct 25 18:09:27.866 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-10-25T18:09:28.372Z | [ recovery-image] Oct 25 18:09:27.879 INFO O| Oct 25 18:09:27.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7137 | 2024-10-25T18:09:28.373Z | [ recovery-image] Oct 25 18:09:27.879 INFO O| Oct 25 18:09:27.879 INFO STEP 993 (remove_files) COMPLETE |
7138 | 2024-10-25T18:09:28.373Z | [ recovery-image] Oct 25 18:09:27.879 INFO O| Oct 25 18:09:27.879 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-10-25T18:09:28.373Z | [ recovery-image] Oct 25 18:09:27.892 INFO O| Oct 25 18:09:27.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7140 | 2024-10-25T18:09:28.373Z | [ recovery-image] Oct 25 18:09:27.892 INFO O| Oct 25 18:09:27.892 INFO STEP 994 (remove_files) COMPLETE |
7141 | 2024-10-25T18:09:28.373Z | [ recovery-image] Oct 25 18:09:27.892 INFO O| Oct 25 18:09:27.892 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-10-25T18:09:28.397Z | [ recovery-image] Oct 25 18:09:27.906 INFO O| Oct 25 18:09:27.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7143 | 2024-10-25T18:09:28.397Z | [ recovery-image] Oct 25 18:09:27.906 INFO O| Oct 25 18:09:27.906 INFO STEP 995 (remove_files) COMPLETE |
7144 | 2024-10-25T18:09:28.397Z | [ recovery-image] Oct 25 18:09:27.906 INFO O| Oct 25 18:09:27.906 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-10-25T18:09:28.420Z | [ recovery-image] Oct 25 18:09:27.923 INFO O| Oct 25 18:09:27.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7146 | 2024-10-25T18:09:28.421Z | [ recovery-image] Oct 25 18:09:27.923 INFO O| Oct 25 18:09:27.923 INFO STEP 996 (remove_files) COMPLETE |
7147 | 2024-10-25T18:09:28.421Z | [ recovery-image] Oct 25 18:09:27.923 INFO O| Oct 25 18:09:27.923 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-10-25T18:09:28.421Z | [ recovery-image] Oct 25 18:09:27.942 INFO O| Oct 25 18:09:27.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7149 | 2024-10-25T18:09:28.421Z | [ recovery-image] Oct 25 18:09:27.942 INFO O| Oct 25 18:09:27.942 INFO STEP 997 (remove_files) COMPLETE |
7150 | 2024-10-25T18:09:28.421Z | [ recovery-image] Oct 25 18:09:27.942 INFO O| Oct 25 18:09:27.942 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-10-25T18:09:28.421Z | [ host-image] Oct 25 18:09:27.944 INFO O| Oct 25 18:09:27.944 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7152 | 2024-10-25T18:09:28.444Z | [ recovery-image] Oct 25 18:09:27.955 INFO O| Oct 25 18:09:27.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7153 | 2024-10-25T18:09:28.445Z | [ recovery-image] Oct 25 18:09:27.955 INFO O| Oct 25 18:09:27.955 INFO STEP 998 (remove_files) COMPLETE |
7154 | 2024-10-25T18:09:28.445Z | [ recovery-image] Oct 25 18:09:27.955 INFO O| Oct 25 18:09:27.955 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-10-25T18:09:28.445Z | [ recovery-image] Oct 25 18:09:27.967 INFO O| Oct 25 18:09:27.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7156 | 2024-10-25T18:09:28.445Z | [ recovery-image] Oct 25 18:09:27.967 INFO O| Oct 25 18:09:27.967 INFO STEP 999 (remove_files) COMPLETE |
7157 | 2024-10-25T18:09:28.445Z | [ recovery-image] Oct 25 18:09:27.967 INFO O| Oct 25 18:09:27.967 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-10-25T18:09:28.469Z | [ recovery-image] Oct 25 18:09:27.980 INFO O| Oct 25 18:09:27.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7159 | 2024-10-25T18:09:28.469Z | [ recovery-image] Oct 25 18:09:27.980 INFO O| Oct 25 18:09:27.980 INFO STEP 1000 (remove_files) COMPLETE |
7160 | 2024-10-25T18:09:28.469Z | [ recovery-image] Oct 25 18:09:27.980 INFO O| Oct 25 18:09:27.980 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-10-25T18:09:28.493Z | [ recovery-image] Oct 25 18:09:27.996 INFO O| Oct 25 18:09:27.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7162 | 2024-10-25T18:09:28.494Z | [ recovery-image] Oct 25 18:09:27.996 INFO O| Oct 25 18:09:27.996 INFO STEP 1001 (remove_files) COMPLETE |
7163 | 2024-10-25T18:09:28.494Z | [ recovery-image] Oct 25 18:09:27.996 INFO O| Oct 25 18:09:27.996 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-10-25T18:09:28.494Z | [ recovery-image] Oct 25 18:09:28.014 INFO O| Oct 25 18:09:28.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7165 | 2024-10-25T18:09:28.494Z | [ recovery-image] Oct 25 18:09:28.014 INFO O| Oct 25 18:09:28.014 INFO STEP 1002 (remove_files) COMPLETE |
7166 | 2024-10-25T18:09:28.494Z | [ recovery-image] Oct 25 18:09:28.014 INFO O| Oct 25 18:09:28.014 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-10-25T18:09:28.518Z | [ recovery-image] Oct 25 18:09:28.027 INFO O| Oct 25 18:09:28.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7168 | 2024-10-25T18:09:28.518Z | [ recovery-image] Oct 25 18:09:28.027 INFO O| Oct 25 18:09:28.027 INFO STEP 1003 (remove_files) COMPLETE |
7169 | 2024-10-25T18:09:28.518Z | [ recovery-image] Oct 25 18:09:28.027 INFO O| Oct 25 18:09:28.027 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-10-25T18:09:28.518Z | [ recovery-image] Oct 25 18:09:28.040 INFO O| Oct 25 18:09:28.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7171 | 2024-10-25T18:09:28.518Z | [ recovery-image] Oct 25 18:09:28.040 INFO O| Oct 25 18:09:28.040 INFO STEP 1004 (remove_files) COMPLETE |
7172 | 2024-10-25T18:09:28.518Z | [ recovery-image] Oct 25 18:09:28.040 INFO O| Oct 25 18:09:28.040 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-10-25T18:09:28.542Z | [ recovery-image] Oct 25 18:09:28.057 INFO O| Oct 25 18:09:28.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7174 | 2024-10-25T18:09:28.542Z | [ recovery-image] Oct 25 18:09:28.057 INFO O| Oct 25 18:09:28.057 INFO STEP 1005 (remove_files) COMPLETE |
7175 | 2024-10-25T18:09:28.542Z | [ recovery-image] Oct 25 18:09:28.057 INFO O| Oct 25 18:09:28.057 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-10-25T18:09:28.567Z | [ recovery-image] Oct 25 18:09:28.072 INFO O| Oct 25 18:09:28.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7177 | 2024-10-25T18:09:28.567Z | [ recovery-image] Oct 25 18:09:28.072 INFO O| Oct 25 18:09:28.072 INFO STEP 1006 (remove_files) COMPLETE |
7178 | 2024-10-25T18:09:28.567Z | [ recovery-image] Oct 25 18:09:28.072 INFO O| Oct 25 18:09:28.072 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-10-25T18:09:28.567Z | [ recovery-image] Oct 25 18:09:28.086 INFO O| Oct 25 18:09:28.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7180 | 2024-10-25T18:09:28.567Z | [ recovery-image] Oct 25 18:09:28.086 INFO O| Oct 25 18:09:28.086 INFO STEP 1007 (remove_files) COMPLETE |
7181 | 2024-10-25T18:09:28.567Z | [ recovery-image] Oct 25 18:09:28.086 INFO O| Oct 25 18:09:28.086 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-10-25T18:09:28.591Z | [ recovery-image] Oct 25 18:09:28.103 INFO O| Oct 25 18:09:28.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7183 | 2024-10-25T18:09:28.591Z | [ recovery-image] Oct 25 18:09:28.103 INFO O| Oct 25 18:09:28.103 INFO STEP 1008 (remove_files) COMPLETE |
7184 | 2024-10-25T18:09:28.591Z | [ recovery-image] Oct 25 18:09:28.103 INFO O| Oct 25 18:09:28.103 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-10-25T18:09:28.615Z | [ recovery-image] Oct 25 18:09:28.119 INFO O| Oct 25 18:09:28.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7186 | 2024-10-25T18:09:28.615Z | [ recovery-image] Oct 25 18:09:28.119 INFO O| Oct 25 18:09:28.119 INFO STEP 1009 (remove_files) COMPLETE |
7187 | 2024-10-25T18:09:28.615Z | [ recovery-image] Oct 25 18:09:28.119 INFO O| Oct 25 18:09:28.119 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-10-25T18:09:28.615Z | [ recovery-image] Oct 25 18:09:28.136 INFO O| Oct 25 18:09:28.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7189 | 2024-10-25T18:09:28.615Z | [ recovery-image] Oct 25 18:09:28.136 INFO O| Oct 25 18:09:28.136 INFO STEP 1010 (remove_files) COMPLETE |
7190 | 2024-10-25T18:09:28.615Z | [ recovery-image] Oct 25 18:09:28.136 INFO O| Oct 25 18:09:28.136 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-10-25T18:09:28.640Z | [ recovery-image] Oct 25 18:09:28.149 INFO O| Oct 25 18:09:28.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7192 | 2024-10-25T18:09:28.640Z | [ recovery-image] Oct 25 18:09:28.149 INFO O| Oct 25 18:09:28.149 INFO STEP 1011 (remove_files) COMPLETE |
7193 | 2024-10-25T18:09:28.640Z | [ recovery-image] Oct 25 18:09:28.149 INFO O| Oct 25 18:09:28.149 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2024-10-25T18:09:28.664Z | [ recovery-image] Oct 25 18:09:28.168 INFO O| Oct 25 18:09:28.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7195 | 2024-10-25T18:09:28.664Z | [ recovery-image] Oct 25 18:09:28.169 INFO O| Oct 25 18:09:28.169 INFO STEP 1012 (remove_files) COMPLETE |
7196 | 2024-10-25T18:09:28.664Z | [ recovery-image] Oct 25 18:09:28.169 INFO O| Oct 25 18:09:28.169 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-10-25T18:09:28.687Z | [ recovery-image] Oct 25 18:09:28.197 INFO O| Oct 25 18:09:28.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7198 | 2024-10-25T18:09:28.687Z | [ recovery-image] Oct 25 18:09:28.197 INFO O| Oct 25 18:09:28.197 INFO STEP 1013 (remove_files) COMPLETE |
7199 | 2024-10-25T18:09:28.687Z | [ recovery-image] Oct 25 18:09:28.197 INFO O| Oct 25 18:09:28.197 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-10-25T18:09:28.687Z | [ recovery-image] Oct 25 18:09:28.210 INFO O| Oct 25 18:09:28.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7201 | 2024-10-25T18:09:28.688Z | [ recovery-image] Oct 25 18:09:28.210 INFO O| Oct 25 18:09:28.210 INFO STEP 1014 (remove_files) COMPLETE |
7202 | 2024-10-25T18:09:28.688Z | [ recovery-image] Oct 25 18:09:28.210 INFO O| Oct 25 18:09:28.210 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-10-25T18:09:28.711Z | [ recovery-image] Oct 25 18:09:28.229 INFO O| Oct 25 18:09:28.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7204 | 2024-10-25T18:09:28.711Z | [ recovery-image] Oct 25 18:09:28.229 INFO O| Oct 25 18:09:28.229 INFO STEP 1015 (remove_files) COMPLETE |
7205 | 2024-10-25T18:09:28.711Z | [ recovery-image] Oct 25 18:09:28.229 INFO O| Oct 25 18:09:28.229 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-10-25T18:09:28.735Z | [ recovery-image] Oct 25 18:09:28.244 INFO O| Oct 25 18:09:28.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7207 | 2024-10-25T18:09:28.735Z | [ recovery-image] Oct 25 18:09:28.244 INFO O| Oct 25 18:09:28.244 INFO STEP 1016 (remove_files) COMPLETE |
7208 | 2024-10-25T18:09:28.735Z | [ recovery-image] Oct 25 18:09:28.244 INFO O| Oct 25 18:09:28.244 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-10-25T18:09:28.759Z | [ recovery-image] Oct 25 18:09:28.261 INFO O| Oct 25 18:09:28.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7210 | 2024-10-25T18:09:28.759Z | [ recovery-image] Oct 25 18:09:28.261 INFO O| Oct 25 18:09:28.261 INFO STEP 1017 (remove_files) COMPLETE |
7211 | 2024-10-25T18:09:28.759Z | [ recovery-image] Oct 25 18:09:28.261 INFO O| Oct 25 18:09:28.261 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-10-25T18:09:28.759Z | [ recovery-image] Oct 25 18:09:28.278 INFO O| Oct 25 18:09:28.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7213 | 2024-10-25T18:09:28.759Z | [ recovery-image] Oct 25 18:09:28.278 INFO O| Oct 25 18:09:28.278 INFO STEP 1018 (remove_files) COMPLETE |
7214 | 2024-10-25T18:09:28.759Z | [ recovery-image] Oct 25 18:09:28.278 INFO O| Oct 25 18:09:28.278 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-10-25T18:09:28.783Z | [ recovery-image] Oct 25 18:09:28.292 INFO O| Oct 25 18:09:28.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7216 | 2024-10-25T18:09:28.783Z | [ recovery-image] Oct 25 18:09:28.292 INFO O| Oct 25 18:09:28.292 INFO STEP 1019 (remove_files) COMPLETE |
7217 | 2024-10-25T18:09:28.783Z | [ recovery-image] Oct 25 18:09:28.292 INFO O| Oct 25 18:09:28.292 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2024-10-25T18:09:28.783Z | [ recovery-image] Oct 25 18:09:28.306 INFO O| Oct 25 18:09:28.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7219 | 2024-10-25T18:09:28.783Z | [ recovery-image] Oct 25 18:09:28.306 INFO O| Oct 25 18:09:28.306 INFO STEP 1020 (remove_files) COMPLETE |
7220 | 2024-10-25T18:09:28.783Z | [ recovery-image] Oct 25 18:09:28.306 INFO O| Oct 25 18:09:28.306 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2024-10-25T18:09:28.807Z | [ recovery-image] Oct 25 18:09:28.321 INFO O| Oct 25 18:09:28.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7222 | 2024-10-25T18:09:28.807Z | [ recovery-image] Oct 25 18:09:28.321 INFO O| Oct 25 18:09:28.321 INFO STEP 1021 (remove_files) COMPLETE |
7223 | 2024-10-25T18:09:28.807Z | [ recovery-image] Oct 25 18:09:28.321 INFO O| Oct 25 18:09:28.321 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-10-25T18:09:28.831Z | [ recovery-image] Oct 25 18:09:28.334 INFO O| Oct 25 18:09:28.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7225 | 2024-10-25T18:09:28.831Z | [ recovery-image] Oct 25 18:09:28.334 INFO O| Oct 25 18:09:28.334 INFO STEP 1022 (remove_files) COMPLETE |
7226 | 2024-10-25T18:09:28.831Z | [ recovery-image] Oct 25 18:09:28.334 INFO O| Oct 25 18:09:28.334 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2024-10-25T18:09:28.831Z | [ recovery-image] Oct 25 18:09:28.348 INFO O| Oct 25 18:09:28.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7228 | 2024-10-25T18:09:28.831Z | [ recovery-image] Oct 25 18:09:28.348 INFO O| Oct 25 18:09:28.348 INFO STEP 1023 (remove_files) COMPLETE |
7229 | 2024-10-25T18:09:28.831Z | [ recovery-image] Oct 25 18:09:28.348 INFO O| Oct 25 18:09:28.348 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-10-25T18:09:28.855Z | [ recovery-image] Oct 25 18:09:28.361 INFO O| Oct 25 18:09:28.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7231 | 2024-10-25T18:09:28.855Z | [ recovery-image] Oct 25 18:09:28.361 INFO O| Oct 25 18:09:28.361 INFO STEP 1024 (remove_files) COMPLETE |
7232 | 2024-10-25T18:09:28.855Z | [ recovery-image] Oct 25 18:09:28.361 INFO O| Oct 25 18:09:28.361 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-10-25T18:09:28.855Z | [ recovery-image] Oct 25 18:09:28.374 INFO O| Oct 25 18:09:28.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7234 | 2024-10-25T18:09:28.855Z | [ recovery-image] Oct 25 18:09:28.374 INFO O| Oct 25 18:09:28.374 INFO STEP 1025 (remove_files) COMPLETE |
7235 | 2024-10-25T18:09:28.855Z | [ recovery-image] Oct 25 18:09:28.374 INFO O| Oct 25 18:09:28.374 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-10-25T18:09:28.879Z | [ recovery-image] Oct 25 18:09:28.391 INFO O| Oct 25 18:09:28.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7237 | 2024-10-25T18:09:28.879Z | [ recovery-image] Oct 25 18:09:28.391 INFO O| Oct 25 18:09:28.391 INFO STEP 1026 (remove_files) COMPLETE |
7238 | 2024-10-25T18:09:28.879Z | [ recovery-image] Oct 25 18:09:28.391 INFO O| Oct 25 18:09:28.391 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-10-25T18:09:28.879Z | [ recovery-image] Oct 25 18:09:28.404 INFO O| Oct 25 18:09:28.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7240 | 2024-10-25T18:09:28.879Z | [ recovery-image] Oct 25 18:09:28.404 INFO O| Oct 25 18:09:28.404 INFO STEP 1027 (remove_files) COMPLETE |
7241 | 2024-10-25T18:09:28.879Z | [ recovery-image] Oct 25 18:09:28.404 INFO O| Oct 25 18:09:28.404 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2024-10-25T18:09:28.903Z | [ recovery-image] Oct 25 18:09:28.416 INFO O| Oct 25 18:09:28.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7243 | 2024-10-25T18:09:28.903Z | [ recovery-image] Oct 25 18:09:28.416 INFO O| Oct 25 18:09:28.416 INFO STEP 1028 (remove_files) COMPLETE |
7244 | 2024-10-25T18:09:28.903Z | [ recovery-image] Oct 25 18:09:28.416 INFO O| Oct 25 18:09:28.416 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2024-10-25T18:09:28.928Z | [ recovery-image] Oct 25 18:09:28.430 INFO O| Oct 25 18:09:28.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7246 | 2024-10-25T18:09:28.928Z | [ recovery-image] Oct 25 18:09:28.430 INFO O| Oct 25 18:09:28.430 INFO STEP 1029 (remove_files) COMPLETE |
7247 | 2024-10-25T18:09:28.928Z | [ recovery-image] Oct 25 18:09:28.430 INFO O| Oct 25 18:09:28.430 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2024-10-25T18:09:28.928Z | [ recovery-image] Oct 25 18:09:28.443 INFO O| Oct 25 18:09:28.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7249 | 2024-10-25T18:09:28.928Z | [ recovery-image] Oct 25 18:09:28.443 INFO O| Oct 25 18:09:28.443 INFO STEP 1030 (remove_files) COMPLETE |
7250 | 2024-10-25T18:09:28.928Z | [ recovery-image] Oct 25 18:09:28.443 INFO O| Oct 25 18:09:28.443 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2024-10-25T18:09:28.952Z | [ recovery-image] Oct 25 18:09:28.457 INFO O| Oct 25 18:09:28.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7252 | 2024-10-25T18:09:28.952Z | [ recovery-image] Oct 25 18:09:28.457 INFO O| Oct 25 18:09:28.457 INFO STEP 1031 (remove_files) COMPLETE |
7253 | 2024-10-25T18:09:28.952Z | [ recovery-image] Oct 25 18:09:28.457 INFO O| Oct 25 18:09:28.457 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-10-25T18:09:28.952Z | [ recovery-image] Oct 25 18:09:28.471 INFO O| Oct 25 18:09:28.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7255 | 2024-10-25T18:09:28.952Z | [ recovery-image] Oct 25 18:09:28.471 INFO O| Oct 25 18:09:28.471 INFO STEP 1032 (remove_files) COMPLETE |
7256 | 2024-10-25T18:09:28.952Z | [ recovery-image] Oct 25 18:09:28.471 INFO O| Oct 25 18:09:28.471 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-10-25T18:09:28.976Z | [ recovery-image] Oct 25 18:09:28.485 INFO O| Oct 25 18:09:28.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7258 | 2024-10-25T18:09:28.976Z | [ recovery-image] Oct 25 18:09:28.485 INFO O| Oct 25 18:09:28.485 INFO STEP 1033 (remove_files) COMPLETE |
7259 | 2024-10-25T18:09:28.976Z | [ recovery-image] Oct 25 18:09:28.485 INFO O| Oct 25 18:09:28.485 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-10-25T18:09:28.976Z | [ recovery-image] Oct 25 18:09:28.499 INFO O| Oct 25 18:09:28.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7261 | 2024-10-25T18:09:28.976Z | [ recovery-image] Oct 25 18:09:28.499 INFO O| Oct 25 18:09:28.499 INFO STEP 1034 (remove_files) COMPLETE |
7262 | 2024-10-25T18:09:28.976Z | [ recovery-image] Oct 25 18:09:28.499 INFO O| Oct 25 18:09:28.499 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-10-25T18:09:29.000Z | [ recovery-image] Oct 25 18:09:28.512 INFO O| Oct 25 18:09:28.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7264 | 2024-10-25T18:09:29.000Z | [ recovery-image] Oct 25 18:09:28.513 INFO O| Oct 25 18:09:28.512 INFO STEP 1035 (remove_files) COMPLETE |
7265 | 2024-10-25T18:09:29.000Z | [ recovery-image] Oct 25 18:09:28.513 INFO O| Oct 25 18:09:28.513 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-10-25T18:09:29.024Z | [ recovery-image] Oct 25 18:09:28.526 INFO O| Oct 25 18:09:28.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7267 | 2024-10-25T18:09:29.024Z | [ recovery-image] Oct 25 18:09:28.526 INFO O| Oct 25 18:09:28.526 INFO STEP 1036 (remove_files) COMPLETE |
7268 | 2024-10-25T18:09:29.024Z | [ recovery-image] Oct 25 18:09:28.526 INFO O| Oct 25 18:09:28.526 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-10-25T18:09:29.024Z | [ recovery-image] Oct 25 18:09:28.540 INFO O| Oct 25 18:09:28.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7270 | 2024-10-25T18:09:29.024Z | [ recovery-image] Oct 25 18:09:28.540 INFO O| Oct 25 18:09:28.540 INFO STEP 1037 (remove_files) COMPLETE |
7271 | 2024-10-25T18:09:29.024Z | [ recovery-image] Oct 25 18:09:28.540 INFO O| Oct 25 18:09:28.540 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-10-25T18:09:29.048Z | [ recovery-image] Oct 25 18:09:28.553 INFO O| Oct 25 18:09:28.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7273 | 2024-10-25T18:09:29.048Z | [ recovery-image] Oct 25 18:09:28.553 INFO O| Oct 25 18:09:28.553 INFO STEP 1038 (remove_files) COMPLETE |
7274 | 2024-10-25T18:09:29.048Z | [ recovery-image] Oct 25 18:09:28.554 INFO O| Oct 25 18:09:28.553 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-10-25T18:09:29.048Z | [ recovery-image] Oct 25 18:09:28.567 INFO O| Oct 25 18:09:28.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7276 | 2024-10-25T18:09:29.048Z | [ recovery-image] Oct 25 18:09:28.567 INFO O| Oct 25 18:09:28.567 INFO STEP 1039 (remove_files) COMPLETE |
7277 | 2024-10-25T18:09:29.048Z | [ recovery-image] Oct 25 18:09:28.567 INFO O| Oct 25 18:09:28.567 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-10-25T18:09:29.072Z | [ recovery-image] Oct 25 18:09:28.580 INFO O| Oct 25 18:09:28.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7279 | 2024-10-25T18:09:29.072Z | [ recovery-image] Oct 25 18:09:28.580 INFO O| Oct 25 18:09:28.580 INFO STEP 1040 (remove_files) COMPLETE |
7280 | 2024-10-25T18:09:29.072Z | [ recovery-image] Oct 25 18:09:28.580 INFO O| Oct 25 18:09:28.580 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-10-25T18:09:29.073Z | [ recovery-image] Oct 25 18:09:28.592 INFO O| Oct 25 18:09:28.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7282 | 2024-10-25T18:09:29.073Z | [ recovery-image] Oct 25 18:09:28.593 INFO O| Oct 25 18:09:28.593 INFO STEP 1041 (remove_files) COMPLETE |
7283 | 2024-10-25T18:09:29.073Z | [ recovery-image] Oct 25 18:09:28.593 INFO O| Oct 25 18:09:28.593 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-10-25T18:09:29.097Z | [ recovery-image] Oct 25 18:09:28.605 INFO O| Oct 25 18:09:28.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7285 | 2024-10-25T18:09:29.097Z | [ recovery-image] Oct 25 18:09:28.606 INFO O| Oct 25 18:09:28.606 INFO STEP 1042 (remove_files) COMPLETE |
7286 | 2024-10-25T18:09:29.097Z | [ recovery-image] Oct 25 18:09:28.606 INFO O| Oct 25 18:09:28.606 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-10-25T18:09:29.097Z | [ recovery-image] Oct 25 18:09:28.618 INFO O| Oct 25 18:09:28.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7288 | 2024-10-25T18:09:29.097Z | [ recovery-image] Oct 25 18:09:28.618 INFO O| Oct 25 18:09:28.618 INFO STEP 1043 (remove_files) COMPLETE |
7289 | 2024-10-25T18:09:29.097Z | [ recovery-image] Oct 25 18:09:28.618 INFO O| Oct 25 18:09:28.618 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-10-25T18:09:29.121Z | [ recovery-image] Oct 25 18:09:28.632 INFO O| Oct 25 18:09:28.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7291 | 2024-10-25T18:09:29.121Z | [ recovery-image] Oct 25 18:09:28.632 INFO O| Oct 25 18:09:28.632 INFO STEP 1044 (remove_files) COMPLETE |
7292 | 2024-10-25T18:09:29.121Z | [ recovery-image] Oct 25 18:09:28.632 INFO O| Oct 25 18:09:28.632 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-10-25T18:09:29.121Z | [ recovery-image] Oct 25 18:09:28.644 INFO O| Oct 25 18:09:28.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7294 | 2024-10-25T18:09:29.121Z | [ recovery-image] Oct 25 18:09:28.644 INFO O| Oct 25 18:09:28.644 INFO STEP 1045 (remove_files) COMPLETE |
7295 | 2024-10-25T18:09:29.121Z | [ recovery-image] Oct 25 18:09:28.644 INFO O| Oct 25 18:09:28.644 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-10-25T18:09:29.145Z | [ recovery-image] Oct 25 18:09:28.658 INFO O| Oct 25 18:09:28.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7297 | 2024-10-25T18:09:29.145Z | [ recovery-image] Oct 25 18:09:28.658 INFO O| Oct 25 18:09:28.658 INFO STEP 1046 (remove_files) COMPLETE |
7298 | 2024-10-25T18:09:29.145Z | [ recovery-image] Oct 25 18:09:28.658 INFO O| Oct 25 18:09:28.658 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-10-25T18:09:29.169Z | [ recovery-image] Oct 25 18:09:28.672 INFO O| Oct 25 18:09:28.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7300 | 2024-10-25T18:09:29.169Z | [ recovery-image] Oct 25 18:09:28.672 INFO O| Oct 25 18:09:28.672 INFO STEP 1047 (remove_files) COMPLETE |
7301 | 2024-10-25T18:09:29.169Z | [ recovery-image] Oct 25 18:09:28.672 INFO O| Oct 25 18:09:28.672 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-10-25T18:09:29.169Z | [ recovery-image] Oct 25 18:09:28.689 INFO O| Oct 25 18:09:28.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7303 | 2024-10-25T18:09:29.169Z | [ recovery-image] Oct 25 18:09:28.689 INFO O| Oct 25 18:09:28.689 INFO STEP 1048 (remove_files) COMPLETE |
7304 | 2024-10-25T18:09:29.169Z | [ recovery-image] Oct 25 18:09:28.689 INFO O| Oct 25 18:09:28.689 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-10-25T18:09:29.193Z | [ recovery-image] Oct 25 18:09:28.705 INFO O| Oct 25 18:09:28.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7306 | 2024-10-25T18:09:29.193Z | [ recovery-image] Oct 25 18:09:28.705 INFO O| Oct 25 18:09:28.705 INFO STEP 1049 (remove_files) COMPLETE |
7307 | 2024-10-25T18:09:29.193Z | [ recovery-image] Oct 25 18:09:28.705 INFO O| Oct 25 18:09:28.705 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-10-25T18:09:29.217Z | [ recovery-image] Oct 25 18:09:28.721 INFO O| Oct 25 18:09:28.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7309 | 2024-10-25T18:09:29.217Z | [ recovery-image] Oct 25 18:09:28.721 INFO O| Oct 25 18:09:28.721 INFO STEP 1050 (remove_files) COMPLETE |
7310 | 2024-10-25T18:09:29.217Z | [ recovery-image] Oct 25 18:09:28.721 INFO O| Oct 25 18:09:28.721 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-10-25T18:09:29.217Z | [ recovery-image] Oct 25 18:09:28.734 INFO O| Oct 25 18:09:28.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7312 | 2024-10-25T18:09:29.217Z | [ recovery-image] Oct 25 18:09:28.735 INFO O| Oct 25 18:09:28.735 INFO STEP 1051 (remove_files) COMPLETE |
7313 | 2024-10-25T18:09:29.217Z | [ recovery-image] Oct 25 18:09:28.735 INFO O| Oct 25 18:09:28.735 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-10-25T18:09:29.241Z | [ recovery-image] Oct 25 18:09:28.747 INFO O| Oct 25 18:09:28.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7315 | 2024-10-25T18:09:29.241Z | [ recovery-image] Oct 25 18:09:28.748 INFO O| Oct 25 18:09:28.747 INFO STEP 1052 (remove_files) COMPLETE |
7316 | 2024-10-25T18:09:29.241Z | [ recovery-image] Oct 25 18:09:28.748 INFO O| Oct 25 18:09:28.748 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-10-25T18:09:29.241Z | [ recovery-image] Oct 25 18:09:28.760 INFO O| Oct 25 18:09:28.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7318 | 2024-10-25T18:09:29.241Z | [ recovery-image] Oct 25 18:09:28.760 INFO O| Oct 25 18:09:28.760 INFO STEP 1053 (remove_files) COMPLETE |
7319 | 2024-10-25T18:09:29.242Z | [ recovery-image] Oct 25 18:09:28.760 INFO O| Oct 25 18:09:28.760 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-10-25T18:09:29.265Z | [ recovery-image] Oct 25 18:09:28.773 INFO O| Oct 25 18:09:28.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7321 | 2024-10-25T18:09:29.265Z | [ recovery-image] Oct 25 18:09:28.773 INFO O| Oct 25 18:09:28.773 INFO STEP 1054 (remove_files) COMPLETE |
7322 | 2024-10-25T18:09:29.265Z | [ recovery-image] Oct 25 18:09:28.773 INFO O| Oct 25 18:09:28.773 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-10-25T18:09:29.265Z | [ recovery-image] Oct 25 18:09:28.785 INFO O| Oct 25 18:09:28.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7324 | 2024-10-25T18:09:29.265Z | [ recovery-image] Oct 25 18:09:28.785 INFO O| Oct 25 18:09:28.785 INFO STEP 1055 (remove_files) COMPLETE |
7325 | 2024-10-25T18:09:29.265Z | [ recovery-image] Oct 25 18:09:28.786 INFO O| Oct 25 18:09:28.785 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-10-25T18:09:29.289Z | [ recovery-image] Oct 25 18:09:28.801 INFO O| Oct 25 18:09:28.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7327 | 2024-10-25T18:09:29.289Z | [ recovery-image] Oct 25 18:09:28.801 INFO O| Oct 25 18:09:28.801 INFO STEP 1056 (remove_files) COMPLETE |
7328 | 2024-10-25T18:09:29.289Z | [ recovery-image] Oct 25 18:09:28.801 INFO O| Oct 25 18:09:28.801 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-10-25T18:09:29.289Z | [ recovery-image] Oct 25 18:09:28.814 INFO O| Oct 25 18:09:28.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7330 | 2024-10-25T18:09:29.289Z | [ recovery-image] Oct 25 18:09:28.814 INFO O| Oct 25 18:09:28.814 INFO STEP 1057 (remove_files) COMPLETE |
7331 | 2024-10-25T18:09:29.289Z | [ recovery-image] Oct 25 18:09:28.814 INFO O| Oct 25 18:09:28.814 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-10-25T18:09:29.313Z | [ recovery-image] Oct 25 18:09:28.827 INFO O| Oct 25 18:09:28.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7333 | 2024-10-25T18:09:29.313Z | [ recovery-image] Oct 25 18:09:28.827 INFO O| Oct 25 18:09:28.827 INFO STEP 1058 (remove_files) COMPLETE |
7334 | 2024-10-25T18:09:29.313Z | [ recovery-image] Oct 25 18:09:28.827 INFO O| Oct 25 18:09:28.827 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-10-25T18:09:29.337Z | [ recovery-image] Oct 25 18:09:28.841 INFO O| Oct 25 18:09:28.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7336 | 2024-10-25T18:09:29.337Z | [ recovery-image] Oct 25 18:09:28.841 INFO O| Oct 25 18:09:28.841 INFO STEP 1059 (remove_files) COMPLETE |
7337 | 2024-10-25T18:09:29.337Z | [ recovery-image] Oct 25 18:09:28.841 INFO O| Oct 25 18:09:28.841 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-10-25T18:09:29.337Z | [ recovery-image] Oct 25 18:09:28.854 INFO O| Oct 25 18:09:28.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7339 | 2024-10-25T18:09:29.337Z | [ recovery-image] Oct 25 18:09:28.855 INFO O| Oct 25 18:09:28.855 INFO STEP 1060 (remove_files) COMPLETE |
7340 | 2024-10-25T18:09:29.337Z | [ recovery-image] Oct 25 18:09:28.855 INFO O| Oct 25 18:09:28.855 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-10-25T18:09:29.361Z | [ recovery-image] Oct 25 18:09:28.867 INFO O| Oct 25 18:09:28.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7342 | 2024-10-25T18:09:29.361Z | [ recovery-image] Oct 25 18:09:28.867 INFO O| Oct 25 18:09:28.867 INFO STEP 1061 (remove_files) COMPLETE |
7343 | 2024-10-25T18:09:29.361Z | [ recovery-image] Oct 25 18:09:28.867 INFO O| Oct 25 18:09:28.867 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-10-25T18:09:29.361Z | [ recovery-image] Oct 25 18:09:28.880 INFO O| Oct 25 18:09:28.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7345 | 2024-10-25T18:09:29.361Z | [ recovery-image] Oct 25 18:09:28.880 INFO O| Oct 25 18:09:28.880 INFO STEP 1062 (remove_files) COMPLETE |
7346 | 2024-10-25T18:09:29.361Z | [ recovery-image] Oct 25 18:09:28.880 INFO O| Oct 25 18:09:28.880 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-10-25T18:09:29.386Z | [ recovery-image] Oct 25 18:09:28.893 INFO O| Oct 25 18:09:28.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7348 | 2024-10-25T18:09:29.386Z | [ recovery-image] Oct 25 18:09:28.893 INFO O| Oct 25 18:09:28.893 INFO STEP 1063 (remove_files) COMPLETE |
7349 | 2024-10-25T18:09:29.386Z | [ recovery-image] Oct 25 18:09:28.893 INFO O| Oct 25 18:09:28.893 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-10-25T18:09:29.386Z | [ recovery-image] Oct 25 18:09:28.909 INFO O| Oct 25 18:09:28.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7351 | 2024-10-25T18:09:29.386Z | [ recovery-image] Oct 25 18:09:28.909 INFO O| Oct 25 18:09:28.909 INFO STEP 1064 (remove_files) COMPLETE |
7352 | 2024-10-25T18:09:29.386Z | [ recovery-image] Oct 25 18:09:28.909 INFO O| Oct 25 18:09:28.909 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-10-25T18:09:29.410Z | [ recovery-image] Oct 25 18:09:28.925 INFO O| Oct 25 18:09:28.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7354 | 2024-10-25T18:09:29.410Z | [ recovery-image] Oct 25 18:09:28.926 INFO O| Oct 25 18:09:28.925 INFO STEP 1065 (remove_files) COMPLETE |
7355 | 2024-10-25T18:09:29.410Z | [ recovery-image] Oct 25 18:09:28.926 INFO O| Oct 25 18:09:28.925 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-10-25T18:09:29.434Z | [ recovery-image] Oct 25 18:09:28.939 INFO O| Oct 25 18:09:28.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7357 | 2024-10-25T18:09:29.434Z | [ recovery-image] Oct 25 18:09:28.940 INFO O| Oct 25 18:09:28.940 INFO STEP 1066 (remove_files) COMPLETE |
7358 | 2024-10-25T18:09:29.434Z | [ recovery-image] Oct 25 18:09:28.940 INFO O| Oct 25 18:09:28.940 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-10-25T18:09:29.434Z | [ recovery-image] Oct 25 18:09:28.953 INFO O| Oct 25 18:09:28.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7360 | 2024-10-25T18:09:29.435Z | [ recovery-image] Oct 25 18:09:28.953 INFO O| Oct 25 18:09:28.953 INFO STEP 1067 (remove_files) COMPLETE |
7361 | 2024-10-25T18:09:29.435Z | [ recovery-image] Oct 25 18:09:28.953 INFO O| Oct 25 18:09:28.953 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-10-25T18:09:29.459Z | [ recovery-image] Oct 25 18:09:28.967 INFO O| Oct 25 18:09:28.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7363 | 2024-10-25T18:09:29.460Z | [ recovery-image] Oct 25 18:09:28.967 INFO O| Oct 25 18:09:28.967 INFO STEP 1068 (remove_files) COMPLETE |
7364 | 2024-10-25T18:09:29.460Z | [ recovery-image] Oct 25 18:09:28.967 INFO O| Oct 25 18:09:28.967 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-10-25T18:09:29.460Z | [ recovery-image] Oct 25 18:09:28.980 INFO O| Oct 25 18:09:28.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7366 | 2024-10-25T18:09:29.460Z | [ recovery-image] Oct 25 18:09:28.981 INFO O| Oct 25 18:09:28.981 INFO STEP 1069 (remove_files) COMPLETE |
7367 | 2024-10-25T18:09:29.460Z | [ recovery-image] Oct 25 18:09:28.981 INFO O| Oct 25 18:09:28.981 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-10-25T18:09:29.484Z | [ recovery-image] Oct 25 18:09:28.994 INFO O| Oct 25 18:09:28.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7369 | 2024-10-25T18:09:29.484Z | [ recovery-image] Oct 25 18:09:28.994 INFO O| Oct 25 18:09:28.994 INFO STEP 1070 (remove_files) COMPLETE |
7370 | 2024-10-25T18:09:29.484Z | [ recovery-image] Oct 25 18:09:28.994 INFO O| Oct 25 18:09:28.994 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-10-25T18:09:29.484Z | [ recovery-image] Oct 25 18:09:29.007 INFO O| Oct 25 18:09:29.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7372 | 2024-10-25T18:09:29.484Z | [ recovery-image] Oct 25 18:09:29.007 INFO O| Oct 25 18:09:29.007 INFO STEP 1071 (remove_files) COMPLETE |
7373 | 2024-10-25T18:09:29.484Z | [ recovery-image] Oct 25 18:09:29.007 INFO O| Oct 25 18:09:29.007 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-10-25T18:09:29.509Z | [ recovery-image] Oct 25 18:09:29.019 INFO O| Oct 25 18:09:29.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7375 | 2024-10-25T18:09:29.509Z | [ recovery-image] Oct 25 18:09:29.020 INFO O| Oct 25 18:09:29.019 INFO STEP 1072 (remove_files) COMPLETE |
7376 | 2024-10-25T18:09:29.509Z | [ recovery-image] Oct 25 18:09:29.020 INFO O| Oct 25 18:09:29.020 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-10-25T18:09:29.533Z | [ recovery-image] Oct 25 18:09:29.038 INFO O| Oct 25 18:09:29.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7378 | 2024-10-25T18:09:29.534Z | [ recovery-image] Oct 25 18:09:29.038 INFO O| Oct 25 18:09:29.038 INFO STEP 1073 (remove_files) COMPLETE |
7379 | 2024-10-25T18:09:29.534Z | [ recovery-image] Oct 25 18:09:29.038 INFO O| Oct 25 18:09:29.038 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-10-25T18:09:29.534Z | [ recovery-image] Oct 25 18:09:29.053 INFO O| Oct 25 18:09:29.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7381 | 2024-10-25T18:09:29.534Z | [ recovery-image] Oct 25 18:09:29.053 INFO O| Oct 25 18:09:29.053 INFO STEP 1074 (remove_files) COMPLETE |
7382 | 2024-10-25T18:09:29.534Z | [ recovery-image] Oct 25 18:09:29.054 INFO O| Oct 25 18:09:29.053 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-10-25T18:09:29.557Z | [ recovery-image] Oct 25 18:09:29.071 INFO O| Oct 25 18:09:29.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7384 | 2024-10-25T18:09:29.557Z | [ recovery-image] Oct 25 18:09:29.071 INFO O| Oct 25 18:09:29.071 INFO STEP 1075 (remove_files) COMPLETE |
7385 | 2024-10-25T18:09:29.557Z | [ recovery-image] Oct 25 18:09:29.071 INFO O| Oct 25 18:09:29.071 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-10-25T18:09:29.581Z | [ recovery-image] Oct 25 18:09:29.085 INFO O| Oct 25 18:09:29.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7387 | 2024-10-25T18:09:29.581Z | [ recovery-image] Oct 25 18:09:29.085 INFO O| Oct 25 18:09:29.085 INFO STEP 1076 (remove_files) COMPLETE |
7388 | 2024-10-25T18:09:29.581Z | [ recovery-image] Oct 25 18:09:29.085 INFO O| Oct 25 18:09:29.085 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-10-25T18:09:29.581Z | [ recovery-image] Oct 25 18:09:29.099 INFO O| Oct 25 18:09:29.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7390 | 2024-10-25T18:09:29.581Z | [ recovery-image] Oct 25 18:09:29.099 INFO O| Oct 25 18:09:29.099 INFO STEP 1077 (remove_files) COMPLETE |
7391 | 2024-10-25T18:09:29.581Z | [ recovery-image] Oct 25 18:09:29.099 INFO O| Oct 25 18:09:29.099 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-10-25T18:09:29.606Z | [ recovery-image] Oct 25 18:09:29.112 INFO O| Oct 25 18:09:29.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7393 | 2024-10-25T18:09:29.606Z | [ recovery-image] Oct 25 18:09:29.112 INFO O| Oct 25 18:09:29.112 INFO STEP 1078 (remove_files) COMPLETE |
7394 | 2024-10-25T18:09:29.606Z | [ recovery-image] Oct 25 18:09:29.112 INFO O| Oct 25 18:09:29.112 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-10-25T18:09:29.606Z | [ recovery-image] Oct 25 18:09:29.126 INFO O| Oct 25 18:09:29.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7396 | 2024-10-25T18:09:29.606Z | [ recovery-image] Oct 25 18:09:29.127 INFO O| Oct 25 18:09:29.126 INFO STEP 1079 (remove_files) COMPLETE |
7397 | 2024-10-25T18:09:29.606Z | [ recovery-image] Oct 25 18:09:29.127 INFO O| Oct 25 18:09:29.127 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2024-10-25T18:09:29.629Z | [ recovery-image] Oct 25 18:09:29.140 INFO O| Oct 25 18:09:29.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7399 | 2024-10-25T18:09:29.629Z | [ recovery-image] Oct 25 18:09:29.140 INFO O| Oct 25 18:09:29.140 INFO STEP 1080 (remove_files) COMPLETE |
7400 | 2024-10-25T18:09:29.630Z | [ recovery-image] Oct 25 18:09:29.140 INFO O| Oct 25 18:09:29.140 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2024-10-25T18:09:29.630Z | [ recovery-image] Oct 25 18:09:29.153 INFO O| Oct 25 18:09:29.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7402 | 2024-10-25T18:09:29.630Z | [ recovery-image] Oct 25 18:09:29.153 INFO O| Oct 25 18:09:29.153 INFO STEP 1081 (remove_files) COMPLETE |
7403 | 2024-10-25T18:09:29.630Z | [ recovery-image] Oct 25 18:09:29.153 INFO O| Oct 25 18:09:29.153 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2024-10-25T18:09:29.654Z | [ recovery-image] Oct 25 18:09:29.171 INFO O| Oct 25 18:09:29.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7405 | 2024-10-25T18:09:29.654Z | [ recovery-image] Oct 25 18:09:29.172 INFO O| Oct 25 18:09:29.172 INFO STEP 1082 (remove_files) COMPLETE |
7406 | 2024-10-25T18:09:29.654Z | [ recovery-image] Oct 25 18:09:29.172 INFO O| Oct 25 18:09:29.172 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-10-25T18:09:29.678Z | [ recovery-image] Oct 25 18:09:29.194 INFO O| Oct 25 18:09:29.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7408 | 2024-10-25T18:09:29.678Z | [ recovery-image] Oct 25 18:09:29.194 INFO O| Oct 25 18:09:29.194 INFO STEP 1083 (remove_files) COMPLETE |
7409 | 2024-10-25T18:09:29.678Z | [ recovery-image] Oct 25 18:09:29.194 INFO O| Oct 25 18:09:29.194 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-10-25T18:09:29.702Z | [ recovery-image] Oct 25 18:09:29.210 INFO O| Oct 25 18:09:29.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7411 | 2024-10-25T18:09:29.702Z | [ recovery-image] Oct 25 18:09:29.210 INFO O| Oct 25 18:09:29.210 INFO STEP 1084 (remove_files) COMPLETE |
7412 | 2024-10-25T18:09:29.702Z | [ recovery-image] Oct 25 18:09:29.210 INFO O| Oct 25 18:09:29.210 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-10-25T18:09:29.726Z | [ recovery-image] Oct 25 18:09:29.223 INFO O| Oct 25 18:09:29.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7414 | 2024-10-25T18:09:29.726Z | [ recovery-image] Oct 25 18:09:29.223 INFO O| Oct 25 18:09:29.223 INFO STEP 1085 (remove_files) COMPLETE |
7415 | 2024-10-25T18:09:29.726Z | [ recovery-image] Oct 25 18:09:29.223 INFO O| Oct 25 18:09:29.223 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-10-25T18:09:29.726Z | [ recovery-image] Oct 25 18:09:29.237 INFO O| Oct 25 18:09:29.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7417 | 2024-10-25T18:09:29.726Z | [ recovery-image] Oct 25 18:09:29.237 INFO O| Oct 25 18:09:29.237 INFO STEP 1086 (remove_files) COMPLETE |
7418 | 2024-10-25T18:09:29.726Z | [ recovery-image] Oct 25 18:09:29.237 INFO O| Oct 25 18:09:29.237 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-10-25T18:09:29.726Z | [ recovery-image] Oct 25 18:09:29.250 INFO O| Oct 25 18:09:29.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7420 | 2024-10-25T18:09:29.726Z | [ recovery-image] Oct 25 18:09:29.251 INFO O| Oct 25 18:09:29.250 INFO STEP 1087 (remove_files) COMPLETE |
7421 | 2024-10-25T18:09:29.726Z | [ recovery-image] Oct 25 18:09:29.251 INFO O| Oct 25 18:09:29.251 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-10-25T18:09:29.750Z | [ recovery-image] Oct 25 18:09:29.263 INFO O| Oct 25 18:09:29.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7423 | 2024-10-25T18:09:29.750Z | [ recovery-image] Oct 25 18:09:29.263 INFO O| Oct 25 18:09:29.263 INFO STEP 1088 (remove_files) COMPLETE |
7424 | 2024-10-25T18:09:29.750Z | [ recovery-image] Oct 25 18:09:29.263 INFO O| Oct 25 18:09:29.263 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-10-25T18:09:29.774Z | [ recovery-image] Oct 25 18:09:29.277 INFO O| Oct 25 18:09:29.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7426 | 2024-10-25T18:09:29.774Z | [ recovery-image] Oct 25 18:09:29.277 INFO O| Oct 25 18:09:29.277 INFO STEP 1089 (remove_files) COMPLETE |
7427 | 2024-10-25T18:09:29.774Z | [ recovery-image] Oct 25 18:09:29.277 INFO O| Oct 25 18:09:29.277 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-10-25T18:09:29.774Z | [ recovery-image] Oct 25 18:09:29.290 INFO O| Oct 25 18:09:29.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7429 | 2024-10-25T18:09:29.774Z | [ recovery-image] Oct 25 18:09:29.290 INFO O| Oct 25 18:09:29.290 INFO STEP 1090 (remove_files) COMPLETE |
7430 | 2024-10-25T18:09:29.774Z | [ recovery-image] Oct 25 18:09:29.290 INFO O| Oct 25 18:09:29.290 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-10-25T18:09:29.797Z | [ recovery-image] Oct 25 18:09:29.311 INFO O| Oct 25 18:09:29.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7432 | 2024-10-25T18:09:29.797Z | [ recovery-image] Oct 25 18:09:29.311 INFO O| Oct 25 18:09:29.311 INFO STEP 1091 (remove_files) COMPLETE |
7433 | 2024-10-25T18:09:29.798Z | [ recovery-image] Oct 25 18:09:29.311 INFO O| Oct 25 18:09:29.311 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-10-25T18:09:29.823Z | [ recovery-image] Oct 25 18:09:29.324 INFO O| Oct 25 18:09:29.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7435 | 2024-10-25T18:09:29.823Z | [ recovery-image] Oct 25 18:09:29.325 INFO O| Oct 25 18:09:29.324 INFO STEP 1092 (remove_files) COMPLETE |
7436 | 2024-10-25T18:09:29.823Z | [ recovery-image] Oct 25 18:09:29.325 INFO O| Oct 25 18:09:29.325 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-10-25T18:09:29.823Z | [ recovery-image] Oct 25 18:09:29.340 INFO O| Oct 25 18:09:29.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7438 | 2024-10-25T18:09:29.823Z | [ recovery-image] Oct 25 18:09:29.340 INFO O| Oct 25 18:09:29.340 INFO STEP 1093 (remove_files) COMPLETE |
7439 | 2024-10-25T18:09:29.823Z | [ recovery-image] Oct 25 18:09:29.340 INFO O| Oct 25 18:09:29.340 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-10-25T18:09:29.847Z | [ recovery-image] Oct 25 18:09:29.361 INFO O| Oct 25 18:09:29.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7441 | 2024-10-25T18:09:29.847Z | [ recovery-image] Oct 25 18:09:29.361 INFO O| Oct 25 18:09:29.361 INFO STEP 1094 (remove_files) COMPLETE |
7442 | 2024-10-25T18:09:29.847Z | [ recovery-image] Oct 25 18:09:29.361 INFO O| Oct 25 18:09:29.361 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-10-25T18:09:29.871Z | [ recovery-image] Oct 25 18:09:29.379 INFO O| Oct 25 18:09:29.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7444 | 2024-10-25T18:09:29.871Z | [ recovery-image] Oct 25 18:09:29.379 INFO O| Oct 25 18:09:29.379 INFO STEP 1095 (remove_files) COMPLETE |
7445 | 2024-10-25T18:09:29.871Z | [ recovery-image] Oct 25 18:09:29.379 INFO O| Oct 25 18:09:29.379 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-10-25T18:09:29.895Z | [ recovery-image] Oct 25 18:09:29.397 INFO O| Oct 25 18:09:29.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7447 | 2024-10-25T18:09:29.895Z | [ recovery-image] Oct 25 18:09:29.397 INFO O| Oct 25 18:09:29.397 INFO STEP 1096 (remove_files) COMPLETE |
7448 | 2024-10-25T18:09:29.895Z | [ recovery-image] Oct 25 18:09:29.398 INFO O| Oct 25 18:09:29.397 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-10-25T18:09:29.895Z | [ recovery-image] Oct 25 18:09:29.413 INFO O| Oct 25 18:09:29.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7450 | 2024-10-25T18:09:29.895Z | [ recovery-image] Oct 25 18:09:29.413 INFO O| Oct 25 18:09:29.413 INFO STEP 1097 (remove_files) COMPLETE |
7451 | 2024-10-25T18:09:29.895Z | [ recovery-image] Oct 25 18:09:29.413 INFO O| Oct 25 18:09:29.413 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-10-25T18:09:29.919Z | [ recovery-image] Oct 25 18:09:29.428 INFO O| Oct 25 18:09:29.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7453 | 2024-10-25T18:09:29.919Z | [ recovery-image] Oct 25 18:09:29.428 INFO O| Oct 25 18:09:29.428 INFO STEP 1098 (remove_files) COMPLETE |
7454 | 2024-10-25T18:09:29.919Z | [ recovery-image] Oct 25 18:09:29.428 INFO O| Oct 25 18:09:29.428 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-10-25T18:09:29.943Z | [ recovery-image] Oct 25 18:09:29.445 INFO O| Oct 25 18:09:29.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7456 | 2024-10-25T18:09:29.943Z | [ recovery-image] Oct 25 18:09:29.445 INFO O| Oct 25 18:09:29.445 INFO STEP 1099 (remove_files) COMPLETE |
7457 | 2024-10-25T18:09:29.943Z | [ recovery-image] Oct 25 18:09:29.446 INFO O| Oct 25 18:09:29.445 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-10-25T18:09:29.943Z | [ recovery-image] Oct 25 18:09:29.460 INFO O| Oct 25 18:09:29.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7459 | 2024-10-25T18:09:29.943Z | [ recovery-image] Oct 25 18:09:29.460 INFO O| Oct 25 18:09:29.460 INFO STEP 1100 (remove_files) COMPLETE |
7460 | 2024-10-25T18:09:29.943Z | [ recovery-image] Oct 25 18:09:29.460 INFO O| Oct 25 18:09:29.460 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-10-25T18:09:29.966Z | [ recovery-image] Oct 25 18:09:29.473 INFO O| Oct 25 18:09:29.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7462 | 2024-10-25T18:09:29.966Z | [ recovery-image] Oct 25 18:09:29.473 INFO O| Oct 25 18:09:29.473 INFO STEP 1101 (remove_files) COMPLETE |
7463 | 2024-10-25T18:09:29.966Z | [ recovery-image] Oct 25 18:09:29.473 INFO O| Oct 25 18:09:29.473 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-10-25T18:09:29.966Z | [ recovery-image] Oct 25 18:09:29.485 INFO O| Oct 25 18:09:29.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7465 | 2024-10-25T18:09:29.967Z | [ recovery-image] Oct 25 18:09:29.485 INFO O| Oct 25 18:09:29.485 INFO STEP 1102 (remove_files) COMPLETE |
7466 | 2024-10-25T18:09:29.967Z | [ recovery-image] Oct 25 18:09:29.485 INFO O| Oct 25 18:09:29.485 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-10-25T18:09:29.991Z | [ recovery-image] Oct 25 18:09:29.498 INFO O| Oct 25 18:09:29.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7468 | 2024-10-25T18:09:29.991Z | [ recovery-image] Oct 25 18:09:29.499 INFO O| Oct 25 18:09:29.499 INFO STEP 1103 (remove_files) COMPLETE |
7469 | 2024-10-25T18:09:29.991Z | [ recovery-image] Oct 25 18:09:29.499 INFO O| Oct 25 18:09:29.499 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-10-25T18:09:29.991Z | [ recovery-image] Oct 25 18:09:29.512 INFO O| Oct 25 18:09:29.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7471 | 2024-10-25T18:09:29.991Z | [ recovery-image] Oct 25 18:09:29.512 INFO O| Oct 25 18:09:29.512 INFO STEP 1104 (remove_files) COMPLETE |
7472 | 2024-10-25T18:09:29.991Z | [ recovery-image] Oct 25 18:09:29.512 INFO O| Oct 25 18:09:29.512 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-10-25T18:09:30.015Z | [ recovery-image] Oct 25 18:09:29.525 INFO O| Oct 25 18:09:29.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7474 | 2024-10-25T18:09:30.015Z | [ recovery-image] Oct 25 18:09:29.525 INFO O| Oct 25 18:09:29.525 INFO STEP 1105 (remove_files) COMPLETE |
7475 | 2024-10-25T18:09:30.015Z | [ recovery-image] Oct 25 18:09:29.525 INFO O| Oct 25 18:09:29.525 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-10-25T18:09:30.015Z | [ recovery-image] Oct 25 18:09:29.538 INFO O| Oct 25 18:09:29.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7477 | 2024-10-25T18:09:30.015Z | [ recovery-image] Oct 25 18:09:29.538 INFO O| Oct 25 18:09:29.538 INFO STEP 1106 (remove_files) COMPLETE |
7478 | 2024-10-25T18:09:30.015Z | [ recovery-image] Oct 25 18:09:29.538 INFO O| Oct 25 18:09:29.538 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-10-25T18:09:30.039Z | [ recovery-image] Oct 25 18:09:29.551 INFO O| Oct 25 18:09:29.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7480 | 2024-10-25T18:09:30.039Z | [ recovery-image] Oct 25 18:09:29.552 INFO O| Oct 25 18:09:29.551 INFO STEP 1107 (remove_files) COMPLETE |
7481 | 2024-10-25T18:09:30.039Z | [ recovery-image] Oct 25 18:09:29.552 INFO O| Oct 25 18:09:29.552 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-10-25T18:09:30.039Z | [ recovery-image] Oct 25 18:09:29.564 INFO O| Oct 25 18:09:29.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7483 | 2024-10-25T18:09:30.039Z | [ recovery-image] Oct 25 18:09:29.564 INFO O| Oct 25 18:09:29.564 INFO STEP 1108 (remove_files) COMPLETE |
7484 | 2024-10-25T18:09:30.063Z | [ recovery-image] Oct 25 18:09:29.564 INFO O| Oct 25 18:09:29.564 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-10-25T18:09:30.063Z | [ recovery-image] Oct 25 18:09:29.577 INFO O| Oct 25 18:09:29.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7486 | 2024-10-25T18:09:30.063Z | [ recovery-image] Oct 25 18:09:29.577 INFO O| Oct 25 18:09:29.577 INFO STEP 1109 (remove_files) COMPLETE |
7487 | 2024-10-25T18:09:30.063Z | [ recovery-image] Oct 25 18:09:29.577 INFO O| Oct 25 18:09:29.577 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-10-25T18:09:30.087Z | [ recovery-image] Oct 25 18:09:29.591 INFO O| Oct 25 18:09:29.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7489 | 2024-10-25T18:09:30.087Z | [ recovery-image] Oct 25 18:09:29.592 INFO O| Oct 25 18:09:29.592 INFO STEP 1110 (remove_files) COMPLETE |
7490 | 2024-10-25T18:09:30.087Z | [ recovery-image] Oct 25 18:09:29.592 INFO O| Oct 25 18:09:29.592 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-10-25T18:09:30.087Z | [ recovery-image] Oct 25 18:09:29.605 INFO O| Oct 25 18:09:29.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7492 | 2024-10-25T18:09:30.087Z | [ recovery-image] Oct 25 18:09:29.605 INFO O| Oct 25 18:09:29.605 INFO STEP 1111 (remove_files) COMPLETE |
7493 | 2024-10-25T18:09:30.087Z | [ recovery-image] Oct 25 18:09:29.605 INFO O| Oct 25 18:09:29.605 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-10-25T18:09:30.111Z | [ recovery-image] Oct 25 18:09:29.618 INFO O| Oct 25 18:09:29.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7495 | 2024-10-25T18:09:30.111Z | [ recovery-image] Oct 25 18:09:29.618 INFO O| Oct 25 18:09:29.618 INFO STEP 1112 (remove_files) COMPLETE |
7496 | 2024-10-25T18:09:30.111Z | [ recovery-image] Oct 25 18:09:29.618 INFO O| Oct 25 18:09:29.618 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-10-25T18:09:30.111Z | [ recovery-image] Oct 25 18:09:29.630 INFO O| Oct 25 18:09:29.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7498 | 2024-10-25T18:09:30.111Z | [ recovery-image] Oct 25 18:09:29.631 INFO O| Oct 25 18:09:29.631 INFO STEP 1113 (remove_files) COMPLETE |
7499 | 2024-10-25T18:09:30.111Z | [ recovery-image] Oct 25 18:09:29.631 INFO O| Oct 25 18:09:29.631 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-10-25T18:09:30.142Z | [ recovery-image] Oct 25 18:09:29.643 INFO O| Oct 25 18:09:29.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7501 | 2024-10-25T18:09:30.142Z | [ recovery-image] Oct 25 18:09:29.643 INFO O| Oct 25 18:09:29.643 INFO STEP 1114 (remove_files) COMPLETE |
7502 | 2024-10-25T18:09:30.142Z | [ recovery-image] Oct 25 18:09:29.643 INFO O| Oct 25 18:09:29.643 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-10-25T18:09:30.142Z | [ recovery-image] Oct 25 18:09:29.657 INFO O| Oct 25 18:09:29.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7504 | 2024-10-25T18:09:30.142Z | [ recovery-image] Oct 25 18:09:29.658 INFO O| Oct 25 18:09:29.658 INFO STEP 1115 (remove_files) COMPLETE |
7505 | 2024-10-25T18:09:30.142Z | [ recovery-image] Oct 25 18:09:29.658 INFO O| Oct 25 18:09:29.658 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-10-25T18:09:30.166Z | [ recovery-image] Oct 25 18:09:29.675 INFO O| Oct 25 18:09:29.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7507 | 2024-10-25T18:09:30.166Z | [ recovery-image] Oct 25 18:09:29.675 INFO O| Oct 25 18:09:29.675 INFO STEP 1116 (remove_files) COMPLETE |
7508 | 2024-10-25T18:09:30.166Z | [ recovery-image] Oct 25 18:09:29.675 INFO O| Oct 25 18:09:29.675 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-10-25T18:09:30.166Z | [ recovery-image] Oct 25 18:09:29.690 INFO O| Oct 25 18:09:29.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7510 | 2024-10-25T18:09:30.166Z | [ recovery-image] Oct 25 18:09:29.691 INFO O| Oct 25 18:09:29.691 INFO STEP 1117 (remove_files) COMPLETE |
7511 | 2024-10-25T18:09:30.166Z | [ recovery-image] Oct 25 18:09:29.691 INFO O| Oct 25 18:09:29.691 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-10-25T18:09:30.190Z | [ recovery-image] Oct 25 18:09:29.705 INFO O| Oct 25 18:09:29.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7513 | 2024-10-25T18:09:30.190Z | [ recovery-image] Oct 25 18:09:29.705 INFO O| Oct 25 18:09:29.705 INFO STEP 1118 (remove_files) COMPLETE |
7514 | 2024-10-25T18:09:30.190Z | [ recovery-image] Oct 25 18:09:29.705 INFO O| Oct 25 18:09:29.705 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-10-25T18:09:30.214Z | [ recovery-image] Oct 25 18:09:29.718 INFO O| Oct 25 18:09:29.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7516 | 2024-10-25T18:09:30.214Z | [ recovery-image] Oct 25 18:09:29.719 INFO O| Oct 25 18:09:29.718 INFO STEP 1119 (remove_files) COMPLETE |
7517 | 2024-10-25T18:09:30.214Z | [ recovery-image] Oct 25 18:09:29.719 INFO O| Oct 25 18:09:29.718 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-10-25T18:09:30.214Z | [ recovery-image] Oct 25 18:09:29.732 INFO O| Oct 25 18:09:29.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7519 | 2024-10-25T18:09:30.214Z | [ recovery-image] Oct 25 18:09:29.732 INFO O| Oct 25 18:09:29.732 INFO STEP 1120 (remove_files) COMPLETE |
7520 | 2024-10-25T18:09:30.214Z | [ recovery-image] Oct 25 18:09:29.732 INFO O| Oct 25 18:09:29.732 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-10-25T18:09:30.239Z | [ recovery-image] Oct 25 18:09:29.745 INFO O| Oct 25 18:09:29.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7522 | 2024-10-25T18:09:30.239Z | [ recovery-image] Oct 25 18:09:29.745 INFO O| Oct 25 18:09:29.745 INFO STEP 1121 (remove_files) COMPLETE |
7523 | 2024-10-25T18:09:30.239Z | [ recovery-image] Oct 25 18:09:29.745 INFO O| Oct 25 18:09:29.745 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-10-25T18:09:30.239Z | [ recovery-image] Oct 25 18:09:29.758 INFO O| Oct 25 18:09:29.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7525 | 2024-10-25T18:09:30.239Z | [ recovery-image] Oct 25 18:09:29.758 INFO O| Oct 25 18:09:29.758 INFO STEP 1122 (remove_files) COMPLETE |
7526 | 2024-10-25T18:09:30.239Z | [ recovery-image] Oct 25 18:09:29.758 INFO O| Oct 25 18:09:29.758 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-10-25T18:09:30.262Z | [ recovery-image] Oct 25 18:09:29.771 INFO O| Oct 25 18:09:29.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7528 | 2024-10-25T18:09:30.262Z | [ recovery-image] Oct 25 18:09:29.771 INFO O| Oct 25 18:09:29.771 INFO STEP 1123 (remove_files) COMPLETE |
7529 | 2024-10-25T18:09:30.262Z | [ recovery-image] Oct 25 18:09:29.771 INFO O| Oct 25 18:09:29.771 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-10-25T18:09:30.263Z | [ recovery-image] Oct 25 18:09:29.784 INFO O| Oct 25 18:09:29.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7531 | 2024-10-25T18:09:30.263Z | [ recovery-image] Oct 25 18:09:29.784 INFO O| Oct 25 18:09:29.784 INFO STEP 1124 (remove_files) COMPLETE |
7532 | 2024-10-25T18:09:30.263Z | [ recovery-image] Oct 25 18:09:29.784 INFO O| Oct 25 18:09:29.784 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2024-10-25T18:09:30.287Z | [ recovery-image] Oct 25 18:09:29.798 INFO O| Oct 25 18:09:29.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7534 | 2024-10-25T18:09:30.287Z | [ recovery-image] Oct 25 18:09:29.798 INFO O| Oct 25 18:09:29.798 INFO STEP 1125 (remove_files) COMPLETE |
7535 | 2024-10-25T18:09:30.287Z | [ recovery-image] Oct 25 18:09:29.798 INFO O| Oct 25 18:09:29.798 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2024-10-25T18:09:30.287Z | [ recovery-image] Oct 25 18:09:29.811 INFO O| Oct 25 18:09:29.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7537 | 2024-10-25T18:09:30.287Z | [ recovery-image] Oct 25 18:09:29.811 INFO O| Oct 25 18:09:29.811 INFO STEP 1126 (remove_files) COMPLETE |
7538 | 2024-10-25T18:09:30.287Z | [ recovery-image] Oct 25 18:09:29.811 INFO O| Oct 25 18:09:29.811 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-10-25T18:09:30.311Z | [ recovery-image] Oct 25 18:09:29.824 INFO O| Oct 25 18:09:29.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7540 | 2024-10-25T18:09:30.311Z | [ recovery-image] Oct 25 18:09:29.824 INFO O| Oct 25 18:09:29.824 INFO STEP 1127 (remove_files) COMPLETE |
7541 | 2024-10-25T18:09:30.311Z | [ recovery-image] Oct 25 18:09:29.824 INFO O| Oct 25 18:09:29.824 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-10-25T18:09:30.335Z | [ recovery-image] Oct 25 18:09:29.836 INFO O| Oct 25 18:09:29.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7543 | 2024-10-25T18:09:30.335Z | [ recovery-image] Oct 25 18:09:29.837 INFO O| Oct 25 18:09:29.837 INFO STEP 1128 (remove_files) COMPLETE |
7544 | 2024-10-25T18:09:30.335Z | [ recovery-image] Oct 25 18:09:29.837 INFO O| Oct 25 18:09:29.837 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-10-25T18:09:30.335Z | [ recovery-image] Oct 25 18:09:29.849 INFO O| Oct 25 18:09:29.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7546 | 2024-10-25T18:09:30.335Z | [ recovery-image] Oct 25 18:09:29.850 INFO O| Oct 25 18:09:29.850 INFO STEP 1129 (remove_files) COMPLETE |
7547 | 2024-10-25T18:09:30.335Z | [ recovery-image] Oct 25 18:09:29.850 INFO O| Oct 25 18:09:29.850 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2024-10-25T18:09:30.359Z | [ recovery-image] Oct 25 18:09:29.866 INFO O| Oct 25 18:09:29.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7549 | 2024-10-25T18:09:30.359Z | [ recovery-image] Oct 25 18:09:29.866 INFO O| Oct 25 18:09:29.866 INFO STEP 1130 (remove_files) COMPLETE |
7550 | 2024-10-25T18:09:30.359Z | [ recovery-image] Oct 25 18:09:29.866 INFO O| Oct 25 18:09:29.866 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2024-10-25T18:09:30.359Z | [ recovery-image] Oct 25 18:09:29.882 INFO O| Oct 25 18:09:29.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7552 | 2024-10-25T18:09:30.359Z | [ recovery-image] Oct 25 18:09:29.882 INFO O| Oct 25 18:09:29.882 INFO STEP 1131 (remove_files) COMPLETE |
7553 | 2024-10-25T18:09:30.359Z | [ recovery-image] Oct 25 18:09:29.882 INFO O| Oct 25 18:09:29.882 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2024-10-25T18:09:30.383Z | [ recovery-image] Oct 25 18:09:29.896 INFO O| Oct 25 18:09:29.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7555 | 2024-10-25T18:09:30.383Z | [ recovery-image] Oct 25 18:09:29.896 INFO O| Oct 25 18:09:29.896 INFO STEP 1132 (remove_files) COMPLETE |
7556 | 2024-10-25T18:09:30.383Z | [ recovery-image] Oct 25 18:09:29.896 INFO O| Oct 25 18:09:29.896 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2024-10-25T18:09:30.407Z | [ recovery-image] Oct 25 18:09:29.910 INFO O| Oct 25 18:09:29.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7558 | 2024-10-25T18:09:30.407Z | [ recovery-image] Oct 25 18:09:29.911 INFO O| Oct 25 18:09:29.911 INFO STEP 1133 (remove_files) COMPLETE |
7559 | 2024-10-25T18:09:30.407Z | [ recovery-image] Oct 25 18:09:29.911 INFO O| Oct 25 18:09:29.911 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2024-10-25T18:09:30.407Z | [ recovery-image] Oct 25 18:09:29.924 INFO O| Oct 25 18:09:29.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7561 | 2024-10-25T18:09:30.407Z | [ recovery-image] Oct 25 18:09:29.924 INFO O| Oct 25 18:09:29.924 INFO STEP 1134 (remove_files) COMPLETE |
7562 | 2024-10-25T18:09:30.407Z | [ recovery-image] Oct 25 18:09:29.924 INFO O| Oct 25 18:09:29.924 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2024-10-25T18:09:30.433Z | [ recovery-image] Oct 25 18:09:29.936 INFO O| Oct 25 18:09:29.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7564 | 2024-10-25T18:09:30.433Z | [ recovery-image] Oct 25 18:09:29.936 INFO O| Oct 25 18:09:29.936 INFO STEP 1135 (remove_files) COMPLETE |
7565 | 2024-10-25T18:09:30.434Z | [ recovery-image] Oct 25 18:09:29.936 INFO O| Oct 25 18:09:29.936 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2024-10-25T18:09:30.434Z | [ recovery-image] Oct 25 18:09:29.949 INFO O| Oct 25 18:09:29.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7567 | 2024-10-25T18:09:30.434Z | [ recovery-image] Oct 25 18:09:29.949 INFO O| Oct 25 18:09:29.949 INFO STEP 1136 (remove_files) COMPLETE |
7568 | 2024-10-25T18:09:30.434Z | [ recovery-image] Oct 25 18:09:29.949 INFO O| Oct 25 18:09:29.949 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2024-10-25T18:09:30.458Z | [ recovery-image] Oct 25 18:09:29.961 INFO O| Oct 25 18:09:29.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7570 | 2024-10-25T18:09:30.458Z | [ recovery-image] Oct 25 18:09:29.961 INFO O| Oct 25 18:09:29.961 INFO STEP 1137 (remove_files) COMPLETE |
7571 | 2024-10-25T18:09:30.458Z | [ recovery-image] Oct 25 18:09:29.961 INFO O| Oct 25 18:09:29.961 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2024-10-25T18:09:30.458Z | [ recovery-image] Oct 25 18:09:29.974 INFO O| Oct 25 18:09:29.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7573 | 2024-10-25T18:09:30.458Z | [ recovery-image] Oct 25 18:09:29.974 INFO O| Oct 25 18:09:29.974 INFO STEP 1138 (remove_files) COMPLETE |
7574 | 2024-10-25T18:09:30.458Z | [ recovery-image] Oct 25 18:09:29.974 INFO O| Oct 25 18:09:29.974 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2024-10-25T18:09:30.482Z | [ recovery-image] Oct 25 18:09:29.989 INFO O| Oct 25 18:09:29.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7576 | 2024-10-25T18:09:30.482Z | [ recovery-image] Oct 25 18:09:29.989 INFO O| Oct 25 18:09:29.989 INFO STEP 1139 (remove_files) COMPLETE |
7577 | 2024-10-25T18:09:30.482Z | [ recovery-image] Oct 25 18:09:29.989 INFO O| Oct 25 18:09:29.989 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2024-10-25T18:09:30.482Z | [ recovery-image] Oct 25 18:09:30.002 INFO O| Oct 25 18:09:30.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7579 | 2024-10-25T18:09:30.482Z | [ recovery-image] Oct 25 18:09:30.002 INFO O| Oct 25 18:09:30.002 INFO STEP 1140 (remove_files) COMPLETE |
7580 | 2024-10-25T18:09:30.482Z | [ recovery-image] Oct 25 18:09:30.002 INFO O| Oct 25 18:09:30.002 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7581 | 2024-10-25T18:09:30.506Z | [ recovery-image] Oct 25 18:09:30.015 INFO O| Oct 25 18:09:30.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7582 | 2024-10-25T18:09:30.506Z | [ recovery-image] Oct 25 18:09:30.015 INFO O| Oct 25 18:09:30.015 INFO STEP 1141 (remove_files) COMPLETE |
7583 | 2024-10-25T18:09:30.506Z | [ recovery-image] Oct 25 18:09:30.015 INFO O| Oct 25 18:09:30.015 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7584 | 2024-10-25T18:09:30.506Z | [ recovery-image] Oct 25 18:09:30.028 INFO O| Oct 25 18:09:30.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7585 | 2024-10-25T18:09:30.506Z | [ recovery-image] Oct 25 18:09:30.028 INFO O| Oct 25 18:09:30.028 INFO STEP 1142 (remove_files) COMPLETE |
7586 | 2024-10-25T18:09:30.506Z | [ recovery-image] Oct 25 18:09:30.028 INFO O| Oct 25 18:09:30.028 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7587 | 2024-10-25T18:09:30.531Z | [ recovery-image] Oct 25 18:09:30.041 INFO O| Oct 25 18:09:30.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7588 | 2024-10-25T18:09:30.531Z | [ recovery-image] Oct 25 18:09:30.041 INFO O| Oct 25 18:09:30.041 INFO STEP 1143 (remove_files) COMPLETE |
7589 | 2024-10-25T18:09:30.531Z | [ recovery-image] Oct 25 18:09:30.041 INFO O| Oct 25 18:09:30.041 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7590 | 2024-10-25T18:09:30.531Z | [ recovery-image] Oct 25 18:09:30.053 INFO O| Oct 25 18:09:30.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7591 | 2024-10-25T18:09:30.531Z | [ recovery-image] Oct 25 18:09:30.053 INFO O| Oct 25 18:09:30.053 INFO STEP 1144 (remove_files) COMPLETE |
7592 | 2024-10-25T18:09:30.531Z | [ recovery-image] Oct 25 18:09:30.053 INFO O| Oct 25 18:09:30.053 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7593 | 2024-10-25T18:09:30.555Z | [ recovery-image] Oct 25 18:09:30.075 INFO O| Oct 25 18:09:30.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7594 | 2024-10-25T18:09:30.555Z | [ recovery-image] Oct 25 18:09:30.075 INFO O| Oct 25 18:09:30.075 INFO STEP 1145 (remove_files) COMPLETE |
7595 | 2024-10-25T18:09:30.555Z | [ recovery-image] Oct 25 18:09:30.075 INFO O| Oct 25 18:09:30.075 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7596 | 2024-10-25T18:09:30.579Z | [ recovery-image] Oct 25 18:09:30.092 INFO O| Oct 25 18:09:30.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7597 | 2024-10-25T18:09:30.579Z | [ recovery-image] Oct 25 18:09:30.092 INFO O| Oct 25 18:09:30.092 INFO STEP 1146 (remove_files) COMPLETE |
7598 | 2024-10-25T18:09:30.579Z | [ recovery-image] Oct 25 18:09:30.092 INFO O| Oct 25 18:09:30.092 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7599 | 2024-10-25T18:09:30.603Z | [ recovery-image] Oct 25 18:09:30.107 INFO O| Oct 25 18:09:30.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7600 | 2024-10-25T18:09:30.603Z | [ recovery-image] Oct 25 18:09:30.108 INFO O| Oct 25 18:09:30.107 INFO STEP 1147 (remove_files) COMPLETE |
7601 | 2024-10-25T18:09:30.603Z | [ recovery-image] Oct 25 18:09:30.108 INFO O| Oct 25 18:09:30.107 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2024-10-25T18:09:30.603Z | [ recovery-image] Oct 25 18:09:30.127 INFO O| Oct 25 18:09:30.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7603 | 2024-10-25T18:09:30.603Z | [ recovery-image] Oct 25 18:09:30.127 INFO O| Oct 25 18:09:30.127 INFO STEP 1148 (remove_files) COMPLETE |
7604 | 2024-10-25T18:09:30.603Z | [ recovery-image] Oct 25 18:09:30.127 INFO O| Oct 25 18:09:30.127 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2024-10-25T18:09:30.634Z | [ recovery-image] Oct 25 18:09:30.143 INFO O| Oct 25 18:09:30.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7606 | 2024-10-25T18:09:30.634Z | [ recovery-image] Oct 25 18:09:30.143 INFO O| Oct 25 18:09:30.143 INFO STEP 1149 (remove_files) COMPLETE |
7607 | 2024-10-25T18:09:30.634Z | [ recovery-image] Oct 25 18:09:30.143 INFO O| Oct 25 18:09:30.143 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2024-10-25T18:09:30.634Z | [ recovery-image] Oct 25 18:09:30.157 INFO O| Oct 25 18:09:30.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7609 | 2024-10-25T18:09:30.634Z | [ recovery-image] Oct 25 18:09:30.158 INFO O| Oct 25 18:09:30.157 INFO STEP 1150 (remove_files) COMPLETE |
7610 | 2024-10-25T18:09:30.634Z | [ recovery-image] Oct 25 18:09:30.158 INFO O| Oct 25 18:09:30.158 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7611 | 2024-10-25T18:09:30.660Z | [ recovery-image] Oct 25 18:09:30.170 INFO O| Oct 25 18:09:30.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7612 | 2024-10-25T18:09:30.660Z | [ recovery-image] Oct 25 18:09:30.171 INFO O| Oct 25 18:09:30.170 INFO STEP 1151 (remove_files) COMPLETE |
7613 | 2024-10-25T18:09:30.660Z | [ recovery-image] Oct 25 18:09:30.171 INFO O| Oct 25 18:09:30.171 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7614 | 2024-10-25T18:09:30.660Z | [ recovery-image] Oct 25 18:09:30.184 INFO O| Oct 25 18:09:30.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7615 | 2024-10-25T18:09:30.660Z | [ recovery-image] Oct 25 18:09:30.184 INFO O| Oct 25 18:09:30.184 INFO STEP 1152 (remove_files) COMPLETE |
7616 | 2024-10-25T18:09:30.660Z | [ recovery-image] Oct 25 18:09:30.184 INFO O| Oct 25 18:09:30.184 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7617 | 2024-10-25T18:09:30.683Z | [ recovery-image] Oct 25 18:09:30.197 INFO O| Oct 25 18:09:30.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7618 | 2024-10-25T18:09:30.683Z | [ recovery-image] Oct 25 18:09:30.197 INFO O| Oct 25 18:09:30.197 INFO STEP 1153 (remove_files) COMPLETE |
7619 | 2024-10-25T18:09:30.683Z | [ recovery-image] Oct 25 18:09:30.197 INFO O| Oct 25 18:09:30.197 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7620 | 2024-10-25T18:09:30.708Z | [ recovery-image] Oct 25 18:09:30.210 INFO O| Oct 25 18:09:30.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7621 | 2024-10-25T18:09:30.708Z | [ recovery-image] Oct 25 18:09:30.210 INFO O| Oct 25 18:09:30.210 INFO STEP 1154 (remove_files) COMPLETE |
7622 | 2024-10-25T18:09:30.708Z | [ recovery-image] Oct 25 18:09:30.210 INFO O| Oct 25 18:09:30.210 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7623 | 2024-10-25T18:09:30.708Z | [ recovery-image] Oct 25 18:09:30.230 INFO O| Oct 25 18:09:30.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7624 | 2024-10-25T18:09:30.708Z | [ recovery-image] Oct 25 18:09:30.230 INFO O| Oct 25 18:09:30.230 INFO STEP 1155 (remove_files) COMPLETE |
7625 | 2024-10-25T18:09:30.708Z | [ recovery-image] Oct 25 18:09:30.230 INFO O| Oct 25 18:09:30.230 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7626 | 2024-10-25T18:09:30.732Z | [ recovery-image] Oct 25 18:09:30.244 INFO O| Oct 25 18:09:30.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7627 | 2024-10-25T18:09:30.732Z | [ recovery-image] Oct 25 18:09:30.244 INFO O| Oct 25 18:09:30.244 INFO STEP 1156 (remove_files) COMPLETE |
7628 | 2024-10-25T18:09:30.732Z | [ recovery-image] Oct 25 18:09:30.244 INFO O| Oct 25 18:09:30.244 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7629 | 2024-10-25T18:09:30.756Z | [ recovery-image] Oct 25 18:09:30.258 INFO O| Oct 25 18:09:30.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7630 | 2024-10-25T18:09:30.756Z | [ recovery-image] Oct 25 18:09:30.258 INFO O| Oct 25 18:09:30.258 INFO STEP 1157 (remove_files) COMPLETE |
7631 | 2024-10-25T18:09:30.756Z | [ recovery-image] Oct 25 18:09:30.258 INFO O| Oct 25 18:09:30.258 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7632 | 2024-10-25T18:09:30.756Z | [ host-image] Oct 25 18:09:30.265 INFO O| Oct 25 18:09:30.265 INFO O| Planning: Solver setup ... Done |
7633 | 2024-10-25T18:09:30.756Z | [ host-image] Oct 25 18:09:30.269 INFO O| Oct 25 18:09:30.269 INFO O| Planning: Running solver ... Done |
7634 | 2024-10-25T18:09:30.756Z | [ recovery-image] Oct 25 18:09:30.275 INFO O| Oct 25 18:09:30.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7635 | 2024-10-25T18:09:30.756Z | [ recovery-image] Oct 25 18:09:30.275 INFO O| Oct 25 18:09:30.275 INFO STEP 1158 (remove_files) COMPLETE |
7636 | 2024-10-25T18:09:30.756Z | [ recovery-image] Oct 25 18:09:30.275 INFO O| Oct 25 18:09:30.275 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-10-25T18:09:30.780Z | [ recovery-image] Oct 25 18:09:30.290 INFO O| Oct 25 18:09:30.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7638 | 2024-10-25T18:09:30.780Z | [ recovery-image] Oct 25 18:09:30.290 INFO O| Oct 25 18:09:30.290 INFO STEP 1159 (remove_files) COMPLETE |
7639 | 2024-10-25T18:09:30.780Z | [ recovery-image] Oct 25 18:09:30.291 INFO O| Oct 25 18:09:30.290 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-10-25T18:09:30.804Z | [ recovery-image] Oct 25 18:09:30.309 INFO O| Oct 25 18:09:30.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7641 | 2024-10-25T18:09:30.804Z | [ recovery-image] Oct 25 18:09:30.309 INFO O| Oct 25 18:09:30.309 INFO STEP 1160 (remove_files) COMPLETE |
7642 | 2024-10-25T18:09:30.804Z | [ recovery-image] Oct 25 18:09:30.309 INFO O| Oct 25 18:09:30.309 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-10-25T18:09:30.804Z | [ host-image] Oct 25 18:09:30.319 INFO O| Oct 25 18:09:30.319 INFO O| Planning: Finding local manifests ... Done |
7644 | 2024-10-25T18:09:30.804Z | [ host-image] Oct 25 18:09:30.321 INFO O| Oct 25 18:09:30.321 INFO O| Planning: Fetching manifests: 0/6 0% complete |
7645 | 2024-10-25T18:09:30.804Z | [ recovery-image] Oct 25 18:09:30.322 INFO O| Oct 25 18:09:30.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7646 | 2024-10-25T18:09:30.804Z | [ recovery-image] Oct 25 18:09:30.322 INFO O| Oct 25 18:09:30.322 INFO STEP 1161 (remove_files) COMPLETE |
7647 | 2024-10-25T18:09:30.804Z | [ recovery-image] Oct 25 18:09:30.322 INFO O| Oct 25 18:09:30.322 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-10-25T18:09:30.828Z | [ recovery-image] Oct 25 18:09:30.333 INFO O| Oct 25 18:09:30.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7649 | 2024-10-25T18:09:30.828Z | [ recovery-image] Oct 25 18:09:30.333 INFO O| Oct 25 18:09:30.333 INFO STEP 1162 (remove_files) COMPLETE |
7650 | 2024-10-25T18:09:30.828Z | [ recovery-image] Oct 25 18:09:30.333 INFO O| Oct 25 18:09:30.333 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-10-25T18:09:30.828Z | [ recovery-image] Oct 25 18:09:30.344 INFO O| Oct 25 18:09:30.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7652 | 2024-10-25T18:09:30.828Z | [ recovery-image] Oct 25 18:09:30.344 INFO O| Oct 25 18:09:30.344 INFO STEP 1163 (remove_files) COMPLETE |
7653 | 2024-10-25T18:09:30.828Z | [ recovery-image] Oct 25 18:09:30.344 INFO O| Oct 25 18:09:30.344 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-10-25T18:09:30.853Z | [ recovery-image] Oct 25 18:09:30.356 INFO O| Oct 25 18:09:30.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7655 | 2024-10-25T18:09:30.853Z | [ recovery-image] Oct 25 18:09:30.356 INFO O| Oct 25 18:09:30.356 INFO STEP 1164 (remove_files) COMPLETE |
7656 | 2024-10-25T18:09:30.853Z | [ recovery-image] Oct 25 18:09:30.356 INFO O| Oct 25 18:09:30.356 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2024-10-25T18:09:30.853Z | [ recovery-image] Oct 25 18:09:30.368 INFO O| Oct 25 18:09:30.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7658 | 2024-10-25T18:09:30.853Z | [ recovery-image] Oct 25 18:09:30.368 INFO O| Oct 25 18:09:30.368 INFO STEP 1165 (remove_files) COMPLETE |
7659 | 2024-10-25T18:09:30.853Z | [ recovery-image] Oct 25 18:09:30.368 INFO O| Oct 25 18:09:30.368 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2024-10-25T18:09:30.878Z | [ recovery-image] Oct 25 18:09:30.380 INFO O| Oct 25 18:09:30.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7661 | 2024-10-25T18:09:30.878Z | [ recovery-image] Oct 25 18:09:30.380 INFO O| Oct 25 18:09:30.380 INFO STEP 1166 (remove_files) COMPLETE |
7662 | 2024-10-25T18:09:30.878Z | [ recovery-image] Oct 25 18:09:30.380 INFO O| Oct 25 18:09:30.380 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2024-10-25T18:09:30.878Z | [ recovery-image] Oct 25 18:09:30.393 INFO O| Oct 25 18:09:30.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7664 | 2024-10-25T18:09:30.878Z | [ recovery-image] Oct 25 18:09:30.393 INFO O| Oct 25 18:09:30.393 INFO STEP 1167 (remove_files) COMPLETE |
7665 | 2024-10-25T18:09:30.878Z | [ recovery-image] Oct 25 18:09:30.393 INFO O| Oct 25 18:09:30.393 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2024-10-25T18:09:30.903Z | [ recovery-image] Oct 25 18:09:30.405 INFO O| Oct 25 18:09:30.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7667 | 2024-10-25T18:09:30.903Z | [ recovery-image] Oct 25 18:09:30.405 INFO O| Oct 25 18:09:30.405 INFO STEP 1168 (remove_files) COMPLETE |
7668 | 2024-10-25T18:09:30.903Z | [ recovery-image] Oct 25 18:09:30.405 INFO O| Oct 25 18:09:30.405 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7669 | 2024-10-25T18:09:30.903Z | [ recovery-image] Oct 25 18:09:30.418 INFO O| Oct 25 18:09:30.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7670 | 2024-10-25T18:09:30.903Z | [ recovery-image] Oct 25 18:09:30.418 INFO O| Oct 25 18:09:30.418 INFO STEP 1169 (remove_files) COMPLETE |
7671 | 2024-10-25T18:09:30.903Z | [ recovery-image] Oct 25 18:09:30.418 INFO O| Oct 25 18:09:30.418 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2024-10-25T18:09:30.927Z | [ recovery-image] Oct 25 18:09:30.431 INFO O| Oct 25 18:09:30.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7673 | 2024-10-25T18:09:30.927Z | [ recovery-image] Oct 25 18:09:30.431 INFO O| Oct 25 18:09:30.431 INFO STEP 1170 (remove_files) COMPLETE |
7674 | 2024-10-25T18:09:30.927Z | [ recovery-image] Oct 25 18:09:30.431 INFO O| Oct 25 18:09:30.431 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2024-10-25T18:09:30.927Z | [ recovery-image] Oct 25 18:09:30.444 INFO O| Oct 25 18:09:30.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7676 | 2024-10-25T18:09:30.927Z | [ recovery-image] Oct 25 18:09:30.444 INFO O| Oct 25 18:09:30.444 INFO STEP 1171 (remove_files) COMPLETE |
7677 | 2024-10-25T18:09:30.927Z | [ recovery-image] Oct 25 18:09:30.444 INFO O| Oct 25 18:09:30.444 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2024-10-25T18:09:30.951Z | [ recovery-image] Oct 25 18:09:30.457 INFO O| Oct 25 18:09:30.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7679 | 2024-10-25T18:09:30.951Z | [ recovery-image] Oct 25 18:09:30.457 INFO O| Oct 25 18:09:30.457 INFO STEP 1172 (remove_files) COMPLETE |
7680 | 2024-10-25T18:09:30.951Z | [ recovery-image] Oct 25 18:09:30.457 INFO O| Oct 25 18:09:30.457 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7681 | 2024-10-25T18:09:30.951Z | [ recovery-image] Oct 25 18:09:30.470 INFO O| Oct 25 18:09:30.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7682 | 2024-10-25T18:09:30.951Z | [ recovery-image] Oct 25 18:09:30.470 INFO O| Oct 25 18:09:30.470 INFO STEP 1173 (remove_files) COMPLETE |
7683 | 2024-10-25T18:09:30.951Z | [ recovery-image] Oct 25 18:09:30.470 INFO O| Oct 25 18:09:30.470 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7684 | 2024-10-25T18:09:30.975Z | [ recovery-image] Oct 25 18:09:30.482 INFO O| Oct 25 18:09:30.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7685 | 2024-10-25T18:09:30.975Z | [ recovery-image] Oct 25 18:09:30.482 INFO O| Oct 25 18:09:30.482 INFO STEP 1174 (remove_files) COMPLETE |
7686 | 2024-10-25T18:09:30.975Z | [ recovery-image] Oct 25 18:09:30.482 INFO O| Oct 25 18:09:30.482 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7687 | 2024-10-25T18:09:30.975Z | [ recovery-image] Oct 25 18:09:30.495 INFO O| Oct 25 18:09:30.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7688 | 2024-10-25T18:09:30.975Z | [ recovery-image] Oct 25 18:09:30.495 INFO O| Oct 25 18:09:30.495 INFO STEP 1175 (remove_files) COMPLETE |
7689 | 2024-10-25T18:09:30.975Z | [ recovery-image] Oct 25 18:09:30.495 INFO O| Oct 25 18:09:30.495 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7690 | 2024-10-25T18:09:30.999Z | [ recovery-image] Oct 25 18:09:30.507 INFO O| Oct 25 18:09:30.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7691 | 2024-10-25T18:09:30.999Z | [ recovery-image] Oct 25 18:09:30.507 INFO O| Oct 25 18:09:30.507 INFO STEP 1176 (remove_files) COMPLETE |
7692 | 2024-10-25T18:09:30.999Z | [ recovery-image] Oct 25 18:09:30.507 INFO O| Oct 25 18:09:30.507 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7693 | 2024-10-25T18:09:30.999Z | [ recovery-image] Oct 25 18:09:30.520 INFO O| Oct 25 18:09:30.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7694 | 2024-10-25T18:09:30.999Z | [ recovery-image] Oct 25 18:09:30.520 INFO O| Oct 25 18:09:30.520 INFO STEP 1177 (remove_files) COMPLETE |
7695 | 2024-10-25T18:09:30.999Z | [ recovery-image] Oct 25 18:09:30.520 INFO O| Oct 25 18:09:30.520 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7696 | 2024-10-25T18:09:31.024Z | [ recovery-image] Oct 25 18:09:30.533 INFO O| Oct 25 18:09:30.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7697 | 2024-10-25T18:09:31.024Z | [ recovery-image] Oct 25 18:09:30.533 INFO O| Oct 25 18:09:30.533 INFO STEP 1178 (remove_files) COMPLETE |
7698 | 2024-10-25T18:09:31.024Z | [ recovery-image] Oct 25 18:09:30.533 INFO O| Oct 25 18:09:30.533 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7699 | 2024-10-25T18:09:31.024Z | [ recovery-image] Oct 25 18:09:30.547 INFO O| Oct 25 18:09:30.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7700 | 2024-10-25T18:09:31.024Z | [ recovery-image] Oct 25 18:09:30.547 INFO O| Oct 25 18:09:30.547 INFO STEP 1179 (remove_files) COMPLETE |
7701 | 2024-10-25T18:09:31.024Z | [ recovery-image] Oct 25 18:09:30.547 INFO O| Oct 25 18:09:30.547 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7702 | 2024-10-25T18:09:31.048Z | [ recovery-image] Oct 25 18:09:30.566 INFO O| Oct 25 18:09:30.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7703 | 2024-10-25T18:09:31.048Z | [ recovery-image] Oct 25 18:09:30.566 INFO O| Oct 25 18:09:30.566 INFO STEP 1180 (remove_files) COMPLETE |
7704 | 2024-10-25T18:09:31.048Z | [ recovery-image] Oct 25 18:09:30.566 INFO O| Oct 25 18:09:30.566 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7705 | 2024-10-25T18:09:31.072Z | [ recovery-image] Oct 25 18:09:30.582 INFO O| Oct 25 18:09:30.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7706 | 2024-10-25T18:09:31.072Z | [ recovery-image] Oct 25 18:09:30.582 INFO O| Oct 25 18:09:30.582 INFO STEP 1181 (remove_files) COMPLETE |
7707 | 2024-10-25T18:09:31.072Z | [ recovery-image] Oct 25 18:09:30.583 INFO O| Oct 25 18:09:30.582 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2024-10-25T18:09:31.096Z | [ recovery-image] Oct 25 18:09:30.598 INFO O| Oct 25 18:09:30.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7709 | 2024-10-25T18:09:31.096Z | [ recovery-image] Oct 25 18:09:30.598 INFO O| Oct 25 18:09:30.598 INFO STEP 1182 (remove_files) COMPLETE |
7710 | 2024-10-25T18:09:31.096Z | [ recovery-image] Oct 25 18:09:30.598 INFO O| Oct 25 18:09:30.598 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2024-10-25T18:09:31.096Z | [ recovery-image] Oct 25 18:09:30.612 INFO O| Oct 25 18:09:30.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7712 | 2024-10-25T18:09:31.096Z | [ recovery-image] Oct 25 18:09:30.612 INFO O| Oct 25 18:09:30.612 INFO STEP 1183 (remove_files) COMPLETE |
7713 | 2024-10-25T18:09:31.096Z | [ recovery-image] Oct 25 18:09:30.612 INFO O| Oct 25 18:09:30.612 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2024-10-25T18:09:31.120Z | [ recovery-image] Oct 25 18:09:30.626 INFO O| Oct 25 18:09:30.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7715 | 2024-10-25T18:09:31.120Z | [ recovery-image] Oct 25 18:09:30.626 INFO O| Oct 25 18:09:30.626 INFO STEP 1184 (remove_files) COMPLETE |
7716 | 2024-10-25T18:09:31.120Z | [ recovery-image] Oct 25 18:09:30.626 INFO O| Oct 25 18:09:30.626 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2024-10-25T18:09:31.120Z | [ recovery-image] Oct 25 18:09:30.639 INFO O| Oct 25 18:09:30.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7718 | 2024-10-25T18:09:31.120Z | [ recovery-image] Oct 25 18:09:30.639 INFO O| Oct 25 18:09:30.639 INFO STEP 1185 (remove_files) COMPLETE |
7719 | 2024-10-25T18:09:31.120Z | [ recovery-image] Oct 25 18:09:30.639 INFO O| Oct 25 18:09:30.639 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2024-10-25T18:09:31.144Z | [ recovery-image] Oct 25 18:09:30.654 INFO O| Oct 25 18:09:30.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7721 | 2024-10-25T18:09:31.144Z | [ recovery-image] Oct 25 18:09:30.654 INFO O| Oct 25 18:09:30.654 INFO STEP 1186 (remove_files) COMPLETE |
7722 | 2024-10-25T18:09:31.144Z | [ recovery-image] Oct 25 18:09:30.654 INFO O| Oct 25 18:09:30.654 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2024-10-25T18:09:31.144Z | [ host-image] Oct 25 18:09:30.665 INFO O| Oct 25 18:09:30.664 INFO O| Planning: Fetching manifests: 6/6 100% complete |
7724 | 2024-10-25T18:09:31.144Z | [ recovery-image] Oct 25 18:09:30.667 INFO O| Oct 25 18:09:30.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7725 | 2024-10-25T18:09:31.144Z | [ recovery-image] Oct 25 18:09:30.667 INFO O| Oct 25 18:09:30.667 INFO STEP 1187 (remove_files) COMPLETE |
7726 | 2024-10-25T18:09:31.144Z | [ recovery-image] Oct 25 18:09:30.667 INFO O| Oct 25 18:09:30.667 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-10-25T18:09:31.168Z | [ recovery-image] Oct 25 18:09:30.680 INFO O| Oct 25 18:09:30.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7728 | 2024-10-25T18:09:31.168Z | [ recovery-image] Oct 25 18:09:30.680 INFO O| Oct 25 18:09:30.680 INFO STEP 1188 (remove_files) COMPLETE |
7729 | 2024-10-25T18:09:31.168Z | [ recovery-image] Oct 25 18:09:30.680 INFO O| Oct 25 18:09:30.680 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-10-25T18:09:31.192Z | [ recovery-image] Oct 25 18:09:30.694 INFO O| Oct 25 18:09:30.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7731 | 2024-10-25T18:09:31.192Z | [ recovery-image] Oct 25 18:09:30.695 INFO O| Oct 25 18:09:30.695 INFO STEP 1189 (remove_files) COMPLETE |
7732 | 2024-10-25T18:09:31.192Z | [ recovery-image] Oct 25 18:09:30.695 INFO O| Oct 25 18:09:30.695 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-10-25T18:09:31.192Z | [ recovery-image] Oct 25 18:09:30.708 INFO O| Oct 25 18:09:30.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7734 | 2024-10-25T18:09:31.192Z | [ recovery-image] Oct 25 18:09:30.708 INFO O| Oct 25 18:09:30.708 INFO STEP 1190 (remove_files) COMPLETE |
7735 | 2024-10-25T18:09:31.192Z | [ recovery-image] Oct 25 18:09:30.708 INFO O| Oct 25 18:09:30.708 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-10-25T18:09:31.192Z | [ host-image] Oct 25 18:09:30.710 INFO O| Oct 25 18:09:30.710 INFO O| Planning: Package planning ... Done |
7737 | 2024-10-25T18:09:31.215Z | [ recovery-image] Oct 25 18:09:30.721 INFO O| Oct 25 18:09:30.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7738 | 2024-10-25T18:09:31.215Z | [ recovery-image] Oct 25 18:09:30.721 INFO O| Oct 25 18:09:30.721 INFO STEP 1191 (remove_files) COMPLETE |
7739 | 2024-10-25T18:09:31.216Z | [ recovery-image] Oct 25 18:09:30.721 INFO O| Oct 25 18:09:30.721 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7740 | 2024-10-25T18:09:31.216Z | [ host-image] Oct 25 18:09:30.733 INFO O| Oct 25 18:09:30.733 INFO O| Planning: Merging actions ... Done |
7741 | 2024-10-25T18:09:31.216Z | [ recovery-image] Oct 25 18:09:30.734 INFO O| Oct 25 18:09:30.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7742 | 2024-10-25T18:09:31.216Z | [ recovery-image] Oct 25 18:09:30.734 INFO O| Oct 25 18:09:30.734 INFO STEP 1192 (remove_files) COMPLETE |
7743 | 2024-10-25T18:09:31.216Z | [ recovery-image] Oct 25 18:09:30.734 INFO O| Oct 25 18:09:30.734 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2024-10-25T18:09:31.239Z | [ recovery-image] Oct 25 18:09:30.747 INFO O| Oct 25 18:09:30.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7745 | 2024-10-25T18:09:31.239Z | [ recovery-image] Oct 25 18:09:30.747 INFO O| Oct 25 18:09:30.747 INFO STEP 1193 (remove_files) COMPLETE |
7746 | 2024-10-25T18:09:31.239Z | [ recovery-image] Oct 25 18:09:30.747 INFO O| Oct 25 18:09:30.747 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2024-10-25T18:09:31.240Z | [ recovery-image] Oct 25 18:09:30.761 INFO O| Oct 25 18:09:30.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7748 | 2024-10-25T18:09:31.240Z | [ recovery-image] Oct 25 18:09:30.761 INFO O| Oct 25 18:09:30.761 INFO STEP 1194 (remove_files) COMPLETE |
7749 | 2024-10-25T18:09:31.240Z | [ recovery-image] Oct 25 18:09:30.761 INFO O| Oct 25 18:09:30.761 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2024-10-25T18:09:31.263Z | [ recovery-image] Oct 25 18:09:30.775 INFO O| Oct 25 18:09:30.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7751 | 2024-10-25T18:09:31.263Z | [ recovery-image] Oct 25 18:09:30.775 INFO O| Oct 25 18:09:30.775 INFO STEP 1195 (remove_files) COMPLETE |
7752 | 2024-10-25T18:09:31.263Z | [ recovery-image] Oct 25 18:09:30.775 INFO O| Oct 25 18:09:30.775 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2024-10-25T18:09:31.287Z | [ recovery-image] Oct 25 18:09:30.789 INFO O| Oct 25 18:09:30.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7754 | 2024-10-25T18:09:31.287Z | [ recovery-image] Oct 25 18:09:30.789 INFO O| Oct 25 18:09:30.789 INFO STEP 1196 (remove_files) COMPLETE |
7755 | 2024-10-25T18:09:31.287Z | [ recovery-image] Oct 25 18:09:30.789 INFO O| Oct 25 18:09:30.789 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2024-10-25T18:09:31.287Z | [ recovery-image] Oct 25 18:09:30.803 INFO O| Oct 25 18:09:30.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7757 | 2024-10-25T18:09:31.287Z | [ recovery-image] Oct 25 18:09:30.803 INFO O| Oct 25 18:09:30.803 INFO STEP 1197 (remove_files) COMPLETE |
7758 | 2024-10-25T18:09:31.287Z | [ recovery-image] Oct 25 18:09:30.803 INFO O| Oct 25 18:09:30.803 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7759 | 2024-10-25T18:09:31.311Z | [ recovery-image] Oct 25 18:09:30.816 INFO O| Oct 25 18:09:30.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7760 | 2024-10-25T18:09:31.311Z | [ recovery-image] Oct 25 18:09:30.816 INFO O| Oct 25 18:09:30.816 INFO STEP 1198 (remove_files) COMPLETE |
7761 | 2024-10-25T18:09:31.311Z | [ recovery-image] Oct 25 18:09:30.816 INFO O| Oct 25 18:09:30.816 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7762 | 2024-10-25T18:09:31.311Z | [ host-image] Oct 25 18:09:30.826 INFO O| Oct 25 18:09:30.825 INFO O| Planning: Checking for conflicting actions ... Done |
7763 | 2024-10-25T18:09:31.312Z | [ host-image] Oct 25 18:09:30.830 INFO O| Oct 25 18:09:30.830 INFO O| Planning: Consolidating action changes ... Done |
7764 | 2024-10-25T18:09:31.312Z | [ recovery-image] Oct 25 18:09:30.831 INFO O| Oct 25 18:09:30.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7765 | 2024-10-25T18:09:31.312Z | [ recovery-image] Oct 25 18:09:30.831 INFO O| Oct 25 18:09:30.831 INFO STEP 1199 (remove_files) COMPLETE |
7766 | 2024-10-25T18:09:31.312Z | [ recovery-image] Oct 25 18:09:30.831 INFO O| Oct 25 18:09:30.831 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2024-10-25T18:09:31.336Z | [ recovery-image] Oct 25 18:09:30.849 INFO O| Oct 25 18:09:30.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7768 | 2024-10-25T18:09:31.336Z | [ recovery-image] Oct 25 18:09:30.849 INFO O| Oct 25 18:09:30.849 INFO STEP 1200 (remove_files) COMPLETE |
7769 | 2024-10-25T18:09:31.336Z | [ recovery-image] Oct 25 18:09:30.849 INFO O| Oct 25 18:09:30.849 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2024-10-25T18:09:31.360Z | [ recovery-image] Oct 25 18:09:30.864 INFO O| Oct 25 18:09:30.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7771 | 2024-10-25T18:09:31.360Z | [ recovery-image] Oct 25 18:09:30.864 INFO O| Oct 25 18:09:30.864 INFO STEP 1201 (remove_files) COMPLETE |
7772 | 2024-10-25T18:09:31.360Z | [ recovery-image] Oct 25 18:09:30.864 INFO O| Oct 25 18:09:30.864 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-10-25T18:09:31.360Z | [ recovery-image] Oct 25 18:09:30.877 INFO O| Oct 25 18:09:30.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7774 | 2024-10-25T18:09:31.360Z | [ recovery-image] Oct 25 18:09:30.877 INFO O| Oct 25 18:09:30.877 INFO STEP 1202 (remove_files) COMPLETE |
7775 | 2024-10-25T18:09:31.360Z | [ recovery-image] Oct 25 18:09:30.877 INFO O| Oct 25 18:09:30.877 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-10-25T18:09:31.385Z | [ recovery-image] Oct 25 18:09:30.890 INFO O| Oct 25 18:09:30.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7777 | 2024-10-25T18:09:31.385Z | [ recovery-image] Oct 25 18:09:30.890 INFO O| Oct 25 18:09:30.890 INFO STEP 1203 (remove_files) COMPLETE |
7778 | 2024-10-25T18:09:31.385Z | [ recovery-image] Oct 25 18:09:30.890 INFO O| Oct 25 18:09:30.890 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-10-25T18:09:31.385Z | [ recovery-image] Oct 25 18:09:30.906 INFO O| Oct 25 18:09:30.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7780 | 2024-10-25T18:09:31.385Z | [ recovery-image] Oct 25 18:09:30.906 INFO O| Oct 25 18:09:30.906 INFO STEP 1204 (remove_files) COMPLETE |
7781 | 2024-10-25T18:09:31.385Z | [ recovery-image] Oct 25 18:09:30.906 INFO O| Oct 25 18:09:30.906 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-10-25T18:09:31.409Z | [ recovery-image] Oct 25 18:09:30.920 INFO O| Oct 25 18:09:30.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7783 | 2024-10-25T18:09:31.409Z | [ recovery-image] Oct 25 18:09:30.920 INFO O| Oct 25 18:09:30.920 INFO STEP 1205 (remove_files) COMPLETE |
7784 | 2024-10-25T18:09:31.409Z | [ recovery-image] Oct 25 18:09:30.920 INFO O| Oct 25 18:09:30.920 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7785 | 2024-10-25T18:09:31.433Z | [ recovery-image] Oct 25 18:09:30.940 INFO O| Oct 25 18:09:30.940 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7786 | 2024-10-25T18:09:31.434Z | [ recovery-image] Oct 25 18:09:30.940 INFO O| Oct 25 18:09:30.940 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7787 | 2024-10-25T18:09:31.515Z | [ host-image] Oct 25 18:09:31.039 INFO O| Oct 25 18:09:31.039 INFO O| Planning: Evaluating mediators ... Done |
7788 | 2024-10-25T18:09:31.539Z | [ host-image] Oct 25 18:09:31.042 INFO O| Oct 25 18:09:31.042 INFO O| Planning: Planning completed in 3.10 seconds |
7789 | 2024-10-25T18:09:31.539Z | [ host-image] Oct 25 18:09:31.044 INFO O| Oct 25 18:09:31.044 INFO O| Packages to install: 6 |
7790 | 2024-10-25T18:09:31.539Z | [ host-image] Oct 25 18:09:31.044 INFO O| Oct 25 18:09:31.044 INFO O| Mediators to change: 1 |
7791 | 2024-10-25T18:09:31.539Z | [ host-image] Oct 25 18:09:31.044 INFO O| Oct 25 18:09:31.044 INFO O| Services to change: 1 |
7792 | 2024-10-25T18:09:31.539Z | [ host-image] Oct 25 18:09:31.059 INFO O| Oct 25 18:09:31.059 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
7793 | 2024-10-25T18:09:32.306Z | [ recovery-image] Oct 25 18:09:31.831 INFO O| Oct 25 18:09:31.831 INFO STEP 1206 (pack_tar) COMPLETE |
7794 | 2024-10-25T18:09:32.306Z | [ recovery-image] Oct 25 18:09:31.831 INFO O| Oct 25 18:09:31.831 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7795 | 2024-10-25T18:09:32.330Z | [ recovery-image] Oct 25 18:09:31.831 INFO O| Oct 25 18:09:31.831 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7796 | 2024-10-25T18:09:32.503Z | [ recovery-image] Oct 25 18:09:32.028 INFO O| Oct 25 18:09:32.028 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7797 | 2024-10-25T18:09:32.549Z | [ recovery-image] Oct 25 18:09:32.074 INFO O| Oct 25 18:09:32.074 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7798 | 2024-10-25T18:09:32.573Z | [ recovery-image] Oct 25 18:09:32.081 INFO image builder template: zfs-recovery... |
7799 | 2024-10-25T18:09:32.573Z | [ recovery-image] Oct 25 18:09:32.081 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/.tmpUd2km1/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.33.293", "-n", "zfs-recovery"], pwd: None |
7800 | 2024-10-25T18:09:32.599Z | [ recovery-image] Oct 25 18:09:32.125 INFO O| Oct 25 18:09:32.124 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7801 | 2024-10-25T18:09:32.623Z | [ recovery-image] Oct 25 18:09:32.130 INFO O| Oct 25 18:09:32.130 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7802 | 2024-10-25T18:09:32.647Z | [ recovery-image] Oct 25 18:09:32.158 INFO O| Oct 25 18:09:32.158 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7803 | 2024-10-25T18:09:32.672Z | [ recovery-image] Oct 25 18:09:32.184 INFO O| Oct 25 18:09:32.183 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7804 | 2024-10-25T18:09:32.672Z | [ recovery-image] Oct 25 18:09:32.184 INFO O| Oct 25 18:09:32.184 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7805 | 2024-10-25T18:09:32.672Z | [ recovery-image] Oct 25 18:09:32.189 INFO O| Oct 25 18:09:32.189 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7806 | 2024-10-25T18:09:32.707Z | [ recovery-image] Oct 25 18:09:32.232 INFO O| Oct 25 18:09:32.232 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7807 | 2024-10-25T18:09:32.734Z | [ recovery-image] Oct 25 18:09:32.258 INFO O| Oct 25 18:09:32.257 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7808 | 2024-10-25T18:09:32.757Z | [ recovery-image] Oct 25 18:09:32.270 INFO O| Oct 25 18:09:32.270 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7809 | 2024-10-25T18:09:32.757Z | [ recovery-image] Oct 25 18:09:32.277 INFO O| Oct 25 18:09:32.277 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7810 | 2024-10-25T18:09:32.757Z | [ recovery-image] Oct 25 18:09:32.279 INFO O| Oct 25 18:09:32.279 INFO no lofi found |
7811 | 2024-10-25T18:09:32.757Z | [ recovery-image] Oct 25 18:09:32.279 INFO O| Oct 25 18:09:32.279 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7812 | 2024-10-25T18:09:32.757Z | [ recovery-image] Oct 25 18:09:32.279 INFO O| Oct 25 18:09:32.279 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7813 | 2024-10-25T18:09:34.499Z | [ recovery-image] Oct 25 18:09:34.013 INFO O| Oct 25 18:09:34.013 INFO lofi device = /dev/dsk/c3t1d0p0 |
7814 | 2024-10-25T18:09:34.500Z | [ recovery-image] Oct 25 18:09:34.014 INFO O| Oct 25 18:09:34.013 INFO pool device = /dev/dsk/c3t1d0p0 |
7815 | 2024-10-25T18:09:34.524Z | [ recovery-image] Oct 25 18:09:34.014 INFO O| Oct 25 18:09:34.013 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/c3t1d0p0"] |
7816 | 2024-10-25T18:09:34.606Z | [ recovery-image] Oct 25 18:09:34.131 INFO O| Oct 25 18:09:34.131 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7817 | 2024-10-25T18:09:34.606Z | [ recovery-image] Oct 25 18:09:34.131 INFO O| Oct 25 18:09:34.131 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7818 | 2024-10-25T18:09:34.638Z | [ recovery-image] Oct 25 18:09:34.163 INFO O| Oct 25 18:09:34.163 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7819 | 2024-10-25T18:09:34.724Z | [ recovery-image] Oct 25 18:09:34.249 INFO O| Oct 25 18:09:34.249 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7820 | 2024-10-25T18:09:34.770Z | [ recovery-image] Oct 25 18:09:34.296 INFO O| Oct 25 18:09:34.296 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7821 | 2024-10-25T18:09:34.796Z | [ recovery-image] Oct 25 18:09:34.321 INFO O| Oct 25 18:09:34.321 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7822 | 2024-10-25T18:09:34.819Z | [ recovery-image] Oct 25 18:09:34.339 INFO O| Oct 25 18:09:34.339 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7823 | 2024-10-25T18:09:34.843Z | [ host-image] Oct 25 18:09:34.366 INFO O| Oct 25 18:09:34.366 INFO O| Download: Completed 8.42 MB in 3.31 seconds (2.5M/s) |
7824 | 2024-10-25T18:09:34.872Z | [ recovery-image] Oct 25 18:09:34.397 INFO O| Oct 25 18:09:34.397 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7825 | 2024-10-25T18:09:34.872Z | [ recovery-image] Oct 25 18:09:34.397 INFO O| Oct 25 18:09:34.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7826 | 2024-10-25T18:09:34.896Z | [ recovery-image] Oct 25 18:09:34.397 INFO O| Oct 25 18:09:34.397 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7827 | 2024-10-25T18:09:34.896Z | [ recovery-image] Oct 25 18:09:34.413 INFO O| Oct 25 18:09:34.413 INFO boot environment UUID: 94dfbedf-3ac8-48b8-ab46-5f211b8be264 |
7828 | 2024-10-25T18:09:34.896Z | [ recovery-image] Oct 25 18:09:34.413 INFO O| Oct 25 18:09:34.413 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 94dfbedf-3ac8-48b8-ab46-5f211b8be264 |
7829 | 2024-10-25T18:09:34.920Z | [ recovery-image] Oct 25 18:09:34.433 INFO O| Oct 25 18:09:34.432 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7830 | 2024-10-25T18:09:34.944Z | [ host-image] Oct 25 18:09:34.447 INFO O| Oct 25 18:09:34.447 INFO O| Actions: 1/1361 actions (Installing new actions) |
7831 | 2024-10-25T18:09:34.944Z | [ recovery-image] Oct 25 18:09:34.454 INFO O| Oct 25 18:09:34.454 INFO STEP 0 (create_be) COMPLETE |
7832 | 2024-10-25T18:09:34.944Z | [ recovery-image] Oct 25 18:09:34.454 INFO O| Oct 25 18:09:34.454 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7833 | 2024-10-25T18:09:34.968Z | [ recovery-image] Oct 25 18:09:34.478 INFO O| Oct 25 18:09:34.478 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"] |
7834 | 2024-10-25T18:09:35.825Z | [ host-image] Oct 25 18:09:35.349 INFO O| Oct 25 18:09:35.349 INFO O| Actions: Completed 1361 actions in 0.90 seconds. |
7835 | 2024-10-25T18:09:36.488Z | [ host-image] Oct 25 18:09:36.013 INFO O| Oct 25 18:09:36.013 INFO O| Done |
7836 | 2024-10-25T18:09:36.512Z | [ host-image] Oct 25 18:09:36.013 INFO O| Oct 25 18:09:36.013 INFO O| Done |
7837 | 2024-10-25T18:09:37.277Z | [ host-image] Oct 25 18:09:36.802 INFO O| Oct 25 18:09:36.802 INFO O| Done |
7838 | 2024-10-25T18:09:38.161Z | [ recovery-image] Oct 25 18:09:37.686 INFO O| Oct 25 18:09:37.686 INFO STEP 1 (unpack_tar) COMPLETE |
7839 | 2024-10-25T18:09:38.161Z | [ recovery-image] Oct 25 18:09:37.686 INFO O| Oct 25 18:09:37.686 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7840 | 2024-10-25T18:09:38.185Z | [ recovery-image] Oct 25 18:09:37.702 INFO O| Oct 25 18:09:37.702 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7841 | 2024-10-25T18:09:39.082Z | [ recovery-image] Oct 25 18:09:38.607 INFO O| Oct 25 18:09:38.607 INFO STEP 2 (devfsadm) COMPLETE |
7842 | 2024-10-25T18:09:39.082Z | [ recovery-image] Oct 25 18:09:38.607 INFO O| Oct 25 18:09:38.607 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7843 | 2024-10-25T18:09:39.106Z | [ recovery-image] Oct 25 18:09:38.628 INFO O| Oct 25 18:09:38.628 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7844 | 2024-10-25T18:09:39.106Z | [ recovery-image] Oct 25 18:09:38.628 INFO O| Oct 25 18:09:38.628 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7845 | 2024-10-25T18:09:39.106Z | [ recovery-image] Oct 25 18:09:38.628 INFO O| Oct 25 18:09:38.628 INFO STEP 3 (ensure_dir) COMPLETE |
7846 | 2024-10-25T18:09:39.106Z | [ recovery-image] Oct 25 18:09:38.628 INFO O| Oct 25 18:09:38.628 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7847 | 2024-10-25T18:09:39.130Z | [ recovery-image] Oct 25 18:09:38.645 INFO O| Oct 25 18:09:38.645 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7848 | 2024-10-25T18:09:39.130Z | [ recovery-image] Oct 25 18:09:38.645 INFO O| Oct 25 18:09:38.645 INFO STEP 4 (ensure_dir) COMPLETE |
7849 | 2024-10-25T18:09:39.130Z | [ recovery-image] Oct 25 18:09:38.645 INFO O| Oct 25 18:09:38.645 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7850 | 2024-10-25T18:09:39.154Z | [ recovery-image] Oct 25 18:09:38.660 INFO O| Oct 25 18:09:38.660 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7851 | 2024-10-25T18:09:39.154Z | [ recovery-image] Oct 25 18:09:38.660 INFO O| Oct 25 18:09:38.660 INFO STEP 5 (ensure_dir) COMPLETE |
7852 | 2024-10-25T18:09:39.154Z | [ recovery-image] Oct 25 18:09:38.660 INFO O| Oct 25 18:09:38.660 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7853 | 2024-10-25T18:09:39.154Z | [ recovery-image] Oct 25 18:09:38.673 INFO O| Oct 25 18:09:38.673 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7854 | 2024-10-25T18:09:39.154Z | [ recovery-image] Oct 25 18:09:38.673 INFO O| Oct 25 18:09:38.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7855 | 2024-10-25T18:09:39.154Z | [ recovery-image] Oct 25 18:09:38.673 INFO O| Oct 25 18:09:38.673 INFO STEP 6 (ensure_dir) COMPLETE |
7856 | 2024-10-25T18:09:39.154Z | [ recovery-image] Oct 25 18:09:38.673 INFO O| Oct 25 18:09:38.673 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7857 | 2024-10-25T18:09:39.178Z | [ recovery-image] Oct 25 18:09:38.687 INFO O| Oct 25 18:09:38.686 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7858 | 2024-10-25T18:09:39.178Z | [ recovery-image] Oct 25 18:09:38.687 INFO O| Oct 25 18:09:38.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7859 | 2024-10-25T18:09:39.178Z | [ recovery-image] Oct 25 18:09:38.687 INFO O| Oct 25 18:09:38.687 INFO STEP 7 (ensure_dir) COMPLETE |
7860 | 2024-10-25T18:09:39.178Z | [ recovery-image] Oct 25 18:09:38.687 INFO O| Oct 25 18:09:38.687 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7861 | 2024-10-25T18:09:39.178Z | [ recovery-image] Oct 25 18:09:38.699 INFO O| Oct 25 18:09:38.699 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7862 | 2024-10-25T18:09:39.178Z | [ recovery-image] Oct 25 18:09:38.700 INFO O| Oct 25 18:09:38.700 INFO STEP 8 (remove_files) COMPLETE |
7863 | 2024-10-25T18:09:39.178Z | [ recovery-image] Oct 25 18:09:38.700 INFO O| Oct 25 18:09:38.700 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7864 | 2024-10-25T18:09:39.202Z | [ recovery-image] Oct 25 18:09:38.713 INFO O| Oct 25 18:09:38.713 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7865 | 2024-10-25T18:09:39.202Z | [ recovery-image] Oct 25 18:09:38.715 INFO O| Oct 25 18:09:38.714 INFO STEP 9 (remove_files) COMPLETE |
7866 | 2024-10-25T18:09:39.202Z | [ recovery-image] Oct 25 18:09:38.715 INFO O| Oct 25 18:09:38.715 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7867 | 2024-10-25T18:09:39.227Z | [ recovery-image] Oct 25 18:09:38.728 INFO O| Oct 25 18:09:38.728 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7868 | 2024-10-25T18:09:39.227Z | [ recovery-image] Oct 25 18:09:38.729 INFO O| Oct 25 18:09:38.729 INFO STEP 10 (remove_files) COMPLETE |
7869 | 2024-10-25T18:09:39.227Z | [ recovery-image] Oct 25 18:09:38.729 INFO O| Oct 25 18:09:38.729 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7870 | 2024-10-25T18:09:39.227Z | [ recovery-image] Oct 25 18:09:38.742 INFO O| Oct 25 18:09:38.742 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7871 | 2024-10-25T18:09:39.227Z | [ recovery-image] Oct 25 18:09:38.742 INFO O| Oct 25 18:09:38.742 INFO STEP 11 (remove_files) COMPLETE |
7872 | 2024-10-25T18:09:39.227Z | [ recovery-image] Oct 25 18:09:38.742 INFO O| Oct 25 18:09:38.742 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7873 | 2024-10-25T18:09:39.252Z | [ recovery-image] Oct 25 18:09:38.755 INFO O| Oct 25 18:09:38.755 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7874 | 2024-10-25T18:09:39.252Z | [ recovery-image] Oct 25 18:09:38.755 INFO O| Oct 25 18:09:38.755 INFO STEP 12 (remove_files) COMPLETE |
7875 | 2024-10-25T18:09:39.252Z | [ recovery-image] Oct 25 18:09:38.755 INFO O| Oct 25 18:09:38.755 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7876 | 2024-10-25T18:09:39.252Z | [ recovery-image] Oct 25 18:09:38.767 INFO O| Oct 25 18:09:38.767 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7877 | 2024-10-25T18:09:39.252Z | [ recovery-image] Oct 25 18:09:38.768 INFO O| Oct 25 18:09:38.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7878 | 2024-10-25T18:09:39.252Z | [ recovery-image] Oct 25 18:09:38.768 INFO O| Oct 25 18:09:38.767 INFO STEP 13 (ensure_dir) COMPLETE |
7879 | 2024-10-25T18:09:39.252Z | [ recovery-image] Oct 25 18:09:38.768 INFO O| Oct 25 18:09:38.767 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7880 | 2024-10-25T18:09:39.276Z | [ recovery-image] Oct 25 18:09:38.786 INFO O| Oct 25 18:09:38.786 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7881 | 2024-10-25T18:09:39.276Z | [ recovery-image] Oct 25 18:09:38.786 INFO O| Oct 25 18:09:38.786 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7882 | 2024-10-25T18:09:39.276Z | [ recovery-image] Oct 25 18:09:38.786 INFO O| Oct 25 18:09:38.786 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7883 | 2024-10-25T18:09:39.276Z | [ recovery-image] Oct 25 18:09:38.786 INFO O| Oct 25 18:09:38.786 INFO STEP 14 (ensure_dir) COMPLETE |
7884 | 2024-10-25T18:09:39.276Z | [ recovery-image] Oct 25 18:09:38.786 INFO O| Oct 25 18:09:38.786 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7885 | 2024-10-25T18:09:39.300Z | [ recovery-image] Oct 25 18:09:38.803 INFO O| Oct 25 18:09:38.803 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7886 | 2024-10-25T18:09:39.300Z | [ recovery-image] Oct 25 18:09:38.803 INFO O| Oct 25 18:09:38.803 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7887 | 2024-10-25T18:09:39.300Z | [ recovery-image] Oct 25 18:09:38.804 INFO O| Oct 25 18:09:38.804 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7888 | 2024-10-25T18:09:39.300Z | [ recovery-image] Oct 25 18:09:38.804 INFO O| Oct 25 18:09:38.804 INFO STEP 15 (ensure_dir) COMPLETE |
7889 | 2024-10-25T18:09:39.300Z | [ recovery-image] Oct 25 18:09:38.804 INFO O| Oct 25 18:09:38.804 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7890 | 2024-10-25T18:09:39.300Z | [ recovery-image] Oct 25 18:09:38.817 INFO O| Oct 25 18:09:38.817 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7891 | 2024-10-25T18:09:39.300Z | [ recovery-image] Oct 25 18:09:38.817 INFO O| Oct 25 18:09:38.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7892 | 2024-10-25T18:09:39.300Z | [ recovery-image] Oct 25 18:09:38.817 INFO O| Oct 25 18:09:38.817 INFO STEP 16 (ensure_dir) COMPLETE |
7893 | 2024-10-25T18:09:39.300Z | [ recovery-image] Oct 25 18:09:38.817 INFO O| Oct 25 18:09:38.817 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7894 | 2024-10-25T18:09:39.324Z | [ recovery-image] Oct 25 18:09:38.835 INFO O| Oct 25 18:09:38.834 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7895 | 2024-10-25T18:09:39.324Z | [ recovery-image] Oct 25 18:09:38.835 INFO O| Oct 25 18:09:38.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7896 | 2024-10-25T18:09:39.324Z | [ recovery-image] Oct 25 18:09:38.835 INFO O| Oct 25 18:09:38.835 INFO STEP 17 (ensure_dir) COMPLETE |
7897 | 2024-10-25T18:09:39.324Z | [ recovery-image] Oct 25 18:09:38.835 INFO O| Oct 25 18:09:38.835 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7898 | 2024-10-25T18:09:39.324Z | [ recovery-image] Oct 25 18:09:38.849 INFO O| Oct 25 18:09:38.849 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7899 | 2024-10-25T18:09:39.324Z | [ recovery-image] Oct 25 18:09:38.849 INFO O| Oct 25 18:09:38.849 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7900 | 2024-10-25T18:09:39.348Z | [ recovery-image] Oct 25 18:09:38.849 INFO O| Oct 25 18:09:38.849 INFO ok! |
7901 | 2024-10-25T18:09:39.348Z | [ recovery-image] Oct 25 18:09:38.849 INFO O| Oct 25 18:09:38.849 INFO STEP 18 (ensure_symlink) COMPLETE |
7902 | 2024-10-25T18:09:39.348Z | [ recovery-image] Oct 25 18:09:38.849 INFO O| Oct 25 18:09:38.849 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7903 | 2024-10-25T18:09:39.348Z | [ recovery-image] Oct 25 18:09:38.868 INFO O| Oct 25 18:09:38.867 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7904 | 2024-10-25T18:09:39.348Z | [ recovery-image] Oct 25 18:09:38.868 INFO O| Oct 25 18:09:38.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7905 | 2024-10-25T18:09:39.348Z | [ recovery-image] Oct 25 18:09:38.868 INFO O| Oct 25 18:09:38.868 INFO ok! |
7906 | 2024-10-25T18:09:39.348Z | [ recovery-image] Oct 25 18:09:38.868 INFO O| Oct 25 18:09:38.868 INFO STEP 19 (ensure_file) COMPLETE |
7907 | 2024-10-25T18:09:39.348Z | [ recovery-image] Oct 25 18:09:38.868 INFO O| Oct 25 18:09:38.868 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7908 | 2024-10-25T18:09:39.372Z | [ recovery-image] Oct 25 18:09:38.887 INFO O| Oct 25 18:09:38.887 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7909 | 2024-10-25T18:09:39.372Z | [ recovery-image] Oct 25 18:09:38.888 INFO O| Oct 25 18:09:38.887 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7910 | 2024-10-25T18:09:39.372Z | [ recovery-image] Oct 25 18:09:38.888 INFO O| Oct 25 18:09:38.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7911 | 2024-10-25T18:09:39.372Z | [ recovery-image] Oct 25 18:09:38.888 INFO O| Oct 25 18:09:38.888 INFO ok! |
7912 | 2024-10-25T18:09:39.372Z | [ recovery-image] Oct 25 18:09:38.888 INFO O| Oct 25 18:09:38.888 INFO STEP 20 (ensure_symlink) COMPLETE |
7913 | 2024-10-25T18:09:39.372Z | [ recovery-image] Oct 25 18:09:38.888 INFO O| Oct 25 18:09:38.888 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7914 | 2024-10-25T18:09:39.396Z | [ recovery-image] Oct 25 18:09:38.906 INFO O| Oct 25 18:09:38.906 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7915 | 2024-10-25T18:09:39.396Z | [ recovery-image] Oct 25 18:09:38.906 INFO O| Oct 25 18:09:38.906 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7916 | 2024-10-25T18:09:39.396Z | [ recovery-image] Oct 25 18:09:38.906 INFO O| Oct 25 18:09:38.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7917 | 2024-10-25T18:09:39.396Z | [ recovery-image] Oct 25 18:09:38.906 INFO O| Oct 25 18:09:38.906 INFO ok! |
7918 | 2024-10-25T18:09:39.396Z | [ recovery-image] Oct 25 18:09:38.906 INFO O| Oct 25 18:09:38.906 INFO STEP 21 (ensure_symlink) COMPLETE |
7919 | 2024-10-25T18:09:39.396Z | [ recovery-image] Oct 25 18:09:38.906 INFO O| Oct 25 18:09:38.906 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7920 | 2024-10-25T18:09:39.421Z | [ recovery-image] Oct 25 18:09:38.926 INFO O| Oct 25 18:09:38.926 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7921 | 2024-10-25T18:09:39.421Z | [ recovery-image] Oct 25 18:09:38.926 INFO O| Oct 25 18:09:38.926 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7922 | 2024-10-25T18:09:39.421Z | [ recovery-image] Oct 25 18:09:38.926 INFO O| Oct 25 18:09:38.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7923 | 2024-10-25T18:09:39.421Z | [ recovery-image] Oct 25 18:09:38.926 INFO O| Oct 25 18:09:38.926 INFO ok! |
7924 | 2024-10-25T18:09:39.421Z | [ recovery-image] Oct 25 18:09:38.926 INFO O| Oct 25 18:09:38.926 INFO STEP 22 (ensure_symlink) COMPLETE |
7925 | 2024-10-25T18:09:39.421Z | [ recovery-image] Oct 25 18:09:38.926 INFO O| Oct 25 18:09:38.926 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7926 | 2024-10-25T18:09:39.421Z | [ recovery-image] Oct 25 18:09:38.942 INFO O| Oct 25 18:09:38.942 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7927 | 2024-10-25T18:09:39.421Z | [ recovery-image] Oct 25 18:09:38.942 INFO O| Oct 25 18:09:38.942 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7928 | 2024-10-25T18:09:39.421Z | [ recovery-image] Oct 25 18:09:38.942 INFO O| Oct 25 18:09:38.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7929 | 2024-10-25T18:09:39.421Z | [ recovery-image] Oct 25 18:09:38.942 INFO O| Oct 25 18:09:38.942 INFO ok! |
7930 | 2024-10-25T18:09:39.421Z | [ recovery-image] Oct 25 18:09:38.942 INFO O| Oct 25 18:09:38.942 INFO STEP 23 (ensure_symlink) COMPLETE |
7931 | 2024-10-25T18:09:39.421Z | [ recovery-image] Oct 25 18:09:38.942 INFO O| Oct 25 18:09:38.942 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7932 | 2024-10-25T18:09:39.445Z | [ recovery-image] Oct 25 18:09:38.960 INFO O| Oct 25 18:09:38.960 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7933 | 2024-10-25T18:09:39.445Z | [ recovery-image] Oct 25 18:09:38.961 INFO O| Oct 25 18:09:38.961 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 ... |
7934 | 2024-10-25T18:09:39.445Z | [ recovery-image] Oct 25 18:09:38.961 INFO O| Oct 25 18:09:38.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7935 | 2024-10-25T18:09:39.445Z | [ recovery-image] Oct 25 18:09:38.961 INFO O| Oct 25 18:09:38.961 INFO ok! |
7936 | 2024-10-25T18:09:39.445Z | [ recovery-image] Oct 25 18:09:38.961 INFO O| Oct 25 18:09:38.961 INFO STEP 24 (ensure_file) COMPLETE |
7937 | 2024-10-25T18:09:39.445Z | [ recovery-image] Oct 25 18:09:38.961 INFO O| Oct 25 18:09:38.961 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7938 | 2024-10-25T18:09:39.469Z | [ recovery-image] Oct 25 18:09:38.976 INFO O| Oct 25 18:09:38.976 INFO updating shadow file |
7939 | 2024-10-25T18:09:39.469Z | [ recovery-image] Oct 25 18:09:38.976 INFO O| Oct 25 18:09:38.976 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7940 | 2024-10-25T18:09:39.469Z | [ recovery-image] Oct 25 18:09:38.976 INFO O| Oct 25 18:09:38.976 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7941 | 2024-10-25T18:09:39.469Z | [ recovery-image] Oct 25 18:09:38.976 INFO O| Oct 25 18:09:38.976 INFO STEP 25 (shadow) COMPLETE |
7942 | 2024-10-25T18:09:39.469Z | [ recovery-image] Oct 25 18:09:38.976 INFO O| Oct 25 18:09:38.976 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7943 | 2024-10-25T18:09:39.469Z | [ recovery-image] Oct 25 18:09:38.990 INFO O| Oct 25 18:09:38.990 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7944 | 2024-10-25T18:09:39.469Z | [ recovery-image] Oct 25 18:09:38.991 INFO O| Oct 25 18:09:38.991 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7945 | 2024-10-25T18:09:39.469Z | [ recovery-image] Oct 25 18:09:38.991 INFO O| Oct 25 18:09:38.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7946 | 2024-10-25T18:09:39.469Z | [ recovery-image] Oct 25 18:09:38.991 INFO O| Oct 25 18:09:38.991 INFO ok! |
7947 | 2024-10-25T18:09:39.469Z | [ recovery-image] Oct 25 18:09:38.991 INFO O| Oct 25 18:09:38.991 INFO STEP 26 (ensure_file) COMPLETE |
7948 | 2024-10-25T18:09:39.469Z | [ recovery-image] Oct 25 18:09:38.991 INFO O| Oct 25 18:09:38.991 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7949 | 2024-10-25T18:09:39.493Z | [ recovery-image] Oct 25 18:09:39.004 INFO O| Oct 25 18:09:39.004 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7950 | 2024-10-25T18:09:39.493Z | [ recovery-image] Oct 25 18:09:39.004 INFO O| Oct 25 18:09:39.004 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7951 | 2024-10-25T18:09:39.493Z | [ recovery-image] Oct 25 18:09:39.004 INFO O| Oct 25 18:09:39.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7952 | 2024-10-25T18:09:39.493Z | [ recovery-image] Oct 25 18:09:39.004 INFO O| Oct 25 18:09:39.004 INFO ok! |
7953 | 2024-10-25T18:09:39.493Z | [ recovery-image] Oct 25 18:09:39.004 INFO O| Oct 25 18:09:39.004 INFO STEP 27 (ensure_file) COMPLETE |
7954 | 2024-10-25T18:09:39.493Z | [ recovery-image] Oct 25 18:09:39.004 INFO O| Oct 25 18:09:39.004 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7955 | 2024-10-25T18:09:39.518Z | [ recovery-image] Oct 25 18:09:39.022 INFO O| Oct 25 18:09:39.022 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7956 | 2024-10-25T18:09:39.518Z | [ recovery-image] Oct 25 18:09:39.022 INFO O| Oct 25 18:09:39.022 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7957 | 2024-10-25T18:09:39.518Z | [ recovery-image] Oct 25 18:09:39.022 INFO O| Oct 25 18:09:39.022 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7958 | 2024-10-25T18:09:39.518Z | [ recovery-image] Oct 25 18:09:39.022 INFO O| Oct 25 18:09:39.022 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7959 | 2024-10-25T18:09:39.518Z | [ recovery-image] Oct 25 18:09:39.022 INFO O| Oct 25 18:09:39.022 INFO ok! |
7960 | 2024-10-25T18:09:39.518Z | [ recovery-image] Oct 25 18:09:39.022 INFO O| Oct 25 18:09:39.022 INFO STEP 28 (ensure_file) COMPLETE |
7961 | 2024-10-25T18:09:39.518Z | [ recovery-image] Oct 25 18:09:39.022 INFO O| Oct 25 18:09:39.022 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7962 | 2024-10-25T18:09:39.518Z | [ host-image] Oct 25 18:09:39.036 INFO O| Oct 25 18:09:39.036 INFO O| Done |
7963 | 2024-10-25T18:09:39.518Z | [ recovery-image] Oct 25 18:09:39.040 INFO O| Oct 25 18:09:39.040 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7964 | 2024-10-25T18:09:39.518Z | [ recovery-image] Oct 25 18:09:39.040 INFO O| Oct 25 18:09:39.040 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7965 | 2024-10-25T18:09:39.518Z | [ recovery-image] Oct 25 18:09:39.040 INFO O| Oct 25 18:09:39.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7966 | 2024-10-25T18:09:39.518Z | [ recovery-image] Oct 25 18:09:39.040 INFO O| Oct 25 18:09:39.040 INFO ok! |
7967 | 2024-10-25T18:09:39.518Z | [ recovery-image] Oct 25 18:09:39.040 INFO O| Oct 25 18:09:39.040 INFO STEP 29 (ensure_file) COMPLETE |
7968 | 2024-10-25T18:09:39.518Z | [ recovery-image] Oct 25 18:09:39.040 INFO O| Oct 25 18:09:39.040 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7969 | 2024-10-25T18:09:39.542Z | [ recovery-image] Oct 25 18:09:39.054 INFO O| Oct 25 18:09:39.054 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7970 | 2024-10-25T18:09:39.542Z | [ recovery-image] Oct 25 18:09:39.054 INFO O| Oct 25 18:09:39.054 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7971 | 2024-10-25T18:09:39.542Z | [ recovery-image] Oct 25 18:09:39.054 INFO O| Oct 25 18:09:39.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7972 | 2024-10-25T18:09:39.542Z | [ recovery-image] Oct 25 18:09:39.054 INFO O| Oct 25 18:09:39.054 INFO ok! |
7973 | 2024-10-25T18:09:39.542Z | [ recovery-image] Oct 25 18:09:39.054 INFO O| Oct 25 18:09:39.054 INFO STEP 30 (ensure_file) COMPLETE |
7974 | 2024-10-25T18:09:39.542Z | [ recovery-image] Oct 25 18:09:39.054 INFO O| Oct 25 18:09:39.054 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7975 | 2024-10-25T18:09:39.542Z | [ host-image] Oct 25 18:09:39.067 INFO O| Oct 25 18:09:39.067 INFO O| Done |
7976 | 2024-10-25T18:09:39.542Z | [ host-image] Oct 25 18:09:39.067 INFO O| Oct 25 18:09:39.067 INFO O| Done |
7977 | 2024-10-25T18:09:39.571Z | [ recovery-image] Oct 25 18:09:39.068 INFO O| Oct 25 18:09:39.068 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7978 | 2024-10-25T18:09:39.571Z | [ recovery-image] Oct 25 18:09:39.068 INFO O| Oct 25 18:09:39.068 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7979 | 2024-10-25T18:09:39.571Z | [ recovery-image] Oct 25 18:09:39.068 INFO O| Oct 25 18:09:39.068 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7980 | 2024-10-25T18:09:39.571Z | [ recovery-image] Oct 25 18:09:39.068 INFO O| Oct 25 18:09:39.068 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7981 | 2024-10-25T18:09:39.571Z | [ recovery-image] Oct 25 18:09:39.068 INFO O| Oct 25 18:09:39.068 INFO ok! |
7982 | 2024-10-25T18:09:39.571Z | [ recovery-image] Oct 25 18:09:39.068 INFO O| Oct 25 18:09:39.068 INFO STEP 31 (ensure_file) COMPLETE |
7983 | 2024-10-25T18:09:39.571Z | [ recovery-image] Oct 25 18:09:39.068 INFO O| Oct 25 18:09:39.068 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7984 | 2024-10-25T18:09:39.571Z | [ recovery-image] Oct 25 18:09:39.086 INFO O| Oct 25 18:09:39.086 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7985 | 2024-10-25T18:09:39.571Z | [ recovery-image] Oct 25 18:09:39.087 INFO O| Oct 25 18:09:39.086 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7986 | 2024-10-25T18:09:39.571Z | [ recovery-image] Oct 25 18:09:39.087 INFO O| Oct 25 18:09:39.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7987 | 2024-10-25T18:09:39.571Z | [ recovery-image] Oct 25 18:09:39.087 INFO O| Oct 25 18:09:39.087 INFO ok! |
7988 | 2024-10-25T18:09:39.571Z | [ recovery-image] Oct 25 18:09:39.087 INFO O| Oct 25 18:09:39.087 INFO STEP 32 (ensure_file) COMPLETE |
7989 | 2024-10-25T18:09:39.571Z | [ recovery-image] Oct 25 18:09:39.087 INFO O| Oct 25 18:09:39.087 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7990 | 2024-10-25T18:09:39.595Z | [ recovery-image] Oct 25 18:09:39.106 INFO O| Oct 25 18:09:39.106 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7991 | 2024-10-25T18:09:39.595Z | [ recovery-image] Oct 25 18:09:39.106 INFO O| Oct 25 18:09:39.106 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7992 | 2024-10-25T18:09:39.595Z | [ recovery-image] Oct 25 18:09:39.106 INFO O| Oct 25 18:09:39.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7993 | 2024-10-25T18:09:39.595Z | [ recovery-image] Oct 25 18:09:39.106 INFO O| Oct 25 18:09:39.106 INFO ok! |
7994 | 2024-10-25T18:09:39.595Z | [ recovery-image] Oct 25 18:09:39.106 INFO O| Oct 25 18:09:39.106 INFO STEP 33 (ensure_file) COMPLETE |
7995 | 2024-10-25T18:09:39.595Z | [ recovery-image] Oct 25 18:09:39.106 INFO O| Oct 25 18:09:39.106 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7996 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.123 INFO O| Oct 25 18:09:39.123 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7997 | 2024-10-25T18:09:39.619Z | [ host-image] Oct 25 18:09:39.123 INFO O| Oct 25 18:09:39.123 INFO O| Done |
7998 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.123 INFO O| Oct 25 18:09:39.123 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7999 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.124 INFO O| Oct 25 18:09:39.124 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8000 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.124 INFO O| Oct 25 18:09:39.124 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8001 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.124 INFO O| Oct 25 18:09:39.124 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8002 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.124 INFO O| Oct 25 18:09:39.124 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8003 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.124 INFO O| Oct 25 18:09:39.124 INFO ok! |
8004 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.124 INFO O| Oct 25 18:09:39.124 INFO STEP 34 (ensure_file) COMPLETE |
8005 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.124 INFO O| Oct 25 18:09:39.124 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8006 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.142 INFO O| Oct 25 18:09:39.142 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8007 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.142 INFO O| Oct 25 18:09:39.142 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8008 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.142 INFO O| Oct 25 18:09:39.142 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8009 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.142 INFO O| Oct 25 18:09:39.142 INFO STEP 35 (ensure_dir) COMPLETE |
8010 | 2024-10-25T18:09:39.619Z | [ recovery-image] Oct 25 18:09:39.142 INFO O| Oct 25 18:09:39.142 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8011 | 2024-10-25T18:09:39.644Z | [ recovery-image] Oct 25 18:09:39.162 INFO O| Oct 25 18:09:39.162 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 |
8012 | 2024-10-25T18:09:39.644Z | [ recovery-image] Oct 25 18:09:39.162 INFO O| Oct 25 18:09:39.162 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 ... |
8013 | 2024-10-25T18:09:39.644Z | [ recovery-image] Oct 25 18:09:39.162 INFO O| Oct 25 18:09:39.162 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 |
8014 | 2024-10-25T18:09:39.644Z | [ recovery-image] Oct 25 18:09:39.162 INFO O| Oct 25 18:09:39.162 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 |
8015 | 2024-10-25T18:09:39.644Z | [ recovery-image] Oct 25 18:09:39.162 INFO O| Oct 25 18:09:39.162 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 |
8016 | 2024-10-25T18:09:39.644Z | [ recovery-image] Oct 25 18:09:39.162 INFO O| Oct 25 18:09:39.162 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 |
8017 | 2024-10-25T18:09:39.644Z | [ recovery-image] Oct 25 18:09:39.162 INFO O| Oct 25 18:09:39.162 INFO ok! |
8018 | 2024-10-25T18:09:39.644Z | [ recovery-image] Oct 25 18:09:39.162 INFO O| Oct 25 18:09:39.162 INFO STEP 36 (ensure_file) COMPLETE |
8019 | 2024-10-25T18:09:39.644Z | [ recovery-image] Oct 25 18:09:39.162 INFO O| Oct 25 18:09:39.162 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8020 | 2024-10-25T18:09:39.668Z | [ recovery-image] Oct 25 18:09:39.178 INFO O| Oct 25 18:09:39.178 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8021 | 2024-10-25T18:09:39.668Z | [ recovery-image] Oct 25 18:09:39.178 INFO O| Oct 25 18:09:39.178 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 ... |
8022 | 2024-10-25T18:09:39.668Z | [ recovery-image] Oct 25 18:09:39.179 INFO O| Oct 25 18:09:39.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8023 | 2024-10-25T18:09:39.668Z | [ recovery-image] Oct 25 18:09:39.179 INFO O| Oct 25 18:09:39.179 INFO ok! |
8024 | 2024-10-25T18:09:39.668Z | [ recovery-image] Oct 25 18:09:39.179 INFO O| Oct 25 18:09:39.179 INFO STEP 37 (ensure_symlink) COMPLETE |
8025 | 2024-10-25T18:09:39.668Z | [ recovery-image] Oct 25 18:09:39.179 INFO O| Oct 25 18:09:39.179 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8026 | 2024-10-25T18:09:39.694Z | [ recovery-image] Oct 25 18:09:39.194 INFO O| Oct 25 18:09:39.194 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8027 | 2024-10-25T18:09:39.694Z | [ recovery-image] Oct 25 18:09:39.194 INFO O| Oct 25 18:09:39.194 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8028 | 2024-10-25T18:09:39.695Z | [ recovery-image] Oct 25 18:09:39.194 INFO O| Oct 25 18:09:39.194 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8029 | 2024-10-25T18:09:39.695Z | [ recovery-image] Oct 25 18:09:39.194 INFO O| Oct 25 18:09:39.194 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8030 | 2024-10-25T18:09:39.695Z | [ recovery-image] Oct 25 18:09:39.194 INFO O| Oct 25 18:09:39.194 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8031 | 2024-10-25T18:09:39.695Z | [ recovery-image] Oct 25 18:09:39.194 INFO O| Oct 25 18:09:39.194 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8032 | 2024-10-25T18:09:39.695Z | [ recovery-image] Oct 25 18:09:39.194 INFO O| Oct 25 18:09:39.194 INFO ok! |
8033 | 2024-10-25T18:09:39.695Z | [ recovery-image] Oct 25 18:09:39.195 INFO O| Oct 25 18:09:39.194 INFO STEP 38 (ensure_file) COMPLETE |
8034 | 2024-10-25T18:09:39.695Z | [ recovery-image] Oct 25 18:09:39.195 INFO O| Oct 25 18:09:39.194 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8035 | 2024-10-25T18:09:39.695Z | [ recovery-image] Oct 25 18:09:39.217 INFO O| Oct 25 18:09:39.217 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8036 | 2024-10-25T18:09:39.695Z | [ recovery-image] Oct 25 18:09:39.217 INFO O| Oct 25 18:09:39.217 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 ... |
8037 | 2024-10-25T18:09:39.695Z | [ recovery-image] Oct 25 18:09:39.217 INFO O| Oct 25 18:09:39.217 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 |
8038 | 2024-10-25T18:09:39.695Z | [ recovery-image] Oct 25 18:09:39.217 INFO O| Oct 25 18:09:39.217 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8039 | 2024-10-25T18:09:39.695Z | [ recovery-image] Oct 25 18:09:39.217 INFO O| Oct 25 18:09:39.217 INFO ok! |
8040 | 2024-10-25T18:09:39.695Z | [ recovery-image] Oct 25 18:09:39.217 INFO O| Oct 25 18:09:39.217 INFO STEP 39 (ensure_file) COMPLETE |
8041 | 2024-10-25T18:09:39.719Z | [ recovery-image] Oct 25 18:09:39.217 INFO O| Oct 25 18:09:39.217 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8042 | 2024-10-25T18:09:39.719Z | [ recovery-image] Oct 25 18:09:39.235 INFO O| Oct 25 18:09:39.235 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8043 | 2024-10-25T18:09:39.719Z | [ recovery-image] Oct 25 18:09:39.235 INFO O| Oct 25 18:09:39.235 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8044 | 2024-10-25T18:09:39.719Z | [ recovery-image] Oct 25 18:09:39.236 INFO O| Oct 25 18:09:39.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8045 | 2024-10-25T18:09:39.719Z | [ recovery-image] Oct 25 18:09:39.236 INFO O| Oct 25 18:09:39.236 INFO ok! |
8046 | 2024-10-25T18:09:39.719Z | [ recovery-image] Oct 25 18:09:39.236 INFO O| Oct 25 18:09:39.236 INFO STEP 40 (ensure_file) COMPLETE |
8047 | 2024-10-25T18:09:39.719Z | [ recovery-image] Oct 25 18:09:39.236 INFO O| Oct 25 18:09:39.236 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8048 | 2024-10-25T18:09:39.744Z | [ host-image] Oct 25 18:09:39.253 INFO O| Oct 25 18:09:39.253 INFO STEP 13 (pkg_install) COMPLETE |
8049 | 2024-10-25T18:09:39.744Z | [ host-image] Oct 25 18:09:39.253 INFO O| Oct 25 18:09:39.253 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8050 | 2024-10-25T18:09:39.744Z | [ recovery-image] Oct 25 18:09:39.256 INFO O| Oct 25 18:09:39.255 INFO updating shadow file |
8051 | 2024-10-25T18:09:39.744Z | [ recovery-image] Oct 25 18:09:39.256 INFO O| Oct 25 18:09:39.256 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8052 | 2024-10-25T18:09:39.744Z | [ recovery-image] Oct 25 18:09:39.256 INFO O| Oct 25 18:09:39.256 INFO STEP 41 (shadow) COMPLETE |
8053 | 2024-10-25T18:09:39.744Z | [ recovery-image] Oct 25 18:09:39.256 INFO O| Oct 25 18:09:39.256 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8054 | 2024-10-25T18:09:39.768Z | [ host-image] Oct 25 18:09:39.272 INFO O| Oct 25 18:09:39.272 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
8055 | 2024-10-25T18:09:39.768Z | [ recovery-image] Oct 25 18:09:39.276 INFO O| Oct 25 18:09:39.276 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8056 | 2024-10-25T18:09:39.768Z | [ recovery-image] Oct 25 18:09:39.276 INFO O| Oct 25 18:09:39.276 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8057 | 2024-10-25T18:09:39.768Z | [ recovery-image] Oct 25 18:09:39.276 INFO O| Oct 25 18:09:39.276 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8058 | 2024-10-25T18:09:39.768Z | [ recovery-image] Oct 25 18:09:39.276 INFO O| Oct 25 18:09:39.276 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8059 | 2024-10-25T18:09:39.768Z | [ recovery-image] Oct 25 18:09:39.276 INFO O| Oct 25 18:09:39.276 INFO ok! |
8060 | 2024-10-25T18:09:39.768Z | [ recovery-image] Oct 25 18:09:39.276 INFO O| Oct 25 18:09:39.276 INFO STEP 42 (ensure_file) COMPLETE |
8061 | 2024-10-25T18:09:39.768Z | [ recovery-image] Oct 25 18:09:39.276 INFO O| Oct 25 18:09:39.276 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8062 | 2024-10-25T18:09:39.768Z | [ recovery-image] Oct 25 18:09:39.291 INFO O| Oct 25 18:09:39.291 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8063 | 2024-10-25T18:09:39.768Z | [ recovery-image] Oct 25 18:09:39.291 INFO O| Oct 25 18:09:39.291 INFO STEP 43 (ensure_dir) COMPLETE |
8064 | 2024-10-25T18:09:39.768Z | [ recovery-image] Oct 25 18:09:39.291 INFO O| Oct 25 18:09:39.291 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8065 | 2024-10-25T18:09:39.792Z | [ recovery-image] Oct 25 18:09:39.307 INFO O| Oct 25 18:09:39.307 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8066 | 2024-10-25T18:09:39.792Z | [ recovery-image] Oct 25 18:09:39.307 INFO O| Oct 25 18:09:39.307 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8067 | 2024-10-25T18:09:39.792Z | [ recovery-image] Oct 25 18:09:39.307 INFO O| Oct 25 18:09:39.307 INFO STEP 44 (ensure_dir) COMPLETE |
8068 | 2024-10-25T18:09:39.792Z | [ recovery-image] Oct 25 18:09:39.307 INFO O| Oct 25 18:09:39.307 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8069 | 2024-10-25T18:09:39.816Z | [ recovery-image] Oct 25 18:09:39.326 INFO O| Oct 25 18:09:39.326 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8070 | 2024-10-25T18:09:39.816Z | [ recovery-image] Oct 25 18:09:39.326 INFO O| Oct 25 18:09:39.326 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8071 | 2024-10-25T18:09:39.816Z | [ recovery-image] Oct 25 18:09:39.326 INFO O| Oct 25 18:09:39.326 INFO STEP 45 (ensure_dir) COMPLETE |
8072 | 2024-10-25T18:09:39.816Z | [ recovery-image] Oct 25 18:09:39.326 INFO O| Oct 25 18:09:39.326 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8073 | 2024-10-25T18:09:39.840Z | [ recovery-image] Oct 25 18:09:39.342 INFO O| Oct 25 18:09:39.342 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8074 | 2024-10-25T18:09:39.840Z | [ recovery-image] Oct 25 18:09:39.342 INFO O| Oct 25 18:09:39.342 INFO copying /tmp/.tmpUd2km1/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8075 | 2024-10-25T18:09:39.865Z | [ recovery-image] Oct 25 18:09:39.381 INFO O| Oct 25 18:09:39.381 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8076 | 2024-10-25T18:09:39.865Z | [ recovery-image] Oct 25 18:09:39.381 INFO O| Oct 25 18:09:39.381 INFO ok! |
8077 | 2024-10-25T18:09:39.865Z | [ recovery-image] Oct 25 18:09:39.381 INFO O| Oct 25 18:09:39.381 INFO STEP 46 (ensure_file) COMPLETE |
8078 | 2024-10-25T18:09:39.865Z | [ recovery-image] Oct 25 18:09:39.381 INFO O| Oct 25 18:09:39.381 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8079 | 2024-10-25T18:09:39.889Z | [ recovery-image] Oct 25 18:09:39.401 INFO O| Oct 25 18:09:39.400 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8080 | 2024-10-25T18:09:39.889Z | [ recovery-image] Oct 25 18:09:39.401 INFO O| Oct 25 18:09:39.401 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8081 | 2024-10-25T18:09:39.889Z | [ recovery-image] Oct 25 18:09:39.401 INFO O| Oct 25 18:09:39.401 INFO STEP 47 (ensure_dir) COMPLETE |
8082 | 2024-10-25T18:09:39.889Z | [ recovery-image] Oct 25 18:09:39.401 INFO O| Oct 25 18:09:39.401 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8083 | 2024-10-25T18:09:39.914Z | [ recovery-image] Oct 25 18:09:39.416 INFO O| Oct 25 18:09:39.416 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8084 | 2024-10-25T18:09:39.914Z | [ recovery-image] Oct 25 18:09:39.416 INFO O| Oct 25 18:09:39.416 INFO copying /tmp/.tmpUd2km1/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8085 | 2024-10-25T18:09:39.914Z | [ recovery-image] Oct 25 18:09:39.416 INFO O| Oct 25 18:09:39.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8086 | 2024-10-25T18:09:39.914Z | [ recovery-image] Oct 25 18:09:39.416 INFO O| Oct 25 18:09:39.416 INFO ok! |
8087 | 2024-10-25T18:09:39.914Z | [ recovery-image] Oct 25 18:09:39.416 INFO O| Oct 25 18:09:39.416 INFO STEP 48 (ensure_file) COMPLETE |
8088 | 2024-10-25T18:09:39.914Z | [ recovery-image] Oct 25 18:09:39.416 INFO O| Oct 25 18:09:39.416 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8089 | 2024-10-25T18:09:39.914Z | [ recovery-image] Oct 25 18:09:39.432 INFO O| Oct 25 18:09:39.432 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8090 | 2024-10-25T18:09:39.914Z | [ recovery-image] Oct 25 18:09:39.433 INFO O| Oct 25 18:09:39.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8091 | 2024-10-25T18:09:39.914Z | [ recovery-image] Oct 25 18:09:39.433 INFO O| Oct 25 18:09:39.433 INFO STEP 49 (ensure_dir) COMPLETE |
8092 | 2024-10-25T18:09:39.914Z | [ recovery-image] Oct 25 18:09:39.433 INFO O| Oct 25 18:09:39.433 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8093 | 2024-10-25T18:09:39.938Z | [ recovery-image] Oct 25 18:09:39.447 INFO O| Oct 25 18:09:39.447 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8094 | 2024-10-25T18:09:39.938Z | [ recovery-image] Oct 25 18:09:39.447 INFO O| Oct 25 18:09:39.447 INFO copying /tmp/.tmpUd2km1/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8095 | 2024-10-25T18:09:39.962Z | [ recovery-image] Oct 25 18:09:39.465 INFO O| Oct 25 18:09:39.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8096 | 2024-10-25T18:09:39.962Z | [ recovery-image] Oct 25 18:09:39.465 INFO O| Oct 25 18:09:39.465 INFO ok! |
8097 | 2024-10-25T18:09:39.962Z | [ recovery-image] Oct 25 18:09:39.465 INFO O| Oct 25 18:09:39.465 INFO STEP 50 (ensure_file) COMPLETE |
8098 | 2024-10-25T18:09:39.962Z | [ recovery-image] Oct 25 18:09:39.465 INFO O| Oct 25 18:09:39.465 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8099 | 2024-10-25T18:09:39.962Z | [ recovery-image] Oct 25 18:09:39.486 INFO O| Oct 25 18:09:39.486 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8100 | 2024-10-25T18:09:39.962Z | [ recovery-image] Oct 25 18:09:39.486 INFO O| Oct 25 18:09:39.486 INFO copying /tmp/.tmpUd2km1/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8101 | 2024-10-25T18:09:40.472Z | [ recovery-image] Oct 25 18:09:39.997 INFO O| Oct 25 18:09:39.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8102 | 2024-10-25T18:09:40.472Z | [ recovery-image] Oct 25 18:09:39.997 INFO O| Oct 25 18:09:39.997 INFO ok! |
8103 | 2024-10-25T18:09:40.496Z | [ recovery-image] Oct 25 18:09:39.997 INFO O| Oct 25 18:09:39.997 INFO STEP 51 (ensure_file) COMPLETE |
8104 | 2024-10-25T18:09:40.496Z | [ recovery-image] Oct 25 18:09:39.997 INFO O| Oct 25 18:09:39.997 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8105 | 2024-10-25T18:09:40.496Z | [ recovery-image] Oct 25 18:09:40.018 INFO O| Oct 25 18:09:40.018 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8106 | 2024-10-25T18:09:40.496Z | [ recovery-image] Oct 25 18:09:40.019 INFO O| Oct 25 18:09:40.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8107 | 2024-10-25T18:09:40.496Z | [ recovery-image] Oct 25 18:09:40.019 INFO O| Oct 25 18:09:40.019 INFO STEP 52 (ensure_dir) COMPLETE |
8108 | 2024-10-25T18:09:40.496Z | [ recovery-image] Oct 25 18:09:40.019 INFO O| Oct 25 18:09:40.019 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8109 | 2024-10-25T18:09:40.521Z | [ recovery-image] Oct 25 18:09:40.037 INFO O| Oct 25 18:09:40.037 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8110 | 2024-10-25T18:09:40.521Z | [ recovery-image] Oct 25 18:09:40.037 INFO O| Oct 25 18:09:40.037 INFO copying /tmp/.tmpUd2km1/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 ... |
8111 | 2024-10-25T18:09:40.521Z | [ recovery-image] Oct 25 18:09:40.037 INFO O| Oct 25 18:09:40.037 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 |
8112 | 2024-10-25T18:09:40.521Z | [ recovery-image] Oct 25 18:09:40.037 INFO O| Oct 25 18:09:40.037 INFO ok! |
8113 | 2024-10-25T18:09:40.521Z | [ recovery-image] Oct 25 18:09:40.037 INFO O| Oct 25 18:09:40.037 INFO STEP 53 (ensure_file) COMPLETE |
8114 | 2024-10-25T18:09:40.521Z | [ recovery-image] Oct 25 18:09:40.037 INFO O| Oct 25 18:09:40.037 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8115 | 2024-10-25T18:09:40.545Z | [ recovery-image] Oct 25 18:09:40.053 INFO O| Oct 25 18:09:40.053 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8116 | 2024-10-25T18:09:40.545Z | [ recovery-image] Oct 25 18:09:40.053 INFO O| Oct 25 18:09:40.053 INFO copying /tmp/.tmpUd2km1/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 ... |
8117 | 2024-10-25T18:09:40.545Z | [ recovery-image] Oct 25 18:09:40.053 INFO O| Oct 25 18:09:40.053 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 |
8118 | 2024-10-25T18:09:40.545Z | [ recovery-image] Oct 25 18:09:40.053 INFO O| Oct 25 18:09:40.053 INFO ok! |
8119 | 2024-10-25T18:09:40.545Z | [ recovery-image] Oct 25 18:09:40.053 INFO O| Oct 25 18:09:40.053 INFO STEP 54 (ensure_file) COMPLETE |
8120 | 2024-10-25T18:09:40.545Z | [ recovery-image] Oct 25 18:09:40.053 INFO O| Oct 25 18:09:40.053 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8121 | 2024-10-25T18:09:40.569Z | [ recovery-image] Oct 25 18:09:40.072 INFO O| Oct 25 18:09:40.071 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8122 | 2024-10-25T18:09:40.569Z | [ recovery-image] Oct 25 18:09:40.072 INFO O| Oct 25 18:09:40.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8123 | 2024-10-25T18:09:40.569Z | [ recovery-image] Oct 25 18:09:40.072 INFO O| Oct 25 18:09:40.072 INFO STEP 55 (ensure_dir) COMPLETE |
8124 | 2024-10-25T18:09:40.569Z | [ recovery-image] Oct 25 18:09:40.072 INFO O| Oct 25 18:09:40.072 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8125 | 2024-10-25T18:09:40.569Z | [ recovery-image] Oct 25 18:09:40.089 INFO O| Oct 25 18:09:40.089 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8126 | 2024-10-25T18:09:40.569Z | [ recovery-image] Oct 25 18:09:40.089 INFO O| Oct 25 18:09:40.089 INFO copying /tmp/.tmpUd2km1/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 ... |
8127 | 2024-10-25T18:09:40.569Z | [ recovery-image] Oct 25 18:09:40.089 INFO O| Oct 25 18:09:40.089 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8128 | 2024-10-25T18:09:40.569Z | [ recovery-image] Oct 25 18:09:40.089 INFO O| Oct 25 18:09:40.089 INFO ok! |
8129 | 2024-10-25T18:09:40.569Z | [ recovery-image] Oct 25 18:09:40.089 INFO O| Oct 25 18:09:40.089 INFO STEP 56 (ensure_file) COMPLETE |
8130 | 2024-10-25T18:09:40.569Z | [ recovery-image] Oct 25 18:09:40.089 INFO O| Oct 25 18:09:40.089 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8131 | 2024-10-25T18:09:40.593Z | [ recovery-image] Oct 25 18:09:40.106 INFO O| Oct 25 18:09:40.106 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8132 | 2024-10-25T18:09:40.593Z | [ recovery-image] Oct 25 18:09:40.106 INFO O| Oct 25 18:09:40.106 INFO copying /tmp/.tmpUd2km1/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 ... |
8133 | 2024-10-25T18:09:40.593Z | [ recovery-image] Oct 25 18:09:40.106 INFO O| Oct 25 18:09:40.106 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 |
8134 | 2024-10-25T18:09:40.593Z | [ recovery-image] Oct 25 18:09:40.106 INFO O| Oct 25 18:09:40.106 INFO ok! |
8135 | 2024-10-25T18:09:40.593Z | [ recovery-image] Oct 25 18:09:40.106 INFO O| Oct 25 18:09:40.106 INFO STEP 57 (ensure_file) COMPLETE |
8136 | 2024-10-25T18:09:40.593Z | [ recovery-image] Oct 25 18:09:40.106 INFO O| Oct 25 18:09:40.106 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8137 | 2024-10-25T18:09:40.618Z | [ recovery-image] Oct 25 18:09:40.125 INFO O| Oct 25 18:09:40.125 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8138 | 2024-10-25T18:09:40.618Z | [ recovery-image] Oct 25 18:09:40.125 INFO O| Oct 25 18:09:40.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8139 | 2024-10-25T18:09:40.618Z | [ recovery-image] Oct 25 18:09:40.125 INFO O| Oct 25 18:09:40.125 INFO STEP 58 (ensure_dir) COMPLETE |
8140 | 2024-10-25T18:09:40.618Z | [ recovery-image] Oct 25 18:09:40.125 INFO O| Oct 25 18:09:40.125 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8141 | 2024-10-25T18:09:40.618Z | [ recovery-image] Oct 25 18:09:40.140 INFO O| Oct 25 18:09:40.139 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8142 | 2024-10-25T18:09:40.618Z | [ recovery-image] Oct 25 18:09:40.140 INFO O| Oct 25 18:09:40.140 INFO copying /tmp/.tmpUd2km1/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 ... |
8143 | 2024-10-25T18:09:40.618Z | [ recovery-image] Oct 25 18:09:40.140 INFO O| Oct 25 18:09:40.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8144 | 2024-10-25T18:09:40.618Z | [ recovery-image] Oct 25 18:09:40.140 INFO O| Oct 25 18:09:40.140 INFO ok! |
8145 | 2024-10-25T18:09:40.618Z | [ recovery-image] Oct 25 18:09:40.140 INFO O| Oct 25 18:09:40.140 INFO STEP 59 (ensure_file) COMPLETE |
8146 | 2024-10-25T18:09:40.618Z | [ recovery-image] Oct 25 18:09:40.140 INFO O| Oct 25 18:09:40.140 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8147 | 2024-10-25T18:09:40.642Z | [ recovery-image] Oct 25 18:09:40.158 INFO O| Oct 25 18:09:40.158 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8148 | 2024-10-25T18:09:40.642Z | [ recovery-image] Oct 25 18:09:40.158 INFO O| Oct 25 18:09:40.158 INFO copying /tmp/.tmpUd2km1/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8149 | 2024-10-25T18:09:40.642Z | [ recovery-image] Oct 25 18:09:40.158 INFO O| Oct 25 18:09:40.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8150 | 2024-10-25T18:09:40.642Z | [ recovery-image] Oct 25 18:09:40.158 INFO O| Oct 25 18:09:40.158 INFO ok! |
8151 | 2024-10-25T18:09:40.642Z | [ recovery-image] Oct 25 18:09:40.158 INFO O| Oct 25 18:09:40.158 INFO STEP 60 (ensure_file) COMPLETE |
8152 | 2024-10-25T18:09:40.642Z | [ recovery-image] Oct 25 18:09:40.158 INFO O| Oct 25 18:09:40.158 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8153 | 2024-10-25T18:09:40.666Z | [ recovery-image] Oct 25 18:09:40.174 INFO O| Oct 25 18:09:40.174 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8154 | 2024-10-25T18:09:40.666Z | [ recovery-image] Oct 25 18:09:40.174 INFO O| Oct 25 18:09:40.174 INFO STEP 61 (ensure_dir) COMPLETE |
8155 | 2024-10-25T18:09:40.666Z | [ recovery-image] Oct 25 18:09:40.174 INFO O| Oct 25 18:09:40.174 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8156 | 2024-10-25T18:09:40.666Z | [ recovery-image] Oct 25 18:09:40.189 INFO O| Oct 25 18:09:40.189 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8157 | 2024-10-25T18:09:40.666Z | [ recovery-image] Oct 25 18:09:40.189 INFO O| Oct 25 18:09:40.189 INFO STEP 62 (ensure_dir) COMPLETE |
8158 | 2024-10-25T18:09:40.666Z | [ recovery-image] Oct 25 18:09:40.189 INFO O| Oct 25 18:09:40.189 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8159 | 2024-10-25T18:09:40.690Z | [ recovery-image] Oct 25 18:09:40.208 INFO O| Oct 25 18:09:40.207 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8160 | 2024-10-25T18:09:40.690Z | [ recovery-image] Oct 25 18:09:40.208 INFO O| Oct 25 18:09:40.208 INFO STEP 63 (ensure_dir) COMPLETE |
8161 | 2024-10-25T18:09:40.690Z | [ recovery-image] Oct 25 18:09:40.208 INFO O| Oct 25 18:09:40.208 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8162 | 2024-10-25T18:09:40.714Z | [ recovery-image] Oct 25 18:09:40.225 INFO O| Oct 25 18:09:40.225 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8163 | 2024-10-25T18:09:40.714Z | [ recovery-image] Oct 25 18:09:40.225 INFO O| Oct 25 18:09:40.225 INFO STEP 64 (ensure_dir) COMPLETE |
8164 | 2024-10-25T18:09:40.714Z | [ recovery-image] Oct 25 18:09:40.225 INFO O| Oct 25 18:09:40.225 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8165 | 2024-10-25T18:09:40.738Z | [ recovery-image] Oct 25 18:09:40.240 INFO O| Oct 25 18:09:40.240 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8166 | 2024-10-25T18:09:40.738Z | [ recovery-image] Oct 25 18:09:40.240 INFO O| Oct 25 18:09:40.240 INFO copying /tmp/.tmpUd2km1/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8167 | 2024-10-25T18:09:40.738Z | [ recovery-image] Oct 25 18:09:40.241 INFO O| Oct 25 18:09:40.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8168 | 2024-10-25T18:09:40.739Z | [ recovery-image] Oct 25 18:09:40.241 INFO O| Oct 25 18:09:40.241 INFO ok! |
8169 | 2024-10-25T18:09:40.739Z | [ recovery-image] Oct 25 18:09:40.241 INFO O| Oct 25 18:09:40.241 INFO STEP 65 (ensure_file) COMPLETE |
8170 | 2024-10-25T18:09:40.739Z | [ recovery-image] Oct 25 18:09:40.241 INFO O| Oct 25 18:09:40.241 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8171 | 2024-10-25T18:09:40.739Z | [ recovery-image] Oct 25 18:09:40.255 INFO O| Oct 25 18:09:40.255 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8172 | 2024-10-25T18:09:40.739Z | [ recovery-image] Oct 25 18:09:40.255 INFO O| Oct 25 18:09:40.255 INFO STEP 66 (remove_files) COMPLETE |
8173 | 2024-10-25T18:09:40.739Z | [ recovery-image] Oct 25 18:09:40.255 INFO O| Oct 25 18:09:40.255 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8174 | 2024-10-25T18:09:40.763Z | [ recovery-image] Oct 25 18:09:40.270 INFO O| Oct 25 18:09:40.270 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8175 | 2024-10-25T18:09:40.763Z | [ recovery-image] Oct 25 18:09:40.270 INFO O| Oct 25 18:09:40.270 INFO STEP 67 (remove_files) COMPLETE |
8176 | 2024-10-25T18:09:40.763Z | [ recovery-image] Oct 25 18:09:40.270 INFO O| Oct 25 18:09:40.270 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8177 | 2024-10-25T18:09:40.763Z | [ recovery-image] Oct 25 18:09:40.284 INFO O| Oct 25 18:09:40.284 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8178 | 2024-10-25T18:09:40.763Z | [ recovery-image] Oct 25 18:09:40.284 INFO O| Oct 25 18:09:40.284 INFO STEP 68 (remove_files) COMPLETE |
8179 | 2024-10-25T18:09:40.763Z | [ recovery-image] Oct 25 18:09:40.284 INFO O| Oct 25 18:09:40.284 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8180 | 2024-10-25T18:09:40.763Z | [ host-image] Oct 25 18:09:40.288 INFO O| Oct 25 18:09:40.288 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8181 | 2024-10-25T18:09:40.787Z | [ recovery-image] Oct 25 18:09:40.297 INFO O| Oct 25 18:09:40.297 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8182 | 2024-10-25T18:09:40.787Z | [ recovery-image] Oct 25 18:09:40.297 INFO O| Oct 25 18:09:40.297 INFO STEP 69 (remove_files) COMPLETE |
8183 | 2024-10-25T18:09:40.787Z | [ recovery-image] Oct 25 18:09:40.297 INFO O| Oct 25 18:09:40.297 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8184 | 2024-10-25T18:09:40.787Z | [ recovery-image] Oct 25 18:09:40.310 INFO O| Oct 25 18:09:40.310 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8185 | 2024-10-25T18:09:40.787Z | [ recovery-image] Oct 25 18:09:40.310 INFO O| Oct 25 18:09:40.310 INFO STEP 70 (remove_files) COMPLETE |
8186 | 2024-10-25T18:09:40.787Z | [ recovery-image] Oct 25 18:09:40.310 INFO O| Oct 25 18:09:40.310 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8187 | 2024-10-25T18:09:40.811Z | [ recovery-image] Oct 25 18:09:40.324 INFO O| Oct 25 18:09:40.324 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8188 | 2024-10-25T18:09:40.811Z | [ recovery-image] Oct 25 18:09:40.324 INFO O| Oct 25 18:09:40.324 INFO STEP 71 (remove_files) COMPLETE |
8189 | 2024-10-25T18:09:40.811Z | [ recovery-image] Oct 25 18:09:40.324 INFO O| Oct 25 18:09:40.324 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8190 | 2024-10-25T18:09:40.835Z | [ recovery-image] Oct 25 18:09:40.338 INFO O| Oct 25 18:09:40.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8191 | 2024-10-25T18:09:40.835Z | [ recovery-image] Oct 25 18:09:40.338 INFO O| Oct 25 18:09:40.338 INFO STEP 72 (remove_files) COMPLETE |
8192 | 2024-10-25T18:09:40.835Z | [ recovery-image] Oct 25 18:09:40.338 INFO O| Oct 25 18:09:40.338 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8193 | 2024-10-25T18:09:40.835Z | [ recovery-image] Oct 25 18:09:40.356 INFO O| Oct 25 18:09:40.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8194 | 2024-10-25T18:09:40.835Z | [ recovery-image] Oct 25 18:09:40.356 INFO O| Oct 25 18:09:40.356 INFO STEP 73 (remove_files) COMPLETE |
8195 | 2024-10-25T18:09:40.835Z | [ recovery-image] Oct 25 18:09:40.356 INFO O| Oct 25 18:09:40.356 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8196 | 2024-10-25T18:09:40.859Z | [ recovery-image] Oct 25 18:09:40.373 INFO O| Oct 25 18:09:40.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8197 | 2024-10-25T18:09:40.859Z | [ recovery-image] Oct 25 18:09:40.373 INFO O| Oct 25 18:09:40.373 INFO STEP 74 (remove_files) COMPLETE |
8198 | 2024-10-25T18:09:40.859Z | [ recovery-image] Oct 25 18:09:40.373 INFO O| Oct 25 18:09:40.373 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8199 | 2024-10-25T18:09:40.883Z | [ recovery-image] Oct 25 18:09:40.389 INFO O| Oct 25 18:09:40.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8200 | 2024-10-25T18:09:40.883Z | [ recovery-image] Oct 25 18:09:40.389 INFO O| Oct 25 18:09:40.389 INFO STEP 75 (remove_files) COMPLETE |
8201 | 2024-10-25T18:09:40.883Z | [ recovery-image] Oct 25 18:09:40.389 INFO O| Oct 25 18:09:40.389 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8202 | 2024-10-25T18:09:40.883Z | [ recovery-image] Oct 25 18:09:40.406 INFO O| Oct 25 18:09:40.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8203 | 2024-10-25T18:09:40.883Z | [ recovery-image] Oct 25 18:09:40.406 INFO O| Oct 25 18:09:40.406 INFO STEP 76 (remove_files) COMPLETE |
8204 | 2024-10-25T18:09:40.883Z | [ recovery-image] Oct 25 18:09:40.406 INFO O| Oct 25 18:09:40.406 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8205 | 2024-10-25T18:09:40.907Z | [ recovery-image] Oct 25 18:09:40.422 INFO O| Oct 25 18:09:40.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8206 | 2024-10-25T18:09:40.907Z | [ recovery-image] Oct 25 18:09:40.422 INFO O| Oct 25 18:09:40.422 INFO STEP 77 (remove_files) COMPLETE |
8207 | 2024-10-25T18:09:40.907Z | [ recovery-image] Oct 25 18:09:40.422 INFO O| Oct 25 18:09:40.422 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8208 | 2024-10-25T18:09:40.931Z | [ recovery-image] Oct 25 18:09:40.437 INFO O| Oct 25 18:09:40.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8209 | 2024-10-25T18:09:40.931Z | [ recovery-image] Oct 25 18:09:40.437 INFO O| Oct 25 18:09:40.437 INFO STEP 78 (remove_files) COMPLETE |
8210 | 2024-10-25T18:09:40.931Z | [ recovery-image] Oct 25 18:09:40.437 INFO O| Oct 25 18:09:40.437 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8211 | 2024-10-25T18:09:40.955Z | [ recovery-image] Oct 25 18:09:40.460 INFO O| Oct 25 18:09:40.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8212 | 2024-10-25T18:09:40.955Z | [ recovery-image] Oct 25 18:09:40.460 INFO O| Oct 25 18:09:40.460 INFO STEP 79 (remove_files) COMPLETE |
8213 | 2024-10-25T18:09:40.955Z | [ recovery-image] Oct 25 18:09:40.460 INFO O| Oct 25 18:09:40.460 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8214 | 2024-10-25T18:09:40.955Z | [ recovery-image] Oct 25 18:09:40.475 INFO O| Oct 25 18:09:40.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8215 | 2024-10-25T18:09:40.955Z | [ recovery-image] Oct 25 18:09:40.475 INFO O| Oct 25 18:09:40.475 INFO STEP 80 (remove_files) COMPLETE |
8216 | 2024-10-25T18:09:40.955Z | [ recovery-image] Oct 25 18:09:40.476 INFO O| Oct 25 18:09:40.475 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8217 | 2024-10-25T18:09:40.979Z | [ recovery-image] Oct 25 18:09:40.490 INFO O| Oct 25 18:09:40.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8218 | 2024-10-25T18:09:40.979Z | [ recovery-image] Oct 25 18:09:40.490 INFO O| Oct 25 18:09:40.490 INFO STEP 81 (remove_files) COMPLETE |
8219 | 2024-10-25T18:09:40.979Z | [ recovery-image] Oct 25 18:09:40.490 INFO O| Oct 25 18:09:40.490 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8220 | 2024-10-25T18:09:41.003Z | [ recovery-image] Oct 25 18:09:40.504 INFO O| Oct 25 18:09:40.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8221 | 2024-10-25T18:09:41.003Z | [ recovery-image] Oct 25 18:09:40.504 INFO O| Oct 25 18:09:40.504 INFO STEP 82 (remove_files) COMPLETE |
8222 | 2024-10-25T18:09:41.003Z | [ recovery-image] Oct 25 18:09:40.504 INFO O| Oct 25 18:09:40.504 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8223 | 2024-10-25T18:09:41.003Z | [ recovery-image] Oct 25 18:09:40.519 INFO O| Oct 25 18:09:40.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8224 | 2024-10-25T18:09:41.003Z | [ recovery-image] Oct 25 18:09:40.519 INFO O| Oct 25 18:09:40.519 INFO STEP 83 (remove_files) COMPLETE |
8225 | 2024-10-25T18:09:41.003Z | [ recovery-image] Oct 25 18:09:40.519 INFO O| Oct 25 18:09:40.519 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8226 | 2024-10-25T18:09:41.027Z | [ recovery-image] Oct 25 18:09:40.537 INFO O| Oct 25 18:09:40.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8227 | 2024-10-25T18:09:41.027Z | [ recovery-image] Oct 25 18:09:40.537 INFO O| Oct 25 18:09:40.537 INFO STEP 84 (remove_files) COMPLETE |
8228 | 2024-10-25T18:09:41.027Z | [ recovery-image] Oct 25 18:09:40.537 INFO O| Oct 25 18:09:40.537 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8229 | 2024-10-25T18:09:41.051Z | [ recovery-image] Oct 25 18:09:40.564 INFO O| Oct 25 18:09:40.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8230 | 2024-10-25T18:09:41.051Z | [ recovery-image] Oct 25 18:09:40.564 INFO O| Oct 25 18:09:40.564 INFO STEP 85 (remove_files) COMPLETE |
8231 | 2024-10-25T18:09:41.051Z | [ recovery-image] Oct 25 18:09:40.564 INFO O| Oct 25 18:09:40.564 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8232 | 2024-10-25T18:09:41.075Z | [ recovery-image] Oct 25 18:09:40.585 INFO O| Oct 25 18:09:40.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8233 | 2024-10-25T18:09:41.075Z | [ recovery-image] Oct 25 18:09:40.585 INFO O| Oct 25 18:09:40.585 INFO STEP 86 (remove_files) COMPLETE |
8234 | 2024-10-25T18:09:41.075Z | [ recovery-image] Oct 25 18:09:40.585 INFO O| Oct 25 18:09:40.585 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8235 | 2024-10-25T18:09:41.100Z | [ recovery-image] Oct 25 18:09:40.604 INFO O| Oct 25 18:09:40.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8236 | 2024-10-25T18:09:41.100Z | [ recovery-image] Oct 25 18:09:40.604 INFO O| Oct 25 18:09:40.604 INFO STEP 87 (remove_files) COMPLETE |
8237 | 2024-10-25T18:09:41.100Z | [ recovery-image] Oct 25 18:09:40.604 INFO O| Oct 25 18:09:40.604 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8238 | 2024-10-25T18:09:41.100Z | [ recovery-image] Oct 25 18:09:40.622 INFO O| Oct 25 18:09:40.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8239 | 2024-10-25T18:09:41.100Z | [ recovery-image] Oct 25 18:09:40.623 INFO O| Oct 25 18:09:40.622 INFO STEP 88 (remove_files) COMPLETE |
8240 | 2024-10-25T18:09:41.100Z | [ recovery-image] Oct 25 18:09:40.623 INFO O| Oct 25 18:09:40.622 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8241 | 2024-10-25T18:09:41.125Z | [ recovery-image] Oct 25 18:09:40.641 INFO O| Oct 25 18:09:40.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8242 | 2024-10-25T18:09:41.125Z | [ recovery-image] Oct 25 18:09:40.641 INFO O| Oct 25 18:09:40.641 INFO STEP 89 (remove_files) COMPLETE |
8243 | 2024-10-25T18:09:41.125Z | [ recovery-image] Oct 25 18:09:40.641 INFO O| Oct 25 18:09:40.641 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8244 | 2024-10-25T18:09:41.149Z | [ recovery-image] Oct 25 18:09:40.659 INFO O| Oct 25 18:09:40.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8245 | 2024-10-25T18:09:41.149Z | [ recovery-image] Oct 25 18:09:40.659 INFO O| Oct 25 18:09:40.659 INFO STEP 90 (remove_files) COMPLETE |
8246 | 2024-10-25T18:09:41.149Z | [ recovery-image] Oct 25 18:09:40.659 INFO O| Oct 25 18:09:40.659 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8247 | 2024-10-25T18:09:41.172Z | [ recovery-image] Oct 25 18:09:40.676 INFO O| Oct 25 18:09:40.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8248 | 2024-10-25T18:09:41.173Z | [ recovery-image] Oct 25 18:09:40.676 INFO O| Oct 25 18:09:40.676 INFO STEP 91 (remove_files) COMPLETE |
8249 | 2024-10-25T18:09:41.173Z | [ recovery-image] Oct 25 18:09:40.676 INFO O| Oct 25 18:09:40.676 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8250 | 2024-10-25T18:09:41.173Z | [ recovery-image] Oct 25 18:09:40.691 INFO O| Oct 25 18:09:40.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8251 | 2024-10-25T18:09:41.173Z | [ recovery-image] Oct 25 18:09:40.691 INFO O| Oct 25 18:09:40.691 INFO STEP 92 (remove_files) COMPLETE |
8252 | 2024-10-25T18:09:41.173Z | [ recovery-image] Oct 25 18:09:40.691 INFO O| Oct 25 18:09:40.691 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8253 | 2024-10-25T18:09:41.196Z | [ recovery-image] Oct 25 18:09:40.704 INFO O| Oct 25 18:09:40.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8254 | 2024-10-25T18:09:41.197Z | [ recovery-image] Oct 25 18:09:40.704 INFO O| Oct 25 18:09:40.704 INFO STEP 93 (remove_files) COMPLETE |
8255 | 2024-10-25T18:09:41.197Z | [ recovery-image] Oct 25 18:09:40.704 INFO O| Oct 25 18:09:40.704 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8256 | 2024-10-25T18:09:41.197Z | [ recovery-image] Oct 25 18:09:40.717 INFO O| Oct 25 18:09:40.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8257 | 2024-10-25T18:09:41.197Z | [ recovery-image] Oct 25 18:09:40.717 INFO O| Oct 25 18:09:40.717 INFO STEP 94 (remove_files) COMPLETE |
8258 | 2024-10-25T18:09:41.197Z | [ recovery-image] Oct 25 18:09:40.717 INFO O| Oct 25 18:09:40.717 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8259 | 2024-10-25T18:09:41.221Z | [ recovery-image] Oct 25 18:09:40.736 INFO O| Oct 25 18:09:40.736 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8260 | 2024-10-25T18:09:41.221Z | [ recovery-image] Oct 25 18:09:40.736 INFO O| Oct 25 18:09:40.736 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8261 | 2024-10-25T18:09:43.022Z | [ host-image] Oct 25 18:09:42.546 INFO O| Oct 25 18:09:42.546 INFO O| Planning: Solver setup ... Done |
8262 | 2024-10-25T18:09:43.046Z | [ host-image] Oct 25 18:09:42.551 INFO O| Oct 25 18:09:42.551 INFO O| Planning: Running solver ... Done |
8263 | 2024-10-25T18:09:43.070Z | [ host-image] Oct 25 18:09:42.594 INFO O| Oct 25 18:09:42.594 INFO O| Planning: Finding local manifests ... Done |
8264 | 2024-10-25T18:09:43.070Z | [ host-image] Oct 25 18:09:42.595 INFO O| Oct 25 18:09:42.595 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8265 | 2024-10-25T18:09:43.197Z | [ host-image] Oct 25 18:09:42.722 INFO O| Oct 25 18:09:42.721 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8266 | 2024-10-25T18:09:43.262Z | [ host-image] Oct 25 18:09:42.787 INFO O| Oct 25 18:09:42.786 INFO O| Planning: Package planning ... Done |
8267 | 2024-10-25T18:09:43.262Z | [ host-image] Oct 25 18:09:42.787 INFO O| Oct 25 18:09:42.787 INFO O| Planning: Merging actions ... Done |
8268 | 2024-10-25T18:09:43.338Z | [ host-image] Oct 25 18:09:42.863 INFO O| Oct 25 18:09:42.863 INFO O| Planning: Checking for conflicting actions ... Done |
8269 | 2024-10-25T18:09:43.362Z | [ host-image] Oct 25 18:09:42.864 INFO O| Oct 25 18:09:42.864 INFO O| Planning: Consolidating action changes ... Done |
8270 | 2024-10-25T18:09:43.555Z | [ host-image] Oct 25 18:09:43.080 INFO O| Oct 25 18:09:43.079 INFO O| Planning: Evaluating mediators ... Done |
8271 | 2024-10-25T18:09:43.578Z | [ host-image] Oct 25 18:09:43.080 INFO O| Oct 25 18:09:43.080 INFO O| Planning: Planning completed in 2.79 seconds |
8272 | 2024-10-25T18:09:43.578Z | [ host-image] Oct 25 18:09:43.082 INFO O| Oct 25 18:09:43.082 INFO O| Packages to install: 1 |
8273 | 2024-10-25T18:09:43.579Z | [ host-image] Oct 25 18:09:43.095 INFO O| Oct 25 18:09:43.095 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
8274 | 2024-10-25T18:09:44.256Z | [ host-image] Oct 25 18:09:43.781 INFO O| Oct 25 18:09:43.781 INFO O| Download: Completed 20.80 MB in 0.69 seconds (30.3M/s) |
8275 | 2024-10-25T18:09:44.290Z | [ host-image] Oct 25 18:09:43.815 INFO O| Oct 25 18:09:43.815 INFO O| Actions: 1/22 actions (Installing new actions) |
8276 | 2024-10-25T18:09:44.878Z | [ host-image] Oct 25 18:09:44.403 INFO O| Oct 25 18:09:44.403 INFO O| Actions: Completed 22 actions in 0.59 seconds. |
8277 | 2024-10-25T18:09:45.402Z | [ host-image] Oct 25 18:09:44.927 INFO O| Oct 25 18:09:44.927 INFO O| Done |
8278 | 2024-10-25T18:09:45.402Z | [ host-image] Oct 25 18:09:44.927 INFO O| Oct 25 18:09:44.927 INFO O| Done |
8279 | 2024-10-25T18:09:45.969Z | [ host-image] Oct 25 18:09:45.493 INFO O| Oct 25 18:09:45.493 INFO O| Done |
8280 | 2024-10-25T18:09:47.286Z | [ host-image] Oct 25 18:09:46.810 INFO O| Oct 25 18:09:46.810 INFO O| Done |
8281 | 2024-10-25T18:09:47.316Z | [ host-image] Oct 25 18:09:46.841 INFO O| Oct 25 18:09:46.841 INFO O| Done |
8282 | 2024-10-25T18:09:47.316Z | [ host-image] Oct 25 18:09:46.841 INFO O| Oct 25 18:09:46.841 INFO O| Done |
8283 | 2024-10-25T18:09:47.340Z | [ host-image] Oct 25 18:09:46.853 INFO O| Oct 25 18:09:46.853 INFO O| Done |
8284 | 2024-10-25T18:09:47.442Z | [ host-image] Oct 25 18:09:46.967 INFO O| Oct 25 18:09:46.967 INFO STEP 14 (pkg_install) COMPLETE |
8285 | 2024-10-25T18:09:47.442Z | [ host-image] Oct 25 18:09:46.967 INFO O| Oct 25 18:09:46.967 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8286 | 2024-10-25T18:09:47.466Z | [ host-image] Oct 25 18:09:46.967 INFO O| Oct 25 18:09:46.967 INFO skip step because feature "mfg" is not enabled |
8287 | 2024-10-25T18:09:47.466Z | [ host-image] Oct 25 18:09:46.967 INFO O| Oct 25 18:09:46.967 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8288 | 2024-10-25T18:09:47.467Z | [ host-image] Oct 25 18:09:46.967 INFO O| Oct 25 18:09:46.967 INFO skip step because feature "compliance" is not enabled |
8289 | 2024-10-25T18:09:47.467Z | [ host-image] Oct 25 18:09:46.967 INFO O| Oct 25 18:09:46.967 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8290 | 2024-10-25T18:09:47.467Z | [ host-image] Oct 25 18:09:46.967 INFO O| Oct 25 18:09:46.967 INFO skip step because feature "stress" is not enabled |
8291 | 2024-10-25T18:09:47.467Z | [ host-image] Oct 25 18:09:46.967 INFO O| Oct 25 18:09:46.967 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8292 | 2024-10-25T18:09:47.467Z | [ host-image] Oct 25 18:09:46.967 INFO O| Oct 25 18:09:46.967 INFO skip step because feature "nfs" is not enabled |
8293 | 2024-10-25T18:09:47.467Z | [ host-image] Oct 25 18:09:46.967 INFO O| Oct 25 18:09:46.967 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8294 | 2024-10-25T18:09:47.467Z | [ host-image] Oct 25 18:09:46.967 INFO O| Oct 25 18:09:46.967 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8295 | 2024-10-25T18:09:47.520Z | [ host-image] Oct 25 18:09:47.044 INFO O| Oct 25 18:09:47.044 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8296 | 2024-10-25T18:09:47.571Z | [ host-image] Oct 25 18:09:47.096 INFO O| Oct 25 18:09:47.096 INFO completed processing gimlet/ramdisk-01-os |
8297 | 2024-10-25T18:09:47.595Z | [ host-image] Oct 25 18:09:47.099 INFO omicron1 baseline generation... |
8298 | 2024-10-25T18:09:47.595Z | [ host-image] Oct 25 18:09:47.099 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8299 | 2024-10-25T18:09:48.085Z | [ host-image] Oct 25 18:09:47.610 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22983:20241024T220444Z |
8300 | 2024-10-25T18:09:50.259Z | [ recovery-image] Oct 25 18:09:49.783 INFO O| Oct 25 18:09:49.783 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 |
8301 | 2024-10-25T18:09:50.259Z | [ recovery-image] Oct 25 18:09:49.783 INFO O| Oct 25 18:09:49.783 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8302 | 2024-10-25T18:09:50.283Z | [ recovery-image] Oct 25 18:09:49.801 INFO O| Oct 25 18:09:49.801 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_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"} |
8303 | 2024-10-25T18:09:50.374Z | [ recovery-image] Oct 25 18:09:49.899 INFO O| Oct 25 18:09:49.899 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8304 | 2024-10-25T18:09:50.374Z | [ recovery-image] Oct 25 18:09:49.899 INFO O| Oct 25 18:09:49.899 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 ... |
8305 | 2024-10-25T18:09:50.398Z | [ recovery-image] Oct 25 18:09:49.901 INFO O| Oct 25 18:09:49.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8306 | 2024-10-25T18:09:50.398Z | [ recovery-image] Oct 25 18:09:49.901 INFO O| Oct 25 18:09:49.901 INFO ok! |
8307 | 2024-10-25T18:09:50.398Z | [ recovery-image] Oct 25 18:09:49.901 INFO O| Oct 25 18:09:49.901 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8308 | 2024-10-25T18:09:50.398Z | [ recovery-image] Oct 25 18:09:49.901 INFO O| Oct 25 18:09:49.901 INFO STEP 95 (seed_smf) COMPLETE |
8309 | 2024-10-25T18:09:50.398Z | [ recovery-image] Oct 25 18:09:49.901 INFO O| Oct 25 18:09:49.901 INFO steps complete; finalising image! |
8310 | 2024-10-25T18:09:50.398Z | [ recovery-image] Oct 25 18:09:49.901 INFO O| Oct 25 18:09:49.901 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8311 | 2024-10-25T18:09:50.432Z | [ recovery-image] Oct 25 18:09:49.957 INFO O| Oct 25 18:09:49.957 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Fri Oct 25 18:09:49 2024) |
8312 | 2024-10-25T18:09:50.665Z | [ recovery-image] Oct 25 18:09:50.190 INFO O| Oct 25 18:09:50.190 INFO temporary pool has 410M used, 1.35G avail, 1.00x compressratio |
8313 | 2024-10-25T18:09:50.665Z | [ recovery-image] Oct 25 18:09:50.190 INFO O| Oct 25 18:09:50.190 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8314 | 2024-10-25T18:09:50.938Z | [ recovery-image] Oct 25 18:09:50.463 INFO O| Oct 25 18:09:50.462 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 |
8315 | 2024-10-25T18:09:50.938Z | [ recovery-image] Oct 25 18:09:50.463 INFO O| Oct 25 18:09:50.462 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8316 | 2024-10-25T18:09:54.673Z | [ recovery-image] Oct 25 18:09:54.198 INFO O| Oct 25 18:09:54.197 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8317 | 2024-10-25T18:09:54.673Z | [ recovery-image] Oct 25 18:09:54.198 INFO O| Oct 25 18:09:54.198 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8318 | 2024-10-25T18:09:54.697Z | [ recovery-image] Oct 25 18:09:54.198 INFO O| Oct 25 18:09:54.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8319 | 2024-10-25T18:09:54.697Z | [ recovery-image] Oct 25 18:09:54.198 INFO O| Oct 25 18:09:54.198 INFO completed processing gimlet/zfs-recovery |
8320 | 2024-10-25T18:09:54.697Z | [ recovery-image] Oct 25 18:09:54.198 INFO O| Oct 25 18:09:54.198 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8321 | 2024-10-25T18:09:54.791Z | [ recovery-image] Oct 25 18:09:54.316 INFO O| Oct 25 18:09:54.316 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8322 | 2024-10-25T18:09:54.848Z | [ recovery-image] Oct 25 18:09:54.373 INFO BUILD STRING "heads/stlouis-0-ge0a442970c\n" |
8323 | 2024-10-25T18:09:54.873Z | [ recovery-image] Oct 25 18:09:54.374 INFO expanded image name: "recovery 30cd979/${os_short_commit} 2024-10-25 17:44" -> "recovery 30cd979/e0a4429 2024-10-25 17:44" |
8324 | 2024-10-25T18:09:54.873Z | [ recovery-image] Oct 25 18:09:54.374 INFO output artefacts stored in: "/work/os-recovery" |
8325 | 2024-10-25T18:09:54.873Z | [ recovery-image] Oct 25 18:09:54.374 INFO collecting git info from project "image-builder"... |
8326 | 2024-10-25T18:09:54.873Z | [ recovery-image] Oct 25 18:09:54.388 INFO collecting git info from project "amd-firmware"... |
8327 | 2024-10-25T18:09:55.006Z | [ recovery-image] Oct 25 18:09:54.531 INFO collecting git info from project "chelsio-t6-roms"... |
8328 | 2024-10-25T18:09:55.032Z | [ recovery-image] Oct 25 18:09:54.557 INFO collecting git info from project "phbl"... |
8329 | 2024-10-25T18:09:55.056Z | [ recovery-image] Oct 25 18:09:54.567 INFO collecting git info from project "pinprick"... |
8330 | 2024-10-25T18:09:55.056Z | [ recovery-image] Oct 25 18:09:54.575 INFO collecting git info from project "bootserver"... |
8331 | 2024-10-25T18:09:55.081Z | [ recovery-image] Oct 25 18:09:54.583 INFO collecting git info from project "amd-host-image-builder"... |
8332 | 2024-10-25T18:09:55.262Z | [ recovery-image] Oct 25 18:09:54.787 INFO collecting git info from project "pilot"... |
8333 | 2024-10-25T18:09:55.286Z | [ recovery-image] Oct 25 18:09:54.803 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8334 | 2024-10-25T18:09:55.755Z | [ recovery-image] Oct 25 18:09:55.280 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8335 | 2024-10-25T18:09:56.203Z | [ recovery-image] Oct 25 18:09:55.728 INFO creating Oxide boot image... |
8336 | 2024-10-25T18:09:56.203Z | [ recovery-image] Oct 25 18:09:55.728 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 30cd979/e0a4429 2024-10-25 17:44", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8337 | 2024-10-25T18:10:49.031Z | [ host-image] Oct 25 18:10:48.555 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22983:20241024T220518Z |
8338 | 2024-10-25T18:10:49.031Z | [ host-image] Oct 25 18:10:48.555 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22983:20241024T220518Z |
8339 | 2024-10-25T18:10:49.078Z | [ host-image] Oct 25 18:10:48.556 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8340 | 2024-10-25T18:10:49.078Z | [ host-image] Oct 25 18:10:48.556 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8341 | 2024-10-25T18:10:49.078Z | [ host-image] Oct 25 18:10:48.556 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8342 | 2024-10-25T18:10:49.078Z | [ host-image] Oct 25 18:10:48.556 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8343 | 2024-10-25T18:10:49.078Z | [ host-image] Oct 25 18:10:48.557 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8344 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.557 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8345 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.557 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8346 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.557 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8347 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.557 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22983:20241024T220519Z |
8348 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.558 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22983:20241024T220520Z |
8349 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.559 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22983:20241024T220520Z |
8350 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.559 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22983:20241024T220520Z |
8351 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.559 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8352 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.560 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22983:20241024T220520Z |
8353 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.561 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22983:20241024T220520Z |
8354 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.561 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22983:20241024T220521Z |
8355 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.561 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22983:20241024T220521Z |
8356 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.561 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22983:20241024T220522Z |
8357 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.561 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22983:20241024T220522Z |
8358 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.561 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22983:20241024T220522Z |
8359 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.561 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22983:20241024T220522Z |
8360 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.561 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22983:20241024T220523Z |
8361 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.562 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22983:20241024T220524Z |
8362 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.562 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22983:20241024T220524Z |
8363 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.562 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22983:20241024T220526Z |
8364 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.562 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22983:20241024T220527Z |
8365 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.562 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8366 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.562 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22983:20241024T220528Z |
8367 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.562 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22983:20241024T220530Z |
8368 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.562 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22983:20241024T220531Z |
8369 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.562 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22983:20241024T220532Z |
8370 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.563 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22983:20241024T220533Z |
8371 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.563 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22983:20241024T220533Z |
8372 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.571 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8373 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.571 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22983:20241024T220533Z |
8374 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.571 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z |
8375 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.572 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8376 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.572 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8377 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.572 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22983:20241024T220534Z |
8378 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.572 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8379 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.573 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8380 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.574 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8381 | 2024-10-25T18:10:49.079Z | [ host-image] Oct 25 18:10:48.574 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8382 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.584 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8383 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.584 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8384 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.584 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8385 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.584 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8386 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.585 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8387 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.585 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8388 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.614 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8389 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.615 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8390 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.615 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8391 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.616 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22983:20241024T220536Z |
8392 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.616 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22983:20241024T220541Z |
8393 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.616 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8394 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.616 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22983:20241024T220542Z |
8395 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.616 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8396 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.616 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8397 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.616 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8398 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.616 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22983:20241024T220542Z |
8399 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.617 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8400 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.620 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8401 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.621 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8402 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.621 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8403 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.621 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22983:20241024T220543Z |
8404 | 2024-10-25T18:10:49.104Z | [ host-image] Oct 25 18:10:48.621 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8405 | 2024-10-25T18:10:49.128Z | [ host-image] Oct 25 18:10:48.633 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8406 | 2024-10-25T18:10:49.128Z | [ host-image] Oct 25 18:10:48.633 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22983:20241024T220543Z |
8407 | 2024-10-25T18:10:49.128Z | [ host-image] Oct 25 18:10:48.635 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22983:20241024T220543Z |
8408 | 2024-10-25T18:10:49.128Z | [ host-image] Oct 25 18:10:48.635 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22983:20241024T220544Z |
8409 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.635 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8410 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.636 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22983:20241024T220545Z |
8411 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.636 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22983:20241024T220545Z |
8412 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.636 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22983:20241024T220545Z |
8413 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.637 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22983:20241024T220545Z |
8414 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.639 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8415 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.640 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22983:20241024T220546Z |
8416 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.640 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22983:20241024T220547Z |
8417 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.640 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8418 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.641 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22983:20241024T220547Z |
8419 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.641 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22983:20241024T220548Z |
8420 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.641 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22983:20241024T220548Z |
8421 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.641 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22983:20241024T220548Z |
8422 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.648 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22983:20241024T220548Z |
8423 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.648 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8424 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.650 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22983:20241024T220548Z |
8425 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.651 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22983:20241024T220548Z |
8426 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.651 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22983:20241024T220548Z |
8427 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.651 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22983:20241024T220548Z |
8428 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.652 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22983:20241024T220549Z |
8429 | 2024-10-25T18:10:49.129Z | [ host-image] Oct 25 18:10:48.652 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22983:20241024T220549Z |
8430 | 2024-10-25T18:10:49.153Z | [ host-image] Oct 25 18:10:48.660 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22983:20241024T220550Z |
8431 | 2024-10-25T18:10:49.153Z | [ host-image] Oct 25 18:10:48.661 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22983:20241024T220550Z |
8432 | 2024-10-25T18:10:49.153Z | [ host-image] Oct 25 18:10:48.661 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22983:20241024T220550Z |
8433 | 2024-10-25T18:10:49.154Z | [ host-image] Oct 25 18:10:48.662 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22983:20241024T220550Z |
8434 | 2024-10-25T18:10:49.154Z | [ host-image] Oct 25 18:10:48.662 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22983:20241024T220550Z |
8435 | 2024-10-25T18:10:49.177Z | [ host-image] Oct 25 18:10:48.680 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22983:20241024T220553Z |
8436 | 2024-10-25T18:10:49.177Z | [ host-image] Oct 25 18:10:48.680 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22983:20241024T220551Z |
8437 | 2024-10-25T18:10:49.177Z | [ host-image] Oct 25 18:10:48.680 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22983:20241024T220551Z |
8438 | 2024-10-25T18:10:49.177Z | [ host-image] Oct 25 18:10:48.680 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8439 | 2024-10-25T18:10:49.177Z | [ host-image] Oct 25 18:10:48.680 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8440 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.705 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22983:20241024T220551Z |
8441 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.705 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8442 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.705 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22983:20241024T220551Z |
8443 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.705 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22983:20241024T220551Z |
8444 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.706 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22983:20241024T220552Z |
8445 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.706 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8446 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.707 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8447 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.707 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22983:20241024T220553Z |
8448 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.707 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22983:20241024T220552Z |
8449 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.707 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22983:20241024T220552Z |
8450 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.708 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22983:20241024T220553Z |
8451 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.708 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22983:20241024T220553Z |
8452 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.708 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22983:20241024T220553Z |
8453 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.710 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8454 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.711 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22983:20241024T220554Z |
8455 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.712 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22983:20241024T220554Z |
8456 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.712 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22983:20241024T220554Z |
8457 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.712 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22983:20241024T220555Z |
8458 | 2024-10-25T18:10:49.202Z | [ host-image] Oct 25 18:10:48.712 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22983:20241024T220555Z |
8459 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.713 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22983:20241024T220555Z |
8460 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.713 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8461 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.713 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8462 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.713 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22983:20241024T220557Z |
8463 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.713 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22983:20241024T220558Z |
8464 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.714 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8465 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.714 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8466 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.714 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8467 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.714 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8468 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.714 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8469 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.715 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8470 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.716 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8471 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.716 INFO O| tempdir @ "/tmp/.tmpJTpt7k/tmp" |
8472 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.716 INFO O| image root @ "/tmp/.tmpJTpt7k/tmp/root" |
8473 | 2024-10-25T18:10:49.203Z | [ host-image] Oct 25 18:10:48.716 INFO O| creating image... |
8474 | 2024-10-25T18:10:49.722Z | [ host-image] Oct 25 18:10:49.247 INFO O| copying publishers... |
8475 | 2024-10-25T18:10:57.213Z | [ recovery-image] Oct 25 18:10:56.738 INFO O| ok, image written! |
8476 | 2024-10-25T18:10:57.213Z | [ recovery-image] Oct 25 18:10:56.738 INFO O| ok, boot_image_csum file written! |
8477 | 2024-10-25T18:10:57.237Z | [ recovery-image] Oct 25 18:10:56.744 INFO creating boot archive (CPIO)... |
8478 | 2024-10-25T18:10:57.237Z | [ recovery-image] Oct 25 18:10:56.744 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 |
8479 | 2024-10-25T18:10:57.237Z | [ recovery-image] Oct 25 18:10:56.755 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8480 | 2024-10-25T18:10:57.237Z | [ recovery-image] Oct 25 18:10:56.755 INFO E| + outfile=/work/os-recovery/cpio |
8481 | 2024-10-25T18:10:57.237Z | [ recovery-image] Oct 25 18:10:56.755 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8482 | 2024-10-25T18:10:57.237Z | [ recovery-image] Oct 25 18:10:56.758 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8483 | 2024-10-25T18:10:57.237Z | [ recovery-image] Oct 25 18:10:56.758 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8484 | 2024-10-25T18:10:57.275Z | [ recovery-image] Oct 25 18:10:56.800 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8485 | 2024-10-25T18:10:57.276Z | [ recovery-image] Oct 25 18:10:56.801 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8486 | 2024-10-25T18:10:57.299Z | [ recovery-image] Oct 25 18:10:56.811 INFO creating compressed cpio/unix for nanobl-rs... |
8487 | 2024-10-25T18:10:57.299Z | [ recovery-image] Oct 25 18:10:56.812 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 |
8488 | 2024-10-25T18:10:57.626Z | [ recovery-image] Oct 25 18:10:57.150 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8489 | 2024-10-25T18:11:02.706Z | [ recovery-image] Oct 25 18:11:02.229 INFO creating reset image... |
8490 | 2024-10-25T18:11:02.706Z | [ recovery-image] Oct 25 18:11:02.229 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8491 | 2024-10-25T18:11:03.026Z | [ recovery-image] Oct 25 18:11:02.550 INFO E| Updating crates.io index |
8492 | 2024-10-25T18:11:03.154Z | [ recovery-image] Oct 25 18:11:02.648 INFO E| Downloading crates ... |
8493 | 2024-10-25T18:11:03.190Z | [ recovery-image] Oct 25 18:11:02.714 INFO E| Downloaded os_pipe v1.2.1 |
8494 | 2024-10-25T18:11:03.214Z | [ recovery-image] Oct 25 18:11:02.718 INFO E| Downloaded clap v4.5.17 |
8495 | 2024-10-25T18:11:03.214Z | [ recovery-image] Oct 25 18:11:02.732 INFO E| Downloaded duct v0.13.7 |
8496 | 2024-10-25T18:11:03.214Z | [ recovery-image] Oct 25 18:11:02.735 INFO E| Downloaded shared_child v1.0.1 |
8497 | 2024-10-25T18:11:03.214Z | [ recovery-image] Oct 25 18:11:02.738 INFO E| Downloaded clap_builder v4.5.17 |
8498 | 2024-10-25T18:11:03.239Z | [ recovery-image] Oct 25 18:11:02.750 INFO E| Downloaded libc v0.2.158 |
8499 | 2024-10-25T18:11:03.314Z | [ recovery-image] Oct 25 18:11:02.839 INFO E| Compiling proc-macro2 v1.0.86 |
8500 | 2024-10-25T18:11:03.314Z | [ recovery-image] Oct 25 18:11:02.839 INFO E| Compiling unicode-ident v1.0.13 |
8501 | 2024-10-25T18:11:03.314Z | [ recovery-image] Oct 25 18:11:02.839 INFO E| Compiling libc v0.2.158 |
8502 | 2024-10-25T18:11:03.338Z | [ recovery-image] Oct 25 18:11:02.839 INFO E| Compiling utf8parse v0.2.2 |
8503 | 2024-10-25T18:11:03.338Z | [ recovery-image] Oct 25 18:11:02.840 INFO E| Compiling anstyle-query v1.1.1 |
8504 | 2024-10-25T18:11:03.338Z | [ recovery-image] Oct 25 18:11:02.840 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8505 | 2024-10-25T18:11:03.338Z | [ recovery-image] Oct 25 18:11:02.840 INFO E| Compiling colorchoice v1.0.2 |
8506 | 2024-10-25T18:11:03.338Z | [ recovery-image] Oct 25 18:11:02.845 INFO E| Compiling anstyle v1.0.8 |
8507 | 2024-10-25T18:11:03.561Z | [ recovery-image] Oct 25 18:11:03.084 INFO E| Compiling anstyle-parse v0.2.5 |
8508 | 2024-10-25T18:11:03.561Z | [ recovery-image] Oct 25 18:11:03.085 INFO E| Compiling strsim v0.11.1 |
8509 | 2024-10-25T18:11:03.585Z | [ recovery-image] Oct 25 18:11:03.109 INFO E| Compiling heck v0.5.0 |
8510 | 2024-10-25T18:11:03.608Z | [ recovery-image] Oct 25 18:11:03.113 INFO E| Compiling clap_lex v0.7.2 |
8511 | 2024-10-25T18:11:03.608Z | [ recovery-image] Oct 25 18:11:03.114 INFO E| Compiling once_cell v1.19.0 |
8512 | 2024-10-25T18:11:03.924Z | [ recovery-image] Oct 25 18:11:03.449 INFO E| Compiling anstream v0.6.15 |
8513 | 2024-10-25T18:11:04.310Z | [ recovery-image] Oct 25 18:11:03.835 INFO E| Compiling clap_builder v4.5.17 |
8514 | 2024-10-25T18:11:04.614Z | [ recovery-image] Oct 25 18:11:04.139 INFO E| Compiling os_pipe v1.2.1 |
8515 | 2024-10-25T18:11:04.638Z | [ recovery-image] Oct 25 18:11:04.139 INFO E| Compiling shared_child v1.0.1 |
8516 | 2024-10-25T18:11:04.770Z | [ recovery-image] Oct 25 18:11:04.295 INFO E| Compiling duct v0.13.7 |
8517 | 2024-10-25T18:11:04.805Z | [ recovery-image] Oct 25 18:11:04.330 INFO E| Compiling quote v1.0.37 |
8518 | 2024-10-25T18:11:05.155Z | [ recovery-image] Oct 25 18:11:04.680 INFO E| Compiling syn v2.0.77 |
8519 | 2024-10-25T18:11:09.417Z | [ recovery-image] Oct 25 18:11:08.942 INFO E| Compiling clap_derive v4.5.13 |
8520 | 2024-10-25T18:11:09.537Z | [ host-image] Oct 25 18:11:09.062 INFO O| adding properties... |
8521 | 2024-10-25T18:11:10.898Z | [ host-image] Oct 25 18:11:10.422 INFO O| installing packages... |
8522 | 2024-10-25T18:11:11.646Z | [ recovery-image] Oct 25 18:11:11.169 INFO E| Compiling clap v4.5.17 |
8523 | 2024-10-25T18:11:11.725Z | [ recovery-image] Oct 25 18:11:11.248 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8524 | 2024-10-25T18:11:12.954Z | [ recovery-image] Oct 25 18:11:12.479 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.15s |
8525 | 2024-10-25T18:11:12.979Z | [ recovery-image] Oct 25 18:11:12.490 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8526 | 2024-10-25T18:11:13.245Z | [ recovery-image] Oct 25 18:11:12.665 INFO E| Updating crates.io index |
8527 | 2024-10-25T18:11:13.309Z | [ recovery-image] Oct 25 18:11:12.833 INFO E| Downloading crates ... |
8528 | 2024-10-25T18:11:13.343Z | [ recovery-image] Oct 25 18:11:12.866 INFO E| Downloaded bit_field v0.10.2 |
8529 | 2024-10-25T18:11:13.368Z | [ recovery-image] Oct 25 18:11:12.868 INFO E| Downloaded seq-macro v0.3.5 |
8530 | 2024-10-25T18:11:13.368Z | [ recovery-image] Oct 25 18:11:12.875 INFO E| Downloaded bitstruct_derive v0.1.0 |
8531 | 2024-10-25T18:11:13.368Z | [ recovery-image] Oct 25 18:11:12.876 INFO E| Downloaded bitstruct v0.1.1 |
8532 | 2024-10-25T18:11:13.368Z | [ recovery-image] Oct 25 18:11:12.878 INFO E| Downloaded raw-cpuid v10.7.0 |
8533 | 2024-10-25T18:11:13.394Z | [ recovery-image] Oct 25 18:11:12.906 INFO E| Downloaded cpio_reader v0.1.1 |
8534 | 2024-10-25T18:11:13.394Z | [ recovery-image] Oct 25 18:11:12.911 INFO E| Downloaded x86 v0.52.0 |
8535 | 2024-10-25T18:11:13.461Z | [ recovery-image] Oct 25 18:11:12.986 INFO E| Updating crates.io index |
8536 | 2024-10-25T18:11:13.502Z | [ recovery-image] Oct 25 18:11:13.027 INFO E| Downloading crates ... |
8537 | 2024-10-25T18:11:13.541Z | [ recovery-image] Oct 25 18:11:13.066 INFO E| Downloaded compiler_builtins v0.1.125 |
8538 | 2024-10-25T18:11:13.564Z | [ recovery-image] Oct 25 18:11:13.081 INFO E| Downloaded unicode-width v0.1.13 |
8539 | 2024-10-25T18:11:13.633Z | [ recovery-image] Oct 25 18:11:13.158 INFO E| Compiling compiler_builtins v0.1.125 |
8540 | 2024-10-25T18:11:13.633Z | [ recovery-image] Oct 25 18:11:13.158 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8541 | 2024-10-25T18:11:13.659Z | [ recovery-image] Oct 25 18:11:13.158 INFO E| Compiling proc-macro2 v1.0.86 |
8542 | 2024-10-25T18:11:13.659Z | [ recovery-image] Oct 25 18:11:13.158 INFO E| Compiling unicode-ident v1.0.13 |
8543 | 2024-10-25T18:11:13.659Z | [ recovery-image] Oct 25 18:11:13.158 INFO E| Compiling syn v1.0.109 |
8544 | 2024-10-25T18:11:13.659Z | [ recovery-image] Oct 25 18:11:13.159 INFO E| Compiling x86 v0.52.0 |
8545 | 2024-10-25T18:11:13.659Z | [ recovery-image] Oct 25 18:11:13.159 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8546 | 2024-10-25T18:11:13.659Z | [ recovery-image] Oct 25 18:11:13.165 INFO E| Compiling seq-macro v0.3.5 |
8547 | 2024-10-25T18:11:15.025Z | [ recovery-image] Oct 25 18:11:14.550 INFO E| Compiling quote v1.0.37 |
8548 | 2024-10-25T18:11:15.311Z | [ recovery-image] Oct 25 18:11:14.835 INFO E| Compiling syn v2.0.77 |
8549 | 2024-10-25T18:11:18.220Z | [ recovery-image] Oct 25 18:11:17.743 INFO E| Compiling scroll_derive v0.12.0 |
8550 | 2024-10-25T18:11:20.643Z | [ recovery-image] Oct 25 18:11:20.168 INFO E| Compiling bitstruct_derive v0.1.0 |
8551 | 2024-10-25T18:11:37.057Z | [ recovery-image] Oct 25 18:11:36.202 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
8552 | 2024-10-25T18:11:38.322Z | [ recovery-image] Oct 25 18:11:37.846 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
8553 | 2024-10-25T18:11:38.485Z | [ host-image] Oct 25 18:11:38.010 INFO O| seeding SMF database... |
8554 | 2024-10-25T18:11:42.227Z | [ recovery-image] Oct 25 18:11:41.751 INFO E| Compiling bitflags v1.3.2 |
8555 | 2024-10-25T18:11:42.251Z | [ recovery-image] Oct 25 18:11:41.751 INFO E| Compiling log v0.4.22 |
8556 | 2024-10-25T18:11:42.251Z | [ recovery-image] Oct 25 18:11:41.751 INFO E| Compiling plain v0.2.3 |
8557 | 2024-10-25T18:11:42.251Z | [ recovery-image] Oct 25 18:11:41.751 INFO E| Compiling scroll v0.12.0 |
8558 | 2024-10-25T18:11:42.251Z | [ recovery-image] Oct 25 18:11:41.751 INFO E| Compiling bit_field v0.10.2 |
8559 | 2024-10-25T18:11:42.251Z | [ recovery-image] Oct 25 18:11:41.751 INFO E| Compiling adler2 v2.0.0 |
8560 | 2024-10-25T18:11:42.251Z | [ recovery-image] Oct 25 18:11:41.751 INFO E| Compiling bitstruct v0.1.1 |
8561 | 2024-10-25T18:11:42.330Z | [ recovery-image] Oct 25 18:11:41.854 INFO E| Compiling raw-cpuid v10.7.0 |
8562 | 2024-10-25T18:11:42.375Z | [ recovery-image] Oct 25 18:11:41.898 INFO E| Compiling miniz_oxide v0.8.0 |
8563 | 2024-10-25T18:11:42.399Z | [ recovery-image] Oct 25 18:11:41.923 INFO E| Compiling cpio_reader v0.1.1 |
8564 | 2024-10-25T18:11:42.467Z | [ recovery-image] Oct 25 18:11:41.991 INFO E| Compiling static_assertions v1.1.0 |
8565 | 2024-10-25T18:11:42.702Z | [ recovery-image] Oct 25 18:11:42.226 INFO E| Compiling goblin v0.8.2 |
8566 | 2024-10-25T18:11:46.947Z | [ host-image] Oct 25 18:11:46.471 INFO O| configuring SMF profile... |
8567 | 2024-10-25T18:11:46.947Z | [ host-image] Oct 25 18:11:46.471 INFO O| modifying shadow(5)... |
8568 | 2024-10-25T18:11:46.971Z | [ host-image] Oct 25 18:11:46.471 INFO O| loading user and group database... |
8569 | 2024-10-25T18:11:46.971Z | [ host-image] Oct 25 18:11:46.472 INFO O| assessing packaged files... |
8570 | 2024-10-25T18:11:48.397Z | [ recovery-image] Oct 25 18:11:47.920 INFO E| Finished `release` profile [optimized] target(s) in 35.41s |
8571 | 2024-10-25T18:11:48.425Z | [ recovery-image] Oct 25 18:11:47.944 INFO building host image... |
8572 | 2024-10-25T18:11:48.425Z | [ recovery-image] Oct 25 18:11:47.944 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") |
8573 | 2024-10-25T18:11:49.013Z | [ recovery-image] Oct 25 18:11:48.537 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8574 | 2024-10-25T18:11:49.620Z | [ host-image] Oct 25 18:11:49.144 INFO O| creating archive... |
8575 | 2024-10-25T18:11:49.661Z | [ host-image] Oct 25 18:11:49.186 INFO O| missing from packaging: |
8576 | 2024-10-25T18:11:49.662Z | [ host-image] Oct 25 18:11:49.186 INFO O| "etc/.pwd.lock" |
8577 | 2024-10-25T18:11:49.689Z | [ host-image] Oct 25 18:11:49.186 INFO O| "etc/bash" |
8578 | 2024-10-25T18:11:49.690Z | [ host-image] Oct 25 18:11:49.192 INFO O| "etc/svc/profile/generic.xml" |
8579 | 2024-10-25T18:11:49.690Z | [ host-image] Oct 25 18:11:49.192 INFO O| "etc/svc/profile/inetd_services.xml" |
8580 | 2024-10-25T18:11:49.690Z | [ host-image] Oct 25 18:11:49.192 INFO O| "etc/svc/profile/name_service.xml" |
8581 | 2024-10-25T18:11:49.690Z | [ host-image] Oct 25 18:11:49.192 INFO O| "etc/svc/profile/platform.xml" |
8582 | 2024-10-25T18:11:49.690Z | [ host-image] Oct 25 18:11:49.192 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8583 | 2024-10-25T18:11:49.690Z | [ host-image] Oct 25 18:11:49.192 INFO O| "etc/svc/repository.db" |
8584 | 2024-10-25T18:11:49.690Z | [ host-image] Oct 25 18:11:49.203 INFO O| "opt/ooce/share" |
8585 | 2024-10-25T18:11:49.690Z | [ host-image] Oct 25 18:11:49.203 INFO O| "opt/ooce/share/man" |
8586 | 2024-10-25T18:11:49.690Z | [ host-image] Oct 25 18:11:49.203 INFO O| "opt/ooce/share/man/man1" |
8587 | 2024-10-25T18:11:49.747Z | [ host-image] Oct 25 18:11:49.214 INFO O| finishing archive... |
8588 | 2024-10-25T18:11:50.681Z | [ recovery-image] Oct 25 18:11:50.205 INFO image complete! materials are in "/work/os-recovery" |
8589 | 2024-10-25T18:11:50.707Z | [ recovery-image] |
8590 | 2024-10-25T18:11:50.707Z | [ recovery-image] real 7:34.225513230 |
8591 | 2024-10-25T18:11:50.707Z | [ recovery-image] user 4:41.903753599 |
8592 | 2024-10-25T18:11:50.707Z | [ recovery-image] sys 57.660911541 |
8593 | 2024-10-25T18:11:50.707Z | [ recovery-image] trap 0.123503542 |
8594 | 2024-10-25T18:11:50.708Z | [ recovery-image] tflt 0.200108173 |
8595 | 2024-10-25T18:11:50.708Z | [ recovery-image] dflt 0.796244227 |
8596 | 2024-10-25T18:11:50.708Z | [ recovery-image] kflt 0.000129162 |
8597 | 2024-10-25T18:11:50.708Z | [ recovery-image] lock 8:33.431462016 |
8598 | 2024-10-25T18:11:50.708Z | [ recovery-image] slp 45:54.694483798 |
8599 | 2024-10-25T18:11:50.708Z | [ recovery-image] lat 1:03.852158111 |
8600 | 2024-10-25T18:11:50.708Z | [ recovery-image] stop 3.499653789 |
8601 | 2024-10-25T18:11:50.708Z | Oct 25 18:11:50.211 INFO [recovery-image] process exited with exit status: 0 (454.255282671s) |
8602 | 2024-10-25T18:11:53.000Z | [ host-image] Oct 25 18:11:52.524 INFO O| creating gzonly manifest... |
8603 | 2024-10-25T18:11:53.025Z | [ host-image] Oct 25 18:11:52.538 INFO O| ok |
8604 | 2024-10-25T18:11:53.153Z | [ host-image] Oct 25 18:11:52.677 INFO image builder template: ramdisk-02-trim... |
8605 | 2024-10-25T18:11:53.153Z | [ host-image] Oct 25 18:11:52.677 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/.tmpUd2km1/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.33.293", "-n", "ramdisk-02-trim"], pwd: None |
8606 | 2024-10-25T18:11:53.188Z | [ host-image] Oct 25 18:11:52.713 INFO O| Oct 25 18:11:52.713 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8607 | 2024-10-25T18:11:53.213Z | [ host-image] Oct 25 18:11:52.719 INFO O| Oct 25 18:11:52.719 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8608 | 2024-10-25T18:11:53.263Z | [ host-image] Oct 25 18:11:52.760 INFO O| Oct 25 18:11:52.760 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8609 | 2024-10-25T18:11:53.293Z | [ host-image] Oct 25 18:11:52.789 INFO O| Oct 25 18:11:52.789 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8610 | 2024-10-25T18:11:53.293Z | [ host-image] Oct 25 18:11:52.790 INFO O| Oct 25 18:11:52.790 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8611 | 2024-10-25T18:11:53.294Z | [ host-image] Oct 25 18:11:52.797 INFO O| Oct 25 18:11:52.797 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8612 | 2024-10-25T18:11:53.294Z | [ host-image] Oct 25 18:11:52.803 INFO O| Oct 25 18:11:52.802 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8613 | 2024-10-25T18:11:53.294Z | [ host-image] Oct 25 18:11:52.809 INFO O| Oct 25 18:11:52.809 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8614 | 2024-10-25T18:11:53.436Z | [ host-image] Oct 25 18:11:52.961 INFO O| Oct 25 18:11:52.960 INFO rolled back to input snapshot; work may begin |
8615 | 2024-10-25T18:11:53.436Z | [ host-image] Oct 25 18:11:52.961 INFO O| Oct 25 18:11:52.961 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8616 | 2024-10-25T18:11:53.460Z | [ host-image] Oct 25 18:11:52.969 INFO O| Oct 25 18:11:52.969 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8617 | 2024-10-25T18:11:53.485Z | [ host-image] Oct 25 18:11:52.986 INFO O| Oct 25 18:11:52.986 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8618 | 2024-10-25T18:11:53.522Z | [ host-image] Oct 25 18:11:53.045 INFO O| Oct 25 18:11:53.045 INFO STEP 0 (remove_files) COMPLETE |
8619 | 2024-10-25T18:11:53.522Z | [ host-image] Oct 25 18:11:53.045 INFO O| Oct 25 18:11:53.045 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8620 | 2024-10-25T18:11:53.548Z | [ host-image] Oct 25 18:11:53.062 INFO O| Oct 25 18:11:53.062 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8621 | 2024-10-25T18:11:53.548Z | [ host-image] Oct 25 18:11:53.064 INFO O| Oct 25 18:11:53.064 INFO STEP 1 (remove_files) COMPLETE |
8622 | 2024-10-25T18:11:53.548Z | [ host-image] Oct 25 18:11:53.064 INFO O| Oct 25 18:11:53.064 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8623 | 2024-10-25T18:11:53.572Z | [ host-image] Oct 25 18:11:53.077 INFO O| Oct 25 18:11:53.077 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8624 | 2024-10-25T18:11:53.572Z | [ host-image] Oct 25 18:11:53.095 INFO O| Oct 25 18:11:53.095 INFO STEP 2 (remove_files) COMPLETE |
8625 | 2024-10-25T18:11:53.572Z | [ host-image] Oct 25 18:11:53.095 INFO O| Oct 25 18:11:53.095 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8626 | 2024-10-25T18:11:53.599Z | [ host-image] Oct 25 18:11:53.111 INFO O| Oct 25 18:11:53.111 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8627 | 2024-10-25T18:11:53.599Z | [ host-image] Oct 25 18:11:53.113 INFO O| Oct 25 18:11:53.113 INFO STEP 3 (remove_files) COMPLETE |
8628 | 2024-10-25T18:11:53.599Z | [ host-image] Oct 25 18:11:53.113 INFO O| Oct 25 18:11:53.113 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8629 | 2024-10-25T18:11:53.625Z | [ host-image] Oct 25 18:11:53.127 INFO O| Oct 25 18:11:53.127 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8630 | 2024-10-25T18:11:53.625Z | [ host-image] Oct 25 18:11:53.131 INFO O| Oct 25 18:11:53.131 INFO STEP 4 (remove_files) COMPLETE |
8631 | 2024-10-25T18:11:53.626Z | [ host-image] Oct 25 18:11:53.131 INFO O| Oct 25 18:11:53.131 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8632 | 2024-10-25T18:11:53.626Z | [ host-image] Oct 25 18:11:53.144 INFO O| Oct 25 18:11:53.144 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8633 | 2024-10-25T18:11:53.626Z | [ host-image] Oct 25 18:11:53.147 INFO O| Oct 25 18:11:53.147 INFO STEP 5 (remove_files) COMPLETE |
8634 | 2024-10-25T18:11:53.626Z | [ host-image] Oct 25 18:11:53.147 INFO O| Oct 25 18:11:53.147 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8635 | 2024-10-25T18:11:53.651Z | [ host-image] Oct 25 18:11:53.160 INFO O| Oct 25 18:11:53.160 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8636 | 2024-10-25T18:11:53.675Z | [ host-image] Oct 25 18:11:53.175 INFO O| Oct 25 18:11:53.175 INFO STEP 6 (remove_files) COMPLETE |
8637 | 2024-10-25T18:11:53.675Z | [ host-image] Oct 25 18:11:53.175 INFO O| Oct 25 18:11:53.175 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8638 | 2024-10-25T18:11:53.675Z | [ host-image] Oct 25 18:11:53.191 INFO O| Oct 25 18:11:53.191 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8639 | 2024-10-25T18:11:53.700Z | [ host-image] Oct 25 18:11:53.211 INFO O| Oct 25 18:11:53.211 INFO STEP 7 (remove_files) COMPLETE |
8640 | 2024-10-25T18:11:53.700Z | [ host-image] Oct 25 18:11:53.211 INFO O| Oct 25 18:11:53.211 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8641 | 2024-10-25T18:11:53.724Z | [ host-image] Oct 25 18:11:53.228 INFO O| Oct 25 18:11:53.228 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8642 | 2024-10-25T18:11:53.819Z | [ host-image] Oct 25 18:11:53.344 INFO O| Oct 25 18:11:53.343 INFO STEP 8 (remove_files) COMPLETE |
8643 | 2024-10-25T18:11:53.819Z | [ host-image] Oct 25 18:11:53.344 INFO O| Oct 25 18:11:53.343 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8644 | 2024-10-25T18:11:53.843Z | [ host-image] Oct 25 18:11:53.363 INFO O| Oct 25 18:11:53.362 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8645 | 2024-10-25T18:11:53.961Z | [ host-image] Oct 25 18:11:53.485 INFO O| Oct 25 18:11:53.485 INFO STEP 9 (remove_files) COMPLETE |
8646 | 2024-10-25T18:11:53.961Z | [ host-image] Oct 25 18:11:53.486 INFO O| Oct 25 18:11:53.485 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8647 | 2024-10-25T18:11:53.985Z | [ host-image] Oct 25 18:11:53.501 INFO O| Oct 25 18:11:53.501 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8648 | 2024-10-25T18:11:53.985Z | [ host-image] Oct 25 18:11:53.506 INFO O| Oct 25 18:11:53.506 INFO STEP 10 (remove_files) COMPLETE |
8649 | 2024-10-25T18:11:53.985Z | [ host-image] Oct 25 18:11:53.506 INFO O| Oct 25 18:11:53.506 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8650 | 2024-10-25T18:11:54.009Z | [ host-image] Oct 25 18:11:53.519 INFO O| Oct 25 18:11:53.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8651 | 2024-10-25T18:11:54.009Z | [ host-image] Oct 25 18:11:53.520 INFO O| Oct 25 18:11:53.520 INFO STEP 11 (remove_files) COMPLETE |
8652 | 2024-10-25T18:11:54.009Z | [ host-image] Oct 25 18:11:53.520 INFO O| Oct 25 18:11:53.520 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8653 | 2024-10-25T18:11:54.009Z | [ host-image] Oct 25 18:11:53.532 INFO O| Oct 25 18:11:53.531 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8654 | 2024-10-25T18:11:54.009Z | [ host-image] Oct 25 18:11:53.534 INFO O| Oct 25 18:11:53.533 INFO STEP 12 (remove_files) COMPLETE |
8655 | 2024-10-25T18:11:54.009Z | [ host-image] Oct 25 18:11:53.534 INFO O| Oct 25 18:11:53.533 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8656 | 2024-10-25T18:11:54.034Z | [ host-image] Oct 25 18:11:53.557 INFO O| Oct 25 18:11:53.557 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8657 | 2024-10-25T18:11:54.034Z | [ host-image] Oct 25 18:11:53.557 INFO O| Oct 25 18:11:53.557 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8658 | 2024-10-25T18:11:54.034Z | [ host-image] Oct 25 18:11:53.558 INFO O| Oct 25 18:11:53.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8659 | 2024-10-25T18:11:54.034Z | [ host-image] Oct 25 18:11:53.558 INFO O| Oct 25 18:11:53.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8660 | 2024-10-25T18:11:54.034Z | [ host-image] Oct 25 18:11:53.558 INFO O| Oct 25 18:11:53.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8661 | 2024-10-25T18:11:54.034Z | [ host-image] Oct 25 18:11:53.558 INFO O| Oct 25 18:11:53.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8662 | 2024-10-25T18:11:54.034Z | [ host-image] Oct 25 18:11:53.558 INFO O| Oct 25 18:11:53.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8663 | 2024-10-25T18:11:54.034Z | [ host-image] Oct 25 18:11:53.558 INFO O| Oct 25 18:11:53.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8664 | 2024-10-25T18:11:54.058Z | [ host-image] Oct 25 18:11:53.558 INFO O| Oct 25 18:11:53.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8665 | 2024-10-25T18:11:54.058Z | [ host-image] Oct 25 18:11:53.559 INFO O| Oct 25 18:11:53.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8666 | 2024-10-25T18:11:54.058Z | [ host-image] Oct 25 18:11:53.559 INFO O| Oct 25 18:11:53.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8667 | 2024-10-25T18:11:54.058Z | [ host-image] Oct 25 18:11:53.559 INFO O| Oct 25 18:11:53.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8668 | 2024-10-25T18:11:54.058Z | [ host-image] Oct 25 18:11:53.560 INFO O| Oct 25 18:11:53.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8669 | 2024-10-25T18:11:54.058Z | [ host-image] Oct 25 18:11:53.560 INFO O| Oct 25 18:11:53.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8670 | 2024-10-25T18:11:54.058Z | [ host-image] Oct 25 18:11:53.560 INFO O| Oct 25 18:11:53.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8671 | 2024-10-25T18:11:54.058Z | [ host-image] Oct 25 18:11:53.560 INFO O| Oct 25 18:11:53.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8672 | 2024-10-25T18:11:54.058Z | [ host-image] Oct 25 18:11:53.575 INFO O| Oct 25 18:11:53.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8673 | 2024-10-25T18:11:54.493Z | [ host-image] Oct 25 18:11:54.017 INFO O| Oct 25 18:11:54.017 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8674 | 2024-10-25T18:11:54.518Z | [ host-image] Oct 25 18:11:54.025 INFO O| Oct 25 18:11:54.025 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8675 | 2024-10-25T18:11:54.518Z | [ host-image] Oct 25 18:11:54.027 INFO O| Oct 25 18:11:54.027 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8676 | 2024-10-25T18:11:54.518Z | [ host-image] Oct 25 18:11:54.029 INFO O| Oct 25 18:11:54.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8677 | 2024-10-25T18:11:54.542Z | [ host-image] Oct 25 18:11:54.055 INFO O| Oct 25 18:11:54.055 INFO STEP 13 (remove_files) COMPLETE |
8678 | 2024-10-25T18:11:54.542Z | [ host-image] Oct 25 18:11:54.055 INFO O| Oct 25 18:11:54.055 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8679 | 2024-10-25T18:11:54.567Z | [ host-image] Oct 25 18:11:54.070 INFO O| Oct 25 18:11:54.070 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8680 | 2024-10-25T18:11:54.567Z | [ host-image] Oct 25 18:11:54.072 INFO O| Oct 25 18:11:54.072 INFO STEP 14 (remove_files) COMPLETE |
8681 | 2024-10-25T18:11:54.567Z | [ host-image] Oct 25 18:11:54.072 INFO O| Oct 25 18:11:54.072 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8682 | 2024-10-25T18:11:54.567Z | [ host-image] Oct 25 18:11:54.084 INFO O| Oct 25 18:11:54.084 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8683 | 2024-10-25T18:11:54.591Z | [ host-image] Oct 25 18:11:54.093 INFO O| Oct 25 18:11:54.093 INFO STEP 15 (remove_files) COMPLETE |
8684 | 2024-10-25T18:11:54.591Z | [ host-image] Oct 25 18:11:54.093 INFO O| Oct 25 18:11:54.093 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8685 | 2024-10-25T18:11:54.591Z | [ host-image] Oct 25 18:11:54.105 INFO O| Oct 25 18:11:54.105 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8686 | 2024-10-25T18:11:54.591Z | [ host-image] Oct 25 18:11:54.106 INFO O| Oct 25 18:11:54.106 INFO STEP 16 (remove_files) COMPLETE |
8687 | 2024-10-25T18:11:54.591Z | [ host-image] Oct 25 18:11:54.106 INFO O| Oct 25 18:11:54.106 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8688 | 2024-10-25T18:11:54.615Z | [ host-image] Oct 25 18:11:54.118 INFO O| Oct 25 18:11:54.117 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8689 | 2024-10-25T18:11:54.615Z | [ host-image] Oct 25 18:11:54.119 INFO O| Oct 25 18:11:54.119 INFO STEP 17 (remove_files) COMPLETE |
8690 | 2024-10-25T18:11:54.615Z | [ host-image] Oct 25 18:11:54.119 INFO O| Oct 25 18:11:54.119 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8691 | 2024-10-25T18:11:54.615Z | [ host-image] Oct 25 18:11:54.131 INFO O| Oct 25 18:11:54.131 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8692 | 2024-10-25T18:11:54.615Z | [ host-image] Oct 25 18:11:54.131 INFO O| Oct 25 18:11:54.131 INFO STEP 18 (remove_files) COMPLETE |
8693 | 2024-10-25T18:11:54.615Z | [ host-image] Oct 25 18:11:54.131 INFO O| Oct 25 18:11:54.131 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8694 | 2024-10-25T18:11:54.641Z | [ host-image] Oct 25 18:11:54.143 INFO O| Oct 25 18:11:54.143 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8695 | 2024-10-25T18:11:54.641Z | [ host-image] Oct 25 18:11:54.144 INFO O| Oct 25 18:11:54.143 INFO STEP 19 (remove_files) COMPLETE |
8696 | 2024-10-25T18:11:54.641Z | [ host-image] Oct 25 18:11:54.144 INFO O| Oct 25 18:11:54.143 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8697 | 2024-10-25T18:11:54.641Z | [ host-image] Oct 25 18:11:54.155 INFO O| Oct 25 18:11:54.155 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8698 | 2024-10-25T18:11:54.641Z | [ host-image] Oct 25 18:11:54.155 INFO O| Oct 25 18:11:54.155 INFO STEP 20 (remove_files) COMPLETE |
8699 | 2024-10-25T18:11:54.641Z | [ host-image] Oct 25 18:11:54.155 INFO O| Oct 25 18:11:54.155 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8700 | 2024-10-25T18:11:54.668Z | [ host-image] Oct 25 18:11:54.167 INFO O| Oct 25 18:11:54.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8701 | 2024-10-25T18:11:54.668Z | [ host-image] Oct 25 18:11:54.167 INFO O| Oct 25 18:11:54.167 INFO STEP 21 (remove_files) COMPLETE |
8702 | 2024-10-25T18:11:54.668Z | [ host-image] Oct 25 18:11:54.167 INFO O| Oct 25 18:11:54.167 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8703 | 2024-10-25T18:11:54.668Z | [ host-image] Oct 25 18:11:54.178 INFO O| Oct 25 18:11:54.178 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8704 | 2024-10-25T18:11:54.668Z | [ host-image] Oct 25 18:11:54.178 INFO O| Oct 25 18:11:54.178 INFO STEP 22 (remove_files) COMPLETE |
8705 | 2024-10-25T18:11:54.668Z | [ host-image] Oct 25 18:11:54.178 INFO O| Oct 25 18:11:54.178 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8706 | 2024-10-25T18:11:54.668Z | [ host-image] Oct 25 18:11:54.189 INFO O| Oct 25 18:11:54.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8707 | 2024-10-25T18:11:54.669Z | [ host-image] Oct 25 18:11:54.190 INFO O| Oct 25 18:11:54.190 INFO STEP 23 (remove_files) COMPLETE |
8708 | 2024-10-25T18:11:54.669Z | [ host-image] Oct 25 18:11:54.190 INFO O| Oct 25 18:11:54.190 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8709 | 2024-10-25T18:11:54.694Z | [ host-image] Oct 25 18:11:54.201 INFO O| Oct 25 18:11:54.200 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8710 | 2024-10-25T18:11:54.694Z | [ host-image] Oct 25 18:11:54.201 INFO O| Oct 25 18:11:54.201 INFO STEP 24 (remove_files) COMPLETE |
8711 | 2024-10-25T18:11:54.694Z | [ host-image] Oct 25 18:11:54.201 INFO O| Oct 25 18:11:54.201 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8712 | 2024-10-25T18:11:54.694Z | [ host-image] Oct 25 18:11:54.212 INFO O| Oct 25 18:11:54.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8713 | 2024-10-25T18:11:54.694Z | [ host-image] Oct 25 18:11:54.212 INFO O| Oct 25 18:11:54.212 INFO STEP 25 (remove_files) COMPLETE |
8714 | 2024-10-25T18:11:54.694Z | [ host-image] Oct 25 18:11:54.212 INFO O| Oct 25 18:11:54.212 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8715 | 2024-10-25T18:11:54.742Z | [ host-image] Oct 25 18:11:54.231 INFO O| Oct 25 18:11:54.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8716 | 2024-10-25T18:11:54.742Z | [ host-image] Oct 25 18:11:54.231 INFO O| Oct 25 18:11:54.231 INFO STEP 26 (remove_files) COMPLETE |
8717 | 2024-10-25T18:11:54.742Z | [ host-image] Oct 25 18:11:54.231 INFO O| Oct 25 18:11:54.231 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8718 | 2024-10-25T18:11:54.742Z | [ host-image] Oct 25 18:11:54.246 INFO O| Oct 25 18:11:54.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8719 | 2024-10-25T18:11:54.742Z | [ host-image] Oct 25 18:11:54.246 INFO O| Oct 25 18:11:54.246 INFO STEP 27 (remove_files) COMPLETE |
8720 | 2024-10-25T18:11:54.742Z | [ host-image] Oct 25 18:11:54.246 INFO O| Oct 25 18:11:54.246 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8721 | 2024-10-25T18:11:54.742Z | [ host-image] Oct 25 18:11:54.258 INFO O| Oct 25 18:11:54.258 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8722 | 2024-10-25T18:11:54.742Z | [ host-image] Oct 25 18:11:54.258 INFO O| Oct 25 18:11:54.258 INFO STEP 28 (remove_files) COMPLETE |
8723 | 2024-10-25T18:11:54.743Z | [ host-image] Oct 25 18:11:54.258 INFO O| Oct 25 18:11:54.258 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8724 | 2024-10-25T18:11:54.767Z | [ host-image] Oct 25 18:11:54.271 INFO O| Oct 25 18:11:54.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8725 | 2024-10-25T18:11:54.767Z | [ host-image] Oct 25 18:11:54.271 INFO O| Oct 25 18:11:54.271 INFO STEP 29 (remove_files) COMPLETE |
8726 | 2024-10-25T18:11:54.767Z | [ host-image] Oct 25 18:11:54.271 INFO O| Oct 25 18:11:54.271 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8727 | 2024-10-25T18:11:54.767Z | [ host-image] Oct 25 18:11:54.284 INFO O| Oct 25 18:11:54.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8728 | 2024-10-25T18:11:54.767Z | [ host-image] Oct 25 18:11:54.284 INFO O| Oct 25 18:11:54.284 INFO STEP 30 (remove_files) COMPLETE |
8729 | 2024-10-25T18:11:54.767Z | [ host-image] Oct 25 18:11:54.284 INFO O| Oct 25 18:11:54.284 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8730 | 2024-10-25T18:11:54.791Z | [ host-image] Oct 25 18:11:54.297 INFO O| Oct 25 18:11:54.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8731 | 2024-10-25T18:11:54.791Z | [ host-image] Oct 25 18:11:54.297 INFO O| Oct 25 18:11:54.297 INFO STEP 31 (remove_files) COMPLETE |
8732 | 2024-10-25T18:11:54.791Z | [ host-image] Oct 25 18:11:54.297 INFO O| Oct 25 18:11:54.297 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8733 | 2024-10-25T18:11:54.815Z | [ host-image] Oct 25 18:11:54.316 INFO O| Oct 25 18:11:54.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8734 | 2024-10-25T18:11:54.815Z | [ host-image] Oct 25 18:11:54.316 INFO O| Oct 25 18:11:54.316 INFO STEP 32 (remove_files) COMPLETE |
8735 | 2024-10-25T18:11:54.815Z | [ host-image] Oct 25 18:11:54.316 INFO O| Oct 25 18:11:54.316 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8736 | 2024-10-25T18:11:54.815Z | [ host-image] Oct 25 18:11:54.333 INFO O| Oct 25 18:11:54.333 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8737 | 2024-10-25T18:11:54.815Z | [ host-image] Oct 25 18:11:54.333 INFO O| Oct 25 18:11:54.333 INFO STEP 33 (remove_files) COMPLETE |
8738 | 2024-10-25T18:11:54.815Z | [ host-image] Oct 25 18:11:54.333 INFO O| Oct 25 18:11:54.333 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8739 | 2024-10-25T18:11:54.840Z | [ host-image] Oct 25 18:11:54.346 INFO O| Oct 25 18:11:54.346 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8740 | 2024-10-25T18:11:54.840Z | [ host-image] Oct 25 18:11:54.346 INFO O| Oct 25 18:11:54.346 INFO STEP 34 (remove_files) COMPLETE |
8741 | 2024-10-25T18:11:54.840Z | [ host-image] Oct 25 18:11:54.346 INFO O| Oct 25 18:11:54.346 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8742 | 2024-10-25T18:11:54.840Z | [ host-image] Oct 25 18:11:54.359 INFO O| Oct 25 18:11:54.359 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8743 | 2024-10-25T18:11:54.840Z | [ host-image] Oct 25 18:11:54.359 INFO O| Oct 25 18:11:54.359 INFO STEP 35 (remove_files) COMPLETE |
8744 | 2024-10-25T18:11:54.840Z | [ host-image] Oct 25 18:11:54.359 INFO O| Oct 25 18:11:54.359 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8745 | 2024-10-25T18:11:54.864Z | [ host-image] Oct 25 18:11:54.376 INFO O| Oct 25 18:11:54.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8746 | 2024-10-25T18:11:54.864Z | [ host-image] Oct 25 18:11:54.376 INFO O| Oct 25 18:11:54.376 INFO STEP 36 (remove_files) COMPLETE |
8747 | 2024-10-25T18:11:54.864Z | [ host-image] Oct 25 18:11:54.376 INFO O| Oct 25 18:11:54.376 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8748 | 2024-10-25T18:11:54.888Z | [ host-image] Oct 25 18:11:54.394 INFO O| Oct 25 18:11:54.394 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8749 | 2024-10-25T18:11:54.888Z | [ host-image] Oct 25 18:11:54.394 INFO O| Oct 25 18:11:54.394 INFO STEP 37 (remove_files) COMPLETE |
8750 | 2024-10-25T18:11:54.888Z | [ host-image] Oct 25 18:11:54.394 INFO O| Oct 25 18:11:54.394 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8751 | 2024-10-25T18:11:54.889Z | [ host-image] Oct 25 18:11:54.411 INFO O| Oct 25 18:11:54.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8752 | 2024-10-25T18:11:54.889Z | [ host-image] Oct 25 18:11:54.411 INFO O| Oct 25 18:11:54.411 INFO STEP 38 (remove_files) COMPLETE |
8753 | 2024-10-25T18:11:54.889Z | [ host-image] Oct 25 18:11:54.411 INFO O| Oct 25 18:11:54.411 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8754 | 2024-10-25T18:11:54.913Z | [ host-image] Oct 25 18:11:54.426 INFO O| Oct 25 18:11:54.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8755 | 2024-10-25T18:11:54.913Z | [ host-image] Oct 25 18:11:54.426 INFO O| Oct 25 18:11:54.426 INFO STEP 39 (remove_files) COMPLETE |
8756 | 2024-10-25T18:11:54.913Z | [ host-image] Oct 25 18:11:54.426 INFO O| Oct 25 18:11:54.426 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8757 | 2024-10-25T18:11:54.937Z | [ host-image] Oct 25 18:11:54.439 INFO O| Oct 25 18:11:54.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8758 | 2024-10-25T18:11:54.937Z | [ host-image] Oct 25 18:11:54.440 INFO O| Oct 25 18:11:54.440 INFO STEP 40 (remove_files) COMPLETE |
8759 | 2024-10-25T18:11:54.937Z | [ host-image] Oct 25 18:11:54.440 INFO O| Oct 25 18:11:54.440 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8760 | 2024-10-25T18:11:54.937Z | [ host-image] Oct 25 18:11:54.451 INFO O| Oct 25 18:11:54.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8761 | 2024-10-25T18:11:54.937Z | [ host-image] Oct 25 18:11:54.452 INFO O| Oct 25 18:11:54.452 INFO STEP 41 (remove_files) COMPLETE |
8762 | 2024-10-25T18:11:54.937Z | [ host-image] Oct 25 18:11:54.452 INFO O| Oct 25 18:11:54.452 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8763 | 2024-10-25T18:11:54.961Z | [ host-image] Oct 25 18:11:54.474 INFO O| Oct 25 18:11:54.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8764 | 2024-10-25T18:11:54.962Z | [ host-image] Oct 25 18:11:54.474 INFO O| Oct 25 18:11:54.474 INFO STEP 42 (remove_files) COMPLETE |
8765 | 2024-10-25T18:11:54.962Z | [ host-image] Oct 25 18:11:54.474 INFO O| Oct 25 18:11:54.474 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8766 | 2024-10-25T18:11:54.987Z | [ host-image] Oct 25 18:11:54.488 INFO O| Oct 25 18:11:54.488 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8767 | 2024-10-25T18:11:54.987Z | [ host-image] Oct 25 18:11:54.488 INFO O| Oct 25 18:11:54.488 INFO STEP 43 (remove_files) COMPLETE |
8768 | 2024-10-25T18:11:54.987Z | [ host-image] Oct 25 18:11:54.488 INFO O| Oct 25 18:11:54.488 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8769 | 2024-10-25T18:11:54.987Z | [ host-image] Oct 25 18:11:54.501 INFO O| Oct 25 18:11:54.501 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8770 | 2024-10-25T18:11:54.987Z | [ host-image] Oct 25 18:11:54.501 INFO O| Oct 25 18:11:54.501 INFO STEP 44 (remove_files) COMPLETE |
8771 | 2024-10-25T18:11:54.987Z | [ host-image] Oct 25 18:11:54.501 INFO O| Oct 25 18:11:54.501 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8772 | 2024-10-25T18:11:55.011Z | [ host-image] Oct 25 18:11:54.513 INFO O| Oct 25 18:11:54.513 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8773 | 2024-10-25T18:11:55.011Z | [ host-image] Oct 25 18:11:54.513 INFO O| Oct 25 18:11:54.513 INFO STEP 45 (remove_files) COMPLETE |
8774 | 2024-10-25T18:11:55.011Z | [ host-image] Oct 25 18:11:54.513 INFO O| Oct 25 18:11:54.513 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8775 | 2024-10-25T18:11:55.011Z | [ host-image] Oct 25 18:11:54.525 INFO O| Oct 25 18:11:54.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8776 | 2024-10-25T18:11:55.011Z | [ host-image] Oct 25 18:11:54.525 INFO O| Oct 25 18:11:54.525 INFO STEP 46 (remove_files) COMPLETE |
8777 | 2024-10-25T18:11:55.011Z | [ host-image] Oct 25 18:11:54.525 INFO O| Oct 25 18:11:54.525 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8778 | 2024-10-25T18:11:55.036Z | [ host-image] Oct 25 18:11:54.536 INFO O| Oct 25 18:11:54.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8779 | 2024-10-25T18:11:55.036Z | [ host-image] Oct 25 18:11:54.537 INFO O| Oct 25 18:11:54.536 INFO STEP 47 (remove_files) COMPLETE |
8780 | 2024-10-25T18:11:55.036Z | [ host-image] Oct 25 18:11:54.537 INFO O| Oct 25 18:11:54.536 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8781 | 2024-10-25T18:11:55.036Z | [ host-image] Oct 25 18:11:54.549 INFO O| Oct 25 18:11:54.549 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8782 | 2024-10-25T18:11:55.036Z | [ host-image] Oct 25 18:11:54.549 INFO O| Oct 25 18:11:54.549 INFO STEP 48 (remove_files) COMPLETE |
8783 | 2024-10-25T18:11:55.036Z | [ host-image] Oct 25 18:11:54.549 INFO O| Oct 25 18:11:54.549 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8784 | 2024-10-25T18:11:55.065Z | [ host-image] Oct 25 18:11:54.561 INFO O| Oct 25 18:11:54.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8785 | 2024-10-25T18:11:55.065Z | [ host-image] Oct 25 18:11:54.562 INFO O| Oct 25 18:11:54.562 INFO STEP 49 (remove_files) COMPLETE |
8786 | 2024-10-25T18:11:55.065Z | [ host-image] Oct 25 18:11:54.562 INFO O| Oct 25 18:11:54.562 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8787 | 2024-10-25T18:11:55.065Z | [ host-image] Oct 25 18:11:54.573 INFO O| Oct 25 18:11:54.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8788 | 2024-10-25T18:11:55.065Z | [ host-image] Oct 25 18:11:54.574 INFO O| Oct 25 18:11:54.573 INFO STEP 50 (remove_files) COMPLETE |
8789 | 2024-10-25T18:11:55.065Z | [ host-image] Oct 25 18:11:54.574 INFO O| Oct 25 18:11:54.574 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8790 | 2024-10-25T18:11:55.090Z | [ host-image] Oct 25 18:11:54.590 INFO O| Oct 25 18:11:54.590 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8791 | 2024-10-25T18:11:55.090Z | [ host-image] Oct 25 18:11:54.590 INFO O| Oct 25 18:11:54.590 INFO STEP 51 (remove_files) COMPLETE |
8792 | 2024-10-25T18:11:55.090Z | [ host-image] Oct 25 18:11:54.590 INFO O| Oct 25 18:11:54.590 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8793 | 2024-10-25T18:11:55.090Z | [ host-image] Oct 25 18:11:54.604 INFO O| Oct 25 18:11:54.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8794 | 2024-10-25T18:11:55.090Z | [ host-image] Oct 25 18:11:54.604 INFO O| Oct 25 18:11:54.604 INFO STEP 52 (remove_files) COMPLETE |
8795 | 2024-10-25T18:11:55.090Z | [ host-image] Oct 25 18:11:54.604 INFO O| Oct 25 18:11:54.604 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8796 | 2024-10-25T18:11:55.114Z | [ host-image] Oct 25 18:11:54.617 INFO O| Oct 25 18:11:54.617 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8797 | 2024-10-25T18:11:55.114Z | [ host-image] Oct 25 18:11:54.617 INFO O| Oct 25 18:11:54.617 INFO STEP 53 (remove_files) COMPLETE |
8798 | 2024-10-25T18:11:55.114Z | [ host-image] Oct 25 18:11:54.617 INFO O| Oct 25 18:11:54.617 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8799 | 2024-10-25T18:11:55.114Z | [ host-image] Oct 25 18:11:54.637 INFO O| Oct 25 18:11:54.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8800 | 2024-10-25T18:11:55.114Z | [ host-image] Oct 25 18:11:54.637 INFO O| Oct 25 18:11:54.637 INFO STEP 54 (remove_files) COMPLETE |
8801 | 2024-10-25T18:11:55.114Z | [ host-image] Oct 25 18:11:54.637 INFO O| Oct 25 18:11:54.637 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8802 | 2024-10-25T18:11:55.139Z | [ host-image] Oct 25 18:11:54.651 INFO O| Oct 25 18:11:54.651 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8803 | 2024-10-25T18:11:55.139Z | [ host-image] Oct 25 18:11:54.651 INFO O| Oct 25 18:11:54.651 INFO STEP 55 (remove_files) COMPLETE |
8804 | 2024-10-25T18:11:55.139Z | [ host-image] Oct 25 18:11:54.651 INFO O| Oct 25 18:11:54.651 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8805 | 2024-10-25T18:11:55.163Z | [ host-image] Oct 25 18:11:54.664 INFO O| Oct 25 18:11:54.663 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8806 | 2024-10-25T18:11:55.163Z | [ host-image] Oct 25 18:11:54.664 INFO O| Oct 25 18:11:54.664 INFO STEP 56 (remove_files) COMPLETE |
8807 | 2024-10-25T18:11:55.163Z | [ host-image] Oct 25 18:11:54.664 INFO O| Oct 25 18:11:54.664 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8808 | 2024-10-25T18:11:55.163Z | [ host-image] Oct 25 18:11:54.679 INFO O| Oct 25 18:11:54.679 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8809 | 2024-10-25T18:11:55.163Z | [ host-image] Oct 25 18:11:54.679 INFO O| Oct 25 18:11:54.679 INFO STEP 57 (remove_files) COMPLETE |
8810 | 2024-10-25T18:11:55.163Z | [ host-image] Oct 25 18:11:54.679 INFO O| Oct 25 18:11:54.679 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8811 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.694 INFO O| Oct 25 18:11:54.694 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8812 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.694 INFO O| Oct 25 18:11:54.694 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8813 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.694 INFO O| Oct 25 18:11:54.694 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8814 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.694 INFO O| Oct 25 18:11:54.694 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8815 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.694 INFO O| Oct 25 18:11:54.694 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8816 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.694 INFO O| Oct 25 18:11:54.694 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8817 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.694 INFO O| Oct 25 18:11:54.694 INFO ok! |
8818 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.694 INFO O| Oct 25 18:11:54.694 INFO STEP 58 (ensure_file) COMPLETE |
8819 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.694 INFO O| Oct 25 18:11:54.694 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8820 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.707 INFO O| Oct 25 18:11:54.707 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8821 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.707 INFO O| Oct 25 18:11:54.707 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8822 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.707 INFO O| Oct 25 18:11:54.707 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8823 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.707 INFO O| Oct 25 18:11:54.707 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8824 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.707 INFO O| Oct 25 18:11:54.707 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8825 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.707 INFO O| Oct 25 18:11:54.707 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8826 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.707 INFO O| Oct 25 18:11:54.707 INFO ok! |
8827 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.707 INFO O| Oct 25 18:11:54.707 INFO STEP 59 (ensure_file) COMPLETE |
8828 | 2024-10-25T18:11:55.188Z | [ host-image] Oct 25 18:11:54.707 INFO O| Oct 25 18:11:54.707 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8829 | 2024-10-25T18:11:55.213Z | [ host-image] Oct 25 18:11:54.725 INFO O| Oct 25 18:11:54.725 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8830 | 2024-10-25T18:11:55.213Z | [ host-image] Oct 25 18:11:54.725 INFO O| Oct 25 18:11:54.725 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8831 | 2024-10-25T18:11:55.213Z | [ host-image] Oct 25 18:11:54.725 INFO O| Oct 25 18:11:54.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8832 | 2024-10-25T18:11:55.213Z | [ host-image] Oct 25 18:11:54.725 INFO O| Oct 25 18:11:54.725 INFO ok! |
8833 | 2024-10-25T18:11:55.213Z | [ host-image] Oct 25 18:11:54.725 INFO O| Oct 25 18:11:54.725 INFO STEP 60 (ensure_file) COMPLETE |
8834 | 2024-10-25T18:11:55.213Z | [ host-image] Oct 25 18:11:54.725 INFO O| Oct 25 18:11:54.725 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8835 | 2024-10-25T18:11:55.237Z | [ host-image] Oct 25 18:11:54.739 INFO O| Oct 25 18:11:54.738 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8836 | 2024-10-25T18:11:55.238Z | [ host-image] Oct 25 18:11:54.739 INFO O| Oct 25 18:11:54.739 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8837 | 2024-10-25T18:11:55.238Z | [ host-image] Oct 25 18:11:54.739 INFO O| Oct 25 18:11:54.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8838 | 2024-10-25T18:11:55.238Z | [ host-image] Oct 25 18:11:54.739 INFO O| Oct 25 18:11:54.739 INFO ok! |
8839 | 2024-10-25T18:11:55.238Z | [ host-image] Oct 25 18:11:54.739 INFO O| Oct 25 18:11:54.739 INFO STEP 61 (ensure_file) COMPLETE |
8840 | 2024-10-25T18:11:55.238Z | [ host-image] Oct 25 18:11:54.739 INFO O| Oct 25 18:11:54.739 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8841 | 2024-10-25T18:11:55.238Z | [ host-image] Oct 25 18:11:54.755 INFO O| Oct 25 18:11:54.755 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8842 | 2024-10-25T18:11:55.238Z | [ host-image] Oct 25 18:11:54.755 INFO O| Oct 25 18:11:54.755 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8843 | 2024-10-25T18:11:55.238Z | [ host-image] Oct 25 18:11:54.756 INFO O| Oct 25 18:11:54.755 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8844 | 2024-10-25T18:11:55.238Z | [ host-image] Oct 25 18:11:54.756 INFO O| Oct 25 18:11:54.756 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8845 | 2024-10-25T18:11:55.238Z | [ host-image] Oct 25 18:11:54.756 INFO O| Oct 25 18:11:54.756 INFO ok! |
8846 | 2024-10-25T18:11:55.238Z | [ host-image] Oct 25 18:11:54.756 INFO O| Oct 25 18:11:54.756 INFO STEP 62 (ensure_file) COMPLETE |
8847 | 2024-10-25T18:11:55.238Z | [ host-image] Oct 25 18:11:54.756 INFO O| Oct 25 18:11:54.756 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8848 | 2024-10-25T18:11:55.263Z | [ host-image] Oct 25 18:11:54.770 INFO O| Oct 25 18:11:54.770 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8849 | 2024-10-25T18:11:55.263Z | [ host-image] Oct 25 18:11:54.771 INFO O| Oct 25 18:11:54.770 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8850 | 2024-10-25T18:11:55.263Z | [ host-image] Oct 25 18:11:54.771 INFO O| Oct 25 18:11:54.771 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8851 | 2024-10-25T18:11:55.263Z | [ host-image] Oct 25 18:11:54.771 INFO O| Oct 25 18:11:54.771 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8852 | 2024-10-25T18:11:55.263Z | [ host-image] Oct 25 18:11:54.771 INFO O| Oct 25 18:11:54.771 INFO ok! |
8853 | 2024-10-25T18:11:55.263Z | [ host-image] Oct 25 18:11:54.771 INFO O| Oct 25 18:11:54.771 INFO STEP 63 (ensure_file) COMPLETE |
8854 | 2024-10-25T18:11:55.263Z | [ host-image] Oct 25 18:11:54.771 INFO O| Oct 25 18:11:54.771 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2024-10-25T18:11:55.263Z | [ host-image] Oct 25 18:11:54.786 INFO O| Oct 25 18:11:54.786 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8856 | 2024-10-25T18:11:55.263Z | [ host-image] Oct 25 18:11:54.786 INFO O| Oct 25 18:11:54.786 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8857 | 2024-10-25T18:11:55.263Z | [ host-image] Oct 25 18:11:54.786 INFO O| Oct 25 18:11:54.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8858 | 2024-10-25T18:11:55.263Z | [ host-image] Oct 25 18:11:54.787 INFO O| Oct 25 18:11:54.786 INFO ok! |
8859 | 2024-10-25T18:11:55.263Z | [ host-image] Oct 25 18:11:54.787 INFO O| Oct 25 18:11:54.787 INFO STEP 64 (assemble_files) COMPLETE |
8860 | 2024-10-25T18:11:55.263Z | [ host-image] Oct 25 18:11:54.787 INFO O| Oct 25 18:11:54.787 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2024-10-25T18:11:55.288Z | [ host-image] Oct 25 18:11:54.799 INFO O| Oct 25 18:11:54.799 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8862 | 2024-10-25T18:11:55.288Z | [ host-image] Oct 25 18:11:54.799 INFO O| Oct 25 18:11:54.799 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8863 | 2024-10-25T18:11:55.288Z | [ host-image] Oct 25 18:11:54.799 INFO O| Oct 25 18:11:54.799 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8864 | 2024-10-25T18:11:55.288Z | [ host-image] Oct 25 18:11:54.799 INFO O| Oct 25 18:11:54.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8865 | 2024-10-25T18:11:55.288Z | [ host-image] Oct 25 18:11:54.799 INFO O| Oct 25 18:11:54.799 INFO ok! |
8866 | 2024-10-25T18:11:55.288Z | [ host-image] Oct 25 18:11:54.799 INFO O| Oct 25 18:11:54.799 INFO STEP 65 (ensure_file) COMPLETE |
8867 | 2024-10-25T18:11:55.288Z | [ host-image] Oct 25 18:11:54.799 INFO O| Oct 25 18:11:54.799 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8868 | 2024-10-25T18:11:55.312Z | [ host-image] Oct 25 18:11:54.814 INFO O| Oct 25 18:11:54.814 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8869 | 2024-10-25T18:11:55.312Z | [ host-image] Oct 25 18:11:54.814 INFO O| Oct 25 18:11:54.814 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8870 | 2024-10-25T18:11:55.312Z | [ host-image] Oct 25 18:11:54.814 INFO O| Oct 25 18:11:54.814 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8871 | 2024-10-25T18:11:55.312Z | [ host-image] Oct 25 18:11:54.814 INFO O| Oct 25 18:11:54.814 INFO STEP 66 (ensure_dir) COMPLETE |
8872 | 2024-10-25T18:11:55.312Z | [ host-image] Oct 25 18:11:54.814 INFO O| Oct 25 18:11:54.814 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2024-10-25T18:11:55.312Z | [ host-image] Oct 25 18:11:54.832 INFO O| Oct 25 18:11:54.832 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8874 | 2024-10-25T18:11:55.312Z | [ host-image] Oct 25 18:11:54.832 INFO O| Oct 25 18:11:54.832 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 ... |
8875 | 2024-10-25T18:11:55.337Z | [ host-image] Oct 25 18:11:54.841 INFO O| Oct 25 18:11:54.841 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 |
8876 | 2024-10-25T18:11:55.337Z | [ host-image] Oct 25 18:11:54.841 INFO O| Oct 25 18:11:54.841 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8877 | 2024-10-25T18:11:55.337Z | [ host-image] Oct 25 18:11:54.841 INFO O| Oct 25 18:11:54.841 INFO ok! |
8878 | 2024-10-25T18:11:55.337Z | [ host-image] Oct 25 18:11:54.841 INFO O| Oct 25 18:11:54.841 INFO STEP 67 (ensure_file) COMPLETE |
8879 | 2024-10-25T18:11:55.337Z | [ host-image] Oct 25 18:11:54.841 INFO O| Oct 25 18:11:54.841 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8880 | 2024-10-25T18:11:55.337Z | [ host-image] Oct 25 18:11:54.855 INFO O| Oct 25 18:11:54.855 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8881 | 2024-10-25T18:11:55.337Z | [ host-image] Oct 25 18:11:54.855 INFO O| Oct 25 18:11:54.855 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 ... |
8882 | 2024-10-25T18:11:55.337Z | [ host-image] Oct 25 18:11:54.855 INFO O| Oct 25 18:11:54.855 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 |
8883 | 2024-10-25T18:11:55.337Z | [ host-image] Oct 25 18:11:54.856 INFO O| Oct 25 18:11:54.855 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8884 | 2024-10-25T18:11:55.337Z | [ host-image] Oct 25 18:11:54.856 INFO O| Oct 25 18:11:54.855 INFO ok! |
8885 | 2024-10-25T18:11:55.337Z | [ host-image] Oct 25 18:11:54.856 INFO O| Oct 25 18:11:54.855 INFO STEP 68 (ensure_file) COMPLETE |
8886 | 2024-10-25T18:11:55.337Z | [ host-image] Oct 25 18:11:54.856 INFO O| Oct 25 18:11:54.855 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8887 | 2024-10-25T18:11:55.362Z | [ host-image] Oct 25 18:11:54.875 INFO O| Oct 25 18:11:54.875 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8888 | 2024-10-25T18:11:55.362Z | [ host-image] Oct 25 18:11:54.875 INFO O| Oct 25 18:11:54.875 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8889 | 2024-10-25T18:11:57.914Z | [ host-image] Oct 25 18:11:57.435 INFO O| Oct 25 18:11:57.435 INFO STEP 69 (pack_tar) COMPLETE |
8890 | 2024-10-25T18:11:57.914Z | [ host-image] Oct 25 18:11:57.435 INFO O| Oct 25 18:11:57.435 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8891 | 2024-10-25T18:11:57.939Z | [ host-image] Oct 25 18:11:57.435 INFO O| Oct 25 18:11:57.435 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8892 | 2024-10-25T18:11:58.130Z | [ host-image] Oct 25 18:11:57.655 INFO O| Oct 25 18:11:57.655 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8893 | 2024-10-25T18:11:58.179Z | [ host-image] Oct 25 18:11:57.703 INFO O| Oct 25 18:11:57.703 INFO completed processing gimlet/ramdisk-02-trim |
8894 | 2024-10-25T18:11:58.204Z | [ host-image] Oct 25 18:11:57.706 INFO image builder template: zfs... |
8895 | 2024-10-25T18:11:58.204Z | [ host-image] Oct 25 18:11:57.706 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/.tmpUd2km1/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.33.293", "-n", "zfs"], pwd: None |
8896 | 2024-10-25T18:11:58.204Z | [ host-image] Oct 25 18:11:57.725 INFO O| Oct 25 18:11:57.724 INFO skip include "stress" because feature "stress" is not enabled |
8897 | 2024-10-25T18:11:58.246Z | [ host-image] Oct 25 18:11:57.769 INFO O| Oct 25 18:11:57.768 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8898 | 2024-10-25T18:11:58.270Z | [ host-image] Oct 25 18:11:57.774 INFO O| Oct 25 18:11:57.774 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8899 | 2024-10-25T18:11:58.294Z | [ host-image] Oct 25 18:11:57.811 INFO O| Oct 25 18:11:57.811 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8900 | 2024-10-25T18:11:58.319Z | [ host-image] Oct 25 18:11:57.838 INFO O| Oct 25 18:11:57.838 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8901 | 2024-10-25T18:11:58.319Z | [ host-image] Oct 25 18:11:57.839 INFO O| Oct 25 18:11:57.839 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8902 | 2024-10-25T18:11:58.345Z | [ host-image] Oct 25 18:11:57.844 INFO O| Oct 25 18:11:57.844 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8903 | 2024-10-25T18:11:58.369Z | [ host-image] Oct 25 18:11:57.878 INFO O| Oct 25 18:11:57.878 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8904 | 2024-10-25T18:11:58.396Z | [ host-image] Oct 25 18:11:57.901 INFO O| Oct 25 18:11:57.901 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8905 | 2024-10-25T18:11:58.396Z | [ host-image] Oct 25 18:11:57.915 INFO O| Oct 25 18:11:57.915 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8906 | 2024-10-25T18:11:58.420Z | [ host-image] Oct 25 18:11:57.922 INFO O| Oct 25 18:11:57.922 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8907 | 2024-10-25T18:11:58.420Z | [ host-image] Oct 25 18:11:57.922 INFO O| Oct 25 18:11:57.922 INFO no lofi found |
8908 | 2024-10-25T18:11:58.420Z | [ host-image] Oct 25 18:11:57.922 INFO O| Oct 25 18:11:57.922 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8909 | 2024-10-25T18:11:58.420Z | [ host-image] Oct 25 18:11:57.922 INFO O| Oct 25 18:11:57.922 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8910 | 2024-10-25T18:12:00.489Z | [ host-image] Oct 25 18:12:00.013 INFO O| Oct 25 18:12:00.013 INFO lofi device = /dev/dsk/c3t1d0p0 |
8911 | 2024-10-25T18:12:00.489Z | [ host-image] Oct 25 18:12:00.013 INFO O| Oct 25 18:12:00.013 INFO pool device = /dev/dsk/c3t1d0p0 |
8912 | 2024-10-25T18:12:00.513Z | [ host-image] Oct 25 18:12:00.013 INFO O| Oct 25 18:12:00.013 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"] |
8913 | 2024-10-25T18:12:00.606Z | [ host-image] Oct 25 18:12:00.126 INFO O| Oct 25 18:12:00.126 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8914 | 2024-10-25T18:12:00.606Z | [ host-image] Oct 25 18:12:00.126 INFO O| Oct 25 18:12:00.126 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8915 | 2024-10-25T18:12:00.632Z | [ host-image] Oct 25 18:12:00.157 INFO O| Oct 25 18:12:00.157 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8916 | 2024-10-25T18:12:00.712Z | [ host-image] Oct 25 18:12:00.235 INFO O| Oct 25 18:12:00.235 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8917 | 2024-10-25T18:12:00.758Z | [ host-image] Oct 25 18:12:00.282 INFO O| Oct 25 18:12:00.282 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8918 | 2024-10-25T18:12:00.782Z | [ host-image] Oct 25 18:12:00.306 INFO O| Oct 25 18:12:00.306 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8919 | 2024-10-25T18:12:00.806Z | [ host-image] Oct 25 18:12:00.323 INFO O| Oct 25 18:12:00.323 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8920 | 2024-10-25T18:12:00.860Z | [ host-image] Oct 25 18:12:00.384 INFO O| Oct 25 18:12:00.384 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8921 | 2024-10-25T18:12:00.860Z | [ host-image] Oct 25 18:12:00.384 INFO O| Oct 25 18:12:00.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8922 | 2024-10-25T18:12:00.884Z | [ host-image] Oct 25 18:12:00.384 INFO O| Oct 25 18:12:00.384 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8923 | 2024-10-25T18:12:00.884Z | [ host-image] Oct 25 18:12:00.399 INFO O| Oct 25 18:12:00.398 INFO boot environment UUID: c202098e-9d26-4631-86ce-5ebfb9ed5cc6 |
8924 | 2024-10-25T18:12:00.884Z | [ host-image] Oct 25 18:12:00.399 INFO O| Oct 25 18:12:00.398 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = c202098e-9d26-4631-86ce-5ebfb9ed5cc6 |
8925 | 2024-10-25T18:12:00.910Z | [ host-image] Oct 25 18:12:00.417 INFO O| Oct 25 18:12:00.416 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8926 | 2024-10-25T18:12:00.910Z | [ host-image] Oct 25 18:12:00.433 INFO O| Oct 25 18:12:00.433 INFO STEP 0 (create_be) COMPLETE |
8927 | 2024-10-25T18:12:00.910Z | [ host-image] Oct 25 18:12:00.433 INFO O| Oct 25 18:12:00.433 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8928 | 2024-10-25T18:12:00.934Z | [ host-image] Oct 25 18:12:00.455 INFO O| Oct 25 18:12:00.454 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8929 | 2024-10-25T18:12:23.181Z | [ host-image] Oct 25 18:12:22.705 INFO O| Oct 25 18:12:22.705 INFO STEP 1 (unpack_tar) COMPLETE |
8930 | 2024-10-25T18:12:23.181Z | [ host-image] Oct 25 18:12:22.705 INFO O| Oct 25 18:12:22.705 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8931 | 2024-10-25T18:12:23.205Z | [ host-image] Oct 25 18:12:22.721 INFO O| Oct 25 18:12:22.720 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8932 | 2024-10-25T18:12:23.517Z | [ host-image] Oct 25 18:12:23.042 INFO O| Oct 25 18:12:23.042 INFO STEP 2 (devfsadm) COMPLETE |
8933 | 2024-10-25T18:12:23.517Z | [ host-image] Oct 25 18:12:23.042 INFO O| Oct 25 18:12:23.042 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8934 | 2024-10-25T18:12:23.542Z | [ host-image] Oct 25 18:12:23.060 INFO O| Oct 25 18:12:23.060 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8935 | 2024-10-25T18:12:23.542Z | [ host-image] Oct 25 18:12:23.060 INFO O| Oct 25 18:12:23.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8936 | 2024-10-25T18:12:23.542Z | [ host-image] Oct 25 18:12:23.060 INFO O| Oct 25 18:12:23.060 INFO STEP 3 (ensure_dir) COMPLETE |
8937 | 2024-10-25T18:12:23.542Z | [ host-image] Oct 25 18:12:23.060 INFO O| Oct 25 18:12:23.060 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8938 | 2024-10-25T18:12:23.567Z | [ host-image] Oct 25 18:12:23.077 INFO O| Oct 25 18:12:23.077 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8939 | 2024-10-25T18:12:23.567Z | [ host-image] Oct 25 18:12:23.077 INFO O| Oct 25 18:12:23.077 INFO STEP 4 (ensure_dir) COMPLETE |
8940 | 2024-10-25T18:12:23.567Z | [ host-image] Oct 25 18:12:23.077 INFO O| Oct 25 18:12:23.077 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8941 | 2024-10-25T18:12:23.591Z | [ host-image] Oct 25 18:12:23.094 INFO O| Oct 25 18:12:23.094 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8942 | 2024-10-25T18:12:23.591Z | [ host-image] Oct 25 18:12:23.094 INFO O| Oct 25 18:12:23.094 INFO STEP 5 (ensure_dir) COMPLETE |
8943 | 2024-10-25T18:12:23.591Z | [ host-image] Oct 25 18:12:23.094 INFO O| Oct 25 18:12:23.094 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8944 | 2024-10-25T18:12:23.591Z | [ host-image] Oct 25 18:12:23.108 INFO O| Oct 25 18:12:23.108 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8945 | 2024-10-25T18:12:23.591Z | [ host-image] Oct 25 18:12:23.108 INFO O| Oct 25 18:12:23.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8946 | 2024-10-25T18:12:23.591Z | [ host-image] Oct 25 18:12:23.108 INFO O| Oct 25 18:12:23.108 INFO STEP 6 (ensure_dir) COMPLETE |
8947 | 2024-10-25T18:12:23.591Z | [ host-image] Oct 25 18:12:23.108 INFO O| Oct 25 18:12:23.108 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8948 | 2024-10-25T18:12:23.616Z | [ host-image] Oct 25 18:12:23.127 INFO O| Oct 25 18:12:23.127 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8949 | 2024-10-25T18:12:23.616Z | [ host-image] Oct 25 18:12:23.127 INFO O| Oct 25 18:12:23.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8950 | 2024-10-25T18:12:23.616Z | [ host-image] Oct 25 18:12:23.127 INFO O| Oct 25 18:12:23.127 INFO STEP 7 (ensure_dir) COMPLETE |
8951 | 2024-10-25T18:12:23.616Z | [ host-image] Oct 25 18:12:23.127 INFO O| Oct 25 18:12:23.127 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8952 | 2024-10-25T18:12:23.641Z | [ host-image] Oct 25 18:12:23.141 INFO O| Oct 25 18:12:23.140 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8953 | 2024-10-25T18:12:23.641Z | [ host-image] Oct 25 18:12:23.141 INFO O| Oct 25 18:12:23.141 INFO STEP 8 (remove_files) COMPLETE |
8954 | 2024-10-25T18:12:23.641Z | [ host-image] Oct 25 18:12:23.141 INFO O| Oct 25 18:12:23.141 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8955 | 2024-10-25T18:12:23.641Z | [ host-image] Oct 25 18:12:23.154 INFO O| Oct 25 18:12:23.154 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8956 | 2024-10-25T18:12:23.641Z | [ host-image] Oct 25 18:12:23.155 INFO O| Oct 25 18:12:23.155 INFO STEP 9 (remove_files) COMPLETE |
8957 | 2024-10-25T18:12:23.641Z | [ host-image] Oct 25 18:12:23.156 INFO O| Oct 25 18:12:23.155 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8958 | 2024-10-25T18:12:23.665Z | [ host-image] Oct 25 18:12:23.177 INFO O| Oct 25 18:12:23.177 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8959 | 2024-10-25T18:12:23.665Z | [ host-image] Oct 25 18:12:23.178 INFO O| Oct 25 18:12:23.178 INFO STEP 10 (remove_files) COMPLETE |
8960 | 2024-10-25T18:12:23.665Z | [ host-image] Oct 25 18:12:23.178 INFO O| Oct 25 18:12:23.178 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8961 | 2024-10-25T18:12:23.690Z | [ host-image] Oct 25 18:12:23.197 INFO O| Oct 25 18:12:23.197 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8962 | 2024-10-25T18:12:23.690Z | [ host-image] Oct 25 18:12:23.197 INFO O| Oct 25 18:12:23.197 INFO STEP 11 (remove_files) COMPLETE |
8963 | 2024-10-25T18:12:23.690Z | [ host-image] Oct 25 18:12:23.197 INFO O| Oct 25 18:12:23.197 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8964 | 2024-10-25T18:12:23.714Z | [ host-image] Oct 25 18:12:23.214 INFO O| Oct 25 18:12:23.214 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8965 | 2024-10-25T18:12:23.714Z | [ host-image] Oct 25 18:12:23.214 INFO O| Oct 25 18:12:23.214 INFO STEP 12 (remove_files) COMPLETE |
8966 | 2024-10-25T18:12:23.714Z | [ host-image] Oct 25 18:12:23.214 INFO O| Oct 25 18:12:23.214 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8967 | 2024-10-25T18:12:23.739Z | [ host-image] Oct 25 18:12:23.239 INFO O| Oct 25 18:12:23.239 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8968 | 2024-10-25T18:12:23.739Z | [ host-image] Oct 25 18:12:23.239 INFO O| Oct 25 18:12:23.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8969 | 2024-10-25T18:12:23.739Z | [ host-image] Oct 25 18:12:23.239 INFO O| Oct 25 18:12:23.239 INFO STEP 13 (ensure_dir) COMPLETE |
8970 | 2024-10-25T18:12:23.739Z | [ host-image] Oct 25 18:12:23.239 INFO O| Oct 25 18:12:23.239 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8971 | 2024-10-25T18:12:23.739Z | [ host-image] Oct 25 18:12:23.257 INFO O| Oct 25 18:12:23.257 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8972 | 2024-10-25T18:12:23.739Z | [ host-image] Oct 25 18:12:23.257 INFO O| Oct 25 18:12:23.257 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8973 | 2024-10-25T18:12:23.739Z | [ host-image] Oct 25 18:12:23.257 INFO O| Oct 25 18:12:23.257 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8974 | 2024-10-25T18:12:23.739Z | [ host-image] Oct 25 18:12:23.257 INFO O| Oct 25 18:12:23.257 INFO STEP 14 (ensure_dir) COMPLETE |
8975 | 2024-10-25T18:12:23.739Z | [ host-image] Oct 25 18:12:23.257 INFO O| Oct 25 18:12:23.257 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8976 | 2024-10-25T18:12:23.764Z | [ host-image] Oct 25 18:12:23.277 INFO O| Oct 25 18:12:23.277 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8977 | 2024-10-25T18:12:23.764Z | [ host-image] Oct 25 18:12:23.277 INFO O| Oct 25 18:12:23.277 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8978 | 2024-10-25T18:12:23.764Z | [ host-image] Oct 25 18:12:23.277 INFO O| Oct 25 18:12:23.277 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8979 | 2024-10-25T18:12:23.764Z | [ host-image] Oct 25 18:12:23.277 INFO O| Oct 25 18:12:23.277 INFO STEP 15 (ensure_dir) COMPLETE |
8980 | 2024-10-25T18:12:23.764Z | [ host-image] Oct 25 18:12:23.277 INFO O| Oct 25 18:12:23.277 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8981 | 2024-10-25T18:12:23.789Z | [ host-image] Oct 25 18:12:23.292 INFO O| Oct 25 18:12:23.292 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8982 | 2024-10-25T18:12:23.789Z | [ host-image] Oct 25 18:12:23.292 INFO O| Oct 25 18:12:23.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8983 | 2024-10-25T18:12:23.789Z | [ host-image] Oct 25 18:12:23.292 INFO O| Oct 25 18:12:23.292 INFO STEP 16 (ensure_dir) COMPLETE |
8984 | 2024-10-25T18:12:23.789Z | [ host-image] Oct 25 18:12:23.292 INFO O| Oct 25 18:12:23.292 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8985 | 2024-10-25T18:12:23.789Z | [ host-image] Oct 25 18:12:23.305 INFO O| Oct 25 18:12:23.305 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8986 | 2024-10-25T18:12:23.789Z | [ host-image] Oct 25 18:12:23.305 INFO O| Oct 25 18:12:23.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8987 | 2024-10-25T18:12:23.789Z | [ host-image] Oct 25 18:12:23.305 INFO O| Oct 25 18:12:23.305 INFO STEP 17 (ensure_dir) COMPLETE |
8988 | 2024-10-25T18:12:23.789Z | [ host-image] Oct 25 18:12:23.305 INFO O| Oct 25 18:12:23.305 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8989 | 2024-10-25T18:12:23.813Z | [ host-image] Oct 25 18:12:23.317 INFO O| Oct 25 18:12:23.317 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8990 | 2024-10-25T18:12:23.813Z | [ host-image] Oct 25 18:12:23.318 INFO O| Oct 25 18:12:23.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8991 | 2024-10-25T18:12:23.813Z | [ host-image] Oct 25 18:12:23.318 INFO O| Oct 25 18:12:23.318 INFO ok! |
8992 | 2024-10-25T18:12:23.813Z | [ host-image] Oct 25 18:12:23.318 INFO O| Oct 25 18:12:23.318 INFO STEP 18 (ensure_symlink) COMPLETE |
8993 | 2024-10-25T18:12:23.813Z | [ host-image] Oct 25 18:12:23.318 INFO O| Oct 25 18:12:23.318 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8994 | 2024-10-25T18:12:23.813Z | [ host-image] Oct 25 18:12:23.337 INFO O| Oct 25 18:12:23.337 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8995 | 2024-10-25T18:12:23.813Z | [ host-image] Oct 25 18:12:23.337 INFO O| Oct 25 18:12:23.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8996 | 2024-10-25T18:12:23.813Z | [ host-image] Oct 25 18:12:23.337 INFO O| Oct 25 18:12:23.337 INFO ok! |
8997 | 2024-10-25T18:12:23.814Z | [ host-image] Oct 25 18:12:23.337 INFO O| Oct 25 18:12:23.337 INFO STEP 19 (ensure_file) COMPLETE |
8998 | 2024-10-25T18:12:23.814Z | [ host-image] Oct 25 18:12:23.337 INFO O| Oct 25 18:12:23.337 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8999 | 2024-10-25T18:12:23.838Z | [ host-image] Oct 25 18:12:23.355 INFO O| Oct 25 18:12:23.355 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9000 | 2024-10-25T18:12:23.838Z | [ host-image] Oct 25 18:12:23.355 INFO O| Oct 25 18:12:23.355 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9001 | 2024-10-25T18:12:23.838Z | [ host-image] Oct 25 18:12:23.355 INFO O| Oct 25 18:12:23.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9002 | 2024-10-25T18:12:23.838Z | [ host-image] Oct 25 18:12:23.355 INFO O| Oct 25 18:12:23.355 INFO ok! |
9003 | 2024-10-25T18:12:23.838Z | [ host-image] Oct 25 18:12:23.355 INFO O| Oct 25 18:12:23.355 INFO STEP 20 (ensure_symlink) COMPLETE |
9004 | 2024-10-25T18:12:23.838Z | [ host-image] Oct 25 18:12:23.355 INFO O| Oct 25 18:12:23.355 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9005 | 2024-10-25T18:12:23.862Z | [ host-image] Oct 25 18:12:23.369 INFO O| Oct 25 18:12:23.369 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9006 | 2024-10-25T18:12:23.862Z | [ host-image] Oct 25 18:12:23.369 INFO O| Oct 25 18:12:23.369 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9007 | 2024-10-25T18:12:23.862Z | [ host-image] Oct 25 18:12:23.369 INFO O| Oct 25 18:12:23.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9008 | 2024-10-25T18:12:23.862Z | [ host-image] Oct 25 18:12:23.369 INFO O| Oct 25 18:12:23.369 INFO ok! |
9009 | 2024-10-25T18:12:23.862Z | [ host-image] Oct 25 18:12:23.369 INFO O| Oct 25 18:12:23.369 INFO STEP 21 (ensure_symlink) COMPLETE |
9010 | 2024-10-25T18:12:23.863Z | [ host-image] Oct 25 18:12:23.369 INFO O| Oct 25 18:12:23.369 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9011 | 2024-10-25T18:12:23.863Z | [ host-image] Oct 25 18:12:23.383 INFO O| Oct 25 18:12:23.383 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9012 | 2024-10-25T18:12:23.863Z | [ host-image] Oct 25 18:12:23.383 INFO O| Oct 25 18:12:23.383 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9013 | 2024-10-25T18:12:23.863Z | [ host-image] Oct 25 18:12:23.383 INFO O| Oct 25 18:12:23.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9014 | 2024-10-25T18:12:23.863Z | [ host-image] Oct 25 18:12:23.383 INFO O| Oct 25 18:12:23.383 INFO ok! |
9015 | 2024-10-25T18:12:23.863Z | [ host-image] Oct 25 18:12:23.383 INFO O| Oct 25 18:12:23.383 INFO STEP 22 (ensure_symlink) COMPLETE |
9016 | 2024-10-25T18:12:23.863Z | [ host-image] Oct 25 18:12:23.383 INFO O| Oct 25 18:12:23.383 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9017 | 2024-10-25T18:12:23.887Z | [ host-image] Oct 25 18:12:23.396 INFO O| Oct 25 18:12:23.396 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9018 | 2024-10-25T18:12:23.887Z | [ host-image] Oct 25 18:12:23.396 INFO O| Oct 25 18:12:23.396 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9019 | 2024-10-25T18:12:23.887Z | [ host-image] Oct 25 18:12:23.396 INFO O| Oct 25 18:12:23.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9020 | 2024-10-25T18:12:23.887Z | [ host-image] Oct 25 18:12:23.396 INFO O| Oct 25 18:12:23.396 INFO ok! |
9021 | 2024-10-25T18:12:23.887Z | [ host-image] Oct 25 18:12:23.396 INFO O| Oct 25 18:12:23.396 INFO STEP 23 (ensure_symlink) COMPLETE |
9022 | 2024-10-25T18:12:23.887Z | [ host-image] Oct 25 18:12:23.396 INFO O| Oct 25 18:12:23.396 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9023 | 2024-10-25T18:12:23.887Z | [ host-image] Oct 25 18:12:23.409 INFO O| Oct 25 18:12:23.409 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9024 | 2024-10-25T18:12:23.887Z | [ host-image] Oct 25 18:12:23.409 INFO O| Oct 25 18:12:23.409 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9025 | 2024-10-25T18:12:23.887Z | [ host-image] Oct 25 18:12:23.409 INFO O| Oct 25 18:12:23.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9026 | 2024-10-25T18:12:23.887Z | [ host-image] Oct 25 18:12:23.409 INFO O| Oct 25 18:12:23.409 INFO ok! |
9027 | 2024-10-25T18:12:23.887Z | [ host-image] Oct 25 18:12:23.409 INFO O| Oct 25 18:12:23.409 INFO STEP 24 (ensure_file) COMPLETE |
9028 | 2024-10-25T18:12:23.887Z | [ host-image] Oct 25 18:12:23.409 INFO O| Oct 25 18:12:23.409 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9029 | 2024-10-25T18:12:23.912Z | [ host-image] Oct 25 18:12:23.422 INFO O| Oct 25 18:12:23.422 INFO updating shadow file |
9030 | 2024-10-25T18:12:23.912Z | [ host-image] Oct 25 18:12:23.422 INFO O| Oct 25 18:12:23.422 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9031 | 2024-10-25T18:12:23.912Z | [ host-image] Oct 25 18:12:23.422 INFO O| Oct 25 18:12:23.422 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9032 | 2024-10-25T18:12:23.912Z | [ host-image] Oct 25 18:12:23.422 INFO O| Oct 25 18:12:23.422 INFO STEP 25 (shadow) COMPLETE |
9033 | 2024-10-25T18:12:23.912Z | [ host-image] Oct 25 18:12:23.422 INFO O| Oct 25 18:12:23.422 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9034 | 2024-10-25T18:12:23.912Z | [ host-image] Oct 25 18:12:23.435 INFO O| Oct 25 18:12:23.435 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9035 | 2024-10-25T18:12:23.912Z | [ host-image] Oct 25 18:12:23.435 INFO O| Oct 25 18:12:23.435 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9036 | 2024-10-25T18:12:23.912Z | [ host-image] Oct 25 18:12:23.435 INFO O| Oct 25 18:12:23.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9037 | 2024-10-25T18:12:23.912Z | [ host-image] Oct 25 18:12:23.435 INFO O| Oct 25 18:12:23.435 INFO ok! |
9038 | 2024-10-25T18:12:23.912Z | [ host-image] Oct 25 18:12:23.435 INFO O| Oct 25 18:12:23.435 INFO STEP 26 (ensure_file) COMPLETE |
9039 | 2024-10-25T18:12:23.912Z | [ host-image] Oct 25 18:12:23.435 INFO O| Oct 25 18:12:23.435 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9040 | 2024-10-25T18:12:23.936Z | [ host-image] Oct 25 18:12:23.448 INFO O| Oct 25 18:12:23.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9041 | 2024-10-25T18:12:23.936Z | [ host-image] Oct 25 18:12:23.448 INFO O| Oct 25 18:12:23.448 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9042 | 2024-10-25T18:12:23.936Z | [ host-image] Oct 25 18:12:23.448 INFO O| Oct 25 18:12:23.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9043 | 2024-10-25T18:12:23.936Z | [ host-image] Oct 25 18:12:23.448 INFO O| Oct 25 18:12:23.448 INFO ok! |
9044 | 2024-10-25T18:12:23.936Z | [ host-image] Oct 25 18:12:23.448 INFO O| Oct 25 18:12:23.448 INFO STEP 27 (ensure_file) COMPLETE |
9045 | 2024-10-25T18:12:23.936Z | [ host-image] Oct 25 18:12:23.448 INFO O| Oct 25 18:12:23.448 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9046 | 2024-10-25T18:12:23.961Z | [ host-image] Oct 25 18:12:23.461 INFO O| Oct 25 18:12:23.461 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9047 | 2024-10-25T18:12:23.961Z | [ host-image] Oct 25 18:12:23.461 INFO O| Oct 25 18:12:23.461 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9048 | 2024-10-25T18:12:23.961Z | [ host-image] Oct 25 18:12:23.461 INFO O| Oct 25 18:12:23.461 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9049 | 2024-10-25T18:12:23.961Z | [ host-image] Oct 25 18:12:23.461 INFO O| Oct 25 18:12:23.461 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9050 | 2024-10-25T18:12:23.961Z | [ host-image] Oct 25 18:12:23.461 INFO O| Oct 25 18:12:23.461 INFO ok! |
9051 | 2024-10-25T18:12:23.961Z | [ host-image] Oct 25 18:12:23.461 INFO O| Oct 25 18:12:23.461 INFO STEP 28 (ensure_file) COMPLETE |
9052 | 2024-10-25T18:12:23.961Z | [ host-image] Oct 25 18:12:23.461 INFO O| Oct 25 18:12:23.461 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9053 | 2024-10-25T18:12:23.961Z | [ host-image] Oct 25 18:12:23.478 INFO O| Oct 25 18:12:23.478 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9054 | 2024-10-25T18:12:23.961Z | [ host-image] Oct 25 18:12:23.478 INFO O| Oct 25 18:12:23.478 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9055 | 2024-10-25T18:12:23.961Z | [ host-image] Oct 25 18:12:23.478 INFO O| Oct 25 18:12:23.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9056 | 2024-10-25T18:12:23.961Z | [ host-image] Oct 25 18:12:23.478 INFO O| Oct 25 18:12:23.478 INFO ok! |
9057 | 2024-10-25T18:12:23.961Z | [ host-image] Oct 25 18:12:23.478 INFO O| Oct 25 18:12:23.478 INFO STEP 29 (ensure_file) COMPLETE |
9058 | 2024-10-25T18:12:23.961Z | [ host-image] Oct 25 18:12:23.478 INFO O| Oct 25 18:12:23.478 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9059 | 2024-10-25T18:12:23.986Z | [ host-image] Oct 25 18:12:23.492 INFO O| Oct 25 18:12:23.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9060 | 2024-10-25T18:12:23.986Z | [ host-image] Oct 25 18:12:23.492 INFO O| Oct 25 18:12:23.492 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9061 | 2024-10-25T18:12:23.986Z | [ host-image] Oct 25 18:12:23.492 INFO O| Oct 25 18:12:23.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9062 | 2024-10-25T18:12:23.986Z | [ host-image] Oct 25 18:12:23.492 INFO O| Oct 25 18:12:23.492 INFO ok! |
9063 | 2024-10-25T18:12:23.986Z | [ host-image] Oct 25 18:12:23.492 INFO O| Oct 25 18:12:23.492 INFO STEP 30 (ensure_file) COMPLETE |
9064 | 2024-10-25T18:12:23.986Z | [ host-image] Oct 25 18:12:23.492 INFO O| Oct 25 18:12:23.492 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9065 | 2024-10-25T18:12:23.986Z | [ host-image] Oct 25 18:12:23.505 INFO O| Oct 25 18:12:23.505 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9066 | 2024-10-25T18:12:23.986Z | [ host-image] Oct 25 18:12:23.505 INFO O| Oct 25 18:12:23.505 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9067 | 2024-10-25T18:12:23.986Z | [ host-image] Oct 25 18:12:23.506 INFO O| Oct 25 18:12:23.505 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9068 | 2024-10-25T18:12:23.986Z | [ host-image] Oct 25 18:12:23.506 INFO O| Oct 25 18:12:23.505 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9069 | 2024-10-25T18:12:23.986Z | [ host-image] Oct 25 18:12:23.506 INFO O| Oct 25 18:12:23.506 INFO ok! |
9070 | 2024-10-25T18:12:23.986Z | [ host-image] Oct 25 18:12:23.506 INFO O| Oct 25 18:12:23.506 INFO STEP 31 (ensure_file) COMPLETE |
9071 | 2024-10-25T18:12:23.986Z | [ host-image] Oct 25 18:12:23.506 INFO O| Oct 25 18:12:23.506 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9072 | 2024-10-25T18:12:24.011Z | [ host-image] Oct 25 18:12:23.523 INFO O| Oct 25 18:12:23.522 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9073 | 2024-10-25T18:12:24.011Z | [ host-image] Oct 25 18:12:23.523 INFO O| Oct 25 18:12:23.523 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9074 | 2024-10-25T18:12:24.011Z | [ host-image] Oct 25 18:12:23.523 INFO O| Oct 25 18:12:23.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9075 | 2024-10-25T18:12:24.011Z | [ host-image] Oct 25 18:12:23.523 INFO O| Oct 25 18:12:23.523 INFO ok! |
9076 | 2024-10-25T18:12:24.011Z | [ host-image] Oct 25 18:12:23.523 INFO O| Oct 25 18:12:23.523 INFO STEP 32 (ensure_file) COMPLETE |
9077 | 2024-10-25T18:12:24.011Z | [ host-image] Oct 25 18:12:23.523 INFO O| Oct 25 18:12:23.523 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9078 | 2024-10-25T18:12:24.035Z | [ host-image] Oct 25 18:12:23.537 INFO O| Oct 25 18:12:23.536 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9079 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.537 INFO O| Oct 25 18:12:23.537 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9080 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.537 INFO O| Oct 25 18:12:23.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9081 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.537 INFO O| Oct 25 18:12:23.537 INFO ok! |
9082 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.537 INFO O| Oct 25 18:12:23.537 INFO STEP 33 (ensure_file) COMPLETE |
9083 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.537 INFO O| Oct 25 18:12:23.537 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9084 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.550 INFO O| Oct 25 18:12:23.550 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9085 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.550 INFO O| Oct 25 18:12:23.550 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9086 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.551 INFO O| Oct 25 18:12:23.550 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9087 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.551 INFO O| Oct 25 18:12:23.551 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9088 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.551 INFO O| Oct 25 18:12:23.551 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9089 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.551 INFO O| Oct 25 18:12:23.551 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9090 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.551 INFO O| Oct 25 18:12:23.551 INFO ok! |
9091 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.551 INFO O| Oct 25 18:12:23.551 INFO STEP 34 (ensure_file) COMPLETE |
9092 | 2024-10-25T18:12:24.036Z | [ host-image] Oct 25 18:12:23.551 INFO O| Oct 25 18:12:23.551 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9093 | 2024-10-25T18:12:24.061Z | [ host-image] Oct 25 18:12:23.565 INFO O| Oct 25 18:12:23.565 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9094 | 2024-10-25T18:12:24.061Z | [ host-image] Oct 25 18:12:23.565 INFO O| Oct 25 18:12:23.565 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9095 | 2024-10-25T18:12:24.061Z | [ host-image] Oct 25 18:12:23.565 INFO O| Oct 25 18:12:23.565 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9096 | 2024-10-25T18:12:24.061Z | [ host-image] Oct 25 18:12:23.565 INFO O| Oct 25 18:12:23.565 INFO STEP 35 (ensure_dir) COMPLETE |
9097 | 2024-10-25T18:12:24.061Z | [ host-image] Oct 25 18:12:23.565 INFO O| Oct 25 18:12:23.565 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9098 | 2024-10-25T18:12:24.061Z | [ host-image] Oct 25 18:12:23.578 INFO O| Oct 25 18:12:23.577 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 |
9099 | 2024-10-25T18:12:24.061Z | [ host-image] Oct 25 18:12:23.578 INFO O| Oct 25 18:12:23.578 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 ... |
9100 | 2024-10-25T18:12:24.061Z | [ host-image] Oct 25 18:12:23.578 INFO O| Oct 25 18:12:23.578 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 |
9101 | 2024-10-25T18:12:24.061Z | [ host-image] Oct 25 18:12:23.578 INFO O| Oct 25 18:12:23.578 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 |
9102 | 2024-10-25T18:12:24.061Z | [ host-image] Oct 25 18:12:23.578 INFO O| Oct 25 18:12:23.578 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 |
9103 | 2024-10-25T18:12:24.061Z | [ host-image] Oct 25 18:12:23.578 INFO O| Oct 25 18:12:23.578 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 |
9104 | 2024-10-25T18:12:24.062Z | [ host-image] Oct 25 18:12:23.578 INFO O| Oct 25 18:12:23.578 INFO ok! |
9105 | 2024-10-25T18:12:24.062Z | [ host-image] Oct 25 18:12:23.578 INFO O| Oct 25 18:12:23.578 INFO STEP 36 (ensure_file) COMPLETE |
9106 | 2024-10-25T18:12:24.062Z | [ host-image] Oct 25 18:12:23.578 INFO O| Oct 25 18:12:23.578 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9107 | 2024-10-25T18:12:24.086Z | [ host-image] Oct 25 18:12:23.596 INFO O| Oct 25 18:12:23.596 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9108 | 2024-10-25T18:12:24.086Z | [ host-image] Oct 25 18:12:23.596 INFO O| Oct 25 18:12:23.596 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 ... |
9109 | 2024-10-25T18:12:24.086Z | [ host-image] Oct 25 18:12:23.596 INFO O| Oct 25 18:12:23.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9110 | 2024-10-25T18:12:24.086Z | [ host-image] Oct 25 18:12:23.596 INFO O| Oct 25 18:12:23.596 INFO ok! |
9111 | 2024-10-25T18:12:24.086Z | [ host-image] Oct 25 18:12:23.596 INFO O| Oct 25 18:12:23.596 INFO STEP 37 (ensure_symlink) COMPLETE |
9112 | 2024-10-25T18:12:24.086Z | [ host-image] Oct 25 18:12:23.596 INFO O| Oct 25 18:12:23.596 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9113 | 2024-10-25T18:12:24.086Z | [ host-image] Oct 25 18:12:23.610 INFO O| Oct 25 18:12:23.610 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9114 | 2024-10-25T18:12:24.086Z | [ host-image] Oct 25 18:12:23.610 INFO O| Oct 25 18:12:23.610 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9115 | 2024-10-25T18:12:24.086Z | [ host-image] Oct 25 18:12:23.610 INFO O| Oct 25 18:12:23.610 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9116 | 2024-10-25T18:12:24.086Z | [ host-image] Oct 25 18:12:23.610 INFO O| Oct 25 18:12:23.610 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9117 | 2024-10-25T18:12:24.086Z | [ host-image] Oct 25 18:12:23.610 INFO O| Oct 25 18:12:23.610 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9118 | 2024-10-25T18:12:24.087Z | [ host-image] Oct 25 18:12:23.610 INFO O| Oct 25 18:12:23.610 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9119 | 2024-10-25T18:12:24.087Z | [ host-image] Oct 25 18:12:23.610 INFO O| Oct 25 18:12:23.610 INFO ok! |
9120 | 2024-10-25T18:12:24.087Z | [ host-image] Oct 25 18:12:23.610 INFO O| Oct 25 18:12:23.610 INFO STEP 38 (ensure_file) COMPLETE |
9121 | 2024-10-25T18:12:24.087Z | [ host-image] Oct 25 18:12:23.610 INFO O| Oct 25 18:12:23.610 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9122 | 2024-10-25T18:12:24.111Z | [ host-image] Oct 25 18:12:23.627 INFO O| Oct 25 18:12:23.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9123 | 2024-10-25T18:12:24.111Z | [ host-image] Oct 25 18:12:23.627 INFO O| Oct 25 18:12:23.627 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 ... |
9124 | 2024-10-25T18:12:24.111Z | [ host-image] Oct 25 18:12:23.627 INFO O| Oct 25 18:12:23.627 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 |
9125 | 2024-10-25T18:12:24.111Z | [ host-image] Oct 25 18:12:23.627 INFO O| Oct 25 18:12:23.627 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9126 | 2024-10-25T18:12:24.111Z | [ host-image] Oct 25 18:12:23.627 INFO O| Oct 25 18:12:23.627 INFO ok! |
9127 | 2024-10-25T18:12:24.111Z | [ host-image] Oct 25 18:12:23.627 INFO O| Oct 25 18:12:23.627 INFO STEP 39 (ensure_file) COMPLETE |
9128 | 2024-10-25T18:12:24.111Z | [ host-image] Oct 25 18:12:23.627 INFO O| Oct 25 18:12:23.627 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9129 | 2024-10-25T18:12:24.136Z | [ host-image] Oct 25 18:12:23.643 INFO O| Oct 25 18:12:23.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9130 | 2024-10-25T18:12:24.136Z | [ host-image] Oct 25 18:12:23.643 INFO O| Oct 25 18:12:23.643 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9131 | 2024-10-25T18:12:24.136Z | [ host-image] Oct 25 18:12:23.643 INFO O| Oct 25 18:12:23.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9132 | 2024-10-25T18:12:24.136Z | [ host-image] Oct 25 18:12:23.643 INFO O| Oct 25 18:12:23.643 INFO ok! |
9133 | 2024-10-25T18:12:24.136Z | [ host-image] Oct 25 18:12:23.643 INFO O| Oct 25 18:12:23.643 INFO STEP 40 (ensure_file) COMPLETE |
9134 | 2024-10-25T18:12:24.136Z | [ host-image] Oct 25 18:12:23.643 INFO O| Oct 25 18:12:23.643 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9135 | 2024-10-25T18:12:24.160Z | [ host-image] Oct 25 18:12:23.661 INFO O| Oct 25 18:12:23.661 INFO updating shadow file |
9136 | 2024-10-25T18:12:24.160Z | [ host-image] Oct 25 18:12:23.661 INFO O| Oct 25 18:12:23.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9137 | 2024-10-25T18:12:24.160Z | [ host-image] Oct 25 18:12:23.661 INFO O| Oct 25 18:12:23.661 INFO STEP 41 (shadow) COMPLETE |
9138 | 2024-10-25T18:12:24.160Z | [ host-image] Oct 25 18:12:23.661 INFO O| Oct 25 18:12:23.661 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9139 | 2024-10-25T18:12:24.161Z | [ host-image] Oct 25 18:12:23.677 INFO O| Oct 25 18:12:23.676 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9140 | 2024-10-25T18:12:24.161Z | [ host-image] Oct 25 18:12:23.677 INFO O| Oct 25 18:12:23.677 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9141 | 2024-10-25T18:12:24.161Z | [ host-image] Oct 25 18:12:23.677 INFO O| Oct 25 18:12:23.677 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9142 | 2024-10-25T18:12:24.161Z | [ host-image] Oct 25 18:12:23.677 INFO O| Oct 25 18:12:23.677 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9143 | 2024-10-25T18:12:24.161Z | [ host-image] Oct 25 18:12:23.677 INFO O| Oct 25 18:12:23.677 INFO ok! |
9144 | 2024-10-25T18:12:24.161Z | [ host-image] Oct 25 18:12:23.677 INFO O| Oct 25 18:12:23.677 INFO STEP 42 (ensure_file) COMPLETE |
9145 | 2024-10-25T18:12:24.161Z | [ host-image] Oct 25 18:12:23.677 INFO O| Oct 25 18:12:23.677 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9146 | 2024-10-25T18:12:24.161Z | [ host-image] Oct 25 18:12:23.677 INFO O| Oct 25 18:12:23.677 INFO skip step because feature "mfg" is not enabled |
9147 | 2024-10-25T18:12:24.161Z | [ host-image] Oct 25 18:12:23.677 INFO O| Oct 25 18:12:23.677 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9148 | 2024-10-25T18:12:24.161Z | [ host-image] Oct 25 18:12:23.677 INFO O| Oct 25 18:12:23.677 INFO skip step because feature "mfg" is not enabled |
9149 | 2024-10-25T18:12:24.161Z | [ host-image] Oct 25 18:12:23.677 INFO O| Oct 25 18:12:23.677 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9150 | 2024-10-25T18:12:24.185Z | [ host-image] Oct 25 18:12:23.691 INFO O| Oct 25 18:12:23.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9151 | 2024-10-25T18:12:24.185Z | [ host-image] Oct 25 18:12:23.691 INFO O| Oct 25 18:12:23.691 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9152 | 2024-10-25T18:12:24.885Z | [ host-image] Oct 25 18:12:24.410 INFO O| Oct 25 18:12:24.409 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9153 | 2024-10-25T18:12:24.885Z | [ host-image] Oct 25 18:12:24.410 INFO O| Oct 25 18:12:24.409 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9154 | 2024-10-25T18:12:24.885Z | [ host-image] Oct 25 18:12:24.410 INFO O| Oct 25 18:12:24.409 INFO ok! |
9155 | 2024-10-25T18:12:24.910Z | [ host-image] Oct 25 18:12:24.410 INFO O| Oct 25 18:12:24.410 INFO STEP 45 (ensure_file) COMPLETE |
9156 | 2024-10-25T18:12:24.910Z | [ host-image] Oct 25 18:12:24.410 INFO O| Oct 25 18:12:24.410 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9157 | 2024-10-25T18:12:24.910Z | [ host-image] Oct 25 18:12:24.427 INFO O| Oct 25 18:12:24.427 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9158 | 2024-10-25T18:12:24.910Z | [ host-image] Oct 25 18:12:24.427 INFO O| Oct 25 18:12:24.427 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9159 | 2024-10-25T18:12:24.910Z | [ host-image] Oct 25 18:12:24.427 INFO O| Oct 25 18:12:24.427 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9160 | 2024-10-25T18:12:24.910Z | [ host-image] Oct 25 18:12:24.427 INFO O| Oct 25 18:12:24.427 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9161 | 2024-10-25T18:12:24.910Z | [ host-image] Oct 25 18:12:24.427 INFO O| Oct 25 18:12:24.427 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9162 | 2024-10-25T18:12:24.910Z | [ host-image] Oct 25 18:12:24.427 INFO O| Oct 25 18:12:24.427 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9163 | 2024-10-25T18:12:24.910Z | [ host-image] Oct 25 18:12:24.427 INFO O| Oct 25 18:12:24.427 INFO ok! |
9164 | 2024-10-25T18:12:24.910Z | [ host-image] Oct 25 18:12:24.427 INFO O| Oct 25 18:12:24.427 INFO STEP 46 (ensure_file) COMPLETE |
9165 | 2024-10-25T18:12:24.910Z | [ host-image] Oct 25 18:12:24.427 INFO O| Oct 25 18:12:24.427 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9166 | 2024-10-25T18:12:24.937Z | [ host-image] Oct 25 18:12:24.445 INFO O| Oct 25 18:12:24.445 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9167 | 2024-10-25T18:12:24.937Z | [ host-image] Oct 25 18:12:24.446 INFO O| Oct 25 18:12:24.445 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 ... |
9168 | 2024-10-25T18:12:24.937Z | [ host-image] Oct 25 18:12:24.446 INFO O| Oct 25 18:12:24.446 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 |
9169 | 2024-10-25T18:12:24.937Z | [ host-image] Oct 25 18:12:24.446 INFO O| Oct 25 18:12:24.446 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9170 | 2024-10-25T18:12:24.937Z | [ host-image] Oct 25 18:12:24.446 INFO O| Oct 25 18:12:24.446 INFO ok! |
9171 | 2024-10-25T18:12:24.937Z | [ host-image] Oct 25 18:12:24.446 INFO O| Oct 25 18:12:24.446 INFO STEP 47 (ensure_file) COMPLETE |
9172 | 2024-10-25T18:12:24.937Z | [ host-image] Oct 25 18:12:24.446 INFO O| Oct 25 18:12:24.446 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9173 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.467 INFO O| Oct 25 18:12:24.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9174 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.467 INFO O| Oct 25 18:12:24.467 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9175 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.467 INFO O| Oct 25 18:12:24.467 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9176 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.468 INFO O| Oct 25 18:12:24.467 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9177 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.468 INFO O| Oct 25 18:12:24.467 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9178 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.468 INFO O| Oct 25 18:12:24.468 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9179 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.468 INFO O| Oct 25 18:12:24.468 INFO ok! |
9180 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.468 INFO O| Oct 25 18:12:24.468 INFO STEP 48 (ensure_file) COMPLETE |
9181 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.468 INFO O| Oct 25 18:12:24.468 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9182 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.483 INFO O| Oct 25 18:12:24.483 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9183 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.483 INFO O| Oct 25 18:12:24.483 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 ... |
9184 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.483 INFO O| Oct 25 18:12:24.483 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 |
9185 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.483 INFO O| Oct 25 18:12:24.483 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9186 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.483 INFO O| Oct 25 18:12:24.483 INFO ok! |
9187 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.483 INFO O| Oct 25 18:12:24.483 INFO STEP 49 (ensure_file) COMPLETE |
9188 | 2024-10-25T18:12:24.962Z | [ host-image] Oct 25 18:12:24.483 INFO O| Oct 25 18:12:24.483 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9189 | 2024-10-25T18:12:24.987Z | [ host-image] Oct 25 18:12:24.497 INFO O| Oct 25 18:12:24.497 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9190 | 2024-10-25T18:12:24.987Z | [ host-image] Oct 25 18:12:24.497 INFO O| Oct 25 18:12:24.497 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9191 | 2024-10-25T18:12:24.987Z | [ host-image] Oct 25 18:12:24.497 INFO O| Oct 25 18:12:24.497 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9192 | 2024-10-25T18:12:24.987Z | [ host-image] Oct 25 18:12:24.497 INFO O| Oct 25 18:12:24.497 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9193 | 2024-10-25T18:12:24.987Z | [ host-image] Oct 25 18:12:24.497 INFO O| Oct 25 18:12:24.497 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9194 | 2024-10-25T18:12:24.987Z | [ host-image] Oct 25 18:12:24.497 INFO O| Oct 25 18:12:24.497 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9195 | 2024-10-25T18:12:24.987Z | [ host-image] Oct 25 18:12:24.497 INFO O| Oct 25 18:12:24.497 INFO ok! |
9196 | 2024-10-25T18:12:24.987Z | [ host-image] Oct 25 18:12:24.497 INFO O| Oct 25 18:12:24.497 INFO STEP 50 (ensure_file) COMPLETE |
9197 | 2024-10-25T18:12:24.987Z | [ host-image] Oct 25 18:12:24.497 INFO O| Oct 25 18:12:24.497 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9198 | 2024-10-25T18:12:24.987Z | [ host-image] Oct 25 18:12:24.511 INFO O| Oct 25 18:12:24.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9199 | 2024-10-25T18:12:24.987Z | [ host-image] Oct 25 18:12:24.511 INFO O| Oct 25 18:12:24.511 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 ... |
9200 | 2024-10-25T18:12:24.987Z | [ host-image] Oct 25 18:12:24.511 INFO O| Oct 25 18:12:24.511 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 |
9201 | 2024-10-25T18:12:25.012Z | [ host-image] Oct 25 18:12:24.511 INFO O| Oct 25 18:12:24.511 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9202 | 2024-10-25T18:12:25.012Z | [ host-image] Oct 25 18:12:24.511 INFO O| Oct 25 18:12:24.511 INFO ok! |
9203 | 2024-10-25T18:12:25.012Z | [ host-image] Oct 25 18:12:24.511 INFO O| Oct 25 18:12:24.511 INFO STEP 51 (ensure_file) COMPLETE |
9204 | 2024-10-25T18:12:25.012Z | [ host-image] Oct 25 18:12:24.511 INFO O| Oct 25 18:12:24.511 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9205 | 2024-10-25T18:12:25.012Z | [ host-image] Oct 25 18:12:24.529 INFO O| Oct 25 18:12:24.529 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9206 | 2024-10-25T18:12:25.012Z | [ host-image] Oct 25 18:12:24.529 INFO O| Oct 25 18:12:24.529 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 ... |
9207 | 2024-10-25T18:12:25.012Z | [ host-image] Oct 25 18:12:24.529 INFO O| Oct 25 18:12:24.529 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 |
9208 | 2024-10-25T18:12:25.012Z | [ host-image] Oct 25 18:12:24.529 INFO O| Oct 25 18:12:24.529 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9209 | 2024-10-25T18:12:25.012Z | [ host-image] Oct 25 18:12:24.529 INFO O| Oct 25 18:12:24.529 INFO ok! |
9210 | 2024-10-25T18:12:25.013Z | [ host-image] Oct 25 18:12:24.529 INFO O| Oct 25 18:12:24.529 INFO STEP 52 (ensure_file) COMPLETE |
9211 | 2024-10-25T18:12:25.013Z | [ host-image] Oct 25 18:12:24.529 INFO O| Oct 25 18:12:24.529 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9212 | 2024-10-25T18:12:25.037Z | [ host-image] Oct 25 18:12:24.550 INFO O| Oct 25 18:12:24.550 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9213 | 2024-10-25T18:12:25.037Z | [ host-image] Oct 25 18:12:24.550 INFO O| Oct 25 18:12:24.550 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 ... |
9214 | 2024-10-25T18:12:25.037Z | [ host-image] Oct 25 18:12:24.551 INFO O| Oct 25 18:12:24.550 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 |
9215 | 2024-10-25T18:12:25.037Z | [ host-image] Oct 25 18:12:24.551 INFO O| Oct 25 18:12:24.551 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9216 | 2024-10-25T18:12:25.037Z | [ host-image] Oct 25 18:12:24.551 INFO O| Oct 25 18:12:24.551 INFO ok! |
9217 | 2024-10-25T18:12:25.037Z | [ host-image] Oct 25 18:12:24.551 INFO O| Oct 25 18:12:24.551 INFO STEP 53 (ensure_file) COMPLETE |
9218 | 2024-10-25T18:12:25.037Z | [ host-image] Oct 25 18:12:24.551 INFO O| Oct 25 18:12:24.551 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9219 | 2024-10-25T18:12:25.068Z | [ host-image] Oct 25 18:12:24.570 INFO O| Oct 25 18:12:24.570 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9220 | 2024-10-25T18:12:25.068Z | [ host-image] Oct 25 18:12:24.570 INFO O| Oct 25 18:12:24.570 INFO STEP 54 (ensure_dir) COMPLETE |
9221 | 2024-10-25T18:12:25.068Z | [ host-image] Oct 25 18:12:24.570 INFO O| Oct 25 18:12:24.570 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9222 | 2024-10-25T18:12:25.068Z | [ host-image] Oct 25 18:12:24.583 INFO O| Oct 25 18:12:24.583 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9223 | 2024-10-25T18:12:25.068Z | [ host-image] Oct 25 18:12:24.583 INFO O| Oct 25 18:12:24.583 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9224 | 2024-10-25T18:12:25.068Z | [ host-image] Oct 25 18:12:24.583 INFO O| Oct 25 18:12:24.583 INFO STEP 55 (ensure_dir) COMPLETE |
9225 | 2024-10-25T18:12:25.068Z | [ host-image] Oct 25 18:12:24.583 INFO O| Oct 25 18:12:24.583 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9226 | 2024-10-25T18:12:25.093Z | [ host-image] Oct 25 18:12:24.596 INFO O| Oct 25 18:12:24.596 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9227 | 2024-10-25T18:12:25.093Z | [ host-image] Oct 25 18:12:24.596 INFO O| Oct 25 18:12:24.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9228 | 2024-10-25T18:12:25.093Z | [ host-image] Oct 25 18:12:24.596 INFO O| Oct 25 18:12:24.596 INFO STEP 56 (ensure_dir) COMPLETE |
9229 | 2024-10-25T18:12:25.093Z | [ host-image] Oct 25 18:12:24.596 INFO O| Oct 25 18:12:24.596 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9230 | 2024-10-25T18:12:25.093Z | [ host-image] Oct 25 18:12:24.611 INFO O| Oct 25 18:12:24.610 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9231 | 2024-10-25T18:12:25.093Z | [ host-image] Oct 25 18:12:24.611 INFO O| Oct 25 18:12:24.610 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9232 | 2024-10-25T18:12:25.118Z | [ host-image] Oct 25 18:12:24.631 INFO O| Oct 25 18:12:24.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9233 | 2024-10-25T18:12:25.118Z | [ host-image] Oct 25 18:12:24.631 INFO O| Oct 25 18:12:24.631 INFO ok! |
9234 | 2024-10-25T18:12:25.118Z | [ host-image] Oct 25 18:12:24.631 INFO O| Oct 25 18:12:24.631 INFO STEP 57 (ensure_file) COMPLETE |
9235 | 2024-10-25T18:12:25.118Z | [ host-image] Oct 25 18:12:24.631 INFO O| Oct 25 18:12:24.631 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9236 | 2024-10-25T18:12:25.142Z | [ host-image] Oct 25 18:12:24.656 INFO O| Oct 25 18:12:24.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9237 | 2024-10-25T18:12:25.142Z | [ host-image] Oct 25 18:12:24.656 INFO O| Oct 25 18:12:24.656 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9238 | 2024-10-25T18:12:26.311Z | [ host-image] Oct 25 18:12:25.834 INFO O| Oct 25 18:12:25.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9239 | 2024-10-25T18:12:26.311Z | [ host-image] Oct 25 18:12:25.834 INFO O| Oct 25 18:12:25.834 INFO ok! |
9240 | 2024-10-25T18:12:26.311Z | [ host-image] Oct 25 18:12:25.834 INFO O| Oct 25 18:12:25.834 INFO STEP 58 (ensure_file) COMPLETE |
9241 | 2024-10-25T18:12:26.311Z | [ host-image] Oct 25 18:12:25.834 INFO O| Oct 25 18:12:25.834 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9242 | 2024-10-25T18:12:26.335Z | [ host-image] Oct 25 18:12:25.853 INFO O| Oct 25 18:12:25.853 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9243 | 2024-10-25T18:12:26.335Z | [ host-image] Oct 25 18:12:25.853 INFO O| Oct 25 18:12:25.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9244 | 2024-10-25T18:12:26.335Z | [ host-image] Oct 25 18:12:25.853 INFO O| Oct 25 18:12:25.853 INFO STEP 59 (ensure_dir) COMPLETE |
9245 | 2024-10-25T18:12:26.335Z | [ host-image] Oct 25 18:12:25.853 INFO O| Oct 25 18:12:25.853 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9246 | 2024-10-25T18:12:26.359Z | [ host-image] Oct 25 18:12:25.868 INFO O| Oct 25 18:12:25.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9247 | 2024-10-25T18:12:26.359Z | [ host-image] Oct 25 18:12:25.868 INFO O| Oct 25 18:12:25.868 INFO copying /tmp/.tmpUd2km1/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 ... |
9248 | 2024-10-25T18:12:26.359Z | [ host-image] Oct 25 18:12:25.868 INFO O| Oct 25 18:12:25.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9249 | 2024-10-25T18:12:26.359Z | [ host-image] Oct 25 18:12:25.868 INFO O| Oct 25 18:12:25.868 INFO ok! |
9250 | 2024-10-25T18:12:26.359Z | [ host-image] Oct 25 18:12:25.868 INFO O| Oct 25 18:12:25.868 INFO STEP 60 (ensure_file) COMPLETE |
9251 | 2024-10-25T18:12:26.359Z | [ host-image] Oct 25 18:12:25.868 INFO O| Oct 25 18:12:25.868 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9252 | 2024-10-25T18:12:26.384Z | [ host-image] Oct 25 18:12:25.886 INFO O| Oct 25 18:12:25.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9253 | 2024-10-25T18:12:26.384Z | [ host-image] Oct 25 18:12:25.886 INFO O| Oct 25 18:12:25.886 INFO copying /tmp/.tmpUd2km1/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 ... |
9254 | 2024-10-25T18:12:26.384Z | [ host-image] Oct 25 18:12:25.886 INFO O| Oct 25 18:12:25.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9255 | 2024-10-25T18:12:26.384Z | [ host-image] Oct 25 18:12:25.886 INFO O| Oct 25 18:12:25.886 INFO ok! |
9256 | 2024-10-25T18:12:26.384Z | [ host-image] Oct 25 18:12:25.886 INFO O| Oct 25 18:12:25.886 INFO STEP 61 (ensure_file) COMPLETE |
9257 | 2024-10-25T18:12:26.384Z | [ host-image] Oct 25 18:12:25.886 INFO O| Oct 25 18:12:25.886 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9258 | 2024-10-25T18:12:26.384Z | [ host-image] Oct 25 18:12:25.905 INFO O| Oct 25 18:12:25.904 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9259 | 2024-10-25T18:12:26.384Z | [ host-image] Oct 25 18:12:25.905 INFO O| Oct 25 18:12:25.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9260 | 2024-10-25T18:12:26.384Z | [ host-image] Oct 25 18:12:25.905 INFO O| Oct 25 18:12:25.905 INFO STEP 62 (ensure_dir) COMPLETE |
9261 | 2024-10-25T18:12:26.384Z | [ host-image] Oct 25 18:12:25.905 INFO O| Oct 25 18:12:25.905 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9262 | 2024-10-25T18:12:26.409Z | [ host-image] Oct 25 18:12:25.921 INFO O| Oct 25 18:12:25.921 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9263 | 2024-10-25T18:12:26.409Z | [ host-image] Oct 25 18:12:25.921 INFO O| Oct 25 18:12:25.921 INFO copying /tmp/.tmpUd2km1/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 ... |
9264 | 2024-10-25T18:12:26.409Z | [ host-image] Oct 25 18:12:25.921 INFO O| Oct 25 18:12:25.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9265 | 2024-10-25T18:12:26.409Z | [ host-image] Oct 25 18:12:25.921 INFO O| Oct 25 18:12:25.921 INFO ok! |
9266 | 2024-10-25T18:12:26.409Z | [ host-image] Oct 25 18:12:25.921 INFO O| Oct 25 18:12:25.921 INFO STEP 63 (ensure_file) COMPLETE |
9267 | 2024-10-25T18:12:26.409Z | [ host-image] Oct 25 18:12:25.921 INFO O| Oct 25 18:12:25.921 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9268 | 2024-10-25T18:12:26.433Z | [ host-image] Oct 25 18:12:25.938 INFO O| Oct 25 18:12:25.938 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9269 | 2024-10-25T18:12:26.433Z | [ host-image] Oct 25 18:12:25.938 INFO O| Oct 25 18:12:25.938 INFO copying /tmp/.tmpUd2km1/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 ... |
9270 | 2024-10-25T18:12:26.433Z | [ host-image] Oct 25 18:12:25.938 INFO O| Oct 25 18:12:25.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9271 | 2024-10-25T18:12:26.433Z | [ host-image] Oct 25 18:12:25.938 INFO O| Oct 25 18:12:25.938 INFO ok! |
9272 | 2024-10-25T18:12:26.434Z | [ host-image] Oct 25 18:12:25.938 INFO O| Oct 25 18:12:25.938 INFO STEP 64 (ensure_file) COMPLETE |
9273 | 2024-10-25T18:12:26.434Z | [ host-image] Oct 25 18:12:25.938 INFO O| Oct 25 18:12:25.938 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9274 | 2024-10-25T18:12:26.434Z | [ host-image] Oct 25 18:12:25.953 INFO O| Oct 25 18:12:25.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9275 | 2024-10-25T18:12:26.434Z | [ host-image] Oct 25 18:12:25.953 INFO O| Oct 25 18:12:25.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9276 | 2024-10-25T18:12:26.434Z | [ host-image] Oct 25 18:12:25.953 INFO O| Oct 25 18:12:25.953 INFO STEP 65 (ensure_dir) COMPLETE |
9277 | 2024-10-25T18:12:26.434Z | [ host-image] Oct 25 18:12:25.953 INFO O| Oct 25 18:12:25.953 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9278 | 2024-10-25T18:12:26.458Z | [ host-image] Oct 25 18:12:25.971 INFO O| Oct 25 18:12:25.971 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9279 | 2024-10-25T18:12:26.458Z | [ host-image] Oct 25 18:12:25.971 INFO O| Oct 25 18:12:25.971 INFO copying /tmp/.tmpUd2km1/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 ... |
9280 | 2024-10-25T18:12:26.458Z | [ host-image] Oct 25 18:12:25.971 INFO O| Oct 25 18:12:25.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9281 | 2024-10-25T18:12:26.458Z | [ host-image] Oct 25 18:12:25.971 INFO O| Oct 25 18:12:25.971 INFO ok! |
9282 | 2024-10-25T18:12:26.458Z | [ host-image] Oct 25 18:12:25.971 INFO O| Oct 25 18:12:25.971 INFO STEP 66 (ensure_file) COMPLETE |
9283 | 2024-10-25T18:12:26.458Z | [ host-image] Oct 25 18:12:25.971 INFO O| Oct 25 18:12:25.971 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9284 | 2024-10-25T18:12:26.483Z | [ host-image] Oct 25 18:12:25.987 INFO O| Oct 25 18:12:25.987 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9285 | 2024-10-25T18:12:26.483Z | [ host-image] Oct 25 18:12:25.988 INFO O| Oct 25 18:12:25.987 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9286 | 2024-10-25T18:12:26.483Z | [ host-image] Oct 25 18:12:25.988 INFO O| Oct 25 18:12:25.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9287 | 2024-10-25T18:12:26.483Z | [ host-image] Oct 25 18:12:25.988 INFO O| Oct 25 18:12:25.988 INFO ok! |
9288 | 2024-10-25T18:12:26.483Z | [ host-image] Oct 25 18:12:25.988 INFO O| Oct 25 18:12:25.988 INFO STEP 67 (ensure_file) COMPLETE |
9289 | 2024-10-25T18:12:26.483Z | [ host-image] Oct 25 18:12:25.988 INFO O| Oct 25 18:12:25.988 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9290 | 2024-10-25T18:12:26.483Z | [ host-image] Oct 25 18:12:26.001 INFO O| Oct 25 18:12:26.001 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9291 | 2024-10-25T18:12:26.483Z | [ host-image] Oct 25 18:12:26.001 INFO O| Oct 25 18:12:26.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9292 | 2024-10-25T18:12:26.483Z | [ host-image] Oct 25 18:12:26.001 INFO O| Oct 25 18:12:26.001 INFO STEP 68 (ensure_dir) COMPLETE |
9293 | 2024-10-25T18:12:26.483Z | [ host-image] Oct 25 18:12:26.001 INFO O| Oct 25 18:12:26.001 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9294 | 2024-10-25T18:12:26.507Z | [ host-image] Oct 25 18:12:26.014 INFO O| Oct 25 18:12:26.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9295 | 2024-10-25T18:12:26.507Z | [ host-image] Oct 25 18:12:26.014 INFO O| Oct 25 18:12:26.014 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9296 | 2024-10-25T18:12:27.643Z | [ host-image] Oct 25 18:12:27.167 INFO O| Oct 25 18:12:27.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9297 | 2024-10-25T18:12:27.643Z | [ host-image] Oct 25 18:12:27.167 INFO O| Oct 25 18:12:27.167 INFO ok! |
9298 | 2024-10-25T18:12:27.643Z | [ host-image] Oct 25 18:12:27.167 INFO O| Oct 25 18:12:27.167 INFO STEP 69 (ensure_file) COMPLETE |
9299 | 2024-10-25T18:12:27.667Z | [ host-image] Oct 25 18:12:27.167 INFO O| Oct 25 18:12:27.167 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9300 | 2024-10-25T18:12:27.667Z | [ host-image] Oct 25 18:12:27.187 INFO O| Oct 25 18:12:27.187 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9301 | 2024-10-25T18:12:27.667Z | [ host-image] Oct 25 18:12:27.187 INFO O| Oct 25 18:12:27.187 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9302 | 2024-10-25T18:12:29.293Z | [ host-image] Oct 25 18:12:28.817 INFO O| Oct 25 18:12:28.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9303 | 2024-10-25T18:12:29.293Z | [ host-image] Oct 25 18:12:28.817 INFO O| Oct 25 18:12:28.817 INFO ok! |
9304 | 2024-10-25T18:12:29.317Z | [ host-image] Oct 25 18:12:28.817 INFO O| Oct 25 18:12:28.817 INFO STEP 70 (ensure_file) COMPLETE |
9305 | 2024-10-25T18:12:29.317Z | [ host-image] Oct 25 18:12:28.817 INFO O| Oct 25 18:12:28.817 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9306 | 2024-10-25T18:12:29.317Z | [ host-image] Oct 25 18:12:28.840 INFO O| Oct 25 18:12:28.840 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9307 | 2024-10-25T18:12:29.317Z | [ host-image] Oct 25 18:12:28.840 INFO O| Oct 25 18:12:28.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9308 | 2024-10-25T18:12:29.317Z | [ host-image] Oct 25 18:12:28.840 INFO O| Oct 25 18:12:28.840 INFO STEP 71 (ensure_dir) COMPLETE |
9309 | 2024-10-25T18:12:29.317Z | [ host-image] Oct 25 18:12:28.840 INFO O| Oct 25 18:12:28.840 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9310 | 2024-10-25T18:12:29.342Z | [ host-image] Oct 25 18:12:28.863 INFO O| Oct 25 18:12:28.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9311 | 2024-10-25T18:12:29.342Z | [ host-image] Oct 25 18:12:28.863 INFO O| Oct 25 18:12:28.863 INFO copying /tmp/.tmpUd2km1/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 ... |
9312 | 2024-10-25T18:12:29.342Z | [ host-image] Oct 25 18:12:28.863 INFO O| Oct 25 18:12:28.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9313 | 2024-10-25T18:12:29.342Z | [ host-image] Oct 25 18:12:28.863 INFO O| Oct 25 18:12:28.863 INFO ok! |
9314 | 2024-10-25T18:12:29.342Z | [ host-image] Oct 25 18:12:28.863 INFO O| Oct 25 18:12:28.863 INFO STEP 72 (ensure_file) COMPLETE |
9315 | 2024-10-25T18:12:29.342Z | [ host-image] Oct 25 18:12:28.863 INFO O| Oct 25 18:12:28.863 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9316 | 2024-10-25T18:12:29.366Z | [ host-image] Oct 25 18:12:28.879 INFO O| Oct 25 18:12:28.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9317 | 2024-10-25T18:12:29.366Z | [ host-image] Oct 25 18:12:28.879 INFO O| Oct 25 18:12:28.879 INFO copying /tmp/.tmpUd2km1/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 ... |
9318 | 2024-10-25T18:12:29.366Z | [ host-image] Oct 25 18:12:28.879 INFO O| Oct 25 18:12:28.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9319 | 2024-10-25T18:12:29.366Z | [ host-image] Oct 25 18:12:28.879 INFO O| Oct 25 18:12:28.879 INFO ok! |
9320 | 2024-10-25T18:12:29.366Z | [ host-image] Oct 25 18:12:28.879 INFO O| Oct 25 18:12:28.879 INFO STEP 73 (ensure_file) COMPLETE |
9321 | 2024-10-25T18:12:29.366Z | [ host-image] Oct 25 18:12:28.879 INFO O| Oct 25 18:12:28.879 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9322 | 2024-10-25T18:12:29.391Z | [ host-image] Oct 25 18:12:28.894 INFO O| Oct 25 18:12:28.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9323 | 2024-10-25T18:12:29.391Z | [ host-image] Oct 25 18:12:28.894 INFO O| Oct 25 18:12:28.894 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9324 | 2024-10-25T18:12:29.391Z | [ host-image] Oct 25 18:12:28.894 INFO O| Oct 25 18:12:28.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9325 | 2024-10-25T18:12:29.391Z | [ host-image] Oct 25 18:12:28.894 INFO O| Oct 25 18:12:28.894 INFO ok! |
9326 | 2024-10-25T18:12:29.391Z | [ host-image] Oct 25 18:12:28.894 INFO O| Oct 25 18:12:28.894 INFO STEP 74 (ensure_file) COMPLETE |
9327 | 2024-10-25T18:12:29.391Z | [ host-image] Oct 25 18:12:28.894 INFO O| Oct 25 18:12:28.894 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9328 | 2024-10-25T18:12:29.391Z | [ host-image] Oct 25 18:12:28.907 INFO O| Oct 25 18:12:28.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9329 | 2024-10-25T18:12:29.391Z | [ host-image] Oct 25 18:12:28.907 INFO O| Oct 25 18:12:28.907 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9330 | 2024-10-25T18:12:29.391Z | [ host-image] Oct 25 18:12:28.908 INFO O| Oct 25 18:12:28.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9331 | 2024-10-25T18:12:29.391Z | [ host-image] Oct 25 18:12:28.908 INFO O| Oct 25 18:12:28.907 INFO ok! |
9332 | 2024-10-25T18:12:29.391Z | [ host-image] Oct 25 18:12:28.908 INFO O| Oct 25 18:12:28.908 INFO STEP 75 (ensure_file) COMPLETE |
9333 | 2024-10-25T18:12:29.391Z | [ host-image] Oct 25 18:12:28.908 INFO O| Oct 25 18:12:28.908 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9334 | 2024-10-25T18:12:29.415Z | [ host-image] Oct 25 18:12:28.926 INFO O| Oct 25 18:12:28.926 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9335 | 2024-10-25T18:12:29.415Z | [ host-image] Oct 25 18:12:28.926 INFO O| Oct 25 18:12:28.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9336 | 2024-10-25T18:12:29.416Z | [ host-image] Oct 25 18:12:28.926 INFO O| Oct 25 18:12:28.926 INFO STEP 76 (ensure_dir) COMPLETE |
9337 | 2024-10-25T18:12:29.416Z | [ host-image] Oct 25 18:12:28.926 INFO O| Oct 25 18:12:28.926 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9338 | 2024-10-25T18:12:29.416Z | [ host-image] Oct 25 18:12:28.940 INFO O| Oct 25 18:12:28.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9339 | 2024-10-25T18:12:29.416Z | [ host-image] Oct 25 18:12:28.940 INFO O| Oct 25 18:12:28.940 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9340 | 2024-10-25T18:12:29.440Z | [ host-image] Oct 25 18:12:28.944 INFO O| Oct 25 18:12:28.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9341 | 2024-10-25T18:12:29.440Z | [ host-image] Oct 25 18:12:28.944 INFO O| Oct 25 18:12:28.944 INFO ok! |
9342 | 2024-10-25T18:12:29.440Z | [ host-image] Oct 25 18:12:28.944 INFO O| Oct 25 18:12:28.944 INFO STEP 77 (ensure_file) COMPLETE |
9343 | 2024-10-25T18:12:29.440Z | [ host-image] Oct 25 18:12:28.944 INFO O| Oct 25 18:12:28.944 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9344 | 2024-10-25T18:12:29.440Z | [ host-image] Oct 25 18:12:28.957 INFO O| Oct 25 18:12:28.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9345 | 2024-10-25T18:12:29.440Z | [ host-image] Oct 25 18:12:28.957 INFO O| Oct 25 18:12:28.957 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9346 | 2024-10-25T18:12:29.440Z | [ host-image] Oct 25 18:12:28.957 INFO O| Oct 25 18:12:28.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9347 | 2024-10-25T18:12:29.440Z | [ host-image] Oct 25 18:12:28.957 INFO O| Oct 25 18:12:28.957 INFO ok! |
9348 | 2024-10-25T18:12:29.440Z | [ host-image] Oct 25 18:12:28.957 INFO O| Oct 25 18:12:28.957 INFO STEP 78 (ensure_file) COMPLETE |
9349 | 2024-10-25T18:12:29.440Z | [ host-image] Oct 25 18:12:28.957 INFO O| Oct 25 18:12:28.957 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9350 | 2024-10-25T18:12:29.465Z | [ host-image] Oct 25 18:12:28.973 INFO O| Oct 25 18:12:28.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9351 | 2024-10-25T18:12:29.465Z | [ host-image] Oct 25 18:12:28.973 INFO O| Oct 25 18:12:28.973 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9352 | 2024-10-25T18:12:30.112Z | [ host-image] Oct 25 18:12:29.637 INFO O| Oct 25 18:12:29.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9353 | 2024-10-25T18:12:30.112Z | [ host-image] Oct 25 18:12:29.637 INFO O| Oct 25 18:12:29.636 INFO ok! |
9354 | 2024-10-25T18:12:30.112Z | [ host-image] Oct 25 18:12:29.637 INFO O| Oct 25 18:12:29.637 INFO STEP 79 (ensure_file) COMPLETE |
9355 | 2024-10-25T18:12:30.137Z | [ host-image] Oct 25 18:12:29.637 INFO O| Oct 25 18:12:29.637 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9356 | 2024-10-25T18:12:30.137Z | [ host-image] Oct 25 18:12:29.654 INFO O| Oct 25 18:12:29.654 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9357 | 2024-10-25T18:12:30.137Z | [ host-image] Oct 25 18:12:29.654 INFO O| Oct 25 18:12:29.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9358 | 2024-10-25T18:12:30.137Z | [ host-image] Oct 25 18:12:29.654 INFO O| Oct 25 18:12:29.654 INFO STEP 80 (ensure_dir) COMPLETE |
9359 | 2024-10-25T18:12:30.137Z | [ host-image] Oct 25 18:12:29.654 INFO O| Oct 25 18:12:29.654 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9360 | 2024-10-25T18:12:30.162Z | [ host-image] Oct 25 18:12:29.669 INFO O| Oct 25 18:12:29.669 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9361 | 2024-10-25T18:12:30.162Z | [ host-image] Oct 25 18:12:29.670 INFO O| Oct 25 18:12:29.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9362 | 2024-10-25T18:12:30.162Z | [ host-image] Oct 25 18:12:29.670 INFO O| Oct 25 18:12:29.669 INFO STEP 81 (ensure_dir) COMPLETE |
9363 | 2024-10-25T18:12:30.162Z | [ host-image] Oct 25 18:12:29.670 INFO O| Oct 25 18:12:29.669 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9364 | 2024-10-25T18:12:30.162Z | [ host-image] Oct 25 18:12:29.683 INFO O| Oct 25 18:12:29.683 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9365 | 2024-10-25T18:12:30.162Z | [ host-image] Oct 25 18:12:29.683 INFO O| Oct 25 18:12:29.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9366 | 2024-10-25T18:12:30.162Z | [ host-image] Oct 25 18:12:29.683 INFO O| Oct 25 18:12:29.683 INFO STEP 82 (ensure_dir) COMPLETE |
9367 | 2024-10-25T18:12:30.162Z | [ host-image] Oct 25 18:12:29.683 INFO O| Oct 25 18:12:29.683 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9368 | 2024-10-25T18:12:30.186Z | [ host-image] Oct 25 18:12:29.696 INFO O| Oct 25 18:12:29.696 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9369 | 2024-10-25T18:12:30.186Z | [ host-image] Oct 25 18:12:29.696 INFO O| Oct 25 18:12:29.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9370 | 2024-10-25T18:12:30.186Z | [ host-image] Oct 25 18:12:29.696 INFO O| Oct 25 18:12:29.696 INFO STEP 83 (ensure_dir) COMPLETE |
9371 | 2024-10-25T18:12:30.186Z | [ host-image] Oct 25 18:12:29.696 INFO O| Oct 25 18:12:29.696 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9372 | 2024-10-25T18:12:30.186Z | [ host-image] Oct 25 18:12:29.709 INFO O| Oct 25 18:12:29.709 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9373 | 2024-10-25T18:12:30.186Z | [ host-image] Oct 25 18:12:29.709 INFO O| Oct 25 18:12:29.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9374 | 2024-10-25T18:12:30.186Z | [ host-image] Oct 25 18:12:29.709 INFO O| Oct 25 18:12:29.709 INFO STEP 84 (ensure_dir) COMPLETE |
9375 | 2024-10-25T18:12:30.186Z | [ host-image] Oct 25 18:12:29.709 INFO O| Oct 25 18:12:29.709 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9376 | 2024-10-25T18:12:30.211Z | [ host-image] Oct 25 18:12:29.723 INFO O| Oct 25 18:12:29.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9377 | 2024-10-25T18:12:30.211Z | [ host-image] Oct 25 18:12:29.723 INFO O| Oct 25 18:12:29.723 INFO copying /tmp/.tmpUd2km1/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 ... |
9378 | 2024-10-25T18:12:30.211Z | [ host-image] Oct 25 18:12:29.723 INFO O| Oct 25 18:12:29.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9379 | 2024-10-25T18:12:30.211Z | [ host-image] Oct 25 18:12:29.723 INFO O| Oct 25 18:12:29.723 INFO ok! |
9380 | 2024-10-25T18:12:30.211Z | [ host-image] Oct 25 18:12:29.723 INFO O| Oct 25 18:12:29.723 INFO STEP 85 (ensure_file) COMPLETE |
9381 | 2024-10-25T18:12:30.211Z | [ host-image] Oct 25 18:12:29.723 INFO O| Oct 25 18:12:29.723 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9382 | 2024-10-25T18:12:30.236Z | [ host-image] Oct 25 18:12:29.736 INFO O| Oct 25 18:12:29.736 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9383 | 2024-10-25T18:12:30.236Z | [ host-image] Oct 25 18:12:29.736 INFO O| Oct 25 18:12:29.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9384 | 2024-10-25T18:12:30.236Z | [ host-image] Oct 25 18:12:29.737 INFO O| Oct 25 18:12:29.736 INFO STEP 86 (ensure_dir) COMPLETE |
9385 | 2024-10-25T18:12:30.236Z | [ host-image] Oct 25 18:12:29.737 INFO O| Oct 25 18:12:29.736 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9386 | 2024-10-25T18:12:30.236Z | [ host-image] Oct 25 18:12:29.750 INFO O| Oct 25 18:12:29.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9387 | 2024-10-25T18:12:30.236Z | [ host-image] Oct 25 18:12:29.750 INFO O| Oct 25 18:12:29.750 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9388 | 2024-10-25T18:12:30.236Z | [ host-image] Oct 25 18:12:29.750 INFO O| Oct 25 18:12:29.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9389 | 2024-10-25T18:12:30.236Z | [ host-image] Oct 25 18:12:29.751 INFO O| Oct 25 18:12:29.750 INFO ok! |
9390 | 2024-10-25T18:12:30.236Z | [ host-image] Oct 25 18:12:29.751 INFO O| Oct 25 18:12:29.750 INFO STEP 87 (ensure_file) COMPLETE |
9391 | 2024-10-25T18:12:30.236Z | [ host-image] Oct 25 18:12:29.751 INFO O| Oct 25 18:12:29.751 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9392 | 2024-10-25T18:12:30.261Z | [ host-image] Oct 25 18:12:29.764 INFO O| Oct 25 18:12:29.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9393 | 2024-10-25T18:12:30.261Z | [ host-image] Oct 25 18:12:29.764 INFO O| Oct 25 18:12:29.764 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9394 | 2024-10-25T18:12:30.640Z | [ host-image] Oct 25 18:12:30.164 INFO O| Oct 25 18:12:30.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9395 | 2024-10-25T18:12:30.640Z | [ host-image] Oct 25 18:12:30.164 INFO O| Oct 25 18:12:30.164 INFO ok! |
9396 | 2024-10-25T18:12:30.640Z | [ host-image] Oct 25 18:12:30.164 INFO O| Oct 25 18:12:30.164 INFO STEP 88 (ensure_file) COMPLETE |
9397 | 2024-10-25T18:12:30.665Z | [ host-image] Oct 25 18:12:30.164 INFO O| Oct 25 18:12:30.164 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9398 | 2024-10-25T18:12:30.665Z | [ host-image] Oct 25 18:12:30.182 INFO O| Oct 25 18:12:30.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9399 | 2024-10-25T18:12:30.665Z | [ host-image] Oct 25 18:12:30.182 INFO O| Oct 25 18:12:30.182 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9400 | 2024-10-25T18:12:30.689Z | [ host-image] Oct 25 18:12:30.205 INFO O| Oct 25 18:12:30.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9401 | 2024-10-25T18:12:30.689Z | [ host-image] Oct 25 18:12:30.205 INFO O| Oct 25 18:12:30.205 INFO ok! |
9402 | 2024-10-25T18:12:30.690Z | [ host-image] Oct 25 18:12:30.205 INFO O| Oct 25 18:12:30.205 INFO STEP 89 (ensure_file) COMPLETE |
9403 | 2024-10-25T18:12:30.690Z | [ host-image] Oct 25 18:12:30.205 INFO O| Oct 25 18:12:30.205 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9404 | 2024-10-25T18:12:30.714Z | [ host-image] Oct 25 18:12:30.223 INFO O| Oct 25 18:12:30.223 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9405 | 2024-10-25T18:12:30.714Z | [ host-image] Oct 25 18:12:30.223 INFO O| Oct 25 18:12:30.223 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9406 | 2024-10-25T18:12:30.714Z | [ host-image] Oct 25 18:12:30.223 INFO O| Oct 25 18:12:30.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9407 | 2024-10-25T18:12:30.714Z | [ host-image] Oct 25 18:12:30.223 INFO O| Oct 25 18:12:30.223 INFO ok! |
9408 | 2024-10-25T18:12:30.714Z | [ host-image] Oct 25 18:12:30.223 INFO O| Oct 25 18:12:30.223 INFO STEP 90 (ensure_file) COMPLETE |
9409 | 2024-10-25T18:12:30.714Z | [ host-image] Oct 25 18:12:30.223 INFO O| Oct 25 18:12:30.223 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9410 | 2024-10-25T18:12:30.739Z | [ host-image] Oct 25 18:12:30.242 INFO O| Oct 25 18:12:30.242 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9411 | 2024-10-25T18:12:30.739Z | [ host-image] Oct 25 18:12:30.242 INFO O| Oct 25 18:12:30.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9412 | 2024-10-25T18:12:30.739Z | [ host-image] Oct 25 18:12:30.242 INFO O| Oct 25 18:12:30.242 INFO STEP 91 (ensure_dir) COMPLETE |
9413 | 2024-10-25T18:12:30.739Z | [ host-image] Oct 25 18:12:30.242 INFO O| Oct 25 18:12:30.242 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9414 | 2024-10-25T18:12:30.739Z | [ host-image] Oct 25 18:12:30.257 INFO O| Oct 25 18:12:30.257 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9415 | 2024-10-25T18:12:30.739Z | [ host-image] Oct 25 18:12:30.257 INFO O| Oct 25 18:12:30.257 INFO copying /tmp/.tmpUd2km1/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 ... |
9416 | 2024-10-25T18:12:30.739Z | [ host-image] Oct 25 18:12:30.257 INFO O| Oct 25 18:12:30.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9417 | 2024-10-25T18:12:30.739Z | [ host-image] Oct 25 18:12:30.257 INFO O| Oct 25 18:12:30.257 INFO ok! |
9418 | 2024-10-25T18:12:30.739Z | [ host-image] Oct 25 18:12:30.257 INFO O| Oct 25 18:12:30.257 INFO STEP 92 (ensure_file) COMPLETE |
9419 | 2024-10-25T18:12:30.739Z | [ host-image] Oct 25 18:12:30.257 INFO O| Oct 25 18:12:30.257 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9420 | 2024-10-25T18:12:30.764Z | [ host-image] Oct 25 18:12:30.272 INFO O| Oct 25 18:12:30.272 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9421 | 2024-10-25T18:12:30.764Z | [ host-image] Oct 25 18:12:30.272 INFO O| Oct 25 18:12:30.272 INFO copying /tmp/.tmpUd2km1/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 ... |
9422 | 2024-10-25T18:12:30.764Z | [ host-image] Oct 25 18:12:30.272 INFO O| Oct 25 18:12:30.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9423 | 2024-10-25T18:12:30.764Z | [ host-image] Oct 25 18:12:30.272 INFO O| Oct 25 18:12:30.272 INFO ok! |
9424 | 2024-10-25T18:12:30.764Z | [ host-image] Oct 25 18:12:30.272 INFO O| Oct 25 18:12:30.272 INFO STEP 93 (ensure_file) COMPLETE |
9425 | 2024-10-25T18:12:30.764Z | [ host-image] Oct 25 18:12:30.272 INFO O| Oct 25 18:12:30.272 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9426 | 2024-10-25T18:12:30.764Z | [ host-image] Oct 25 18:12:30.286 INFO O| Oct 25 18:12:30.286 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9427 | 2024-10-25T18:12:30.764Z | [ host-image] Oct 25 18:12:30.286 INFO O| Oct 25 18:12:30.286 INFO copying /tmp/.tmpUd2km1/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 ... |
9428 | 2024-10-25T18:12:30.764Z | [ host-image] Oct 25 18:12:30.286 INFO O| Oct 25 18:12:30.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9429 | 2024-10-25T18:12:30.764Z | [ host-image] Oct 25 18:12:30.286 INFO O| Oct 25 18:12:30.286 INFO ok! |
9430 | 2024-10-25T18:12:30.764Z | [ host-image] Oct 25 18:12:30.286 INFO O| Oct 25 18:12:30.286 INFO STEP 94 (ensure_file) COMPLETE |
9431 | 2024-10-25T18:12:30.764Z | [ host-image] Oct 25 18:12:30.286 INFO O| Oct 25 18:12:30.286 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9432 | 2024-10-25T18:12:30.789Z | [ host-image] Oct 25 18:12:30.304 INFO O| Oct 25 18:12:30.304 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9433 | 2024-10-25T18:12:30.789Z | [ host-image] Oct 25 18:12:30.304 INFO O| Oct 25 18:12:30.304 INFO copying /tmp/.tmpUd2km1/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 ... |
9434 | 2024-10-25T18:12:30.789Z | [ host-image] Oct 25 18:12:30.304 INFO O| Oct 25 18:12:30.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9435 | 2024-10-25T18:12:30.789Z | [ host-image] Oct 25 18:12:30.304 INFO O| Oct 25 18:12:30.304 INFO ok! |
9436 | 2024-10-25T18:12:30.789Z | [ host-image] Oct 25 18:12:30.304 INFO O| Oct 25 18:12:30.304 INFO STEP 95 (ensure_file) COMPLETE |
9437 | 2024-10-25T18:12:30.789Z | [ host-image] Oct 25 18:12:30.304 INFO O| Oct 25 18:12:30.304 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9438 | 2024-10-25T18:12:30.813Z | [ host-image] Oct 25 18:12:30.322 INFO O| Oct 25 18:12:30.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9439 | 2024-10-25T18:12:30.813Z | [ host-image] Oct 25 18:12:30.322 INFO O| Oct 25 18:12:30.322 INFO copying /tmp/.tmpUd2km1/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 ... |
9440 | 2024-10-25T18:12:30.813Z | [ host-image] Oct 25 18:12:30.322 INFO O| Oct 25 18:12:30.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9441 | 2024-10-25T18:12:30.813Z | [ host-image] Oct 25 18:12:30.322 INFO O| Oct 25 18:12:30.322 INFO ok! |
9442 | 2024-10-25T18:12:30.813Z | [ host-image] Oct 25 18:12:30.322 INFO O| Oct 25 18:12:30.322 INFO STEP 96 (ensure_file) COMPLETE |
9443 | 2024-10-25T18:12:30.813Z | [ host-image] Oct 25 18:12:30.322 INFO O| Oct 25 18:12:30.322 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9444 | 2024-10-25T18:12:30.813Z | [ host-image] Oct 25 18:12:30.336 INFO O| Oct 25 18:12:30.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9445 | 2024-10-25T18:12:30.813Z | [ host-image] Oct 25 18:12:30.336 INFO O| Oct 25 18:12:30.336 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9446 | 2024-10-25T18:12:30.813Z | [ host-image] Oct 25 18:12:30.336 INFO O| Oct 25 18:12:30.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9447 | 2024-10-25T18:12:30.813Z | [ host-image] Oct 25 18:12:30.336 INFO O| Oct 25 18:12:30.336 INFO ok! |
9448 | 2024-10-25T18:12:30.813Z | [ host-image] Oct 25 18:12:30.336 INFO O| Oct 25 18:12:30.336 INFO STEP 97 (ensure_file) COMPLETE |
9449 | 2024-10-25T18:12:30.813Z | [ host-image] Oct 25 18:12:30.336 INFO O| Oct 25 18:12:30.336 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9450 | 2024-10-25T18:12:30.839Z | [ host-image] Oct 25 18:12:30.353 INFO O| Oct 25 18:12:30.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9451 | 2024-10-25T18:12:30.839Z | [ host-image] Oct 25 18:12:30.353 INFO O| Oct 25 18:12:30.353 INFO copying /tmp/.tmpUd2km1/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 ... |
9452 | 2024-10-25T18:12:30.839Z | [ host-image] Oct 25 18:12:30.353 INFO O| Oct 25 18:12:30.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9453 | 2024-10-25T18:12:30.839Z | [ host-image] Oct 25 18:12:30.353 INFO O| Oct 25 18:12:30.353 INFO ok! |
9454 | 2024-10-25T18:12:30.839Z | [ host-image] Oct 25 18:12:30.353 INFO O| Oct 25 18:12:30.353 INFO STEP 98 (ensure_file) COMPLETE |
9455 | 2024-10-25T18:12:30.839Z | [ host-image] Oct 25 18:12:30.353 INFO O| Oct 25 18:12:30.353 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9456 | 2024-10-25T18:12:30.864Z | [ host-image] Oct 25 18:12:30.367 INFO O| Oct 25 18:12:30.367 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9457 | 2024-10-25T18:12:30.864Z | [ host-image] Oct 25 18:12:30.367 INFO O| Oct 25 18:12:30.367 INFO copying /tmp/.tmpUd2km1/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 ... |
9458 | 2024-10-25T18:12:30.864Z | [ host-image] Oct 25 18:12:30.367 INFO O| Oct 25 18:12:30.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9459 | 2024-10-25T18:12:30.864Z | [ host-image] Oct 25 18:12:30.367 INFO O| Oct 25 18:12:30.367 INFO ok! |
9460 | 2024-10-25T18:12:30.864Z | [ host-image] Oct 25 18:12:30.367 INFO O| Oct 25 18:12:30.367 INFO STEP 99 (ensure_file) COMPLETE |
9461 | 2024-10-25T18:12:30.864Z | [ host-image] Oct 25 18:12:30.367 INFO O| Oct 25 18:12:30.367 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9462 | 2024-10-25T18:12:30.864Z | [ host-image] Oct 25 18:12:30.382 INFO O| Oct 25 18:12:30.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9463 | 2024-10-25T18:12:30.864Z | [ host-image] Oct 25 18:12:30.382 INFO O| Oct 25 18:12:30.382 INFO copying /tmp/.tmpUd2km1/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 ... |
9464 | 2024-10-25T18:12:30.864Z | [ host-image] Oct 25 18:12:30.382 INFO O| Oct 25 18:12:30.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9465 | 2024-10-25T18:12:30.864Z | [ host-image] Oct 25 18:12:30.382 INFO O| Oct 25 18:12:30.382 INFO ok! |
9466 | 2024-10-25T18:12:30.864Z | [ host-image] Oct 25 18:12:30.382 INFO O| Oct 25 18:12:30.382 INFO STEP 100 (ensure_file) COMPLETE |
9467 | 2024-10-25T18:12:30.864Z | [ host-image] Oct 25 18:12:30.382 INFO O| Oct 25 18:12:30.382 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9468 | 2024-10-25T18:12:30.890Z | [ host-image] Oct 25 18:12:30.396 INFO O| Oct 25 18:12:30.396 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9469 | 2024-10-25T18:12:30.890Z | [ host-image] Oct 25 18:12:30.396 INFO O| Oct 25 18:12:30.396 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9470 | 2024-10-25T18:12:30.890Z | [ host-image] Oct 25 18:12:30.396 INFO O| Oct 25 18:12:30.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9471 | 2024-10-25T18:12:30.890Z | [ host-image] Oct 25 18:12:30.396 INFO O| Oct 25 18:12:30.396 INFO ok! |
9472 | 2024-10-25T18:12:30.890Z | [ host-image] Oct 25 18:12:30.396 INFO O| Oct 25 18:12:30.396 INFO STEP 101 (ensure_file) COMPLETE |
9473 | 2024-10-25T18:12:30.890Z | [ host-image] Oct 25 18:12:30.396 INFO O| Oct 25 18:12:30.396 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9474 | 2024-10-25T18:12:30.890Z | [ host-image] Oct 25 18:12:30.409 INFO O| Oct 25 18:12:30.409 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9475 | 2024-10-25T18:12:30.890Z | [ host-image] Oct 25 18:12:30.409 INFO O| Oct 25 18:12:30.409 INFO copying /tmp/.tmpUd2km1/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 ... |
9476 | 2024-10-25T18:12:30.890Z | [ host-image] Oct 25 18:12:30.409 INFO O| Oct 25 18:12:30.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9477 | 2024-10-25T18:12:30.890Z | [ host-image] Oct 25 18:12:30.409 INFO O| Oct 25 18:12:30.409 INFO ok! |
9478 | 2024-10-25T18:12:30.890Z | [ host-image] Oct 25 18:12:30.409 INFO O| Oct 25 18:12:30.409 INFO STEP 102 (ensure_file) COMPLETE |
9479 | 2024-10-25T18:12:30.890Z | [ host-image] Oct 25 18:12:30.409 INFO O| Oct 25 18:12:30.409 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9480 | 2024-10-25T18:12:30.916Z | [ host-image] Oct 25 18:12:30.423 INFO O| Oct 25 18:12:30.423 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9481 | 2024-10-25T18:12:30.916Z | [ host-image] Oct 25 18:12:30.423 INFO O| Oct 25 18:12:30.423 INFO copying /tmp/.tmpUd2km1/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 ... |
9482 | 2024-10-25T18:12:30.916Z | [ host-image] Oct 25 18:12:30.423 INFO O| Oct 25 18:12:30.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9483 | 2024-10-25T18:12:30.916Z | [ host-image] Oct 25 18:12:30.424 INFO O| Oct 25 18:12:30.423 INFO ok! |
9484 | 2024-10-25T18:12:30.916Z | [ host-image] Oct 25 18:12:30.424 INFO O| Oct 25 18:12:30.423 INFO STEP 103 (ensure_file) COMPLETE |
9485 | 2024-10-25T18:12:30.916Z | [ host-image] Oct 25 18:12:30.424 INFO O| Oct 25 18:12:30.423 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9486 | 2024-10-25T18:12:30.916Z | [ host-image] Oct 25 18:12:30.437 INFO O| Oct 25 18:12:30.437 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9487 | 2024-10-25T18:12:30.916Z | [ host-image] Oct 25 18:12:30.437 INFO O| Oct 25 18:12:30.437 INFO copying /tmp/.tmpUd2km1/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 ... |
9488 | 2024-10-25T18:12:30.916Z | [ host-image] Oct 25 18:12:30.437 INFO O| Oct 25 18:12:30.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9489 | 2024-10-25T18:12:30.916Z | [ host-image] Oct 25 18:12:30.437 INFO O| Oct 25 18:12:30.437 INFO ok! |
9490 | 2024-10-25T18:12:30.916Z | [ host-image] Oct 25 18:12:30.437 INFO O| Oct 25 18:12:30.437 INFO STEP 104 (ensure_file) COMPLETE |
9491 | 2024-10-25T18:12:30.916Z | [ host-image] Oct 25 18:12:30.437 INFO O| Oct 25 18:12:30.437 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9492 | 2024-10-25T18:12:30.941Z | [ host-image] Oct 25 18:12:30.455 INFO O| Oct 25 18:12:30.455 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9493 | 2024-10-25T18:12:30.941Z | [ host-image] Oct 25 18:12:30.455 INFO O| Oct 25 18:12:30.455 INFO copying /tmp/.tmpUd2km1/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 ... |
9494 | 2024-10-25T18:12:30.941Z | [ host-image] Oct 25 18:12:30.456 INFO O| Oct 25 18:12:30.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9495 | 2024-10-25T18:12:30.941Z | [ host-image] Oct 25 18:12:30.456 INFO O| Oct 25 18:12:30.456 INFO ok! |
9496 | 2024-10-25T18:12:30.941Z | [ host-image] Oct 25 18:12:30.456 INFO O| Oct 25 18:12:30.456 INFO STEP 105 (ensure_file) COMPLETE |
9497 | 2024-10-25T18:12:30.941Z | [ host-image] Oct 25 18:12:30.456 INFO O| Oct 25 18:12:30.456 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9498 | 2024-10-25T18:12:30.965Z | [ host-image] Oct 25 18:12:30.469 INFO O| Oct 25 18:12:30.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9499 | 2024-10-25T18:12:30.965Z | [ host-image] Oct 25 18:12:30.469 INFO O| Oct 25 18:12:30.469 INFO copying /tmp/.tmpUd2km1/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 ... |
9500 | 2024-10-25T18:12:30.965Z | [ host-image] Oct 25 18:12:30.469 INFO O| Oct 25 18:12:30.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9501 | 2024-10-25T18:12:30.965Z | [ host-image] Oct 25 18:12:30.469 INFO O| Oct 25 18:12:30.469 INFO ok! |
9502 | 2024-10-25T18:12:30.965Z | [ host-image] Oct 25 18:12:30.469 INFO O| Oct 25 18:12:30.469 INFO STEP 106 (ensure_file) COMPLETE |
9503 | 2024-10-25T18:12:30.965Z | [ host-image] Oct 25 18:12:30.469 INFO O| Oct 25 18:12:30.469 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9504 | 2024-10-25T18:12:30.965Z | [ host-image] Oct 25 18:12:30.487 INFO O| Oct 25 18:12:30.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9505 | 2024-10-25T18:12:30.966Z | [ host-image] Oct 25 18:12:30.487 INFO O| Oct 25 18:12:30.487 INFO copying /tmp/.tmpUd2km1/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 ... |
9506 | 2024-10-25T18:12:30.966Z | [ host-image] Oct 25 18:12:30.487 INFO O| Oct 25 18:12:30.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9507 | 2024-10-25T18:12:30.966Z | [ host-image] Oct 25 18:12:30.487 INFO O| Oct 25 18:12:30.487 INFO ok! |
9508 | 2024-10-25T18:12:30.966Z | [ host-image] Oct 25 18:12:30.487 INFO O| Oct 25 18:12:30.487 INFO STEP 107 (ensure_file) COMPLETE |
9509 | 2024-10-25T18:12:30.966Z | [ host-image] Oct 25 18:12:30.487 INFO O| Oct 25 18:12:30.487 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9510 | 2024-10-25T18:12:30.990Z | [ host-image] Oct 25 18:12:30.502 INFO O| Oct 25 18:12:30.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9511 | 2024-10-25T18:12:30.990Z | [ host-image] Oct 25 18:12:30.502 INFO O| Oct 25 18:12:30.502 INFO copying /tmp/.tmpUd2km1/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 ... |
9512 | 2024-10-25T18:12:30.990Z | [ host-image] Oct 25 18:12:30.502 INFO O| Oct 25 18:12:30.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9513 | 2024-10-25T18:12:30.990Z | [ host-image] Oct 25 18:12:30.502 INFO O| Oct 25 18:12:30.502 INFO ok! |
9514 | 2024-10-25T18:12:30.990Z | [ host-image] Oct 25 18:12:30.502 INFO O| Oct 25 18:12:30.502 INFO STEP 108 (ensure_file) COMPLETE |
9515 | 2024-10-25T18:12:30.990Z | [ host-image] Oct 25 18:12:30.502 INFO O| Oct 25 18:12:30.502 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9516 | 2024-10-25T18:12:31.015Z | [ host-image] Oct 25 18:12:30.518 INFO O| Oct 25 18:12:30.517 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9517 | 2024-10-25T18:12:31.015Z | [ host-image] Oct 25 18:12:30.518 INFO O| Oct 25 18:12:30.518 INFO copying /tmp/.tmpUd2km1/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 ... |
9518 | 2024-10-25T18:12:31.015Z | [ host-image] Oct 25 18:12:30.518 INFO O| Oct 25 18:12:30.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9519 | 2024-10-25T18:12:31.015Z | [ host-image] Oct 25 18:12:30.518 INFO O| Oct 25 18:12:30.518 INFO ok! |
9520 | 2024-10-25T18:12:31.015Z | [ host-image] Oct 25 18:12:30.518 INFO O| Oct 25 18:12:30.518 INFO STEP 109 (ensure_file) COMPLETE |
9521 | 2024-10-25T18:12:31.015Z | [ host-image] Oct 25 18:12:30.518 INFO O| Oct 25 18:12:30.518 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9522 | 2024-10-25T18:12:31.015Z | [ host-image] Oct 25 18:12:30.532 INFO O| Oct 25 18:12:30.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9523 | 2024-10-25T18:12:31.015Z | [ host-image] Oct 25 18:12:30.532 INFO O| Oct 25 18:12:30.532 INFO copying /tmp/.tmpUd2km1/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 ... |
9524 | 2024-10-25T18:12:31.015Z | [ host-image] Oct 25 18:12:30.532 INFO O| Oct 25 18:12:30.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9525 | 2024-10-25T18:12:31.015Z | [ host-image] Oct 25 18:12:30.532 INFO O| Oct 25 18:12:30.532 INFO ok! |
9526 | 2024-10-25T18:12:31.015Z | [ host-image] Oct 25 18:12:30.532 INFO O| Oct 25 18:12:30.532 INFO STEP 110 (ensure_file) COMPLETE |
9527 | 2024-10-25T18:12:31.015Z | [ host-image] Oct 25 18:12:30.532 INFO O| Oct 25 18:12:30.532 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9528 | 2024-10-25T18:12:31.040Z | [ host-image] Oct 25 18:12:30.545 INFO O| Oct 25 18:12:30.545 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9529 | 2024-10-25T18:12:31.040Z | [ host-image] Oct 25 18:12:30.545 INFO O| Oct 25 18:12:30.545 INFO copying /tmp/.tmpUd2km1/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 ... |
9530 | 2024-10-25T18:12:31.040Z | [ host-image] Oct 25 18:12:30.545 INFO O| Oct 25 18:12:30.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9531 | 2024-10-25T18:12:31.040Z | [ host-image] Oct 25 18:12:30.545 INFO O| Oct 25 18:12:30.545 INFO ok! |
9532 | 2024-10-25T18:12:31.040Z | [ host-image] Oct 25 18:12:30.545 INFO O| Oct 25 18:12:30.545 INFO STEP 111 (ensure_file) COMPLETE |
9533 | 2024-10-25T18:12:31.040Z | [ host-image] Oct 25 18:12:30.545 INFO O| Oct 25 18:12:30.545 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9534 | 2024-10-25T18:12:31.040Z | [ host-image] Oct 25 18:12:30.559 INFO O| Oct 25 18:12:30.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9535 | 2024-10-25T18:12:31.040Z | [ host-image] Oct 25 18:12:30.559 INFO O| Oct 25 18:12:30.559 INFO copying /tmp/.tmpUd2km1/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 ... |
9536 | 2024-10-25T18:12:31.040Z | [ host-image] Oct 25 18:12:30.559 INFO O| Oct 25 18:12:30.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9537 | 2024-10-25T18:12:31.040Z | [ host-image] Oct 25 18:12:30.559 INFO O| Oct 25 18:12:30.559 INFO ok! |
9538 | 2024-10-25T18:12:31.040Z | [ host-image] Oct 25 18:12:30.559 INFO O| Oct 25 18:12:30.559 INFO STEP 112 (ensure_file) COMPLETE |
9539 | 2024-10-25T18:12:31.040Z | [ host-image] Oct 25 18:12:30.559 INFO O| Oct 25 18:12:30.559 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9540 | 2024-10-25T18:12:31.064Z | [ host-image] Oct 25 18:12:30.576 INFO O| Oct 25 18:12:30.576 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9541 | 2024-10-25T18:12:31.064Z | [ host-image] Oct 25 18:12:30.576 INFO O| Oct 25 18:12:30.576 INFO copying /tmp/.tmpUd2km1/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 ... |
9542 | 2024-10-25T18:12:31.064Z | [ host-image] Oct 25 18:12:30.576 INFO O| Oct 25 18:12:30.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9543 | 2024-10-25T18:12:31.064Z | [ host-image] Oct 25 18:12:30.576 INFO O| Oct 25 18:12:30.576 INFO ok! |
9544 | 2024-10-25T18:12:31.065Z | [ host-image] Oct 25 18:12:30.576 INFO O| Oct 25 18:12:30.576 INFO STEP 113 (ensure_file) COMPLETE |
9545 | 2024-10-25T18:12:31.065Z | [ host-image] Oct 25 18:12:30.576 INFO O| Oct 25 18:12:30.576 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9546 | 2024-10-25T18:12:31.065Z | [ host-image] Oct 25 18:12:30.589 INFO O| Oct 25 18:12:30.588 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9547 | 2024-10-25T18:12:31.065Z | [ host-image] Oct 25 18:12:30.589 INFO O| Oct 25 18:12:30.588 INFO copying /tmp/.tmpUd2km1/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 ... |
9548 | 2024-10-25T18:12:31.065Z | [ host-image] Oct 25 18:12:30.589 INFO O| Oct 25 18:12:30.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9549 | 2024-10-25T18:12:31.089Z | [ host-image] Oct 25 18:12:30.589 INFO O| Oct 25 18:12:30.589 INFO ok! |
9550 | 2024-10-25T18:12:31.089Z | [ host-image] Oct 25 18:12:30.589 INFO O| Oct 25 18:12:30.589 INFO STEP 114 (ensure_file) COMPLETE |
9551 | 2024-10-25T18:12:31.089Z | [ host-image] Oct 25 18:12:30.589 INFO O| Oct 25 18:12:30.589 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9552 | 2024-10-25T18:12:31.089Z | [ host-image] Oct 25 18:12:30.601 INFO O| Oct 25 18:12:30.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9553 | 2024-10-25T18:12:31.089Z | [ host-image] Oct 25 18:12:30.601 INFO O| Oct 25 18:12:30.601 INFO copying /tmp/.tmpUd2km1/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 ... |
9554 | 2024-10-25T18:12:31.089Z | [ host-image] Oct 25 18:12:30.602 INFO O| Oct 25 18:12:30.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9555 | 2024-10-25T18:12:31.089Z | [ host-image] Oct 25 18:12:30.602 INFO O| Oct 25 18:12:30.602 INFO ok! |
9556 | 2024-10-25T18:12:31.089Z | [ host-image] Oct 25 18:12:30.602 INFO O| Oct 25 18:12:30.602 INFO STEP 115 (ensure_file) COMPLETE |
9557 | 2024-10-25T18:12:31.089Z | [ host-image] Oct 25 18:12:30.602 INFO O| Oct 25 18:12:30.602 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9558 | 2024-10-25T18:12:31.114Z | [ host-image] Oct 25 18:12:30.614 INFO O| Oct 25 18:12:30.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9559 | 2024-10-25T18:12:31.114Z | [ host-image] Oct 25 18:12:30.614 INFO O| Oct 25 18:12:30.614 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9560 | 2024-10-25T18:12:31.114Z | [ host-image] Oct 25 18:12:30.615 INFO O| Oct 25 18:12:30.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9561 | 2024-10-25T18:12:31.114Z | [ host-image] Oct 25 18:12:30.615 INFO O| Oct 25 18:12:30.615 INFO ok! |
9562 | 2024-10-25T18:12:31.114Z | [ host-image] Oct 25 18:12:30.615 INFO O| Oct 25 18:12:30.615 INFO STEP 116 (ensure_file) COMPLETE |
9563 | 2024-10-25T18:12:31.114Z | [ host-image] Oct 25 18:12:30.615 INFO O| Oct 25 18:12:30.615 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9564 | 2024-10-25T18:12:31.114Z | [ host-image] Oct 25 18:12:30.632 INFO O| Oct 25 18:12:30.632 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9565 | 2024-10-25T18:12:31.114Z | [ host-image] Oct 25 18:12:30.632 INFO O| Oct 25 18:12:30.632 INFO copying /tmp/.tmpUd2km1/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 ... |
9566 | 2024-10-25T18:12:31.114Z | [ host-image] Oct 25 18:12:30.632 INFO O| Oct 25 18:12:30.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9567 | 2024-10-25T18:12:31.114Z | [ host-image] Oct 25 18:12:30.632 INFO O| Oct 25 18:12:30.632 INFO ok! |
9568 | 2024-10-25T18:12:31.114Z | [ host-image] Oct 25 18:12:30.632 INFO O| Oct 25 18:12:30.632 INFO STEP 117 (ensure_file) COMPLETE |
9569 | 2024-10-25T18:12:31.114Z | [ host-image] Oct 25 18:12:30.632 INFO O| Oct 25 18:12:30.632 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9570 | 2024-10-25T18:12:31.139Z | [ host-image] Oct 25 18:12:30.648 INFO O| Oct 25 18:12:30.648 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9571 | 2024-10-25T18:12:31.139Z | [ host-image] Oct 25 18:12:30.648 INFO O| Oct 25 18:12:30.648 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9572 | 2024-10-25T18:12:31.139Z | [ host-image] Oct 25 18:12:30.649 INFO O| Oct 25 18:12:30.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9573 | 2024-10-25T18:12:31.139Z | [ host-image] Oct 25 18:12:30.649 INFO O| Oct 25 18:12:30.648 INFO ok! |
9574 | 2024-10-25T18:12:31.139Z | [ host-image] Oct 25 18:12:30.649 INFO O| Oct 25 18:12:30.649 INFO STEP 118 (ensure_file) COMPLETE |
9575 | 2024-10-25T18:12:31.139Z | [ host-image] Oct 25 18:12:30.649 INFO O| Oct 25 18:12:30.649 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9576 | 2024-10-25T18:12:31.139Z | [ host-image] Oct 25 18:12:30.662 INFO O| Oct 25 18:12:30.662 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9577 | 2024-10-25T18:12:31.139Z | [ host-image] Oct 25 18:12:30.662 INFO O| Oct 25 18:12:30.662 INFO copying /tmp/.tmpUd2km1/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9578 | 2024-10-25T18:12:35.313Z | [ host-image] Oct 25 18:12:34.837 INFO O| Oct 25 18:12:34.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9579 | 2024-10-25T18:12:35.313Z | [ host-image] Oct 25 18:12:34.837 INFO O| Oct 25 18:12:34.837 INFO ok! |
9580 | 2024-10-25T18:12:35.337Z | [ host-image] Oct 25 18:12:34.837 INFO O| Oct 25 18:12:34.837 INFO STEP 119 (ensure_file) COMPLETE |
9581 | 2024-10-25T18:12:35.337Z | [ host-image] Oct 25 18:12:34.837 INFO O| Oct 25 18:12:34.837 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9582 | 2024-10-25T18:12:35.337Z | [ host-image] Oct 25 18:12:34.859 INFO O| Oct 25 18:12:34.858 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9583 | 2024-10-25T18:12:35.337Z | [ host-image] Oct 25 18:12:34.859 INFO O| Oct 25 18:12:34.859 INFO STEP 120 (ensure_dir) COMPLETE |
9584 | 2024-10-25T18:12:35.337Z | [ host-image] Oct 25 18:12:34.859 INFO O| Oct 25 18:12:34.859 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9585 | 2024-10-25T18:12:35.363Z | [ host-image] Oct 25 18:12:34.876 INFO O| Oct 25 18:12:34.876 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9586 | 2024-10-25T18:12:35.363Z | [ host-image] Oct 25 18:12:34.876 INFO O| Oct 25 18:12:34.876 INFO STEP 121 (ensure_dir) COMPLETE |
9587 | 2024-10-25T18:12:35.363Z | [ host-image] Oct 25 18:12:34.876 INFO O| Oct 25 18:12:34.876 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9588 | 2024-10-25T18:12:35.388Z | [ host-image] Oct 25 18:12:34.894 INFO O| Oct 25 18:12:34.894 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9589 | 2024-10-25T18:12:35.388Z | [ host-image] Oct 25 18:12:34.894 INFO O| Oct 25 18:12:34.894 INFO STEP 122 (ensure_dir) COMPLETE |
9590 | 2024-10-25T18:12:35.388Z | [ host-image] Oct 25 18:12:34.894 INFO O| Oct 25 18:12:34.894 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9591 | 2024-10-25T18:12:35.388Z | [ host-image] Oct 25 18:12:34.909 INFO O| Oct 25 18:12:34.909 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9592 | 2024-10-25T18:12:35.388Z | [ host-image] Oct 25 18:12:34.909 INFO O| Oct 25 18:12:34.909 INFO STEP 123 (ensure_dir) COMPLETE |
9593 | 2024-10-25T18:12:35.388Z | [ host-image] Oct 25 18:12:34.909 INFO O| Oct 25 18:12:34.909 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9594 | 2024-10-25T18:12:35.413Z | [ host-image] Oct 25 18:12:34.923 INFO O| Oct 25 18:12:34.923 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9595 | 2024-10-25T18:12:35.413Z | [ host-image] Oct 25 18:12:34.923 INFO O| Oct 25 18:12:34.923 INFO copying /tmp/.tmpUd2km1/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 ... |
9596 | 2024-10-25T18:12:35.413Z | [ host-image] Oct 25 18:12:34.923 INFO O| Oct 25 18:12:34.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9597 | 2024-10-25T18:12:35.413Z | [ host-image] Oct 25 18:12:34.923 INFO O| Oct 25 18:12:34.923 INFO ok! |
9598 | 2024-10-25T18:12:35.413Z | [ host-image] Oct 25 18:12:34.923 INFO O| Oct 25 18:12:34.923 INFO STEP 124 (ensure_file) COMPLETE |
9599 | 2024-10-25T18:12:35.413Z | [ host-image] Oct 25 18:12:34.923 INFO O| Oct 25 18:12:34.923 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9600 | 2024-10-25T18:12:35.438Z | [ host-image] Oct 25 18:12:34.939 INFO O| Oct 25 18:12:34.939 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9601 | 2024-10-25T18:12:35.438Z | [ host-image] Oct 25 18:12:34.939 INFO O| Oct 25 18:12:34.939 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9602 | 2024-10-25T18:12:35.438Z | [ host-image] Oct 25 18:12:34.939 INFO O| Oct 25 18:12:34.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9603 | 2024-10-25T18:12:35.438Z | [ host-image] Oct 25 18:12:34.939 INFO O| Oct 25 18:12:34.939 INFO STEP 125 (ensure_dir) COMPLETE |
9604 | 2024-10-25T18:12:35.438Z | [ host-image] Oct 25 18:12:34.939 INFO O| Oct 25 18:12:34.939 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9605 | 2024-10-25T18:12:35.438Z | [ host-image] Oct 25 18:12:34.953 INFO O| Oct 25 18:12:34.953 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9606 | 2024-10-25T18:12:35.438Z | [ host-image] Oct 25 18:12:34.953 INFO O| Oct 25 18:12:34.953 INFO copying /tmp/.tmpUd2km1/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9607 | 2024-10-25T18:12:35.439Z | [ host-image] Oct 25 18:12:34.953 INFO O| Oct 25 18:12:34.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9608 | 2024-10-25T18:12:35.439Z | [ host-image] Oct 25 18:12:34.953 INFO O| Oct 25 18:12:34.953 INFO ok! |
9609 | 2024-10-25T18:12:35.439Z | [ host-image] Oct 25 18:12:34.953 INFO O| Oct 25 18:12:34.953 INFO STEP 126 (ensure_file) COMPLETE |
9610 | 2024-10-25T18:12:35.439Z | [ host-image] Oct 25 18:12:34.953 INFO O| Oct 25 18:12:34.953 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9611 | 2024-10-25T18:12:35.463Z | [ host-image] Oct 25 18:12:34.966 INFO O| Oct 25 18:12:34.965 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9612 | 2024-10-25T18:12:35.463Z | [ host-image] Oct 25 18:12:34.966 INFO O| Oct 25 18:12:34.966 INFO STEP 127 (remove_files) COMPLETE |
9613 | 2024-10-25T18:12:35.463Z | [ host-image] Oct 25 18:12:34.966 INFO O| Oct 25 18:12:34.966 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9614 | 2024-10-25T18:12:35.463Z | [ host-image] Oct 25 18:12:34.984 INFO O| Oct 25 18:12:34.984 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9615 | 2024-10-25T18:12:35.463Z | [ host-image] Oct 25 18:12:34.984 INFO O| Oct 25 18:12:34.984 INFO STEP 128 (remove_files) COMPLETE |
9616 | 2024-10-25T18:12:35.463Z | [ host-image] Oct 25 18:12:34.984 INFO O| Oct 25 18:12:34.984 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9617 | 2024-10-25T18:12:35.487Z | [ host-image] Oct 25 18:12:35.002 INFO O| Oct 25 18:12:35.002 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9618 | 2024-10-25T18:12:35.487Z | [ host-image] Oct 25 18:12:35.003 INFO O| Oct 25 18:12:35.003 INFO STEP 129 (remove_files) COMPLETE |
9619 | 2024-10-25T18:12:35.488Z | [ host-image] Oct 25 18:12:35.003 INFO O| Oct 25 18:12:35.003 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9620 | 2024-10-25T18:12:35.512Z | [ host-image] Oct 25 18:12:35.019 INFO O| Oct 25 18:12:35.019 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9621 | 2024-10-25T18:12:35.512Z | [ host-image] Oct 25 18:12:35.019 INFO O| Oct 25 18:12:35.019 INFO STEP 130 (remove_files) COMPLETE |
9622 | 2024-10-25T18:12:35.512Z | [ host-image] Oct 25 18:12:35.019 INFO O| Oct 25 18:12:35.019 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9623 | 2024-10-25T18:12:35.536Z | [ host-image] Oct 25 18:12:35.043 INFO O| Oct 25 18:12:35.042 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9624 | 2024-10-25T18:12:35.536Z | [ host-image] Oct 25 18:12:35.043 INFO O| Oct 25 18:12:35.043 INFO STEP 131 (remove_files) COMPLETE |
9625 | 2024-10-25T18:12:35.536Z | [ host-image] Oct 25 18:12:35.043 INFO O| Oct 25 18:12:35.043 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9626 | 2024-10-25T18:12:35.536Z | [ host-image] Oct 25 18:12:35.057 INFO O| Oct 25 18:12:35.057 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9627 | 2024-10-25T18:12:35.536Z | [ host-image] Oct 25 18:12:35.058 INFO O| Oct 25 18:12:35.058 INFO STEP 132 (remove_files) COMPLETE |
9628 | 2024-10-25T18:12:35.536Z | [ host-image] Oct 25 18:12:35.058 INFO O| Oct 25 18:12:35.058 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9629 | 2024-10-25T18:12:35.561Z | [ host-image] Oct 25 18:12:35.070 INFO O| Oct 25 18:12:35.070 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9630 | 2024-10-25T18:12:35.561Z | [ host-image] Oct 25 18:12:35.070 INFO O| Oct 25 18:12:35.070 INFO STEP 133 (remove_files) COMPLETE |
9631 | 2024-10-25T18:12:35.561Z | [ host-image] Oct 25 18:12:35.070 INFO O| Oct 25 18:12:35.070 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9632 | 2024-10-25T18:12:35.561Z | [ host-image] Oct 25 18:12:35.083 INFO O| Oct 25 18:12:35.083 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9633 | 2024-10-25T18:12:35.561Z | [ host-image] Oct 25 18:12:35.083 INFO O| Oct 25 18:12:35.083 INFO STEP 134 (remove_files) COMPLETE |
9634 | 2024-10-25T18:12:35.561Z | [ host-image] Oct 25 18:12:35.083 INFO O| Oct 25 18:12:35.083 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9635 | 2024-10-25T18:12:35.585Z | [ host-image] Oct 25 18:12:35.099 INFO O| Oct 25 18:12:35.099 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9636 | 2024-10-25T18:12:35.585Z | [ host-image] Oct 25 18:12:35.099 INFO O| Oct 25 18:12:35.099 INFO STEP 135 (remove_files) COMPLETE |
9637 | 2024-10-25T18:12:35.585Z | [ host-image] Oct 25 18:12:35.099 INFO O| Oct 25 18:12:35.099 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9638 | 2024-10-25T18:12:35.610Z | [ host-image] Oct 25 18:12:35.113 INFO O| Oct 25 18:12:35.113 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9639 | 2024-10-25T18:12:35.610Z | [ host-image] Oct 25 18:12:35.113 INFO O| Oct 25 18:12:35.113 INFO STEP 136 (remove_files) COMPLETE |
9640 | 2024-10-25T18:12:35.610Z | [ host-image] Oct 25 18:12:35.113 INFO O| Oct 25 18:12:35.113 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9641 | 2024-10-25T18:12:35.610Z | [ host-image] Oct 25 18:12:35.129 INFO O| Oct 25 18:12:35.129 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9642 | 2024-10-25T18:12:35.610Z | [ host-image] Oct 25 18:12:35.129 INFO O| Oct 25 18:12:35.129 INFO STEP 137 (remove_files) COMPLETE |
9643 | 2024-10-25T18:12:35.610Z | [ host-image] Oct 25 18:12:35.129 INFO O| Oct 25 18:12:35.129 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9644 | 2024-10-25T18:12:35.634Z | [ host-image] Oct 25 18:12:35.144 INFO O| Oct 25 18:12:35.144 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9645 | 2024-10-25T18:12:35.634Z | [ host-image] Oct 25 18:12:35.144 INFO O| Oct 25 18:12:35.144 INFO STEP 138 (remove_files) COMPLETE |
9646 | 2024-10-25T18:12:35.634Z | [ host-image] Oct 25 18:12:35.144 INFO O| Oct 25 18:12:35.144 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9647 | 2024-10-25T18:12:35.634Z | [ host-image] Oct 25 18:12:35.157 INFO O| Oct 25 18:12:35.157 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9648 | 2024-10-25T18:12:35.634Z | [ host-image] Oct 25 18:12:35.157 INFO O| Oct 25 18:12:35.157 INFO STEP 139 (remove_files) COMPLETE |
9649 | 2024-10-25T18:12:35.634Z | [ host-image] Oct 25 18:12:35.158 INFO O| Oct 25 18:12:35.157 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9650 | 2024-10-25T18:12:35.659Z | [ host-image] Oct 25 18:12:35.170 INFO O| Oct 25 18:12:35.170 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9651 | 2024-10-25T18:12:35.659Z | [ host-image] Oct 25 18:12:35.170 INFO O| Oct 25 18:12:35.170 INFO STEP 140 (remove_files) COMPLETE |
9652 | 2024-10-25T18:12:35.659Z | [ host-image] Oct 25 18:12:35.170 INFO O| Oct 25 18:12:35.170 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9653 | 2024-10-25T18:12:35.659Z | [ host-image] Oct 25 18:12:35.182 INFO O| Oct 25 18:12:35.182 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9654 | 2024-10-25T18:12:35.659Z | [ host-image] Oct 25 18:12:35.182 INFO O| Oct 25 18:12:35.182 INFO STEP 141 (remove_files) COMPLETE |
9655 | 2024-10-25T18:12:35.659Z | [ host-image] Oct 25 18:12:35.182 INFO O| Oct 25 18:12:35.182 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9656 | 2024-10-25T18:12:35.683Z | [ host-image] Oct 25 18:12:35.195 INFO O| Oct 25 18:12:35.195 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9657 | 2024-10-25T18:12:35.683Z | [ host-image] Oct 25 18:12:35.195 INFO O| Oct 25 18:12:35.195 INFO STEP 142 (remove_files) COMPLETE |
9658 | 2024-10-25T18:12:35.683Z | [ host-image] Oct 25 18:12:35.195 INFO O| Oct 25 18:12:35.195 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9659 | 2024-10-25T18:12:35.709Z | [ host-image] Oct 25 18:12:35.208 INFO O| Oct 25 18:12:35.208 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9660 | 2024-10-25T18:12:35.709Z | [ host-image] Oct 25 18:12:35.208 INFO O| Oct 25 18:12:35.208 INFO STEP 143 (remove_files) COMPLETE |
9661 | 2024-10-25T18:12:35.709Z | [ host-image] Oct 25 18:12:35.208 INFO O| Oct 25 18:12:35.208 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9662 | 2024-10-25T18:12:35.709Z | [ host-image] Oct 25 18:12:35.221 INFO O| Oct 25 18:12:35.221 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9663 | 2024-10-25T18:12:35.709Z | [ host-image] Oct 25 18:12:35.222 INFO O| Oct 25 18:12:35.222 INFO STEP 144 (remove_files) COMPLETE |
9664 | 2024-10-25T18:12:35.709Z | [ host-image] Oct 25 18:12:35.222 INFO O| Oct 25 18:12:35.222 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9665 | 2024-10-25T18:12:35.734Z | [ host-image] Oct 25 18:12:35.235 INFO O| Oct 25 18:12:35.234 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9666 | 2024-10-25T18:12:35.734Z | [ host-image] Oct 25 18:12:35.235 INFO O| Oct 25 18:12:35.235 INFO STEP 145 (remove_files) COMPLETE |
9667 | 2024-10-25T18:12:35.734Z | [ host-image] Oct 25 18:12:35.235 INFO O| Oct 25 18:12:35.235 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9668 | 2024-10-25T18:12:35.734Z | [ host-image] Oct 25 18:12:35.248 INFO O| Oct 25 18:12:35.247 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9669 | 2024-10-25T18:12:35.734Z | [ host-image] Oct 25 18:12:35.248 INFO O| Oct 25 18:12:35.248 INFO STEP 146 (remove_files) COMPLETE |
9670 | 2024-10-25T18:12:35.734Z | [ host-image] Oct 25 18:12:35.248 INFO O| Oct 25 18:12:35.248 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9671 | 2024-10-25T18:12:35.759Z | [ host-image] Oct 25 18:12:35.261 INFO O| Oct 25 18:12:35.261 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9672 | 2024-10-25T18:12:35.759Z | [ host-image] Oct 25 18:12:35.261 INFO O| Oct 25 18:12:35.261 INFO STEP 147 (remove_files) COMPLETE |
9673 | 2024-10-25T18:12:35.759Z | [ host-image] Oct 25 18:12:35.261 INFO O| Oct 25 18:12:35.261 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9674 | 2024-10-25T18:12:35.759Z | [ host-image] Oct 25 18:12:35.274 INFO O| Oct 25 18:12:35.274 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9675 | 2024-10-25T18:12:35.759Z | [ host-image] Oct 25 18:12:35.274 INFO O| Oct 25 18:12:35.274 INFO STEP 148 (remove_files) COMPLETE |
9676 | 2024-10-25T18:12:35.759Z | [ host-image] Oct 25 18:12:35.274 INFO O| Oct 25 18:12:35.274 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9677 | 2024-10-25T18:12:35.784Z | [ host-image] Oct 25 18:12:35.286 INFO O| Oct 25 18:12:35.286 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9678 | 2024-10-25T18:12:35.784Z | [ host-image] Oct 25 18:12:35.286 INFO O| Oct 25 18:12:35.286 INFO STEP 149 (remove_files) COMPLETE |
9679 | 2024-10-25T18:12:35.784Z | [ host-image] Oct 25 18:12:35.286 INFO O| Oct 25 18:12:35.286 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9680 | 2024-10-25T18:12:35.784Z | [ host-image] Oct 25 18:12:35.299 INFO O| Oct 25 18:12:35.299 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9681 | 2024-10-25T18:12:35.784Z | [ host-image] Oct 25 18:12:35.299 INFO O| Oct 25 18:12:35.299 INFO STEP 150 (remove_files) COMPLETE |
9682 | 2024-10-25T18:12:35.784Z | [ host-image] Oct 25 18:12:35.299 INFO O| Oct 25 18:12:35.299 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9683 | 2024-10-25T18:12:35.808Z | [ host-image] Oct 25 18:12:35.311 INFO O| Oct 25 18:12:35.311 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9684 | 2024-10-25T18:12:35.808Z | [ host-image] Oct 25 18:12:35.311 INFO O| Oct 25 18:12:35.311 INFO STEP 151 (remove_files) COMPLETE |
9685 | 2024-10-25T18:12:35.808Z | [ host-image] Oct 25 18:12:35.311 INFO O| Oct 25 18:12:35.311 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9686 | 2024-10-25T18:12:35.809Z | [ host-image] Oct 25 18:12:35.324 INFO O| Oct 25 18:12:35.324 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9687 | 2024-10-25T18:12:35.809Z | [ host-image] Oct 25 18:12:35.325 INFO O| Oct 25 18:12:35.324 INFO STEP 152 (remove_files) COMPLETE |
9688 | 2024-10-25T18:12:35.809Z | [ host-image] Oct 25 18:12:35.325 INFO O| Oct 25 18:12:35.324 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9689 | 2024-10-25T18:12:35.833Z | [ host-image] Oct 25 18:12:35.337 INFO O| Oct 25 18:12:35.337 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9690 | 2024-10-25T18:12:35.833Z | [ host-image] Oct 25 18:12:35.337 INFO O| Oct 25 18:12:35.337 INFO STEP 153 (remove_files) COMPLETE |
9691 | 2024-10-25T18:12:35.833Z | [ host-image] Oct 25 18:12:35.337 INFO O| Oct 25 18:12:35.337 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9692 | 2024-10-25T18:12:35.833Z | [ host-image] Oct 25 18:12:35.349 INFO O| Oct 25 18:12:35.349 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9693 | 2024-10-25T18:12:35.833Z | [ host-image] Oct 25 18:12:35.350 INFO O| Oct 25 18:12:35.350 INFO STEP 154 (remove_files) COMPLETE |
9694 | 2024-10-25T18:12:35.833Z | [ host-image] Oct 25 18:12:35.350 INFO O| Oct 25 18:12:35.350 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9695 | 2024-10-25T18:12:35.857Z | [ host-image] Oct 25 18:12:35.362 INFO O| Oct 25 18:12:35.362 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9696 | 2024-10-25T18:12:35.857Z | [ host-image] Oct 25 18:12:35.362 INFO O| Oct 25 18:12:35.362 INFO STEP 155 (remove_files) COMPLETE |
9697 | 2024-10-25T18:12:35.857Z | [ host-image] Oct 25 18:12:35.362 INFO O| Oct 25 18:12:35.362 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9698 | 2024-10-25T18:12:35.882Z | [ host-image] Oct 25 18:12:35.388 INFO O| Oct 25 18:12:35.387 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9699 | 2024-10-25T18:12:35.882Z | [ host-image] Oct 25 18:12:35.388 INFO O| Oct 25 18:12:35.388 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9700 | 2024-10-25T18:12:46.413Z | [ host-image] Oct 25 18:12:45.937 INFO O| Oct 25 18:12:45.937 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 |
9701 | 2024-10-25T18:12:46.447Z | [ host-image] Oct 25 18:12:45.937 INFO O| Oct 25 18:12:45.937 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9702 | 2024-10-25T18:12:46.447Z | [ host-image] Oct 25 18:12:45.958 INFO O| Oct 25 18:12:45.958 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
9703 | 2024-10-25T18:12:46.540Z | [ host-image] Oct 25 18:12:46.064 INFO O| Oct 25 18:12:46.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9704 | 2024-10-25T18:12:46.540Z | [ host-image] Oct 25 18:12:46.064 INFO O| Oct 25 18:12:46.064 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9705 | 2024-10-25T18:12:46.565Z | [ host-image] Oct 25 18:12:46.067 INFO O| Oct 25 18:12:46.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9706 | 2024-10-25T18:12:46.565Z | [ host-image] Oct 25 18:12:46.067 INFO O| Oct 25 18:12:46.067 INFO ok! |
9707 | 2024-10-25T18:12:46.565Z | [ host-image] Oct 25 18:12:46.067 INFO O| Oct 25 18:12:46.067 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9708 | 2024-10-25T18:12:46.565Z | [ host-image] Oct 25 18:12:46.067 INFO O| Oct 25 18:12:46.067 INFO STEP 156 (seed_smf) COMPLETE |
9709 | 2024-10-25T18:12:46.565Z | [ host-image] Oct 25 18:12:46.067 INFO O| Oct 25 18:12:46.067 INFO steps complete; finalising image! |
9710 | 2024-10-25T18:12:46.565Z | [ host-image] Oct 25 18:12:46.067 INFO O| Oct 25 18:12:46.067 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9711 | 2024-10-25T18:12:46.714Z | [ host-image] Oct 25 18:12:46.238 INFO O| Oct 25 18:12:46.238 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Oct 25 18:12:46 2024) |
9712 | 2024-10-25T18:12:46.953Z | [ host-image] Oct 25 18:12:46.478 INFO O| Oct 25 18:12:46.477 INFO temporary pool has 687M used, 145M avail, 1.86x compressratio |
9713 | 2024-10-25T18:12:46.953Z | [ host-image] Oct 25 18:12:46.478 INFO O| Oct 25 18:12:46.477 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9714 | 2024-10-25T18:12:47.331Z | [ host-image] Oct 25 18:12:46.855 INFO O| Oct 25 18:12:46.855 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9715 | 2024-10-25T18:12:47.331Z | [ host-image] Oct 25 18:12:46.855 INFO O| Oct 25 18:12:46.855 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9716 | 2024-10-25T18:12:48.682Z | [ host-image] Oct 25 18:12:48.206 INFO O| Oct 25 18:12:48.205 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9717 | 2024-10-25T18:12:48.706Z | [ host-image] Oct 25 18:12:48.206 INFO O| Oct 25 18:12:48.205 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9718 | 2024-10-25T18:12:48.706Z | [ host-image] Oct 25 18:12:48.206 INFO O| Oct 25 18:12:48.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9719 | 2024-10-25T18:12:48.706Z | [ host-image] Oct 25 18:12:48.206 INFO O| Oct 25 18:12:48.206 INFO completed processing gimlet/zfs |
9720 | 2024-10-25T18:12:48.706Z | [ host-image] Oct 25 18:12:48.206 INFO O| Oct 25 18:12:48.206 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9721 | 2024-10-25T18:12:49.359Z | [ host-image] Oct 25 18:12:48.883 INFO O| Oct 25 18:12:48.882 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9722 | 2024-10-25T18:12:49.410Z | [ host-image] Oct 25 18:12:48.935 INFO BUILD STRING "heads/stlouis-0-ge0a442970c\n" |
9723 | 2024-10-25T18:12:49.410Z | [ host-image] Oct 25 18:12:48.935 INFO expanded image name: "ci 30cd979/${os_short_commit} 2024-10-25 17:44" -> "ci 30cd979/e0a4429 2024-10-25 17:44" |
9724 | 2024-10-25T18:12:49.435Z | [ host-image] Oct 25 18:12:48.935 INFO output artefacts stored in: "/work/os-host" |
9725 | 2024-10-25T18:12:49.435Z | [ host-image] Oct 25 18:12:48.935 INFO collecting git info from project "image-builder"... |
9726 | 2024-10-25T18:12:49.435Z | [ host-image] Oct 25 18:12:48.946 INFO collecting git info from project "amd-firmware"... |
9727 | 2024-10-25T18:12:49.459Z | [ host-image] Oct 25 18:12:48.963 INFO collecting git info from project "chelsio-t6-roms"... |
9728 | 2024-10-25T18:12:49.459Z | [ host-image] Oct 25 18:12:48.970 INFO collecting git info from project "phbl"... |
9729 | 2024-10-25T18:12:49.459Z | [ host-image] Oct 25 18:12:48.977 INFO collecting git info from project "pinprick"... |
9730 | 2024-10-25T18:12:49.459Z | [ host-image] Oct 25 18:12:48.983 INFO collecting git info from project "bootserver"... |
9731 | 2024-10-25T18:12:49.483Z | [ host-image] Oct 25 18:12:48.989 INFO collecting git info from project "amd-host-image-builder"... |
9732 | 2024-10-25T18:12:49.508Z | [ host-image] Oct 25 18:12:49.011 INFO collecting git info from project "pilot"... |
9733 | 2024-10-25T18:12:49.508Z | [ host-image] Oct 25 18:12:49.021 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9734 | 2024-10-25T18:12:49.971Z | [ host-image] Oct 25 18:12:49.496 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9735 | 2024-10-25T18:12:50.425Z | [ host-image] Oct 25 18:12:49.943 INFO creating Oxide boot image... |
9736 | 2024-10-25T18:12:50.451Z | [ host-image] Oct 25 18:12:49.943 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 30cd979/e0a4429 2024-10-25 17:44", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9737 | 2024-10-25T18:12:51.701Z | [ host-image] Oct 25 18:12:51.226 INFO O| ok, image written! |
9738 | 2024-10-25T18:12:51.701Z | [ host-image] Oct 25 18:12:51.226 INFO O| ok, boot_image_csum file written! |
9739 | 2024-10-25T18:12:51.726Z | [ host-image] Oct 25 18:12:51.231 INFO creating boot archive (CPIO)... |
9740 | 2024-10-25T18:12:51.726Z | [ host-image] Oct 25 18:12:51.231 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 |
9741 | 2024-10-25T18:12:51.726Z | [ host-image] Oct 25 18:12:51.241 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9742 | 2024-10-25T18:12:51.726Z | [ host-image] Oct 25 18:12:51.241 INFO E| + outfile=/work/os-host/cpio |
9743 | 2024-10-25T18:12:51.726Z | [ host-image] Oct 25 18:12:51.241 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9744 | 2024-10-25T18:12:51.726Z | [ host-image] Oct 25 18:12:51.244 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9745 | 2024-10-25T18:12:51.726Z | [ host-image] Oct 25 18:12:51.244 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9746 | 2024-10-25T18:12:51.776Z | [ host-image] Oct 25 18:12:51.299 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9747 | 2024-10-25T18:12:51.776Z | [ host-image] Oct 25 18:12:51.299 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9748 | 2024-10-25T18:12:51.819Z | [ host-image] Oct 25 18:12:51.310 INFO creating compressed cpio/unix for nanobl-rs... |
9749 | 2024-10-25T18:12:51.819Z | [ host-image] Oct 25 18:12:51.310 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 |
9750 | 2024-10-25T18:12:52.123Z | [ host-image] Oct 25 18:12:51.645 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9751 | 2024-10-25T18:12:57.260Z | [ host-image] Oct 25 18:12:56.784 INFO creating reset image... |
9752 | 2024-10-25T18:12:57.260Z | [ host-image] Oct 25 18:12:56.784 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9753 | 2024-10-25T18:12:57.387Z | [ host-image] Oct 25 18:12:56.911 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s |
9754 | 2024-10-25T18:12:57.414Z | [ host-image] Oct 25 18:12:56.913 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9755 | 2024-10-25T18:12:57.461Z | [ host-image] Oct 25 18:12:56.985 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9756 | 2024-10-25T18:12:59.467Z | [ host-image] Oct 25 18:12:58.991 INFO E| Finished `release` profile [optimized] target(s) in 2.06s |
9757 | 2024-10-25T18:12:59.492Z | [ host-image] Oct 25 18:12:59.006 INFO building host image... |
9758 | 2024-10-25T18:12:59.492Z | [ host-image] Oct 25 18:12:59.007 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") |
9759 | 2024-10-25T18:13:00.053Z | [ host-image] Oct 25 18:12:59.577 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9760 | 2024-10-25T18:13:55.546Z | [ host-image] Oct 25 18:13:55.069 INFO image complete! materials are in "/work/os-host" |
9761 | 2024-10-25T18:13:55.571Z | [ host-image] |
9762 | 2024-10-25T18:13:55.571Z | [ host-image] real 9:55.034998066 |
9763 | 2024-10-25T18:13:55.571Z | [ host-image] user 4:31.914156111 |
9764 | 2024-10-25T18:13:55.571Z | [ host-image] sys 1:02.442723488 |
9765 | 2024-10-25T18:13:55.571Z | [ host-image] trap 0.139614570 |
9766 | 2024-10-25T18:13:55.571Z | [ host-image] tflt 0.017269402 |
9767 | 2024-10-25T18:13:55.571Z | [ host-image] dflt 0.053920663 |
9768 | 2024-10-25T18:13:55.571Z | [ host-image] kflt 0.000000000 |
9769 | 2024-10-25T18:13:55.571Z | [ host-image] lock 4:38.473202622 |
9770 | 2024-10-25T18:13:55.572Z | [ host-image] slp 53:58.471151896 |
9771 | 2024-10-25T18:13:55.572Z | [ host-image] lat 1:03.485750153 |
9772 | 2024-10-25T18:13:55.572Z | [ host-image] stop 0.181413690 |
9773 | 2024-10-25T18:13:55.572Z | Oct 25 18:13:55.075 INFO [host-image] process exited with exit status: 0 (595.062304226s) |
9774 | 2024-10-25T18:13:55.572Z | Oct 25 18:13:55.075 INFO [tuf-repo] running task |
9775 | 2024-10-25T18:14:04.282Z | Oct 25 18:14:03.806 INFO assembling repository in `/tmp/tufaceous2dtvJ6`, component: OmicronRepoAssembler |
9776 | 2024-10-25T18:14:10.437Z | Oct 25 18:14:09.961 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9777 | 2024-10-25T18:14:10.702Z | Oct 25 18:14:10.226 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9778 | 2024-10-25T18:14:34.687Z | Oct 25 18:14:34.211 INFO [tuf-repo] task succeeded (39.135385387s) |
9779 | 2024-10-25T18:14:34.687Z | Oct 25 18:14:34.211 INFO all jobs completed in 1818.010608316s |
9780 | 2024-10-25T18:14:35.378Z | process exited: duration 2354695 ms, exit code 0 |
|
9781 | 2024-10-25T18:14:35.429Z | found 33 output files |
9782 | 2024-10-25T18:14:35.429Z | uploading: /work/manifest.toml (8404 bytes) |
9783 | 2024-10-25T18:14:36.555Z | uploaded: /work/manifest.toml |
9784 | 2024-10-25T18:14:36.591Z | uploading: /work/repo.zip (1857067272 bytes) |
9785 | 2024-10-25T18:21:17.050Z | uploaded: /work/repo.zip |
9786 | 2024-10-25T18:21:17.050Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9787 | 2024-10-25T18:21:18.139Z | uploaded: /work/repo.zip.sha256.txt |
9788 | 2024-10-25T18:21:18.139Z | uploading: /work/helios-setup.log (65321 bytes) |
9789 | 2024-10-25T18:21:19.320Z | uploaded: /work/helios-setup.log |
9790 | 2024-10-25T18:21:19.320Z | uploading: /work/host-image.log (195196 bytes) |
9791 | 2024-10-25T18:21:20.573Z | uploaded: /work/host-image.log |
9792 | 2024-10-25T18:21:20.573Z | uploading: /work/host-package.log (22417 bytes) |
9793 | 2024-10-25T18:21:21.731Z | uploaded: /work/host-package.log |
9794 | 2024-10-25T18:21:21.731Z | uploading: /work/host-target.log (101 bytes) |
9795 | 2024-10-25T18:21:22.823Z | uploaded: /work/host-target.log |
9796 | 2024-10-25T18:21:22.823Z | uploading: /work/omicron-package.log (5011 bytes) |
9797 | 2024-10-25T18:21:23.939Z | uploaded: /work/omicron-package.log |
9798 | 2024-10-25T18:21:23.963Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9799 | 2024-10-25T18:21:25.035Z | uploaded: /work/phbl-toolchain.log |
9800 | 2024-10-25T18:21:25.035Z | uploading: /work/recovery-image.log (592313 bytes) |
9801 | 2024-10-25T18:21:26.509Z | uploaded: /work/recovery-image.log |
9802 | 2024-10-25T18:21:26.510Z | uploading: /work/recovery-package.log (321 bytes) |
9803 | 2024-10-25T18:21:27.602Z | uploaded: /work/recovery-package.log |
9804 | 2024-10-25T18:21:27.626Z | uploading: /work/recovery-target.log (98 bytes) |
9805 | 2024-10-25T18:21:28.699Z | uploaded: /work/recovery-target.log |
9806 | 2024-10-25T18:21:28.699Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9807 | 2024-10-25T18:21:29.792Z | uploaded: /work/stamp-clickhouse.log |
9808 | 2024-10-25T18:21:29.792Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9809 | 2024-10-25T18:21:30.884Z | uploaded: /work/stamp-clickhouse_keeper.log |
9810 | 2024-10-25T18:21:30.908Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9811 | 2024-10-25T18:21:31.976Z | uploaded: /work/stamp-cockroachdb.log |
9812 | 2024-10-25T18:21:31.976Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9813 | 2024-10-25T18:21:33.070Z | uploaded: /work/stamp-crucible-dtrace.log |
9814 | 2024-10-25T18:21:33.095Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9815 | 2024-10-25T18:21:34.164Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9816 | 2024-10-25T18:21:34.164Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9817 | 2024-10-25T18:21:35.258Z | uploaded: /work/stamp-crucible-zone.log |
9818 | 2024-10-25T18:21:35.258Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9819 | 2024-10-25T18:21:36.352Z | uploaded: /work/stamp-external-dns.log |
9820 | 2024-10-25T18:21:36.352Z | uploading: /work/stamp-installinator.log (103 bytes) |
9821 | 2024-10-25T18:21:37.444Z | uploaded: /work/stamp-installinator.log |
9822 | 2024-10-25T18:21:37.444Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9823 | 2024-10-25T18:21:38.537Z | uploaded: /work/stamp-internal-dns.log |
9824 | 2024-10-25T18:21:38.537Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9825 | 2024-10-25T18:21:39.630Z | uploaded: /work/stamp-mg-ddm-gz.log |
9826 | 2024-10-25T18:21:39.630Z | uploading: /work/stamp-nexus.log (112 bytes) |
9827 | 2024-10-25T18:21:40.723Z | uploaded: /work/stamp-nexus.log |
9828 | 2024-10-25T18:21:40.723Z | uploading: /work/stamp-ntp.log (110 bytes) |
9829 | 2024-10-25T18:21:41.820Z | uploaded: /work/stamp-ntp.log |
9830 | 2024-10-25T18:21:41.820Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9831 | 2024-10-25T18:21:42.916Z | uploaded: /work/stamp-omicron-sled-agent.log |
9832 | 2024-10-25T18:21:42.916Z | uploading: /work/stamp-overlay.log (114 bytes) |
9833 | 2024-10-25T18:21:44.013Z | uploaded: /work/stamp-overlay.log |
9834 | 2024-10-25T18:21:44.013Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9835 | 2024-10-25T18:21:45.109Z | uploaded: /work/stamp-oximeter.log |
9836 | 2024-10-25T18:21:45.109Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9837 | 2024-10-25T18:21:46.205Z | uploaded: /work/stamp-oxlog.log |
9838 | 2024-10-25T18:21:46.229Z | uploading: /work/stamp-probe.log (112 bytes) |
9839 | 2024-10-25T18:21:47.303Z | uploaded: /work/stamp-probe.log |
9840 | 2024-10-25T18:21:47.303Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9841 | 2024-10-25T18:21:48.400Z | uploaded: /work/stamp-propolis-server.log |
9842 | 2024-10-25T18:21:48.400Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9843 | 2024-10-25T18:21:49.497Z | uploaded: /work/stamp-pumpkind-gz.log |
9844 | 2024-10-25T18:21:49.497Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9845 | 2024-10-25T18:21:50.594Z | uploaded: /work/stamp-switch-asic.log |
9846 | 2024-10-25T18:21:50.594Z | uploading: /work/verify-libraries.log (3720 bytes) |
9847 | 2024-10-25T18:21:51.692Z | uploaded: /work/verify-libraries.log |